.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
        
header {
  position: relative;
  z-index: 9999;

}
.banner-frame img {
  display: none;
}

.brand img{
    max-width: 200px;
}
 .tab-content.mt-3 {
    max-width: 100% !important;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
  }
@media (min-width: 1440px)  {
  .tab-content.mt-3 {
    /*max-width: 68% !important;*/
    margin: auto;
    margin-top: auto;
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 82%;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1175px;
  }
}
/* Hamburger Icon */
.hamburger {
  width: 40px;
  height: 22px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.hamburger span {
  display: block;
  width: 20px;
  height: 1px;
/*  background: white;*/
  transition: all 0.4s ease-in-out; /* Applied to base state for both directions */
  border-radius: 20px;
/*  border: 1px solid #fff;*/
}

.hamburger span:nth-child(2) {
  width: 30px;
  transition: opacity 0.2s ease-in-out; /* Specific fade for middle line */
}

.hamburger.active span:nth-child(1) {
 transform: translateY(11px) rotate(46deg);
  width: 30px;
  transition: transform 0.4s ease-in-out, width 0.3s ease-in-out; /* Explicit transitions */
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; /* Quick fade out */
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  width: 30px;
  transition: transform 0.4s ease-in-out, width 0.3s ease-in-out; /* Explicit transitions */
}
.brand {
  position: relative;
  z-index: 9;
}



@media (max-width: 767px){
  .hamburger span {
  display: block;
  width: 16px;
}
.hamburger span:nth-child(2) {
  width: 24px;
}
.hamburger {
  width: 40px;
  height: 20px;
}
.nav-inner{
  height: 60px;
}
}

/* Full-Screen Menu */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #14243E;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 0.6s ease-in-out;
    padding-top: 8em;
    display: none;
}

@media (max-width:900px){
  .brand {
  z-index: 0;
} 
.menu-overlay{
    padding-top: 5em;
} 
}
.menu-overlay.active {
    transform: translateY(0);
}

/* Menu Links */
.menu {
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease-in-out forwards;
}

.menu a {
    font-size: 24px;
    text-decoration: none;
    color: white;
    display: block;
    padding: 15px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.menu a:hover {
    color: #F1C49D;
}

/* Fade In Staggered Effect */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay animations */
.menu li:nth-child(1) { animation-delay: 0.2s; }
.menu li:nth-child(2) { animation-delay: 0.4s; }
.menu li:nth-child(3) { animation-delay: 0.6s; }
.menu li:nth-child(4) { animation-delay: 0.8s; }
.menu li:nth-child(5) { animation-delay: 1s; }
.hamburger span {
    transition: background 0.3s ease-in-out;
}
/*.hamburger span {
  background: #fff !important;
}
.hamburger.active span {
  background: #fff !important;
  border: 2px solid #fff;
}*/

.brand.only-mobile {
  margin-bottom: 30px;
}



/****************************8*/



.hero-main-slider {
  position: relative;
  margin-top: 0;
}
	a{
		text-decoration: none;
	}
	.hero {
  position: relative;
/*  margin-top:-80px;*/
 
}


.banner-frame img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: auto !important;
/*  height: 552px;*/
	opacity: 0.3;
}

.hero{
/*	height: 100vh;*/
}
.brand img {
  max-width: 200px;
}
.hero-img{
	width: 100%;
	height: 100vh;
}
.hero  img{
  	width: 100%;
  }
.hero-caption {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.hero-caption h2{
	font-size: 60px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
}
.hero-caption p{
	font-size: 24px;
	line-height: 32px;
	font-weight: 500 !important;
	color: #fff;
	margin:20px 0  30px 0;
  text-transform: inherit ;
}
.hero-caption p b{
  font-weight: 700 !important;
}

.hero-caption a {
  width: 191px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #6E83A0;
  color: #fff;
  border: 1px solid #6E83A0;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 20px !important;
}

.hero-caption a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.4s ease;
  z-index: -1;
}

.hero-caption a:hover {
  color: #6E83A0;
}

.hero-caption a:hover::after {
  width: 100%;
}

.hero-caption a span {
  display: flex;
  align-items: center;
}

.hero-caption a span img {
  transition: transform 0.4s ease;
  filter: brightness(0) invert(1);
}

.hero-caption a:hover span img {
  transform: translateX(5px);
  filter: brightness(0); /* Keeps the arrow dark */
}

/*.hero-caption a{
	width: 191px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #6E83A0;
	color: #fff;
	border: 1px solid  #6E83A0;
	transition: all ease .5s;
	text-transform: uppercase;
	font-weight: 700;
}*/
.custom-arrow{
	display: flex;
	align-items: center;
}

.hero-main-slider {
  position: relative;
}
.hero-main-slider .swiper-controls{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  z-index: 9;
}

#numberSlides {
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}

.total-slide {
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
}
.swiper-button-next1 {
  margin-left: 30px;
  margin-right: 20px;
}

.current-slide {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}



/* Home[age about section] */
.about-home{
		padding:80px 0px 0 0;
		text-align: center;
		text-align: center;
    margin-top: -6px;
	}

	.heading-main{
		text-align: center;
	}
	.sub-heading{
				font-size: 18px;
				line-height: 	20px;
				font-weight: 700;
				letter-spacing: 0.2px;
				color: #14243E;
				margin-bottom: 10px;
				text-transform: uppercase;
	}
	.heading{
		font-size: 32px;
				line-height: 	40px;
				font-weight: 500;
				letter-spacing: 0.2px;
				color: #6E83A0;
				margin-bottom: 10px;
	}
	.who-logo img{
		margin-bottom: 25px;
	}
	.about-link {
		width: 156px;
		height: 52px;
		border: 1px solid #6E83A0;
		display: flex;
		justify-content: center;
		align-items:center;
		color: #6E83A0;
		margin: auto;
		margin-top: 30px;
		font-weight: 700;
		text-transform: uppercase;
		position: relative;
    overflow: hidden;
	}



.about-link img {
    transition: transform 0.4s ease;
}

.about-link:hover{
	color: #fff;
	z-index: 99;
}

.about-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #6E83A0;
    transition: width 0.4s ease;
    height: 100%;
    z-index: -1;
}

.about-link:hover img {
    transform: translateX(5px);
    filter: brightness(0) invert(1);
}

.about-link:hover::after {
    width: 100%;
}
	.history-count{
		padding: 90px	0 0 0;
		text-align: center;
	}

	.count-amount{
    margin-bottom: 0px;
}

.count-box .d-flex.justify-content-center.align-items-end {
  margin-bottom: 10px;
}

.count-box {
  text-align: center;
  margin-top: 70px;
}
	.count-img{}
	.count-img img {
  max-width: 60px !important;
  max-height: 60px;
}
	.count-amount{
		font-size: 72px;
		line-height: 66px;
		letter-spacing: 0.2px;
		font-weight: 700;
		color: #14243E;
		padding-bottom: 0;
		margin-bottom: 0;
		position: relative;
		display: inline-block;
    margin-top: 8px;
	}
	.count-tagline::after{
		content:'';
		position: absolute;
		width: 50px;
		height: 2px;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		background: #F1C49D;
	}
	.count-tagline{
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		letter-spacing: 0.5px;
		position: relative;
		padding-top: 10px;
		text-transform: uppercase;
    color: #000;
	}
	.small-count{
    font-size: 40px;
		/*line-height: 74px;*/
		font-weight: 700;
		letter-spacing: 0.2	px;
		position: relative;
  	top: 8px;
    color: #14243E;
  	margin-left: 10px	;
}


	

/*	*/

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.home-form{
/*  background: rgba(245, 246, 250, 1);*/
  position: relative;
}
.forms-title h3 {
  font-size: 18px;
  color: rgb(20, 36, 62);
  font-weight: 700;
  text-align: center;
  line-height: 27px;
  text-transform: uppercase;
}
.forms-title h2 {
  font-size: 32px;
  color: rgba(110, 131, 160, 1);
  font-weight: 400;
  text-align: center;
  line-height: 27px;
  text-transform: ;
  margin: 20px 0px;
}
.form-controll input {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: solid 1px rgb(208, 213, 221);
  background: #fff;
}


.form-controll textarea {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: solid 1px rgb(208, 213, 221);
  background: #fff;
}
.btn-submit {
  border: solid 1px rgb(110, 131, 160) !important;
  width: 150px !important;
  margin: auto !important;
  display: flex;
  background: transparent !important;
  justify-content: center;
  color: rgba(110, 131, 160, 1);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.stiky-footer{

  background: rgba(241, 196, 157, 1);
  padding: 15px 0px;

}
.stiky-footer .col{
  border-right: solid 1px #fff;
}

.stiky-footer .col-3{
  border-right: solid 1px #fff;
}
.stiky-footer .col:nth-child(3) {
  border: none;
}
.stiky-footer .col-md-3 {
  border-right: solid 1px #fff;
}
.stiky-footer {
  background: rgba(241, 196, 157, 1);
  padding: 15px 20px;
  position: relative;
  width: 100%;
  bottom: -30px;
  z-index: 99;
}
.stiky-footer .col-4{
  border-right: solid 1px #FFF;
/*  border-left: solid 1px #fff;*/
  
}
.footer-stiky {
  text-align: center;
}
.footer-stiky .a i {
  margin: 0px 20px;
}
.footer-stiky .a  {
  color: rgba(20, 36, 62, 1);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-self: center;

}

.hero-caption img{
	width: auto !important;
}








/************/
.heading.add-new-class {
  font-weight: 400;
}

	.tabbed-slider{
		padding: 90px 0 0 0	;
		overflow: hidden;
	}
	.heading-image{
		position: relative;
		text-align: center	;
		margin-bottom: 70px;
	}
	.heading-image img{
		position: relative;
		z-index: 99;
		padding: 0 60px;
		background: #fff	;
	}
	.heading-image:after{
		content: '';
		position: absolute;
		left: 50%;
		top:55%;
		transform: translate(-50%, -50%);
		bottom: 0px;
		width: 100%;
		height: 2px;
		background: #EAECF0;
	}

	.custom-tab ul {
    border: none;
    background: none;
    display: flex;
    list-style: none;
  
    justify-content: center;
}
.custom-tab .nav-link {
    position: relative;
    background: none;
    border: none;
    color: #6E83A0; /* Default text color */
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-tab .nav-link.active,
.custom-tab .nav-link:hover {
    color: #000;
}

.custom-tab .nav-link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #F1C49D;
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
}

.custom-tab .nav-link.active::after,
.custom-tab .nav-link:hover::after {
    width: 48px;
}

.slide-item-content {
  background: #F5F6FA;
  padding: 4em 4em;
  position: relative;
  right: 0;
  top: 0%;
  width: 42%;
  padding-left: 12%;
  padding-right: 5%;
  min-height: 70%;
  width: 100%;
}

  .inner-slider-item {
    width: 100% !important;
    margin: auto;
  }


@media (min-width:1500px) and (max-width:1600px){
	.slide-item-content {
  padding: 5em 5em 5em 12em;

}
}



@media (min-width:1701px){
	  .slide-item-content {
    background: #F5F6FA;
    padding: 4% 10% 10% 13%;
    min-height: 680px;
  }
}


.custom-tab .nav-link:hover{
    color: #000;
}
.slide-item-content p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 2%;
	color: #3B3E49;
}

.simple-anchor {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #6E83A0;
  text-transform: uppercase;
}
.simple-anchor:hover{
    color: #f1c49d;
}
.simple-anchor img {
    margin-bottom: 0px !important;
     transition: transform 0.4s ease, filter 0.4s ease;
}
.simple-anchor:hover img {
    transform: translateX(5px);
        filter: brightness(0) saturate(100%) sepia(50%) hue-rotate(10deg) saturate(400%) brightness(95%);
}
.btn-anchor {
    font-size: 16px;
    font-weight: 700;
    color: #6E83A0;
    border: 1px solid #6E83A0;
    padding: 13px 20px;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s ease;
    z-index: 1;
}

.btn-anchor img {
  margin-bottom: 0px !important;
}
.btn-anchor::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #6E83A0;
    z-index: -1;
    transition: width 0.4s ease;
}

.btn-anchor img {
    transition: transform 0.4s ease, filter 0.4s ease;
    margin-left: 10px;
}

.btn-anchor:hover::before {
    width: 100%;
}

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

.btn-anchor:hover img {
    transform: translateX(5px);
    filter: brightness(0) invert(1);
}

/* Ensure arrows are always visible */
.slide-counter .arrow-left,
.slide-counter .arrow-right {
    display: inline-block; /* Keep them visible */
    cursor: pointer; /* Show they're clickable */
    transition: opacity 0.3s ease; /* Smooth opacity transition */
}

/* Style for active state (default) */
.slide-counter .arrow-left,
.slide-counter .arrow-right {
    opacity: 1;
}

/* Style for disabled state */
.slide-counter .arrow-left.swiper-button-disabled,
.slide-counter .arrow-right.swiper-button-disabled {
    opacity: 0.3; /* Reduce opacity instead of hiding */
    pointer-events: none; /* Prevent clicks when "disabled" */
}

/* Optional: Basic styling for the counter */
.slide-counter {
    display: flex;
    align-items: center;
    gap: 5px;
    /* Position as needed */
}

.arrow-left.swiper-button-prev{
	all:unset !important;
    cursor: pointer !important;
}
.arrow-left.swiper-button-prev::after{
	display: none;
}
.arrow-right.swiper-button-next {
  all: unset;
    display: unset;
    cursor: pointer;
}
.arrow-right.swiper-button-next::after{
	display: none;
}



.slide-counter{
	margin-top: 30px;
}
.slide-number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 15px;
}
.slide-number  .current-slide {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	color: #6E83A0;
	margin-right: 7px;
}
.slide-number .total-slides {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #bdb2b2;
  margin-left: 7px;

}

.arrow-left.swiper-button-disabled,
.arrow-right.swiper-button-disabled {
    opacity: 0.3; /* Dull opacity when disabled */
    cursor: not-allowed;
    pointer-events: none; /* Prevent clicks when disabled */
}
.arrow-left.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2 !important;
}

.inner-slider-item {
  padding-top: 0;
  overflow: hidden;
  position: relative;
  padding-bottom:70px;
}


.slide-item-image {
/*  padding-top: 40px;*/
  /*margin-top: -30px;*/
  position: relative;
  z-index: 9;
}
.custom-tab {
  padding-bottom: 10px;
}


.slide-item-content img {
  margin-bottom: 10px;
}
@media (min-width:999px) and (max-width:1370px){
.slide-item-content {
  padding: 2em 4em 3em 10em;
}
.slide-item-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
}



/*8**********/
	
/*
	.image-hover-section .heading-image{
		margin-bottom: 30px;
	}
*/
.image-box {
  position: relative;
  overflow: hidden;
/*  margin-top: 20px;*/
  height: 500px;
/*  margin-right: 1px;*/
}

.image-box img {
    width: 100%;
    height: 100%;
    display: block;
   
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 36, 62, 0.6); /* #14243E overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
   
}

.content {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 90%;
}

.icon {
    width: 85px !important;
    height: 85px !important;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain !important;
}

.hidden-text {
    color: #fff;
       text-align: center;
    margin-top: 10px;
}
.text-box h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Hover Effect */
.image-box:hover .icon {
    transform: translate(-50%, -100%); /* Moves icon up */
}

.image-box:hover .text-box {
    opacity: 1;
    transform: translate(-50%, 0);
}
/**********/

.testimonils-main {
  padding: 75px 0 50px;
}
	.testimonials-slider {
            
            margin: 0 auto;
            padding: 20px;
        }

	.testimonils-main .swiper-slide {
		  padding: 0 6em;
		  text-align: center;
		}

		.testimonils-main .slide-counter {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 0 !important;
}
        

        /* Quotation icons */
        .quote-left, .quote-right {
            position: absolute;
            font-size: 40px;
            color: #ccc;
        }
        .quote-left {
            top: -30px;
            left: 20px;
        }
        .quote-right {
            bottom: 66px;
            right: 20px;
        }

        /* Testimonial content */
       .testimonial-text {
		  font-size: 18px;
		  color: #3B3E49;
		  margin-bottom: 20px;
		  letter-spacing: 2%;
		  line-height: 32px;
		}
        .testimonial-author {
            font-size: 18px;
            line-height: 28px;
            color: #14243e;
            font-weight: 600;
            margin-bottom: 0px;
        }
        .client-detail {
		  display: inline-block;
		  border-left: 5px #F1C49D solid;
		  padding-left: 15px;
		  margin-bottom: 40px;
      text-align: left;
		}
		.testimonial-desognation {
		  margin-bottom: 0;
		  font-size: 16px;
		  color: #475467;
      font-weight: 400;
		}
		.team-image img {
  max-width: 100%;
}
.team-image{
	height: 100%;
}
.team-image img{
	height: 100%;
	object-fit: cover;
}


/**********/
.team-main{
		padding-bottom: 90px;
	}
/*	.team-main .heading-image{
		margin-bottom: 30px;
	}*/
	.team-main .heading-main{
		text-align: left;
	}
	.team-content{
		padding-right: 12%;
    padding-left: 10%;
	}
	.team-content p{
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		letter-spacing: 2%;
		color: #3B3E49;
    margin-bottom: 30px;
	}

/**********	*/

.blog-main{
		padding-bottom: 90px;
	}
.blog-card {
    position: relative;
    background: #fff;
/*    border-radius: 10px;*/
    overflow: hidden;
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.3s ease-in-out;
}

/*.blog-card:hover {
    transform: translateY(-10px);
}*/

.blog-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content {
    padding: 20px 0 0 0;
}

.blog-date {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 600;
}


.blog-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    color: #000000;
}

.blog-excerpt {
    font-size: 16px;
    color: #3B3E49;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.read-more {
    display: inline-block;
    margin-top: 0;
    font-size: 18px;
    color: #6E83A0;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}

.blog-main .heading-main{
	margin-bottom: 30px;
}

/*************/


.client-main{
		background: #F5F6FA;
		padding: 35px 0;
		margin-bottom: 90px;
		overflow: hidden;
	}
	.client-main .heading-main{
		text-align: center;
		margin-bottom: 30px;
	}

.h__partners .swiper-slide{
  width: 200px;
/*  height: 200px;*/
  margin-right: 0.5rem;
  overflow: hidden;
  margin:0 30px;
  text-align: center !important;
}

 .h__partners  .swiper-wrapper{
   -webkit-transition-timing-function:linear !important; 
   -o-transition-timing-function:linear !important;          transition-timing-function:linear !important; 
}


/************/


/*.home-form .heading-image{
	margin-bottom: 30px;
}
*/
.home-form  .heading-main p{
		margin-top: 0px !important;
	}
	.icons-position {
  margin-top: 10px;
}

.icons-position {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-position {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px !important;
}
.icons-position.btn-submit input {
  all: unset;
  padding: 14px 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
.footer-stiky img{
	margin-right: 5px;
}

.icons-position {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px !important;
  position: relative;
  overflow: hidden;
}

.btn-submit {
  border: solid 1px rgb(110, 131, 160) !important;
  width: 150px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  color: rgba(110, 131, 160, 1);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  cursor: pointer;
  margin-top:0px !important;

}

.btn-submit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(110, 131, 160, 1);
  z-index: -1;
  transition: width 0.4s ease;
}

.btn-submit input {
  background: transparent;
  border: none;
  color: rgba(110, 131, 160, 1);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: none; /* disables input click so div handles hover */
  transition: color 0.4s ease;
}

.btn-submit i img {
  margin-left: 10px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.btn-submit:hover::before {
  width: 100%;
}

.btn-submit:hover input {
  color: #fff;
}

.btn-submit:hover i img {
  transform: translateX(5px);
  filter: brightness(0) invert(1);
}


/*************/


    
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #14243e;
}

#footer .footer-top {
  padding: 90px 0 0px 0;
  color: #444444;
  background: #14243e;
/*  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);*/
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 6px;
  margin-top: 8px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #D0D5DD;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
 font-size: 16px;
  font-weight: 500;
  color: #86B2CB;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter  ul {
   list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-newsletter  ul li {
    padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-newsletter ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}
#footer .footer-newsletter h3 {
 font-size: 22px;
  font-weight: 500;
  color: #86B2CB;
  position: relative;
  padding-bottom: 12px;
  margin-top: 22px;
}
#footer .footer-newsletter span{
  font-size: 16px;
  font-weight: 500;
  color: #86B2CB;
  position: relative;
  padding-bottom: 8px;
  color: ;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  text-align: left;
  border: 1px solid #bfdcf7;
}


#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links {
  margin-bottom: 20px;
  margin-top: -10px;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}


.footer-links p {
  color: #D0D5DD;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.foot-list{
display: flex;
justify-content: space-between;
}
.copyright {
  color: #D0D5DD;
  font-size: 12px;
  font-weight: 400;
}
.policy a{
    color: #D0D5DD;
    margin-left: 20px;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
    width: 100%;
}




/********************** Responsive ************************/
#footer .footer-top .footer-links ul a:hover{
    color: #f1c49d !important;
}
    .stiky-footer .footer-stiky .a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  position: relative;
}

.stiky-footer .col-md-3,
.stiky-footer .col-md-4 {
  border-right: 1px solid #fff; /* Light grey border */
}

.stiky-footer {
  background: rgba(241, 196, 157, 1);
  padding: 6px 20px;
}
.stiky-footer .col {
  border-right: none;
}
.footer-stiky .a{
    width: 100%;
    justify-content: center;
}

    @media (max-width:900px){
        .hero-img {
  height: 100dvh;
    object-fit: cover;
}
.hero-caption h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.hero-caption p {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.hero-caption {
  text-align: center;
}

.hero-caption a{
    margin:auto;
}
.hero-caption p{
    margin: 10px 0 30px 0;
}

.banner-frame img{
    width: 87px !important;
}

.hero-main-slider .swiper-controls {
  left: 50%;
  transform: translateX(-50%);
}
.current-slide{
    font-weight: 600;
}
.about-home {
  padding: 60px 0px 0 0;
}
.inner p {
  font-size: 16px;
  letter-spacing: 2%;
  line-height: 26px;
  font-weight: 400;
  color: rgba(59, 62, 73, 1);
}


/**/

.count-img img {
  max-width: 52px !important;
  height: 52px ;
}

.count-amount{
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    line-height: 50px;
    margin-top: 15px !important;
}


/*************/
.slide-item-content {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  min-height: auto;
  padding: 20px;
  text-align: center;
}

.slide-counter{
    justify-content: center;
}

.image-hover-section {
  padding: 60px 0;
}
.image-hover-section .heading {
  margin-bottom: 30px;
}

/*******/

.image-box .text-box {
  opacity: 1;
  transform: translate(-50%, 0);
  padding: 10px;
}

.image-box .icon {
  transform: translate(-50%, -100%);
}

.image-box img {
  max-height: 421px;
  object-fit: cover;
}
.image-box{
    height: auto;
    margin: 0px;
    margin-bottom: 1px;
}


    .image-box {
        margin-right: 0;
        height: auto;
        margin: 0px ;
    }

    .overlay {
        background: rgba(20, 36, 62, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .text-box {
       position: relative;
    opacity: 1 !important;
    transform: translate(-50%, 0);
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .icon {
        position: relative;
        transform: none !important;
        margin-bottom: 15px;
        top: unset;
        left: unset;
        z-index: 1;
    }

    .hidden-text {
        display: block;
        color: #fff;
        text-align: center;
        margin-top: 10px;
    }

    .text-box h3 {
        margin-top: 10px;
    }



/*z*************/
.testimonils-main {
  padding: 0px 0 40px;
}

 .testimonils-main .swiper-slide {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .client-detail {
  width: auto;
  margin: auto;
  margin-bottom: 20px;
}
 .quote-right {
        order: 2; /* move up before client-detail */
        align-self: flex-end;
        margin-bottom: 10px; /* optional spacing */
    }

    .client-detail {
        order: 3;
    }

    .quote-left {
        order: 1;
    }

    .testimonial-text {
        order: 1;
    }

.quote-left {
  position: relative;
  left: 0;
  top: 0;
}
.quote-right {
  position: relative;
  left: 0;
  bottom: 10px;
  width: 100%;
  display: block;
}
.testimonils-main .swiper-slide {
  padding: 0;
  text-align: center;
}

.heading-image {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.team-image img {
  max-width: 100%;
}

.team-main{
    overflow: hidden;
}

/*&&&&*/

.team-main {
  text-align: center;
}

.team-main .heading-main {
  text-align: center;
}
.team-content {
  padding: 15px;
    padding-top: 15px;
  padding-top: 25px;
}

.team-main .container{
    padding: 0px;
}

.team-main{
    padding-block: 0;
}

/*&&&&&&*/


.blog-content .blog-excerpt {
  display: none;
}
.blog-card {
  margin-bottom: 30px;
}

/*%%%%%*/

.btn-submit {
  border: solid 1px rgb(110, 131, 160) !important;
  width: 100% !important;
}

.footer-stiky {
  text-align: left;
  margin-bottom: 15px;
}
.stiky-footer {
  padding-bottom: 0;
}

.icon-area {
  width: 46px;
  height: 46px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-right: 0px;
  padding: 15px;
}

.icon-area img{
    margin: 0px;
}
.icon-content {
  width: 80%;
}

.footer-stiky .a{
    align-items: center;
}
.stiky-footer .col-md-3 {
  border-right: none;
}

/*%%%%%*/
#footer {
  padding: 0px 3em;
  text-align: center;
}

#footer .footer-top {
  padding: 90px 0 0px 0;
}




.stiky-footer .col-md-3,
.stiky-footer .col-md-4 {
  border-right: none; /* Light grey border */
}






    }

    @media (min-width:900px) and (max-width:1200px){
        .inner-slider-item .col-lg-8 {
  width: 65%;
}
 .slide-item-content {
    padding: 60px;
  }
   .slide-item-content {
    padding: 1em 1em 2em 6em;
  }
  .slide-item-content p {
  font-size: 16px;
  margin-bottom: 10px;
}
.slide-item-content img:nth-child(1) {
  margin-bottom: 0;
  max-height: 30px;
}
.simple-anchor {
  font-size: 13px;
  line-height: 15px;
  display: block;
  margin:20px 0;
}
.btn-anchor {
  font-size: 11px;
  font-weight: 700;
  color: #6E83A0;
  border: 1px solid #6E83A0;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}
 

    }


    /* Desktop only */
@media (min-width: 900px) {
    .only-desktop {
        display: block !important;
    }
    .only-mobile {
        display: none !important;
    }
}

/* Mobile only */
@media (max-width: 899px) {
    .only-desktop {
        display: none !important;
    }
    .only-mobile {
        display: block !important;
    }
}

.inner p {
  font-size: 18px;
}

.about-home .inner p {
  font-size: 16px;
  color: #3B3E49;
}
.policy a {
  color: #D0D5DD;
  margin-left: 20px;
  font-size: 14px;
}
@media (min-width:1800px){
    .container{
        max-width: 80% !important;
    }
    .inner-slider-item {
  width: 80%;
  margin: auto;
}
.bigscreen-container{
   width: 80%;
  margin: auto;
}
    .team-image img {
  max-width: 100%;
  width: 100%;
}
    .hero-caption h2 {
  font-size: 72px;
  line-height: 68px;
}
.hero-caption p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
.count-amount {
  font-size: 72px;
  line-height: 67px;
  letter-spacing: 0.2px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 2px;
}
.count-tagline {
  font-size: 16px;
}
.custom-tab .nav-link {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.slide-item-content p {
  font-size: 18px;
  line-height: 26px;
}
.text-box h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 20px;
}
p.hidden-text {
  font-size: 20px;
}
.icon {
  width: 130px !important;
  height: 130px !important;
}
.testimonial-text {
  font-size: 20px;
}
.testimonial-author {
  font-size: 20px;
}
.team-content p {
  font-size: 18px;
}
.blog-title {
  font-size: 24px;
}
.blog-excerpt {
  font-size: 18px;
}
.footer-stiky .a{
    font-size: 18px;
}
.footer-links p {
  color: #D0D5DD;
  margin-top: 20px;
  font-size: 14px;

}
}
@media (max-width:900px){
    #footer .footer-top {
  padding: 50px 0 0px 0;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column-reverse;
}

.policy {
  margin-bottom: 20px;
}


}



/********************************************8 JMJ Aveneu ****************************************/
.hero-landing {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-landing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-landing .hero-heading {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.hero-landing .hero-heading h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.2px;
}

.hero-landing .hero-heading p {
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-transform: none !important;
    margin-block: 0px;
    line-height: 24px;
}

/*.hero-landing::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}*/


/*************************/
.section-menu{
    background: #F1F7FF;
}

.section-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.section-menu ul li a{
    display: flex;
    color: #14243E;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 21px 20px;
}

/*********************************/
.overview-box {
    margin-top: 20px;
}
.overview-box .size-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #6E7383;
}
.overview-box .size-sq{
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #373F41;
}

/**********************/
.key-features{
    padding: 90px 0;
}

.key-features .heading-main{
    margin-bottom: 70px;
}
.key-grid-content {
  padding: 0px 9em 0 5em;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.key-grid-content h4{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #14243E;
    text-transform: uppercase;
}

.key-grid-content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #3B3E49;
}



@media (max-width:767px){
  .key-grid-content{
    text-align: center;
  }
}
/*******/
.avenue-ameneties{
        padding-bottom: 90px;
    }
        .avenue-ameneties .image-box{
        margin-right: 0px;
    }
.avenue-ameneties   .overlay {
  height: 100%;
  background: rgba(15, 3, 51, 0.5);
}
.avenue-ameneties .slide-counter{
    justify-content: center;
}


/*****************************/
.gallery-section{
        padding-bottom: 90px;
    }
    .gallery-section .swiper-slide {
    opacity: 0.5; 
    transform: scale(1); 
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 0; 
}
.gallery-section .swiper-wrapper{
    align-items: center;
}
.gallery-section .swiper-slide-active {
    opacity: 1; 
    transform: scale(1.5); 
    z-index: 1; 
}
.gallery-section .swiper-slide img {
  min-height: 350px;
  object-fit: cover;
}
    .gallery-section .swiper-slide-active img{
        min-height: inherit ;
    }
    .gallery-section .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5);
}
.gallerySwiper {
    padding-top: 100px;
}

.gallery-section .slide-counter{
    justify-content: center;
    margin-top: 70px;
}

@media(min-width: 1550px) and (max-width: 1930px){
  
  .gallery-section .slide-counter {
  justify-content: center;
  margin-top: 110px;
}

}

/*********************************************/
.location-section {
        padding-bottom: 0;
    }

    .location-section .heading-main {
        margin-bottom: 30px;
    }

    .map-main {
        position: relative;
    }

    .distance-main {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        pointer-events: none; /* Let clicks pass through */
    }

    .disctance-box {
        padding: 10px 20px 30px;
        border: 1px solid rgba(245, 246, 250, 1);
        background: #fff;
        width: 284px;
        max-width: 100%;
        pointer-events: auto; /* Make only this box clickable */
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .map-box-item {
        display: flex;
        border-bottom: 1px solid rgba(220, 223, 231, 1);
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .map-box-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .distance-tagline {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: rgba(110, 131, 160, 1);
    }

    .distance-value {
        font-size: 24px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
        margin-top: 5px;
    }

    .box-item-icon {
        margin-right: 20px;
    }

    /* Responsive tweak */
    @media (max-width: 768px) {
        .distance-main {
            align-items: flex-start;
            padding-top: 20px;
        }
        .disctance-box {
            width: 100%;
        }
    }


/* ****************************   */

    .technical-detail {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 90px 0px;
    margin-bottom: 90px;
    background-size: cover;
    background-attachment: fixed;
}

.technical-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 3, 51, 0.8);
    z-index: 1;
}

.technical-detail > * {
    position: relative;
    z-index: 2;
}





    .technical-detail .heading-main{
        margin-bottom: 50px;
    }

.technical-detail .sub-heading{
    color: #fff;
}
.technical-detail .heading{
    color: rgba(220, 223, 231, 1);
}
.tech-list{
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.tech-list .tech-subheading{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(220, 223, 231, 1);
    margin-bottom: 0;
}
.tech-list .tech-heading{
    font-size: 20px;
    line-height:22px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
}



/***************8*/
.image-box .icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}



.image-box .default-icon {
    opacity: 1;
    transition: all ease 0.5s;
}

.image-box .hover-icon {
    opacity: 0;
    transition: al ease 0.5s;
}

.image-box:hover .default-icon {
    opacity: 0; 
    transition: all ease 0.5s;
}

.image-box:hover .hover-icon {
    opacity: 1;
    transition: all ease 0.5s;
}

/*.image-box .default-icon {
    display: block;
}

.image-box .hover-icon {
    display: none;
}

.image-box:hover .default-icon {
    display: none;
}

.image-box:hover .hover-icon {
    display: block; /* or 'flex' if it needs flex styling */
}
*/
@media (max-width: 768px) {
    .image-box .default-icon {
        display: none !important;
    }
    .image-box .hover-icon {
        display: block !important;
        opacity: 1;
    }

}


@media (max-width:900px){
  .image-box .hover-icon {
  opacity: 0;
  display: none;
}
}
/***************8*/


@media (min-width:1600px){
    .image-box {
  height: 700px;
}
}


/*******************************************/


.external-controls {
  position: absolute;
  bottom: 15%;
  display: flex;
  align-items: center;
}
.external-controls img{
    margin-bottom: 0;
}


@media (max-width:900px){
    .external-controls {
 bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
 .slide-item-content {
    text-align: center;
    padding-bottom: 80px;
    top:-30px;
  }
}

.image-box .content{
    transition: all ease .5s;
}

.slide-counter img{
    margin-bottom: 0px !important;
}
.h__partners-swiper1 .swiper-wrapper {
  display: flex;
  align-items: center;
}
.h__partners-slide {
    position: relative;
    display: inline-block;
}


.h__partners-image{
    max-width: 100%;
}

.h__partners-image.hover {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  text-align: center;
  transform: translateX(-50%);
}

.h__partners-slide:hover .h__partners-image.default {
    opacity: 0;
}

.h__partners-slide:hover .h__partners-image.hover {
    opacity: 1;
}

.book-button a {
  border: 1px solid #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  padding: 11.5px 20px;
  font-weight: 700;
  display: inline-block;
}
.book-button a::before,
.book-button a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}

.book-button a:hover::before {
  width: 100%;
}
  
.book-button a {
  position: relative;
  border: 1px solid #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  padding: 11.5px 20px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.book-button a:hover {
  color: #000 !important;
}



/*************************************8*/





  .home-form{
  .form-controll {
  position: relative;
  margin-bottom: 20px;
}

.form-controll input,
.form-controll textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 0px;
}

.form-controll input::placeholder,
.form-controll textarea::placeholder {
  color: transparent;
}

.form-controll input + label,
.form-controll textarea + label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-controll input:focus + label,
.form-controll input:not(:placeholder-shown) + label,
.form-controll textarea:focus + label,
.form-controll textarea:not(:placeholder-shown) + label {
  top:10px;
  left: 10px;
  font-size: 14px;
  color: #333;
}

.btn-submit input {
  background: transparent;
  border: none;
  color: rgba(110, 131, 160, 1);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: none;
  transition: color 0.4s ease;
}
.btn-submit:hover input {
  color: #fff;
}
.btn-submit i {
  position: relative;
  right: 18px;
}
}

/*******************************8*/
/* Default desktop styles */
.
.page-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-menu ul{
  overflow: inherit !important;
}

.page-menu li {
    display: inline-block;
}

.page-menu a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
    .section-menu {
        background: #F1F7FF;
        padding: 10px;
        overflow: hidden;
    }

    .section-menu ul li a {
 
  padding: 20px 20px;
}
    
    .page-menu {
        position: relative;
        width: 100%;
        max-height: 44px; /* Initial height of trigger */
        transition: max-height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); /* Smooth easing */
        overflow: hidden;
    }

    .page-menu.open {
        max-height: 100%; /* Adjust based on your menu's full height */
    }

    .page-menu li {
        width: 100%;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .page-menu li:first-child {
        display: block;
        position: relative;
        background: #F1F7FF;
        /*border: ;*/
        border-radius: 4px;
        opacity: 1;
        transform: translateY(0);
    }
    .section-menu ul li a{
  border-bottom: solid 1px #EBE4D8;
}
.page-menu li:first-child a{
  border-bottom: none;
}

    .page-menu li:first-child a {
        padding-right: 30px; /* Space for arrow */
    }

    /* Arrow */
    .page-menu li:first-child::after {
        /*content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
        transition: transform 0.3s ease-out;*/
           content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px; /* icon width */
    height: 16px; /* icon height */
    background-image: url('/wp-content/uploads/2025/09/down1.svg'); /* ya jo image path ho */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }

    /* Rotate arrow when open */
    .page-menu.open li:first-child::after {
        transform: translateY(-50%) rotate(180deg);
    }

    /* Show items when open with animation */
    .page-menu.open li {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .page-menu li:not(:first-child) {
        background: transparent;
    }
    
    
}

@media screen and (max-width: 900px) {
  .section-menu ul {
    display: block;
    position: absolute;
    left: 0;
    background:#F1F7FF;
  }
  .page-menu li:first-child a{
    background: #F1F7FF;
  }
}
.avenue-ameneties .image-box{
  height: auto;
}

.distance-tagline{
  cursor: pointer;
}

/*******************************8*/
.aboslute-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
}

/*******************************8*/




@media (min-width:900px) and (max-width:1799px){
  .count-box {
  margin-top: 20px;
}
/*.inner-slider-item{
  padding-top: 10px !important;
}*/
.tab-content.mt-3 {
  margin-top: 0 !important;
}
   .slide-item-content {
    background: #F5F6FA;
   padding:7% 15% 50px 17%;
    min-height: inherit;
  }
  .external-controls {
  z-index: 99;
  bottom: 3%;
}
.tab-content.mt-3 {
  max-width: 80%;
  margin: auto;
    margin-top: auto;
}
}

@media (min-width:1800px){
  .key-grid-img img {
    width: 100%;
}
  .count-box {
  margin-top: 40px;
}
.inner-slider-item{
  padding-top: 10px !important;
}
.tab-content.mt-3 {
  margin-top: 0 !important;
}
   .slide-item-content {
    background: #F5F6FA;
   padding: 7% 24% 50px 18%;
    min-height: 600px;
  }
  .external-controls {
  z-index: 99;
  bottom: 3%;
}
.tab-content.mt-3 {
  max-width: 80%;
  margin: auto;
    margin-top: auto;
}
}

@media (max-width:900px){
  .aboslute-slider {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.inner-slider-item {
  padding-top: 0;
}
  .slide-item-content {
    text-align: center;
    padding-bottom: 80px;
    top: 0;
    margin: 0 !important;
  }
  .custom-tab .nav-link {
  
  padding: 10px 7px;
  font-size: 15px;
  
  }
  .custom-tab ul{
    padding-left: 0px;
  margin-bottom: 0px;
  }
  .tab-content .inner-slider-item{
    padding-bottom: 0px;
  }
  .tabbed-slider .swiper-wrapper{
    padding-bottom: 0px !important;
  }
.home-form.aos-init.aos-animate .form {
  margin: 0px 5px;
}
#timeline{
  padding-bottom: 0px !important;
}

.team-main .container .heading-main.only-mobile {
  padding: 0px 20px;

}
.technical-detail {
    padding: 40px 0px 20px 0px !important;
  }
  .key-grid .row.m-0.p-0 {
  margin: 15px 0px !important;
}




}




/************************8*/

  .home-form{
  .form-controll {
  position: relative;
  margin-bottom: 0px;
}

.form-controll input,
.form-controll textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
}

.form-controll input::placeholder,
.form-controll textarea::placeholder {
  color: transparent;
}

.form-controll input + label,
.form-controll textarea + label {
  position: absolute;
  left: 15px;
  top: 33px;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-controll input:focus + label,
.form-controll input:not(:placeholder-shown) + label,
.form-controll textarea:focus + label,
.form-controll textarea:not(:placeholder-shown) + label {
  top:10px;
  left: 10px;
  font-size: 14px;
  color: #333;
}

.btn-submit input {
  background: transparent;
  border: none;
  color: rgba(110, 131, 160, 1);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: inherit !important;
  transition: color 0.4s ease;
}
.btn-submit:hover input {
  color: #fff;
}
.btn-submit i {
  position: relative;
  right: 18px;
}
}
/************************8*/


/*new css*/

.custom-tab .nav-link.active {
  font-weight: bold;
}





/*respinsive*/

@media(max-width:900px){
  .leader-box{
    text-align: center ;
  }
  .other-offices{
    text-align: center;
  }
}






/* Image box container */
.image-box {
    position: relative;
    overflow: hidden;
}

/* Main image */
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Content inside overlay */
.content {
    text-align: center;
    width: 100%;
    padding: 20px;
}

/* Icon wrapper */
.icon-wrapper {
    position: relative;
    margin: 0 auto;
    transition: transform 0.4s ease; /* Smooth movement to top */
}

/* Icons */
.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease; /* Smooth icon change */
}

/* Default icon */
.default-icon {
    opacity: 1;
}

/* Hover icon */
.hover-icon {
    opacity: 0;
}

/* Text box */
.text-box {
    margin-top: 20px;
}

/* Hidden text */
.hidden-text {
    opacity: 0;
    transform: translateY(20px); /* Start slightly below */
    transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth reveal */
    color: #fff; /* Adjust text color */
}

@media(min-width: 900px){


.image-box:hover .icon-wrapper {
/*    transform: translateY(-50px); /* Move icon up */*/
}

.image-box:hover .default-icon {
    opacity: 0; /* Hide default icon */
}

.image-box:hover .hover-icon {
    opacity: 1; /* Show hover icon */
}

.image-box:hover .hidden-text {
    opacity: 1; /* Reveal text */
    transform: translateY(0); /* Move to original position */
}



}
/* Responsive adjustments (optional) */
@media (max-width: 768px) {
    .image-box {
        width: 100%;
        height: 300px;
    }
}

.hero-landing a img {
  height: inherit !important;
}
@media (max-width:767px){
  .image-box .default-icon {
  opacity: 1;
  display: none;
}
.image-box .hover-icon {
    opacity: 1;
    display: block;
  }
   .image-box .icon {
    transform: translateX(-50%) !important;
  }
  .hidden-text {
  opacity: 1;
  transform: translateY(65px);
}

.image-box .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -50px;
}
.image-box:hover .overlay {
  /*background: rgba(15, 3, 51, 0.7);*/
}
.image-box:hover .content{
    /*margin-top: -40px;*/
}

}







@media(min-width:800px) and (max-width:1000px){
  .section-menu {
  overflow: auto;
}
.hidden-text {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  color: #fff;
}


.overview-box .size-sq {
  font-weight: 800;
  font-size: 26px;
}

}



@media (max-width:767px){
  .other-offices .col-md-4:nth-child(7) .office-detail, .other-offices .col-md-4:nth-child(8) .office-detail {
  border-bottom: 1px solid rgb(220, 223, 231) !important;
}
}

@media (min-width: 900px) and (max-width: 1200px) {
  
.icon {
  width: 60px !important;
  height: 60px !important;
}
.text-box h3 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 18px;
  }
  .hidden-text{
    font-size: 13px;
  }  
}



@media(max-width: 900px){
  .image-box {
  margin-bottom: 1px;
}
.hero-caption p br {
  display: none;
}

.footer-links p br {
  /*display: none;*/
}
.avenue-ameneties.office-page .amenitiesSwiper .swiper-slide{
  margin-bottom: 1px !important;
  margin: 0px !important;
}
.avenue-ameneties.office-page .col-md-12 {
  padding: 0px;
}
.avenue-ameneties .col-md-12 .amenitiesSwiper .swiper-slide{
margin-bottom: 1px !important;
}
.avenue-ameneties .col-md-12 {
  padding: 0px;
}
#footer .policy{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.policy a{
  margin: 0px !important;
}
  .disctance-box {
    box-shadow: none !important;
  }
  .section-menu{
    padding: 0px !important;
  }
  .overview.about-home {
  margin-top: 50px;
}
.key-features .heading-main {
  margin-bottom: 25px;
}

}