html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #22242b;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.ib-text p {
	font-size: 14px;
	color:#74757b;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 102px;
	padding-bottom: 102px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

.elements-section {
	padding-bottom: 0;
}

.element {
	margin-bottom: 70px;
}

.element .el-title {
	font-weight: 700;
	margin-bottom: 60px;
}

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 188px;
	padding: 22px 35px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #f43f00;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-dark {
	background: #22242b;
}

.site-btn.sb-big {
	min-width: 257px;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 16px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	right: 32px;
	top: 50%;
	color: #000;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

.accordion-area .panel-header .panel-link.active {
	background: #f43f00;
	color: #fff;
}

.accordion-area .panel-header .panel-link.collapsed {
	background: #ebf0f3;
	color: #22242b;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "+";
	color: #1d1d1d;
}

.accordion-area .panel-link.active:after {
	content: "-";
	margin-top: -10px;
	color: #fff;
}

.accordion-area .panel-link {
	text-align: left;
	border: none;
	position: relative;
	width: 100%;
	padding: 21px 40px;
	padding-right: 45px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 60px;
	color: #000;
	cursor: pointer;
	background: #ebf0f3;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 25px;
}

/* tab */

.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	color: #1f1f1f;
	border: none;
	padding: 21px 48px;
	margin-right: 6px;
	border-radius: 70px;
	background: #ebf0f3;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #f43f00;
	color: #fff;
}

.tab-element .nav-tabs .nav-link:focus,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane p {
	padding-top: 15px;
}

/* Circle progress */

.circle-progress {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}

.circle-progress .progress-info h2 {
	font-size: 30px;
	font-weight: 700;
}

.circle-progress .progress-info p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.2;
}

/* Milestones */

.milestone {
	margin-bottom: 30px;
}

.milestone-icon {
	float: left;
	font-size: 62px;
	color: #f43f00;
	width: 75px;
}

.milestone-text {
	overflow: hidden;
	padding-top: 15px;
}

.milestone-text h3 {
	font-weight: 700;
}

.milestone-text p {
	margin-bottom: 0;
}

/* Icon Box */

.icon-box-item {
	margin-bottom: 30px;
}

.icon-box-item .ib-icon {
	width: 76px;
	height: 76px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 39px;
	color: #f43f00;
	border: 3px solid #f43f00;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.icon-box-item .ib-text {
	overflow: hidden;
	padding-top: 3px;
}

.icon-box-item .ib-text h5 {
	margin-bottom: 15px;
}

.icon-box-item:hover .ib-icon {
	background: #f43f00;
	color: #fff;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
Header section
 ---------------------*/

.header-section {
    position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-left: 53px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.header-nav {
	text-align: right;
}

.site-logo {
	float: left;
	display: inline-block;
	padding: 33px 0;
}

.main-menu {
	display: inline-block;
	padding-right: 50px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	padding: 33px 5px;
	margin-right: 40px;
}

.main-menu li a:hover,
.main-menu li a.active {
	color: #f43f00;
}

.main-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 267px;
	left: 0;
	top: 100%;
	text-align: left;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-left: 0;
	padding: 5px 20px;
}

.main-menu .sub-menu li a:hover {
	color: #f43f00;
}

.header-right {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.header-right .hr-btn {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #313038;
/*	padding: 36px 30px 36px 60px;*/
	line-height: 1.2;
	position: relative;
}

.header-right .hr-btn i {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 37px;
	left: 12px;
	display: inline-block;
	text-align: center;
	background: #f43f00;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 300;
	padding-top: 6px;
	margin-right: 16px;
}

.header-right .hr-btn.hr-btn-2 {
	background: #f43f00;
/*	padding: 36px 20px;*/
	min-width: 236px;
	text-align: center;
    padding-top: 43px;
}

.header-right a {
    padding: 36px 30px 36px 60px;
}

.slicknav_menu {
	display: none;
}

/* ----------------
Hero section
 ---------------------*/

.hero-section {
	padding-top: 191px;
	padding-bottom: 108px;
	position: relative;
}

.hero-section .container {
	position: relative;
	z-index: 99;
}

.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
	height: 100%;
}

.hero-slider .owl-dots {
	position: absolute;
	max-width: 1146px;
	width: 100%;
	bottom: 34px;
	left: calc(50% - 573px);
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	margin-right: 7px;
	background: #fff;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #f43f00;
}

.hs-text {
	padding-top: 95px;
	padding-right: 10px;
}

.hs-text h2 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.1;
}

.hs-text p {
	color: #fff;
	margin-bottom: 30px;
}

.hero-form {
	background: #22242b;
	padding: 63px 42px 73px;
}

.hero-form input {
	width: 100%;
	height: 49px;
	padding: 5px 26px;
	margin-bottom: 30px;
	border: none;
	font-size: 14px;
	color: #838383;
	font-style: italic;
}

.hero-form p {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 25px;
}

.hs-item {
    position: relative;
    height: 100vh; /* full height */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* 50% transparent black overlay */
    z-index: 1;
}

/* ----------------
CTA section
 ---------------------*/

.cta-section {
	text-align: center;
	padding: 100px 0 78px;
}

.cta-section h2 {
	font-size: 48px;
	margin-bottom: 10px;
}

.cta-section h2 strong {
	font-weight: 900;
	color: #f43f00;
}

.cta-section h5 {
	color: #74757b;
	margin-bottom: 35px;
}

/* ----------------
Feature section
 ---------------------*/

.feature-item {
	margin-bottom: 70px;
}

.feature-item:last-child {
	margin-bottom: 0;
}

.feature-text {
	padding-top: 50px;
}

.feature-text h2 {
	margin-bottom: 35px;
}

.feature-text p {
	margin-bottom: 38px;
    color: #74757b;
}

.readmore {
	font-size: 16px;
	color: #f43f00;
	font-weight: 900;
}

.readmore img {
	padding-left: 6px;
}

/* ----------------
Help section
 ---------------------*/

.help-section {
	background: #22242b;
}

.help-list {
	list-style: none;
	padding-top: 55px;
}

.help-list li {
	padding: 6px 0;
	padding-left: 60px;
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.help-list li:last-child {
	margin-bottom: 0;
}

.help-list li::after {
	position: absolute;
	content: url(../img/ok-icon.png);
	left: 0;
	top: -1px;
}

/* ----------------
Info section
 ---------------------*/

.info-section {
	padding-bottom: 90px;
}

.info-text {
	padding-top: 30px;
}

.info-text h2 {
	margin-bottom: 10px;
	font-weight: 700;
}

.info-text h5 {
	margin-bottom: 35px;
	color: #76787f;
}

.info-text p {
	margin-bottom: 40px;
    color: #76787f
}

.info-text ul {
	list-style: none;
}

.info-text ul li {
	font-size: 30px;
	font-weight: 700;
	color: #f43f00;
	margin-bottom: 10px;
}

/* ----------------
Score section
 ---------------------*/

.score-section .container {
	padding: 103px 15px 95px;
	position: relative;
}

.score-section h2 {
	font-size: 60px;
	margin-bottom: 13px;
}

.score-section h4 {
	margin-bottom: 45px;
	line-height: 1.4;
}

.score-section .hand-img {
	position: absolute;
	right: 170px;
	bottom: 0;
    width: 290px;
}

/* ----------------
Footer section
 ---------------------*/

.footer-section {
	padding: 100px 0 0;
	background: #22242b;
}

.footer-section p {
	font-style: italic;
	margin-bottom: 40px;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 50px;
}

.footer-widget {
	margin-bottom: 50px;
}

.footer-widget h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
}

.footer-widget ul {
	list-style: none;
    
}
.fa-solid, .fas {
    color: #fff;
    font-weight: 900;
    padding-right: 10px;
}

.footer-widget ul li a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
   
}

.footer-widget a:hover{
    color: #f43f00; 
}

.copyright {
	color: #fff;
	font-size: 14px;
	padding-bottom: 20px;
}

.copyright i {
	color: #f43f00;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #f43f00;
}

/* ----------------
Other Pages
 ---------------------*/

.page-top-section {
	height: 403px;
	padding-top: 190px;
}

.page-top-section h2 {
	font-size: 48px;
	color: #fff;
}

.site-breadcrumb .sb-item {
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-right: 9px;
}

.site-breadcrumb .sb-item:after {
	position: absolute;
	content: "/";
	font-size: 14px;
	color: #fff;
	right: 0;
	top: 0;
}

.site-breadcrumb .sb-item:last-child:after {
	display: none;
}

/* ----------------
About Page
 ------------------*/

.about-text {
	padding-top: 20px;
}

.about-text h2 {
	font-weight: 700;
	margin-bottom: 50px;
}

.about-text p {
    margin-bottom: 40px;
    color: #74757b;
}

.review-section {
	background: #22242b;
}

.review-item {
	padding-right: 15px;
	padding-top: 30px;
}

.review-item p {
	color: #a4a6ae;
	margin-bottom: 25px;
}

.review-item h6 {
	font-weight: 700;
	color: #f43f00;
}

.review-item h6 span {
	font-size: 14px;
	font-weight: 400;
	color: #a4a6ae;
}

.rating {
	margin-bottom: 25px;
}

.rating i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	color: #ffd200;
}

.authorities-section h2 {
	font-weight: 700;
	margin-bottom: 90px;
}

.authoritie-item {
	padding-right: 15px;
	margin-bottom: 30px;
}

.authoritie-item img {
	margin-bottom: 30px;
}

.authoritie-item h4 {
	padding-right: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4;
}

.authoritie-item p {
	margin-bottom: 30px;
    color: #74757b;
}

.authoritie-item .readmore img {
	margin-bottom: 0;
}

/* --------------
Loans Page
 ------------------*/

.loans-text {
	padding-top: 15px;
}

.loans-text h2 {
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4;
}

.loans-text p {
	margin-bottom: 30px;
    color: #666 !important;
}

.loans-text ul {
	padding-left: 40px;
	list-style: none;
	margin-bottom: 40px;
}

.loans-text ul li {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
}

.loans-text ul li:after {
	position: absolute;
	content: url("../img/check-icon.png");
	left: 0;
	top: 2px;
}

.loans-calculator-section {
	background: #22242b;
}

.loans-calculator {
	padding: 75px 67px 70px 59px;
	background: #fff;
}

.loans-calculator .ls-result {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #74757b;
	padding: 22px 15px;
	margin-bottom: 25px;
	border-radius: 100px;
	line-height: 1.1;
	border: 1px solid #e4e8ea;
	background: #ebf0f3;
}

.loans-calculator p {
	font-style: italic;
	margin-bottom: 20px;
	padding-right: 30px;
    color: #666;
}

.loans-calculator .slider-input-warp {
	padding-right: 83px;
	padding-left: 9px;
	background: #ebf0f3;
}

.lc-control-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	background: #ebf0f3;
	margin-bottom: 50px;
	border-radius: 40px;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
}

.lc-control-btn.ici {
	float: right;
}

.ui-widget-content {
	border: none;
	background: #ebf0f3;
}

.ui-widget.ui-widget-content {
	border: none;
}

.ui-widget-header {
	background: #ebf0f3;
	border-radius: 0;
}

.ui-slider-horizontal {
	height: 5px;
}

.ui-slider .ui-slider-handle {
	top: -17px;
	width: 100px;
	height: 41px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding-top: 10px;
	border-radius: 80px;
	text-align: center;
	background: #f43f00;
}

.ui-slider .ui-slider-handle:focus {
	outline: 0;
}

.calculator-scale {
	position: relative;
	margin-bottom: 10px;
	height: 17px;
}

.calculator-scale span{
	height: 13px;
	width: 2px;
	background: #ebf0f3;
	position: absolute;
	top: 4px;
}

.calculator-scale span:nth-child(1) {
	left: 0;
}

.calculator-scale span:nth-child(2) {
	left: 25%;
	margin-left: -1px;
}

.calculator-scale span:nth-child(3) {
	left: 50%;
	margin-left: -1px;
}

.calculator-scale span:nth-child(4) {
	left: 75%;
	margin-left: -1px;
}

.calculator-scale span:nth-child(5) {
	right: 0;
}

.lone-values {
	margin-bottom: 35px;
}

.lone-value {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #74757b;
}

.lone-value.lv-step {
	float: right;
	padding-right: 3px;
}

.services-section {
	padding: 60px 0 90px;
}

.service-item {
	margin-bottom: 30px;
}

.service-item h4 {
	font-weight: 700;
	padding: 40px 0 30px;
}

.service-item p {
	margin-bottom: 40px;
    color: #666;
}

/* ----------------
Blog Page
 ------------------*/

.blog-post {
	margin-bottom: 68px;
}

.blog-date {
	display: inline-block;
	min-width: 137px;
	padding: 10px;
	margin: 35px 0 22px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	border-radius: 40px;
	text-transform: uppercase;
	color: #fff;
	background: #f43f00;
}

.blog-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-metas {
	margin-bottom: 30px;
}

.blog-metas .blog-meta {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding-right: 12px;
	margin-right: 8px;
	color: #b2b4bd;
	position: relative;
}

.blog-metas .blog-meta:after {
	position: absolute;
	content: "|";
	font-size: 11px;
	font-weight: 600;
	color: #b2b4bd;
	right: 0;
	top: 0;
}

.blog-metas .blog-meta:last-child:after {
	display: none;
}

.site-pagination {
	padding-top: 15px;
}

.site-pagination a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #949599;
	margin-right: 3px;
}

.site-pagination a.active {
	color: #f43f00;
}

.sb-widget {
	margin-bottom: 56px;
}

.sb-widget:last-child {
	margin-bottom: 0;
}

.sb-widget .sb-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
}

.sb-widget ul {
	list-style: none;
}

.sb-widget ul li a {
	display: inline-block;
	color: #74757b;
	font-size: 14px;
	margin-bottom: 10px;
}

.sb-widget .search-form {
	position: relative;
}

.sb-widget .search-form input {
	width: 100%;
	height: 59px;
	padding-left: 24px;
	padding-right: 59px;
	border: none;
	border-bottom: 2px solid #f43f00;
	background: #ebf0f3;
}

.sb-widget .search-form button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	padding: 0 24px 5px 10px;
	border: none;
	background: transparent;
}

.sb-widget .tags a {
	font-size: 14px;
	color: #22242b;
	display: inline-block;
	padding: 6px 25px;
	border-radius: 40px;
	margin-bottom: 10px;
	margin-right: 3px;
	background: #dbe7f1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sb-widget .tags a:hover {
	background: #f43f00;
	color: #fff;
}

/* ----------------
Contact Page
 ------------------*/

.contact-text {
	padding-right: 5px;
}

.contact-text h2 {
	font-weight: 700;
	margin-bottom: 38px;
}

.contact-text p {
	margin-bottom: 30px;
    color: #000;
}

.contact-text ul {
	margin-bottom: 40px;
	list-style: none;
}

.contact-text ul li {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-text ul li i {
	font-size: 29px;
	color: #f43f00;
	display: inline-block;
	width: 41px;
	position: relative;
	top: 5px;
	font-weight: 400;
}

.social-links a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 15px;
	padding-top: 3px;
	color: #9e9fa1;
	border: 1px solid #8f959b;
	border-radius: 50%;
	margin-right: 3px;
}

.social-links a:hover {
	color: #f43f00;
	border-color: #f43f00;
}

.contact-form {
	padding-top: 50px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 59px;
	border: none;
	padding: 0 27px;
	margin-bottom: 30px;
	font-size: 14px;
	font-style: italic;
	color: #838383;
	background: #ebf0f3;
}

.contact-form textarea {
	height: 222px;
	padding: 20px 27px 10px;
	margin-bottom: 35px;
	resize: none;
}

.map {
	margin: 100px 0 27px;
	height: 511px;
	position: relative;
}

.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
	.main-menu {
		padding-right: 0;
	}
	.main-menu li a {
		margin-right: 30px;
	}
	.header-right .hr-btn.hr-btn-2 {
		min-width: 210px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-section {
		padding-left: 15px;
	}
	.main-menu {
		padding-right: 0;
	}
	.main-menu li a {
		margin-right: 15px;
	}
	.header-right .hr-btn.hr-btn-2 {
		min-width: auto;
	}
	.score-section .hand-img {
		right: 0;
	}
	.hero-slider .owl-dots {
		max-width: 930px;
		left: calc(50% - 465px);
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 0 25px;
	}
	.main-menu {
		padding-right: 0;
	}
	.main-menu li a {
		margin-right: 0;
		margin-left: 30px;
	}
	.header-right {
		display: none;
	}
	.hero-slider .owl-dots {
		max-width: 690px;
		left: calc(50% - 345px);
	}
	.hs-text {
		margin-bottom: 50px;
		padding-top: 0;
	}
	.icon-box-item .ib-icon {
		float: none;
		margin-bottom: 20px;
	}
	.score-section .hand-img {
		display: none;
	}
	.sidebar {
		padding-top: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		overflow: hidden;
		padding: 0 25px;
	}
	.main-menu {
		display: none;
	}
	.slicknav_menu {
		padding: 0;
		display: block;
		background: transparent;
	}
	.slicknav_btn {
		background: #616161;
		margin-top: 29px;
	}
	.slicknav_nav {
		background: #22242b;
		margin-bottom: 30px;
	}
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #111;
	}
	.slicknav_nav a:hover {
		color: #f43f00;
		border-radius: 0;
		background: #0b0e25;
	}
	.slicknav_nav .slicknav_row {
		padding: 10px 20px;
		margin: 0;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #0b0e25;
	}
	.slicknav_parent:hover {
		background: #22242b;
		color: #f43f00;
	}
	.header-right {
		display: none;
	}
	.hero-slider .owl-dots {
		left: 0;
		padding: 0 15px;
		text-align: center;
	}
	.hs-text {
		margin-bottom: 50px;
		padding-top: 0;
	}
	.score-section h2,
	.hs-text h2 {
		font-size: 50px;
	}
	.score-section .hand-img {
		display: none;
	}
	.sidebar {
		padding-top: 50px;
	}
	.loans-calculator {
		padding: 70px 45px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.header-section {
		padding: 0 15px;
	}
	.loans-calculator {
		padding: 50px 15px;
	}
	.loans-calculator p {
		padding-right: 0;
	}
	.score-section h2,
	.hs-text h2,
	.cta-section h2 {
		font-size: 36px;
	}
	.hero-form {
		padding: 40px 20px 50px;
	}
	.icon-box-item .ib-icon {
		float: none;
		margin-bottom: 20px;
	}
	.site-btn.sb-big {
		min-width: auto;
	}
	.info-text ul li {
		font-size: 16px;
	}
	.loans-text ul {
		padding-left: 0;
	}
    
    
}

.footer-widget p { 
    color: #fff;
}
.cal{
    text-align: center;
}
.help-section spad p{
    color: #fff !important;
}
 p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
}
  
/*footer section */


.contact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffff, #f002d);
    color: #fff;
    position: relative;
}

.contact-text h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-text p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 25px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.contact-info li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #000;
    margin-bottom: 12px;
}

.contact-info li i {
    font-size: 1.2rem;
    color: #ffd700;
    margin-right: 10px;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: #ffd700;
    transform: scale(1.2);
}

.contact-form-wrapper {
    background: #fff;
    color: #333;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.contactForm input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contactForm input:focus,
.contact-form textarea:focus {
    border-color: #ff6600;
    box-shadow: 0 0 8px rgba(255,102,0,0.4);
    outline: none;
}

.contactForm textarea {
    resize: none;
}

.contactForm site-btn {
    background: #0000;
    color: #fff;
    border: none;
    padding: 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contactForm site-btn:hover {
    background: #e05500;
    transform: scale(1.05);
}

 Responsive 
@media (max-width: 991px) {
    .contact-form-wrapper {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 60px 0;
    }
    .contact-text h2 {
        font-size: 1.8rem;
    }
}




.documents-section {
    background: #f9f9f9;
    padding: 60px 0;
}

.documents-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.documents-section .section-title h2 {
    color: #f43f00  !important;
    font-size: 32px;
    margin-bottom: 15px;
}

.documents-section .section-title p {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: auto;
}

.documents-section .doc-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s;
}

.documents-section .doc-box:hover {
    transform: translateY(-5px);
}

.documents-section .doc-box i {
    font-size: 40px;
    color: #f43f00  !important;
    margin-bottom: 15px;
}

.documents-section .doc-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.documents-section .doc-box ul {
    list-style: none;
    padding-left: 0;
    color: #555;
    text-align: left;
    margin-top: 15px;
}

@media(max-width: 768px) {
    .documents-section .doc-box {
        margin-bottom: 30px;
    }
}



/* Section */
.services-section {
    padding: 80px 0;
    background: linear-gradient(to right, #f0f4f8, #d9e2ec);
    font-family: 'Poppins', sans-serif;
    color: #333;
}
.services-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.services-section .section-subtitle {
    font-size: 16px;
    color: #555;
}

/* Card Styling */
.service-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    text-align: center;
}
.card-image {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff6600;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.service-card:hover .overlay {
    opacity: 1;
}
.service-card:hover img {
    transform: scale(1.1);
}

.card-content {
    padding: 25px 20px;
}
.card-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.card-content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #666;
}
.btn-apply {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50
}

/*<!-- Home Loan Section CSS -->*/
.home-loan-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f9f9f9, #fff);
    font-family: 'Arial', sans-serif;
}

.home-loan-section .container {
    max-width: 1200px;
    margin: auto;
}

.home-loan-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.home-loan-text {
    flex: 1 1 500px;
}

.home-loan-text h2 {
    font-size: 36px;
    color: #f43f00;
    margin-bottom: 20px;
}

.home-loan-text p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.home-loan-text ul {
    list-style: disc inside;
    margin-bottom: 25px;
    color: #444;
}

.home-loan-text ul li {
    margin-bottom: 10px;
}

.btn-apply {
    display: inline-block;
    background-color: #f43f00;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-apply:hover {
    background-color: #e65c00;
}

.home-loan-image {
    flex: 1 1 450px;
    text-align: center;
}

.home-loan-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 991px) {
    .home-loan-content {
        flex-direction: column-reverse;
        text-align: center;
    }
    .home-loan-text h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .home-loan-text p, .home-loan-text ul li {
        font-size: 16px;
    }
    .btn-apply {
        padding: 12px 25px;
    }
}


/*new section */
.counting {
    padding: 100px 0px;

}

.counter{
    color: var(--main-color);
    background: var(--main-color);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 195px;
    height: 195px;
    padding: 0 0 20px 20px;
    margin: 0 auto;
    border-radius: 100px 100px;
    position: relative;
    z-index: 1;
}
.counter:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100px 100px;
    box-shadow: 10px 10px 10px rgb(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
}
.counter .counter-icon{
    color:#fff;
    background: var(--main-color);
    font-size: 30px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50px;
}
.counter h3{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 600;
}
.counter.blue{ --main-color: #0083E7; }
.counter.green{ --main-color: #00B853; }
.counter.orange{ --main-color: #ff0c0c; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
} 
.counting{
    padding: 40px 0px;
}
.counting h2{
    text-align: center;
    padding: 20px 0px;
    color: #ff0c0c;
}

.home-services { padding:80px 20px; background:#f9f9f9; }
.section-title h2 { color:#ff6600; font-size:32px; margin-bottom:10px; }
.section-title p { color:#555; font-size:16px; }

.services-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.service-card {
  background:#fff; padding:20px; border-radius:12px;
  text-align:center; box-shadow:0 3px 10px rgba(0,0,0,0.1);
  transition:0.3s;
}
.service-card:hover { transform:translateY(-5px); }
.service-card img { width:100%; border-radius:12px; margin-bottom:15px; }
.service-card h4 { color:#222; margin-bottom:10px; font-size:20px; }
.service-card p { color:#555; font-size:14px; margin-bottom:15px; }
.btn-apply { background:#ff6600; color:#fff; padding:10px 20px; border-radius:50px; text-decoration:none; transition:0.3s; }
.btn-apply:hover { background:#e25500; }


.top-banks-section {
  background: #0b1b35;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.top-banks-section .section-title h2 {
  color: #f43f00;
  font-size: 32px;
  margin-bottom: 10px;
}

.top-banks-section .section-title p {
  color: #ddd;
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 16px;
}

.bank-card {
  background: #12254a;
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: center;
}

.bank-card:hover {
  transform: translateY(-8px);
  background: #182f57;
}

.bank-card img {
  width: 80px;
  margin-bottom: 15px;
  border-radius: 0px 0px !important;
}

.bank-card h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.bank-card p {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 15px;
}

.bank-card span {
  color: #f43f00;
  font-weight: bold;
}

.apply-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #f43f00;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.apply-btn:hover {
  background: #ff5722;
}
/* --- FIX: Prevent Owl Carousel from affecting other images or backgrounds --- */
header img, .page-top-section img, .hero-section img {
  display: inline-block !important;
  max-width: none !important;
}

.page-top-section, .hero-section, header {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Make sure carousel images behave normally */
.top-banks-slider img {
  max-width: 100% !important;
  display: block !important;
  margin: 0 auto;
}



/*<!-- Home Loan Section CSS -->*/
.home-loan-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f9f9f9, #fff);
    font-family: 'Arial', sans-serif;
}

.home-loan-section .container {
    max-width: 1200px;
    margin: auto;
}

.home-loan-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.home-loan-text {
    flex: 1 1 500px;
}

.home-loan-text h2 {
    font-size: 36px;
    color: #f43f00;
    margin-bottom: 20px;
}

.home-loan-text p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.home-loan-text ul {
    list-style: disc inside;
    margin-bottom: 25px;
    color: #444;
}

.home-loan-text ul li {
    margin-bottom: 10px;
}

.btn-apply {
    display: inline-block;
    background-color: #f43f00;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-apply:hover {
    background-color: #e65c00;
}

.home-loan-image {
    flex: 1 1 450px;
    text-align: center;
}

.home-loan-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

 .lap-section {
      max-width: 1300px;
      margin: 50px auto;
      padding: 0px;
    }

    .lap-section h1 {
      font-size: 32px;
      font-weight: 700;
      color: #111;
      margin-bottom: 15px;
    }

    .lap-section h2 {
      font-size: 24px;
      font-weight: 700;
      margin-top: 40px;
      margin-bottom: 10px;
      position: relative;
    }

    .lap-section h2::after {
      content: "";
      display: block;
      width: 50px;
      height: 3px;
      background: #f43f00;
      margin-top: 10px;
    }

    .lap-section p {
      font-size: 16px;
      color: #333;
      margin-bottom: 20px;
    }

    .lap-section ul {
      margin-top: 15px;
      margin-left: 20px;
      color: #111;
    }

    .lap-section li {
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1.6;
    }

    .lap-section strong {
      color: #000;
    }

    @media (max-width: 768px) {
      .lap-section {
        padding: 15px;
      }

      .lap-section h1 {
        font-size: 26px;
      }

      .lap-section h2 {
        font-size: 20px;
      }
    }


  .eligibility {
    padding: 50px 10%;
    background: #fff;
  }

  .eligibility h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #1a1a1a;
  }

.eligibility p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
  }

  th, td {
    padding: 15px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  th {
    background-color: #f43f00 !important;
    color: #fff;
    font-weight: 600;
  }

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  @media (max-width: 900px) {
    table, thead, tbody, th, td, tr {
      display: block;
    }

    thead tr {
      display: none;
    }

    tr {
      margin-bottom: 20px;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px;
    }

    td {
      padding: 10px;
      text-align: right;
      position: relative;
    }

    td::before {
      content: attr(data-label);
      position: absolute;
      left: 10px;
      width: 45%;
      padding-right: 10px;
      font-weight: 600;
      text-align: left;
    }
  }

  .offer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 10%;
    gap: 40px;
  }

  .offer-content {
    flex: 1 1 45%;
  }

  .offer-content h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
  }

  .offer-content h2::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f43f00;
  }

  .offer-list {
    border-left: 2px dashed #ccc;
    padding-left: 25px;
  }

  .offer-item {
    margin-bottom: 25px;
    position: relative;
  }

/*
  .offer-item::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 6px;
    width: 12px;
    height: 12px;
    background:#f43f00;
    border-radius: 50%;
  }
*/

  .offer-item h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 700;
  }

  .offer-item p {
    margin: 8px 0 10px;
    color: #555;
    line-height: 1.6;
  }

  .offer-item a {
    color: #f43f00;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
  }
 .offer-item h3 a {
    color: #000;
    margin: 0;
    font-size: 1.1em;
    font-weight: 700;
  }


  .offer-item a:hover {
    text-decoration: underline;
  }

  .offer-image {
    flex: 1 1 45%;
    position: relative;
  }

  .offer-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  /* Responsive */
  @media (max-width: 900px) {
    .offer-section {
      flex-direction: column;
      text-align: left;
      padding: 50px 5%;
    }

    .offer-content h2 {
      font-size: 2em;
    }

    .offer-image img {
      margin-top: 20px;
    }
  }

.blog-section {
  padding: 70px 0;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 10px;
}

.section-header p {
  color: #666;
  font-size: 1rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 20px;
}

.blog-content h3 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 10px;
}

.blog-content h3 a {
  text-decoration: none;
  color: inherit;
}

.blog-content p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.read-more {
  color: #f43f00;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.read-more i {
  margin-left: 6px;
  transition: transform 0.3s;
}

.read-more:hover {
  color: #0056b3;
}

.read-more:hover i {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 600px) {
  .section-header h2 {
    font-size: 1.5rem;
  }
  .blog-content h3 {
    font-size: 1.1rem;
  }
}

.page-top-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
  z-index: 1;
}

/* Overlay effect */
.page-top-section::before,
.page-top-section .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* 0.5 = 50% black overlay */
  z-index: 1;
}

.page-top-section .container {
  position: relative;
  z-index: 2; /* keeps text above overlay */
}

.page-top-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
    margin-top: 130px;
}

.site-breadcrumb a, .site-breadcrumb span {
  color: #fff;
}

/*
.key-highlights-section {
  background: #fff;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
}

.key-highlights-section .container {
  max-width: 1300px;
  margin: 0 auto;
}
*/
.key-highlights-section h2{
    text-align: left !important;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.highlights-table table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.highlights-table th,
.highlights-table td {
  padding: 15px 20px;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

.highlights-table th {
  background: #f9f9f9;
  font-weight: 600;
  color: #fff;
  width: 35%;
}

.highlights-table td {
  color: #333;
}

@media (max-width: 768px) {
  .highlights-table table,
  .highlights-table tbody,
  .highlights-table tr,
  .highlights-table th,
  .highlights-table td {
    display: block;
    width: 100%;
  }

  .highlights-table tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
  }

  .highlights-table th {
    background: none;
    color: #ff6600;
    border-bottom: none;
    font-size: 14px;
      color: #fff;
  }

  .highlights-table td {
    padding: 5px 15px 15px;
    font-size: 14px;
  }
}
.eligibility-section td {
    text-align:left!important;
}

.blog-post p{
    color: #666;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background-color: #f43f00; /* dark blue */
  color: white;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}
#backToTop:hover {
  background-color: #ff6600; /* orange hover effect */
}




.highlight {
      font-weight: bold !important;
      color: #FF6600;

  body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
        }

        /* Hero Section */
        .hero-section {
            position: relative;
            color: #fff;
        }
        .hs-text h2 {
            font-size: clamp(1.5rem, 3vw, 2.5rem);
            font-weight: bold;
        }
        .hs-text p {
            font-size: clamp(1rem, 2vw, 1.2rem);
        }
        .site-btn {
            padding: 0.6rem 1.5rem;
            font-size: 1rem;
            display: inline-block;
            background-color: #f43f00;
            color: #fff;
            border: none;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
        }

        .hero-slider .hs-item {
            height: 400px;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .hero-slider .overlay {
            position: absolute;
            top:0; left:0;
            width:100%; height:100%;
            background: rgba(0,0,0,0.4);
        }

        /* EMI Calculator */
        .calculator-box {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 30px;
        }
        .input-section, .output-section {
            flex: 1 1 300px;
            min-width: 250px;
        }
        #amortizationTable {
            width: 100%;
            border-collapse: collapse;
            overflow-x: auto;
        }
        #amortizationTable th, #amortizationTable td {
            padding: 8px;
            text-align: center;
            border: 1px solid #ddd;
        }

        /* Feature Section */
        .feature-text h2 {
            font-size: clamp(1.5rem, 2.5vw, 2rem);
        }
        .feature-text p {
            font-size: clamp(1rem, 1.8vw, 1.1rem);
        }

        /* Why Section */
        .ib-text h5 {
            font-size: 1.2rem;
            font-weight: bold;
        }
        .ib-text p {
            font-size: 1rem;
        }

        /* Help Section */
        .help-list {
            list-style: disc;
            padding-left: 20px;
        }

        /* Banking Partners */
        .partner img {
            width: 100%;
            height: auto;
        }

        /* Info Section */
        .info-text h2 {
            font-size: clamp(1.5rem, 2.5vw, 2rem);
            font-weight: bold;
        }
        .info-text p, .info-text h5 {
            font-size: clamp(1rem, 1.8vw, 1.1rem);
        }

        /* Score Section */
        .score-section h2 {
            font-size: clamp(1.5rem, 2.5vw, 2rem);
        }

        /* Responsive adjustments */
        @media(max-width: 768px) {
            .feature-item .row {
                flex-direction: column;
            }
            .hs-text {
                text-align: center;
                margin-bottom: 20px;
            }
            .ib-text {
                text-align: center;
            }
        }

        /* Buttons hover */
        .site-btn:hover {
            background-color: #d93600;
            text-decoration: none;
            color: #fff;
        }

        /* Hero Section Button Dark */
        .sb-dark {
            background-color: #333;
        }
        .sb-dark:hover {
            background-color: #000;
        }

        /* CTA Section */
        .cta-section {
            padding: 60px 0;
            text-align: center;
            color: #fff;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .cta-section h2 {
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: bold;
        }
        .cta-section h5 {
            font-size: clamp(1rem, 1.5vw, 1.2rem);
        }

        /* General spacing */
       section {
            padding: 60px 0;
        }

