@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --brand-gradient: linear-gradient(90deg, #007bbd 0%, #00bfa5 100%);
  --white-text: #ffffff;
  --light-blue: #00ade1;
  --sg-stat-red: #ed0530;
  --brand-blue: #1d3683;
  --brand-orange: #ff7800;

  --sg-red: #e83430;
  --sg-orange: #ff7800;
  --sg-lightblue: #00ade1;
  --sg-teal: #00b9aa;

  --text-dark: #333333;
  --bg-gray: #e9e9e9;
  --text-muted: #555555;
  --border-color: #999;
  --border-gray: #ccc;

  --gap: 24px;
  --bg-light: #f0f9fb;
  --teal-accent: #48b8b0;
  --dark-blue: #17428c;
  --text-color: #333;
  --border-red: #e41e26;
  --skew-angle: -6deg; /* Control the skew angle here */
  --unskew-angle: 6deg; /* Must be the opposite of skew-angle */
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}

.block-content-hero_banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.overflow-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* 6. Button Styling (Orange Pill) */
.btn-expert {
  background-color: #ff7900; /* Saint Gobain Orange-ish color */
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  transition:
    filter 0.25s ease,
    box-shadow 0.25s ease;
}

.btn-expert:hover {
  background-color: #e06b00;
  color: #fff;
  /* transform: translateY(-2px); */
  filter: brightness(1.25);
  box-shadow: 0 0 15px rgba(255, 120, 0, 0.6);
}
.orange-btn {
  background: var(--brand-orange);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 250px; /* ensures uniformity */
  margin: 5px;
  text-align: center;
  transition:
    filter 0.25s ease,
    box-shadow 0.25s ease;
}
.orange-btn:hover {
  background: var(--brand-blue);
  color: white;
  border: none;
  box-shadow: 0 0 15px rgba(255, 120, 0, 0.6);
}

.block-field-blocknodepagebody {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.block-field-blocknodepagebody .field--name-body p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 300;
  color: #000000;
}

/* Main section heading */
.block-field-blocknodepagebody .field--name-body h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #17428c;
  text-align: center;
}

.field--name-body p:empty,
.field--name-body p:has(br):empty {
  display: none;
}

.block-content-partner_scale_construction h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #17428c;
  text-align: left;
}

.block-content-partner_scale_construction p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
  max-width: 900px;
}

.blue-background-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #17428c;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 180px;
  margin-bottom: 180px;
}

.blue-background-full::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -10%;
  width: 120%;
  height: 140%;
  background-color: #17428c;
  transform: skewY(-4deg);
  z-index: 0;
}

/* Static Corporate Section on about page */
.layout--twocol-section--67-33:has(
    .layout__region.layout__region--first
      > div.about-solutions-engineered-for-indias-climate-cities-and-future---left
  ):before,
.layout--twocol-section--67-33:has(
    .layout__region.layout__region--first
      > div.about-solutions-engineered-for-indias-climate-cities-and-future---left
  ):after,
.layout--twocol-section--33-67:has(
    .layout__region.layout__region--first
      > div.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---left
  ):before,
.layout--twocol-section--33-67:has(
    .layout__region.layout__region--first
      > div.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---left
  ):after {
  background-color: #edf8fc;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -3;
  left: 0;
  right: 0;
}
.layout--twocol-section--67-33:has(
  .layout__region.layout__region--first
    > div.about-solutions-engineered-for-indias-climate-cities-and-future---left
),
.layout--twocol-section--33-67:has(
  .layout__region.layout__region--first
    > div.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---left
) {
  position: relative;
}
.layout--twocol-section--67-33:has(
    .layout__region.layout__region--first
      > div.about-solutions-engineered-for-indias-climate-cities-and-future---left
  ):before,
.layout--twocol-section--33-67:has(
    .layout__region.layout__region--first
      > div.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---left
  ):before {
  left: -100%;
}
.layout--twocol-section--67-33:has(
    .layout__region.layout__region--first
      > div.about-solutions-engineered-for-indias-climate-cities-and-future---left
  ):after,
.layout--twocol-section--33-67:has(
    .layout__region.layout__region--first
      > div.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---left
  ):after {
  right: -100%;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left,
.about-solutions-engineered-for-indias-climate-cities-and-future---right {
  margin-top: 130px;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left,
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right,
.our-sustainability-vision----right {
  position: relative;
  margin-bottom: 30px;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left {
  padding-right: 80px;
}
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right {
  padding-left: 50px;
  margin-bottom: 162px;
}
.our-sustainability-vision----right {
  padding-left: 50px;
  margin-bottom: 120px;
}
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---left {
  margin-top: 162px;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left::after,
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right:after,
.our-sustainability-vision----right:after {
  content: "";
  position: absolute;
  inset: 20px -18px -20px auto;
  border-radius: 14px;
  transform: skewY(-11deg);
  z-index: -2;
  display: block;
  top: 100px;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left::after {
  width: 90%;
  height: 78.5%;
}
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right:after,
.our-sustainability-vision----right:after {
  width: 93%;
  height: 79%;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left::after {
  background: linear-gradient(45deg, #17428c 0%, #00ace0 40%, #00b9aa 100%);
  right: 0;
  left: 30px;
}
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right:after,
.our-sustainability-vision----right:after {
  background: linear-gradient(45deg, #17428c 0%, #cf0e3d 40%, #ff7800 100%);
  right: -20px;
  left: unset;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left
  .static-corporate-section__body,
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right
  .static-corporate-section__body,
.our-sustainability-vision----right .static-corporate-section__body {
  background-size: cover;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  z-index: -1;
  mask-image: url(../assets/images/mask.svg);
  mask-size: cover;
  background-color: #00000045;
  background-blend-mode: multiply;
  /* max-height: 760px; */
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left
  .static-corporate-section__body,
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right
  .static-corporate-section__body {
  background-image: url(../assets/images/large-lightning-bolts-above-the-city.jpg);
}
.our-sustainability-vision----right .static-corporate-section__body {
  background-image: url(../assets/images/Our-Sustainability-Vision.jpg);
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left
  .static-corporate-section__body {
  padding: 24% 9% 20.2% 9%;
  height: 720px;
}
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right
  .static-corporate-section__body,
.our-sustainability-vision----right .static-corporate-section__body {
  padding: 24% 9% 17.2% 9%;
  height: 747px;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left h2,
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right
  h2,
.our-sustainability-vision----right h2,
.global-legacy-stats-section .global-legacy-title,
.image-slider-section .slider-title,
.innovation-metrics-section .metrics-main-title {
  font-size: 36px;
  font-weight: 700;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---left h2,
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---right
  h2,
.our-sustainability-vision----right h2 {
  color: #fff;
}
.about-solutions-engineered-for-indias-climate-cities-and-future---right p,
.about-innovation-that-accelerates-indias-transition-to-light--sustainable-construction---left
  p,
.our-sustainability-vision----left p,
.global-legacy-description p,
.global-legacy-stats-grid .tab-description p,
.global-legacy-stats-grid .tab-description li,
.company-value-pillars-section .accordion-body {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.global-legacy-description p {
  max-width: 900px;
}
.company-value-pillars-section .accordion-button {
  font-size: 28px;
  font-weight: 400 !important;
  color: #000;
  line-height: 24px;
}
/* Static Corporate Section on about page end */

/*  Global Legacy Stats Section  */
.global-legacy-stats-section .global-legacy-title,
.image-slider-section .slider-title,
.innovation-metrics-section .metrics-main-title {
  color: #17428c;
}

.company-value-pillars-section .pillars-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #17428c;
  margin-bottom: 10px;
}
.global-legacy-stats-grid .tab-description h3 {
  font-size: 28px;
  font-weight: 700;
  color: #17428c;
  margin-bottom: 10px;
}
.innovation-metrics-slider .metric-title {
  font-size: 28px;
  font-weight: normal;
  color: #17428c;
  margin-bottom: 10px;
}
.global-legacy-stats-section {
  padding-top: 130px;
  padding-bottom: 105px;
  position: relative;
}
.global-legacy-indian-leadership-section-on-about-page {
  background-color: #e8e8e8;
}
.global-legacy-indian-leadership-section-on-about-page:before,
.global-legacy-indian-leadership-section-on-about-page:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e8e8e8;
  z-index: -1;
}
.global-legacy-indian-leadership-section-on-about-page:before {
  left: -100%;
}
.global-legacy-indian-leadership-section-on-about-page:after {
  right: -100%;
}
.global-legacy-stats-section .nav-tabs {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 90px;
  border: 0;
}
.global-legacy-stats-section .nav-tabs li h2 {
  font-size: 18px;
  border: 1px solid #17428c !important;
  line-height: 26px;
  font-weight: 700;
  padding: 24px 60px;
  color: #17428c;
  border-radius: 0;
  text-align: center;
}
.global-legacy-stats-section .nav-tabs li h2.active,
.global-legacy-stats-section .nav-tabs li h2:hover {
  background-color: #17428c;
  color: #fff;
}
.global-legacy-stats-section .nav-tabs li:first-child h2 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.global-legacy-stats-section .nav-tabs li:last-child h2 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-legacy-stats-section .tab-content .stat-media {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.global-legacy-stats-section .tab-content .stat-media .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: unset;
}
.global-legacy-stats-grid .tab-description ul {
  list-style-type: none;
  padding: 0;
}
.global-legacy-stats-grid .tab-description li {
  padding: 15px 0;
}
.global-legacy-stats-grid .tab-description li:not(:last-child) {
  border-bottom: 1px solid #7a7a7a;
}
/*  Global Legacy Stats Section end  */

.blue-background-full .static-corporate-section__body {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.blue-background-full h3 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.blue-background-full h3 strong {
  font-weight: bold;
}

.block-content-partner_scale_construction h3 {
  color: #17428c;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}

.block-content-partner_scale_construction
  .field--type-entity-reference-revisions
  > .field__item {
  display: inline-block;
  float: left;
  width: 25%;
}

.block-content-partner_scale_construction .img-container img {
  width: 100%;
  height: auto;
  /* position: relative; */
}
.block-content-partner_scale_construction .img-container {
  position: relative;
  overflow: hidden;
  float: none;
  margin: 0;
}

.category-main-section {
  background: linear-gradient(
    to bottom,
    #1d3683 0%,
    #1d3683 80%,
    #ffffff 70%,
    #ffffff 100%
  );
  padding: 80px 0 100px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 0px;
}
.category-main-section .section-title {
  color: var(--brand-blue);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 30px;
}
.category-main-section .section-description {
  color: var(--text-gray);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  /* Limits text width for better readability on desktop */
  max-width: 950px;
  margin: 0 auto;
}

.category-main-section .section-description p {
  margin-bottom: 1.5rem;
}
.category-main-section .tab-content {
  background-color: var(--brand-blue);
}
/* Tabs Styling */
.category-main-section .custom-nav-tabs {
  border-bottom: 1px solid var(--white-text);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 50px;
}
.category-main-section .custom-nav-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.category-main-section .custom-nav-tabs .nav-link span {
  margin-left: 15px;
}

/* 
    ANIMATION TRIGGER ON HOVER
  */
.category-main-section .custom-nav-tabs .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 25px 15px 55px;
  font-size: 1.1rem;
  background: transparent;
  color: white;
  border: none;
}

.category-main-section .custom-nav-tabs .nav-link i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.category-main-section .custom-nav-tabs .nav-link.active {
  background: transparent;
  color: white;
  font-weight: bold;
}

.category-main-section .custom-nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 15%;
  width: 70%;
  height: 5px;
  background-color: white;
}

/* Accordion Styling */
.category-main-section .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--sg-border);
}

.category-main-section .accordion-button {
  background-color: var(--brand-blue);
  color: var(--white-text);
  box-shadow: none;
  padding: 20px;
  font-size: 1.2rem;
}

.category-main-section .accordion-button:not(.collapsed) {
  background-color: transparent;
}

/* Custom Icon for Accordion */
.category-main-section .accordion-button::after {
  content: "\F4FE";
  /* Bootstrap Plus Icon */
  font-family: "bootstrap-icons";
  background-image: none;
  font-size: 1.5rem;
  transition: transform 0.2s;
}

.category-main-section .accordion-button:not(.collapsed)::after {
  content: "\F63B";
  /* Bootstrap Dash Icon */
  transform: none;
}

/* new arrow */
.custom-nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  position: relative;
}

/* Arrow wrapper */
.arrow-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

/* Both images */
.arrow-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Start ghost arrow bottom-left */
.arrow-hover {
  transform: translate(-100%, 100%);
}

/* Hover animation */
.custom-nav-tabs .nav-link:hover .arrow-main {
  transform: translate(100%, -100%);
}

.custom-nav-tabs .nav-link:hover .arrow-hover {
  transform: translate(0, 0);
}

/* CONTENT POSITION */
.hero-content {
  position: absolute;
  bottom: 50px; /* border ke neeche */
  left: 30px;
  z-index: 2;
}

/* TOGGLE BUTTON */
.accordion-toggle-btn {
  position: absolute;
  top: 45px; /* same line as heading */
  right: 30px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  z-index: 2;
}

/* PLUS / MINUS ICON */
.accordion-toggle-btn::before {
  content: "\F4FE"; /* plus */
  font-family: "bootstrap-icons";
  font-size: 26px;
  color: #fff;
}

.accordion-toggle-btn[aria-expanded="true"]::before {
  content: "\F63B"; /* minus */
}

/* Image Overlay Item */

.category-main-section .building-hero {
  position: relative;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  padding: 30px;
  color: #fff; /* Ensure text is white */
  overflow: hidden; /* Keep overlay contained */
}

/* Overlay layer */
.category-main-section .building-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* black overlay at 50% opacity */
  z-index: 1; /* behind text */
}

/* Make sure text appears above overlay */
.category-main-section .building-hero * {
  position: relative;
  z-index: 2;
}

.category-main-section .hero-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 2;
  padding: 30px;
  width: 95%;
  padding-bottom: 20px;
  padding-left: 15px;
}
.category-main-section .hero-content ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}
.category-main-section .hero-content ul li {
  font-size: 0.875em;
}

.category-main-section .accordion-toggle-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  z-index: 5;
}

.category-main-section .accordion-toggle-btn::before {
  content: "\F63B"; /* minus */
  font-family: "bootstrap-icons";
  font-size: 28px;
  color: #fff;
}

.category-main-section .accordion-toggle-btn.collapsed::before {
  content: "\F4FE";
}

.hero-divider {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #fff;
  opacity: 0.8;
  margin: 12px 0 16px;
}
.category-main-section .hero-content p {
  margin-bottom: 0px;
}
.category-main-section .accordion-header {
  border-top: 1px solid #fff;
}
.category-card .arrow-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px; /* ya right:20px agar right side chahiye */
  display: inline-block;
  text-decoration: none;
}
/* Arrow wrapper */
.category-card .arrow-wrapper {
  position: relative;
  width: 30px;
  height: 27px;
  overflow: hidden;
  left: -5px;
  top: -10px;
}

/* Both images */
.category-card .arrow-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 3px;
}

/* Ghost arrow start bottom-left */
.category-card .arrow-hover {
  transform: translate(-100%, 100%);
}

/* Hover trigger on whole card image */
.category-card:hover .arrow-main {
  transform: translate(100%, -100%);
}

.category-card:hover .arrow-hover {
  transform: translate(0, 0);
}
.category-card .img-container {
  position: relative;
}
#arrow-icon {
  width: 30px;
  height: 30px;
}
#arrow-icon:hover {
  transform: translateX(6px);
}
.hero-carousel .carousel-indicators {
  justify-content: flex-start;
  margin-left: 25%;
  bottom: 20%;
}
.category-card .category-title {
  color: var(--brand-blue);
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#wtcCarousel,
.wtcCarousel .carousel-item {
  height: 800px;
  background-color: #000;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.wtcCarousel .hero-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.8);
  /* Darkens image for text readability */
}

/* FIX: Heading Position */
.wtcCarousel .heading-container {
  position: absolute;
  top: 58%;
  /* Moves heading below the arrow center-line */
  left: 6%;
  z-index: 2;
  color: white;
}

.wtcCarousel .main-heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Bottom Caption Fix */
.wtcCarousel .bottom-caption {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 2;
}

.wtcCarousel .bottom-caption a,
.wtcCarousel .bottom-caption p {
  display: none;
}

/* Arrows - Fixed at 50% height */
.wtcCarousel .carousel-control-prev,
.wtcCarousel .carousel-control-next {
  width: 15%;
  opacity: 1;
}

.wtcCarousel .custom-arrow {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.block-content-partner_scale_construction
  .field--type-entity-reference-revisions {
  overflow: hidden;
}
.block-content-partner_scale_construction {
  padding: 40px 0 40px 0;
}

.home-from-possibility-to-reality-with-innovation---left {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-from-possibility-to-reality-with-innovation---left h3 {
  color: var(--brand-blue);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.home-from-possibility-to-reality-with-innovation---left p {
  color: var(--brand-blue);
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}

.home-from-possibility-to-reality-with-innovation---right {
  margin-top: 100px;
}

.home-from-possibility-to-reality-with-innovation---right a,
.home-from-possibility-to-reality-with-innovation---right a:hover {
  background: var(--brand-orange);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 250px;
  margin: 5px;
  text-align: center;
}

.home-from-possibility-to-reality-with-innovation---right {
  text-align: center;
}

.home-saint-gobain-every-solution-one-ecosystem---left {
  margin-top: 100px;
  margin-bottom: 100px;
}

.home-saint-gobain-every-solution-one-ecosystem---left h3 {
  color: var(--brand-blue);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

.home-saint-gobain-every-solution-one-ecosystem---left p {
  color: var(--brand-blue);
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}

.home-saint-gobain-every-solution-one-ecosystem---right a,
.home-saint-gobain-every-solution-one-ecosystem---right a:hover {
  background: var(--brand-orange);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 250px;
  margin: 5px;
  text-align: center;
}

.home-saint-gobain-every-solution-one-ecosystem---right {
  text-align: center;
  margin-top: 140px;
}

.block-content-partner_scale_construction .field--name-field-sector-subtitle {
  font-size: 16px;
  color: #000000;
  max-width: 300px;
}

/* Container and Background */
.sg-interactive-wrapper {
  position: relative;
  height: 650px; /* Adjust based on needs */
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.sg-bg-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* The vertical moving track */
.sg-bg-track {
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.sg-bg-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Optional red overlay for aesthetics */
.sg-bg-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(180, 20, 20, 0.2); /* Adjust color to match brand */
  mix-blend-mode: multiply;
}

/* Floating Card */
.sg-floating-card {
  position: relative;
  top: 60px; /* Distance from top */
  background: white;
  margin-top: 100px;
  padding: 40px;
  border-radius: 8px;
  z-index: 10;
  border: none;
  margin: 0 auto;
  margin-top: 50px;
}

.sg-title {
  color: #1a3b6e; /* Saint-Gobain Blue */
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
}

.sg-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 30px;
  max-width: 80%;
}

/* Icon Styling */
.sg-icon-row {
  padding: 10px 0;
}

.sg-icon-btn {
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.6;
  display: inline-block;
  float: left;
}

.sg-icon-btn:hover,
.sg-icon-btn.active {
  opacity: 1;
}

.sg-icon-btn .icon-img {
  margin-bottom: 10px;
  color: #1a3b6e;
  height: 75px;
}

/* Multicolor icon borders/stroke logic would go here if using raw SVGs,
   using Blue for simplicity */
.sg-icon-btn .icon-img img {
  width: 60px;
}

.sg-icon-btn span {
  font-weight: 400;
  font-size: 16px;
  color: #17428c;
  line-height: 1.2;
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  width: 120px;
  white-space: initial;
}

.sg-icon-btn.active span {
  font-weight: 600;
}

/* Controls */
.sg-controls {
  font-size: 1.1rem;
  color: #666;
}
.sg-page-count {
  font-weight: bold;
  color: #333;
}
.sg-controls button {
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 0;
}

/* Right Side Navigation */
.sg-side-nav {
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 20;
  flex-direction: column;
}

.sg-side-nav li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  text-align: right;
  transition: color 0.3s;
}

.sg-side-nav li.active,
.sg-side-nav li:hover,
.sg-side-nav li.active {
  color: white;
  font-weight: 700;
}

.nav-tooltip {
  display: none;
  position: absolute;
  right: 40px; /* Left of the number */
  top: 50%;
  transform: translateY(-29%);
  color: white;
  padding: 10px;
  font-size: 0.8rem;
  width: 220px;
  border-radius: 4px;
  text-align: left;
  pointer-events: none;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.6),
    0 2px 4px rgba(0, 0, 0, 0.8);
}

.sg-side-nav li.active .nav-tooltip {
  display: block;
}

.nav-tooltip p {
  margin-bottom: 0px;
  font-weight: 300;
  text-align: right;
}

.nav-tooltip p strong {
  font-weight: bold;
}

.sg-interactive-wrapper {
  margin-top: -150px;
}

.sg-icons-wrapper {
  display: inline-block;
  width: 100%;
}

.sg-floating-card.shadow h2 {
  color: #17428c;
  font-size: 32px;
  font-weight: 500;
}

.sg-floating-card.shadow p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  max-width: 625px;
}

.hero-wrapper {
  height: 75vh;
  min-height: 600px;
}

.hero-overlay-gradient {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.55) 30%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.05) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.hero-subtitle {
  font-family: "Ubuntu", sans-serif;
}

#heroSubtitleCarousel .carousel-indicators.carousel-indicators-hero button {
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
  height: 6px !important;
  width: 50px !important;
}

#heroSubtitleCarousel
  .carousel-indicators.carousel-indicators-hero
  button.active {
  background-color: #ffffff !important;
}
.every-aspect-integrated-title {
  padding: 40px 0;
}
.every-aspect-integrated-title h3 {
  color: var(--brand-blue);
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
.every-aspect-integrated-title p {
  text-align: center;
}
.every-aspect-integrated-title p a,
.every-aspect-integrated-title p a:hover {
  background: var(--brand-orange);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 250px;
  margin: 5px;
  text-align: center;
}

.hero-title {
  width: 500px;
}
.glance-section {
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both;
}

.glance-section .glance-title {
  color: var(--brand-blue);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 40px;
}

/* Tab Controls */
.glance-section .nav-tabs-custom {
  border: none;
  justify-content: center;
  margin-bottom: 60px;
  gap: 10px;
}
.glance-section .nav-tabs-custom .nav-link {
  border: none;
  color: #666;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 5px 20px;
  background: none;
}
.glance-section .nav-tabs-custom .nav-link.active {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
}

/* Stats Grid & Dividers */
.glance-section .stat-item {
  position: relative;
  text-align: center;
  padding: 30px 10px;
}

.glance-section .stat-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.glance-section .stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
}
.glance-section .stat-divider {
  border-right: 1px solid #ddd;
}

/* Custom Rectangular Slider Indicators */
.glance-section .carousel-indicators-custom {
  position: static;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.glance-section .carousel-indicators-custom button {
  width: 42px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  opacity: 1 !important;
  margin: 0 !important;
  transition: 0.3s ease;
}
.glance-section .carousel-indicators-custom button.active {
  background-color: #000 !important;
}
.stat-number-1 {
  color: #ff7800;
}
.stat-number-2 {
  color: #00b9aa;
}
.stat-number-3 {
  color: #00ade1;
}
.stat-number-4 {
  color: #ed0530;
}

.light-sustainable {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.light-sustainable img {
  width: 100%;
  height: auto;
}

.build-on-values-driven-by-responsibility-section {
  padding-bottom: 50px;
}
.build-on-values-driven-by-responsibility-section h2 {
  font-weight: bold;
  color: #1f357e; /* same blue as image */
  text-align: left;
  margin-bottom: 30px;
  font-size: 36px;
}
.policy-sec .section-title {
}
.build-on-values-driven-by-responsibility-section .policy-card {
  padding: 20px;
  text-align: left;
  border-right: 1.5px solid #000;
}
.build-on-values-driven-by-responsibility-section .policy-card:last-child {
  border-right: none;
}
.build-on-values-driven-by-responsibility-section .policy-card p {
  font-weight: normal;
}
.build-on-values-driven-by-responsibility-section .policy-card h5 {
  font-weight: bold;
}
.build-on-values-driven-by-responsibility-section .policy-card a {
  text-decoration: underline;
  color: #000;
}

/*----Legacy Mile stone block-----*/
.solutions-milestones-section {
  padding-top: 120px;
  padding-bottom: 150px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #17428c;
}
.solutions-milestones-section .section-main-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.solutions-milestones-section .section-description,
.milestone-description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.solutions-milestones-section .section-description {
  max-width: 900px;
}
.milestones-timeline {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.milestone-item:hover {
  padding: 80px 275px;
}
.milestones-timeline .timeline-connector {
  width: 1px;
  height: 168px;
  background-color: #fff;
  display: block;
}
.milestone-item {
  position: relative;
  padding: 80px 30px;
  transition: padding 0.4s ease 0.05s;
}

.milestone-year {
  font-size: 42px;
  line-height: 48px;
  cursor: pointer;
  z-index: 3;
  transition: all 0.4s ease 0.05s;
  font-family: "Ubuntu", sans-serif;
}
.milestone-item:hover .milestone-year {
  font-weight: 600;
}
.milestone-reveal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 145px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.milestone-image {
  width: 240px;
  overflow: hidden;
  border-radius: 10px;
}

.milestone-image img {
  width: 100%;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s ease;
}
.milestone-description {
  max-width: 220px;
  min-width: 220px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease;
}
.milestone-item:hover .milestone-image img {
  transform: scaleX(1);
}
.milestone-item:hover .milestone-description {
  opacity: 1;
  transform: translateX(0);
}
.milestone-image img {
  transition: transform 0.4s ease 0.05s;
}
.milestone-description {
  transition: all 0.4s ease 0.15s;
}
/* Legacy Milestone Block ends */

/* Sectors overview highlight */
.highlights {
  padding-top: 110px;
}
.highlights .sector-tabs .nav-tabs .nav-link,
.enhancements .enhancement-item .nav-link h3 {
  font-size: 20px;
}
.highlights .sector-tabs .nav-tabs .nav-link,
.enhancements .enhancement-item .nav-link {
  color: #17428c;
  border: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
}
.highlights .sector-tabs .nav-tabs .nav-link:before {
  content: ">";
  position: absolute;
  display: block;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  top: 20px;
}
.highlights .sector-tabs .nav-tabs .nav-link.active:before,
.highlights .sector-tabs .nav-tabs .nav-item .nav-link:hover:before {
  opacity: 1;
}
.enhancements .enhancement-item .nav-link h3 {
  line-height: 1.5;
  font-weight: 400;
}
.highlights .sector-tabs .nav-tabs .nav-link.active,
.highlights .sector-tabs .nav-tabs .nav-item:hover .nav-link {
  font-weight: 500;
}
.highlights .sector-tabs .nav-tabs .nav-link.active,
.highlights .sector-tabs .nav-tabs .nav-item:hover .nav-link,
.enhancements .enhancement-item .nav-link.active {
  background-color: unset;
}
.highlights .sector-tabs .nav-tabs .subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
}
.highlights .sector-tabs .nav-tabs {
  border-bottom: 0;
}
.highlights .sector-tabs .nav-tabs .nav-item {
  padding: 6px 30px 25px 40px;
  position: relative;
  padding-top: 20px;
  width: 100%;
}
.highlights .sector-tabs .nav-tabs .nav-item:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.highlights .tab-content .highlight-content > .description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.highlight-img {
  display: none;
}
.highlight-img.show {
  display: block;
}
.highlight-img img {
  border-radius: 10px;
}
.highlights .highlight-content .description h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.highlights .highlight-content .description p,
.enhancements .tab-content .description *,
.benefits-grid .benefit-card .benefit-text h3 {
  font-size: 16px;
  line-height: 1.5;
}
.highlights .highlight-content .description p {
  max-width: 900px;
}

.benefits-grid .benefit-card .benefit-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  transform: translateY(calc(100% - 70px));
  transition: transform 0.8s ease-in-out;
  max-height: 150px;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
.benefits-grid .benefit-card .benefit-description {
  max-height: 90px;
  overflow-y: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #9e9e9e transparent;
}

/* Chrome, Edge, Safari */
.benefits-grid .benefit-card .benefit-description::-webkit-scrollbar {
  width: 4px; /* thin line */
}

.benefits-grid .benefit-card .benefit-description::-webkit-scrollbar-track {
  background: transparent;
}

.benefits-grid .benefit-card .benefit-description::-webkit-scrollbar-thumb {
  background: #9e9e9e; /* grey line */
  border-radius: 0px; /* no rounded corners */
}
.benefit-description::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  min-height: 40px;
}

.benefit-card:hover .benefit-text {
  transform: translateY(0);
}

.highlights .highlight-content .description h3,
.enhancements .section-heading,
.benefits .section-heading {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 1px solid #000000;
  padding-bottom: 12px;
  margin-bottom: 23px;
}
.highlights .highlight-content .description h2,
.highlights .highlight-content .description h3,
.enhancements .section-heading,
.benefits .section-heading {
  color: #17428c;
}
.highlights .highlight-content .description h3:not(:first-of-type) {
  margin-top: 70px;
}
.enhancements .enhancements-list {
  gap: 33px;
  margin-bottom: 34px;
  border-color: #17428c;
  border: 0;
  padding-bottom: 5px;
}
.enhancements {
  padding-bottom: 50px;
}
.enhancements .enhancement-item {
  flex-basis: 18.5%;
  padding-bottom: 28px;
  position: relative;
}
.enhancements .enhancement-item .nav-link img {
  margin-bottom: 28px;
}
.enhancements .enhancement-item .nav-link img,
.enhancement-img img {
  border-radius: 10px;
}
.enhancements .enhancement-item:has(.nav-link.active):after,
.enhancements .enhancement-item:hover .nav-link:after {
  content: "";
  width: 40%;
  height: 9px;
  background-color: #17428c;
  display: block;
  position: absolute;
  bottom: -5px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.enhancements .enhancement-item:before {
  content: "";
  width: calc(100% + 33px);
  height: 1px;
  background-color: #17428c;
  display: block;
  position: absolute;
  bottom: -1px;
}

.benefits-grid .benefit-card {
  /* flex-basis: calc(25% - 10px); */
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: 100%;
  /* height: 300px; */
  cursor: pointer;
}
.benefits-grid .benefit-card .benefit-card-content {
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  max-height: 100%;
  overflow-y: hidden;
  position: relative;
  border-radius: 8px;
}
.benefits-grid .benefit-card .benefit-img img {
  margin: 0 auto;
}
.benefits-grid .benefit-card .benefit-img {
  text-align: center;
  margin-bottom: 28px;
}
.benefits-grid .benefit-card .benefit-text h3 {
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 48px;
}
.benefits-grid .benefit-card .benefit-text .benefit-description {
  font-size: 16px;
  font-weight: normal;
  /* max-height: 200px;
  overflow-y: auto; */
}
.benefits {
  padding-bottom: 100px;
}
.highlights,
.sector-overview-block {
  background-color: #e9e9e9;
  position: relative;
}

.highlights::before,
.highlights::after,
.sector-overview-block::after,
.sector-overview-block::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e9e9e9;
  z-index: -1;
}
.highlights::before,
.sector-overview-block::before {
  left: -100%;
}
.highlights::after,
.sector-overview-block::after {
  right: -100%;
}

.enhancements-tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.enhancements-tabs-wrapper {
  position: relative;
  /* width: calc(100vw - (100vw - 100%) / 2); */
  margin-left: auto;
}
.enhancements-list {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  flex-wrap: nowrap;
  padding-right: 40px;
}
.enhancements-list::-webkit-scrollbar {
  display: none;
}
.enhancement-item {
  flex: 0 0 auto;
  width: 330px; /* adjust to your design */
}
.enhancements-tabs-wrapper .tabs-nav {
  background: #fff;
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 20%;
  border-radius: 50%;
}
.enhancements-tabs-wrapper .tabs-nav:disabled {
  opacity: 0.3;
  display: none;
  cursor: not-allowed;
}
.enhancements-tabs-wrapper button.tabs-nav.prev {
  left: -25px;
}
/* .enhancements-tabs-wrapper button.tabs-nav.next {
  right: 285px;
} */
.enhancements-tabs-wrapper button.tabs-nav.next {
  right: calc(100% - 1320px);
}
.enhancements-tabs-wrapper .tabs-nav i {
  font-size: 21px;
  opacity: 0.5;
}
.enhancements .tabs-dots .tabs-dot {
  width: 100%;
  height: 1px;
  background-color: #17428c;
  display: block;
  position: relative;
  display: none;
}
.enhancements .tabs-dots {
  display: flex;
  position: relative;
  bottom: 35px;
}
.enhancements .tabs-dots .tabs-dot.active:before {
  content: "";
  height: 9px;
  width: 70%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 1;
  background-color: #17428c;
  display: none;
}

/* sectors overview highlight end */

.performance-that-scales-across-every-built-environment-section {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.performance-that-scales-across-every-built-environment-section h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #17428c;
}
.performance-that-scales-across-every-built-environment-section p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 300;
  color: #000000;
}

/* --- General Layout --- */
.vision-statement-wrapper .vision-section {
  padding: 60px 0;
  /* overflow-x: hidden; */
  position: relative;
  background: #fff;
}

.vision-statement-wrapper .vision-header {
  margin-bottom: 40px;
  max-width: 500px;
}

.vision-statement-wrapper .vision-title {
  color: var(--brand-blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.vision-statement-wrapper .vision-desc {
  max-width: 400px;
}

.vision-statement-wrapper .vision-desc p {
  color: var(--brand-blue);
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
}

/* --- Slider Container (Breakout Logic) --- */
.vision-statement-wrapper .vision-slider-container {
  /* width: 100vw; */
  position: relative;
  /* left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; */
  margin-bottom: 30px;
  width: calc(100vw - (100vw - 100%) / 2);
  margin-left: auto;
}

/* --- Slider Track --- */
.vision-statement-wrapper .vision-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* JS adds padding-left here */
  padding-right: 0;
  padding-bottom: 20px;
}

.vision-statement-wrapper .vision-track::-webkit-scrollbar {
  display: none;
}

/* --- Individual Slide --- */
.vision-statement-wrapper .vision-card {
  flex: 0 0 62%;
  scroll-snap-align: start;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* .vision-statement-wrapper .vision-card {
        flex: 0 0 45%;
    } */
}

@media (min-width: 1200px) {
  /* .vision-statement-wrapper .vision-card {
        flex: 0 0 600px;
    } */
}

.vision-statement-wrapper .card-inner {
  position: relative;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
}

.vision-statement-wrapper .card-media {
  width: 100%;
  height: 100%;
  position: relative;
}

.vision-statement-wrapper .card-media img,
.vision-statement-wrapper .card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.vision-statement-wrapper .vision-card:hover .card-media img {
  transform: scale(1.05);
}

.vision-statement-wrapper .media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.vision-statement-wrapper .card-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.vision-statement-wrapper .vision-card:before {
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(0deg, #00000000, #00000000, #000000ab);
  top: 0;
  left: 0;
}
.vision-statement-wrapper .card-content h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.vision-statement-wrapper .card-content p {
  margin-top: 5px;
  opacity: 0.9;
}

.vision-statement-wrapper .vision-spacer {
  flex: 0 0 50px;
}

/* --- Controls Section --- */
.vision-statement-wrapper .vision-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

/* --- CUSTOM RECTANGLE SCROLLBAR --- */
.vision-statement-wrapper .vision-scrollbar-wrapper {
  flex-grow: 1;
  margin-right: 40px;
  max-width: 95%;
  height: 20px; /* Hit area for easier clicking */
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* The Grey Line */
.vision-statement-wrapper .vision-scrollbar-track {
  width: 100%;
  height: 1px;
  background-color: #17428c;
  position: relative;
  border-radius: 2px;
}

/* The Blue Rectangle Thumb */
.vision-statement-wrapper .vision-scrollbar-thumb {
  position: absolute;
  top: -2px;
  left: 0;
  height: 6px;
  background-color: var(--brand-blue);

  /* --- NEW CHANGES START --- */
  width: 0; /* JS calculates the percentage, but... */
  max-width: 100px; /* ...CSS forces it to never exceed 100px */
  min-width: 50px; /* ...and never shrink below 50px for usability */
  /* --- NEW CHANGES END --- */
  cursor: grab;
  transition: background-color 0.2s;
  /* Important: Do not transition 'left' or 'width' here, 
       or dragging will feel laggy. JS handles position. */
}

.vision-statement-wrapper .vision-scrollbar-thumb:active {
  cursor: grabbing;
  background-color: #005eb8;
}

/* --- Navigation Buttons --- */
.vision-statement-wrapper .nav-buttons {
  display: flex;
  gap: 15px;
}

.vision-statement-wrapper .nav-btn,
.innovation-metrics-slider .slider-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}
.vision-statement-wrapper .nav-btn {
  background: transparent;
}

.vision-statement-wrapper .nav-btn:hover {
  border-color: #fff;
  color: var(--brand-blue);
  background: var(--brand-orange);
}
.vision-statement-wrapper .nav-btn svg:hover {
  color: #fff;
}

.vision-statement-wrapper .stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

/* Sectors hero & About hero & sustainability hero */
.sector-hero-banner + .hero-content h2,
.about-page-hero-banner + .hero-content h2,
.sustainability-page-hero-banner + .hero-content h2,
.csr-hero-banner + .hero-content h2 {
  font-size: 2.5rem;
  line-height: 3.13rem;
}
.sector-hero-banner + .hero-content #heroSubtitleCarousel,
.about-page-hero-banner + .hero-content #heroSubtitleCarousel,
.sustainability-page-hero-banner + .hero-content #heroSubtitleCarousel {
  width: 460px;
}
.sector-hero-banner + .hero-content #heroSubtitleCarousel .carousel-indicators,
.about-page-hero-banner
  + .hero-content
  #heroSubtitleCarousel
  .carousel-indicators,
.sustainability-page-hero-banner
  + .hero-content
  #heroSubtitleCarousel
  .carousel-indicators {
  display: none;
}
.sustainability-page-hero-banner + .hero-content h2 {
  width: 520px;
}
/* sectors hero end */

.sector-overview-highlight-section.highlights {
  margin-bottom: 100px;
}

.hostpot-sec h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #17428c;
  text-align: left;
}

.hostpot-sec p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
}

.hostpot-sec p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
}

/* Value responsibility section */
.values-responsibility-section .section-main-title {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  color: #17428c;
}
.values-responsibility-section .section-description *,
.values-responsibility-section .values-grid .value-card * {
  font-size: 16px;
  line-height: 24px;
}
.values-responsibility-section .values-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.values-responsibility-section .values-grid .value-card {
  flex-basis: 28%;
  position: relative;
}
.values-responsibility-section .values-grid .value-card .value-badge {
  display: none;
}
.values-responsibility-section .values-grid .value-card .value-title {
  font-weight: 700;
  margin-bottom: 0;
}
.values-responsibility-section .values-grid .value-card:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
}
.values-responsibility-section .values-grid .value-card .value-link {
  display: inline-block;
  margin-top: 30px;
  color: #000;
  margin-bottom: 10px;
}
.values-responsibility-section .values-grid .value-card .value-link svg {
  display: none;
}
.values-responsibility-section {
  padding-top: 120px;
  padding-bottom: 130px;
}
/* Value responsibility section end */

/* build Build for India start*/

.paragraph-slider-section {
  padding: 80px 0 120px 0;
  background-color: rgb(0 0 0 / 8%);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.paragraph-slider-section .slider-description h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #17428c;
  text-align: left;
}

.paragraph-slider-section .slider-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
}
.paragraph-slider-section .slider-header {
  max-width: 500px;
}

.paragraph-slider-container {
  overflow: visible;
}

.paragraph-slider .slider-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.paragraph-slider .slider-item {
  position: relative;
  min-height: 520px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.paragraph-slider .slider-media-container {
  height: 100%;
}

/* Background Image */
.paragraph-slider .slider-image-wrapper,
.paragraph-slider .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph-slider .slider-content-container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding: 32px;
}

.paragraph-slider .slider-content {
  color: #ffffff;
}

.paragraph-slider .slide-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 12px;
}

.paragraph-slider .slide-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 16px;
  font-weight: normal;
}

.paragraph-slider .slide-cta a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  padding: 0;
  border: 0;
}

.paragraph-slider .slider-navigation,
.paragraph-slider .slide-counter {
  display: none;
}

.paragraph-slider .slider-arrow {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.paragraph-slider .slider-item:hover .slider-arrow {
  transform: translate(8px, -8px);
  opacity: 0.85;
}

.paragraph-slider .slider-arrow img {
  height: auto;
  display: block;
}

/* Our Sustainability Vision section */
.layout--twocol-section--33-67:has(
  .layout__region.layout__region--first > div.our-sustainability-vision----left
) {
  align-items: center;
  margin-top: 120px;
}
.our-sustainability-vision----left ul {
  padding-left: 15px;
}
/* Our Sustainability Vision section end */
/* eco benefit start */

.eco-benefits-section {
  padding: 80px 0 70px;
  color: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #17428c;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 180px;
  margin-bottom: 180px;
}

.eco-benefits-header {
  text-align: left;
  max-width: 650px;
}

.eco-benefits-section h2 {
  color: #ffffff;
  letter-spacing: -0.5px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

/* Benefit Titles (H3) */
.eco-benefits-section h3,
.eco-benefits-section .benefit-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

/* ---------- Grid ---------- */

.eco-benefits-grid {
  margin-top: 50px;
}

.eco-benefits-grid .row {
  row-gap: 40px;
}

/* ---------- Benefit Card ---------- */

.eco-benefits-section .benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
}

/* ---------- Icon ---------- */

.benefit-icon-wrapper {
  flex-shrink: 0;
}

.benefit-icon {
  max-width: 100px;
  width: 100%;
}
/* ---------- Content ---------- */

.eco-benefits-section .benefit-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 210px;
  white-space: normal;
}

.eco-benefits-section .benefit-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
}

/* ---------- Optional Number (Hidden in Design) ---------- */

.eco-benefits-section .benefit-number {
  display: none;
}

/* ---------- Footer Note ---------- */

.eco-benefits-section .eco-benefits-note {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #cdd7ff;
  text-align: left;
}

.csr-report-download {
  position: relative;
  height: 146px;
  margin-bottom: 100px;
  margin-top: 100px;
}

.csr-report-download img {
  position: absolute;
  width: 100%;
}

.csr-report-download h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50%;
  float: left;
  color: #ffffff;
  line-height: 146px;
  top: 0px;
  left: 100px;
}

.csr-report-download p {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 100px;
  padding-top: 50px;
}

.csr-report-download a {
  background: var(--brand-orange);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 250px;
  margin: 5px;
  text-align: center;
}

/* 1. Main Section Wrapper */
.company-value-pillars-section {
  background-color: #fff;
  padding: 124px 0 106px;
  clear: both;
}

/* 3. Accordion Item (The container row) */
.company-value-pillars-section .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
}

/* 4. Accordion Button (The clickable header) */
.company-value-pillars-section .accordion-button {
  background-color: transparent;
  color: #000;
  font-weight: 700; /* Bold text */
  padding: 20px 0; /* Vertical padding, 0 horizontal to align left */
  box-shadow: none; /* Removes Bootstrap blue focus glow */
  border: none;
  border-radius: 0 !important;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #000000 !important;
}

/* Active State (When open) - Ensure no grey background appears */
.company-value-pillars-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
  box-shadow: none;
}

/* Focus State - Clean look */
.company-value-pillars-section .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

/* 5. The Icons (+ and -) */
/* Hide the default Bootstrap SVG chevron */
.company-value-pillars-section .accordion-button::after {
  background-image: none !important;
  font-size: 28px; /* Large icon size */
  font-weight: 400;
  line-height: 1;
  color: #17428c; /* Blue icon color */
  margin-left: auto; /* Pushes icon to the far right */
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}
/* State: OPEN (Show Minus) */
.company-value-pillars-section .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none; /* Disable Bootstrap rotation */
  margin-top: -5px; /* Slight visual alignment correction */
}

/* State: CLOSED (Show Plus) */
.company-value-pillars-section .accordion-button.collapsed::after {
  content: "+";
  margin-top: -5px; /* Slight visual alignment correction */
}

/* 6. Accordion Content Body */
.company-value-pillars-section .accordion-body {
  padding: 0 0 30px 0; /* Space below text, aligned with title */
  color: #212529;
}

/* Specific styling for the description text inside */
.company-value-pillars-section .pillar-description p {
  margin-bottom: 0px;
  margin-top: 10px;
}

/* --- Main Wrapper --- */
.purpose-impact-section {
  background-color: #eeeeee;
  color: #333;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* --- Typography --- */
.purpose-impact-section .section-title {
  color: #1a428a;
  font-weight: 700;
  font-size: 2rem;
}

.purpose-impact-section .section-subtitle {
  color: #17428c;
  font-weight: 300;
  font-size: 28px;
  width: 450px;
}

/* --- Tabs --- */
.purpose-impact-section .nav-tabs {
  border-bottom: 1px solid var(--brand-blue) !important;
  gap: 2rem;
  padding-bottom: 32px;
}

.purpose-impact-section .nav-tabs .nav-link {
  background: transparent;
  border: none;
  color: #1a428a;
  opacity: 0.7;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}

.purpose-impact-section .nav-tabs .nav-link:hover,
.purpose-impact-section .nav-tabs .nav-link.active {
  opacity: 1;
  color: #1a428a;
  border-color: transparent;
}

.purpose-impact-section .nav-tabs .nav-link.active {
  font-weight: bold;
}

.purpose-impact-section .nav-tabs .nav-link.active:after {
  content: " ";
  width: 140px;
  height: 2px;
  border: 3px solid var(--brand-blue);
  display: inline-block;
}

.purpose-impact-section .icon-color-1 svg {
  stroke: #f37021;
}
.purpose-impact-section .icon-color-2 svg {
  stroke: #009ca6;
}
.purpose-impact-section .icon-color-3 svg {
  stroke: #e30613;
}

/* --- Slider & Cards Styling --- */

/* The Card Container */
.purpose-impact-section .initiative-card {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: 400px; /* Fixed height is important for the layout consistency */
  cursor: pointer;
}

/* The Image */
.purpose-impact-section .card-img-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.purpose-impact-section .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* The Overlay (White Box) */
.purpose-impact-section .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  transform: translateY(
    calc(100% - 70px)
  ); /* By default, push down so only Title (approx 70px) shows */
  transition:
    transform 0.4s ease-in-out,
    background 0.3s;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 200px;
  overflow-y: hidden; /* Hide scrollbars during animation */
}

.purpose-impact-section .card-overlay-content {
  display: flex;
  flex-direction: column;
}

.purpose-impact-section .card-title {
  margin: 0;
  font-size: 16px;
  color: #000;
}

.purpose-impact-section .card-subtitle {
  font-size: 16px;
  font-weight: normal;
  max-height: 100px;
  overflow-y: auto;
}

.purpose-impact-section .card-hidden-details {
  margin-top: 15px;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease 0.1s; /* Slight delay */
  color: #333;
}

/* --- Hover Effects --- */

/* 1. Zoom image */
.purpose-impact-section .initiative-card:hover .card-img-top {
  transform: scale(1.1);
}

/* 2. Slide up overlay */
.purpose-impact-section .initiative-card:hover .card-overlay {
  transform: translateY(0); /* Move back to natural position */
  background: #fff; /* Solid white on hover */
}

/* 3. Fade in details */
.purpose-impact-section .initiative-card:hover .card-hidden-details {
  opacity: 1;
}

/* --- Slider Navigation Arrows --- */
/* Positioning them outside the content area (Desktop) */
.purpose-impact-section .carousel-control-prev {
  left: -60px;
  width: 50px;
  opacity: 1;
}

.purpose-impact-section .carousel-control-next {
  right: -60px;
  width: 50px;
  opacity: 1;
}

/* Circle styling for arrows */
.purpose-impact-section .carousel-control-prev-icon-custom,
.purpose-impact-section .carousel-control-next-icon-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #333;
  background: transparent;
  transition: all 0.2s;
}

.purpose-impact-section .carousel-control-prev-icon-custom:hover,
.purpose-impact-section .carousel-control-next-icon-custom:hover {
  background: #333;
}

.purpose-impact-section .carousel-control-prev-icon-custom:hover svg,
.purpose-impact-section .carousel-control-next-icon-custom:hover svg {
  stroke: #fff;
}

/* --- Slider Indicators (Dots) --- */
.purpose-impact-section .carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 1px solid #666;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 1;
}

.purpose-impact-section .carousel-indicators .active {
  background-color: #ffffff;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
  /* On Tablets/Mobile, Arrows might overlap or need hiding */
  .purpose-impact-section .carousel-control-prev,
  .purpose-impact-section .carousel-control-next {
    display: none; /* Hide arrows on smaller screens */
  }

  .purpose-impact-section .initiatives-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .purpose-impact-section .initiative-card {
    height: 350px; /* Slightly smaller on mobile */
  }
}

.section-description.text-muted p {
  font-size: 16px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  max-width: 900px;
}

.focus-area-label strong {
  color: #707070;
  font-size: 28px;
  font-weight: normal;
}

.impactTabsContent-skills .tab-title {
  color: var(--brand-blue);
  font-weight: 300;
  font-size: 24px;
}

.impactTabsContent-skills .tab-description p br {
  margin-bottom: 10px;
}

#impactTabsContent .tab-description p {
  font-size: 16px;
  max-width: 900px;
}

.purpose-impact-section .nav-item {
  width: 250px;
  text-align: center;
  display: inline-block;
  height: 166px;
}

.purpose-impact-section .nav-item span {
  font-weight: bold;
  height: 50px;
  font-family: "Ubuntu", sans-serif;
}

.tab-icon-wrapper img {
  height: 100px;
}

#impactTabsContent .our-initiative-font {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  display: none;
}

.purpose-impact-section .carousel-indicators {
  text-align: center;
  justify-content: center;
}

.purpose-impact-section .custom-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: #ffffff;
}

/* Arrow line */
.purpose-impact-section .custom-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 22px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}

/* Arrow head */
.purpose-impact-section .custom-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

/* Left arrow rotation */
.purpose-impact-section .custom-arrow.left {
  transform: rotate(180deg);
}

/* Optional hover effect */
.purpose-impact-section .carousel-control-prev:hover .custom-arrow,
.purpose-impact-section .carousel-control-next:hover .custom-arrow {
  background-color: rgba(0, 0, 0, 0.05);
}
.sustainability-at-the-core-of-everything {
  background: #eaeaea;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.sustainability-at-the-core-of-everything h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #17428c;
  text-align: center;
  max-width: 670px;
  margin: 0 auto 20px auto;
  display: block;
}
.sustainability-at-the-core-of-everything p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 300;
  color: #000000;
  max-width: 900px;
  margin: 0 auto 20px auto;
}
.sustainability-at-the-core-of-everything h3 {
  font-size: 23px;
  color: #17428c;
  border-top: 1px solid #17428c;
  border-bottom: 1px solid #17428c;
  margin: 50px auto 20px auto;
  padding: 20px;
  text-align: center;
  font-weight: normal;
  max-width: 900px;
  display: block;
}
/* together we build start */
.success-stories-section {
  padding: 80px 0 60px;
  background: #fff;
}

.success-stories-section h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #17428c;
  line-height: 1.2;
  margin-bottom: 50px;
}

/* Slider wrapper */
.success-stories-section .success-stories-slider {
  position: relative;
  margin: 0 auto;
}

/* Slides track */
.success-stories-section .slides-container {
  display: flex;
  gap: 32px;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Single card */
.success-stories-section .slide {
  flex: 0 0 calc(50% - 16px); /* 2 cards */
}

/* Card layout */
.success-stories-section .slide-row {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

/* Image */
.success-stories-section .story-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay */
.success-stories-section .slide-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
}

/* Content overlay */
.success-stories-section .content-side {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  color: #fff;
}

.success-stories-section .slide-number {
  display: none;
}

.success-stories-section .content-side h3 {
  font-size: 21px;
  font-weight: normal;
  margin: 0;
}

/* =========================
   PROGRESS BAR + ARROWS
========================= */

.success-stories-section .slider-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 40px;
  display: none;
}

.success-stories-section .dots {
  flex: 1;
  height: 2px;
  background: #17428c;
  position: relative;
  border-radius: 2px;
  margin-right: 12px;
  order: 1;
}

/* Dark moving indicator (BEFORE) */
.success-stories-section .dots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  background: #17428c;
  transform: translate(var(--progress-x, 0px), -50%);
  transition: transform 0.45s ease;
  max-width: 300px;
  min-width: 50px;
  width: 140px;
  cursor: grab;
}

/* hide dot buttons */
.success-stories-section .dot {
  display: none;
}
/* prev & next buttons together on right */
.success-stories-section .prev-btn,
.success-stories-section .next-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}

/* Make both buttons appear together after the progress bar */
.success-stories-section .prev-btn {
  order: 2;
}

.success-stories-section .next-btn {
  order: 3;
  margin-left: 8px;
}

.our-commitment-to-sustainability .eco-benefits-section {
  margin-top: 0;
  margin-bottom: 0;
}

.category-card .field--name-field-sector-image:hover img {
  transform: scale(1.1);
}
.category-card .field--name-field-sector-image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1em;
}
.category-card .field--name-field-sector-image img {
  transition: transform 0.5s ease;
  margin-bottom: 0;
}
.category-card a {
  text-decoration: none;
}
.wtcCarousel .carousel-item .hero-image:before,
.wtcCarousel .carousel-item .hero-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wtcCarousel .carousel-item .hero-image:before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.22),
    rgba(0, 0, 0, 0.08),
    transparent
  );
}
.wtcCarousel .carousel-item .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.15) 30%,
    rgba(0, 0, 0, 0) 65%
  );
  pointer-events: none;
}

.wtcCarousel .carousel-item .hero-image {
  filter: unset;
}

.home-page-hero-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: transparent
    linear-gradient(90deg, #000000b5 0%, #ffffff00 30%, #00000000 100%);
}

#sector-27-Tab .nav-item .subtitle {
  display: none;
}

#sector-27-Tab .nav-item .nav-link.active + .subtitle {
  display: block;
}

#sector-27-Tab .nav-item .nav-link:hover + .subtitle {
  display: block;
}

/* images slider */
.image-slider-section {
  padding: 122px 0 70px;
  color: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #ffffff;
}

.innovation-metrics-section {
  padding: 122px 0 70px;
  color: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: rgb(0 0 0 / 8%);
}
.image-slider-section .image-slider {
  overflow: hidden;
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
}

.image-slider-section .slider-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  align-items: center;
  margin-bottom: 100px;
}

.image-slider-section .slider-item {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 0 40px;
}

.image-slider-section .slider-image-wrapper img {
  max-height: 180px;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 100%;
  object-fit: contain;
}
.image-slider-section .slider-controls {
  display: flex;
  justify-content: center;
  margin-left: -50px;
  margin-right: -50px;
}

.image-slider-section .slider-controls .slider-pagination .slider-dot {
  border: 1px solid #707070;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
}

.image-slider-section .slider-pagination .slider-dot.active {
  background-color: #707070;
}

.image-slider-section .slider-controls .slider-prev,
.slider-controls .slider-next {
  position: absolute;
  top: 20%;
  background: #fff;
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}
.image-slider-section .slider-controls .slider-prev {
  left: 0;
}
.image-slider-section .slider-controls .slider-next {
  right: 0;
}
.image-slider-section .image-slider .slide-counter {
  display: none;
}
/* images slider end */

/* innovation slider */
.innovation-metrics-slider .slider-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-right: 0;
  padding-bottom: 30px;
}
.innovation-metrics-slider .slider-track .slider-item {
  flex: 0 0 31.5%;
  scroll-snap-align: start;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.innovation-metrics-slider .innovation-metrics-scrollbar-wrapper {
  flex-grow: 1;
  margin-right: 40px;
  max-width: 90%;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.innovation-metrics-slider #innovationMetricsScrollbarTrack {
  width: 100%;
  height: 1px;
  background-color: #17428c;
  position: relative;
  border-radius: 2px;
}
.innovation-metrics-slider #innovationMetricsScrollbarThumb {
  position: absolute;
  top: -6px;
  left: 0;
  height: 12px;
  background-color: var(--brand-blue);
  width: 0;
  max-width: 200px;
  min-width: 50px;
  cursor: grab;
  transition: background-color 0.2s;
}
.innovation-metrics-slider .slider-nav-btn {
  background-color: #fff;
  border-color: #000000;
}
.innovation-metrics-slider .slider-nav-btn:hover {
  background-color: var(--brand-orange);
  border-color: #fff;
}
.innovation-metrics-slider .slider-nav-btn i:hover {
  color: #fff;
}
.innovation-metrics-slider .slider-navigation {
  gap: 16px;
}
.innovation-metrics-slider .metric-content-container {
  padding: 25px 30px 30px;
}
.innovation-metrics-slider .image-number {
  display: none;
}
/* Innovation slider ends */

/* paragraph slider section redesign */
.paragraph-slider .slider-content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(calc(100% - 115px));
  transition: transform 0.4s ease-in-out;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 140px;
}
.paragraph-slider .slide-title {
  color: #17428c;
  font-family: "Roboto";
}
.paragraph-slider .slider-arrow {
  display: none;
}
.paragraph-slider .slider-item:hover .slider-content-container {
  transform: translateY(180px);
}
.paragraph-slider .slider-item .slider-content-container .slide-subtitle {
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
  color: #333;
  max-height: 0;
  overflow: hidden scroll;
  margin: 0;
}
.paragraph-slider .slider-item:hover .slider-content-container .slide-subtitle {
  opacity: 1;
  max-height: 100px;
}
.paragraph-slider .slider-item .slider-content-container .slide-cta {
  display: none;
}
.paragraph-slider .slider-item {
  min-height: 415px;
  /* background: #f3f3f3; */
  background: #ffffff;
  color: #000;
}
.paragraph-slider .slider-media-container img {
  overflow: hidden;
}
.paragraph-slider .slider-media-container {
  transition: 0.4s;
  height: 300px;
}
.paragraph-slider .slider-item:hover .slider-media-container {
  height: 180px;
}
/* paragraph slider section redesign end */

.sg-icon-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  flex-wrap: nowrap; /* important */
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #ffffff;
}

/* Hide scrollbar - Chrome, Safari, Edge */
.sg-icon-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar - Firefox */
.sg-icon-scroll-wrapper {
  scrollbar-width: none;
}

/* Fixed width buttons */
.sg-icon-btn {
  flex: 0 0 130px;
}

.global-legacy-stats-grid .tab-description {
  display: table;
}

.global-legacy-stats-grid .display-table-cell-verti {
  display: table-cell;
  vertical-align: middle;
}

.global-legacy-stats-grid .making-middle {
  display: table;
}

.global-legacy-stats-grid .stat-media {
  display: table-cell;
  vertical-align: middle;
}

.small p:empty {
  display: none;
}

.category-main-section .hero-content p:empty {
  display: none;
}

.success-stories-section .media-side {
  position: relative;
}

.success-stories-section video {
  height: 350px;
  width: 100%;
}
.success-stories-section .media-side .video-poster {
  position: absolute;
  top: 0;
}
.success-stories-section .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: unset;
  cursor: pointer;
  z-index: 3;
}
.success-stories-slider .slide-row.is-playing .content-side,
.success-stories-slider .slide-row.is-playing:after {
  display: none;
}

/* about legacy and milestone */

.sg-icon-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  flex-wrap: nowrap; /* important */
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar - Chrome, Safari, Edge */
.sg-icon-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar - Firefox */
.sg-icon-scroll-wrapper {
  scrollbar-width: none;
}

/* Fixed width buttons */
.sg-icon-btn {
  flex: 0 0 130px;
}

.global-legacy-stats-grid .tab-description {
  display: table;
}

.global-legacy-stats-grid .display-table-cell-verti {
  display: table-cell;
  vertical-align: middle;
}

.global-legacy-stats-grid .making-middle {
  display: table;
}

.global-legacy-stats-grid .stat-media {
  display: table-cell;
  vertical-align: middle;
}

.small p:empty {
  display: none;
}

.category-main-section .hero-content p:empty {
  display: none;
}
/* Parent wrapper untouched, extra class for overrides */
.sg-milestone-override {
  position: relative;
  text-align: center;
}

/* Desktop (>=992px) – NO horizontal scroll */
.sg-milestone-override .sg-icon-scroll-wrapper {
  overflow-x: hidden;
}

/* Year row */
.sg-milestone-override .sg-icon-scroll {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.sg-milestone-override .sg-icon-scroll-item {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.sg-milestone-override .sg-icon-scroll-item.is-active {
  color: #fff;
  font-weight: 700;
}

/* Separator | */
.sg-milestone-override .sg-separator {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 6px;
}

/* Line + indicator */
.sg-milestone-override .sg-scroll-line {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 14px;
}

.sg-milestone-override .sg-scroll-indicator {
  position: absolute;
  top: -4px;
  height: 6px;
  background: #fff;

  transition:
    transform 0.3s ease,
    width 0.3s ease;

  z-index: 2;
}

/* Content section */
.solutions-milestones-wrapper .milestone-content {
  display: none;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}

.solutions-milestones-wrapper .milestone-content.is-active {
  display: flex;
}

.solutions-milestones-wrapper .milestone-year-big {
  font-size: 45px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}

.solutions-milestones-wrapper .milestone-text {
  max-width: 700px;
  font-size: 16px;
  color: #fff;
}

/* sector hero */
/* ===============================
   WRAPPER
================================ */
.image-slide-show-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* remove container width restriction */
.image-slide-show > .container {
  max-width: 100%;
  padding: 0;
}

/* ===============================
   SLIDE SHOW
================================ */
.image-slide-show .slide-show {
  position: relative;
}

/* ===============================
   SLIDES
================================ */
.image-slide-show .slides {
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 600px;
}

.image-slide-show .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.image-slide-show .slide.active {
  opacity: 1;
  z-index: 2;
}

/* ===============================
   IMAGE
================================ */
.image-slide-show .slide-image img {
  width: 100%;
  height: 75vh;
  min-height: 600px;
  object-fit: cover;
}

/* ===============================
   LEFT DARK GRADIENT (MATCH IMAGE)
================================ */
.image-slide-show .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.25) 55%,
    rgba(0, 0, 0, 0) 75%
  );
  z-index: 1;
}

/* ===============================
   CONTENT (HERO STYLE)
================================ */
.image-slide-show .slide-content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 640px;
  color: #fff;
}

.image-slide-show .slide-content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}

.image-slide-show .slide-content p {
  line-height: 1.5;
  opacity: 0.95;
}

/* ===============================
   NAVIGATION (BOTTOM CENTER)
================================ */
.image-slide-show .slide-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* hide arrows (image style has only bars) */
.image-slide-show .prev-btn,
.image-slide-show .next-btn {
  display: none;
}

/* ===============================
   DOTS / PROGRESS BARS
================================ */
.image-slide-show .dots {
  display: flex;
  gap: 10px;
}

.image-slide-show .dot {
  width: 50px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
}

.image-slide-show .dot.active {
  background: #ffffff;
}
.image-slide-show .text-center {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left !important;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.image-slide-show .text-center h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.13rem;
}

/* =========================================
   SUBTITLE
========================================= */
.image-slide-show .text-center p {
  width: 460px;
  line-height: 1.5;
  opacity: 0.95;
  margin: 0;
}

/* ===============================
   COUNTER (NOT NEEDED)
================================ */
.image-slide-show .slide-counter {
  display: none;
}

/* popu css start */
/* ===============================
   VALUES RESPONSIBILITY MODAL
================================ */

.values-responsibility-wrapper .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 40px 20px;
}

/* Show modal when active */
.values-responsibility-wrapper .modal.show {
  display: block;
}

/* Modal dialog */
.values-responsibility-wrapper .modal-dialog {
  max-width: 980px;
  margin: auto;
}

/* Modal box */
.values-responsibility-wrapper .modal-content {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* ===============================
   HEADER
================================ */

.values-responsibility-wrapper .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  border-bottom: 1px solid #e5e7eb;
}

.values-responsibility-wrapper .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f3c88;
}

/* Close button */
.values-responsibility-wrapper .modal-header .close {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

/* hide default × character */
.values-responsibility-wrapper .modal-header .close span {
  display: none;
}

/* draw the X */
.values-responsibility-wrapper .modal-header .close::before,
.values-responsibility-wrapper .modal-header .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #8b8b8b; /* match screenshot */
  transform-origin: center;
}

/* left diagonal */
.values-responsibility-wrapper .modal-header .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* right diagonal */
.values-responsibility-wrapper .modal-header .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* hover effect (optional but nice) */
.values-responsibility-wrapper .modal-header .close:hover::before,
.values-responsibility-wrapper .modal-header .close:hover::after {
  background-color: #1f3c88;
}

/* ===============================
   TAB NAVIGATION (Top)
================================ */

.values-responsibility-wrapper .modal-tabs {
  display: flex;
  border-bottom: 1px solid #dbe1ea;
  padding: 0 32px;
}

.values-responsibility-wrapper .modal-tab {
  position: relative;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #1f3c88;
  cursor: pointer;
  white-space: nowrap;
}

.values-responsibility-wrapper .modal-tab.active {
  font-weight: 600;
}

.values-responsibility-wrapper .modal-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #1f3c88;
}

/* ===============================
   BODY
================================ */

.values-responsibility-wrapper .modal-body {
  padding: 32px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

/* Headings inside modal */
.values-responsibility-wrapper .modal-body h2 {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.2 !important;
  margin-bottom: 20px;
  color: #17428c;
}

.values-responsibility-wrapper .modal-body h6 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.values-responsibility-wrapper .modal-body p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.values-responsibility-wrapper .modal-body img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  padding: 15px 0;
}

/* Lists */
.values-responsibility-wrapper .modal-body ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.values-responsibility-wrapper .modal-body li {
  margin-bottom: 6px;
}

/* Links */
.values-responsibility-wrapper .modal-body a {
  color: #00ade1;
  text-decoration: underline;
  font-size: 16px;
}

/* ===============================
   IMAGE SECTION (Principles Image)
================================ */

.values-responsibility-wrapper .modal-body .modal-image {
  margin: 20px 0 30px;
}

.values-responsibility-wrapper .modal-body .modal-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.sg-icon-scroll-container {
  position: relative;
  display: flex;
  align-items: center;
}

.sg-icon-scroll-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding: 0 10px;
  scrollbar-width: none; /* Firefox */
}

.sg-icon-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome */
}

/* Arrows */
.sg-arrow {
  top: 40%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  display: none;
  text-align: center;
  line-height: 36px;
  color: #18428c;
}

.sg-arrow-left {
  left: -18px;
}

.sg-arrow-right {
  right: -18px;
}

/* Optional hover effect */
.sg-arrow:hover {
  background: #f5f5f5;
}

/* Wrapper injected by JS */
.sg-milestone-scroll-shell {
  position: relative;
  display: flex;
  align-items: center;
}

/* Arrow buttons */
.sg-milestone-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.sg-milestone-nav--left {
  left: 0px;
  top: 60px;
}

.sg-milestone-nav--right {
  right: 0px;
  top: 60px;
}

.sg-milestone-nav:hover {
  background: #f5f5f5;
}

/* .benefits-grid.row {
  gap: 10px;
} */

.benefits-carousel-section .custom-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: #ffffff;
}

/* Arrow line */
.benefits-carousel-section .custom-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 22px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%);
}

/* Arrow head */
.benefits-carousel-section .carousel-control-prev,
.benefits-carousel-section .carousel-control-next {
  width: auto;
}

.benefits-carousel-section .custom-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

/* Left arrow rotation */
.benefits-carousel-section .custom-arrow.left {
  transform: rotate(180deg);
}

/* Optional hover effect */
.benefits-carousel-section .carousel-control-prev:hover .custom-arrow,
.benefits-carousel-section .carousel-control-next:hover .custom-arrow {
  background-color: rgba(0, 0, 0, 0.05);
}
.benefits-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefits-viewport {
  overflow: hidden;
  width: 100%;
}

.benefits-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}

/* 3 cards visible */
.benefit-card {
  flex: 0 0 calc(25% - 16px);
  max-width: calc(25% - 16px);
  min-width: 25%;
  height: 260px; /* optional: slightly shorter */
  border-radius: 8px;
}

/* scroll inside card */
.benefits-scroll {
  max-height: 160px;
  overflow-y: auto;
}
/* make carousel act like window */
#benefits-carousel .carousel-inner {
  overflow: hidden;
}

/* all slides in one row */
#benefits-carousel .carousel-inner {
  display: flex;
}

/* disable bootstrap slide animation */
#benefits-carousel .carousel-item {
  display: block;
  flex: 0 0 100%;
}

/* row behave like track */
.benefits-grid {
  display: flex;
  /* gap: 24px; */
}
/* .benefits-grid.row {
  --bs-gutter-x: 0;
} */

/* card width = 1/3 */
.benefit-card {
  flex: 0 0 calc(33.333% - 16px);
}
.benefits-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  justify-content: flex-start;
}

.benefit-card {
  flex: 0 0 25%;
  max-width: 25%;
}

.benefit-description::-webkit-scrollbar {
  width: 4px;
}

.benefit-description::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
.site-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.loader-svg {
  width: 220px;
}

.loader-path {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: drawLine 2s ease forwards infinite;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

/* press release */
.press-release-listing {
  padding: 60px 15px;
}
.press-release-listing h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  color: #17428c;
  text-align: left;
}

.press-release-listing h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #17428c;
  text-align: left;
}
.press-release-listing h3 a {
  text-decoration: none;
  color: #17428c;
}
.press-release-listing .description p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
  display: none;
}
.press-release-listing .download-link {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 500;
  color: var(--brand-orange);
  margin-bottom: 15px;
  text-decoration: none;
}
.press-release-listing .press-release-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.press-release-item .publish-date {
  color: #000;
  font-weight: 500;
  padding: 10px 0;
}
