@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-black: #031b1b;
  --color-super-black: #031b1b;
  --color-one: #d4b458;
  --color-two: #478385;
  --color-three: #f3f7f7;
  --color-white: #fafcfc;
  --color-grey: #647272;
  --color-pureGrey: #536161;
  --font-main: "Plus Jakarta Sans", Arial, sans-serif;
}

html,
body {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  /* Nested iframe scroll from Makhavi menu.css breaks the parent homepage scroll.
     Parent page owns vertical scrolling. Keep overflow-x as clip so the About
     image can still overlap the What We Do panel. */
  overflow-x: clip;
  overflow-y: hidden !important;
  overscroll-behavior-y: none;
  background: #fff;
  color: #031b1b;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.wsmenucontainer,
.site-container {
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  transform: none !important;
}

/* Owl clones sit off-screen; don't let them widen the embed and fight scroll. */
.home-weDo-owl,
.home-weDo-owl .owl-stage-outer,
.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
  max-width: 100%;
}

/* What We Do / project carousels — light opacity arrows */
.home-weDo-owl .owl-nav button.owl-prev,
.home-weDo-owl .owl-nav button.owl-next,
.home-serving-owl .owl-nav button.owl-prev,
.home-serving-owl .owl-nav button.owl-next,
.home-projects-owl .owl-nav button.owl-prev,
.home-projects-owl .owl-nav button.owl-next {
  width: 32px !important;
  height: 32px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  box-shadow: none !important;
  backdrop-filter: blur(2px);
}

.home-weDo-owl .owl-nav button.owl-prev:hover,
.home-weDo-owl .owl-nav button.owl-next:hover,
.home-serving-owl .owl-nav button.owl-prev:hover,
.home-serving-owl .owl-nav button.owl-next:hover,
.home-projects-owl .owl-nav button.owl-prev:hover,
.home-projects-owl .owl-nav button.owl-next:hover {
  color: #031b1b !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.95) !important;
}

body,
p,
a,
h4,
h5,
.btn-one,
.btn-four,
.home-head,
.home-partner-tab {
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}

/* Gardenia gold — View Corporate Profile pill */
.btn-one {
  border: 2px solid #d4b458 !important;
  color: #d4b458 !important;
  background: transparent !important;
}

.btn-one i {
  background: #d4b458 !important;
  color: #fff !important;
}

.btn-one:hover {
  background: #d4b458 !important;
  color: #031b1b !important;
  border-color: #d4b458 !important;
}

.btn-one:hover i {
  background: #031b1b !important;
  color: #d4b458 !important;
}

h1,
h2,
h3,
.home-about-bg h3,
.home-weDo-bg h3,
.home-partner-bg h2,
.home-stats-box-inner h3 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.home-why-box h3,
.footer-top-box h2 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}

.corporate-experience-panel h3 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}

.site-container {
  max-width: none !important;
  background: #fafcfc !important;
  box-shadow: none !important;
}

/* About + What We Do: keep Makhavi spacing from home-lib.css
   (padding/overlap/card gutters/heading sizes). Brand colors only below. */

.home-partner-bg > .container > h2,
.home-partner-bg > .container > .home-partner-title {
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(1.75rem, 3vw, 2.4rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: normal;
  color: #031b1b !important;
  text-align: center;
  margin: 0 0 2rem !important;
}

.home-partner-bg > .container > .home-partner-title span {
  color: inherit !important;
}

.home-about-bg p {
  color: #536161 !important;
}

/* transparent like Makhavi — solid about bg was hiding the rounded dark panel */
.home-about-bg {
  background: transparent !important;
  padding: 100px 0 0 !important;
  margin-bottom: -100px !important;
  position: relative;
  z-index: 3;
}

.home-about-bg .image-radius-20,
.home-about-bg img.img-fluid {
  border-radius: 20px !important;
  position: relative;
  z-index: 4;
}

.home-weDo-bg {
  padding: 100px 0 !important;
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.home-weDo-bg::before {
  /* floating rounded panel + same shade stack as homepage hero */
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 40px !important;
  right: 40px !important;
  border-radius: 20px !important;
  background:
    linear-gradient(90deg, rgba(3, 27, 27, 0.9) 0%, rgba(3, 27, 27, 0.54) 55%, rgba(3, 27, 27, 0.25) 100%),
    linear-gradient(0deg, rgba(3, 27, 27, 0.72) 0%, transparent 55%),
    url("../images/hero-gardenia.jpg") 70% center / cover no-repeat !important;
  background-color: #031b1b !important;
  background-blend-mode: normal !important;
  pointer-events: none;
}

.home-weDo-bg > .container > h3 {
  margin-bottom: 50px !important;
}

.home-weDo-box a {
  background-color: rgba(22, 53, 53, 0.78) !important;
  backdrop-filter: blur(20px);
  padding: 45px 10px !important;
  border-radius: 20px !important;
  border: 0 !important;
  transition: background-color 0.3s ease;
}

.home-weDo-box a:hover {
  background-color: rgba(10, 90, 92, 0.92) !important;
}

.home-weDo-box a .home-weDo-gicon {
  display: block !important;
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 2.75rem !important;
  line-height: 1 !important;
  color: #ffffff !important;
  margin: 0 auto 0;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.home-weDo-box a:hover .home-weDo-gicon {
  opacity: 0;
}

.home-weDo-box a h4 {
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.25 !important;
  padding: 0 8px;
}



/* white section + Gardenia lotus watermark (not dark full-bleed) */
.home-partner-bg {
  background-color: #fafcfc !important;
  background-image:
    linear-gradient(180deg, rgba(250, 252, 252, 0.88) 0%, rgba(250, 252, 252, 0.72) 45%, rgba(250, 252, 252, 0.92) 100%),
    url("../images/gardenia-lotus-white.jpg") !important;
  background-position: center, right 8% top 10% !important;
  background-size: auto, min(720px, 58vw) auto !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  color: #031b1b !important;
}

.home-partner-bg h2,
.home-partner-bg .home-partner-title {
  color: #031b1b !important;
}

.home-partner-bg h2 span,
.home-partner-bg .home-partner-title span {
  color: #031b1b !important;
}

.home-partner-tab.r-tabs .homePartnerTab-list.r-tabs-nav .r-tabs-anchor {
  color: #163535 !important;
}

.home-partner-tab.r-tabs .homePartnerTab-list.r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #d4b458 !important;
  border-bottom-color: #d4b458 !important;
}

.home-stats-bg {
  position: relative;
  z-index: 1;
  padding: 40px 0 0 !important;
  background: transparent !important;
}

.home-partner-inbox-two { background: #fff !important; }
.home-partner-inbox-two h4 { color: #031b1b !important; }

/* no expand/zoom badge on supplies cards */
.home-partner-inbox-two::after {
  display: none !important;
}
.home-stats-bg::after,
.home-why-bg::before { background: #031b1b !important; }
.home-stats-bg .container { background: #e7efef !important; }
.home-stats-bg .container {
  padding: 16px 20px !important;
}
.home-stats-box-outer {
  padding: 22px 12px !important;
}
.home-why-box.br { border-color: rgba(132, 172, 173, 0.32) !important; }

/* pull CTA into the dark why panel — keep top tight under stats */
.home-why-bg {
  padding: 48px 0 140px !important;
  position: relative;
  z-index: 0;
}

.home-why-bg::before {
  border-radius: 0 0 20px 20px !important;
  left: 40px !important;
  right: 40px !important;
}

.footer-top-bg {
  position: relative !important;
  z-index: 5 !important;
  margin-top: -90px !important;
  margin-bottom: 48px !important;
  padding: 0 !important;
  background: transparent !important;
}

.footer-top-bg .footer-top-box {
  min-height: 170px;
  background: #0a5a5c !important;
  color: #fafcfc !important;
  padding: 42px !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 65px rgba(3, 27, 27, 0.18);
}

.footer-top-bg .footer-top-box h2 {
  font-size: clamp(2.8rem, 4vw, 4.4rem) !important;
  line-height: 0.95 !important;
}

.footer-top-bg .footer-top-box a.btn-four {
  border-color: #d4b458 !important;
  color: #fafcfc !important;
}

.footer-top-bg .footer-top-box a.btn-four i {
  color: #031b1b !important;
  background: #d4b458 !important;
}

.wsmobileheader,
.top-menu,
.slider,
.mobileSlider,
.home-video-bg,
.home-innovation-bg,
.home-news-bg,
.home-hse-bg,
.home-sustainability-bg,
.home-testimonials-bg,
footer,
.pushy,
.pushy-link,
.menu-btn,
.menu-btncont,
#container,
.site-overlay,
.site-overlay1,
.top-whats-app,
.back-to-top,
.modal,
.modal-backdrop {
  display: none !important;
}

@media (max-width: 767px) {
  .home-about-bg {
    padding: 30px 0 80px !important;
    margin-bottom: 0 !important;
    text-align: center;
  }

  .home-weDo-bg {
    padding: 80px 0 !important;
    text-align: center;
  }

  .home-weDo-bg::before {
    left: 0 !important;
    right: 0 !important;
  }

  .home-partner-bg > .container > h2 {
    font-size: 28px !important;
    line-height: 32px !important;
  }

  .home-why-bg {
    padding: 36px 0 110px !important;
  }

  .home-stats-bg {
    padding: 28px 0 0 !important;
  }

  .home-why-bg::before {
    left: 0 !important;
    right: 0 !important;
  }

  .footer-top-bg {
    margin-top: -70px !important;
    margin-bottom: 32px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .footer-top-bg .footer-top-box {
    min-height: 0;
    padding: 34px 22px !important;
  }

  .footer-top-bg .footer-top-box h2 {
    font-size: 2.7rem !important;
  }
}

.home-serving-bg {
  position: relative;
  z-index: 3;
  padding: 80px 0 !important;
  margin: 0 !important;
  background: #fff !important;
}

.home-serving-bg .container {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.home-serving-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 90px;
  padding: 12px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-serving-box img {
  max-height: 64px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  filter: none !important;
}

/* Same About component — experience card + client logos */
.corporate-experience-section {
  position: relative;
  z-index: 4;
  padding: 100px 0 0;
  margin: 0 0 -2.5rem;
  background: #fff;
}

.corporate-experience-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 360px;
  padding: clamp(2.2rem, 5vw, 3.6rem) clamp(1.6rem, 5vw, 4.5rem);
  color: #fafcfc;
  border-radius: 1.25rem;
  /* Soft hero shade — same wash as homepage hero / footer (no gold diagonal) */
  background-color: #031b1b;
  background-image:
    linear-gradient(90deg, rgba(3, 27, 27, 0.9) 0%, rgba(3, 27, 27, 0.54) 55%, rgba(3, 27, 27, 0.25) 100%),
    linear-gradient(0deg, rgba(3, 27, 27, 0.72) 0%, transparent 55%),
    url("../images/about/experience-bg.jpg");
  background-position: center, center, center;
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
  box-shadow: 0 24px 60px rgba(3, 27, 27, 0.18);
}

.corporate-experience-panel::after {
  display: none;
}

.corporate-experience-panel > * {
  position: relative;
  z-index: 1;
}

.corporate-experience-head {
  position: relative;
  margin: 0;
  padding-left: 1.15rem;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fafcfc;
}

.corporate-experience-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 0.45rem;
  background: rgba(255, 255, 255, 0.35);
}

.corporate-experience-head span {
  display: inline-block;
}

.corporate-experience-panel h3 {
  margin: 0;
  max-width: 46rem;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(250, 252, 252, 0.94);
}

@media (max-width: 900px) {
  .corporate-experience-section {
    margin-bottom: 0;
    padding-top: 64px;
  }

  .corporate-experience-panel {
    min-height: 0;
    text-align: center;
  }

  .corporate-experience-head {
    padding-left: 0;
  }

  .corporate-experience-head::before {
    display: none;
  }
}


/* Clone WHAT WE DO eyebrow: gold square + uppercase sans — all section labels */
.home-head {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 20px !important;
  color: #d4b458 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.home-head::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: currentColor;
}

.home-head i {
  display: none !important;
}

.home-head.home-head-center {
  justify-content: center !important;
  width: 100%;
}

/* Tab dots — same gold square size */
.home-partner-tab .r-tabs-anchor i.fa-square-full,
.homePartnerTab-list .r-tabs-anchor i.fa-square-full {
  font-size: 7px !important;
  margin-right: 7px !important;
  color: inherit !important;
  vertical-align: 0.05em;
}

.home-why-bg .home-head.home-head-center {
  margin: 0 0 10px !important;
}

.home-why-title {
  margin: 0 auto 28px !important;
  max-width: 720px;
  color: #fafcfc !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(1.75rem, 3vw, 2.4rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: center;
}

.home-why-box > .bi {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 2.85rem;
  font-weight: 700;
  line-height: 1;
  color: #d4b458;
  -webkit-text-stroke: 0.4px #d4b458;
}
