@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* ===============================
   Typography
================================= */

body {
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #59677A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    line-height: 1.2;
    color: #16345F;
}

h1 { font-size: 64px; }
h2 { font-size: 37px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 16px; }

@media (max-width: 992px) {
    h1 { font-size: 50px; }
    h2 { font-size: 40px; }
    h3 { font-size: 30px; }
    h4 { font-size: 26px; }
    h5 { font-size: 22px; }
    h6 { font-size: 18px; }

    body {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }
    h3 { font-size: 26px; }
    h4 { font-size: 22px; }
    h5 { font-size: 20px; }
    h6 { font-size: 15px; }

    body {
        font-size: 15px;
    }
}

/* Highlight Text */
.text-highlight {
	color: #C98A2E;
}

/* Button */
.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 8px 28px;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #000000;
	background: #c08d41;
	border: none;
	border-radius: 50px;
	text-decoration: none;
	transition: .3s ease;
}

.error{
    color:red!important;
}
.btn-primary i {
	color: #000000;
	font-size: 25px;
}

.logo {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 8px;
	right: 0px;
	background: #ffffff;
	padding: 10px;
	box-shadow: 0px 0px 20px 0px #8b8b8b;
	border-radius: 0 0 20px 20px;

}

.nav-item {
	padding-right: 25px !important;
}

.nav-link {
	font-weight: 700;
	font-size: 15px;
	/*padding-right: 25px !important;*/
	color: #000;
}

.hero-title {
	font-weight: 800;
	line-height: 1.05;
	color: #0F2D5C;
}

.text-warning {
	color: #c08d41 !important;
}

.subheading {

	font-weight: 700;
	color: #0F2D5C;
	line-height: 28px;
}

.bg-main {
	padding: 140px 100px;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.usp-card .col-md-2 {
	border-right: 1px solid #bdbdbd;
	width: 19.666667% !important;

}

.usp-card-section {
	margin-top: -90px;
}


.section-title {
	font-weight: 900;
}

.about-heading::after {
	content: "";
	width: 76px;
	height: 2px;
	background: #d89938;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.title::before {
	content: "";
	width: 30%;
	height: 2px;
	background: #d89938;
	position: absolute;
	left: 0;
	bottom: 18px;
}

.title::after {
	content: "";
	width: 30%;
	height: 2px;
	background: #d89938;
	position: absolute;
	right: 0;
	bottom: 18px;
}

.service-card {

	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
	transition: .3s;
}

img {
	object-fit: cover;
}

.service-img {
	width: 100%;
	height: 170px;
}

.service-content {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	padding: 22px 10px 18px;
}

.service-icon {
	background: #fff;
	border: 2px solid #D7A145;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -28px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}


.service-content h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #173761;
	margin-left: 95px;
}

a {
	text-decoration: none;
}


/*footer css start*/

.footer-section {
	background: #023167;
}

.footer-section h5 {
	color: #f5c04c;
	font-size: 20px;
}

.footer-section .border-end {
	border-color: #003c8f14 !important;
}

.social-icons a {
	color: #fff;
	/*font-size: 22px;*/
	transition: 0.3s;
}

.social-icons a:hover {
	color: #f5c04c;
}

.custom-input {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	/* color: #fff;*/
	height: 45px;
}

.custom-input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.custom-input:focus {
	background: transparent;
	/* color: #fff;*/
	border-color: #f5c04c;
	box-shadow: none;
}

textarea.custom-input {
	resize: none;
}

.btn-warning {
	background: #f5c04c;
	border: none;
	color: #fff;
	height: 45px;
}

.btn-warning:hover {
	background: #e5af37;
}

.map-box img {
	width: 100%;
	border-radius: 10px;
}

.footer-bottom {
	background: #01254d;
	color: #fff;
	padding: 15px 0;
}

.footer-bottom-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.copyright-text {
	margin: 0;
	/*font-size: 14px;*/
}

.footer-bottom-links a {
	color: #fff;
	text-decoration: none;
	margin: 0 8px;
}

.footer-bottom-links a:hover {
	color: #f5c04c;
}

.footer-bottom-links span {
	color: #fff;
}

@media (max-width: 768px) {
	.footer-bottom-flex {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
}

/*footer css End*/

.navbar {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 10;
	background: #ffffff52;
}

.text-why {
	margin-top: 20px;
}

.navigation1 li.active a {
	border-bottom: 4px solid #c08d41;
	font-weight: bold;
}

@media(min-width:1400px) {
	.hero-title {
		/*font-size: 88px;*/
	}

	.nav-link {

		font-size: 19px;

	}

	/*.box-1 h6 {*/
	/*	font-size: 17px;*/
	/*}*/

	/*.text-why {*/
	/*	font-size: 26px !important;*/
	/*}*/

	/*.btn-primary {*/
	/*	font-size: 20px;*/
	/*}*/

	.ps-10 {
		padding-left: 230px;
	}
}

/*.ps-10{*/
/*    padding-left: 230px;*/
/*}*/
.ps-10 p {
	/*font-size: 21px;*/
	color: #16345f;
}

.mobile-menu li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid;
}

.footer-logo {
	filter: brightness(0) invert(1);
}

@media(max-width: 700px) {
	.usp-card .col-md-2 {
		width: 100% !important;

	}

	.bg-main {
		padding: 140px 23px;
	}

	/*.hero-title {*/
	/*	font-size: 27px;*/
	/*}*/

	.overley {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background: #000;
	}

	.btn-primary {
		font-size: 13px;
	}

	.subheading {
		/*font-size: 13px;*/

		line-height: 21px;
	}

	.ps-10 {
		padding-left: 0px;
	}
}




/*about us css*/
/* core values section css*/
   .value-card{
       text-align: center;
    padding: 30px 9px;
    /* background: #fff; */
    /* border-radius: 12px; */
    transition: .4s;
    height: 100%;
    border-right: 1px solid #dbdbdb;
   }
  
   .value-card h5{
   color:#10233f;
   font-weight:600;
   font-size:16px;
       margin-top: 10px;
   margin-bottom:15px;
   }
   .value-card p{
   color:#666;
   line-height:1.8;
   font-size:15px;
   }
/*   end css*/
.bg-yellow{
    background:#fbf7f4;
}
/*Quality section css */
   .why-box{
   background:#ebe5dc69;
   /*border:1px solid #ebe5dc;*/
   border-radius:16px;
   overflow:hidden;
   box-shadow:0 10px 30px rgba(0,0,0,.05);
   }
   .border-end{
   border-color:#e9e3d8!important;
   }
   .main-icon{
   display:flex;
   justify-content:center;
   align-items:center;
   height:170px;
   }
   .main-icon i{
   font-size:70px;
   color:#c49a57;
   }
   .intro-content{
   padding:35px 30px;
   }
   .intro-content h2{
   font-size:25px;
   font-weight:700;
   color:#0c1e39;
   margin-bottom:15px;
   line-height:1.2;
   }
   .intro-content p{
   color:#b8750fde;
   font-size:16px;
   line-height:1.7;
   margin:0;
   }
   .feature{
   padding:35px 15px;
   transition:.35s;
   }
   .feature i{
   display:block;
   font-size:48px;
   color:#c49a57;
   margin-bottom:18px;
   }
   .feature h6{
   color: #c28d32;
   font-size: 16px;
   font-weight:500;
   line-height:1.5;
   margin:0;
   }
   .feature:hover{
   background:#faf8f4;
   }
   .feature:hover i{
   transform:translateY(-5px);
   transition:.3s;
   }
   @media(max-width:991px){
   .main-icon{
   height:120px;
   }
   .intro-content{
   text-align:center;
   padding:30px 20px;
   }
   .intro-content h2{
   font-size:28px;
   }
   .intro-content p{
   font-size:17px;
   }
   .feature{
   border-top:1px solid #ebe5dc;
   border-right:none!important;
   }
   }
/*End css*/


/* ==========================
   Banner Section
========================== */
.hero-bg{
    display: flex;
    align-items: center;
    padding: 60px 0 0;
}
.hero-bg .container{
    position: relative;
    z-index: 2;
}

.hero-content{
    max-width: 600px;
    color: #fff;
}

.section-title{
    position: relative;
    display: inline-block;
    color: #1E293B;
    line-height: 1.2;
        font-size: 60px;
    padding-bottom: 20px;
}

.section-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #a47f45;
    border-radius: 3px;

}
.hero-content p{
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
    padding-top: 20px;
}
.about-txt{
        font-size: 15px;
        font-weight: 800px;
        color: #a47f45 !important;
    }




.heading-divider{
    position: relative;
    display: inline-block;
    color: #a47f45;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 70px;
    letter-spacing: 1px;
}
.heading-divider::before,
.heading-divider::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 55px;
    height: 1px;
    background: #d9d9d9;
    transform: translateY(-50%);
}
.heading-divider::before{
    left: 0;
}
.heading-divider::after{
    right: 0;
}
/*End css*/
/* ==========================
   Our Journey Section
========================== */
.journey-box{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: url('assets/img/img/about.png') center center/cover no-repeat;
    min-height: 280px;
}
.journey-box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(2, 25, 58, 0.98) 0%,
        rgba(4, 35, 80, 0.95) 40%,
        rgba(4, 35, 80, 0.85) 65%,
        rgba(4, 35, 80, 0.35) 100%
    );
    z-index: 1;
}
.journey-content,
.journey-right{
    position: relative;
    z-index: 2;
}
.journey-content{
    padding: 50px 40px;
    color: #fff;
}
.journey-content h2{
    color: #c8a15a;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.journey-content p{
    color: rgba(255,255,255,0.85);
    line-height: 1.9;
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}
.journey-right{
    padding: 40px 20px;
}
.feature-item{
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.15);
    height: 100%;
}
.feature-item img{
    width: 70px;
    margin-bottom: 15px;
}
.feature-item h5{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.feature-item p{
    color: rgba(255,255,255,0.85);
    margin-bottom: 0;
    font-size: 16px;
}
.date-card{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #c79a4a;
    padding: 14px 22px;
    border-radius: 8px;
    margin-top: 25px;
    min-width: 250px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.date-icon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,0.25);
    padding-right: 15px;
}
.date-icon i{
    font-size: 26px;
    color: #fff;
}
.date-card small{
    display: block;
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.date-card h5{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}
/* Tablet */
@media (max-width: 991px){
    .journey-content{
        text-align: center;
        padding: 40px 30px;
    }

    .journey-right{
        padding: 20px 15px 35px;
    }

    .feature-item{
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 25px 15px;
    }

    .feature-item:last-child{
        border-bottom: 0;
    }
}

/* Mobile */
@media (max-width: 767px){

    .journey-box{
        min-height: auto;
    }

    .journey-content h2{
        font-size: 28px;
    }

    .journey-content p{
        font-size: 14px;
    }

    .journey-right .row{
        row-gap: 10px;
    }

    .feature-item{
        text-align: center;
        padding: 20px 10px;
    }

    .feature-item img{
        width: 55px;
    }

    .feature-item h5{
        font-size: 16px;
    }

    .feature-item p{
        font-size: 14px;
    }
    .section-title{
            font-size: 33px;
    }
    .hero-bg{
            padding: 85px 0 0;
    }
    .value-card{
        border: none;
    }
}
@media (max-width: 767px){

    .date-card{
        min-width: auto;
        width: 100%;
        max-width: 260px;
        padding: 12px 18px;
        margin: 20px auto 0;
    }

    .date-icon{
        width: 40px;
        height: 40px;
        padding-right: 12px;
    }

    .date-icon i{
        font-size: 22px;
    }

    .date-card h5{
        font-size: 22px;
    }

    .date-card small{
        font-size: 12px;
    }
}

.info-box{
    display: flex;
    gap: 20px;
    padding: 35px;
    border-radius: 12px;
    height: 100%;
    align-items: flex-start;
    box-shadow: 0px 0px 20px 0px #d9d9d97a;
}

.info-box h4{
    font-size: 24px;
    color: #b99145;
    font-weight: 600;
    margin-bottom: 12px;
}

.info-box p{
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px){
    .info-box{
        padding: 25px;
        gap: 15px;
    }

    .info-box h4{
        font-size: 22px;
    }

    .info-box p{
        font-size: 15px;
        line-height: 1.7;
    }
    .usp-card .col-md-2{
        border: none;
    }
}

/* Mobile */
@media (max-width: 767px){
    .info-box{
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 20px;
        gap: 15px;
    }

    .icon-box{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-box img{
        display: block;
        margin: 0 auto;
    }

    .info-box h4{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .info-box p{
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Small Mobile */
@media (max-width: 480px){
    .info-box{
        padding: 15px;
        border-radius: 10px;
    }

    .info-box h4{
        font-size: 18px;
    }

    .info-box p{
        font-size: 13px;
    }
}



 .csr-tabs .nav-link {
   border-radius: 10px;
   padding: 10px 22px;
   margin: 0 6px;
   font-weight: 500;
   color: #0F2D5C;
   border: 1px solid #0F2D5C;
   }
   .csr-tabs .nav-item{
       padding-right:0px !important;
   }
   .csr-tabs .nav-link:hover {
   background-color: #0F2D5C;
   color: #fff;
   }
   .csr-tabs .nav-link.active {
   background-color: #0F2D5C;
   color: #fff;
   box-shadow: 0 4px 12px rgb(192 141 65 / 34%);
   }
   .csr-img {
   width: 100%;        
   height: 250px;        
   object-fit: cover;
   border-radius: 13px;
   }
   .gallery-caption {
   margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #444;
    margin-bottom: 0;
    text-align: center;
   }
   .text9{
      font-size: 13px;
    font-weight: 600;
   }
   
  @media(max-width:765px){
      .csr-tabs .nav-link{
              padding: 10px 6px;
    margin: 10px 3px 0;
      }
  }
  
  
  
  
     /* ==========================
   FUTURE-VISION PAGE CSS START
   ========================== */
   .fv-txt{
   color: #a47f45;
   }
   .vision-icon {
   width: 70px;
   height: 70px;
   margin: 0 auto 15px;
   background: #0b2345;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   .vision-icon img {
   width: 35px;
   height: 35px;
   }
   .vision-box h6 {
   font-size: 16px;
   font-weight: 600;
   line-height: 1.5;
   margin: 0;
   }
   @media (max-width: 767px) {
   .vision-icon {
   width: 60px;
   height: 60px;
   }
   .vision-icon img {
   width: 28px;
   height: 28px;
   }
   .vision-box h6 {
   font-size: 14px;
   }
   }
   /*end css*/
   /*OUR ROAD AHEAD css start*/
   .sub-title{
   font-size:14px;
   font-weight:700;
   letter-spacing:2px;
   text-transform:uppercase;
   color:#a47f45 ;
   }
   .main-title{
   font-size:38px;
   font-weight:700;
   margin-top:8px;
   }
   .title-line{
   width:70px;
   height:3px;
   background:#a47f45;
   margin:15px auto 0;
   }
   .road-card{
   position:relative;
   background:#fff;
   border-radius:12px;
   overflow:hidden;
   text-align:center;
   box-shadow:0 8px 20px rgba(0,0,0,.08);
   transition:.3s;
   height:100%;
   }
   .road-card:hover{
   transform:translateY(-8px);
   }
   .road-img{
   height:230px;
   overflow:hidden;
   }
   .road-img img{
   width:100%;
   height:100%;
   object-fit:cover;
   transition:.5s;
   }
   .road-card:hover img{
   transform:scale(1.08);
   }
   .road-icon{
   width:70px;
   height:70px;
   background:#0d2c54;
   color:#d4a537;
   border-radius:50%;
   margin:-35px auto 20px;
   position:relative;
   z-index:2;
   display:flex;
   align-items:center;
   justify-content:center;
   font-size:28px;
   border:5px solid #fff;
   }
   .road-icon img{
   width:35px;
   height:35px;
   }
   .road-content{
   padding:0 22px 30px;
   }
   .road-content h4{
   font-size:18px;
   font-weight:700;
   margin-bottom:12px;
   }
   .road-content h6{
   font-size:13px;
   font-weight:700;
   margin-bottom:15px;
   }
   .road-content p{
   line-height:1.8;
   font-size:15px;
   margin-bottom:0;
   }
   /*end css*/
   /*Our Future Project section start */
   .future-projects{
   padding: 40px 0;
   }
   .future-projects .container{
   background: #f8f7f4;
   border-radius: 12px;
   padding: 20px;
   }
   .future-content{
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   }
   .future-content h2{
   font-size: 28px;
   font-weight: 700;
   color: #0f1b46;
   margin-bottom: 20px;
   }
   .title-line1{
   display: block;
   width: 60px;
   height: 3px;
   background: #a47f45;
   border-radius: 50px;
   margin-bottom: 25px;
   }
   .future-content p{
   font-size: 17px;
   line-height: 1.8;
   color: #333;
   margin: 0;
   }
   .project-card{
   background: #f8f7f4;
   border-radius: 10px;
   overflow: hidden;
   height: 310px;
   text-align: center;
   transition: 0.3s ease;
   box-shadow: 0 4px 15px rgba(0,0,0,0.08);
   }
   .project-card:hover{
   transform: translateY(-5px);
   box-shadow: 0 10px 30px rgba(0,0,0,0.15);
   }
   .project-card img{
   width: 100%;
   height: 180px;
   object-fit: cover;
   border-radius: 10px;
   }
   .project-info{
   padding: 12px;
   }
   .project-info h4{
   font-size: 19px;
   font-weight: 700;
   margin-bottom: 5px;
   }
   .project-info p{
   font-size: 14px;
   line-height: 1.5;
   margin: 0;
   }
   /* Tablet */
   @media (max-width:991px){
   .future-content{
   text-align: center;
   margin-bottom: 20px;
   }
   .future-content h2{
   font-size: 32px;
   }
   .project-card img{
   height: 200px;
   }
   }
   /* Mobile */
   @media (max-width:767px){
   .future-projects .container{
   padding: 15px;
   }
   .future-content h2{
   font-size: 28px;
   }
   .future-content p{
   font-size: 15px;
   }
   .project-card{
   margin-bottom: 10px;
   }
   .project-card img{
   height: 220px;
   }
   .project-info h4{
   font-size: 20px;
   }
   .project-info p{
   font-size: 13px;
   }
   }
   /*End css*/
   /*Our Guiding principles start*/
   .guiding-principles{
   padding: 40px 20px;
   }
   .guiding-principles .container{
   background: #001f4d;
   border-radius: 12px;
   padding: 30px 20px;
   }
   .principles-title{
   text-align: center;
   color: #cda35a;
   font-size: 32px;
   font-weight: 700;
   margin-bottom: 35px;
   }
   .principle-item{
   color: #fff;
   padding: 0 20px;
   border-right: 1px solid rgba(255,255,255,0.2);
   }
   .principle-item i{
   font-size: 42px;
   color: #cda35a;
   margin-bottom: 15px;
   }
   .principle-item h5{
   color: #cda35a;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 12px;
   }
   .principle-item p{
   color: #ffffff;
   font-size: 15px;
   line-height: 1.8;
   margin-bottom: 0;
   }
   .guide-icon{
   height: 50px;
   width: 50px;
   }
   /* Tablet */
   @media (max-width: 991px){
   .principle-item{
   border-right: none;
   margin-bottom: 30px;
   }
   .principles-title{
   font-size: 28px;
   }
   .section-title::after{
      background: #fff;
   }
   .section-title::before{
      background: #fff;
   }
   }
   /* Mobile */
   @media (max-width: 767px){
   .guiding-principles .container{
   padding: 25px 15px;
   }
   .principles-title{
   font-size: 24px;
   margin-bottom: 25px;
   }
   .principle-item i{
   font-size: 34px;
   }
   .principle-item h5{
   font-size: 18px;
   }
   .principle-item p{
   font-size: 14px;
   }
   .logo{
       width: 100px;
   }
   }
   /*End Css*/
   /* FUTURE-VISION PAGE CSS END*/
   
   
    .contact-card{
   background:#e7d0ad29;
   padding:35px;
   border-radius:10px;
   }
   .contact-item{
   display:flex;
   align-items:flex-start;
   margin-bottom:25px;
   }
 
 
   .icon-box1{
   background: #0d3b66;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    font-size: 26px;
    padding: 12px;
   }
   .contact-item h6{
   font-weight:700;
   margin-bottom:5px;
   color: #c08d41;
   }
   .contact-item p{
   margin:0;
   color:#6c757d;
   }
   .form-control{
   border-radius:6px;
   padding:12px;
   }
   .form-control:focus{
   box-shadow:none;
   border-color:#0d6efd;
   }
   .btn-custom{
   background:#0d3b66;
   color:#fff;
   padding:12px 35px;
   }
   .btn-custom:hover{
   background:#082b4d;
   color:#fff;
   }
   .why-card{
   background:#0d3b66;
   color:#fff;
   padding:35px;
   border-radius:10px;
   height:100%;
   }
   .why{
       color: #a47f45;
   }
   .feature-box{
   display:flex;
   align-items:flex-start;
   }
   .feature-icon{
    background: #fff;
    color: #c08d41;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-right: 18px;
    padding: 13px;
   }
   a {
   text-decoration: none;
   }
   
   
   
#page {
    display: none;
}
#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url("../img/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px;
}


.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 0px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Icon */
.whatsapp-icon {
    font-size: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.whatsapp-float i{
  margin-left: 10px;
}
/* Text hidden initially */
.whatsapp-text {
        max-width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.4s ease;
    color: #fff;
    padding-left: 10px;
}

/* Hover Expand */
.whatsapp-float:hover {
    padding: 12px 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

.whatsapp-float:hover .whatsapp-text {
    max-width: 150px;
    opacity: 1;
}

/* Pulse Glow Animation */
.whatsapp-float::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: rgba(37, 211, 102, 0.5);
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Floating Bounce Animation */
.whatsapp-float {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}






.error{
    color:red!important;
}