@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');
@font-face {
  font-family: 'Graphik Compact Trial Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Graphik Compact Trial Regular'), url('assets/fonts/GraphikCompact-Regular-Trial.woff') format('woff');
}

@font-face {
  font-family: 'Graphik Compact Trial Extralight';
  font-style: normal;
  font-weight: normal;
  src: local('Graphik Compact Trial Extralight'), url('assets/fonts/GraphikCompact-Extralight-Trial.woff') format('woff');
}

@font-face {
  font-family: 'Graphik Compact Trial Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Graphik Compact Trial Medium'), url('assets/fonts/GraphikCompact-Medium-Trial.woff') format('woff');
}
    
@font-face {
  font-family: 'Graphik Compact Trial Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Graphik Compact Trial Semibold'), url('assets/fonts/GraphikCompact-Semibold-Trial.woff') format('woff');
}  
@font-face {
  font-family: 'Graphik Compact Trial Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Graphik Compact Trial Bold'), url('assets/fonts/GraphikCompact-Bold-Trial.woff') format('woff');
}
@font-face{
    font-family: "Akkurat Pro";
    src: url("assets/fonts/cbbfee9126dc0abc730b9875dc28832f.eot");
    src: url("assets/fonts/cbbfee9126dc0abc730b9875dc28832fd41d.eot?#iefix")format("embedded-opentype"),
        url("assets/fonts/cbbfee9126dc0abc730b9875dc28832f.woff")format("woff"),
        url("assets/fonts/cbbfee9126dc0abc730b9875dc28832f.woff2")format("woff2"),
        url("assets/fonts/cbbfee9126dc0abc730b9875dc28832f.ttf")format("truetype"),
        url("assets/fonts/cbbfee9126dc0abc730b9875dc28832f.svg#Akkurat Pro")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
/*
Theme Name: ACC
Theme URI: https://wordpress.org/themes/acc/
Author: the WordPress team
Author URI: https://wordpress.org
Description: ACC emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acc
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

body{
	font-family: "Akkurat Pro"!important;
	font-size:16px;
   -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; 
}
:root {
  --main-bg-color: #007476;
  --text-colourOne: #033F41;
  --header-height: 72px;
}
ul li{
	font-size: 14px;
}
ul li span,
ul li p{
	font-size: 14px;
}
h1,
h2,
h3{
	font-family: 'Graphik Compact Trial Bold';
}
p{
	font-family: "Akkurat Pro";
}
.acc-header { 
  height: var(--header-height); 
}
.submenu { top: var(--header-height); }

.mainHeaderFontOne{
  font-family: 'Graphik Compact Trial Bold';
  font-size:34px;
}
.mainHeaderFontThree{
  font-family: 'Graphik Compact Trial Bold';
  font-size:22px;
}
.mainHeaderFontFour{
  font-family: 'Graphik Compact Trial Semibold';
  font-size:22px;
}
.mainHeaderFontFive{
  font-family: 'Graphik Compact Trial Medium';
}
.mainTextContentFont{
  font-family: "Akkurat Pro";
}
.theme-styles p, .theme-styles a , .theme-styles button{
  font-family: "Akkurat Pro";
}
.theme-styles button{
  font-size: 16px;
}
.theme-styles h1, .theme-styles h2, .theme-styles h3, .theme-styles h4{
  font-family: 'Graphik Compact Trial Bold';
}
.subTextFontTwo{
  font-size: 16px;
}
.theme-styles p{
  font-size: 14px;
}
.textColorDark{
  color: #2D2926;
}
.textColorGrey{
  color: #666666;
}

.bg-teal {background-color: var(--main-bg-color);}
.text-teal {color: var(--main-bg-color);}
.overlay {position: absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);}
.card-img-overlay-bg {background:rgba(0,0,0,0.3);}

.hero-slide {
  height: 100vh;
  display: flex;
  align-items: stretch;
  background-color: var(--main-bg-color);
}
.hero-content {
  background: var(--main-bg-color);
  color: #fff;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index:9999;
}
.hero-slide .hero-content-area, .swiper-wrapper{
  position: relative;
  z-index:9999;
  height: 100vh !important;
}
.aboutHero-img {
  min-height: 540px;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  width: 65% !important;
  right: 0;
  top: 0;
}
[data-swiper-parallax] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.swiper-slide-active [data-swiper-parallax] {
  opacity: 1;
  transform: translateY(0);
}


.swiper-pagi nation-bullet-active {
  background: #bfa850 !important;
}

.navbar .nav-link{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-colourOne);
}
.vector-bg{
  position: fixed;
  bottom:0;
  left: 0;
  width:50%;
  height: auto;
  z-index:-1;
  opacity: .05 !important;
}
.vector-bg2{
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: auto;
  z-index: 0;
  opacity: .45;
}
.home .hero-subtext.two-line-ellipsis{
	font-size:16px;
}
@keyframes heroScale {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.03); }
  100% { transform: scale(1.04); }
}
.btn-group {
  display: flex;
  gap: 2rem;
}
.acc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width:100px;
  min-height: 45px;
  font-size:15px;
  font-family: "Akkurat Pro";
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: box-shadow 0.3s cubic-bezier(.6,.6,.3,1), 
              transform 0.25s cubic-bezier(.6,.6,.3,1);
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 5px 20px;
  position: relative;
  box-shadow: 0 0 0 0 #bfa850;
  will-change: transform, box-shadow;
}
/* Filled Button */
.acc-btn--filled {
  background: #bfa850;
  color: #fff;
  border: none;
  box-shadow: 0 4px 32px -4px rgba(191, 168, 80, 0.13);
}
.acc-btn--filled:hover,
.acc-btn--filled:focus {
  background: #a69343;
  transform: scale(1.04);
  box-shadow: 0 10px 40px -8px rgba(191, 168, 80, 0.22);
}
/* Outlined Button */
.acc-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  transition: color 0.2s, border-color 0.2s, background 0.4s;
}
.acc-btn--outline:hover,
.acc-btn--outline:focus {
  background: rgba(255,255,255,0.07);
  color: #fff;
  border-color: #bfa850;
  transform: scale(1.04);
  box-shadow: 0 10px 40px -8px rgba(191, 168, 80, 0.16);
}

.acc-btn:focus {
  outline: 2px solid #bfa850;
  outline-offset: 2px;
}
@media (max-width: 600px) {
  .acc-btn {
    min-width: 140px;
    min-height: 60px;
    font-size: 1.1rem;
  }
  .btn-group {
    gap: 1rem;
  }
}
.navbar-brand img{
    height: 48px;
}
.navbarFixTop{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: var(--main-bg-color)
}
.hero-navbar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  padding-top: 1rem;
}
.hero-content-area {
  color: #fff;
}
.hero-btn {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.6rem 2rem;
  border-radius: 0.25rem;
  margin-right: 1rem;
}
.hero-btn-outline {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.hero-btn-fill {
  background: #bfa850;
  border: none;
  color: #fff;
}
.hero-img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
  width:57.5%;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100%;
  animation: heroScale 8s ease-in-out infinite;
}
@keyframes heroScale {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* Hero content animations */
.hero-content-area .animated {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: all 0.8s cubic-bezier(.6,.6,.3,1);
}
.swiper-slide-active .hero-content-area .animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.hero-content-area h3{
  font-weight: 600;
}
.hero-content-area h3.animated {
  transition-delay: 0.1s;
}
.hero-content-area p.animated {
  transition-delay: 0.3s;
}
.hero-content-area .btn-group.animated {
  transition-delay: 0.45s;
}
.hero-content-area .vector-bg.animated {
  transition-delay: 0.55s;
  opacity: 0.8;
  transform: scale(1.05);
}
.subTextContents{
  font-size: 13px;
}
.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Optional for better styling: */
  max-width: 100%;
  line-height: 1.4em;
  height: 2.8em;           /* line-height * number of lines */
}
@media (max-width: 991px) {
  .hero-navbar {
    padding-top: 1rem;
  }
  .hero-content-area h1{
    padding-top:160px;
  }
  .hero-content-area .btn-group{
    margin-bottom: 50px;
  }
  .hero-content-area{
    padding: 0 30px !important;
  }
}

/* Impact Section Styles */
.impact-section {
  background: #fff;
}
.impact-img-col {
  min-height: 520px;
  position: relative;
}
.impact-img {
  object-fit: cover;
  min-height: 520px;
  height: 100%;
  width: 100%;
  display: block;
}
.impact-content-col {
  background: #fff;
  padding: 30px 80px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.impact-content {
  max-width: 540px;
  margin: auto 0;
}
.impact-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #24221f;
  margin-bottom: 1.25rem;
  line-height: 1.15;
}
.impact-lead {
  font-size: 1.18rem;
  color: #444;
  margin-bottom: 1rem;
  font-weight: 500;
}

.impact-btn {
  display: inline-block;
  padding: 16px 32px;
  background: #24221f;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.23s cubic-bezier(.6,.6,.3,1), transform 0.2s cubic-bezier(.6,.6,.3,1);
  box-shadow: 0 4px 22px -8px rgba(36,34,31,0.18);
}
.impact-btn:hover, .impact-btn:focus {
  background: #bfa850;
  color: #fff;
  transform: scale(1.04);
}
.impact-btn2 {
  display: inline-block;
  padding: 16px 32px;
  background: #bfa850;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.23s cubic-bezier(.6,.6,.3,1), transform 0.2s cubic-bezier(.6,.6,.3,1);
  box-shadow: 0 4px 22px -8px rgba(36,34,31,0.18);
}
.impact-btn2:hover, .impact-btn2:focus {
  background: #bfa850;
  color: #fff;
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .impact-content {
    padding: 2rem 0;
    max-width: 100%;
  }
  .impact-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .impact-content-col, .impact-img-col {
    min-height: 320px;
  }
  .impact-title {
    font-size: 1.4rem;
  }
  .impact-btn {
    padding: 12px 20px;
    font-size: 0.96rem;
  }
}

/* Project Slider Owl Carousel Styles */
.project-section {
  background: #EEEEEE;
  padding: 50px 0 120px 0;
  overflow: hidden;
}
.project-card {
  position: relative;
  height: 70vh;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 10px 40px -8px rgba(36,34,31,.06);
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: 
    opacity .55s cubic-bezier(.6,.6,.3,1),
    transform .55s cubic-bezier(.6,.6,.3,1);
}
.project-owl-carousel .owl-stage-outer ,.project-owl-carousel-two .owl-stage-outer{
  overflow: visible !important;
}
.project-owl-carousel .owl-dots, .project-owl-carousel-two .owl-dots{
  text-align: left;
  margin-top: 30px;
}
.project-section .owl-item.active .project-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.project-card-img-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(.6,.6,.3,1);
  display: block;
}
.project-card:hover .project-card-img {
  transform: scale(1.05);
}
.project-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(139,132,122,0.3) 50%, rgba(78,61,111,0.6) 100%);
  pointer-events: none;
}
.project-card-body {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 30px;
  color: #fff;
  z-index: 2;
  width: 100%;
}
.project-type {
  font-size:11px;
  letter-spacing: 0.03em;
  color: #f3f3f3;
  font-weight: 400;
  opacity: 0.85;
  margin-bottom: 0.7rem;
  display: block;
	font-family: 'Graphik Compact Trial Medium';
}
.project-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	font-family: 'Graphik Compact Trial Medium';
}
.project-btn {
  background: #BEA654;
  color: #fff;
  border: none;
  font-weight: 400;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.22s cubic-bezier(.6,.6,.3,1), transform 0.19s cubic-bezier(.6,.6,.3,1);
  display: inline-block;
  box-shadow: 0 4px 22px -8px rgba(191, 168, 80, 0.14);
}
.project-btn:hover, .project-btn:focus {
  background: #a69343;
  color: #fff;
  transform: scale(1.08);
}
.project-section .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 6px;
  margin: 2px 2px;
  background: #e5e5e5;
  border-radius: 6px;
  transition: background 0.22s;
}
.project-section .owl-theme .owl-dots .owl-dot.active span {
  background: #bfa850;
}
.esg-page.project-section .owl-theme .owl-nav{
    bottom:-90px;
} 
.project-section .owl-theme .owl-nav {
  position: absolute;
  bottom:-20px;
  right: 100px;
  display: flex;
  gap: 8px;
}
.project-section .owl-theme .owl-nav [class*='owl-'] {
  background: #fff !important;
  border: 1px solid #BEA654 !important;
  color: #BEA654 !important;
  width: 36px; height: 36px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0 2px;
}
.business-model-section {
  background: #fff;
}
.stat-card {
  background: #e3e3e3;
  min-height: 340px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transition: box-shadow 0.2s;
  position: relative;
}
.stat-card::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 50%, rgba(0, 0, 0, 1) 100%);
  z-index: 9;
}
.stat-card .stat-card-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.stat-card-label, .stat-card-years{
  position: relative;
  z-index: 99;
  color: #fff;
}
.stat-card-years{
	font-family: 'Graphik Compact Trial Bold';
	font-weight: normal !important;
}
.page-content ul li{
	font-size:16px;
}
@media (max-width: 991px) {
  .business-model-section .stat-card {
    min-height: 240px;
    margin-bottom: 22px;
  }
  .business-model-section h4 { font-size: 1.3rem; }
}
@media (max-width: 767px) {
  .business-model-section .stat-card {
    min-height: 180px;
  }
  .business-model-section h4 { font-size: 1.08rem; }

}



@media (max-width: 1200px) {
  .project-card { min-height: 340px; }
}
@media (max-width: 991px) {
  .project-card { min-height: 260px; }
  .project-title { font-size: 1rem; }
}
@media (max-width: 600px) {
  .project-card { min-height: 170px; }
  .project-title { font-size: 0.97rem; }
  .project-btn { padding: 8px 14px; font-size: 0.92rem; }
  .project-card { height: 50vh; }
  .project-section .owl-theme .owl-nav {
    right:0;
  }
}


/* Expertise Section Styles */
.expertise-section {
  background: #fff;
}
.expertise-title {
  font-size: 2.2rem;
  color: #24221f;
  font-weight: 800;
  margin-bottom: 1.2rem;
  font-family: 'Graphik Compact Trial Bold';
}
.expertise-lead {
  color: #666;
  font-size: 20px;
  max-width: 670px;
  margin: 0 auto 2.2rem auto;
  line-height: 1.5;
  font-weight: 500;
}
.expertise-card {
  display: block;
  background: #fff;
  border: none;
  text-decoration: none;
  transition: box-shadow .21s cubic-bezier(.6,.6,.3,1), transform .21s cubic-bezier(.6,.6,.3,1);
  border-radius: 0;
  overflow: hidden;
}
.expertise-card:hover,
.expertise-card:focus {
  box-shadow: 0 10px 36px -8px rgba(191, 168, 80, 0.09);
  transform: scale(1.03);
}
.expertise-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eaeaea;
  overflow: hidden;
}
.expertise-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .38s cubic-bezier(.6,.6,.3,1);
  display: block;
}
.expertise-card:hover .expertise-img,
.expertise-card:focus .expertise-img {
  transform: scale(1.07);
}
.expertise-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0px 14px 0px;
  font-size:15px;
  color: #666666;
  font-weight: 500;
      justify-content: space-between;
}
.expertise-arrow {
  color: #bfa850;
  font-size: 1.15rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1;
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .expertise-card { margin-bottom: 14px;}
  .expertise-title { font-size: 1.5rem;}
}
@media (max-width: 767.98px) {
  .expertise-section { padding: 1.5rem 0;}
  .expertise-title { font-size: 1.2rem;}
  .expertise-lead { font-size: 1rem;}
  .expertise-info { font-size: 0.97rem;}
}
@media (max-width: 575.98px) {
  .expertise-img-wrap { aspect-ratio: 4/3; }
  .expertise-info { font-size: 0.92rem; }
}

.people-section {
  height:540px;
  position: relative;
  overflow: hidden;
  background: #222;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people-bg-img {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.people-overlay {
  position: absolute;
  inset: 0;
  background: rgba(36,34,31,0.80);
  z-index: 2;
}
.people-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 250px 30px 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.people-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}
.people-lead {
  font-size: 1.13rem;
  color: #f2f2f2;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.people-btn-group {
  margin-top: 16px;
  gap: 32px;
  width: 100%; 
  display: flex;
}
.people-btn {
  flex: 1 1 0;    
  min-width: 0;  
  background: #bfa850;
  color: #fff;
  font-size:16px;
  font-weight: 500;
  padding:22px 24px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.23s, transform 0.18s;
  box-shadow: 0 4px 22px -8px rgba(191, 168, 80, 0.13);
  display: flex;
  justify-content: center;
    align-items: center;
  margin: 8px 0;
}
.people-btn:hover, .people-btn:focus {
  background: #a69343;
  color: #fff;
  transform: scale(1.04);
}
@media (max-width: 991px) {
  .people-title { font-size: 2rem; }
  .people-btn { padding: 16px 36px; font-size: 1rem; }
}
@media (max-width: 600px) {
  .people-title { font-size: 1.3rem; }
  .people-content { max-width: 100%; padding: 24px 8px;}
  .people-btn-group { gap: 12px; }
  .people-btn { padding: 12px 18px; font-size: 0.97rem; }
}

/* Insights/Blogs Section Styles */
.insights-section {
  background: #fff;
}
.insights-title {
  font-size: 2.2rem;
  color: #24221f;
  font-weight: 800;
  margin-bottom: 1.2rem;
}
.insights-lead {
  color: #666;
  font-size: 1.07rem;
  max-width: 670px;
  margin: 0 auto 2.2rem auto;
  line-height: 1.5;
  font-weight: 500;
}
.insight-card {
  background: #ededed;
  border-radius: 0;
  box-shadow: 0 3px 18px -8px rgba(36,34,31,.07);
  overflow: hidden;
  transition: box-shadow .21s cubic-bezier(.6,.6,.3,1), transform .21s cubic-bezier(.6,.6,.3,1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.insight-card:hover, .insight-card:focus {
  box-shadow: 0 10px 36px -8px rgba(191, 168, 80, 0.09);
  transform: scale(1.02);
}
.insight-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background: #eaeaea;
  overflow: hidden;
}
.insight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .38s cubic-bezier(.6,.6,.3,1);
  display: block;
}
.insight-card:hover .insight-img,
.insight-card:focus .insight-img {
  transform: scale(1.03);
}
.insight-content {
  padding: 22px 18px 90px 18px;
  background: #ededed;
  position: relative;
  height:305px
}
.insight-tag {
  display: inline-block;
  background: #BEA654;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 14px;
  margin-bottom: 12px;
}
.insight-title-card {
  font-size: 1.12rem;
  color: #24221f;
  margin-bottom: 0.7rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	font-family: 'Graphik Compact Trial Medium';
}
.insight-desc {
  color: #666666;
  font-size:16px;
  line-height: 1.45;
  margin-bottom: 1.2rem;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.2em;
}
.insight-btn {
  position: absolute;
  bottom: 20px;
  background: #2D2926;
  color: #fff;
  font-size:14px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.22s, transform 0.15s;
  display: inline-block;
  border: none;
  margin-right: auto;
}
.insight-btn:hover, .insight-btn:focus {
  background: #bfa850;
  color: #fff;
  transform: scale(1.04);
}
.insight-viewall-btn {
  background: #fff;
  color: #24221f;
  font-size:14px;
  font-weight: 500;
  padding: 12px 44px;
  border-radius: 0;
  text-decoration: none;
  border: 2px solid #24221f;
  transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.15s;
  display: inline-block;
}
.insight-viewall-btn:hover, .insight-viewall-btn:focus {
  background: #bfa850;
  color: #fff;
  border-color: #bfa850;
  transform: scale(1.04);
}
@media (max-width: 991px) {
  .insight-title-card { font-size: 1rem; }
  .insight-content { padding: 18px 12px 14px 12px; }
}
@media (max-width: 767px) {
  .insights-section { padding: 1.2rem 0;}
  .insights-title { font-size: 1.3rem;}
  .insights-lead { font-size: 1rem;}
  .insight-title-card { font-size: 0.97rem;}
  .insight-btn { padding: 8px 16px; font-size: 0.92rem; }
  .insight-viewall-btn { padding: 10px 18px; font-size: 0.98rem;}
}
@media (max-width: 575px) {
  .insight-img-wrap { aspect-ratio: 4/3; }
  .insight-content { padding: 12px 6px 10px 6px; }
}

/* Footer Styles */
.acc-footer {
  background: #158085;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.acc-footer .container-xl {
  position: relative;
  z-index: 2;
}
.footer-logo {
  height: 52px;
  margin-bottom: 18px;
}
.footer-social-links a {
  display: inline-block;
  text-align: center;
  margin-right: 14px;
  background: none;
  border: none;
  outline: none;
  transition: transform 0.18s;
   font-family: "Akkurat Pro";
   text-decoration: none;
}
.footer-social-links a:last-child { margin-right: 0; }
.footer-social-links a:hover,
.footer-social-links a:focus { transform: scale(1.11); }
.footer-social-text {
  display: block;
  color: #fff;
  font-size:14px;
  opacity: 0.7;
}
.footer-social-links a  i{
  color: #fff;
  font-size:20px;
}
.footer-social-text span:last-child {
  margin-right: 0; 
}
.footer-heading {
  font-size:14px;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin-bottom: 12px;
}
.footer-list li:last-child { 
  margin-bottom: 0; 
}
.footer-list a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size:13px;
  text-decoration: none;
  opacity: 0.87;
  transition: opacity 0.17s, text-decoration 0.18s;
}
.footer-list a:hover,
.footer-list a:focus {
  opacity: 1;
  text-decoration: underline;
}
.footer-contact-item {
  font-family: "Roboto", sans-serif;
  font-size:13px;
  color: #fff;
  gap: 10px;
  margin-bottom: 12px;
}
.footer-contact-icon {
  margin-right: 8px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 24px; height:24px;
  min-width:24px;
}
.footer-contact-icon i{
  color: #BEA654;
  font-size: 18px;
}
.footer-hr {
  border: none;
  border-top: 1px solid #bfa850;
  margin: 18px 0 16px 0;
  opacity: 0.7;
}
.footer-copyright {
  font-size: 11px;
  color: #fff;
  opacity: 0.91;
}
.footer-links {
  gap: 28px;
}
.footer-links a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
  opacity: 0.89;
  text-decoration: underline;
  transition: opacity 0.15s, text-decoration 0.17s;
}
.footer-links a:hover,
.footer-links a:focus {
  opacity: 1;
  text-decoration: underline;
}
.footer-note {
  font-family: "Roboto", sans-serif;
  color: #fff;
  opacity: 0.8;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 1.58;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .acc-footer .row > [class^="col-"] {
    margin-bottom: 24px;
  }
  .footer-logo { height: 44px; }
  .footer-note { font-size: 0.92rem; }
}
@media (max-width: 767.98px) {
  .acc-footer .row {
    flex-direction: column;
    text-align: center;
  }
  .footer-heading { font-size: 1.09rem; }
  .footer-social-links { justify-content: center; }
  .footer-social-text { justify-content: center; }
  .footer-contact-item { justify-content: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
}
@media (max-width: 575.98px) {
  .acc-footer { font-size: 0.97rem; }
  .footer-logo { height: 38px; }
}
.navbarRow{
  display: flex;
  justify-content: space-between;
}
.acc-header { 
  padding-top: 12px; 
  padding-bottom:12px; 
  position: fixed;
  z-index: 9999;
  left: 0; 
  right: 0; 
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.header-brand img { 
  margin-bottom: 12px; 
}
.header-brand .header-logo {
  height: 45px;
  transition: all 0.3s ease-in-out;
}
.logoMainWithSub{
  display: none;
}
.logoMain{
  display: block;
}
.header-white{
  background-color: #fff;
}
.header-white ul li a {
  color: #033F41 !important;
}
.header-white .submenu-btn{
  color: #fff !important;
}
.header-white .logoMainWithSub{
  display: block;
}
.header-white .logoMain{
  display: none;
}
.acc-nav ul li.has-submenu.open > a {
  color: #BEA654 !important; 
  font-weight: 600;
  transition: color 0.22s;
}
.acc-nav ul {
  display: flex; 
  gap: 0; 
  list-style: none; 
  margin: 0; 
  padding: 0;
  font-size: 20px; 
  font-weight: 500;
}
.acc-nav ul li { 
  position: relative; 
}
.acc-nav ul li a { 
  text-decoration: none; 
  color: #033F41; 
  padding: 18px 10px 22px 10px;
  transition: color 0.18s; 
  font-size: 14px;
  display: inline-block;
  font-weight:500;
  cursor: pointer !important;
}
.acc-nav ul li a:hover, .acc-nav ul li.active a { 
  color: #bfa850; 
}
.has-submenu > a { 
  color: #bfa850;
 }

.submenu {
  display: flex;
  gap: 32px;
  position: fixed;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  background: #fff;
  box-shadow: 0 14px 50px -22px rgba(36,34,31,.13);
  border-radius: 0;
  padding: 38px 0 36px 0;
  opacity: 1;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-10px) scale(1);
  transition:
    opacity 0.32s cubic-bezier(.6,.6,.3,1),
    transform 0.26s cubic-bezier(.6,.6,.3,1),
    visibility 0.25s;
  z-index: 200;
}
.has-submenu.open .submenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.has-submenu:hover > a {
  color: #BEA654;
}
.submenu-main { flex: 1.3 1 340px; margin-right: 16px;height: 200px;position: relative;}
.submenu-main h3 { 
  font-size: 2rem; 
  color: #2D2926; 
  font-weight: 500; 
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: 'Graphik Compact Trial SemiBold';
}
.submenu-main p { font-size: 1.08rem; color: #444; margin-bottom: 24px; font-weight: 400;font-family: "Roboto", sans-serif;}
.submenu-btn {
  display: inline-block;
  background: #BEA654;
  color: #fff !important;
  padding: 13px 32px !important;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius:0px;
  text-decoration: none;
  margin-top: 10px;
  transition: background 0.19s, transform 0.17s;
  position: absolute;
  bottom: 15px;
}
.submenu-btn:hover { background: #a69343; transform: scale(1.04);}
.submenu-card {
  flex: 1 1 310px;
  background: #F4F4F4;
  border-radius: 0px;
  padding: 22px 18px 70px 18px;
  display: flex; flex-direction: column;
  margin-right: 0;
  min-width: 220px;
  height: 200px;
  position: relative;
}
.submenu-card-header {  
  display: flex; 
  align-items: center; 
  gap: 14px; 
  margin-bottom: 1.1rem;
  justify-content: space-between;
}
.submenu-card-header span { 
  font-size:18px; 
  font-family: 'Graphik Compact Trial SemiBold'; 
  color: #24221f;
}
.submenu-arrow { 
  color: #BEA654 !important; 
  font-size: 1.25rem; 
  font-weight: 600; 
  line-height: 1; 
}
.submenu-card p { 
  color: #0E0D0D; 
  font-size: 1.03rem; 
  margin-bottom: 1.3rem; 
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .submenu { 
    gap: 18px; 
    padding: 24px 12px; 
  }
  .submenu-main, .submenu-card { 
    min-width: 150px; 
    padding: 12px 6px;
  }
}
@media (max-width:900px) {
  .submenu { 
    flex-direction: 
    column; gap: 14px; 
    padding: 18px 2vw;
  }
  .submenu-main, .submenu-card { 
    min-width: 100%;
  }
}

.subTextTrimV1{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subTextTrimV1 p{
  font-size: 15px;
  color: #666666;
}

.subTextTrimV2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subTextTrimV2 p{
  font-size: 13px;
  color: #666666;
}

/* Mobile menu toggle button */
.menu-toggle {
  display: none;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-left: 16px;
}
.menu-toggle span {
  display: block;
  height: 4px;
  width: 100%;
  background: #008080;
  margin: 7px 0;
  border-radius: 2px;
  transition: 0.4s;
}
.menu-toggle.active span{
  background: #333;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 70px; left: 0; right: 0;
  height: 100vh;
  background: #fff;
  z-index: 9998;
  box-shadow: 0 8px 40px -10px rgba(36,34,31,.16);
  padding-top: 100px;
  transition: transform 0.3s cubic-bezier(.6,.6,.3,1), opacity 0.3s;
  transform: translateY(-100%);
  opacity: 0;
}
.mobile-menu.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu ul li {
  margin: 0 0 10px 0;
  padding: 0 10px;
}
.mobile-menu ul li a {
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: color 0.22s;
}
.mobile-menu ul li a:hover {
  color: #bfa850;
}

@media (max-width: 991px) {
  #mainNav{
    display: none; 
  }
  .menu-toggle { display: block; }
  .mobile-menu { padding-top: 70px; }
  .hero-img {
     width:100% !important;
  }
 
}
@media (min-width: 992px) {
  .mobile-menu { display: none !important; }
  .menu-toggle { display: none !important; }
}
@media (max-width: 575px) {
 .impact-content-col {
  padding: 30px 20px;
  }
  .hero-img {
    position: relative !important;
    object-fit: cover;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100%;
    animation:inherit !important;
  }
  .hero-slide::before{
    display: none;
  }
}
/* Same as before! No change needed for YouTube */
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: #fff;
  padding: 48px 0;
}
.video-wrapper {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  aspect-ratio: 16/9;
/*   background: #000; */
  margin: 0 auto;
}
.video-cover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
	display: none;
/*   transition: opacity 0.5s cubic-bezier(.6,.6,.3,1);
  background: #000; */
}
.video-cover .video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  border-radius: 8px;
	display:none;
}
.video-play-btn {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 3;
  width: 80px; height: 80px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.97;
  transition: transform 0.19s;
	
}
.video-play-btn:hover { transform: translate(-50%, -50%) scale(1.07); }

.video-embed {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 1;
/*   display: none; */
	
}
.video-embed.show { display: block; }
.video-cover.hide { opacity: 0; pointer-events: none; }

@media (max-width: 900px) {
  .video-wrapper { width: 98vw; max-width: 99vw; }
}
@media (max-width: 600px) {
  .video-section { padding: 12px 0; }
  .video-wrapper { aspect-ratio: 16/9; }
  .video-play-btn { width: 54px; height: 54px; }
}

.acc-factsheet-section {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
	margin-top: -3px;
}
.acc-factsheet-section::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9;
}

.factsheet-content {
  position: relative;
  z-index:99;
  background: #fff;
  margin-left: 8vw;
  max-width: 650px;
  padding: 42px 48px 38px 48px;
  box-shadow: 0 10px 40px -8px rgba(36,34,31,.10);
  border-radius: 2px;
}
.factsheet-content2 {
  position: relative;
  z-index: 9999;
  color: #fff;
  margin-left: 8vw;
  max-width: 650px;
  padding: 42px 48px 38px 48px;
  box-shadow: 0 10px 40px -8px rgba(36,34,31,.10);
  border-radius: 2px;
}
.factsheet-content h2 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #181818;
  margin: 0 0 16px 0;
  font-family: 'Graphik Compact Trial Bold', 'Roboto', Arial, sans-serif;
  letter-spacing: 0.01em;
}
.factsheet-content p {
  font-size: 1.1rem;
  color: #8a8a8a;
  margin: 0 0 22px 0;
  font-family: 'Akkurat Pro', Arial, sans-serif;
}
.factsheet-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Akkurat Pro', Arial, sans-serif;
  font-weight: 500;
  padding: 17px 46px;
  border-radius: 0;
  border: none;
  text-decoration: none;
  box-shadow: 0 6px 24px -8px rgba(36,34,31,0.12);
  transition: background .2s, transform .13s;
  cursor: pointer;
}
.factsheet-btn:hover,
.factsheet-btn:focus {
  background: #bfa850;
  color: #fff;
  transform: scale(1.03);
}

@media (max-width: 1200px) {
  .factsheet-content {
    margin-left: 4vw;
    max-width: 520px;
    padding: 32px 26px 28px 26px;
  }
  .factsheet-content h2 { font-size: 2.1rem; }
  .factsheet-btn { padding: 13px 28px; font-size: 1rem; }
}
@media (max-width: 900px) {
  .acc-factsheet-section { min-height: 320px; }
  .factsheet-content {
    margin-left: 2vw;
    max-width: 98vw;
    padding: 22px 10vw;
    box-shadow: 0 4px 16px -8px rgba(36,34,31,.09);
  }
  .factsheet-content h2 { font-size: 1.38rem; }
  .factsheet-btn { padding: 9px 16px; font-size: 0.97rem;}
}
@media (max-width: 600px) {
  .acc-factsheet-section { min-height: 220px; }
  .factsheet-content {
    margin: 0 auto;
    padding: 18px 6vw;
    max-width: 98vw;
  }
  .factsheet-content h2 { font-size: 1.1rem; }
  .factsheet-content p { font-size: 0.97rem;}
  .factsheet-btn { padding: 7px 12px; font-size: 0.97rem;}
}

.card-img-top {
  aspect-ratio: 1/1.1;
  object-fit: cover;
  background: #eee;
}
.card-title {
  margin-top: 16px;
  font-size: 1.1rem;
}
.card-text {
  font-size: 0.98rem;
}
@media (max-width: 991px) {
  .card-title { font-size: 1rem; }
  .card-text { font-size: 0.95rem; }
}
@media (max-width: 767px) {
	.search-open div.is-ajax-search-result{max-width: 84%!important;}
	.search-open .is-ajax-search-result{left: 0 !important;margin: 0 auto!important;right: 0!important;}
  .card-title { font-size: 0.98rem; }
  .card-text { font-size: 0.91rem; }
}

.card-img-top {
  aspect-ratio: 1/1.1;
  object-fit: cover;
  background: #eee;
}
.card-body {
  padding-bottom: 12px;
}
.card-title {
  font-size: 1.1rem;
}
.card-text {
  font-size: 0.98rem;
}
@media (max-width: 991px) {
  .card-title { font-size: 1rem; }
  .card-text { font-size: 0.95rem; }
}
@media (max-width: 767px) {
  .card-title { font-size: 0.98rem; }
  .card-text { font-size: 0.91rem; }
}

.vvs-card {
  min-height: 560px;
  padding:70px 35px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.vvs-card:hover .valuesImgBg,
.vvs-card:focus .valuesImgBg {
  transform: scale(1.08);
}
.valuesImgBg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
	transform: scale(1.01);
}
.vvs-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(26, 10, 10, 0.74) 4%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 1;
}
.vvs-title, .vvs-desc {
  position: relative;
  z-index: 2;
}
.vvs-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  color: #fff;
  font-family: 'Graphik Compact Trial Bold', 'Roboto', Arial, sans-serif;
}
.vvs-desc {
  font-size:14px;
  color: #fff;
  font-family: 'Akkurat Pro', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .vvs-card { min-height: 360px; padding: 36px 12px; }
  .vvs-title { font-size: 1.4rem; }
  .vvs-desc { font-size: 1.01rem; }
}
@media (max-width: 767px) {
  .vvs-card { min-height: 260px; padding: 18px 4vw; }
  .vvs-title { font-size: 1.1rem; }
  .vvs-desc { font-size: 0.92rem; }
}

.awards-tabs-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.awards-tabs {
  gap: 10px;
  padding: 15px;;
  background: #F4F4F4;
  display: inline-block !important;
  margin-bottom: 25px;
}
.awards-tab {
  background: #f6f6f6;
  border: none;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  transition: background 0.28s, color 0.18s;
  outline: none;
  position: relative;
  z-index: 2;
}
.awards-tab.active {
  background: #BEA654;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 8px -4px rgba(36,34,31,0.07);
}
.awards-content-wrap {
  position: relative;
  min-height: 320px;
  padding-top: 30px;
}
.awards-tab-content {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0; left: 0; width: 100%;
  transition: opacity 0.6s cubic-bezier(.77,0,.18,1);
  will-change: opacity;
}
.awards-tab-content.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: opacity 0.6s cubic-bezier(.77,0,.18,1);
}
.awards-card {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  color: #666666;
  border-radius: 2px;
  margin-bottom: 18px;
  padding: 40px 30px;
  box-shadow: 0 6px 18px -8px rgba(36,34,31,0.08);
}
.award-logo-content{
  width: 80%;
}
.awards-card h5{
  color: #333;
}
.awards-card-logo {
  width:20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-card-logo img{
  width: 100%;
}
.awards-logo-placeholder {
  border: 1.5px solid #bbb;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.96rem;
  color: #222;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .awards-tabs { flex-wrap: wrap; }
  .awards-tab { font-size: 0.96rem; padding: 12px 12px; }
  .awards-card { flex-direction: column; align-items: flex-start; padding: 24px 12px; }
  .awards-card-logo { margin-top: 16px; }
  .award-logo-content{
     width:100%;
    
  }
  .awards-card-logo {
    width: 40%;
  }
}
.reach-stat-card{
  background-color: #008080;
  padding: 50px 30px;
}
.reach-stat-card h2{
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}
.reach-stat-card .text-muted.small{
     color: #ffffff!important;
}

.world-map-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

#reachMap {
  width: 100%;
  min-width: 220px;
  /* max-width: 900px; Optional - can restrict further if needed */
  height: 480px;
  border-radius: 2px;
  box-shadow: 0 8px 36px -10px rgba(36,34,31,0.06);
  background: #fff;
  display: block;
}

@media (max-width: 991px) {
  #reachMap { height: 240px; min-width: 140px; }
}
@media (max-width: 767px) {
  #reachMap { height: 140px; min-width: 100px; }
}
@media (max-width: 576px) {
  .pd-forXs{
    padding: 30px 40px;
  }
  .video-section {
    min-height: auto;
  }
}


.baccarat-banner {
  position: relative;
  min-height: 580px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #111;
}
.baccarat-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(24,24,24,0.52) 0%, rgba(24,24,24,0.72) 100%);
  z-index: 2;
  pointer-events: none;
}
.baccarat-banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center;
  color: #fff;
}
.baccarat-banner-content h1 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.13;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 60px rgba(0,0,0,0.22), 0 2px 8px rgba(0,0,0,0.14);
}
.baccarat-banner-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #f9f9f9;
  margin: 0 auto;
  max-width: 820px;
  text-shadow: 0 2px 16px rgba(20,20,40,0.22);
}
@media (max-width: 1200px) {
  .baccarat-banner-content h1 { font-size: 2.2rem; }
  .baccarat-banner-content p { font-size: 1.08rem; }
  .baccarat-banner-content { max-width: 98vw; }
}
@media (max-width: 767px) {
  .baccarat-banner { min-height: 500px; }
  .baccarat-banner-content { padding: 24px 8px; }
  .baccarat-banner-content h1 { font-size: 1.35rem; }
  .baccarat-banner-content p { font-size: 1rem; }
}
.pro-header ul li a{
  color: #fff;
}
.baccarat-details-section{
  padding: 80px 0 0;
}
.bd-info-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #BFBFBF;
  border-radius: 0px;
  overflow: hidden;
   font-family: 'Graphik Compact Trial Semibold';
}
.bd-info-tab {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 24px;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #BFBFBF;
  text-align: left;
  font-size: 1rem;
  color: #222;
  transition: background 0.38s;
  min-height: 72px;
  font-family: inherit;
}
.bd-info-tab:last-child { 
  border-bottom: none; 
}
.bd-info-tab.active {
  background: #BEA654;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 4px 28px -14px rgba(36,34,31,0.09);
}
.bd-info-icon {
  font-size: 1.55rem;
  color: #BEA654;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabSubLine{
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top:14px;
}
  .bd-info-tab.active .bd-info-icon, .bd-info-tab.active p{
  color: #fff;
  }
  /* Tab Content Area */
  .bd-info-tab-contents {
    position: relative;
    min-height: 120px;
    margin-bottom: 32px;
    font-family: 'Akkurat Pro', Arial, sans-serif;
  }
  .bd-info-tab-content {
    position: relative;
    top: 0; left: 0; width: 100%;
    z-index: 1;
/*     pointer-events: none; */
  }
  .bd-info-tab-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
    z-index: 2;
    transition: opacity 0.4s cubic-bezier(.77,0,.18,1);
  }
  /* Gallery */
  .bd-gallery {
    width: 100%;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .bd-gallery-img {
    flex: 1 1 320px;
    min-width: 240px;
    aspect-ratio: 4/3;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    box-shadow: 0 6px 18px -8px rgba(36,34,31,0.09);
  }
  /* Features Grid */
  .bd-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
  }
  .bd-feature-card {
    background: #f6f6f6;
    color: #666666;
    border-radius: 3px;
    padding: 20px 18px 18px 18px;
    font-size: 1rem;
    gap: 12px;
    box-shadow: 0 6px 18px -8px rgba(36,34,31,0.07);
    min-height: 90px;
  }
  .bd-feature-icon {
    color: #000000;
    font-size: 1.7rem;
    flex-shrink: 0;
    margin-top: 2px;
  }
  @media (max-width: 991px) {
    .bd-features-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .bd-gallery-img { min-width: 50vw; }
  }
  @media (max-width: 767px) {
    .bd-info-tabs { margin-bottom: 18px; }
    .bd-info-tab { padding: 16px 10px; font-size: 0.98rem; min-height: 52px;}
    .bd-gallery { gap: 12px; }
    .bd-gallery-img { min-width: 90vw; }
    .bd-features-grid { grid-template-columns: 1fr; gap: 12px; }
  }

  .baccarat-tech-section{
    width: 100%;
  }

  .baccarat-tech-section {
  background: #fff;
}
.section-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #222;
}
.tech-challenges-list {
  border-radius: 4px;
  padding: 0;
  margin: 0;
}
.tech-challenge-card {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  background: #f6f6f6;
  padding: 18px 18px 18px 18px;
  color: #666666;
  min-height: 56px;
  margin-bottom: 14px;
}
.tech-challenge-card:last-child {
  border-bottom: none;
}
.challenge-icon {
  color: #000;
  font-size: 1.45rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .section-title { font-size: 1.14rem; }
  .tech-challenge-card { font-size: 0.98rem; padding: 14px 10px; min-height: 46px; }
}
@media (max-width: 767px) {
  .baccarat-tech-section { padding: 24px 0; }
  .tech-challenges-list { padding: 0; }
  .tech-challenge-card { font-size: 0.93rem; gap: 12px; }
}

.similar-projects-section {
  background: #fff;
}

.project-card-similar {
  background: none;
  border-radius: 4px;
  box-shadow: none;
  padding: 0;
  min-height: 480px;
  text-align: left;
}

.project-img-similar {
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 6px 22px -10px rgba(36,34,31,0.11);
  background: #eee;
}

.project-title-similar {
  font-size: 1.1rem;
}

.project-location-similar {
  font-size: 0.98rem;
  color: #888;
}

.project-desc-similar {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .project-card-similar { min-height: 400px; }
}

@media (max-width: 767px) {
  .similar-projects-section { padding-top: 22px; padding-bottom: 22px; }
  .project-card-similar { min-height: unset; margin-bottom: 26px;}
  .project-img-similar { aspect-ratio: 16/9; }
}

@media (max-width: 575px) {
  .project-title-similar { font-size: 1rem; }
  .project-location-similar { font-size: 0.94rem; }
  .project-desc-similar { font-size: 0.93rem; }
}

.global-track-banner {
  position: relative;
  background: #008080;
  overflow: hidden;

}
.banner-left {
  color: #fff;
  min-height: 300px;
  position: relative;
  z-index: 2;
  margin-top: 12%;
  margin-bottom: 5%;
}
.banner-logo {
  width: 180px;
  height: auto;
  object-fit: contain;
}
.banner-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
	font-family: 'Graphik Compact Trial Bold';
}
.banner-lead {
  font-size: 14px;
  font-weight: 400;
  color: #eaf5f5;
  max-width: 600px;
	font-family: "Akkurat Pro";
}
.banner-btns { 
  margin-top: 12px; 
}
.banner-btn {
  padding: 12px 32px;
  font-size: 15px;
  border-radius: 2px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border: 2px solid transparent;
  display: inline-block;
}
.banner-btn--gold {
  background: #BEA654;
  color: #fff;
  border-color: #BEA654;
}
.banner-btn--gold:hover {
  background: #a69343;
  border-color: #a69343;
}
.banner-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.banner-btn--outline:hover {
  background: #fff;
  color: #008080;
}
.banner-right {
  background: #222;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.banner-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.banner-img {
  width: 58%;
  height: 100%;
  object-fit: cover;
  min-height: 440px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

@media (max-width: 991px) {
  .banner-title { font-size: 2.1rem; }
  .banner-left { min-height: 320px; }
  .banner-right, .banner-img-wrap, .banner-img { min-height: 320px; }
}
@media (max-width: 767px) {
  .global-track-banner { padding-bottom: 0; }
  .banner-left { min-height: unset; padding: 100px 20px 60px 20px;}
  .banner-title { font-size: 1.25rem; }
  .banner-lead { font-size: 0.99rem; }
  .banner-logo { width: 130px; }
  .banner-right, .banner-img-wrap, .banner-img { min-height: 180px; }
  .row.g-0 { flex-direction: column; }
}
@media (max-width: 575px) {
  .banner-title { font-size: 1.05rem; }
  .banner-lead { font-size: 0.93rem; }
  .banner-logo { width: 100px; }
}

.jobs-board-section {
  background: #fff;
}
.jobs-filter-row {
  margin-bottom: 32px;
}
.jobs-filter-label {
  font-weight: 500;
  color: #444;
  font-size: 1rem;
  margin-bottom: 6px;
}
.jobs-filter-group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.jobs-filter-input,
.jobs-filter-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  background: transparent;
  font-size: 1.05rem;
  padding: 8px 36px 8px 32px;
  outline: none;
  border-radius: 0;
}
.jobs-filter-input::placeholder {
  color: #888;
}
.jobs-filter-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 1.2rem;
  z-index: 2;
}
.jobs-filter-clear {
  background: none;
  border: none;
  color: #888;
  font-size: 0.96rem;
  cursor: pointer;
  transition: color 0.2s;
  position: absolute;
  top: -25px;
  right: 0;
}
.jobs-filter-clear:hover {
  color: #C4A44F;
}
.jobs-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.jobs-page-btn {
  background: none;
  border: 1px solid #222;
  font-size: 1rem;
  padding: 10px 14px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.22s, color 0.22s;
}
.jobs-page-btn:disabled {
  color: #aaa;
  border-color: #eee;
  cursor: not-allowed;
}
.jobs-pagination .jobs-page-num {
  background: none;
  border: none;
  color: #222;
  font-size: 1rem;
  margin: 0 2px;
  cursor: pointer;
  padding:10px 14px;
  border-radius: 2px;
  transition: background 0.21s, color 0.21s;
}
.jobs-pagination .jobs-page-num.active {
  background: #fff;
  border: 1.5px solid #222;
  color: #222;
}
.jobs-table-wrap {
  margin-top: 12px;
  width: 100%;
}
.jobs-table-header {
  background: #007476;
  font-size: 1.17rem;
  letter-spacing: -0.02em;
  border-radius: 0;
}
.jobs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
    font-family: "Roboto", sans-serif;
}
.jobs-table thead tr {
  background: #fff;
  border-bottom: 2px solid #eee;
}
.jobs-table th {
  text-align: left;
  font-weight: 700;
  padding: 14px 20px 10px 16px;
  color: #222;
  background: #fff;
}
.jobs-table td {
  padding: 18px 20px 18px 16px;
  background: #f7f7f7;
  color: #222;
  font-size: 1rem;
    font-family: "Roboto", sans-serif;
}
.jobs-table tr:nth-child(even) td {
  background: #fff;
}
.jobs-table a {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
    font-family: "Roboto", sans-serif;
}
.jobs-table a:hover {
  color: #C4A44F;
}
@media (max-width: 991px) {
  .jobs-table th,
  .jobs-table td {
    padding: 12px 8px 12px 10px;
    font-size: 0.98rem;
  }
  .jobs-filter-input,
  .jobs-filter-select {
    font-size: 0.98rem;
  }
}
@media (max-width: 767px) {
	.acc-header .search-panel{padding: 90px 30px 40px;}
	.acc-header div#mega-menu-wrap-primary{margin-right: 0;}
	.acc-header .search-toggle .search-text{display:none;}
	.acc-header .header-search{right: 70px;position: absolute;}
  .jobs-board-section { padding-top: 18px; padding-bottom: 18px; }
  .jobs-table-header { font-size: 1rem; }
  .jobs-filter-row > .col-md-4 { margin-bottom: 12px; }
  .jobs-table th, .jobs-table td { padding: 11px 2px 11px 8px; }
  .jobs-pagination { gap: 2px; }
  .banner-img {
    width: 100%;
    position: absolute;
    right: 0;
    top: inherit;
  }
}
@media (max-width: 575px) {
  .jobs-table th, .jobs-table td { font-size: 0.92rem; }
  .jobs-filter-label { font-size: 0.98rem; }
}
.vector-bg3 {
  position: absolute;
  bottom: 0;
  left: 293px;
  width: 46%;
  height: auto;
  z-index: 0;
  opacity: .05;
}
.darkGreenBg{
  background-color: #00292B !important;
}
.darkGreenBg h2, .darkGreenBg p{
  color: #fff;
}
.taglineTitles{
  display: inline-block;
  background-color: #BEA654;
  color: #fff;
  font-size: 12px !important;
  padding: 6px 15px;
  margin-bottom: 12px;
}
.owlCrouselCustom2 .project-card-img-wrap {
    height: 460px  !important;
}
.owlCrouselCustom2 .project-card-img{
    height: 300px !important;
}
.owlCrouselCustom2 .project-card{
  box-shadow: none !important;
}
.owlCrouselCustom2 .project-title{
  color: #000;
}
.owlCrouselCustom2 .project-card-body {
  position: relative;
  left: 0;
  right: 0;
  bottom: -20px;
  padding: 0 !important;
  color: #fff;
  z-index: 2;
  width: 100%;
}
.owlCrouselCustom2 .owl-nav {
  bottom: 20px !important;
}
.acc-download-section{
  position: relative;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
}
.acc-download-section::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9;
}

.acc-download-contents {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}
.acc-download-contents h3, .acc-download-contents p{
  color: #fff;
}
.download-btn{
  background-color: #fff;
  padding: 14px 25px;
  color: #222;
  text-decoration: none;
  margin: 30px 0 0;
  display: inline-block;
	font-size:16px;
}
.project-news-section {
  background: #fff;
}
.blog-card {
  min-height: 440px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.blog-card::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9;
}
.blog-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.65) blur(0px);
  z-index: 1;
  transition: filter 0.22s;
}
.blog-card:hover .blog-card-bg {
  filter: brightness(0.82) blur(0px);
}
.card-img-overlay {
  position: relative;
  z-index: 99;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-badge {
  background: #BEA654;
  color: #fff;
  font-size: 12px;
  border-radius:0px;
  font-weight: 500;
  padding: 12px 10px;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.project-news-section .card-title {
  font-size:18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.blog-meta-user{
  width: 32px;
  height:32px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
}
.blog-meta-user img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-news-section .card-text {
  font-size: 13px;
  color: #f3f3f3;
  margin-bottom: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.14);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-meta {
  font-size: 0.92rem;
  color: #fff;
  margin-top: 12px;
}
.blog-meta-icon i {
  font-size: 1.3rem;
  color: #fff;
}
.blog-meta-author { 
  font-weight: 500; 
  display: block;
}
.blog-meta-date, .blog-meta-read {
  color: #d7d7d7;
  font-size:11px;
}
.btn.btn-dark {
  border-radius: 0;
  font-size:15px;
  font-weight: 500;
  background: #2D2926;
  border: 1.5px solid #2D2926;
  letter-spacing: 0.01em;
}
.btn.btn-dark:hover {
  background: #C4A44F;
  border-color: #C4A44F;
  color: #fff;
}
.btn-loadmore{
  font-size: 14px !important;
}

@media (max-width: 991px){
  .blog-card, .card-img-overlay { min-height: 320px; }
}
@media (max-width: 767px) {
  .blog-card, .card-img-overlay { min-height: 220px; }
  .card-img-overlay { padding: 1.1rem 0.8rem; }
  .card-title { font-size: 1rem; }
  .project-news-section .card-text { font-size: 0.91rem; }
  .blog-meta { font-size: 0.89rem; }
}
.badge-news {
  background: #C4A44F;
  color: #222;
  font-size: 0.92rem;
  border-radius: 2px;
  font-weight: 500;
  padding: 5px 12px;
  letter-spacing: 0.01em;
  margin-right: 10px;
}

.article-title {
  font-size: 1.35rem;
  font-weight: 700;
}

.article-img-main {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.blog-details-info ul li{
	font-family: "Akkurat Pro";
	font-size: 14px;
}
.side-box {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 24px 20px;
  margin-bottom: 18px;
}
.side-box h6{
  margin-bottom: 10px;
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Graphik Compact Trial Medium';
}
.blog-details-info ul li::marker {
	font-size: 12px
}
.blog-details-info{
  padding-top: 50px;
  padding-bottom: 60px;
}
.side-box small {
  color: #888;
	font-size:14px;
}
.border-box{
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  padding: 25px 0;
  margin: 20px 0;
}

.article-caption {
  color: #888;
  font-size: 0.97rem;
  border-left: 2px solid #C4A44F;
  padding-left: 12px;
  margin-top: 6px;
}

.article-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 0.5em;
}

blockquote {
  border-left: 3px solid #C4A44F;
  padding: 15px 0 15px 14px;
  color: #444;
  font-style: italic;
  background: #f7f7f7;
  margin-bottom: 16px;
  margin-top: 8px;
}

.article-tags {
  margin-top: 20px;
}

.article-tag {
  background: #BEA654;
  color: #fff;
  font-size:14px;
  border-radius: 0;
  font-weight: 500;
  padding: 8px 15px;
  letter-spacing: 0.01em;
  margin-right: 7px;
  margin-bottom: 5px;
  display: inline-block;
}

.article-author {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #888;
  justify-content: center;
  border-top: 1px solid #BEA654;
  padding-top: 25px;
}
.share-iconsV1 a{
  display: inline-block;
  margin-right: 20px;
  background-color: #fff;
  padding: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.share-iconsV1 a i{
  color: #0E0D0D;
  font-size: 20px;
}
.share-iconsV1 h6{
  font-weight: 600;
}
.share-iconsV2 a{
  display: inline-block;
  margin-right: 10px;
}
.share-iconsV2 a i{
  color: #666666;
}
.author-icon {
  background: #eee;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

/* Responsive styles */
@media (max-width: 991px) {
  .article-title {
    font-size: 1.15rem;
  }
  .side-box {
    padding: 18px 11px;
  }
}

@media (max-width: 767px) {
  .article-title {
    font-size: 1rem;
  }
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .side-box {
    margin-bottom: 12px;
  }
}
.blog-detailsTitles{
  padding: 200px 0 40px;
}
.full-width-banner{
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.full-width-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-detailsTitles{
    padding: 140px 30px 40px 30px;
  }
  .full-width-banner {
      height:45vh;
  }
  .blog-details-info{
    padding-left: 30px;
    padding-right: 30px;
  }
}



.acc-contactus-banner {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
}
.acc-contactus-banner::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9;
}


.contactus-content {
  position: relative;
  z-index: 99;
  color: #fff;
  padding: 120px 0 50px;
  border-radius:0;
}
.contactus-content h2 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #181818;
  margin: 0 0 16px 0;
  font-family: 'Graphik Compact Trial Bold', 'Roboto', Arial, sans-serif;
  letter-spacing: 0.01em;
}
.contactus-content p {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0 0 22px 0;
  font-family: 'Akkurat Pro', Arial, sans-serif;
}

.contact-form label {
  font-weight: 500;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: none;
  border-bottom: 1.5px solid #222;
  border-radius: 0;
  font-size: 1.05rem;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
  border-color: #C4A44F;
}

.contact-form .form-group {
  margin-bottom: 1.1rem;
}

.contact-form .custom-checkbox label {
  font-size: 11px;
}

.contact-form .btn-dark {
  border-radius: 0;
  min-width: 110px;
  font-weight: 500;
}

/* Head Office Card */
.head-office-card {
  background: #fff;
  box-shadow: 0 4px 24px -8px rgba(36,34,31,0.11);
  border-radius: 0px;
  padding: 28px 28px 22px 28px;
  position: absolute;
  bottom: 30px;
  left:40px;
  max-width: 450px;
  z-index: 2;
}

.head-office-card h5 {
  font-weight: 700;
}

.head-office-card .office-info {
  font-size: 0.98rem;
  margin-bottom: 8px;
	font-family: "Akkurat Pro";
}

.head-office-card .office-info i {
  color: #C4A44F;
  margin-right: 7px;
}
.contactus-forminfo {
  position: relative;
}

.head-office-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  min-height: 320px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Office Section */
.office-section {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.office-tabs {
  margin-bottom: 32px;
}

.office-tab-btn {
  border: none;
  background: #eee;
  padding: 8px 32px;
  border-radius: 2px;
  margin-right: 8px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.office-tab-btn.active {
  background: #C4A44F;
  color: #fff;
}

/* Office Card */
.office-card {
  position: relative;
  background: #f7f7f7;
  border-radius:0px;
  padding: 35px 35px 65px 35px;
  margin-bottom: 20px;
  height:320px;
  box-shadow: 0 2px 18px -10px rgba(36,34,31,0.11);
}

.office-card h6 {
  margin-bottom: 10px;
  font-size: 22px;
  margin:20px 0 30px;
	 font-family: 'Graphik Compact Trial Medium';
	text-transform: none;
  font-weight: normal;
}
.custom-checkbox p span.wpcf7-list-item-label{
	font-family: "Roboto", sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
}

.office-card .office-info {
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
	font-family: "Akkurat Pro";
}

.office-card .office-info i {
  color: #BEA654;
  margin-right: 7px;
  position: absolute;
  left: 0;
}

.office-card .btn-dark {
  border-radius: 0;
  min-width: 120px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  background-color: #2D2926;
}
.contact-add{
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .contact-add {
    position: relative;
    width: 100%;
    right: 0;
    height: 100%;
  }
  .head-office-bg {
    min-height: 220px;
    width: 100%;
    position: relative;
  }
  .office-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .head-office-card {
    max-width: 100%;
    margin: 0;
  }
  .office-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .office-tab-btn {
    padding: 7px 18px;
    font-size: 0.98rem;
  }
  .contactus-forminfo{
    padding: 30px 8px;
  }
  .contact-form label {
    font-weight: 500;
    font-size: 13px;
  }
}

a.submenu-cardTwo{
  background-color: #F4F4F4;
  position: relative;
  padding: 13px 30px 13px 13px!important;
  display: block;
  margin-bottom: 14px;
}
a.submenu-cardTwo p{
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  color: #666666;
  margin: 4px 0 0 0;
}
a.submenu-cardTwo span{
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0;
   font-family: 'Graphik Compact Trial Semibold';
  
}
a.submenu-cardTwo .submenu-arrow{
  position: absolute;
  right: 12px;
  top: 20px;
}
.values-section .bg-light {
  background: #e3e3e3 !important;
  /*min-height: 420px;*/
}
.values-section h2 {
  font-size: 2.5rem;
}
.values-accordion .accordion-item {
  background: #fff;
}
.values-accordion .accordion-button {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font-size: 1.25rem;
  transition: background 0.25s, color 0.25s;
}
.values-accordion .accordion-button:focus {
  box-shadow: none;
}
.values-accordion .accordion-button span.text-muted{
  font-weight: 400;

}
.values-accordion .accordion-button:not(.collapsed) {
  color: #222;
  background: #fff;
}
.values-accordion .accordion-button::after {
   content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="black" class="bi bi-plus-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  filter: grayscale(90%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.values-accordion .accordion-button:not(.collapsed)::after {
     content: '';
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="black" class="bi bi-dash-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8"/></svg>');
}

.values-accordion .accordion-collapse {
  transition: height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s cubic-bezier(0.4,0,0.2,1);
}

@media (max-width: 991px) {
  .values-section h2 { font-size: 1.55rem;}
  .values-section .bg-light { min-height: 180px;}
}
@media (max-width: 767px) {
  .values-section .bg-light { min-height: 120px;}
  .values-section h2 { font-size: 1.1rem;}
  .values-accordion .accordion-button { font-size: 1.01rem;}
}
.blog-linkpage{
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover; 
}

.aspect-ratio-16-9 {
  aspect-ratio: 3/ 2;
  width: 100%;
  overflow: hidden;
  background: #eee;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  background: #eee;
}

.card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header-logo, .footer-logo {
  max-width: 160px;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; 
  position: relative;
  overflow: hidden;
}
.img-wrapper img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.card-img-top {
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform;
}

.card:hover .card-img-top,
.card:focus-within .card-img-top { 
  transform: scale(1.08);
}

.hero-sectionTwo{
  height: 70vh;
}
@media (max-width: 1480px) {
.project-title {
  font-size: 18px;
}
}

.project-img-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius:0;
  margin-bottom: 0.75rem;
  transition: transform 0.3s;
}
.project-img-thumb:hover {
  transform: scale(1.04);
}
.project-card-title {
  font-weight: 600;
  margin-bottom: 2px;
  font-family: 'Graphik Compact Trial Semibold';
  font-size: 17px;
}
.project-location {
  font-family: "Akkurat Pro";
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}
.project-description {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
  font-family: "Akkurat Pro";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.project-filter-label {
  font-size: 0.98em;
  color: #444;
}
@media (max-width: 991.98px) {
  .project-grid-cols {
    row-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .project-grid-cols > [class*="col-"] {
    margin-bottom: 2rem;
  }
}

.filter-label {
  color: #444;
  font-size:14px;
  font-weight: 400;
}
.filter-clear-btn {
  background: none;
  border: none;
  color: #444;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-decoration: none;
}
.custom-select-box {
  width: 100%;
  padding: 8px 15px;
  margin-top: 6px;
  font-size: 15px;
  color: #222;
  background: #f6f6f6;
  border: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  position: relative;
  outline: none;
  transition: box-shadow 0.2s;
}
.custom-select-box:focus {
  box-shadow: 0 0 0 2px #ccc;
}
.custom-select-box {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='18' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l4 4 4-4' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 18px;
}
.pro-link{
  text-decoration: none;
  color: inherit;
}
.acc-nav ul li.has-submenu {
  pointer-events: none;
}
.acc-nav ul li.has-submenu > a {
  pointer-events: auto;
}

/* Sticky state: scaled down nav */
.acc-header.sticky {
  position: fixed;
  z-index: 9999999 !important;
  height: 65px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(36,34,31,0.11);
  padding-top: 13px;
  padding-bottom: 5px;
  animation: .5s all ease-in-out;
}
.acc-header.sticky .submenu{
  top: 58px !important;

}
.acc-header.sticky .header-logo{
    max-width: 120px;
    width: 100%;
}
@keyframes stickyScaleDown {
  from {
    transform: scale(1);
    box-shadow: none;
  }
  to {
    transform: scale(0.96);
    box-shadow: 0 2px 16px rgba(36,34,31,0.11);
  }
}

/* Mobile menu drawer styling */
.mobile-menu {
  background: #007476;
  color: #fff;
  position: fixed;
  top: 70px; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow-y: auto;
  padding: 30px 0 0 0;
}

/* Main menu list */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu ul > li {
  border-bottom: 1px solid #388788;
  position: relative;
}
.mobile-menu ul > li > a {
  display: block;
  padding: 16px 20px;
  color: #bffe39;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}
.mobile-menu ul > li:not(.has-submenu) > a {
  color: #fff;
}
.mobile-menu .submenu-toggle {
  position: absolute;
  right: 20px;
  top: 0;
  height: 52px;
  width: 44px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
  transition: transform 0.2s;
  outline: none;
}
.mobile-menu .submenu-toggle.active {
  transform: rotate(180deg);
}

/* Submenu (accordion) */
.mobile-menu .mobile-submenu {
  display: none;
  background: #007476;
  padding: 0;
}
.mobile-menu .mobile-submenu li a {
  color: #fff;
  padding: 13px 36px;
  display: block;
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
}
.mobile-menu li.open > .submenu-toggle {
  transform: rotate(180deg);
}
.mobile-menu li.open > .mobile-submenu {
  display: block;
  animation: fadeInDown 0.22s;
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-12px);}
  to   { opacity: 1; transform: translateY(0);}
}
.swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999 !important;
}
.swiper-pagination-bullet {
  background: #bea654 !important;  
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #033F41 !important;
}
.swiper-pagination-bullet{
  width: 10px ;
  height: 10px;
    box-shadow: 0 4px 32px -4px rgba(71, 71, 68, 0.8);
}
.link-btn{
  text-decoration: none;
}
header {
  z-index: 1030;
  position: relative;
}
.nav-link.active {
  color: #bea654 !important;
  font-weight: 600;
}
.nav-item .nav-link{
  padding: 18px 10px 22px 10px;
}
.mega-hover:hover > .dropdown-menu,
.mega-hover:focus-within > .dropdown-menu {
  opacity:1;
  visibility:visible;
  pointer-events: auto;
}
.bg-light {
  background: #f7f7f7 !important;
}
.btn-warning {
  background:#bea654 !important;
  border:none;
}
.dropdown-menu .bi-arrow-up-right {
  color: #bea654;
	visibility:visible;
}
.acc-nav ul li:hover .sub-menu{
	opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.acc-nav ul li .sub-menu{
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 72px; 
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 40px 0 !important;
  border-radius: 0;
  border: 0px;
  box-shadow: none !important;
  background: #fff;
  z-index: 2000;
  opacity:0;
  visibility:hidden;
  display:block;
  pointer-events: none;
  transition: opacity 0.16s,visibility 0.16s;
}
.acc-header.sticky .dropdown-menu{
  top: 55px;
}
.mega-hover:hover > .dropdown-menu,
.mega-hover:focus-within > .dropdown-menu {
  opacity:1;
  visibility:visible;
  pointer-events: auto;
}
.box-card{
  background-color: #F7F7F7;
}
.box-card ul {
  text-align: center;
}
.box-card ul li{
  font-size: 14px;
}
.impact-imgwraps{
  margin: 40px 0;
  height: auto;
}
.impact-imgwraps2{
  margin: 0 0 40px 0;
  height: auto;
}
.edge-img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: 30px 0 30px;
}
@media (max-width: 991px) {
.flex-reverse-mdxs{
  flex-direction: column-reverse
}
}


/* ============================
   HERO SECTION (Multiplex Layout)
   ============================ */

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #007476;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* LEFT SIDE: TEXT CONTENT (40%) */
.hero-content {
  width: 40%;
  height: 100vh;
  padding-top: 120px;
  padding-left: 6vw;
  padding-right: 40px;
  color: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  font-size:2.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: .5rem;
  overflow: hidden;
}
.hero-title .word {
  display: inline-block;
  white-space: pre;
}

.hero-subtext {
  max-width: 450px;
  opacity: 0;
  transform: translateY(25px);
}

.btn-group {
  display: flex;
  gap: 1.2rem;
  transform: translateY(30px);
  margin-top:.5rem;
}
.btn-group-home {
 opacity: 0;
}

/* RIGHT SIDE: VIDEO (60%) */
.hero-video {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translateY(-50%) translateX(100%);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(.22,.9,.35,1), opacity 1.2s ease;
}
.hero-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width:60%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  animation: heroScale 10s ease-in-out infinite;
}
.swiper-slide-active .hero-video {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.swiper-slide-prev .hero-video {
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2;
}

/* Pagination styling */
.swiper-pagination-bullets {
  bottom: 30px !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Responsive Layout */
@media (max-width: 991px) {

  .swiper-slide-active .hero-video{
      transform: translateY(0%) translateX(0);
      opacity: 1;
  }
  .swiper-slide {
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
    text-align: center;
    padding: 2rem;
    order: 2;
  }

  .hero-video {
    width: 100%;
    height: 60vh;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}

.impact-btn-dark{
  background-color: #2D2926;
}
.impact-btn-light{
  background-color: #fff;
  color: #2D2926;
}
.bg-white{
  background-color: #fff;
}
.app-banner-bg{
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
/*CUSTOM MEGA MENU OVERRIDES (ACC THEME) */
.mega-menu-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.mega-menu {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.mega-menu-link {
  font-size: 15px !important;
  color: #1a1a1a !important;
  font-weight: 500 !important;
  text-transform: none !important;
  padding: 7px 16px !important;
  transition: all 0.3s ease-in-out;
}

.mega-menu-link:hover,
.mega-current-menu-item > .mega-menu-link {
  color: #b39959 !important;
}

.mega-sub-menu {
  background: #fff !important;
  border-top: 0px solid #b39959 !important;
  padding: 25px 20px !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.mega-sub-menu a {
  color: #1a1a1a !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.mega-indicator {
  display: none !important;
}

/* Mobile menu fixes */
/*@media (max-width: 992px) {
  .mega-menu {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .mega-sub-menu {
    position: static !important;
    box-shadow: none !important;
    padding: 10px 0 !important;
  }
}*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	position:fixed !important
}

#mega-menu-wrap-primary {
     background: transparent !important; 
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
         background: transparent !important; 
}
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{*/
/*	 background: #fff !important; */
/*}*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: normal !important; 
    font-size: 13px !important;
	font-weight:bold!important;
}
@media (max-width: 992px) {
/*#mega-menu-wrap-primary{*/
/*	display:none !important;*/
/*}*/
}

#menu-footer-menu{
  list-style-type: none;
  display: flex;

}

#menu-footer-menu li{
  margin-left: 20px;
}

/*Devu - styles*/
.post-grid .mega-sub-menu{
    padding: 0 !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    width: 100% !important;
    background: red !important;
}
.row.expertise-mega-menu a {
    padding: 0;
}
a.submenu-cardTwo {
    background-color: #F4F4F4;
    position: relative;
    padding: 13px 30px 13px 13px !important;
    display: block;
    margin-bottom: 14px;
}
.row.expertise-mega-menu a.expertise-card {
    width: 100%;
    background-color: #F4F4F4;
    position: relative;
    padding: 13px 30px 13px 13px !important;
    display: block;
    margin-bottom: 14px;
}
a.expertise-card .submenu-arrow {
    position: absolute;
    right: 12px;
    top: 20px;
}
a.expertise-card span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0;
    font-family: 'Graphik Compact Trial Medium';
}
.submenu-arrow {
    color: #BEA654 !important;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
}
a.expertise-card .submenu-card-content p{
    margin-bottom:0!important;
    font-size: 12px;
}
.row.expertise-mega-menu a.expertise-card:hover {
    transform: none;
}
.submenu-card a.submenu-btn,
.submenu-main a.submenu-btn{
    color: #fff !important;
}
.vvs-card{
    justify-content: center;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 2rem; 
  align-items: start;
}

.grid {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: flex-start;*/
  border-radius: 10px;
  overflow: hidden;
  min-height: 100%; 
}
.page-content{
    padding-top:90px;
    padding-bottom:50px;
}
.footer-top{
    padding-top:40px;
    padding-bottom:40px;
}
a.email-address{
    color:#ffffff;
    margin-top:2px;
    text-decoration:none;
	font-family: "Roboto", sans-serif;
}
.values-section .text-center img{
    object-fit:cover;
}
.image-content-row{
    display:flex;
}
.values-section .col-sm-12{
    padding:0!important;
}
.image-content-row .right-image{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.values-section .w-100.px-lg-5.px-2{
    padding-top:20px;
    padding-bottom:20px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{
    margin: 1px 0 0 6px;
}


/* ============================
   HERO SECTION (Multiplex Layout)
   ============================ */

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #007476;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* LEFT SIDE: TEXT CONTENT (40%) */
.hero-content {
  width: 40%;
  height: 100vh;
  padding-top: 120px;
  padding-left: 6vw;
  padding-right: 40px;
  color: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  font-size:2.2rem;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: .5rem;
  overflow: hidden;
}
.hero-title .word {
  display: inline-block;
  white-space: pre;
}

.hero-subtext {
  max-width: 450px;
  opacity: 0;
  transform: translateY(25px);
}

.btn-group {
  display: flex;
  gap: 1.2rem;
  transform: translateY(30px);
  margin-top:.5rem;
}
.btn-group-home {
 opacity: 0;
}

/* RIGHT SIDE: VIDEO (60%) */
.hero-video {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translateY(-50%) translateX(100%);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(.22,.9,.35,1), opacity 1.2s ease;
}
.hero-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width:60%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  animation: heroScale 10s ease-in-out infinite;
}
.swiper-slide-active .hero-video {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.swiper-slide-prev .hero-video {
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2;
}

/* Pagination styling */
.swiper-pagination-bullets {
  bottom: 30px !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Responsive Layout */
@media (max-width: 991px) {

  .swiper-slide-active .hero-video{
      transform: translateY(0%) translateX(0);
      opacity: 1;
  }
  .swiper-slide {
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
    text-align: center;
    padding: 2rem;
    order: 2;
  }

  .hero-video {
    width: 100%;
    height: 60vh;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}

.impact-btn-dark{
  background-color: #2D2926;
}
.impact-btn-light{
  background-color: #fff;
  color: #2D2926;
}
.bg-white{
  background-color: #fff;
}
.app-banner-bg{
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;  /* adjust size */
  height: 40px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  cursor: pointer;
  /* optionally add icon or arrow image */
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

/* Hero Slider Navigation */
.swiper-navigation {
  position: absolute;
  bottom: 20px;
  left:6vw;
  display: flex;
  align-items: center;
  gap: 35px;
  z-index: 999999 !important;
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}
.swiper-button-next {
  margin-left: 25px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-line {
    display: block;
    position: relative;
    width: 50px;
    height: 1px;
    bottom: 30px;
    background-color: #fff;
}


.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0rem;
  margin: 0 10px;
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}

.swiper-progress {
  position: relative;
  width: 100px;
  height: 2px;
  background-color: rgba(255,255,255,0.3);
  overflow: hidden;
  border-radius: 10px;
  bottom: 30px;
}

.swiper-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(255,255,255,0.6);
  transform-origin: left;
}

.post-tags {
  margin-top: 20px;
}

.post-tag {
  display: inline-block;
  background-color: #c4a04c; /* same gold color as your site */
  color: #fff;
  padding: 6px 14px;
  margin: 5px 8px 0 0;
  border-radius: 4px;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.post-tag:hover {
  background-color: #a7853a;
  color: #fff;
}
.full-content{
    padding:150px 0 40px;
}
h1.page-title {
    font-size: 180px;
    margin: 0;
    display: flex;
    justify-content: center;
}
h1.page-title span{
    font-size: 220px;
    line-height: 195px;
    float: left;
}
.error-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
}
.error-form .searchform input[type="text"]{
    border: none;
    border-bottom: 1.5px solid #222;
    border-radius: 0;
    font-size: 1.05rem;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    margin:0 30px;
}
.error-form .searchform input[type="text"]:active,
.error-form .searchform input[type="text"]:focus{
    outline:none;
}
.error-form .searchform #searchsubmit{
    border-radius: 0;
    min-width: 110px;
    font-weight: 500;
    font-size: 15px;
    background: #2D2926;
    border: 1.5px solid #2D2926;
    letter-spacing: 0.01em;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    padding: 8px 10px;
}
.error-form .searchform #searchsubmit:hover{
    background: #C4A44F;
    border-color: #C4A44F;
    color: #ffffff;
}
.tag-page{
    padding:150px 0;
}
.tag-page h1{
    margin-bottom:20px;
}
.search-page{
    padding:150px 0;
}
.right-slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.is-ajax-search-post, .is-ajax-search-post-details{
	padding: 8px 0!important;
}
.is-search-content {
    display: none;
}
.is-ajax-search-items{
	max-height:100vh!important;
}
.is-search-sections{
	border-bottom: 1px solid #c4b5b5;
}
/* ===== Swiper hero overrides — place at end of styles.css ===== */
.acc-hero-section { width:100%; height:auto; display:flex; align-items:stretch; overflow:hidden; }
.acc-hero-container { display:flex; width:100%; height:100%;  margin-top: 70px;    position: relative;}

/* Left */
.acc-hero-left { width:45%; background:#008080; color:#fff; display:flex; align-items:center; justify-content:center; padding:80px; }
.acc-hero-content { max-width:520px; }
.hero-heading { font-size:2.4rem; line-height:1.3; margin-bottom:20px; font-weight:700; }
.hero-description { margin-bottom:40px; color: rgba(255,255,255,0.85); }

/* Right */
.acc-hero-right { width:55%; position:relative; overflow:hidden; }
.hero-media { width:100%; height: 100%; object-fit:cover; }

/* Centered dot pagination (override older conflicting rules) */
.acc-hero-right .swiper-pagination {
  position: absolute !important;
  bottom: 40px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display:flex !important;
  gap:10px !important;
  z-index:99999 !important;
  pointer-events: auto !important;
  width: auto !important;
}

.acc-hero-right .swiper-pagination-bullet {
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
  background: rgba(0, 0, 0, 0.6) !important;
  opacity:1 !important;
  transition: transform .22s ease, background .22s ease !important;
  position: relative;
  z-index: 999;
}

.acc-hero-right .swiper-pagination-bullet-active {
  background:#0e5f64 !important;
  transform: scale(1.25) !important;
}

/* On small screens move dots to bottom */
@media (max-width: 992px) {
  .acc-hero-container { flex-direction: column; }
	.acc-hero-left{width:100%; height:auto; padding: 60px 10px 80px;} 
	.acc-hero-right { width:100%; height:auto;}
  .acc-hero-right .swiper-pagination { top: auto !important; bottom: 18px !important; transform: translateX(-50%) !important; left: 50% !important; }
}

.acc-hero-section .swiper-wrapper{
  position: relative;
  z-index:9999;
  height: 1005px !important;
}


/* =============================
   Header Search (Overlap Animation)
   ============================= */
.header-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -8px;
  margin-left: 15px;
}
/* Remove default browser search clear icon (Chrome/Safari) */
.site-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
/* Clear button inside input */
.site-search-clear {
  position: absolute;
  right: 54px; /* before search icon */
  top: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 6px 10px;

  color: #000000;
  opacity: 0;          /* hidden by default */
  visibility: hidden;
  transition: opacity 0.2s ease;
}

/* ✅ Show ALWAYS when input has value */
.search-panel.has-value .site-search-clear {
  opacity: 1;
  visibility: visible;
}

/* Hover optional */
.site-search-clear:hover {
  opacity: 0.8;
}
/* Search icon */
.search-toggle {
  background: transparent;
  border: none;
  font-size: 1.25rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.search-toggle.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Search form */
/* .search-form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
} */

.search-form.active {
  width: 220px;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.search-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 0.9rem;
  background: transparent;
  color: #333;
}

.search-input::placeholder {
  color: #999;
}

.search-submit {
  background: transparent;
  border: none;
  color: #0d6efd;
  font-size: 1.1rem;
  cursor: pointer;
}
.career-slider .image-slide .hero-media{
	height: 700px;
}
.career-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.project-slider .image-slide .hero-media{
	height: 700px;
}
.image-slide{
	margin-left: -1px;
}
.world-map-wrap {
  overflow: hidden; /* Crop outer edges */
  width: 100%;
  height: 600px; /* adjust as needed */
  position: relative;
}
.email-colm {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.values-accordion .accordion-body p{
	font-size:16px;
}
.business-model-section h6{
	text-transform:none;
	font-family: 'Graphik Compact Trial Medium';
	font-weight:normal!important;
	font-size:16px;
}
/* Container */
.header-search {
  position: relative;
  display: flex;
  align-items: center;
}

/* Toggle button */
.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #004d4d;
}

/* Form (hidden by default) */
.header-search-form {
  position: absolute;
  right: 0;
  top: 120%;
  width: 260px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

/* Active state */
.header-search-form.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Input */
.header-search-form input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 14px;
}
.search-results-grid {
    padding-top: 75px;
    padding-bottom: 80px;
}
.right-side{
	display:flex;
	align-items:center;	
}
.search-box {
    display: flex;
    gap: 0 10px;
	margin-top: -7px;
}

div#mega-menu-wrap-primary {
    margin-right: 70px;
}
#searchPanel .is-form-style.is-form-style-3 input.is-search-input{
	border-bottom-color:rgba(0,0,0,0.2)!important;
	border-top: 0 !important;
    border-left: 0 !important;
}
#searchPanel .is-form-style input.is-search-submit, 
#searchPanel .is-search-icon{
	background: transparent!important;
	border: 0!important;
}
#searchPanel .is-form-style input.is-search-input{
	font-size: 30px !important;
	padding: 0 0 10px 0!important;
	font-weight:600!important;
	background: #fff !important;
}
#searchPanel .is-search-icon svg{
	width: 35px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.dashicons-search.mega-menu-link:before{
	font-size: 25px;
    font-weight: 100;
    margin-top: -5px;
}

#reachMap {
  transform: scale(2.5);   /* <<< ZOOM LEVEL */
  transform-origin: center center;
}

/* ===== Header Search ===== */
.header-search {
  position: relative;
}

/* Toggle button */
.search-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}

.search-toggle:hover {
  background: rgba(255,255,255,0.1);
}

/* Slide panel */
.search-panel {
   position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 42%;
  min-width: 420px;
  max-width: 720px;
  background: #ffffff;
  color: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.35s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 35px 40px;
}

.search-panel.active {
  right: 0;
}

/* Close button */
.search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  color: #000000;
  font-size: 25px;
  cursor: pointer;
	display:block;
}
.search-close:after,
.search-close:before{
	display:none;
}
.theme-styles button.search-close{
	 font-size: 25px;
}
/* Search form */
.search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.search-field {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  padding: 14px 0;
  outline: none;
}

.search-field::placeholder {
  color: rgba(255,255,255,0.6);
}

.search-submit {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.search-box span{
	font-size:14px;
}
.search-box i.bi.bi-search {
    font-size: 18px;
}
/* Prevent body scroll when open */
body.search-open {
  overflow: hidden;
}

/* Mobile */
@media (max-width: 768px) {
  .search-panel {
    width: 100%;
  }
}
/* ===== Search Overlay ===== */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 9998;
}

/* Active states */
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Ensure panel is above overlay */
.search-panel {
  z-index: 9999;
}
.search-toggle i.bi.bi-search {
    color: #666666;
}
.search-toggle .search-text{
	font-size:13px;
	color: #000;
    font-weight: bold;
}

/* Hide the flag icon in the selected country area */
.iti__selected-flag .iti__flag {
    display: none !important;
}

/* Hide the flag icons in the dropdown list */
.iti__country-list .iti__flag {
    display: none !important;
}

/* Adjust the padding so the text doesn't look centered or off-set */
.iti--allow-dropdown .iti__selection {
    width: auto !important;
    padding-right: 10px;
}

/* Optional: If the dropdown looks too wide without flags, adjust the width */
.iti__country-list {
    min-width: 200px;
}
.iti__search-icon{
	display: none;
}
.iti__country-list{
	min-width: 100%;
  	width: 100%;
}
.iti__country{
	justify-content: space-between;
}
.contact-form .iti__search-input{
	font-size: 14px;
  	padding: 5px 7px;
}
.contact-form .iti__search-input:focus{
	outline:none;
}
.is-form-style button.is-search-submit{
	margin: -10px 0 0 0;
}
.is-search-icon{
	padding-top: 0 !important;
}


/* Search input + submit */
.site-search-form {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding-bottom: 14px;
	margin-bottom: 25px;
	margin-top: 50px;
}

.site-search-input {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	color: #000000;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	padding-right: 60px;
}

.site-search-input::placeholder {
  color: rgba(255,255,255,0.35);
}

.site-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 40px;
  border: none;
  background: transparent;
  color: #000000;
  cursor: pointer;
  font-size: 22px;
}

/* Results styling */
.search-results-area {
  margin-top: 15px;
}

.search-hint {
  opacity: 0.6;
  font-size: 14px;
}
body.search-open {
  overflow: hidden;
}
/* open state */
body.search-open .search-overlay {
  opacity: 1;
  visibility: visible;
}

body.search-open #searchPanel {
  transform: translateX(0);
}
.ajax-search-meta{
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
  opacity:0.75;
  margin: 10px 0 25px;
}

.ajax-search-results{
	display:flex;
	flex-direction:column;
	gap:18px;
	height: auto;
	overflow-y: visible;
}
.search-panel.has-results .ajax-search-results{
	height: calc(100vh - 300px);
	overflow-y: auto;
}

.ajax-search-item{
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.ajax-search-item h4{
	margin:0 0 8px;
	font-size:16px;
	font-weight:600;
	color: #000000;
}

.ajax-search-item p{
	margin:0;
	font-size:14px;
	opacity:0.7;
	line-height:1.45;
	color: #000000;
}
.ajax-search-meta{
	color: #000000;
}

.ajax-search-item a{
	text-decoration:none;
	display:block;
	color: #000000;
}

/* pagination */
.ajax-search-pagination{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:10px;
	margin-top: 25px;
	color: #000;
}

.ajax-page-btn{
	background:transparent;
	border:none;
	color:rgba(0,0,0,0.6);
	cursor:pointer;
	font-size:14px;
	padding:6px 8px;
}

.ajax-page-btn.active{
	color:#000000;
	font-weight:700;
	text-decoration: underline;
	text-underline-offset: 6px;
}
.site-search-input::placeholder {
  color:rgba(0,0,0,0.6);
  opacity: 1; /* Firefox */
}

.site-search-input::-ms-input-placeholder { /* Edge 12 -18 */
  color:rgba(0,0,0,0.6);
}
.ajax-search-empty{
  opacity:0.7;
  font-size:14px;
  padding-top:10px;
}

.ajax-search-loader{
  opacity:0.7;
  font-size:14px;
}



@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.header-search {position: absolute;right: 100px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mega-sub-menu a{padding: 6px 10px 5px 10px !important;font-size: 13px !important;}
	.submenu-main h3{font-size: 1.3rem;}
    .subTextTrimV1 p{font-size: 14px;line-height: 20px;}
    .submenu-card-header span{font-size: 15px;}
    .submenu-card-header{margin-bottom: 0.5rem;}
    .submenu-card{height: 180px;}
    .subTextTrimV2 p{line-height: 18px;}
    a.expertise-card .submenu-card-content p{line-height: 16px;}
    .submenu-main .submenu-btn{position:static;}
    .mega-menu{gap: 5px 0px !important;}
    .values-section .row.align-items-stretch{flex-direction:column-reverse;}
	 .search-form.active {width: 180px;}
}

@media only screen and (max-width: 767px) {
	.card.border-0.aos-init.aos-animate {overflow: hidden;}
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{width: 100%;padding-top: 31px;}
    #mega-menu-wrap-primary .mega-menu-toggle{position: absolute;right: 0;top: -24px;}
    .mega-menu {flex-direction: column !important;align-items: flex-start !important; }
    .mega-sub-menu {position: static !important;box-shadow: none !important;padding: 10px 0 !important;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{position:static!important;}
    .submenu-main h3{font-size: 1.3rem;margin-bottom: 7px;}
    .subTextTrimV1 p{font-size: 14px;line-height: 22px;}
    .submenu-main{height: auto;margin-bottom: 15px;}
    .submenu-main{padding: 0;}
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding: 0 15px 15px!important;}
    .row.expertise-mega-menu a.expertise-card{padding: 6px 30px 8px 12px !important;}
    .submenu-main .submenu-btn,.submenu-card .submenu-btn{position:static;padding: 7px 13px !important;font-size: 13px !important;}
    .submenu-card {margin-bottom: 20px;height: auto;padding: 12px 14px 20px!important;display: block;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: normal !important;
        font-size: 22px !important;
        color: #ffffff !important;
        padding: 8px 0 16px !important;
        width:100%!important;
        height: auto;
    }
    .insights-section .insight-btn{position: static;}
    .insights-section .insight-content{height: auto;}
    .project-section .owl-theme .owl-nav{bottom: -50px;}
    .logo-outer {display: flex;justify-content: center;}
    .footer-list li{margin-bottom: 7px;}
    .col-lg-2.col-md-2.col-12.second-block{margin: 8px 0;}
    #menu-footer-menu{padding: 0;margin: 0;}
    .second-block {padding-bottom: 20px;}
    .footer-top{padding-bottom: 0;}
    span.location-address {text-align: left;}
    .footer-contact-item{gap: 10px 0;}
    .col-lg-3.col-md-3.col-12.third-block {margin: 0;}
    .col-lg-7.col-md-7.col-12.first-block {margin-bottom: 5px;}
    .footer-note{padding-bottom: 5px;font-size: 13px;}
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{padding: 50px 30px;}
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{padding: 100px 25px;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{width:100%!important;border-bottom: 1px solid rgba(255, 255, 255, 0.4);}
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{margin: 5px 0 0 6px;}
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close{position: absolute;top: -20px;right: 12px;}
	#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close{top: 20px;right: 17px;left: auto;}
    .values-section .row.align-items-stretch{flex-direction:column-reverse;}
    .error-form .searchform input[type="text"]{margin: 0;width: 100%;}
    .error-form .searchform #searchsubmit{margin-top: 20px;}
    .share-section{flex-direction:column;}
    .post-tags,.article-tags{margin-top:0;}
    .swiper-navigation{bottom: -19px;}
    .hero-buttons{justify-content:center;}
    .cky-revisit-bottom-left{display: none!important;}
	.hero-section{height: auto;}
    .hero-slide .hero-content-area, .swiper-wrapper{height: auto!important;}
    .hero-content{height: auto!important;}
	.swiper-slide{height: auto;}
	.swiper-navigation{justify-content: center;bottom: 5px;width:100%;}
	.contact-form .form-group{width: 100%;}
	.contactus-forminfo h2.mt-5{margin-top: 0 !important;}
	.form-control:active,.form-control:focus{box-shadow:none;outline:none;}
	.project-slider .image-slide .hero-media{height: 400px;}
	.career-slider .image-slide .hero-media{height: 400px;}
	.factsheet-content2{margin-left: 0;padding: 42px 20px 38px 20px;max-width: none;}
}