:root{
    --green: #043228;
	--yellow: #f4ba51;
	--gold: #dda032;
}


/* reset css */
	*,:after,:before{box-sizing: border-box;padding: 0;margin: 0;border: none;outline: none;}
	img{max-width: 100%;}
	ul,li{list-style: none;margin: 0;}
	a{text-decoration: none !important;display: inline-block;font-size: 18px;cursor: pointer; font-weight: 600;  color: #131313;}
	select,input,textarea,button{width: 100%;border: none;outline: none; background: transparent;cursor: pointer;font-size: 16px;}
	select:focus,input:focus,textarea:focus,button:focus{border: none;outline: none;}
	input::placeholder, textarea::placeholder {opacity: 1;color: #626262;}  
	textarea{resize: none;}
	p {color: #000000;font-size: 21px;margin: 20px 0;text-align: justify;line-height: 1.5; font-weight: 600;}

	iframe{width: 100%;height: 100%;border: none;}

	h1 {font-size: 48px; padding: 0 0 15px; color: #133b0a;}
	h2{font-size: 46px; font-weight: 800;}
	h3 {font-size: 32px; font-weight: 600; color: #215c14;}
	h4{font-size: 26px; font-weight: 400;}
	h5{font-size: 24px;}
	h6{font-size: 22px;}

	h2.index-h2 { font-size: 60px; text-align: left; font-weight: 600; background: linear-gradient(to left, #D76511 0%, #f48534 100%); background-clip: border-box; background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
	h3.index-h3 { font-size: 44px; }

	h2.inner-h2 { font-size: 40px; font-weight: 400; line-height: 1.4;}
	h3.inner-h3 { font-size: 30px; font-weight: 600; color: var(--orange);}

	*,:after,:before, body, a, ul, li, select, input, textarea, button, input::placeholder, textarea::placeholder, p{font-family: "Cormorant", serif;}
	h1, h2, h3, h4, h5, h6 {font-family: "Cormorant", serif;}

  	/* *,:after,:before, body, a, ul, li, select, input, textarea, button, input::placeholder, textarea::placeholder, p{font-family: "Afacad", serif;}
	h1, h2, h3, h4, h5, h6 {font-family: "Cormorant", serif;} */
/* reset css */

/* common css */
	.wrapper {width: 100%;overflow: hidden;}
	.fluid-container {width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px;}
/* common css */
	.body{background: #FFFDF9;}
    h2{padding: 0 0 15px; color: #133b0a;}

/*  Resp menu css  */
	html.hc-nav-yscroll {overflow-y: scroll;}
	.desk-resp-ham {display: none;}
	.desk-resp-ham ul.toggle-desk {position: absolute;cursor: pointer;width: 30px;right: 25px;bottom: 0;margin: auto;top: 0;height: 25px;}
	.desk-resp-ham ul.toggle-desk li { transform: translateY(-50%); list-style: none; display: block; position: absolute; left: 0; height: 3px; right: 0; margin: 0 auto; width: 30px; opacity: 1; background: var(--gold); transition: all .25s ease;  z-index: 1;}
	.desk-resp-ham ul.toggle-desk li:nth-of-type(1) {top: 20%;}
	.desk-resp-ham ul.toggle-desk li:nth-of-type(2) {top: 52%;}
	.desk-resp-ham ul.toggle-desk li:nth-of-type(3) {top: 84%;}
	.desk-resp-ham ul.toggle-desk.active li:nth-of-type(1) {top: 50%;transform: translateY(-50%) rotate(45deg);}
	.desk-resp-ham ul.toggle-desk.active li:nth-of-type(2) {transform: translateY(-50%) rotate(45deg);opacity: 0;}
	.desk-resp-ham ul.toggle-desk.active li:nth-of-type(3) {top: 50%;transform: translateY(-50%) rotate(-45deg);}
	.inner-desk-ham {display: flex;}
	.desk-resp-ham .sidebar {position: fixed;top: 0;left: -350px;width: 270px;height: 100vh;box-sizing: border-box;text-align: center;transition: .9s;z-index: 9;overflow: scroll;overflow-x: hidden;  background: #f4ba51;}
	.desk-resp-ham .sidebar::before {content: '';position: absolute;background: #24293e;top: 0;left: 0;bottom: 0;}
	.desk-resp-ham .sidebar::-webkit-scrollbar {display: none;}
	.desk-resp-ham .sidebar.active { left: 0px; box-shadow: 1px 0 8px rgba(0, 0, 0, 0.637); padding: 60px 0 120px; top: 0px;}
	.desk-resp-ham .sidebar.active > span, .desk-resp-ham .sidebar.active > a{width: 100%;background: none;display: flex;justify-content: center;align-items: center;padding: 20px 10px;position: relative;}
	.desk-resp-ham .sidebar a > img { width: 100%; max-width: 200px; background: var(--green);}
	.desk-resp-ham .sidebar ul.menu {position: relative;text-align: center;width: 100%;display: flex;flex-direction: column;gap: 0;margin: 0;}
	.desk-resp-ham .sidebar ul.menu li {list-style: none;width: 100%;cursor: pointer;}
	.nav-dropdown li a {padding: 15px 0 15px 35px !important;}
	.nav-dropdown li a::before { content: ''; position: absolute; left: 2px; width: 6px; height: 6px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); top: -2px; bottom: 0; margin: auto; left: 20px;}
	.nav-dropdown li a:hover {background: #fff;color: #24293e!important;}
	.nav-dropdown li a:hover::before, .desk-resp-ham .sidebar ul.menu > li a.act-link::before {border-right: 2px solid var(--green) ;border-bottom: 2px solid var(--green);}
	.desk-resp-ham .sidebar ul.menu > li:hover > span, .desk-resp-ham .sidebar ul.menu > li a:hover, .desk-resp-ham .sidebar ul.menu > li a.act-link, .desk-resp-ham .sidebar ul.menu li span.act-link {background: var(--gold);color: var(--green) !important;  font-weight: 600;}
	.desk-resp-ham .sidebar ul.menu li span, .desk-resp-ham .sidebar ul.menu li a {display: flex;gap: 5px;align-items: center;border-bottom: 1px dotted #c9c9c9;position: relative;text-transform: capitalize;color: #fff;width: 100%; max-width: 100%;justify-content: space-between;display: flex;padding: 15px 20px 15px 20px;font-size: 16px;text-align: left;}
	.desk-ham-menu li a.act-link ~ .nav-dropdown > li > a.act-link { left: 0; background: none; color: var(--yellow) !important;}
	.desk-ham-menu li a.act-link::before { border-right: 2px solid var(--yellow) !important; border-bottom: 2px solid var(--yellow) !important;}
	.nav-dropdown-1 { background: #718d67;}
	.nav-dropdown li.act-link a,.nav-dropdown li a:hover a,.desk-resp-ham .sidebar ul.menu>li>a.act-link a{color: #fff !important;}
	.nav-dropdown li a.act-link,.nav-dropdown li a:hover,.desk-resp-ham .sidebar ul.menu>li>a.act-link a {color: #fff !important;}
	.desk-resp-ham .sidebar ul.menu li a i {position: relative;bottom: -2px;font-size: 16px;}
	.desk-resp-ham .sidebar ul.social-icon {position: relative;margin-top: 10%;width: 100%;height: 55px;display: flex;justify-content: center;}
	.desk-resp-ham .sidebar ul.social-icon li a {text-decoration: none;display: flex;justify-content: center;gap: 0;width: 100%;height: 100%;position: relative;color: #111b30;border-radius: 50%;font-size: 25px;}
	.nav-dropdown {display: flex;flex-direction: column;gap: 0px !important;background: #8595a442;}
	.nav-dropdown li a {font-size: 14px !important;}
	.desk-resp-ham .sidebar ul.social-icon li:hover a {color: #fff;}
	.desk-resp-ham .sidebar ul.social-icon a .fa {line-height: 55px;}
	.desk-resp-ham .sidebar ul.menu li > a.dropdown-span img { width: 100%; max-width: 15px; transition: 1s ease-in-out; filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(337deg) brightness(105%) contrast(101%); background: none;}
	.desk-resp-ham .sidebar ul.menu li:hover > a.dropdown-span img, .desk-resp-ham .sidebar ul.menu li.act-link > a.dropdown-span img {transform: rotate(90deg); transition: 1s ease-in-out;  filter: invert(17%) sepia(44%) saturate(415%) hue-rotate(63deg) brightness(95%) contrast(88%);;}
	.nav-dropdown li {background: var(--green);}
/*  Resp menu css  */

/* Header css */
	header{position: relative;}
	.top-wrapper{background: var(--green);    border-bottom: 1px solid #f4ba51ab;}
	.top-inner-wrapper {display: flex;justify-content: space-between;align-items: center;padding: 6px 24px 30px 0px;}
	.logo { display: flex; justify-content: flex-start; align-items: center; gap: 10px; width: 100%; max-width: 400px; padding: 5px 0;}
	.logo  span { display: flex; justify-content: center; align-items: center; width: 100%; max-width: 220px;}
	.logo  span img { width: 100%; max-width: 220px;}
    .links {display: flex;justify-content: flex-end;align-items: center;gap: 20px;width: 100%;max-width: 700px;}
    .links a {display: flex;justify-content: center;align-items: center;gap: 10px}
    .links a span:first-child {display: flex;justify-content: center;align-items: center;width: 35px;height: 35px;background: #114D40;border-radius: 50%;border: 1px solid #f4ba519e;}
	.links a span:first-child img {width: 100%;max-width: 17px;filter: invert(76%) sepia(45%) saturate(815%) hue-rotate(329deg) brightness(110%) contrast(91%);}
    .links a span:last-child {font-size: 18px;color: #fff;font-weight: 300;}
	.header-wrapper{position: relative;}
	.nav-links {display: flex;justify-content: space-between;align-items: center;width: 100%;max-width: 1240px;background: linear-gradient(70deg, #c89334 0%, #F4BA51 50%, #c89334 100%);padding: 0px 100px;border-radius:5px;position: absolute;top: -25px;margin: auto;left: 0;right: 0;z-index: 2;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border: 1px solid #c5892ec9;}
	.nav-links li { height: 100%; display: flex; justify-content: center; align-items: center;  position: relative;}
    .nav-links li a, .nav-links li span {display: flex;justify-content: center;align-items: center;font-size: 21px;font-weight: 600;color: #000000;padding: 10px 0px;}
	.nav-links li a:hover, .nav-links li span:hover, .nav-links li a.act-link, .nav-links li.act-link span, .footer-nav li a:hover, .copyrights a:hover, ul.footer-nav li a.act-link {color: #fff;}
    .links a span:last-child:hover{color: var(--yellow)}

    .nav-links li:hover .first-route{opacity: 1;visibility: visible;top: 46px;}   
    .first-route{position: absolute;width: 300px;opacity: 0;visibility: hidden;top: 46px;display: block;transition: 0.5s;left: -50px;margin: auto; z-index: 3;display: flex;padding: 0px 2px;border-bottom: 4px solid #dda032;}
    .first-route::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;background: #043228;}
    .first-route li a{display: block;padding: 0 !important;color: #fff !important;text-transform: capitalize;}
    .first-child-route{width: 100%; max-width: 600px; display: flex;flex-direction: column;border-right: 1px solid #ffffff2e;position: relative;}
    .first-child-route:last-child {border: none;}
    .first-child-route li {margin: 0px 16px;border-bottom: 1px dashed #ffffff5e;padding: 10px 0; display: flex; justify-content: flex-start;}
    .first-child-route li:last-child {border-bottom: none;}
    .first-child-route li a{font-size: 19px !important;color: #fff;font-weight: initial !important;padding: 10px 24px;display: block; line-height: 1.6;margin: 0px 0;width: 100%;}
    .first-child-route li a:hover, .first-child-route li a.act-link, .first-child-route.projects-links li a.act-link, .first-child-route.projects-links li a:hover {color: var(--gold) !important;}
    .first-child-route.act-link ul li.act-link a.act-link{color: var(--orange) !important;font-weight: 600 !important;}
        
    .projects-menu .projects-links {width: 300px; padding: 30px 20px; display: flex; flex-direction: column;}
    .first-route.projects-dropdown{width: 600px;}
    .projects-menu .projects-links span {color: #fff !important; margin-bottom: 20px; font-weight: 700; font-size: 20px; text-align: center; padding: 0;}

    .projects-menu .projects-links li {margin: 0 !important; padding: 10px 0 !important; border-bottom: 1px dashed rgba(255,255,255,0.4); display: block !important;}
    .projects-menu .projects-links li:last-child {border-bottom: none;}
    .projects-menu .projects-links li a {font-size: 19px !important; color: #fff !important; display: block;}
    .projects-menu .projects-links li a:hover { color: var(--gold) !important;}
    .projects-menu .projects-links:first-child {border-right: 1px solid rgba(255,255,255,0.2);}
    .project-menu-image{width: 100%; margin-top: 20px; padding-top: 15px;}
    .project-menu-image img{width: 100%; height: 180px; object-fit: cover; border-radius: 3px;}
/* Header css */

/* Scrolled Header */ 
      header {width: 100%;z-index: 99;}
      header.scrolled-header {position: fixed;top: 0;left: 0;right: 0;box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);}
      header.scrolled-header .logo span img {max-width: 150px;}
      header.scrolled-header .logo p {font-size: 20px;}
      .top-wrapper, .header-wrapper {width: 100%;}
/* Scrolled Header */ 

/* footer css */
    .footer-wrapper{background: url(../images/footer-bg.webp)no-repeat center center/cover;position: relative;}
    .footer-wrapper::before{content:'';position: absolute;width: 100%;height: 100%;top:0;left:0;background:#043228cf;}
    .footer-inner-wrapper{padding: 0px 0px 20px;position: relative;}
    .footer-logo{display: flex;justify-content: center;align-items: center;padding: 0px 0px 15px; width: 100%; max-width: 200px; margin: auto;}
    .footer-logo img{width: 100%;max-width: 200px;padding: 20px 0px 10px;}
    .footer-links ul{display: flex;justify-content: space-between;align-items: center;width: 100%;max-width: 1200px;background: #FFFCF1;padding: 15px 100px;border-radius: 50px;gap: 30px}
    .footer-links ul li a { font-size: 19px; font-weight: 800;}
    .address-links {display: flex; justify-content: space-between; align-items: flex-start; width: 100%; max-width: 100%; margin: auto; gap: 30px; padding: 39px 0px 0px;}
    .address-links a{display: flex;justify-content: center;align-items: center;gap: 10px;flex-direction: column; width: 100%; max-width: 400px;}
    .address-links a span:first-child {display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;background: linear-gradient(100deg, #DDA032, #F4BA51);border-radius: 50%;border: 1px solid #fff}
    .address-links a span:first-child img {width: 100%;max-width: 20px;filter: invert(1);}
    .address-links a span:last-child {font-size: 20px; color: #fff; text-align: center; font-weight: 300; line-height: 1.5;}
    .copyrights-wrapper {background: linear-gradient(to right, #F4BA51, #DDA032);}
    .copyrights {display: flex;justify-content: space-between;align-items: center;gap: 10px;padding: 10px 0;}
    .copyrights p {font-size: 19px;color: #000;font-weight: 400;margin: 0;text-align: start;}
    .copyrights a {color: #000;font-size: 19px;font-weight: 400;}
    .copyrights a:hover{color: var(--green);}
    .footer-links ul li a:hover{color: var(--gold)}
    .address-links a span:last-child:hover{color: var(--yellow)}

    .social-media-wrapper {display: flex; align-items: center; gap: 20px; justify-content: center; padding: 40px 0 20px;}
    .social-media-wrapper a {width: 45px; height: 45px; border-radius: 50%; background: #FFFCF1; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(0,0,0,0.08); transition: 0.4s ease; position: relative; overflow: hidden;}
    .social-media-wrapper span{display: flex; justify-content: center; align-items: center;}
    .social-media-wrapper a::before {content: ''; position: absolute; inset: 0; background: #043228; transform: scale(0); transition: 0.4s ease; border-radius: 50%;}
    .social-media-wrapper a:hover::before {transform: scale(1);}
    .social-media-wrapper a span { position: relative; z-index: 2;}
    .social-media-wrapper a img {width: 23px;}
    .social-media-wrapper a:hover img {filter: brightness(0) invert(1);}

/* footer css */

/* commonbtn css */
    .common-btn{display: flex;justify-content: center;align-items: center;z-index: 0;position: relative;}
    .common-btn a, .common-btn button {display: flex;justify-content: center;align-items: center;width: 100%;max-width: fit-content;padding: 10px 25px;font-size: 16px;color: #fff;background: linear-gradient(70deg, #ca922e 0%, #e3a22d 50%, #ca922e 100%);z-index: 1;position: relative;}
    .common-btn a::before {content: '';position: absolute;top: 0;left: 0;height: 45%;width: 15%;border-top: 2px solid #fff;border-left: 2px solid #fff;z-index: -1;transform: translate(-3px, -2px);}
    .common-btn a::after{content: '';position: absolute;bottom: 0;right: 0;height: 45%;width: 15%;border-bottom: 2px solid #fff;border-right: 2px solid #fff;z-index: -1;transform: translate(2px, 2px);}
    .common-btn button::before {content: '';position: absolute;top: 0;left: 0;height: 45%;width: 18%;border-top: 2px solid #000;border-left: 2px solid #000;z-index: -1;transform: translate(-3px, -3px);}
    .common-btn button::after {content: '';position: absolute;bottom: 0;right: 0;height: 45%;width: 18%;border-bottom: 2px solid #000;border-right: 2px solid #000;z-index: -1;transform: translate(3px, 3px);}
    .common-btn a:hover{background: #fcf7f7;color: var(--green)}
    .common-btn button:hover{background: var(--green);color: #fff;}
/* commonbtn css */

/* banner css */
	/* .banner-wrapper {position: relative;height: calc(100vh - 106px); background:url('../images/home-banner-bg.webp') no-repeat center center/cover;}
    .banner-wrapper::before {content: "";position: absolute;top: 0; left: 0; right: 0; bottom: 0;background: linear-gradient(to right, #19160ceb, #886220bd);z-index: 0;}
    .banner-wrapper::after {content: "";position: absolute;width: 50%;height: 100%;background: url('../images/banner-top.webp') no-repeat bottom right / contain;z-index: 4;bottom: 0;right: 0;}
    .banner-wrapper .fluid-container {display: flex;justify-content: flex-start;align-items: center;height: 100%;position: relative;z-index: 3;}
    .banner-inner-wrapper {position: relative;width: 100%;max-width: 530px;padding: 150px 0 0;z-index: 5;}
    .banner-inner-wrapper h2 {text-align: start;font-size: 42px;color: #fff;font-weight: 500;}
    .banner-inner-wrapper .common-btn{margin: 30px 0px 0px;justify-content: flex-start;} */

    .banner-wrapper {position: relative; height: calc(100vh - 106px); overflow: hidden;}
    .banner-slide { position: relative; height: calc(100vh - 106px);}
    .banner-slide::before {content: ""; position: absolute; inset: 0; background: linear-gradient(to right, #19160ceb, #886220bd); z-index: 1;}
    .banner-slide.one::after {content: ""; position: absolute; width: 50%; height: 100%; background: url('../images/banner-top.webp') no-repeat bottom right / contain; z-index: 2; bottom: 0; right: 0;}
    .banner-slide.two::after {content: ""; position: absolute; width: 50%; height: 100%; background: url('../images/banner-image.webp') no-repeat bottom right / contain; z-index: 2; bottom: 0; right: 0;}
    .banner-slide .fluid-container {display: flex; align-items: center; height: 100%; position: relative; z-index: 3;}
    .banner-inner-wrapper {max-width: 530px;}
    .banner-inner-wrapper h2 {font-size: 42px; color: #fff; font-weight: 500;}
    .banner-inner-wrapper .common-btn {margin-top: 30px; justify-content: flex-start;}
    .banner-wrapper.no-js {display: block;}
    .banner-wrapper.no-js .banner-slide:not(:first-child) {display: none;}

/* banner css */
    
/* building css */
    .building-wrapper{padding: 80px 0px;}
    .building-top-content{display: flex;justify-content: center;align-items: center;gap:30px}
    .building-top-content h1{width: 100%;max-width:450px;font-size: 51px;text-align: right;color: var(--green);text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}
    .building-top-content p{width: 100%;max-width:630px;text-align: left;}
    .building-bottom-content{    display: flex;justify-content: center;align-items: stretch;width: 100%;max-width: 1080px;margin: auto;}
    .image-left img{width: 100%;max-width: 900px;}
    .image-right {position: relative;width: 100%;max-width: 300px;height: auto;text-align: center;    border-radius: 10px; overflow: hidden;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .image-right img {width: 100%;max-width: 300px;}
    .image-right::before {content: "";position: absolute;width: 100%;height: 100%;left:0;top:0;background: linear-gradient(to bottom, #04322833, #0432287a);z-index: 1;}
    .image-right .common-btn {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 2;display: flex;justify-content: center;align-items: center;}
    .image-right h3 {position: absolute; top: 27%; z-index: 2; color: #fff; font-size: 28px; font-weight: 700; margin: 0; left: 0; right: 0; margin: auto;}
	.building-inner-wrapper .common-btn{display: none;}
/* building css */

/* services css */
	.services-wrapper{position: relative;z-index: 1;padding:50px 0px 0px}
	.services-wrapper h2, .services-wrapper h3{text-align: center;color: #fff;position: relative;}
    .services-wrapper::before{content: '';position:absolute;width: 100%;height: 100%;left:0;top:0;background: linear-gradient(to bottom, #043228f2 70%, #fff 30% );}
    .services-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 30px;position: relative;padding: 30px 0px 0px;}
    .services-images{position: relative;}
    .services-images > span{display: flex;justify-content: center;align-items: center;}
    .services-images > span img{width: 100%;max-width: 350px;border-radius: 10px;}
    .icon-content span {position: absolute;top: -35px;left: 0px;right: 0px;margin: auto;width: 60px;height: 60px;border-radius: 50%;background: linear-gradient(100deg, #DDA032, #F4BA51);display: flex;align-items: center;justify-content: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;z-index: 2;}
    .icon-content span img{width: 100%;max-width: 40px;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(101%) contrast(103%);}
    .icon-content p {font-size: 27px;font-weight: 500;text-align: center; line-height: unset;}
    .icon-content {position: absolute;bottom: 20px;left: 0;right: 0;margin: auto;width: 100%;max-width: 300px;background: #ffffffeb;padding: 1px 0px 0px;text-align: center;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border: 1px solid #F4BA51;z-index: 2;}
    .services-inner-wrapper .owl-stage {display: flex;align-items: center;}
    .services-inner-wrapper .owl-item { display: flex; justify-content: center;}


    .services-inner-wrapper .owl-nav.disabled {display: block !important; }
    .services-inner-wrapper .owl-nav {position: absolute; top: 36%; left: 0; right: 0; transform: translateY(-50%); width: 100%; z-index: 999; }
    .services-inner-wrapper .owl-nav button {position: absolute; width: 45px; height: 45px; background: linear-gradient(70deg, #c89334 0%, #F4BA51 50%, #c89334 100%) !important; border-radius: 50%; border: none; display: flex; justify-content: center; align-items: center; }
    .services-inner-wrapper .owl-nav .owl-prev {left: 0px; }
    .services-inner-wrapper .owl-nav .owl-next {right: 0px; }
    .services-inner-wrapper .owl-nav button span {display: none; }
    .services-inner-wrapper .owl-nav button::before {content: ''; width: 18px; height: 18px; background: url(../images/icons/back.webp) no-repeat center center/contain; position: absolute; filter: invert(1); }
    .services-inner-wrapper .owl-nav .owl-next::before {transform: scaleX(-1); }

/* services css */

    .our-impact-wrapper{padding: 80px 0px;}
    .our-impact-wrapper h2{text-align: center;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}
    .our-impact-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 30px}
    .impact-left {display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 70px;}
    .impact-inner {position: relative;display: flex;flex-direction: column;align-items: center;}
    .impact-inner b {font-size: 67px;font-weight: 600;color: var(--green);text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);font-family: "Cormorant";}
    .impact-inner > span {font-size: 24px;}
    .impact-middle {max-width: 650px;width: 100%;}
    .impact-middle img {width: 100%;max-width: 650px; animation: floatImage 3s ease-in-out infinite;}
    @keyframes floatImage{
    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-15px);
    }

    100%{
        transform: translateY(0px);
    }
}
    .counter-value{font-family: "Cormorant";}
    .our-impact-inner-wrapper .impact-left:first-of-type .impact-inner {align-items: flex-end;text-align: right;}
    .our-impact-inner-wrapper .impact-left:last-of-type .impact-inner {align-items: flex-start;text-align: left;}
    .our-impact-inner-wrapper .impact-left:first-of-type {align-items: flex-end;text-align: right;}
    .our-impact-inner-wrapper .impact-left:last-of-type {align-items: flex-start;text-align: left;}
    .our-impact-inner-wrapper .impact-left:first-of-type .impact-inner:first-of-type {position: relative; padding-right: 20px;}
    .our-impact-inner-wrapper .impact-left:first-of-type .impact-inner:first-of-type::before {content: "";position: absolute;top: 0;bottom: -15px;width: 4px;height: 70%;background: #D8B964;margin: auto;right: -5px;}
    .our-impact-inner-wrapper .impact-left:first-of-type .impact-inner:first-of-type::after {content: "";position: absolute;top: 0;bottom: -15px;width: 50px;height: 4px;background: linear-gradient(45deg, #D8B964, transparent);margin: auto;left: 174px;}
    .our-impact-inner-wrapper .impact-left:first-of-type .impact-inner:last-of-type {position: relative; padding-right: 15px;}
    .our-impact-inner-wrapper .impact-left:first-of-type .impact-inner:last-of-type::before {content: "";position: absolute;top: 0;bottom: -15px;width: 4px;height: 70%;background: #D8B964;margin: auto;right: -5px;}
    .our-impact-inner-wrapper .impact-left:first-of-type .impact-inner:last-of-type::after {content: "";position: absolute;top: 0;bottom: -15px;width: 50px;height: 4px;background: linear-gradient(45deg, #D8B964, transparent);margin: auto;right: -51px;}
    .our-impact-inner-wrapper .impact-left:last-of-type .impact-inner {position: relative; padding-left: 20px;}
    .our-impact-inner-wrapper .impact-left:last-of-type .impact-inner:first-of-type::before { content: ""; position: absolute; top: 0;bottom: -15px;margin: auto; left: 0;  width: 4px;  height: 70%; background-color: #D8B964;}
    .our-impact-inner-wrapper .impact-left:last-of-type .impact-inner:first-of-type::after { content: ""; position: absolute; top: 0;bottom: -15px;margin: auto; left: -46px;  width: 50px;  height: 4px; background: linear-gradient(45deg, transparent, #D8B964); }
    .our-impact-inner-wrapper .impact-left:last-of-type .impact-inner {position: relative;}
    .our-impact-inner-wrapper .impact-left:last-of-type .impact-inner:last-of-type::before {content: ""; position: absolute; top: 0;bottom: -15px;margin: auto; left: 0; width: 4px;  height: 70%; background-color: #D8B964;}
    .our-impact-inner-wrapper .impact-left:last-of-type .impact-inner:last-of-type::after {content: ""; position: absolute; top: 0;bottom: -15px;margin: auto; left: -46px;  width: 50px;  height: 4px; background: linear-gradient(45deg, transparent, #D8B964); }

/* big dream */
	.big-dreams-wrapper{position: relative;padding: 100px 0px 0px;}
	.big-dreams-wrapper::before{content:'';position: absolute;width: 100%;height: 100%;left:0;top:0;background: linear-gradient(to bottom, #4a433785, #043228d6);}
	.big-dreams-inner-wrapper{position: relative;}
	.big-dreams-inner-wrapper h2{text-align: center;color: #Fff}
	.big-dreams-inner-wrapper .common-btn{display: flex;justify-content: center;align-items: center;margin:25px 0px}
	.features-section {display: flex; justify-content: center; align-items: center; padding: 40px 0px 0px; text-align: center;}
    /* .feature-content {width: 100%;max-width: 300px; padding: 20px 20px 20px 70px; color: white; border-right: 1px solid #ffffffa8;} */
    .feature-content {
    width: 100%;
    max-width: 300px;
    padding: 20px 20px 20px 70px;
    color: white;
    border-right: 1px solid #ffffff54;
}
    .feature-content img {height: 50px;width: 100%; max-width: 50px;filter: invert(76%) sepia(84%) saturate(1131%) hue-rotate(336deg) brightness(93%) contrast(86%);
    margin: 0 auto 0px;}
    .feature-content p {font-size: 23px;color: #fff;font-weight: 500;text-align: center;}
    .feature-content:last-child{border-right: none;}
/* big dream */



/* building css */
	.success-wrapper{padding: 80px 0px;}
	.success-top-content{display: flex;justify-content: center;align-items: center;gap:30px}
	.success-top-content h2{width: 100%;max-width:350px;text-align: right;color: var(--green);text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}
	.success-top-content p{width: 100%;max-width:630px;text-align: left;}
    .success-inner {display: flex; justify-content: center; align-items: center; padding: 10px 0 0;}
    .tab-container {position: relative; width:85%; display: flex; justify-content: flex-end;align-items: center;}
    .content-mega {position: relative;width: 100%;max-width: 800px; display: flex; justify-content: center; align-items: center; margin: auto;}
    .content-item {display: none;position: relative;}
    .content-item.active {display: block;}
    .content-item img {width: 100%; height: auto; object-fit: cover; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .content-item::before{content:'';position: absolute;top:0;left:0;width: 100%;;max-width: 750px;height: 100%;background: linear-gradient(to right, #74561eb8, #97866b6e);border-radius: 10px;}
    .tabs {position: absolute; right: 60%; background: #07362C; padding: 30px 20px 30px 30px; border-radius: 16px; width: 380px; z-index: 2; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; top: 17px;}
    .tab {display: flex; align-items: center; gap: 15px; cursor: pointer;padding: 10px 0px;}
    .tab.active {color: #1ab26c;}
    .index-tab-content a {font-size: 21px; font-weight: 400; color: inherit; text-decoration: none;}
    .index-tab-content a:hover{color: var(--yellow); font-weight: 500;}
    .index-tab-content span{display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;border-radius: 50%; background: linear-gradient(250deg, #f4ba51 , #dda032);}
    .index-tab-content span img{width: 100%;max-width: 30px;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(101%) contrast(103%);}
    .index-tab-content a{color: #FFF;}
    .index-tab-content{display: flex; justify-content: center; align-items: center; gap: 30px;}
/* building css */

/* cta css */
    .cta-wrapper {position: relative;padding: 70px 0px;}
    .cta-wrapper::before{content: '';position:absolute;width: 100%;height: 100%;left:0;top:0;background: linear-gradient(to bottom, #043228f2 , #043228f2 );}
    .cta-inner-wrapper{position: relative;display: flex;justify-content: center;align-items: center;gap: 30px;}
    .cta-inner-wrapper i{color: #fff;    width: 100%;font-size: 37px;font-family: "Cormorant";font-weight: 500; max-width: 760px;}
/* cta css */

/* brick css */
    .bricks-wrapper{padding: 80px 0px 0px;}
    .bricks-wrapper h2{text-align: center;color: var(--green);text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}
    .bricks-inner-wrapper{display: flex;justify-content: center;align-items: center;}
    .bricks-images span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 700px;}
    .bricks-images span img{width: 100%;max-width: 700px;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .bricks-images  p{text-align: center;}
    .bricks-inner-wrapper {position: relative;z-index: 1;}
    .bricks-inner-wrapper::before, .bricks-inner-wrapper::after { content: ''; position: absolute; top: 0; width: 30%;  height: 100%; z-index: 3;}
    .bricks-inner-wrapper::before {left: 0;background: linear-gradient(to right, white, transparent);}
    .bricks-inner-wrapper::after {right: 0;background: linear-gradient(to left, white, transparent);}
    .bricks-inner-wrapper .owl-nav.disabled {display: block !important; }
    .bricks-inner-wrapper .owl-nav {position: absolute; top: 36%; left: 0; right: 0; transform: translateY(-50%); width: 100%; z-index: 999; }
    .bricks-inner-wrapper .owl-nav button {position: absolute; width: 45px; height: 45px; background: var(--yellow) !important; border-radius: 50%; border: none; display: flex; justify-content: center; align-items: center; }
    .bricks-inner-wrapper .owl-nav .owl-prev {left: 0px; }
    .bricks-inner-wrapper .owl-nav .owl-next {right: 0px; }
    .bricks-inner-wrapper .owl-nav button span {display: none; }
    .bricks-inner-wrapper .owl-nav button::before {content: ''; width: 18px; height: 18px; background: url(../images/icons/back.webp) no-repeat center center/contain; position: absolute; }
    .bricks-inner-wrapper .owl-nav .owl-next::before {transform: scaleX(-1); }
/* brick css */

/* clients css */
    .clients-wrapper{position: relative;object-fit: fill;    padding: 80px 0px;}
    .clients-wrapper h2{position: relative;text-align: center;color:  var(--green);text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}
    .clients-wrapper::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;max-width: 100%;height: 100%;opacity: 0.6;background: #fff;}
    .clients-inner-wrapper{position: relative;display: flex;justify-content: center;align-items: center;gap: 30px}
    .testimonial-wrapper {width: 100%;max-width: 380px;margin: 80px auto 0px;background: #fff;border: 2px solid #DDA032;border-radius: 16px;text-align: center;padding: 90px 20px 30px;position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .testimonial-image {max-width: 120px;border-radius: 50%;overflow: hidden;border: 2px solid #DDA032;background: #fff;position: absolute;top: -50px;left: 0;right: 0;margin: 0 auto; height: 120px;}
    .testimonial-image img {width: 100%;max-width: 120px;object-fit: cover;}
    .testimonial-content h3 {font-size: 22px;color: #145c4b;font-weight: 500;}
    .testimonial-content h3 span {color: #0D3628;font-weight: 500;font-size: 16px;}
    .testimonial-content p {text-align: center;font-size: 18px;}
/* clients css */

    #to-top {cursor: pointer;position: fixed;bottom: 25px;right: 25px;width: 40px;z-index: 9;border-radius: 50%;rotate: 0deg;}
    #to-top img{filter: invert(92%) sepia(23%) saturate(3400%) hue-rotate(322deg) brightness(106%) contrast(88%);}

/* error page */
    .error-banner-wrapper{height: calc(100vh - 106px);position: relative;}
    .banner-wrapper::before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(to right, #19160ceb, #886220bd);z-index: 0;}
    .error-content {position: relative;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 30px;}
    .error-content h1{color: #fff;}
    .error-content p{color: #fff;}
/* error page */

    .inner-page-banner-wrapper{background: url(../images/inner-banner-1.webp) no-repeat center center/cover; width:100%; height:350px;position: relative;}
    .inner-page-banner-wrapper::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #0c090273, #fff0);}
    .banner-text{height: 100%;display: flex;justify-content: flex-end;align-items: flex-start;flex-direction: column;gap: 10px;position: relative; z-index: 1}
    .inner-page-banner-wrapper .fluid-container{height:100%;}
    .banner-text h1{color: var(--yellow);text-align: center;}
    .banner-text span{color: var(--yellow);text-align: center; font-size: 42px; font-weight: 700;}
    .banner-text ol{display: flex !important;justify-content: center;align-items: center;gap: 10px;}
    .breadcrumb-icon img{width: 100%;max-width: 25px;filter: invert(1);transform-origin: top center;}
    .banner-text nav ol {display: flex;justify-content: flex-start;align-items: center;gap: 10px;padding: 0px 0px 10px;}
    .banner-text nav ol li a, .banner-text nav ol li span{color: var(--yellow);display: flex;justify-content: center;align-items: center;font-size: 15px;font-weight: 500;text-align: center;}

 /* contact us */
    .contact-wrapper {padding: 80px 0;}
    .contact-wrapper h2{text-align: center;}
    .contact-inner-wrapper {background: linear-gradient(to right, #3c4435, #3d6e1c);width: 100%;max-width: 1200px;margin: auto;border-radius: 12px;box-shadow: 0 4px 16px rgba(0,0,0,0.2);}
    .contact-us {display: flex;justify-content: space-between;align-items: center;gap: 30px;padding: 25px 70px;list-style: none;margin: 0;flex-wrap: wrap;}
    .contact-us li a {display: flex;align-items: center;justify-content: center;gap: 15px;text-decoration: none;color: #fff;font-size: 16px;}
    .contact-us li a:hover {color: var(--dark-yellow); }
    .contact-us span:nth-child(1) {display: flex;justify-content: center;align-items: center;width: 45px;height: 45px;border-radius: 50%;background: linear-gradient(to right, #D9982F, #E6A836);border: 1px solid #fff; flex-shrink: 0;}
    .contact-us span:nth-child(1) img {width: 100%;max-width: 20px;height: 20px;filter: invert(1);}
    .contact-us span:nth-child(2) {color: #fff; font-size: 21px; line-height: 1.5;}
    .contact-us span:nth-child(2):hover {color: var(--yellow);}
    .contact-us li:nth-child(1) a, .contact-us li:nth-child(3) a {display: flex;align-items: center;gap: 10px;}
    .get-in-touch-form{width: 100%;max-width: 500px;}
    .get-in-touch-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 50px}
    .get-in-touch-inner-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 500px;}
    .get-in-touch-inner-wrapper span img{width: 100%;max-width: 500px;border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .get-in-touch-form h2{color: var(--blue);text-align: left;}
    .get-in-touch-form h3{color: var(--green);text-align: left;}
    .form-md { width: 100%; text-align: center;}
    .form-md .form-group {max-width: 500px;}
    .form-group {margin: 25px 0;position: relative;}
    .form-md input, .form-md textarea, .form-md select {position: relative;display: block;width: 100%;border-bottom: 1px solid rgba(0,0,0,.37);margin: 0px auto;padding: 15px 0px;outline: none !important;font-size: 16px;color: rgba(0,0,0,0.85);transition: all .2s ease-in-out;}
    .form-md label {position: absolute;top: 18px; left: 12px;text-align: left;display: inline-block;height: 14px;line-height: 14px;font-size: 18px;font-weight: 400;color: #131111;margin: 0px auto;cursor: text;transition: all .15s ease-in-out;}
    .form-md input:hover, .form-md input:focus, .form-md textarea:hover, .form-md textarea:focus { border-bottom: 1px solid #303030; }
    .form-md input:valid + label, .form-md input:focus + label, .form-md textarea:valid + label, .form-md textarea:focus + label { top: -6px;color: var(--dark-blue);font-weight: bold;}
    .map {display: flex;justify-content: center;align-items: center;width: 100%;max-width: 90%;border-radius: 15px;overflow: hidden;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;margin: 80px auto;}
    .map iframe {height: 500px;}
    .form-md .common-btn{justify-content: flex-start;}
 /* contact us */

/* sitemap css  */
    .sitemap-wrapper { padding: 80px 0; background: #f5f7fa;}
    .sitemap-main {position: relative;}
    .sitemap-home {text-align: center; margin-bottom: 60px; position: relative;}
    .sitemap-home a { display: flex; align-items: center; justify-content: center; min-width: 220px; height: 70px; background: var(--green); color: #fff; border-radius: 16px; font-size: 24px; font-weight: 700; box-shadow: 0 10px 30px rgba(15, 118, 110, 0.2);}
    .sitemap-home::after {content: ""; position: absolute; width: 2px; height: 50px; background: #cfcfcf; left: 50%; top: 100%; transform: translateX(-50%);}
    .sitemap-flex {display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; position: relative;}
    .sitemap-flex::before {content: ""; position: absolute; width: 80%; height: 2px; background: #cfcfcf; top: -25px; left: 50%; transform: translateX(-50%);}
    .sitemap-card {width: 300px; background: #fff; border-radius: 20px; padding: 30px; box-shadow: 0 10px 35px rgba(0,0,0,0.06); position: relative; transition: 0.4s ease;}
    .sitemap-card::before {content: ""; position: absolute; width: 2px; height: 25px; background: #cfcfcf; top: -25px; left: 50%; transform: translateX(-50%);}
    .sitemap-head { margin-bottom: 25px; text-align: center;}
    .sitemap-head span, .sitemap-head a { font-size: 24px; font-weight: 700; color: #111;}
    .sitemap-sub-box {margin-bottom: 30px;}
    .sitemap-sub-box:last-child {margin-bottom: 0;}
    .sitemap-sub-box h4 {font-size: 21px; font-weight: 600; color: var(--green); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
    .sitemap-card ul li {margin-bottom: 14px; position: relative; padding-left: 18px;}
    .sitemap-card ul li:last-child {margin-bottom: 0;}
    .sitemap-card ul li::before {content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #0f766e; left: 0; top: 9px;}
    .sitemap-card ul li a {text-decoration: none; color: #555; font-size: 18px; transition: 0.3s ease;}
    .sitemap-card ul li a:hover { color: #0f766e; padding-left: 6px;}
/* sitemap css  */


 /* about css */
    .trust-wrapper{padding: 80px 0px 0px;}
    .trust-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 40px;}
    .trust-inner-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 500px;}
    .trust-inner-wrapper span img{width: 100%;max-width: 500px;}
    .trust-right-wrapper{width: 100%;max-width: 650px;}
    .trust-right-wrapper p{text-align: left;}

    .numbers-wrapper{padding: 80px 0px;}
    .numbers-inner-wrapper{display: flex;justify-content: space-between;align-items: flex-start;gap: 10px 30px;width: 100%;max-width: 1100px;margin: auto;flex-wrap: wrap;}
    .numbers-main-wrapper{width: 100%;max-width: 100px;height: 100px;background: var(--green);border-radius: 50%;  display: flex;justify-content: center;align-items: center;position: relative;margin: auto; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .numbers-main-wrapper strong {font-size: 30px;color: #f4bb52;font-family: "Cormorant", serif;}
    .numbers-main p{text-align: center;font-weight: 600;font-size: 23px;line-height: 1.3;}
    .numbers-main-wrapper span{font-family: "Cormorant", serif;}
    .numbers-main-wrapper img{width: 100%;max-width: 50px;filter: invert(78%) sepia(97%) saturate(1024%) hue-rotate(321deg) brightness(97%) contrast(92%);}
    .numbers-main{position: relative; text-align: center;width: 100%;max-width: 220px;}
    .numbers-main:first-child::after{display: none;}
    .numbers-main:last-child::before, .numbers-main:last-child::after{display: none;}
    .numbers-main.text strong{font-size: 25px;}
    .vision-mission-wrapper{background: linear-gradient(to bottom, #f8ecd4, #fcf8ef);padding: 50px 0px 80px;}
    .vision-mission-inner{display: flex;justify-content: center;align-items: center;gap: 70px;position: relative;}
    .vision-mission-inner span:nth-child(1){display: flex;justify-content: center;align-items: center;width: 100%;max-width: 400px;position: relative;}
    .vision-mission-inner span:nth-child(1) img{width: 100%;max-width: 400px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .vision-mission-inner:nth-child(2){flex-direction: row-reverse; margin: 50px 0 0;}
    .vision-mission-right{width: 100%;max-width: 500px;}
    .vision-mission-right p{text-align: left;}
    .icon-circle {position: absolute;top: 0;right: -40px;bottom: 0;margin: auto;background: #dda833;border-radius: 50%;padding: 15px;display: flex;justify-content: center;align-items: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;width: 70px;height: 70px;}
    .icon-circle img {width: 100%;max-width: 40px;filter: invert(1);}
    .vision-mission-inner  span:nth-child(2) img {box-shadow: none; }
    .vision-mission-inner:nth-child(2) .icon-circle {left: -40px;right: auto;}

    .about-wrapper{padding: 80px 0px;}
    .about-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 30px}
    .about-inner-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 550px;}
    .about-inner-wrapper span img{width: 100%;max-width: 550px;}
    .about-right{width: 100%;max-width: 660px;}
    .about-right .common-li li{color: #131313}
    .about-right p{text-align: left;}
    .about-images-wrapper{padding: 0px 0px 80px;}
    .about-images-inner-wrapper{display: inline-flex; white-space: nowrap;justify-content: center;align-items: center;gap: 20px;width: 100%;max-width: 400px;}
    .about-images-inner-wrapper img {flex: 0 0 auto; width: 100%;max-width: 350px;border-radius: 10px;}
 /* about css */


 /* why us css */
    .why-choose-wrapper{background: linear-gradient(to bottom, #f7ebd5, #fef9f3);padding: 50px 0px 40px;}
    .why-choose-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 50px;}
    .why-choose-inner-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 600px;}
    .why-choose-inner-wrapper > span img{width: 100%;max-width: 600px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .why-choose-right{display: flex;justify-content: flex-start;align-items: center;gap: 20px}
    .why-choose-right span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 60px;height: 60px;background: linear-gradient(45deg, #d28e2c, #ebad34);border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .why-choose-right span img{width: 100%;max-width: 35px;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(101%) contrast(103%);}
    .why-choose-inner{width: 100%;max-width: 600px;}
    .why-choose-left h3{font-size: 26px;color: var(--green);font-weight: 600;}
    .why-choose-left p{margin: 5px 0px 15px;}

    .structure-wrapper{padding: 80px 0px;}
    .tab-one {display: flex;justify-content: space-between;align-items: center;gap: 15px;width: 100%;max-width: 100%;margin: auto;padding: 0px;white-space: nowrap;background: none;}
    .tab-link {display: flex;align-items: center;justify-content: center;gap: 10px;padding: 10px;background-color: #fff;color: #333;font-size: 21px;width: 100%;max-width: 235px;cursor: pointer;font-weight: 600;}
    .tab-link span {display: flex;align-items: center;justify-content: center;text-align: center;width: 100%;max-width: 50px;height: 50px;background: linear-gradient(45deg, #d28e2c, #ebad34);border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; flex: 0 0 auto;}

    .tab-link span img {width: 100%;max-width: 20px;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(101%) contrast(103%);}
    .tab-link.active {background-color: var(--green, #007a48);color: #fff;}
    .tab-content{background: url(./images/consulting-1.webp)no-repeat center center/cover;width: 100%;max-width: 1000px;margin: 30px auto 0px;padding: 50px 50px 50px;border-radius: 20px;}
    .content-wrapper p{width: 100%;max-width: 500px;margin: auto 0;background: #0E0E0E;color: #fff;padding: 30px;border-radius: 10px;text-align: left;}
    .tab-content {display: none;}
    .tab-content.active {display: block;}
    .icon-wrapper{padding: 0px 0px 80px;}
    .icon-wrapper h2{text-align: center;}
    .icon-inner-wrapper span{display: flex;justify-content: space-around;align-items: center;gap: 10px}
    .icon-inner-wrapper span img{width: 100%;max-width: 150px;}
    .icon-inner-wrapper{display: flex;align-items: center;justify-content: center;}
 /* why us css */

 /* project css */
    .phases-wrapper {padding: 90px 0;}
    .phases-wrapper .fluid-container > p, .phases-wrapper h1{text-align: center;}
    .phases-inner-wrapper {display: flex; justify-content: center; align-items: stretch; max-width: 1200px; margin: auto; background: var(--green); border-radius: 28px; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);}
    .phase-inner {width: 100%; max-width: 300px; padding: 45px 25px; text-align: center; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; transition: 0.4s ease;}
    .phase-inner::after {content: ""; position: absolute; right: 0; top: 18%; width: 1px; height: 64%; background: rgba(255,255,255,0.15);}
    .phase-inner:last-child::after {display: none;}
    .phase-inner:hover {background: rgba(255,255,255,0.04);}
    .phase-inner h3 { font-size: 30px; margin: 0 0 22px; color: #fff;}
    .acres-badge {border: 3px solid var(--gold); color: #fff; width: 110px; height: 110px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 0 22px; font-size: 20px; font-weight: 500; transition: 0.4s ease;}
    .phase-inner:hover .acres-badge { transform: scale(1.08); background: linear-gradient(45deg, #D4942E, #E3A436);}
    .phase-inner:hover .acres-badge span {color: #fff;}
    .acres-badge span { font-size: 42px; font-weight: 700; line-height: 1; color: var(--gold); margin-bottom: 3px;}
    .phase-inner p:nth-child(3) {color: #fff;}
    .phase-inner p:nth-child(4) { color: var(--yellow); margin: 0; font-size: 24px; font-weight: 700;}
    
    .own-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 50px;padding: 0px 0px 60px;}
    .own-inner-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 400px;}
    .own-inner-wrapper span img{width: 100%;max-width: 400px;border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .own-right{width: 100%;max-width: 700px;text-align: left;}
    .own-right h2{color: var(--green)}

    .our-amenities-wrapper{padding: 80px 0px;position: relative;}
    .our-amenities-wrapper::before{content:'';position: absolute;width: 100%;max-width: 185px;height: 53%;bottom: 0;right: 0;background: url(../images/tree.webp)no-repeat center center/cover;}
    .our-amenities-wrapper::after{content:'';position: absolute;width: 100%;max-width: 185px;height: 53%;bottom: 0;left: 0;background: url(../images/tree.webp)no-repeat center center/cover;    transform: scaleX(-1);}
    .our-amenities-wrapper h2{text-align: center;}
    .amenities-inner-wrapper{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 20px;width: 100%;max-width: 1100px;margin: auto;}
    .amenities-inner span{background: linear-gradient(45deg, #D4942E, #E3A436);width: 100%;max-width: 100px;height: 100px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;    margin: auto;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .amenities-inner span img{width: 100%;max-width: 50px;}
    .amenities-inner{width: 100%;max-width: 230px;}
    .amenities-inner p{text-align: center; color: #0e5e06; font-size: 24px;}

    .image-text-inner-wrapper{display: flex;justify-content: space-between;align-items: stretch;}
    .image-text-inner-wrapper span{display: flex;justify-content: center;align-items: stretch;width: 100%;max-width:50%;}
    .image-text-inner-wrapper span img{width: 100%;height: 100%;object-fit: cover;}
    .image-text-right{width: 100%;max-width: 50%;background: var(--green);padding: 30px;}
    .common-li{width: 100%;max-width: 480px;}
    .common-li li{position: relative;color: #fff;padding: 0px 0px 0px 20px;line-height: 1.5;margin: 10px 0px;font-size: 21px;}
    .common-li li::before{content:'';position: absolute;width: 10px;height: 10px;border-radius: 50%;background: var(--gold);top:12px;left:0}
    .image-text-right h2{color: var(--yellow);}

    .usp-wrapper {padding: 60px 0; background: #f9f9f9; text-align: center;}
    .usp-inner-wrapper {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}
    .usp-inner::before { content: ""; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url("../images/icons/check.webp") no-repeat center center/contain;}
    .usp-inner {display: flex; align-items: center; gap: 12px; padding: 18px 20px; background: #fff; border-radius: 8px; width: 100%; max-width: 280px; position: relative; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .usp-inner span img {width: 22px;}
    .usp-inner p{text-align: left; margin: 0 0 0 30px;}
    .usp-inner:hover {background: #043228;}
    .usp-inner:hover p {color: #fff;}
    .usp-inner:hover::before{filter: invert(59%) sepia(94%) saturate(392%) hue-rotate(357deg) brightness(96%) contrast(99%)}

    .different-phases-wrapper {padding: 80px 0 50px;background: linear-gradient(to bottom, #F8ECD6, #FEFBF6);text-align: center;}
    .different-tabination {max-width: 1100px;margin: 0 auto;}
    .tab-wrapper {margin-bottom: 20px;}
    .tab-two {display: flex;justify-content: space-evenly;align-items: center;gap: 40px;}
    .tab-two li {cursor: pointer;padding: 8px 20px;border-radius: 5px;transition: all 0.3s ease;}
    .tab-two li.active {background-color: #0a4a35;color: #fff;}
    .content-wrapper {display: flex;justify-content: center;align-items: center;}
    .tab-image {display: none;gap: 20px;}
    .tab-image.active {display: flex;}
    .tab-image img {width: 100%;max-width: 240px;border-radius: 6px;box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}
    .tab1-link {display: flex;align-items: center;justify-content: center;gap: 10px;padding: 10px 20px;border-radius: 10px;width: 100%;max-width: fit-content;font-size: 21px;font-weight: 600;}

    .nearby-wrapper{padding: 0px 0px 230px;position: relative;}
    .nearby-wrapper::before{content:'';position: absolute;top:0;left: 0;background: url(../images/cow-2.webp)no-repeat center bottom/contain;width: 100%;height: 100%;}
    .nearby-wrapper h2{color: var(--green);text-align: center;}
    .nearby-inner-wrapper{display: flex;justify-content: center;align-items: stretch;gap: 30px;flex-wrap: wrap;position: relative;}
    .locations-wrapper{display: flex;justify-content: flex-start;align-items: center;gap: 20px;width: 100%;max-width: 500px;border: 1px solid var(--yellow);border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 0px 15px;}
    .locations-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 40px;}
    .locations-wrapper span img{width: 100%;max-width: 35px;filter: invert(77%) sepia(75%) saturate(1229%) hue-rotate(325deg) brightness(114%) contrast(91%);}
    .locations-wrapper p{text-align: left;}

    .master-plan-wrapper {padding: 80px 0;}
    .master-plan-inner-wrapper {display: flex;justify-content: center;align-items: flex-start;gap: 40px;}
    .master-plan-tabination {display: flex;justify-content: center;align-items: flex-start;gap: 30px;}
    .tab-one-wrapper{width: 100%;max-width: 330px;}
    .tab-plan{width: 100%;max-width: 270px;}
    .tab-plan li {display: flex;align-items: center;justify-content: space-between;padding: 14px 20px;margin-bottom: 12px;background: #fff;border: 1px solid #ddd;border-radius: 6px;font-size: 21px;font-weight: 600;cursor: pointer;color: #1a3b2d;transition: all 0.3s ease;gap: 20px;}
    .tab-plan li span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 20px;}
    .tab-plan li span img {width: 100%;max-width: 20px;transform: rotate(180deg);}
    .tab-pla
    .tabs {flex: 1;padding: 15px 30px;position: relative; width: 100%;max-width: 350px; background: #07362C;border-radius: 10px;    top: -25px;left: 160px;z-index: 2;}
    .tab {display: flex;justify-content: space-between;align-items: center;padding: 8px 0px;;margin-bottom: 5px;border: none;text-align: left;cursor: pointer;width: 100%;position: relative; font-size: 18px;  font-weight: 400;background-color: transparent; color: #fff;}
    .tab .arrow {display: none;color: #000;text-decoration: none;font-size: 18px;}
    .tab.active{color: #1ab26c;font-weight: 500;}
    .content-item {display: none; position: relative;}
    .content-item img{width: 100%; max-width: 750px;height: 450px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; object-fit: cover;border-radius: 10px;}
    .content-item.active {display: block; } */n li.active {background: #1a3b2d;color: var(--yellow);border-color: #1a3b2d;}
    .tab-plan li.active span img {transform: rotate(0deg);}
    li.tab1.active{background: var(--gold); color: #fff;}
    .content-plan-wrapper {flex: 1;}
    .tab-plan-image {display: none;}
    .tab-plan-image.active {display: block;}
    .tab-plan-image img {width: 100%;max-width: 700px;display: block;border-radius: 4px;}
    .tab-plan-image {display: none;}
    .tab-plan-image.active {display: block;}

    .tab-header-wrapper{margin: 30px 0px 20px;}
    .fruits-wrapper{padding: 80px 0px;}
    .fruits-wrapper p{text-align: center; width: 100%; max-width: 900px; margin: auto;}
    .fruits-tabs {margin: 0 0 20px 0;display: flex;justify-content: space-between;align-items: center;;background: var(--green);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;    width: 100%;max-width: 800px;margin: auto;color: #fff;border-radius: 10px;}
    .fruit-tab {padding: 15px 25px; display: flex;justify-content: center;align-items: center;gap: 20px;    width: 100%;max-width: 300px;border-right: 1px solid #ffffff59;cursor: pointer; font-size: 20px;}
    .fruit-tab span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 30px;}
    .fruit-tab span img{width: 100%;max-width: 30px;filter: invert(1);}


    .fruit-tab.active {color: var(--yellow)}
    .fruit-tab.active img{filter: invert(81%) sepia(46%) saturate(674%) hue-rotate(333deg) brightness(96%) contrast(99%);}
    .fruit-tab-content {display: none;}
    .fruit-tab-content.active {display: block;}
    .fruits-item {display: flex;flex-wrap: wrap;gap: 20px;justify-content: center;align-items: center; }
    .fruit-item {display: flex;flex-direction: column;align-items: center;width: 100%;max-width: 200px;text-align: center;padding: 10px;}
    .fruit-item img {width: 100%;max-width: 200px; border-radius: 5px; margin-bottom: 10px;background: #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border: 1px solid var(--yellow); }
    .fruit-item p {font-size: 20px}

    .yield-calander{display: flex;justify-content: center;align-items: center;padding: 30px 0px 0px;}
    .yield-calander a{width: 100%;max-width: fit-content;background-color: var(--green);color: #fff;border-radius: 10px;padding: 10px 20px;}


    .coordinates-wrapper{padding: 0px 0px 80px;}
    .coordinates-wrapper h2, .fruits-wrapper h2{text-align: center;color: var(--green);}
    .coordinates-container {display: flex;justify-content: center;align-items: center;gap: 10px;margin-bottom: 40px;flex-wrap: wrap; }
    .coordinate {background: var(--green); color: #fff;padding: 20px;border-radius: 8px;text-align: center;width: 100%;max-width: 250px; margin:0 0  20px;}
    .distances-container {display: flex;justify-content: flex-end;flex-wrap: wrap; align-items: center;margin: 15px 0px 0px;gap: 10px;}
    .coordinate h3 {font-size: 20px; color: #fff;}
    .coordinate p {color: var(--yellow);text-align: center;}
    .view-map {background: linear-gradient(to right, #AD7422, #E8B562); color: #fff;padding: 10px 20px;border-radius: 5px;position: relative;right: 0;left: 0;margin: auto;bottom: -34px;}
    .distances-column {width:100%;max-width: 380px;margin: 0 0 20px;}
    .distance-item {display: flex;align-items: center;justify-content: flex-start;gap: 15px;padding: 10px 0;}
    .distance-item:last-child {border-bottom: none;}
    .distance {background-color: var(--green); color: var(--yellow);border-radius: 50%;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;font-size: 18px;font-weight: 300; flex-shrink: 0;}
    .distance-item span:nth-child(2){font-size: 21px;max-width: 300px;}
 /* project css */

 /* services css */
    .our-services-wrapper h2{text-align: center;color: var(--green);}
    .our-services span{display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;background: linear-gradient(45deg, #AD7422, #E8B562);border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; flex-shrink: 0;}
    .our-services span img{width: 100%; max-width: 30px;}
    .our-services-inner-wrapper {position: relative;width: 100%;max-width: 1200px;border-radius: 12px;overflow: visible; }
    .our-services-inner-wrapper > img {width: 100%;max-width: 1200px;border-radius: 10px;margin: 0 0 100px;border: 1px solid var(--yellow);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     height: 750px;}
    .our-services-inner {position: absolute; bottom: 70px; right: 50px; left: auto; background: #fff; border: 1px solid var(--yellow); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 10px; padding: 20px 25px; max-width: 540px; z-index: 5;}
    .our-services-inner-wrapper:nth-child(2n+1)  .our-services-inner {right: auto;left: 50px;}
    .our-services{display: flex;justify-content: flex-start;align-items: center;gap: 15px}
    .our-services-inner h3 {color: #215c14;}
    
    .our-services-inner-wrapper.service > img{height: 900px;}
    .services-list {margin-top: 15px;}
    .services-list li { margin-bottom: 12px; padding-left: 18px; position: relative;}
    .services-list li::before {content: "✔"; position: absolute; left: 0; top: 2px; color: #AD7422; font-size: 13px;}
    .services-list strong {display: block; color: var(--green); font-size: 21px;}
    .services-list p { margin: 3px 0 0; font-size: 18px;}
 /* services css */

  /* faq */
    .faq-wrapper{padding: 80px 0;}
    .faq-wrapper h2{text-align: center;padding: 0px 0px 20px;}
    .faq-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 50px}
    .faq-wrapper  h3{color: var(--green);text-align: center;}
    .faq-wrapper  p{text-align: center;}
    .faq-inner-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 500px;}
    .faq-inner-wrapper span img{width: 100%;max-width: 500px;}
    .faq-inner-questions{width: 100%;max-width: 800px;}
    .question{width: 100%;max-width: 800px;background: var(--yellow);padding: 15px;display: flex;justify-content: space-between;align-items: center;border: 1px solid #fff;margin: 10px 0px;gap: 20px;font-weight: 500;    border-radius: 10px; font-size: 21px}
    .question span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 15px;}
    .question span img{width: 100%;max-width: 15px;}
    .answer{padding:0px 10px;display: none;border-top: none;line-height: 1.5;font-size: 21px;}
    .faq-inner-questions > .answer:nth-of-type(2) {display: block;}
    .question:hover span img{filter: invert(1);}
    .open {background: var(--green);color: #fff;}
    .question.open span img{filter: invert(1);}

    .who-we-inner-wrapper{display: flex;justify-content: center;align-items: center;gap: 50px;}
    .who-we-inner-wrapper span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 500px;}
    .who-we-inner-wrapper span img{width: 100%;max-width: 500px;}
    .who-we-right h2{color: var(--green);}
    .who-we-right{width: 100%;max-width: 539px;}
    .who-we-right p{text-align: left;}
    .who-we-inner-wrapper:nth-child(2){flex-direction: row-reverse;}

    .integrity p{ text-align: center;margin: 8px 0px;}
    .integrity:nth-child(1) h3{color: #ad5412;}
    .integrity:nth-child(2) h3{color: #183b00;}
    .integrity:nth-child(3) h3{color: #db9800;}
    .integrity:nth-child(4) h3{color: #569e20;}
    .integrity:nth-child(5) h3{color: #dc9700;}
    .integrity-wrapper h2{text-align: center;}
    .integrity-wrapper{padding: 80px 0px;}
    .integrity-inner-wrapper {max-width: 1200px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: stretch;gap: 30px;}
    .integrity {background: #f9f9f947;;border-radius: 16px;padding: 30px 20px;width: 100%;max-width: 250px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}
    .integrity:hover {transform: translateY(-6px);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

    .strength-wrapper{padding: 80px 0;}
    .strength-wrapper h2{text-align: center; padding: 0 0 25px;}
    .strength-inner-wrapper{display: flex; justify-content: center; align-items: flex-start; gap: 30px 10px; flex-wrap: wrap;}
    .strength-inner span{display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;background: linear-gradient(45deg, #AD7422, #E8B562);border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;margin: auto;}
    .strength-inner span img{width: 100%; max-width: 30px;filter: invert(1);}
    .strength-inner{width: 100%;max-width: 350px;}
    .strength-inner p{text-align: center; color: #0e5e06; font-size: 24px;}

    .testimonials-wrapper{padding: 80px 0px;position: relative;}
    .testimonials-wrapper::before{content:''; position: absolute; background: url(../images/testimonials-bg.webp)no-repeat center center/cover;width: 100%; height: 520px; top:0; left:0;opacity: 0.1;}
    .testimonials-inner-wrapper{display: flex;justify-content: center;align-items: stretch; gap: 40px 20px; flex-wrap: wrap;position: relative;}
    .testimonial-inner {width: 100%;max-width: 540px;margin: 80px 10px 0px;background: #fff;border: 2px solid #dda032d4;border-radius: 16px;text-align: center;padding: 40px 20px 0px;position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .testimonial-inner-image {max-width: 120px;border-radius: 50%;overflow: hidden;border: 2px solid #DDA032;background: #fff;position: absolute;top: -90px;left: 0;right: 0;margin: 0 auto; height: 120px}
    .testimonial-inner-image img {width: 100%;max-width: 120px;object-fit: cover;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .testimonial-bottom h3 { font-size: 24px; color: #215c14; font-weight: 800;}
    .testimonial-bottom h3 span {color: #0D3628;font-weight: 500;font-size: 16px;}
    .testimonial-bottom h4 { font-size: 21px; font-weight: 700; position: relative;}
    .testimonial-bottom h4::before{content:''; position: absolute; width: 100%; height: 1px; background: #f4ba518c; bottom:-8px; left:0; }
    .testimonial-bottom p {text-align: center;}
      
/* achievements css */
    .achievements-wrapper {background: var(--green); padding: 60px 0;}
    .achievements-inner-wrapper {display: flex; justify-content: center; align-items: center; gap: 50px;}
    .achievement-left {width: 100%; max-width: 700px;}
    .achievement-left h2 {color: #fff;}
    .achievement-right {display: flex; justify-content: center; align-items: center;}
    .achievement-right img {width: 100%; max-width: 450px; border-radius: 10px; display: block; box-shadow: 0 10px 30px rgba(0,0,0,0.2);}
    .achievement-left .common-li{max-width: 100%;}



/* gold css */
    .gold-wrapper { padding: 80px 0; background: #f6f4ef;}
    .gold-wrapper h2 { text-align: center;}
    .gold-wrapper > .fluid-container >  p {color: var(--green); font-size: 26px; text-align: center; color: #174239; font-weight: 600; margin: 0px 0 40px;} 
    .gold-inner-wrapper {display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap;}
    .gold-inner { max-width: 250px; position: relative;}
    .gold-inner span {font-size: 80px; font-weight: 600; color: var(--gold); display: flex; margin-bottom: 10px; position: relative;}
    .gold-inner p {text-align: left;}
    .gold-inner::before {content: ""; position: absolute; top: 70px; left: -20px; width: 1px; height: 80%; background: rgba(0,0,0,0.1);}
    .gold-inner:first-child::before {display: none;}
    .gold-inner h4{text-align: left;}

    
    .stats-wrapper {background: linear-gradient(135deg, #0b2d26, #124338); padding: 80px 0; position: relative; overflow: hidden;}
    .stats-inner-wrapper {display: flex; flex-wrap: wrap; justify-content: center; gap: 25px;}
    .stat-inner {position: relative; max-width: 225px; padding: 35px 28px; border-radius: 24px; background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.08); transition: all 0.4s ease; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between;}
    .stat-inner::before {content: ""; position: absolute; top: -45px; right: -45px; width: 130px; height: 130px; background: rgba(244, 163, 30, 0.08); border-radius: 50%;}
    .stat-inner:hover { transform: translateY(-8px); border-color: rgba(244, 163, 30, 0.45); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);}
    .stat-inner p { color: #d8d8d8; margin-bottom: 18px; position: relative; z-index: 2; text-align: left;}
    .stat-inner strong {font-size: 24px; line-height: 1.6; font-weight: 700; color: #f4a31e; position: relative; z-index: 2;}
    .stat-inner p::before {content: ""; position: absolute; left: 0; top: -11px; width: 100%; height: 1px; background: #f4a31e7a; border-radius: 10px;}
    
    .industries-wrapper {text-align: center; padding: 80px 0 80px;}
    .industries-wrapper > .fluid-container > p { max-width: 800px; margin: 0 auto 40px; text-align: center;}
    .industries-inner-wrapper {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;}
    .industries-inner {width: 100%; max-width: 280px; background: #f3f3f3; border: 1px solid #e5d3b3; border-radius: 12px; padding: 25px 20px; gap: 15px; text-align: left; transition: 0.3s ease; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .industries-inner span {display: flex; align-items: center; justify-content: center; width: 50px; margin: auto;}
    .industries-inner span img {width: 100%; max-width: 50px;}
    .industries-inner p{text-align: center;}
    .industries-inner:hover {background: #fff; transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.05);}
    
    .inner-vision-wrapper { padding: 80px 0; background: #f4f1ea;}
    .inner-vision-inner-wrapper {display: flex; align-items: center; justify-content: space-between; gap: 60px;}
    .vision-left {width: 100%; max-width: 700px;}
    .vision-inner {display: flex; flex-direction: column; gap: 20px;}
    .vision-inside-wrapper {display: flex; align-items: flex-start; gap: 15px;}
    .vision-inside-wrapper span {font-size: 40px; font-weight: bold; color: var(--gold); max-width: 40px;}
    .vision-inside-wrapper p{margin: 10px 0 20px;}
    .vision-right {width: 100%; max-width: 470px;}
    .vision-right-inner {background: linear-gradient(135deg, #063b2e, #0d5c47); padding: 35px; border-radius: 18px; color: #fff;width: 100%; max-width: 450px;}
    .vision-right-inner span {display: flex; background: #f4a31e; padding: 12px; border-radius: 10px; margin-bottom: 15px;}
    .vision-right-inner span img {width: 30px;}
    .vision-right-inner p{color: #fff; text-align: left;}
    .vision-right-inner h3{color: #fff;}
    
    
    .location-wrapper {padding: 80px 0;}
    .location-inner { display: flex; align-items: center; justify-content: center; gap: 60px;}
    .location-left {width: 100%; max-width: 550px;}
    .location-left img {width: 100%; max-width: 550px;}
    .location-right {width: 100%; max-width: 600px;}
    .location-list li { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #ddd; gap: 15px;}
    .location-list span { font-size: 19px; color: #131313;}
    .location-list b { font-size: 19px; color: #b89b5e;}
    
    .features-wrapper {padding: 70px 0; background: linear-gradient(to bottom, #f8ecd4, #fcf8ef);}
    .features-title { text-align: center; }
    .features-list {display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 20px 40px; margin-top: 30px;}
    .features-list li {width: 100%; max-width: 500px; background: #fff; padding: 18px 20px 18px 50px; border-radius: 12px; position: relative; font-size: 19px; color: #131313; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; display: flex; justify-content: flex-start; align-items: center;}
    .features-list li::before {content: ""; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url("../images/icons/check.webp") no-repeat center center/contain;}
    .features-list li:hover {transform: translateY(-5px); background: #043228; color: #fff;}
    .features-list li:hover::before {filter: invert(59%) sepia(94%) saturate(392%) hue-rotate(357deg) brightness(96%) contrast(99%);}
    .feature-wrapper {padding: 50px 0; background: #f4f1ea; margin: 80px 0px;}
    .feature-wrapper h2{text-align: center;}
    .feature-inner-wrapper {display: flex; justify-content: space-between; align-items: center; gap: 20px; background: #f5f2eb; border: 1px solid #d6c6a3; border-radius: 20px; padding: 25px 40px; max-width: 1000px; margin: auto; flex-wrap: wrap;}
    .feature-item {display: flex; align-items: center; position: relative; padding-left: 30px;}
    .feature-item::before { content: " "; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url(../images/icons/check.webp)no-repeat center center/cover; color: #fff; font-size: 11px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
    
    .education-inner {margin-bottom: 50px;}
    .education-inner:nth-child(2n){flex-direction: row-reverse;}
    .education-inner:last-child{margin: 0;}
    .education-left {flex: 1; min-width: 300px;}
    .education-right {width: 100%; max-width: 100%; flex-wrap: wrap; justify-content: center; align-items: center; display: flex; gap: 20px 40px;}
    .edu-pill {display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-radius: 50px; border: 1px solid #d6c6a3; border-left: 5px solid var(--green); box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 8px; background: #fff; width: 100%; max-width: 500px;}
    .edu-pill span {font-size: 19px;}
    .edu-pill b {font-size: 19px;}
    .education-left h2, .education-left p{text-align: center;}
    
    
    .why-choose-jn-wrapper{padding: 80px 0px;}
    .why-choose-jn-inner-wrapper h2{text-align: center;}
    .why-choose-jn-inner-wrapper p{text-align: center;}
    
    .project-details-wrapper {background: #043228; padding: 70px 0; text-align: center;}
    .project-details-wrapper h2 { color: #fff; padding: 0}
    .project-details-wrapper > .fluid-container > p {color: rgba(255,255,255,0.8);text-align: center;}
    .project-details-inner-wrapper {display: flex; justify-content: center; gap: 0 40px; flex-wrap: wrap;}
    .project-details {width: 100%; max-width: 350px; padding: 30px 20px; text-align: center; color: #fff;}
    .project-details span { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: #f4a31e; border-radius: 50%; margin-bottom: 15px; margin: auto;}
    .project-details span img {width: 26px;}
    .project-details h4 { margin: 15px 0 10px; font-size: 22px;}
    .project-details p { margin: 5px 0 15px; color: rgba(255,255,255,0.85); text-align: center;}
    .project-details small {font-size: 17px;}
    .project-details a { margin-top: 5px; font-size: 19px;}

    .layout-wrapper {padding: 80px 0 0;}
    .layout-wrapper.inner {padding: 0px 0 0;}
    .layout-wrapper h2 {text-align: center; padding: 0 0 20px;}
    .layout-inner-wrapper {width: 100%;}
    .layout-inner-wrapper a {display: block; width: 100%; border-radius: 12px; overflow: hidden;}
    .layout-inner-wrapper img {width: 100%; height: 500px; object-fit: cover; display: block; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border: 1px solid var(--gold);}

    .nearby-main-wrapper {padding: 0 0 80px}
    .nearby-main-wrapper h2{text-align: center; padding: 0 0 30px;}
    .nearby-main-inner-wrapper { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px;}
    .nearby-main-inner {flex: 0 0 calc(33.33% - 14px); background: #fff; padding: 20px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0,0,0,0.08); border-top: 4px solid #d4a24c; }
    .nearby-main-inner .title { font-weight: 700; margin-bottom: 10px;}
    .ribbon-tags {display: flex; flex-wrap: wrap; gap: 6px;}
    .ribbon-tags span {background: #f5f5f5; padding: 6px 10px; border-radius: 20px; font-size: 16px;}

/* plot development css  */

/* gallery css */
    .gallery-wrapper {padding: 0 0 80px;}
    .gallery-wrapper.inner{padding: 80px 0;}
    .gallery-wrapper h2{text-align: center;}
    .gallery-inner-wrapper { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px}
    .gallery-inner-wrapper a {width: 100%; max-width: 295px; display: block; overflow: hidden; border-radius: 12px;}
    .gallery-inner-wrapper img { width: 100%; height: 250px; object-fit: cover; display: block; transition: 0.4s ease; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
    .gallery-inner-wrapper a:hover img {transform: scale(1.1);}

    .chariman-message-wrapper {padding: 0px 0 80px;}
    .chairman-message-inner-wrapper {display: flex; gap: 60px;align-items: center; justify-content: center;}
    .chairman-message-inner-wrapper > span { width: 100%; max-width: 380px; position: relative;}
    .chairman-message-inner-wrapper > span img {width: 100%; max-width: 380px;}
    .chairman-message-inner-wrapper > span::after {content: ""; position: absolute; bottom: -15px; right: -15px; width: 25%; height: 25%; background: #043228d6; z-index: -3; border-radius: 6px;}
    .chairman-right-wrapper { width: 100%; max-width: 800px;}
    .chairman-right-wrapper p:first-of-type { font-weight: 600; color: #666;}
    .chairman-right-wrapper p:nth-of-type(4) {background: #f8ecd4; padding: 20px; border-left: 4px solid #c9a25f; font-style: italic; margin: 20px 0; border-radius: 10px;}
/* services css  */

    .two-columns {padding: 60px 0px;background: #f5f7f6;}
    .two-columns-wrapper { display: flex; justify-content: center; align-items: stretch; gap: 30px; flex-wrap: wrap;}
    .column-box {flex: 1; background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.08); transition: 0.3s;}
    .column-box ul{margin: 30px 0 0;}
    .column-box ul li {position: relative; padding-left: 25px; margin-bottom: 12px; font-size: 19px; color: #555;}
    .column-box ul li::before { content: "✔"; position: absolute; left: 0; color: #b48a2c; font-size: 14px;}


    .faq-section {max-width: 900px;margin: 0px auto 80px;}
    .faq-section h2{text-align: center;}
    .faq-item {background: #fff; border-radius: 8px; margin-bottom: 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); overflow: hidden;}
    .faq-question {padding: 15px 20px; cursor: pointer; font-size: 22px; display: flex; justify-content: space-between; align-items: center;  font-weight: 500; }
    .faq-question:hover {background: #f9fbfc;}
    .arrow { font-size: 28px; color: #888; transition: 0.3s;}
    .faq-answer {padding: 0 20px; max-height: 0; overflow: hidden; font-size: 19px; color: #555; transition: all 0.3s ease;}
    .faq-item.active .faq-question {    color: #080808;font-weight: 700;}
    .faq-item.active .arrow {color: #28a745;}
    .faq-item.active { border-left: 4px solid #28a745; background: #f3fff6;}
    .faq-item.active .faq-answer { max-height: 200px; padding: 10px 20px 15px;}
    .faq-item.active .arrow {transform: rotate(45deg);}
/* services css  */

/* Gallery css  */

    .youtube-links-wrapper {padding: 80px 0;}
    .youtube-links-inner-wrapper {display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap;}
    .youtube-links-wrapper h2 { text-align: center; padding: 0 0 50px;}
    .youtube-links-video a {display: block; text-decoration: none; color: inherit;}
    .video-thumb { position: relative; border-radius: 20px; overflow: hidden;}
    .video-thumb img {width: 100%; height: auto; display: block; border-radius: 20px;}
    .video-thumb::before {content: ''; position: absolute; inset: 0; background: rgba(94, 92, 92, 0.5); opacity: 0; transition: opacity 0.3s ease-in-out; z-index: 2;}
    .video-thumb::after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background: url('../images/icons/youtube-thumb.webp') no-repeat center; background-size: contain; opacity: 0; transition: opacity 0.3s ease-in-out; z-index: 3;}
    .youtube-links-video:hover .video-thumb::before, .youtube-links-video:hover .video-thumb::after {opacity: 1;}
    .youtube-links-wrapper.inner-page {padding: 60px 0px 0px;}
    .youtube-links-wrapper .common-knowmore {margin: 60px auto 0;}
/* Gallery css  */
    