@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--color-primary: #1d5e2f;
	--color-primary-dark: #1d5e2f;
	--color-secondary: #1a4081;
	--color-secondary-dark: #1a4081;
	--color-white: #fff;
	--color-light: #F2EEE9;
	--font-primary: 'Poppins', sans-serif;
	--font-secondary: 'Syne', sans-serif;
	--transition: 0.3s;
	--transition-2: 0.5s;
	--transition-transform: transform .65s cubic-bezier(.23,1,.32,1);
}
/*===============================================*/
body{
	font-family:var(--font-primary) !important;
	font-size:16px !important;
}
.container-fluid{
	padding-left:75px;
	padding-right:75px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family:var(--font-secondary);
	font-weight: 700 !important;
}
a{
	text-decoration:none !important;
}
@media only screen and (max-width: 968px) {
	.container-fluid{
		padding-left:15px;
		padding-right:15px;
	}	
}
/*===============================================*/
.subheader{
	padding: 180px 0px 140px;
	background-position: center!important;
	background-size: cover!important;
}
.subheader h1{
	color: #ffffff;
}
.breadcrumb-item a{
	color: #ffffff;
}

.breadcrumb-item.active {
	color: #ffffff;
}

.header{
	position: absolute;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0) !important;
	padding:10px 0px;
}
.header .container, .header .container-fluid, .header-center, .header-left, .header-right {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-left {
	flex: 1 1;
}
.header-center .logo {
	display: block;
	max-width: 300px;
}
.header-center .logo img{
	width:200px;
}
.nav-link{
	padding: .5rem 1rem !important;
}
.navbar-light .navbar-nav .nav-link {
	color:#fff !important;
	font-size: 18px;
}
.navbar-area.is-sticky .navbar-light .navbar-nav .nav-link{
	color:#000 !important;
}
.navbar-area.is-sticky .header-right .phone-link{
	color:#000 !important;
}
.navbar-area.is-sticky .header-right .info-link{
	color:#000 !important;
}
.header-right .info-link {
	margin-left: 20px;
	color:var(--color-white);
}
.info-link i {
	font-size: 22px;
}
.phone-link{
	margin-left: 15px;
	color:var(--color-white) !important;
	display:flex;
	align-items:center;
	font-size:18px;
	font-weight: 600;
}
.phone-link i {
	font-size: 20px;
}
.menu-link{
	margin-left: 20px;
	color:var(--color-white);
}
.menu-link i{
	font-size:20px;
}

.mheader{
	position: absolute;
	z-index: 8000;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0) !important;
	padding:20px 0px;
}
.mheader .container, .mheader .container-fluid, .mheader-center, .mheader-left, .mheader-right {
	align-items: center;
	display: flex;
	justify-content:space-between;
}
.mheader-left .mlogo {
	display: block;
	max-width:200px;
}
.mheader-left .mlogo img{
	width:200px;
}

.msidebar-modal .msidebar-modal-inner {
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	overflow-y: scroll;
	height: 1540px;
	background-color: #1d5e2f;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	z-index: 999999999;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.msidebar-modal .msidebar-modal-inner .close-btn {
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 20px;
	font-size: 14px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #130947;
	cursor: pointer;
	width: 35px;
	text-align: center;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	line-height: 34px;
	background-color:#fff !important;
}

.msidebar-modal .msidebar-modal-inner .close-btn:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #ffffff;
}


.msidebar-modal .msidebar-modal-inner .msidebar-contact-info {
	text-align: start;
}

.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content h2 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 700;
	font-family: "Muli", sans-serif;
}

.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content h2 a {
	display: inline-block;
	color: #000;
}

.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content h2 a:hover {
	color: var(--color-primary);
}

.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content h2 a:not(:first-child) {
	color: #130947;
}

.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content h2 a:not(:first-child):hover {
	color: var(--color-primary);
}
.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content .contact-details a{
	color: #000;
}
.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content h2 span {
	display: block;
	color: #6d7a8c;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
}
.msidebar-modal .msidebar-modal-inner .msidebar-contact-info .mcontact-info-content .mcontact-info-content .social{
	position: relative;
	width: 100%;
	padding:0px;
	border-bottom: 1px solid #eee;

}



.msidebar-modal.active {
	opacity: 1;
	visibility: visible;
}

.msidebar-modal.active .msidebar-modal-inner {
	right: 0;
}

.msidebar-modal.active::before {
	width: 100%;
}


.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	background-color: #fff!important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	padding: 0px;
}
.navbar-area {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.dropdown-hover:hover>.dropdown-menu {
	display: inline-block;
}
.dropdown-hover>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}
.submenu{
	border: 0px !important;
	background:#eee;
	margin:0 !important;
	min-width:13rem !important;
	padding:0 !important;
	border-radius:0px !important;
}
.submenu .dropdown-item {
	display: block;
	width: 100%;
	padding: 7px 15px;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size:15px;
}
.submenu .dropdown-item:hover{
	background:var(--color-primary) !important;
	color:var(--color-white) !important;
}

.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.dropdown-menu .dropdown-submenu-left {
	right: auto;
	left: 100%;
}
.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

/*===============================================*/
.bg-theme-light{
	
        background: var(--color-light);
        

}
.btn-primary {
	color: #fff;
	background-color:var(--color-primary);
	border-color:var(--color-primary);
}
.btn-primary:hover {
	color: #fff;
	background-color:var(--color-primary-dark);
	border-color:var(--color-primary-dark);
}
.btn-secondary {
	color: #fff;
	background-color:var(--color-secondary);
	border-color:var(--color-secondary);
}
.btn-secondary:hover {
	color: #fff;
	background-color:var(--color-secondary-dark);
	border-color:var(--color-secondary-dark);
}
.btn-full{
	width:100%;
}
.button01{
	font-family: Syne,sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 20px 44px;
}
.button02{
	font-family: Syne,sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 17px 34px;
}
.sec-lg{
	padding:80px 0px;
}
.section-title{
	width:100%;
	position:relative;
	/* max-width:500px; */
	margin:0 auto;
}
.section-title .subtitle{
	width:100%;
	font-size: 30px;
	position:relative;
	font-family:var(--font-secondary);
	font-weight:600;
	display:inline-block;
}
.section-title h2{
	font-size:42px!important;
	letter-spacing: -1.7px;
}
.st-full{
	max-width:100% !important;
}
@media only screen and (max-width: 968px) {
	.button01 {
		font-family: Syne,sans-serif;
		font-size: 15px;
		font-weight: 700;
		padding: 15px 24px;
	}
	.sec-lg{
		padding:40px 0px;
	}
	.section-title h2 {
		font-size: 24px;
		letter-spacing: -1.7px;
	}
}
/*===============================================*/
/*===============================================*/




/*===============================================*/
/*===============================================*/



.hero-slider .item{
	background-repeat: no-repeat!important;
	width:100%;
	height:700px;
	padding: 255px 0px 10px 0px;
	background-size: cover;
	position:relative;
}
@media only screen and (max-width: 576px) {
	.hero-slider{
		padding: 0!important;
	}
	.hero-slider .item{
		padding: 100px 0px 0 0px;
		height: 470px;
	}
	.hero-slider .hero-slider-content p {
		font-size: 17px!important;
	}
}
.background-overlay{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #1d5e2f;
	opacity: 0.4;
}
.hero-slider .container, .container-fluid{
	position:relative;
}
.hero-slider .hero-slider-content{
	color:var(--color-white);
}
.hero-slider .hero-slider-content h2{
	font-size:59px;
}
.hero-slider .hero-slider-content p{
	font-size:20px;
}
.round-corner{
	border-radius: 10px
}
.homecontact{
	background:var(--color-white);
	width:100%;
	padding:50px;
	position:relative;
}
.homecontact .hcformgroup{
	width:100%;
	position:relative;
}
.homecontact .hcformgroup input{
	width:100%;
	height:50px;
	padding:15px;
	border:1px solid #cfcdcb;
	font-size:14px;
}
@media only screen and (max-width: 968px) {
	/* .hero-slider{
		padding: 105px 0px 60px 0px;
	} */
	.hero-slider .hero-slider-content h2 {
		font-size: 33px;
	}
	.homecontact {
		background: var(--color-white);
		width: 100%;
		padding: 25px;
		position: relative;
		margin-top: 20px;
	}
}
/*===============================================*/
.footer{
	background-color: #1d5e2f;
	background-image: url(../../assets/img/foooter-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	padding:60px 0px 30px;
	position:relative;	
	color:var(--color-white);
}
.footer .footer-logo {
	display: block;
	width:100%;
	position:relative;
}
.footer-logo img{
	width:200px;
}
.footer-title{
	font-size: 19px;
	margin-bottom:20px;
}
.footer-social{
	width:100%;
	position:relative;
}
.footer-social ul{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
}
.footer-social ul li{
	display:inline-block;
	margin-right:10px;
}
.footer-social ul li a{
	position: relative;
	display: flex;
	align-items:center;
	justify-content:center;
	overflow: hidden;
	width: 45px;
	height: 45px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	border:1px solid rgba(255,255,255,0.15);
	border-radius: 50%;
	text-decoration:none;
	color:#fff;
}
.footer-list{
	width:100%;
	position:relative;
}
.footer-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-list ul li{
	display:inline-block;
	width:100%;
	position:relative;
}
.footer-list ul li a{
	display:inline-block;
	line-height:36px;
	color:rgba(255,255,255,0.7);
	transition: all 0.3s ease;
}
.footer-list ul li a span{
	margin:0;padding:0;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;transition:all 0.3s ease;
}
.footer-list ul li a:hover{
	color:rgba(255,255,255,1);
}
.footer-list ul li a:hover span{
	margin-left:9px
}
.footer-list ul li a span:after{
	content:"";
	display:block;
	position:relative;
	z-index:1;
	top:auto;
	bottom:5px;
	left:0;
	-webkit-transform:none;
	-ms-transform:none;transform:none;
	width:0;
	height:1px;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background-color:var(--color-white)
}
.footer-list ul li a:hover span:after{width:100%}
.copyright{
	border-top:1px solid rgba(255,255,255,0.1);
	text-align:center;
	padding-top:30px;
	width:100%;
	position:relative;
	margin-top:50px;
}
/*===============================================*/
.hybg{
	background-color: #1d5e2f;
	background-image: url(../../assets/img/hybg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	position:relative;		
}
/*===============================================*/
.complex{
	width:100%;
	position:relative;
	text-align:center;
}
.complex .complex-thumb{
	width:300px;
	height:250px;
	overflow:hidden;
	border-radius:5px;
	margin:0 auto;
}
.complex .complex-thumb img{
	width:300px;
	height:250px;
	object-fit:cover;
	transition: var(--transition);
}
.complex .complex-content{
	width:100%;
	position:relative;
	margin-top:20px;
}
.complex .complex-content h2{
	font-size:24px;
}
.complex .complex-more{
	width: 2.8em;
	height: 2.8em;
	line-height: 2.85em;
	text-align: center;
	position:relative;
	background:rgba(15,15,15,0.08);
	border-radius: 50%;
	transition: var(--transition);
	margin:30px auto 0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.complex .complex-link{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.complex:hover .complex-thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.complex:hover .complex-more {
	color: var(--color-white);
	background-color: var(--color-secondary);
}
/*===============================================*/
.whybox{
	background-color: #1d5e2f;
	/* background-image: url(../../assets/img/why.webp);
	background-position: center left;
	background-repeat: no-repeat; */
	/* background-size: contain; */
	width:100%;
	position:relative;	
	color:#fff;
	z-index:1;
	padding:75px;
}
.ellipsis-2 {
  display: -webkit-box;
  height: 55px;
  -webkit-line-clamp: 2;   /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whybox:after{
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -14em;
	right:-75px;
	background: inherit;
	z-index:-1;
	width: 100%;
}
.whyimg-section{
	padding: 50px 0px;
	z-index: 9;
	position: relative;
	width: 100%;
}
.whyimg-section .whyimg{
	width:100%;
	height:500px;
	overflow:hidden;
}
.whyimg-section .whyimg img{
	width:100%;
	height:500px;
	object-fit:cover;
}
.whybox .button01 {
	border: 1px solid #fff;
}
@media only screen and (max-width: 968px) {
	.whybox{
		padding:40px 10px;
	}
	.whybox::after {
		content: ' ';
		display: block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: -14em;
		right: -14px;
		background: inherit;
		z-index: -1;
	}
}
/*===============================================*/
.features-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.features-list li {
	font-family: var(--font-secondary);
	padding-left: 35px;
	position: relative;
	margin-bottom: 16px;
	margin-top: 16px;
}
.features-list li::before {
	content: "\e913";
	font-family: 'icomoon';
	color: #fff;
	font-size: 19px;
	position: absolute;
	left: 0;
	top: -3px;
}
/*===============================================*/
.topfooter{
	background-image: url(../../assets/img/topfooterbg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	width:100%;
	position:relative;
}
/*===============================================*/
.postblog{
	width:100%;
	position:relative;
	box-shadow: 0 3px 20px rgba(15,15,15,0.03);
	background:#fff;
}
.postblog .postblog-media{
	width:100%;
	position:relative;
}
.postblog .postblog-media img{
	width:100%;
	object-fit:cover;
	height: 500px;
	transition: var(--transition);
}
.postblog .postblog-content {
    padding: 22px 20px;
    width: 100%;
    position:relative;
}
.postblog .postblog-date{
	margin: 0;
	text-align: right;
	position: absolute;
	right: 30px;
	top: -42px;
	width: auto;
	z-index: 9999;
}
.postblog .postblog-date span{
	width: auto;
	min-width: 67px;
	max-width: 100px;
	padding: 15px 15px 5px;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000;
	color: #fff;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction: column;
	line-height: 24px;
}



.postblog .postblog-date span b{
	font-size: 35px;
}
.postblog-content h2{
	font-size:24px;
}
.postblog-content a{
	color:var(--bs-body-color);
}
/*===============================================*/
/*==================project-tab=============================*/
.bg-color-tab{
    background-color: #193435;
 
}

.project-tab ul{
	display:flex;
	justify-content:center;
	position:relative;
	width:100%;
}

.project-tab ul li{
	list-style-type: none;
	font-size: 18px;
   	padding: 11px 22px;
}

.project-tab ul li a{
    color:#fff;
}

.project-tab ul li:hover{
background-color:#112424;

}

.project-tab li.active{
   background-color:#112424; 
}

.project-tab img{
width:18px;

}
/* .hero-slider .owl-stage-outer{
	height: 540px;
} */

.postproject{
	width:100%;
	position:relative;
	box-shadow: 0 3px 20px rgba(15,15,15,0.03);

}
.postproject .postproject-media{
	width:100%;
	position:relative;
}
.postproject .postproject-media img{
	width:100%;
	object-fit:cover;
	height: 300px;
	transition: var(--transition);
}
.postproject .postproject-content {

    padding: 12px 20px 0px;
    width: 80%;
    background: #fff;
    position: absolute;
    top: 76%;
    left: 0;
    transform: translate(0px, -3px);

}

.postproject .postproject-date span b{
	font-size: 35px;
}
.postproject-content h2{
	font-size:23px;
}
.postproject-content a{
	color:var(--bs-body-color);
}
.amenities{
position:relative;
width:100%;

}

.amenities-item a h4 {
color: var(--color-secondary);
}
.amenities-item{
position: absolute;
    top: 75%;
	width: 100%;
    text-align: center;
    background: #fff;
	
    padding: 7px;
    /* margin: 30px; */
    box-shadow: 0px 5px 10px -2px #eaeaea;

}
.gp-manage{
margin-bottom: 135px;

}
.navbar-tab .navbar-area.is-sticky{
    top: 93px;
    background: none!important;
    box-shadow:none;
}
.is-sticky .mcontact-info-content .navbar-nav .nav-link{
    top: 93px;
    background: none!important;
    box-shadow:none;
	color: white;
}
.is-sticky .phone-link {
    color:#1d5e2f!important;
}
.is-sticky .mheader-right .info-link {
    background-color: var(--color-primary);
	padding: 1px 4px;
	border-radius: 4px;
}
.testimonial .testimonial-inner .rating-stars {
    display: inline-block;
    font-size: 20px!important;
    line-height: 1;
}
.testimonial .testimonial-inner .star {
    color: #ccc; /* Default star color */
}
.testimonial .testimonial-inner .star.gold {
    color: gold; /* Filled star color */
}

.owl-review .owl-prev{
    background: #bb9b63 !important;
    color: #fff !important;
    width: 40px;
    font-size: 29px !important;
    height: 45px;
    position: absolute;
    top: 97%;
    right: 55px;

}


.owl-review .owl-next {
    background: #bb9b63 !important;
    color: #fff !important;
    width: 40px;
    font-size: 29px !important;
    height: 45px;
    position: absolute;
    top: 97%;
    right: 2px;

}


.owl-btn .owl-prev{
display:none;

}


.owl-btn .owl-next {
display:none;

}

@media only screen and (max-width: 992px) {
.navbar-tab .navbar-area.is-sticky {
    top: 53px;
}
.project-tab ul li {
    font-size: 14px;
    padding: 14px;
}

}
.mgap-manage a img{
	height:300px!important;
}

@media only screen and (max-width: 768px) {

.owl-review .owl-next {
    position: absolute;
    top: 97%;
    right: 1px;

}


.owl-review .owl-prev {
    position: absolute;
    top: 97%;
    left: 245px;
}

.project-tab ul li {
    font-size: 7px;
    padding: 9px 4px;
}

.navbar-tab .navbar-area.is-sticky {
    top: 54px;
}

.gp-manage {
    margin-bottom: 205px;
}

.mgap-manage{
margin-bottom: 50px;

}

.project-tab img {
    width: 13px;
}

}


/*===============================================*/
/*========================project details page=======================*/

.floor-text{
    background: #1d5e2fb8;
    color: #fff;
    padding: 11px 0px 0px;
    text-align: center;
    position: absolute;
    top: 87%;
    width: 100%;
}

.floor-text p{

       font-size:20px;
       font-weight: 600;
} 



      #gallery-section {
      	display: flex;
      	align-items: center;
      	justify-content: center;
      	padding: 10px;
      	z-index: -1;
      }

      #thumbnail-gallery-container {
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-between; */
    /* padding: 15px 50px 10px 50px; */
      }
      .thumbnail-02 {
          width: 11%;
          margin-bottom: 1%;
          position: relative;
          margin-left: 1%;
        }


     .thumbnail {
    width: 100%;
    margin-bottom: 1%;
    position: relative;
    margin-left: 5%;
    border: 1px solid #d6d6d6;
}

      img.thumbnail-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        }
    @media only screen and (max-width: 576px){
.close {
    position: absolute;
    background-color: none;
    top: 206px !important;
    right: 57px !important;
}
}

    @media only screen and (max-width: 992px){

.amenities-item {
    margin: 15px;

}
.mgp-manage{
    margin-top: 170px;

}

}

    @media only screen and (max-width: 800px){
    	#gallery-section {
    		padding: 10px 10px 0px 10px;
    	}
    	#thumbnail-gallery-container {
    	    padding: 0px;
    	}



.thumbnail-02 {
    width: 15%;
}

    }

    /* Lightbox Styles */ 

	.lightbox-overlay {
     display: flex;
    transform: scale(0,1);
    transition: transform 400ms ease-out;
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(30 55 56 / 58%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    }

    .lightbox-overlay:target {
    	display: flex;
    	transform: scale(1,1);
    	z-index: 99999;
    };

    .lightbox-content {
    	color: rgb(250,250,250);
    	padding: 1.5em;
    	width: 75vw;
    	text-align: center;
    }

    .lightbox-image-title {
    	position: relative;
    	text-align: center;
    }

    .lightbox-navigation {
    	display: flex;
    	flex-flow: row wrap;
    	justify-content: space-evenly;
    }

    .close {
    position: absolute;
    background-color: none;
    top: 65px;
    right: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    a.close {
    	text-decoration: none;
    	font-weight: bold;
    	font-size :2em;
    	font-family: sans-serif;
    }

    .close::after {
    	content: 'X';
    	color: rgb(250,250,250);
    }

 

    .back, .next {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	width: 24%;
    	height: 2em;
    	color: rgb(255,255,255);
    	margin: 1%;
    } 

    img.lightbox-image {
    	width: 65vw;
    	max-height: 65vh;
    	object-fit: contain;
    }


/*===============================================*/




.videosec{
	width:100%;
	position:relative;
	padding:100px 0px;
}
.videobutton{
	width:100%;
	position:relative;
	height:400px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.videobutton .popup-icon {
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	height: 70px;
	width: 70px;
	background-color: var(--color-white);
	border-radius: 50%;
	color: var(--color-secondary);
	font-size:26px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.videobutton .popup-icon:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}


.videobutton a{
	background-color: #fff;
	padding: 30px 35px;
	border-radius: 70px;
	box-shadow: 0px 1px 33px #eee9;

}


/*===============================================*/
.favcts{
	background-color: #1d5e2f;
	background-image: url(../../assets/img/foooter-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	position:relative;	
	color:var(--color-white);
}
.favctsbox{
	width: 100%;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	margin-top:30px;
	justify-content: center;
	flex-direction: column;
}
.favctsbox .favctsbox-content{
	margin-top:10px;
	width: 100%;
	position: relative;
}
.favctsbox .favctsbox-content .favctsbox-count{
	font-size:52px;
	font-weight:bold;
	font-family:var(--font-secondary);
}
.favctsbox .favctsbox-content .favctsbox-text{
	font-size:18px;
	font-weight:bold;
	color:rgba(252,252,252,0.8);
	font-family:var(--font-secondary);
}
.favctsbox .favctsbox-icon{
	width:64px;
	height:64px;
}
.favctsbox .favctsbox-icon img{
	width:64px;
	height:64px;
	object-fit:cover;
}
/*===============================================*/
/*=================bilal==============================*/
/*=================testimonial==============================*/
.testimonial{
	position:relative;
	width:100%;
	background-color: #fff;
	padding: 30px;
	border-radius:10px;

}
.testimonial .testimonial-inner{
	align-items: center;
}

.testimonial .testimonial-inner img {
	width: 80px !important;
	margin-right: 20px;
}

/*===============================================*/
.homegallery{
	position:relative;
	width:100%;
}
.homegallery .homegallery-inner{
	overflow: hidden;
	width: 100%;
}

.homegallery .homegallery-inner img {
	-webkit-transition: .4s ease;
	transition: .4s ease;
	width: 100%;
	object-fit: cover;
}

.homegallery .homegallery-inner:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.homegallery .img-height img{
	height: 648px;
}

.homegallery .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.homegallery:hover .overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.homegallery .overlay .text{
	text-align: center;
	position: relative;
	top: 50%;
	color: #fff;
}

/*===============================================*/
.why-choose{
	position:relative;
	width:100%
}
.why-choose img{
	width:60%
}

.why-choose-img img{
	position: absolute;
	top: 50%;
	left: 40%;
}
.align-item-center{
	align-items: center;
}
.why-choose-btn{
	position: relative;
	left: 11%;
}

@media only screen and (max-width: 768px) {
	.m-gap{
		text-align: center;
		padding: 80px 0;
	}
	.why-choose-btn{
		position: relative;
		left: 0%;
	}
}
/*=====================about us==========================*/
.own-sec img{ 
	width: 90px;
	border-radius: 50px;
	margin-right: 25px;
}



/*===============================================*/
/*===============================================*/
/*===============================================*/
/*===============================================*/

.sidebar-modal {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
	position: absolute;
	right: -100%;
	top: 0;
	width: 30%;
	overflow-y: scroll;
	height: 100%;
	background-color: #ffffff;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 20px;
	font-size: 14px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #130947;
	cursor: pointer;
	width: 35px;
	text-align: center;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	line-height: 34px;
}

.close-btn svg{
    top: 0px;
    position: relative;
    left: 1px;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #ffffff;
}


.sidebar-modal .sidebar-contact-area .sidebar-contact-info {
	text-align: start;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 700;
	font-family: "Muli", sans-serif;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a {
	display: inline-block;
	color: #000;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:hover {
	color: var(--color-primary);
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child) {
	color: #130947;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child):hover {
	color: var(--color-primary);
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .contact-details a{
	color: #000;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 span {
	display: block;
	color: #6d7a8c;
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
}
.sidebar-modal .sidebar-modal-inner .sidebar-contact-area .sidebar-contact-info .contact-info-content .social{
	position: relative;
	width: 100%;
	padding:0px;
	border-bottom: 1px solid #eee;

}
.sidebar-modal .sidebar-modal-inner .sidebar-contact-area .sidebar-contact-info .contact-info-content .popup-logo img{
	width: 280px;
	margin-bottom: 30px;
}

.sidebar-modal .sidebar-modal-inner .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li{
	list-style: none;
	margin: 20px 0;
	font-weight: 700;
	font-family: var(--font-secondary);

}

.sidebar-modal .sidebar-modal-inner .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a{
	font-size: 20px;
	color: #000;
	align-items: center;
	display: flex;

}
.sidebar-modal .sidebar-modal-inner .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a i{
	margin-right: 35px;
	font-size: 15px;
}

.sidebar-modal::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
	height: 100%;
	-webkit-transition: 1s;
	transition: 1s;
}

.sidebar-modal.active {
	opacity: 1;
	visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
	right: 0;
}

.sidebar-modal.active::before {
	width: 100%;
}

/*===============================================*/
.contact-us-info{
   width:100%;
position:relative	

}


.contact-us-info .address-list a{
color:#000 !important;
}

.contact-us-info .address-list li{
list-style:none;
}
.social-share{
position:relative;
display:flex;
width:100%;	

}
.social-share li{
list-style:none;
padding-right:8px;
}
.social-share li a{
color:#000 !important;
}

/*===============================================*/
/*===============================================*/
.blog-details-section .blog-details-img .blog-details li{
list-style:none;
padding-right:15px;
}
.blog-details-section .blog-details-img .blog-details li img{
               width:18px;
               height:18px;
}

.blog-details-section .blog-details-img .blog-details li a{
        color:#000 !important;
}
.blog-side-sec{
      width:100%;
      position:relative;
}
.blog-side-sec h5{
       border-bottom:1px solid #eee;  
       padding:10px 0px;
}
.blog-side-sec .blog-side-sec-inner img{
    width:120px;
}

.blog-sidetext a{
     color: #000 !important;
}

.blog-sidetext a:hover{
     color:var(--color-primary) !important;
}


/*===============================================*/
/*===============================================*/
.form-control{
    padding: 15px 20px !important;
    font-size: 12px !important;
 
}

.contact-bg{
    border-radius: 10px;
    background: #f9fbff;
    padding: 40px;
    box-shadow: 0px 2px 4px 0px #bcbcbc;
}

@keyframes gradient-shift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .client-section {
            padding: 50px 0; /* Increased padding */
            background: linear-gradient(145deg, #ffffff, #f0f0f0); /* Base gradient */
            background-size: 200% 200%; /* Make gradient larger than container */
            animation: gradient-shift 15s ease infinite; /* Subtle background shift */
            text-align: center;
            border-radius: 25px; /* Even more rounded corners */
            box-shadow: 0 20px 50px var(--shadow-medium); /* Deeper shadow */
            overflow: hidden;
            position: relative;
            z-index: 1; /* Ensure content is above any body-level effects */
        }

        /* Dynamic Background Accent Shapes */
        .client-section::before,
        .client-section::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            filter: blur(60px); /* More blur */
            z-index: 0;
            animation: pulse-shape 8s infinite alternate ease-in-out; /* Pulsing animation */
        }

        .client-section::before {
            top: -80px;
            left: -80px;
            width: 200px;
            height: 200px;
            background: var(--accent-blue);
            animation-delay: 0s;
        }
        .client-section::after {
            bottom: -100px;
            right: -100px;
            width: 250px;
            height: 250px;
            background: var(--accent-green);
            animation-delay: 2s; /* Staggered animation */
        }

        @keyframes pulse-shape {
            0% { transform: scale(0.8); opacity: 0.6; }
            100% { transform: scale(1.2); opacity: 0.9; }
        }

        .client-section h2 {
            font-size: 3.8rem; /* Larger heading */
            font-weight: 900; /* Even bolder */
            color: var(--text-color-dark);
            margin-bottom: 70px; /* More space */
            position: relative;
            display: inline-block;
            padding-bottom: 18px;
            z-index: 1;
            text-shadow: 2px 2px 5px rgba(0,0,0,0.05); /* Subtle text shadow */
        }

        .client-section h2::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%) scaleX(0);
            width: 120px; /* Wider underline */
            height: 6px; /* Thicker underline */
            background-color: var(--primary-color);
            border-radius: 4px;
            transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Bouncy transition */
        }

        .client-section h2:hover::after {
            transform: translateX(-50%) scaleX(1);
        }

        /* Infinite Scroll Container */
        .scroll-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 30px 0; /* More vertical padding */
            z-index: 1;
        }

        .scroll-container {
            display: flex;
            white-space: nowrap;
            animation: scroll-left 40s linear infinite; /* Adjusted duration for smoother, potentially slower scroll */
        }

        .scroll-container:hover {
            animation-play-state: paused;
        }

        @keyframes scroll-left {
            0% { transform: translateX(0%); }
            100% { transform: translateX(-50%); }
        }

        /* Individual Logo Item Animations */
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-8px); } /* Subtle up-down movement */
            100% { transform: translateY(0px); }
        }

        .client-logo-item {
            flex-shrink: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 220px; /* Wider item */
            height: 140px; /* Taller item */
            margin: 0 30px; /* More space between logos */
            background-color: var(--item-bg);
            border-radius: 20px; /* More rounded */
            box-shadow: 0 8px 25px var(--shadow-light); /* Softer initial shadow */
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); /* Slower, smoother transition */
            position: relative;
            overflow: hidden;
            animation: float 4s ease-in-out infinite; /* Apply floating animation */
            /* Randomize animation delay for staggered effect (will be applied via JS if possible, or manually) */
        }

        /* Staggered float animation for visual variety */
        .client-logo-item:nth-child(2n) { animation-delay: 0.5s; }
        .client-logo-item:nth-child(3n) { animation-delay: 1s; }
        .client-logo-item:nth-child(4n) { animation-delay: 1.5s; }


        .client-logo-item img {
            max-width: 85%; /* Larger image within item */
            max-height: 75%;
            width: auto;
            height: auto;
            /* filter: grayscale(100%);
            opacity: 0.6;  */
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); /* Smoother transition */
            /* border-radius: 12px; */
        }

        /* Enhanced Hover Effects */
        .client-logo-item:hover {
            box-shadow: 0 15px 40px var(--shadow-strong); /* Much stronger shadow */
            transform: translateY(-15px) scale(1.05); /* Lift higher and scale more */
            background-color: #ffffff; /* Ensure bright background */
            z-index: 2; /* Bring hovered item to front */
            animation-play-state: paused; /* Pause its floating animation on hover */
        }

        .client-logo-item img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.25) rotateZ(5deg); /* Larger pop and rotation */
        }

        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .client-section { padding: 80px 0; margin: 40px auto; border-radius: 20px; }
            .client-section h2 { font-size: 3rem; margin-bottom: 50px; }
            .client-logo-item { width: 180px; height: 110px; margin: 0 20px; }
            .client-logo-item img { max-width: 80%; max-height: 70%; }
        }

        @media (max-width: 767.98px) {
            .client-section { padding: 50px 0; margin: 30px auto; border-radius: 15px; }
            .client-section h2 { font-size: 2.5rem; margin-bottom: 40px; }
            .client-section h2::after { width: 80px; height: 4px; }
            .client-logo-item { width: 150px; height: 90px; margin: 0 15px; }
            .client-logo-item img { max-width: 75%; max-height: 65%; }
            .scroll-container { animation-duration: 25s; } /* Faster scroll on smaller screens */
        }

        @media (max-width: 575.98px) {
             .client-logo-item { width: 120px; height: 75px; margin: 0 10px; }
             .client-logo-item img { max-width: 70%; max-height: 60%; }
             .scroll-container { animation-duration: 20s; } /* Even faster scroll on very small screens */
        }
		.anchor-link{
			cursor: pointer;
		}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff!important;
    content: var(--bs-breadcrumb-divider, "/");
}
.business-content p{
	font-size: 17px;
}
.industry-card {
            border: none;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
            background-color: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
	#why-choose-us{
		background-color: whitesmoke;
	}

        .industry-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .industry-card .icon {
            font-size: 3rem;
            color: var(--color-secondary);
            margin-bottom: 20px;
        }	

.flat-spacing-12 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  /* .tf-timeline-wrap {
  padding-top: 130px;
  padding-bottom: 20px;
} */
.tf-timeline-line {
  position: absolute;
  width: 1px;
  border: 1px dashed #ebebeb;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tf-timeline-line::after, .tf-timeline-line::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  z-index: 3;
  background-color: #ebebeb;
  border-radius: 50%;
}
.tf-timeline-line::before {
  top: 0;
}
.tf-timeline-line::after {
  bottom: 0;
}

.tf-timeline-inner {
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
}

.tf-timeline-content,
.tf-timeline-image {
  max-width: 490px;
}

.tf-timeline-content {
  background-color: var(--white);
  text-align: center;
}
.tf-timeline-content .tf-timeline-label {
  margin-bottom: 7px;
}
.tf-timeline-content .tf-timeline-title {
  margin-bottom: 10px;
}
.tf-timeline-content {
    text-align: right;
    width: 50%;
  }
  .tf-timeline-image {
    width: 50%;
  }
  .tf-timeline-image img{
    width: 400px;
  }
  .tf-timeline-inner {
    gap: 100px;
    flex-direction: row;
  }
  .tf-timeline-inner::after, .tf-timeline-inner::before {
    position: absolute;
    content: "";
    width: 20px;
    background-color: #ebebeb;
    height: 1px;
    z-index: 3;
    top: calc(50% + 5px);
  }
  .tf-timeline-inner::before {
    left: calc(50% + 20px);
    transform: translate(-50%);
  }
  .tf-timeline-inner::after {
    right: calc(50% + 20px);
    transform: translate(50%);
  }
  .tf-timeline-inner.tf-timeline-content-end {
    flex-direction: row-reverse;
  }
  .tf-timeline-inner.tf-timeline-content-end .tf-timeline-content {
    text-align: left;
  }
  .tf-timeline-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #db1215;
  }
.tf-timeline-inner {
    gap: 190px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .tf-timeline-inner::before, .tf-timeline-inner::after {
    width: 40px;
  }
  .tf-timeline-inner::before {
    left: calc(50% + 35px);
  }
  .tf-timeline-inner::after {
    right: calc(50% + 35px);
  }
  .z-2{
	z-index: 2;
  }
  .tf-timeline-time {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 2.5px;
    padding: 0 35px;
    font-size: 20px;
    line-height: 36px;
}
@media screen and (max-width: 768px) {
  
  .tf-timeline-inner::before, .tf-timeline-inner::after {
	width: 20px;
  }
  .tf-timeline-inner::before {
	left: calc(50% + 10px);
  }
  .tf-timeline-inner::after {
	right: calc(50% + 10px);
  }
  .tf-timeline-content, .tf-timeline-image {
	max-width: none;
	width: 100%;
  }
  .tf-timeline-inner {
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column!important;
}
.tf-timeline-content {
    background-color: #fff!important;
    text-align: center!important;
}
.tf-timeline-content, .tf-timeline-image {
    max-width: 350px!important;
}
.tf-timeline-image img{
	width: 350px!important;
}
.tf-timeline-item::before, .tf-timeline-inner::before{
	content: none!important;
}
.director-card {
	display: inline-block;
}
}
.vm-section {
	padding: 40px 0;
	background: #f6f6f6;
}

.vm-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.vm-card {
	flex: 1 1 500px;
	background: #fff;
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.vm-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.vm-card h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #1a4081;
}

.vm-card p {
	margin-bottom: 15px;
	line-height: 1.6;
}

.vm-icon {
	font-size: 3rem;
	margin-bottom: 20px;
	color: #1a4081;
}
		.director-card {
            border-radius: 15px;
            overflow: hidden;
			display: flex;
			align-items: center;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            margin-bottom: 30px;
            background: white;
        }
        
        .director-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .director-img {
            height: 350px;
			width: 300px;
            object-fit: cover;
            /* width: 100%; */
        }
        
        .director-info {
            padding: 30px;
        }
        
        .director-name {
            color: var(--color-primary);
            margin-bottom: 10px;
        }
        
        .director-position {
            color: var(--color-secondary);
            font-weight: 600;
            margin-bottom: 20px;
            display: block;
        }
        
        .director-social {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .director-social a {
            color: var(--dark);
            font-size: 18px;
            transition: all 0.3s ease;
        }
        
        .director-social a:hover {
            color: var(--color-primary);
            transform: translateY(-3px);
        }
        
        .director-bio {
            position: relative;
            padding-left: 20px;
            margin-bottom: 15px;
        }
        
        .director-bio:before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            height: 10px;
            width: 10px;
            background: var(--color-primary);
            border-radius: 50%;
        }
        
        .floating-shape {
            position: absolute;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: lightsteelblue;
            z-index: -1;
        }        
        .shape-1 {
            top: -50px;
            right: -50px;
        }        
        .shape-2 {
            bottom: -50px;
            left: -50px;
            background: lightgray;
        }        
        @media (max-width: 768px) {
            .director-img {
                height: 400px;
				width: 100%;
            } 
			.director-card {
				border-radius: 15px;
				overflow: hidden;
				display: inline-block!important;
				align-items: center;
				box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
				transition: all 0.3s ease;
				margin-bottom: 30px;
				background: white;
			}           
        }

/* Career Page  */
        .hero-bg-gradient {
            background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%); /* Light, subtle gradient */
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            animation: backgroundShift 20s infinite alternate ease-in-out;
        }

        @keyframes backgroundShift {
            0% { background-position: 0% 50%; }
            100% { background-position: 100% 50%; }
        }

        /* Subtle text shadow for pop on light background */
        .glowing-text {
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.05);
        }

        /* Fade-in and slide-up animation */
        .animate-in {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInSlideUp 0.8s ease-out forwards;
        }

        @keyframes fadeInSlideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Staggered animation for list items */
        .animate-in-item {
            opacity: 0;
            transform: translateY(15px);
            animation: fadeInItem 0.6s ease-out forwards;
        }

        @keyframes fadeInItem {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Section card styling with subtle depth */
        .section-card {
            background: rgba(255, 255, 255, 0.9); /* Almost white, slightly transparent */
            border: 1px solid rgba(200, 200, 200, 0.8); /* Lighter border */
            border-radius: 1.5rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Subtle shadow */
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease-in-out;
            position: relative;
            overflow: hidden;
        }

        .section-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, rgba(124, 58, 237, 0.05) 0%, transparent 70%); /* Softer glow */
            transform: rotate(45deg);
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            z-index: 0;
        }

        .section-card:hover {
            transform: translateY(-8px) scale(1.01); /* Slightly less dramatic lift */
            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); /* More pronounced shadow on hover */
        }

        .section-card:hover::before {
            opacity: 1;
        }

        .section-card > * {
            position: relative;
            z-index: 1;
        }

        /* How We Hire steps styling */
        .step-circle {
            background: linear-gradient(45deg, #1d5e2f, #1a4081); /* Darker purple to pink gradient */
            color: white;
            border: 2px solid rgba(255, 255, 255, 0.5); /* White border */
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            box-shadow: 0 0 15px rgba(139, 92, 246, 0.4); /* Subtle glow */
            width: 96px; /* Equivalent to w-24 */
            height: 96px; /* Equivalent to h-24 */
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem; /* Equivalent to text-4xl */
            font-weight: bold;
            border-radius: 50%; /* Equivalent to rounded-full */
            margin-bottom: 1rem; /* Equivalent to mb-4 */
        }
        .step-circle:hover {
            transform: scale(1.1);
            box-shadow: 0 0 25px #1d5e2f; /* Stronger glow on hover */
        }

        .step-arrow {
            color: #888; /* Medium grey for arrows */
            transition: color 0.3s ease-in-out;
            font-size: 3rem; /* Equivalent to text-5xl md:text-6xl */
        }
        .step-circle:hover + .step-arrow {
            color: #1d5e2f; /* Match arrow color to hover */
        }

        /* Testimonial styling */
        .testimonial-card {
            background: linear-gradient(135deg, #fdfdfd 0%, #f0f0f0 100%); /* Very light gradient */
            border: 1px solid #e0e0e0; /* Light border */
            border-radius: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Subtle shadow */
            position: relative;
            overflow: hidden;
        }

        .testimonial-card::before, .testimonial-card::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            filter: blur(50px);
            opacity: 0.2; /* Softer opacity for glows */
            z-index: 0;
        }
        .testimonial-card::before {
            width: 150px;
            height: 150px;
            background-color: #32732e; /* Lighter purple glow */
            top: -30px;
            left: -30px;
        }
        .testimonial-card::after {
            width: 120px;
            height: 120px;
            background-color: #1a4081; /* Lighter pink glow */
            bottom: -20px;
            right: -20px;
        }

        .testimonial-content {
            position: relative;
            z-index: 1;
        }

        .testimonial-content p {
            color: #333; /* Dark text for testimonial */
        }
        .testimonial-content p.text-right-custom { /* Custom class for text-right */
            color: #1d5e2f; /* Purple for name */
        }

        /* HR Professional Image styling */
        .hr-image {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid #1d5e2f; /* Purple border */
            box-shadow: 0 0 15px rgba(95, 92, 246, 0.4);
            margin-bottom: 1.5rem;
        }

        /* Hero image styling */
        .hero-image {
            max-width: 80%; /* Adjust as needed */
            height: auto;
            border-radius: 1.5rem;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
            margin-top: 4rem; /* Space between text and image */
            animation: fadeInScale 1s ease-out forwards;
            animation-delay: 1.2s; /* Delay after text animations */
            opacity: 0;
            transform: scale(0.9);
        }

        @keyframes fadeInScale {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        /* Custom Bootstrap button for gradient */
        .btn-gradient {
            background: linear-gradient(45deg, #1d5e2f, #1a4081); /* Purple to pink */
            border: none;
            transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
        }
        .btn-gradient:hover {
            transform: scale(1.05);
            background: linear-gradient(45deg, #1d5e2f, #1a4081); /* Slightly darker on hover */
        }
        
        /* Custom text colors */
        .text-purple-700-custom { color: #1d5e2f; }
        .text-pink-600-custom { color: #1a4081; }
        .text-green-600-custom { color: #059669; }
        .text-yellow-700-custom { color: #b45309; } /* A darker yellow for contrast */
        .text-purple-500-custom { color: #1d5e2f; }
        .text-pink-500-custom { color: #1a4081; }
        .text-yellow-500-custom { color: #f59e0b; }
        .text-purple-600-custom { color: #1d5e2f; }


        /* Responsive adjustments for smaller screens */
        @media (max-width: 767px) {
            .hero-image {
                max-width: 95%;
                margin-top: 2rem;
            }
            .hero-section-content {
                padding-bottom: 0; /* Adjust padding if image is below text */
            }
            .fs-1-custom { font-size: 3.5rem; } /* Custom font size for mobile H1 */
            .fs-4-custom { font-size: 1.5rem; } /* Custom font size for mobile P */
            .fs-5-custom { font-size: 1.1rem; } /* Custom font size for mobile general text */
            .fs-2-custom { font-size: 2.5rem; } /* Custom font size for mobile H2 */
            .fs-3-custom { font-size: 1.75rem; } /* Custom font size for mobile H3 */
            .fs-6-custom { font-size: 1rem; } /* Custom font size for mobile footer */
        }
        @media (min-width: 768px) {
            .fs-1-custom { font-size: 5rem; }
            .fs-4-custom { font-size: 2.5rem; }
            .fs-5-custom { font-size: 1.25rem; }
            .fs-2-custom { font-size: 3rem; }
            .fs-3-custom { font-size: 2rem; }
            .fs-6-custom { font-size: 1.1rem; }
        }
.ellipse-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color:grey;
  text-overflow: ellipsis;
}
.primary-title{
	color: var(--color-primary);
	height: 56px;
}
/* From Uiverse.io by kamehame-ha */ 
.button-project {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 15px;
  background-color: var(--color-primary);
  outline: 3px var(--color-primary) solid;
  outline-offset: -3px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 400ms;
}

.button-project .text {
  color: white;
  font-weight: 700;
  font-size: 1em;
  transition: 400ms;
  margin-bottom: 0;
}

.button-project svg path {
  transition: 400ms;
}

.button-project:hover {
  background-color: transparent;
}

.button-project:hover .text {
  color: var(--color-primary);
}

.button-project:hover svg path {
  fill: var(--color-primary);
}


