@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
@import url(https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css);

html {
  scroll-behavior: smooth;
}
html, body {
    font-family: 'Myriad Pro' !important;
}
body p {
  line-height: 1.8;
  /* color: #000; */
}

body {
  overflow-x: hidden;
}

/* body {
  font-family: "Roboto Condensed", sans-serif !important;
} */

/* Our Start Style Start */
:root {
  /* Primary Colors */
  --primary01-color: #B06055 !important;
  --primary-bg: #CF9C63 !important;
  --primary-bg1: #CFAE70 !important;
  --primary-bg2: #B0DEF1 !important;
  --white-color: #fff !important;
  --background-color: #A86E5A !important;
  --background-secondary: #91A93E !important;
  --footer-bg: #758B97 !important;
  /* Secondary Colors */
  --secondary-color: #212121;
  --secondary-color01: #616161;
  --active-color: #000000;
  --text-color: #1D1B20;
  --text-grey: #5B5252;
  --text-light-grey: #A6A6A6;
  --light-black: #040000;
}

.text {
  font-family: 'Myriad Pro' !important;
}
/* Typongraphy Heading */
.heading-1 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Myriad Pro';
}

.heading-2 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Myriad Pro';
}

.heading-2-white {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
    font-family: "Kumbh Sans", sans-serif;
}

.heading-3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
   font-family: "Kumbh Sans", sans-serif;
}

.heading-3-p {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
   font-family: 'Myriad Pro';
}

.heading-4 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
   font-family: "Kumbh Sans", sans-serif;
}

.heading-4-poppins {
  font-size: 2rem !important;
  line-height: 1.6;
  font-weight: 600;
   font-family: 'Myriad Pro';
}

.heading-5-poppins {
  font-size: 1.5rem !important;
  line-height: 1.4;
  font-weight: 600;
   font-family: 'Myriad Pro';
}

/* 110% zoom adjustments */
@media (min-resolution: 1.1dppx),
(-webkit-device-pixel-ratio: 1.1) {
  .heading-4-poppins {
    font-size: 1.8rem !important;
    /* Reduced from 2rem */
  }

  .heading-5-poppins {
    font-size: 1.35rem !important;
    /* Reduced from 1.5rem */
  }
}

/* 125% zoom adjustments */
@media (min-resolution: 1.25dppx),
(-webkit-device-pixel-ratio: 1.25) {
  .heading-4-poppins {
    font-size: 1.6rem !important;
    /* Reduced from 2rem */
  }

  .heading-5-poppins {
    font-size: 1.2rem !important;
    /* Reduced from 1.5rem */
  }
}

.heading-4-snap {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Kumbh Sans", sans-serif;
}

.heading-5 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
   font-family: "Kumbh Sans", sans-serif;
}


.heading-5-regular-p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
   font-family: "Kumbh Sans", sans-serif;
}

.heading-5-regular {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
   font-family: "Kumbh Sans", sans-serif;
}

.heading-6 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
   font-family: "Kumbh Sans", sans-serif;
}

.heading-6-snap {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
   font-family: "Kumbh Sans", sans-serif;
}

/* Small Screens (Mobile, 480px and below) */
@media (max-width: 480px) {
  .heading-1 {
    font-size: 1.75rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .heading-2-white {
    font-size: 3.5rem;
  }

  .heading-3,
  .heading-3-p {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .heading-4-snap {
    font-size: 0.85rem;
  }

  .heading-5,
  .heading-5-poppins,
  .heading-5-regular,
  .heading-5-regular-p {
    font-size: 1.1rem;
  }

  .heading-6,
  .heading-6-snap {
    font-size: 1.75rem;
  }
}

@media (max-width: 1024px) {
  .heading-2 {
    font-size: 1.5rem;
  }
}

/* Typongraphy paragraph */
.paragraph-xl {
  font-size: 1.6rem !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
    font-family: "Kumbh Sans", sans-serif;
}

.paragraph-slider {
  font-size: 20px !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
    font-family: "Kumbh Sans", sans-serif;
}

.paragraph-l {
  font-weight: 4;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
   font-family: "Kumbh Sans", sans-serif;
}

.paragraph-p {
  font-weight: 500;
  font-size: 1.2rem !important;
  line-height: 2.5rem !important;
   font-family: "Kumbh Sans", sans-serif;
}

.chart-heading {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
   font-family: 'Myriad Pro';
}

.chart-description {
  font-size: 0.75rem !important;
  line-height: 1.8 !important;
   font-family: "Kumbh Sans", sans-serif;
  font-weight: 600 !important;
}

.text {
  display: block;
  margin-top: 0px !important;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
  text-decoration: none !important;
  font-family: "Kumbh Sans", sans-serif;
}

.paragraph-m {
  font-size: 1.375rem !important;
  line-height: 1.8 !important;
   font-family: "Kumbh Sans", sans-serif;
}

.paragraph-sen {
  font-size: 1rem !important;
  line-height: 1.8 !important;
   font-family: "Kumbh Sans", sans-serif;
}

.paragraph-h {
  font-size: 1.2rem !important;
  line-height: 1.4 !important;
  font-family: "Kumbh Sans", sans-serif;
}


.paragraph-a {
  font-size: 1.375rem !important;
  line-height: 1.8 !important;
   font-family: 'Myriad Pro';
  font-weight: 400 !important;

}

.paragraph-b {
  font-size: 1.25rem !important;
  line-height: 1.8 !important;
   font-family: 'Myriad Pro';
  font-weight: 600 !important;
}

.paragraph-regular {
  font-size: 1.25rem !important;
  line-height: 1.8 !important;
   font-family: 'Myriad Pro';
  font-weight: 400 !important;
  color: var(--text-light-grey);
}

g text {
   font-family: 'Myriad Pro';
  font-size: 0.8rem;
  font-weight: 600;

}

@media (max-width: 768px) {
  g text {
     font-family: 'Myriad Pro';
    font-size: 0.5rem;
    font-weight: 600;

  }
  .paragraph-h {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
   font-family: "Kumbh Sans", sans-serif;
}
}

.button-text {
  font-size: 1rem !important;
  line-height: 1.8 !important;
   font-family: 'Myriad Pro';
  font-weight: 500 !important;

}

.paragraph-b-sen {
  font-size: 1.25rem !important;
  line-height: 1.8 !important;
   font-family: "Kumbh Sans", sans-serif;
  font-weight: 400 !important;
}

.paragraph-f {
  font-size: 0.875rem !important;
  line-height: 1.8 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
    font-family: "Kumbh Sans", sans-serif;

}

.paragraph-b-sen strong {
   font-family: 'Myriad Pro';
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary01-color);
}

.heading-5-poppins-mobile {
  font-size: 1rem;
   font-family: 'Myriad Pro';
  font-weight: 600;
}

.heading-4-poppins-mobile {
   font-family: 'Myriad Pro';
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-e-mobile {
  font-size: 0.7rem !important;
   font-family: "Kumbh Sans", sans-serif;
}

.style-italic {
  font-style: italic !important;
}

.paragraph-f-2 {
  font-size: 1rem !important;
  line-height: 1.8 !important;
    font-family: 'Myriad Pro';
}

.text-color {
  color: var(--text-color);
}

.txt-primary {
  color: var(--primary01-color) !important;
}

.text-dark-black {
  color: var(--secondary-color);
}

.bg-primary {
  background-color: var(--primary01-color) !important;
}
.bg-primary01 {
   background-color: var(--primary-bg2) !important;
}


.light-black {
  color: var(--light-black);
}

.section-background {
  background-color: var(--footer-bg) !important;
}

.secondary-btn {
  background-color: var(--background-secondary);
  color: var(--primary01-color);
  border-radius: 30px;
}

.secondary-btn:hover {
  background-color: var(--primary01-color);
  color: #fff;
}

.paragraph-e {
  font-size: 1.375rem !important;
  line-height: 1.8 !important;
   font-family: "Kumbh Sans", sans-serif;
  font-weight: 400 !important;
}

.paragraph-f {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
     font-family: "Kumbh Sans", sans-serif;
}

.paragraph-f {
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
   font-family: "Kumbh Sans", sans-serif;
}


.black-background {
  background-color: #000;
}

.card-content {
  position: absolute;
  top: 35%;
}

.card-inner {
  position: relative;
}

.s5-content {
  position: absolute;
  top: 40%;
}

.light-blue-lite {
  background-color: #eef2ff;
}

.text-black {
  color: #000;
}

.text-dark-grey {
  color: var(--secondary-color01);
}

.text-grey {
  color: var(--text-grey) !important;
}

@media screen and (max-width: 768px) {
  .paragraph-e {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: normal;
  }

  .home_banner_title_2 {
    color: #fff;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: normal;
  }

  .card-content {
    position: absolute;
    top: 10%;
  }

  .card-content-insights {
    position: absolute;
    top: 60%;
  }

  .heading-13 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .blog-hero-mobile {
    height: 150px !important;
    background-position: center;
  }
}



/* Header start */
a.skip-link {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0 !important;
  right: 0 !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: #0d6efd !important;
}

.btn-blue-header {
  color: #fff !important;
  background-color: var(--primary01-color) !important;
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-blue-header:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle !important;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

ul.main-menu li {
  list-style-type: none !important;
}

.main-menu li {
  list-style: none !important;
}

ul.menu li::before {
  display: none !important;
}

ul.menu,
ul.menu li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

/* Header end */




/* footer section start */
.accordion-body ul li a {
  text-decoration: none !important;
  font-size: 1rem;
  color: #616161;
  line-height: 2.2;
}

.footer-c-links {
  color: #616161;
  font-size: 16px;
  line-height: 1.5;
}

.footer-c-links-only:hover {
  color: #0d6efd;
}

.partners-logo-list {
  list-style-type: none;
  display: inline-block;
  padding: 25px 10px;
}

.footer-partners-logo {
  width: 115px;
}

.grid-container {
  display: grid;
  grid-template-columns: 75px 350px;
  grid-template-rows: 80px;
  grid-gap: 10px;
  padding: 0;
}

.grid-container>div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.review_icon {
  /* margin-top: 1rem; */
}

.review-rate {
  font-size: 14px;
  font-weight: 600;
  color: #616161;
}

.stars {
  /* margin-top: 5px; */
}

.review-rate-text {
  font-size: 13px;
  color: #616161;
}

.copy-right-text {
  font-size: 14px;
  color: #757575;
   font-family: "Kumbh Sans", sans-serif;
  /* padding-top: 60px; */
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy-right-text {
    font-size: 12px;
    color: #757575;
      font-family: "Kumbh Sans", sans-serif;
    /* padding-top: 60px; */
    padding-bottom: 10px;
    text-align: center;
  }
}

.table-bordered {
  border-collapse: separate !important;
  border-spacing: 0;
}

.table-bordered th,
.table-bordered td {
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
}

.table-bordered thead th {
  border-bottom-width: 3px !important;
}

.social-link-spacer {
  margin-top: 10px !important;
}

.social-link-spacer span {
  font-size: 14px;
  color: #616161;
}

#accordionPanelsStayOpenExample {
  box-shadow: none !important;
}

.accordion-button {
  box-shadow: none !important;
}

.accordion-item {
  outline: 0 !important;
  border: none !important;
}

.copyright-content img {
  width: 80px;
  cursor: pointer;
}



/* footer section end */

.social-icons {
  /* padding:30px; */
  /* background-color:#00506b; */
  text-align: center;
}

.social-icons a {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  line-height: 2;
}

.social-icons a i {
  line-height: 30px;
  /* font-size:30px; */
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.social-icons a:hover i {
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

.fa-x-twitter:before {
  content: "\e61b";
}

/* End Contact Form Area Section */

/* home page start */
.card-content-insights {
  position: absolute;
  top: 45%;
  z-index: 1;
}

@media (max-width: 768px) {
  .strategy-section {
    height: 840px !important;
  }

  .section-02-card {
    height: auto !important;
  }

}

@media (max-width: 1024px) {
  .strategy-section {
    height: 660px;
  }

  .section-02-card {
    height: 340px;
  }

  .heading-5 {
    font-size: 1rem;
  }

}

/* home page start */

.home-card-height {
  min-height: 55px;
}
.btn-white-1 {
  color: #fff !important;
  background-color: none !important;
  border-radius: 50px;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #fff !important;
}

.btn-white-3 {
  color: #fff !important;
  background-color: var(--primary01-color) !important;
  border-radius: 50px;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-white-3:hover {
  color: var(--primary01-color) !important;
  background-color: #fff !important;
  border: 1px solid var(--primary01-color) !important;
}

.btn-white-2 {
  color: #fff !important;
  background-color: var(--primary01-color);
  border-radius: 50px;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #fff;
}

.btn-white-2:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 0 10px rgba(174, 0, 255, 0.5); */
  color: #fff !important;
  background-color: var(--primary01-color) !important;
}

.btn-white-2::after {
  /* content: "\f138";
  font-family: fontawesome; */
  margin-left: 5px;
  font-size: 20px;
  color: #fff !important;
  /* vertical-align: top; */
  -webkit-font-smoothing: antialiased;
  display: inline;
  height: auto;
  width: auto;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

.btn-white-2:hover::after {
  color: #fff !important;
}


.home_page_hero_section {
  width: 100%;
  /* height: 85vh; */
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home_banner_title {
  color: #fff;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
}

.sustainability-card-heading {
  min-height: 80px;
}

@media screen and (max-width: 768px) {
  .home_banner_title {
    color: #fff;
    font-size: 2.5rem !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 96%;
  }

  .home_page_hero_section {
    width: 100%;
    height: auto !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}

/* footer start */
.footer-headings {
  color: #fff;
  font-size: 1.2rem;
}

.list li a {
  text-decoration: none !important;
  font-size: 1rem;
  color: #fff;
  line-height: 2.2;
}

.list li a:hover {
  color: #f1f1f1;
}

/* footer end */



/* navbar start */
#wrapper-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: transparent;F
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#wrapper-navbar.nav-scrolled {
  background-color: #fff !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--secondary-color) !important;
  font-size: 1rem;
  font-weight: 500;
    font-family: "Kumbh Sans", sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary01-color) !important;
}


@media screen and (min-width: 768px) {
  .nav-link {
    color: #000 !important;
    padding-left: 20px !important;

  }
}

.custom-logo-link {
  padding-top: 0px !important;
}

/* navbar end */


.home-banner-section {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-video {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
  transition: 1s opacity;
}

.home-banner-content {
  position: relative;
  z-index: 1;
  color: white;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  /* .home-banner-section {
    background-image: url(<?phpthe_field("mobile_background_image");?>);
  } */

  .bg-video {
    display: none;
  }
}

/* Start Thalawakale Styles */
.navbar-expand-lg {
  justify-content: space-around !important;
  height: 90px !important;
}

.icon-hover:hover {
  color: var(--primary01-color) !important;
}

.exams-card {
  background-color: var(--primary-bg1) !important;
  border: 2px solid var(--white-color) !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  padding: 0px 8px 0px 8px !important;
}

.section-02-card {
  background-color: var(--primary-bg1) !important;
  border: 2px solid var(--white-color) !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.section-02-card img {
  border-radius: 10px 10px 0px 0px !important;

}

.snap-card {
  background-color: var(--primary-bg2) !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  min-height: 200px !important;
}


.card.snap-card:hover {
  background-color: var(--primary-bg2) !important;
  color: #000 !important;

}


.card.snap-card:hover .heading-6,
.card.snap-card:hover .heading-4 {
  color: #000 !important;

}

.value-card {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.card.value-card:hover {
  background-color: var(--primary01-color) !important;
  /* Change to your desired background color */
  color: #fff !important;
  /* Change to your desired font color */
}

.footer-section {
  background-color: var(--footer-bg) !important;
}

.btn-footer {
  color: #fff !important;
  border: 2px solid #fff !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

.url {
  text-decoration: none !important;
}

.zoom-img {
  height: auto !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}

.zoom-img img {
  width: 100% !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
}

.zoom-img img:hover {
  transform: scale(1.2) !important;
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
}

.ceo-img {
  border-radius: 50px 0px 50px 0px !important;
  -webkit-border-radius: 50px 0px 50px 0px !important;
  -moz-border-radius: 50px 0px 50px 0px !important;
  -ms-border-radius: 50px 0px 50px 0px !important;
  -o-border-radius: 50px 0px 50px 0px !important;
}

.downlaod_url {
  color: var(--white-color) !important;
}

.text-green {
  color: var(--primary01-color) !important;
}

/* .text-grey {
  color: #616161 !important;
} */

/* .space-up {
  padding-top: 3%;
} */

@media (max-width: 1024px) {
  .space-up {
    padding-top: 100px !important;

  }
}

@media (max-width: 768px) {
  .space-up {
    padding-top: 17%;
  }
}

@media (max-width: 768px) {
  .mobile-space-none {
    padding: 0 !important;
  }
}


.navbar-toggler {
  background-color: #fff !important;
}

@media (max-width: 767px) {
  .paragraph-m {
    font-size: 1.5rem !important;
  }

  .heading-5 {
    font-size: 0.6rem !important;
  }


  .zoom-img {
    height: auto !important;
    width: 200px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
  }

  .heading-3 {
    font-size: 1.875rem !important;
  }

  .heading-2 {
    font-size: 1.5rem !important;
  }
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  text-align: center;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 50px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
  text-decoration: none !important;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.projects-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overview-section {
  background-color: var(--primary-bg) !important;
}

.position-relative {
  position: relative !important;
}

.overview-title-wrapper {
  position: relative !important;
  z-index: 2 !important;
  padding-bottom: 220px !important;
}


.overview-video-wrapper {
  position: absolute !important;
  bottom: -70px !important;
  left: -240px !important;
  width: 60% !important;
  max-width: 400px !important;
  z-index: 1 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.overview-video-wrapper video {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}


@media (max-width: 991.98px) {
  .overview-video-wrapper {
    bottom: -50px !important;
    left: -150px !important;
    width: 50% !important;
    max-width: 300px !important;
    z-index: 0 !important;
  }

  .overview-title-wrapper {
    padding-bottom: 180px !important;
  }
}

@media (max-width: 767.98px) {
  .overview-video-wrapper {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
  }

  .overview-title-wrapper {
    padding-bottom: 20px !important;
  }
}

.strategy-video-wrapper {
  position: absolute !important;
  bottom: 0px !important;
  right: -240px !important;
  width: 80% !important;
  max-width: 400px !important;
  z-index: 3 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.strategy-video-wrapper video {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}


/* Media query for mobile devices */
@media (max-width: 767px) {
  /* .projects-section {
    background-image: url("<?php the_field("value_background_mobile"); ?>"); 
  } */
}

@media (max-width: 767px) {
  .paragraph-l {
    font-size: 1.3rem !important;
  }
}

.btn-anual {
  color: #fff !important;
  background-color: var(--primary01-color) !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  padding: 10px 15px !important;
  font-family: "Kumbh Sans", sans-serif;

}

.btn-anual:hover {
  color: var(--primary01-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--primary01-color) !important;
}

.btn-anual-header {
  color: #fff !important;
  background-color: var(--primary01-color) !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  padding: 10px 10px !important;
  margin-left: 25px !important;
  font-family: "Kumbh Sans", sans-serif;
}

.btn-anual-header:hover {
  color: var(--primary01-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--primary01-color) !important;
}

/* Default state */
.download-icon {
  transition: filter 0.3s ease;
}

/* Hover state - matches #B06055 */
.call-us-button:hover .download-icon {
  filter: 
    brightness(0) 
    saturate(100%) 
    invert(35%) 
    sepia(30%) 
    saturate(800%) 
    hue-rotate(340deg) 
    brightness(95%) 
    contrast(90%);
}

/* Add this CSS to your stylesheet */
.call-us-button:hover #msg-icon {
  color: var(--primary01-color) !important;
}


.call-us-button .call-us-icon {
  transition: filter 0.3s ease;
}

.text-green {
  color: var(--primary01-color) !important;
}

.call-us-button:hover .call-us-icon {
   filter: 
    brightness(0) 
    saturate(100%) 
    invert(35%) 
    sepia(30%) 
    saturate(800%) 
    hue-rotate(340deg) 
    brightness(95%) 
    contrast(90%);
}

.play-audio {
  cursor: pointer;
}

.fa-volume-up {
  cursor: pointer;
}

.btn-pdf-1 {
  color: var(--primary01-color) !important;
  background-color: #fff !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  text-decoration: none !important;
}

.btn-pdf-1:hover {
  color: #fff !important;
  background-color: var(--primary01-color) !important;
}


.btn-pdf-1:hover .pdf-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
  color: white;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.btn-pdf-1:hover #pdf-icon {
  color: #fff !important;
}

.btn-pdf-1:hover #download-pdf {
  color: #fff !important;
}

.center-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.center-images .col-12 {
  max-width: 100%;
}

.center-images .col-md-3 {
  max-width: 33.33%;
}


/* --------------------------------------Start Leadership Page Styles  -----------------------------------------*/
.leadership-hero {
  background-size: cover;
  background-repeat: no-repeat;
  height: 25vw;
}

@media (max-width: 767px) {
  .leadership-hero {
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vw;
  }
}

/* Customize Owl Carousel Navigation Arrows */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #28a745;
  /* Change to desired color */
  color: #fff;
  /* Arrow color */
  font-size: 24px;
  /* Adjust arrow size */
  width: 54px !important;
  /* Button width */
  height: 54px !important;
  /* Button height */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* Make it circular */
  transition: all 0.3s ease-in-out;
}

/* Add hover effect */
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #218838;
  /* Darker shade on hover */
  color: #fff;
}

/* Position adjustments if needed */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.owl-carousel .owl-nav button {
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
  /* Adjust left position */
}

.owl-carousel .owl-nav button.owl-next {
  right: -60px;
  /* Adjust right position */
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 56px !important;
}

.director-card-two {
  border-radius: 12px;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  border: none;
  display: flex;
  flex-direction: column;
}

.director-card-two:hover {
  box-shadow: 10px 10px 15px -3px rgba(176, 96, 85, 0.5),
              -10px -10px 15px -3px rgba(176, 96, 85, 0.5);
  transform: translateY(-5px);
}


.director-card-two header {
  border-top-right-radius: 12px;
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.director-card-two header .avatar {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  padding: 5px;
}

.director-card-two header .avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.director-card-two h3 {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 10px;
}

.director-background-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* Scrollable message area styles */
.director-message-scroll {
  max-height: 200px;
  /* Adjust as needed */
  padding: 0 10px;
}

.director-message-scroll::-webkit-scrollbar {
  width: 4px;
}

.director-message-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.director-message-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.director-message-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*** RESPONSIVE STYLES ***/
@media (max-width: 1200px) {
  .director-card-two header {
    height: 180px;
  }

  .director-card-two header .avatar {
    top: 72%;
    width: 90px;
    height: 90px;
  }

  .director-card-two .p-4 {
    height: calc(528px - 180px) !important;
  }
}

@media (max-width: 992px) {
  .director-card-two header {
    height: 160px;
  }

  .director-card-two header .avatar {
    top: 70%;
    width: 80px;
    height: 80px;
  }

  .director-card-two h3 {
    font-size: 1.1rem;
    padding: 1rem !important;
  }

  .director-card-two .p-4 {
    height: calc(528px - 160px) !important;
  }
}

@media (max-width: 768px) {
  .director-card-two {
    margin-bottom: 20px;
  }

  .director-card-two header {
    height: 140px;
  }

  .director-card-two header .avatar {
    top: 75%;
    width: 70px;
    height: 70px;
  }

  .director-card-two h3 {
    font-size: 1rem;
  }

  .director-card-two .p-4 {
    height: calc(528px - 140px) !important;
  }
}

@media (max-width: 576px) {
  .director-card-two {
    width: 90%;
    margin: 0 auto 20px;
  }

  .director-card-two header {
    height: 120px;
  }

  .director-card-two header .avatar {
    top: 75%;
    width: 60px;
    height: 60px;
  }

  .director-card-two h3 {
    font-size: 0.9rem;
  }

  .director-card-two .p-4 {
    height: calc(528px - 120px) !important;
  }
}

.executive .item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 12px 0px rgba(85, 85, 85, 0.12);
  transition: background 0.3s ease, color 0.3s ease;
}

.executive .item:hover {
  background: var(--primary01-color);
  border-radius: 20px;
  box-shadow: 0px 4px 12px 0px rgba(85, 85, 85, 0.12);
}

.executive .item:hover .heading-5,
.executive .item:hover .paragraph-regular,
.executive .item:hover .paragraph-b-sen {
  color: #fff !important;
  transition: color 0.3s ease;
}

.owl-stage-outer {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Position arrows in the middle of the cards */
.owl-theme .owl-nav {
  position: absolute !important;
  top: 30% !important;
  width: 100% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
}

/* Style arrows */
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  color: #C3C3C3 !important;
  padding: 10px !important;
  border-radius: 50% !important;
  font-size: 36px !important;
  font-weight: 500;
}

.owl-theme .owl-dots {
  margin-top: 10px !important;
}

/* Hover effect */
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

/* Adjust the positioning of the arrows */
.owl-theme .owl-nav .owl-prev {
  position: absolute !important;
  left: -50px !important;
  /* Adjust this if needed */
}

.owl-theme .owl-nav .owl-next {
  position: absolute !important;
  right: -50px !important;
  /* Adjust this if needed */
}

@media (max-width: 576px) {
  .owl-theme .owl-nav .owl-prev .owl-theme .owl-nav .owl-next {
    display: none;
  }
}

@media (max-width: 576px) {
  .center-heading {
    text-align: center !important;
  }
}

/* --------------------------------------End Leadership Page Styles  -----------------------------------------*/

/*------------------------------------------ Start Strategy Styles ----------------------------------------------*/
.strategy-hero {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 26vw !important;
}

.strategy-hero-section {
  overflow: hidden;
  position: relative;
}

/* @media (max-width: 1024px) {
  .strategy-hero {
    min-height: 35vw !important;
  }
} */

/* For small screens (e.g., mobile devices) */
/* @media (max-width: 768px) {
  .strategy-hero {
    min-height: 80vw !important;
  }
} */

/* For extra small screens (e.g., very small mobiles) */
/* @media (max-width: 480px) {
  .strategy-hero {
    min-height: 400px !important;
  }
} */

.strong-content strong {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.strong-content {
  font-size: 1.375rem !important;
}

.stragic-card {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 15px 60px rgba(0, 0, 0, .2);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--primary01-color);
}

.stragic-card .face {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stragic-card .face.face1 {
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  text-align: center;
}

.stragic-card .face.face1 h2 {
  margin: 0;
  padding: 0;
}

.stragic-card .face.face1 .content {
  font-size: 1.2em;
  font-weight: 500;
}

.stragic-card .face.face2 {
  background: var(--primary01-color);
  transition: 0.5s;
  border-radius: 15px;
  justify-content: center;
  /* border: 1px solid var(--primary01-color); */
}

.stragic-card:hover .face.face2 {
  height: 60px;
  border-radius: 0 0 15px 15px;
  /* border: 1px solid var(--primary01-color); */
}

.stragic-card .face.face2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  /* border: 1px solid var(--primary01-color); */
}

.stragic-card .face.face2 h2 {
  margin: 0;
  padding: 0;
  font-size: 10em;
  color: #fff;
  transition: 0.5s;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.stragic-card:hover .face.face2 h2 {
  font-size: 2em;
}

.overview-background-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 70vh;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

/* For medium screens (1440px and smaller) */
@media (max-width: 1440px) {
  .overview-background-section {
    background-size: cover;
    background-position: center center;
    min-height: 60vh;
  }
}

/* For tablet screens (1024px and smaller) */
@media (max-width: 1024px) {
  .overview-background-section {
    background-size: cover;
    background-position: center center;
    min-height: 50vh;
  }
}

/* For mobile screens (768px and smaller) */
@media (max-width: 768px) {
  .overview-background-section {
    background-size: cover;
    background-position: center center;
    min-height: 40vh;
  }
}

/* For very small mobile screens (480px and smaller) */
@media (max-width: 480px) {
  .overview-background-section {
    background-size: cover;
    background-position: center center;
    min-height: 30vh;
  }
}

/* Default state of the icon */
.icon-image {
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform, opacity;
  /* Optimizing for the properties being animated */
}

/* Hover effect: Scale up the image and change opacity */
.icon-image:hover {
  transform: scale(1.1);
  /* Scale up the icon */
  opacity: 0.8;
  /* Slightly fade the icon */
}

/* Optional: If you want to change color on hover, this works for SVG icons */
.icon-image:hover path {
  fill: #ff6600;
  /* Change the fill color when hovered (works for SVGs with 'path' elements) */
}

.business-card-two {
  border-radius: 12px;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  border: none;
  height: 500px;
}

@media (max-width: 768px) {
  .business-card-two {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .business-card-two {
    height: 560px;
  }
}


.business-card-two:hover {
    box-shadow: 10px 10px 15px -3px rgba(176, 96, 85, 0.5),
              -10px -10px 15px -3px rgba(176, 96, 85, 0.5);
  transform: translateY(-5px);
}

.business-card-two header {
  border-top-right-radius: 12px;
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

/* Apply primary color to all accordion buttons */
.accordion-button {
  background-color: var(--primary01-color);
  color: white;
  /* Text color for visibility */
  border: none;
  /* Optional: remove border */
}

.accordion-button:not(.collapsed) {
  background-color: var(--footer-bg) !important;
  /* Change the background when open */
  color: white;
  /* Text color when open */
  padding: 20px;
}

/* Optionally, style the icon to be white */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Apply primary color to all accordion buttons */
.accordion-button {
   background-color: var(--footer-bg) !important;
  color: white;
  /* Text color for visibility */
  border: none;
  /* Optional: remove border */
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary01-color);
  /* Change the background when open */
  color: white;
  /* Text color when open */
  border-radius: 12px;
}

.accordion-button.collapsed {
  border-radius: 12px;
  /* Add border-radius when collapsed */
  padding: 20px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {

  border-radius: 12px !important;
  /* Add border-radius when collapsed */
}

/* Optional: Also add border-radius for the expanded state */
.accordion-button {
  border-radius: 12px;
  /* Add border-radius for both expanded and collapsed states */
}

/* Optionally, style the icon to be white */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* Example box shadow */
  transition: box-shadow 0.3s ease-in-out;
  /* Smooth transition for box shadow */
}

.accordion-button:not(.collapsed)+.accordion-collapse .accordion-body {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  /* Box shadow when expanded */
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-radius: 12px;
  padding: 20px !important;
}

@media (max-width: 768px) {
  .outlook-img {
    height: 800px !important;
  }
}

.card-heading-5 {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
   font-family: 'Myriad Pro';
}

@media (max-width: 768px) {
  .card-heading-5 {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
     font-family: 'Myriad Pro';
  }
}

.future-outlook-card .face {
  transition: all 0.5s ease;
}

.future-outlook-card .face.face1 {
  position: relative;
  background: #B0DEF1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
  height: 215px;
  transition: transform 0.5s ease, background 0.5s ease;
}

.future-outlook-card:hover .face.face1 {
  background: #B0DEF1;
  transform: translateY(0);
}

.future-outlook-card .face.face1 .content {
  transition: opacity 0.5s ease;
  opacity: 0.5;
}

.future-outlook-card:hover .face.face1 .content {
  opacity: 1;
}

.future-outlook-card .face.face1 .content img {
  max-width: auto;
}

.future-outlook-card .face.face1 .content h3 {
  margin: 10px 0 0;
  color: #212121;
  text-align: center;
  font-size: 1.5rem;
}

.future-outlook-card .face.face2 {
  position: relative;
  background: #B0DEF1;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
  height: 215px;
  transition: transform 0.5s ease;
}

.future-outlook-card:hover .face.face2 {
  transform: translateY(0);
}

.future-outlook-card .face.face2 .content p {
  margin: 0;
  padding: 0;
}

.future-outlook-card .face.face2 .content a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
    color: #212121;
  padding: 5px;
  border: 1px solid var(--white-color);
  transition: background 0.3s ease, color 0.3s ease;
}

.future-outlook-card .face.face2 .content a:hover {
  background: var(--primary01-color);
  color: #fff;
}

/*------------------------------------------ End Strategy Styles ----------------------------------------------*/


/* ----------------------------------------Start How we create Page Css -------------------------------------------*/
.create-value-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 26vw;
  /* Default for large screens */
}

/* Extra large screens (1440px and above) */
@media (min-width: 1440px) {
  .create-value-banner {
    min-height: 26vw;
  }
}

/* Laptops and tablets (1024px and below) */
@media (max-width: 1024px) {
  .create-value-banner {
    min-height: 35vw;
  }
}

/* Small tablets and large phones (768px and below) */
@media (max-width: 768px) {
  .create-value-banner {
    min-height: 60vw;
  }
}

/* Mobile devices (480px and below) */
@media (max-width: 480px) {
  .create-value-banner {
    min-height: 80vw;
  }
}


.stakeholder-card-two {
  border-radius: 12px;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  border: none;
  height: 450px;
}

.stakeholder-card-two:hover {
    box-shadow: 10px 10px 15px -3px rgba(176, 96, 85, 0.5),
              -10px -10px 15px -3px rgba(176, 96, 85, 0.5);
  transform: translateY(-5px);
}

.stakeholder-card-two header {
  border-top-right-radius: 12px;
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.icon-image {
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform, opacity;
}

.value-background-img .background-image {
  height: 200px !important;
  background-size: cover !important;
  background-position: center center !important;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%) !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  border-radius: 12px;
  background-repeat: no-repeat;
  object-fit: cover;
}

/* Medium Screens (Tablets) */
@media (max-width: 991px) {
  .icon-image {
    max-width: 180px;
  }
}

/* Small Screens (Phones) */
@media (max-width: 767px) {
  .icon-image {
    max-width: 170px;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .icon-image {
    max-width: 140px;
  }
}

.chart-card {
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 10px;
  margin: auto;
}

/* ----------------------------------------End How we create Page Css -------------------------------------------*/


/* --------------------------------------Start Sustainability Page Styles -----------------------------------------*/
.future-sustainability-card .card-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 12px 0px rgba(85, 85, 85, 0.12);
  transition: background 0.3s ease, color 0.3s ease;
  min-height: 410px;
}

.future-sustainability-card .card-item:hover {
  background: var(--primary01-color);
  border-radius: 20px;
  box-shadow: 0px 4px 12px 0px rgba(85, 85, 85, 0.12);
}

.future-sustainability-card .card-item:hover .heading-5-poppins,
.future-sustainability-card .card-item:hover .heading-5-regular,
.future-sustainability-card .card-item:hover .heading-5-regular-p {
  color: #fff !important;
  transition: color 0.3s ease;
}

.future-sustainability-card .card-item:hover .heading-5-poppins,
.future-sustainability-card .card-item:hover .paragraph-b,
.future-sustainability-card .card-item:hover .heading-5-regular,
.future-sustainability-card .card-item:hover .paragraph-b-sen,
.future-sustainability-card .card-item:hover .heading-5-regular-p {
  color: #fff !important;
  transition: color 0.3s ease;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Apply clearfix to the card-item container */
.future-sustainability-card .card-item {
  overflow: hidden;
}

.sustainability-video {
  position: absolute;
  right: 0;
  top: 85%;
  transform: translateY(-50%);
  width: 60% !important;
  z-index: 1;
}

.sustainability-video .video {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .sustainability-video {
    position: absolute;
    right: 0;
    top: 90%;
    transform: translateY(-50%);
    width: 450px;
    height: auto;
  }
}

.enviormental-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 1030px;
}

/* -----------------------------------------End Sustainability Page Styles -----------------------------------------*/


/* -----------------------------------------Start Goverenence Page Styles-------------------------------------------- */
.goverenece-hero-video {
  position: relative;
  top: 80px;
  max-width: 100%;
  height: auto;
}

.governece-hero-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 496px;
}

@media (max-width: 480px) {
  .governece-hero-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 496px;
  }
}

@media (max-width: 1024px) {
  .governece-hero-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
  }
}

.goverence-structure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 36.146vw;
}

@media (max-width: 1024px) {
  .goverence-structure {
    min-height: 50vw;
    /* Adjust based on viewport width */
  }
}

@media (max-width: 768px) {
  .goverence-structure {
    min-height: 60vw;
  }
}

@media (max-width: 480px) {
  .goverence-structure {
    min-height: 80vw;
    /* Keeps proportional scaling */
  }
}

/* Prevent background from zooming/moving */
.custom-accordion-section {
  position: relative;
  min-height: 32.604vw;
  overflow: hidden;
}


/* Alternative Fix - Use Pseudo-Element to Keep Background Fixed */
.custom-accordion-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/* Responsive Background Adjustments */
@media (max-width: 768px) {
  .custom-accordion-section {
    min-height: 80vh;
  }
}

@media (max-width: 480px) {
  .custom-accordion-section {
    min-height: 60vh;
  }
}

/* Styling for Accordion */
.custom-accordion-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.custom-accordion-header {
  background-color: #FFFFFF;
  color: var(--primary01-color);
  padding: 15px;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-arrow {
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}

/* Rotate arrow when expanded */
.custom-accordion-button[aria-expanded="true"] .accordion-arrow {
  transform: rotate(180deg);
}

.custom-accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  color: var(--primary01-color);
  font-size: 1.2rem;
  width: 100%;
  text-align: left;
  border: none;
  padding: 10px 20px;
}

.custom-accordion-button:focus {
  outline: none;
}

.custom-accordion-collapse {
  background-color: var(--background-secondary);
  border-top: 1px solid #ddd;
  padding: 10px 20px;
  transition: height 0.3s ease-in-out;
  /* Smooth expansion */
  overflow: hidden;
}

.custom-accordion-body {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
   font-family: 'Myriad Pro';
}

.accordion-arrow {
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
  color: var(--primary01-color);
}

.custom-accordion-button .accordion-arrow i {
  font-size: 1.3rem;
}

.custom-accordion-item.show .custom-accordion-header {
  background-color: #0056b3;
  color: white;
}

/* -----------------------------------------End Goverenence Page Styles-------------------------------------------- */

/* Make the tab navigation sticky */
/* .sticky-tabs {
      position: sticky;
      top: 0;
      background: white;
      z-index: 1000;
      padding: 10px 0;
  } */

/* Make the content scrollable while keeping tabs fixed */
/* .tab-content-wrapper {
      max-height: 500px; 
      overflow-y: auto;
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 5px;
  } */

.sticky-top {
  position: sticky;
  top: 20px;
  z-index: 10;
}

/* Center button at the bottom */
.bottom-button {
  text-align: center;
  margin-top: 20px;
}

.chart-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border: none !important;
}

/* .chart-box canvas {
  width: 100% !important;
  height: 100% !important;
} */

.table td {
  vertical-align: middle !important;
}

.social-chart-box {
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}

/* .chartjs-render-monitor{
  display: block;
  height: 260px !important;
  width: 500px !important;
}
.pie-chart .chartjs-render-monitor {
  max-width: 600px !important;
  height: 260px !important;
} */
.turnover-chart.chartjs-render-monitor {
  display: block;
  height: 260px !important;
  width: 500px !important;
}
.y-axis-label {
  writing-mode: vertical-rl;
   transform: rotate(180deg);
  font-weight: 600;
  font-size: 0.75rem;
  margin-right: 1px;
}

.chart-container {
  width: 100%;
  height: 450px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-card-content {
  width: 100%;
  text-align: center;
}

.chart-container2 {
  width: 100%;
  height: 600px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-container2 canvas {
  max-width: 90%;
 height: 450px !important;
 justify-content: center;
}

canvas {
  width: 95% !important;
  /* height: 100% !important; */
}
@media (max-width: 768px) {
canvas {
  width: 100% !important;

}
canvas {
    display: block;
    /* height: 100% !important; */
    width: 90% !important;
}
.chart-container {
  position: relative;
  width: 100%;
  height: 340px !important;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-container2 {
  width: 100%;
   height: 500px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-container2 canvas {
  max-width: 90%;
 height: 350px !important;
}
}
@media (max-width: 1024px) {
canvas {
  width: 90% !important;

}

.chart-container {
  width: 100%;
  height: 450px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.finance-chart {
  width: auto !important;
  /* height: auto !important; */
}

.finance-chart {
  width: 350px !important;
  height: 350px !important;

}

.divident-chart {
  width: 100% !important;
  height: auto !important;
}

.custom-card-img {
  width: auto;
  height: 150px;
  max-width: 80%;
  display: block;
  margin: 10px auto;
  object-fit: contain;

}

.waste-card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
}

.waste-card:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.waste-card-height {
  min-height: 190px;
}

.select-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
  font-family: "Kumbh Sans", sans-serif;
  
}

.custom-select-box {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Kumbh Sans", sans-serif;
  color: #555;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23555"><path d="M7 10l5 5 5-5H7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  padding-right: 40px;
}

.custom-select-box:focus {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-select-box option {
  color: #333;
}

.section-grey {
  background-color: var(--background-color);
}
.bg-grey {
  background-color: #F6F6F6 !important;
}
.social-graph-card {
  background-color: #fff;
}

.overview {
  min-height: 240px;
}

@media (max-width: 991px) {
  .navbar-toggler {
    display: block;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.collapse.show {
    display: block;
  }

  .offcanvas {
    display: none;

  }

  .offcanvas.show {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    display: block;
  }
}


.floating-image-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: right;
  gap: 10px;
}

.floating-media {
  width: 100px;
  height: auto;
  animation: floatBounce 3s infinite ease-in-out;
  cursor: pointer;
  transition: transform 0.3s ease;
  align-self: end;
}

.floating-media:hover {
  transform: scale(1.05) translateY(-5px);
}

.floating-button {
  animation: floatBounce 3s infinite ease-in-out;
  padding: 8px 16px;
  background-color: var(--primary01-color);
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
   font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.floating-button:hover {
  background-color: var(--primary01-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



@keyframes floatBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.floating-image {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}

.floating-image img {
  width: 100px;
  height: auto;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.popup-content {
  background: white;
  padding: 25px;
  max-width: 800px;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .popup-content {
    margin: 20px;
  }
}

.popup-content img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
}

.popup-content p {
  margin-top: 10px;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
   font-family: 'Myriad Pro';
}

.close-button {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}