@import url('https://fonts.googleapis.com/css2?family=Pathway+Extreme:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600&amp;family=Taviraj:wght@100;200;300;400;500;600&amp;display=swap');

/* Body */
body {
  font-family: 'Pathway Extreme', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Taviraj', serif;
  font-weight: 200;
}

a {
  text-decoration: none;
}

.border-primary {
  border-color: #063e6e !important;
}

/* Custom Classes */
.catering-nav a.nav-link {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
  color: #ffffff !important;
}

.btn-lg {
  padding: 14px 32px;
  font-size: 18px;
}

.btn-success {
  background-color: #418043 !important;
  border-color: #418043 !important;
}

.btn-success:hover {
  background-color: #55a630 !important;
  border-color: #55a630 !important;
}

.btn-light:hover {
  background-color: #55a630 !important;
  border-color: #55a630 !important;
  color: #fff !important;
}

.bg-success {
  background-color: #418043 !important;
}

.mt-n7 {
  margin-top: -7rem;
}

.mb-n7 {
  margin-bottom: -7rem;
}

/* .section-ourSolution img {
	height: 100px;
} */

/* Homepage */
/* .bg-homepage {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.topheader,
.osahan-main-nav {
	position: relative;
	z-index: 4;
}

.bg-homepage iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 120%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.bannercontent .textContent {
	position: relative;
	z-index: 3;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
} */
.bg-homepage {
  position: relative;
  width: 100%;
  /* Fix for mobile browsers where 100vh includes browser chrome */
  height: 100vh;
  height: 100dvh;
  /* dynamic viewport height — best for mobile */
  overflow: hidden;
}

.topheader,
.osahan-main-nav {
  position: relative;
  z-index: 4;
}

/* ── Video iframe fills the container, cropped to cover ── */
.bg-homepage iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* 
        16:9 video — we need whichever dimension is larger to fill 100%.
        On portrait mobile the width is the constraint, so we base size on width.
    */
  width: 100vw;
  height: 56.25vw;
  /* 16:9 ratio based on viewport width */
  min-height: 100%;
  min-width: 177.78vh;
  /* 16:9 ratio based on viewport height */
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  /* prevent user interacting with iframe */
}

.bannercontent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* vertically center text content */
}

.bannercontent .textContent {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 80px 0 40px;
  /* breathing room top (for navbar) and bottom */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* ── Mobile tweaks ── */
@media (max-width: 768px) {
  .bg-homepage {
    height: 100svh;
    /* small viewport height — excludes browser chrome on mobile */
  }

  .bannercontent .textContent {
    padding: 70px 0 30px;
  }

  .bannercontent h1 {
    font-size: 1.8rem;
    /* scale down display-4 on small screens */
  }
}

@media (max-width: 480px) {
  .bannercontent h1 {
    font-size: 1.5rem;
  }

  .bannercontent .lead {
    font-size: 0.95rem;
  }
}

.bg-homepage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/homepage/Main_Banner.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-veg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/vegetables-background.svg);
  background-color: #000;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-today-menu {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home-menu-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.client-img {
  width: 100px;
}

section.ourStory {
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  overflow: hidden;
}

.ourStory .ourStoryImage img {
  animation: rotate 55s linear infinite;
}

.section-ourSolution .solutionBox {
  background: #80c88b;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

/* Servcies */
.bg-servcies {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-services.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-solutions {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/solutions/Banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-career {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/career-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-leadership {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Leadership/Banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-reservation {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/reservation-background.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Menu */
.bg-menu {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-menu.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* About */
.bg-about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/our-story/Banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Contact-us/Banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Contact */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-item i {
  margin-top: 4px;
}

.contact-item p {
  margin: 0;
  font-size: 16px;
}

.contact-item a {
  text-decoration: none;
  color: var(--ics-text);
}

.contact-item a:hover {
  text-decoration: none;
}

/* Footer */
.bg-footer {
  background-image: linear-gradient(#ddd3cc, #ddd3cc), url(../img/bg-footer.svg);
  background-color: #ddd3cc;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mobile Media  */
@media (max-width:992px) {
  .m-none {
    display: none;
  }
}

.home_getintouch .getintouchBox {
  padding: 50px 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.home_getintouch .getintouchBox:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000007a;
  left: 0;
  top: 0;
  z-index: 0;
}

.getintouchCTA {
  position: relative;
}

/* contact us */
.addressBox {
  background-color: #ddd3cc;
  ;
}

.addressBlock {
  border: 3px solid #000;
  border-radius: 20px;
  /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); */
  transition: .3s ease;
}

.addressBlock:hover {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.contactForm {
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
}

.contactForm .submitBtn {
  background-color: #000;
  color: #fff;
}

/* our location in contact us */

.map-section {
  width: 100%;
}

.map-section iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}

.counterSection {
  background-color: #063e6e;
}

.counterSection .numbersBox {
  border: 2px solid #fff;
  padding: 40px 0;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  transition: .3s ease;
}

.counterSection .numbersBox:hover {
  transform: translateY(-10px);
}

/* .leadershipSection {
	background-color: #efeae4;
} */

.faqsection {
  overflow-x: hidden;
}

.faqsection .accordion-item {
  border-radius: 30px;
}

.faqsection .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #fff;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 100px;
}

.faqsection .accordion-item .accordion-button {
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  border-radius: 100px;

}

.BlogGrid .blogBox .badge {
  color: #fff;
  border-radius: 50px;
  background: #063e6e;
}

.blogheader {
  background: #063e6e;
}



/* Automotive page */
:root {
  --brand-color: #063e6e;
  --brand-color-light: #0a5a9a;
  /* lighter shade for hover */
}

/* Icon color */
.brand-color {
  color: var(--brand-color);
}

/* Button style */
.btn-brand {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #fff;
}

/* Button hover */
.btn-brand:hover {
  background-color: var(--brand-color-light);
  border-color: var(--brand-color-light);
  color: #fff;
}

/* card css */
.service-card {
  background: #efeae4;
  border: 2px solid #000 !important;
  border-radius: 20px !important;
}


/* Delicious for Every Lifestyle */
.bg-brand {
  background-color: var(--brand-color);
}

.border-brand {
  border-color: var(--brand-color) !important;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

/* Nam sit amet consectetur sapien  */
.counterSection {
  background-image: url('/img/subscribe.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.ls-2 {
  letter-spacing: 2px;
}

.viewmoreCTA a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  margin: 25px auto auto auto;
  border-radius: 50px;
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  border: none;
  color: #000;
  padding: 15px 30px;
}

/* homepage counter section */
section.py-5.services-section {
  background: #063E6E;
}

.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  /* max-width: 1200px; */
  margin: auto;
  text-align: center;
}

/* CARD PREMIUM STYLE */
.services-section .service-card {
  position: relative;
  background: linear-gradient(145deg, #16232b, #063E6E);
  padding: 55px 25px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid rgba(179, 152, 90, 0.25);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* GOLD LEFT ACCENT */
.services-section .service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 50%;
  width: 3px;
  background: linear-gradient(to bottom, transparent, #D3DE2B, transparent);
  transition: 0.4s;
}

/* SHINE EFFECT */
.services-section .service-card::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -45%;
  width: 50%;
  height: 300%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.15),
      transparent);
  transform: rotate(25deg);
  transition: 0.6s;
}

/* HOVER */
.services-section .service-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: #B3985A;
  box-shadow:
    0 0 25px rgba(179, 152, 90, 0.15),
    0 10px 40px rgba(0, 0, 0, 0.6);
}

.services-section .service-card:hover::after {
  left: 130%;
}

/* ICON */
.services-section .icon {
  font-size: 35px;
  color: #16232b;
  margin: 0px auto 18px auto;
  transition: 0.4s;
  width: 70px;
  height: 70px;
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  /* box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 20%); */
  text-shadow: 0 0 10px rgba(179, 152, 90, 0.6);
}

/* COUNTER */
.services-section .counter {
  font-size: 42px;
  font-weight: 600;
  /* color: #ffffff; */
  font-family: "public_roman_regular";
  margin-bottom: 8px;
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.services-section .service-card h5 {
  font-size: 18px;
  color: #aab8c2;
  font-weight: 400;
}

/* HOVER TEXT COLOR */
.services-section .service-card:hover .icon {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(179, 152, 90, 0.6);
}

.services-section .service-card:hover .counter {
  color: #B3985A;
}

.services-section .service-card:hover h5 {
  color: #ffffff;
}

/* TABLET */
@media (max-width: 992px) {
  .services-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .services-section .services-grid {

    grid-template-columns: 1fr;
  }
}


/* our sectors */
.sectors .ex__top {
  margin-bottom: 2rem;
}

.sectors .ex__heading {
  font-family: 'public_roman_regular', serif;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}

.sectors {
  padding: 3rem 0;
  box-sizing: border-box;
}


.oursectors {
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 520px;
}

.oursectors .panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid #333;
  transition: flex 0.5s ease;
}

.oursectors .panel:last-child {
  border-right: none;
}

.oursectors .panel:hover {
  flex: 4;
}

.oursectors .panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  transition: filter 0.4s;
}

.oursectors .panel:hover img {
  filter: brightness(0.35);
}

.oursectors .info {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.oursectors .info h2 {
  /* font-family: Georgia, serif; */
  font-size: clamp(0.85rem, 1.5vw, 1.3rem);
  /* writing-mode: vertical-rl; */
  margin: 0 auto;
}

.oursectors .detail {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease 0.2s;
}

.oursectors .panel:hover .detail {
  opacity: 1;
}

.oursectors .panel:hover .info {
  display: none;
}

.oursectors .detail h2 {
  /* font-family: Georgia, serif; */
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  margin-bottom: 10px;
}

.oursectors .detail p {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

/* ── Tablet: stack vertically ── */
@media (max-width: 768px) {
  .oursectors {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .oursectors .panel {
    flex: none;
    height: 140px;
    border-right: none;
    border-bottom: 1px solid #333;
    transition: height 0.5s ease;
  }

  .oursectors .panel:last-child {
    border-bottom: none;
  }

  .oursectors .panel:hover {
    flex: none;
    height: 320px;
  }

  .oursectors .info {
    bottom: 16px;
  }

  .oursectors .info h2 {
    /* writing-mode: horizontal-tb; */
    font-size: 1.1rem;
  }

  .oursectors .detail {
    left: 16px;
    right: 16px;
  }
}

/* ── Mobile ── */
@media (max-width: 480px) {
  .oursectors .panel {
    height: 120px;
  }

  .oursectors .panel:hover {
    height: 280px;
  }

  .oursectors .info h2 {
    font-size: 1rem;
  }

  .oursectors .detail h2 {
    font-size: 1.3rem;
  }

  .oursectors .detail p {
    font-size: 0.8rem;
  }
}

/* our dna homepage*/
.dna-section .dna-container {
  perspective: 1200px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.dna-section .helix-wrapper {
  position: relative;
  width: 180px;
  height: 500px;
  transform-style: preserve-3d;
  transform: rotateY(0deg) rotateX(10deg);
}

.dna-section .node {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(163, 209, 51, 0.3), transparent);
  transform-style: preserve-3d;
  transform-origin: center;
}

.dna-section .node::before,
.dna-section .node::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  top: -6px;
  box-shadow: 0 0 15px rgba(163, 209, 51, 0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dna-section .node::before {
  left: -7px;
}

.dna-section .node::after {
  right: -7px;
}

.dna-section .node.active::before,
.dna-section .node.active::after {
  transform: scale(1.8);
  background: #fff;
  box-shadow: 0 0 25px #9dcf72;
  border: 3px solid #9dcf72;
}

/* ── Info Cards ── */
.dna-section .info-card {
  border-radius: 1rem;
  transition: all 0.4s ease;
  cursor: pointer;
  background: transparent;
}

.dna-section .info-card:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.dna-section .card-left:hover {
  border-right: 4px solid #9dcf72;
}

.dna-section .card-right:hover {
  border-left: 4px solid #9dcf72;
}

/* ── Icon Box ── */
.dna-section .icon-box {
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  transition: all 0.3s ease;
}

.dna-section .info-card:hover .icon-box {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 15px rgba(163, 209, 51, 0.3);
}

/* ── Divider line ── */
.dna-section .divider-line {
  height: 1px;
  width: 48px;
  background-color: #ccc;
}

/* ── CTA Button ── */
/* .dna-section .btn-dna {
	background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 1rem 3rem;
	font-size: 1.1rem;
	font-weight: 700;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.dna-section .btn-dna:hover {
	background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
	color: #fff;
	transform: scale(1.05);
	box-shadow: 0 15px 30px var(rgba(163, 209, 51, 0.4));
}

.dna-section .btn-dna:active { transform: scale(0.97); } */

/* ── Subtitle ── */
.dna-section .subtitle-track {
  letter-spacing: 0.3em;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #888;
  font-weight: 500;
}

/* ── Responsive helix ── */
@media (max-width: 991.98px) {
  .dna-section .dna-container {
    height: 420px;
  }

  .dna-section .helix-wrapper {
    height: 360px;
    width: 140px;
  }
}

/* join us */
section.joinusSection {
  position: relative;
  background-image: url(../img/homepage/Join_Our_Team.jpg.jpeg);
  padding: 40px 0;
  background-position: top;
}

section.joinusSection:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000081;
  left: 0;
  top: 0;
  z-index: 0;
}

section.joinusSection .joinUsContent {
  padding: 50px 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

.join-us-box {
  background: rgb(0 0 0 / 12%);
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 30px 20px;
  color: #fff;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 10px 20px rgba(13, 46, 92, 0.2);
}

.join-us-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(13, 46, 92, 0.4);
}

.join-us-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.join-us-para {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

/* section.joinusSection .joinUsContent a {
	color: #fff;
	display: inline-block;
	border-bottom: 5px double #fff;
	padding: 3px;
	font-size: 15px;
} */


section.awards h2 {
  margin-bottom: 30px;
  text-align: center;
}

.awardSlider .item {
  height: 200px;
}

.awardSlider .item img {
  height: 135px;
  margin: auto;
  object-fit: contain;
}

.awardSlider .owl-nav {
  text-align: center;
  display: flex;
  justify-content: center;
}

.awardSlider .owl-nav button {
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%) !important;
  margin: 10px;
  color: #063e6e !important;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav button i {
  font-size: 20px;
}


/* aboutus our Journey */
.journeySection {
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  font-family: 'helvetica_regular', sans-serif;
  padding: 3rem 0;
  /* max-width: 960px; */
  margin: 0 auto;
  color: #2C2619;
}

.journeySection .journey__eyebrow {
  font-family: 'helvetica_regular', sans-serif;
  display: inline-block;
  background: #0D2E5C;
  color: #C8E03A;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 30px;
  margin-bottom: 0.8rem;
}

.journeySection .journey__heading {
  font-family: 'public_roman_regular', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #0D2E5C;
  margin: 10px 0 40px;
  line-height: 1.1;
}

.journeySection .journey__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 30px;
  padding: 6px;
  margin-bottom: 2.5rem;
  justify-content: space-around;
}

.journeySection .journey__tab {
  padding: 7px 20px;
  border-radius: 30px;
  border: none;
  background: transparent;
  font-family: 'public_roman_regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #0D2E5C;
  cursor: pointer;
  transition: all 0.2s;

  &:hover {
    background: rgba(255, 255, 255, 0.4);
  }

  &.active {
    background: #0D2E5C;
    color: #C8E03A;
    font-weight: 500;
  }
}

.journeySection .journey__grid {
  /* display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); */
  /* gap: 1px; */
  /* background: #D9CDBA; */
  /* border: 1px solid #D9CDBA; */
  border-radius: 12px;
  overflow: hidden;
}

.journeySection .journey__card {
  background: rgba(255, 255, 255, 0.55);
  padding: 0;
  transition: background 0.2s;

  &:hover {
    background: #EDE5D6;
  }
}

.journeySection .journey__card .journeyContent {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

.journeySection .journey__card .journeyImage {
  max-height: 300px;
}

.journeySection .journey__card .card__year {
  font-family: 'public_roman_regular', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #8ed47a;
  line-height: 1;
  margin-bottom: 16px;
}

.journeySection .journey__card .card__title {
  font-size: 18px;
  font-weight: 500;
  color: #0D2E5C;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

.journeySection .journey__card .card__text {
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.65;
  margin: 0;
}

.journeySection .journey__today {
  margin-top: 1.5rem;
  background: #0D2E5C;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  /* display: flex;
	gap: 1.5rem;
	align-items: flex-start; */
}

.journeySection .journey__today .today__label {
  font-family: 'public_roman_regular', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #C8E03A;
  min-width: 64px;
  line-height: 1;
  padding-top: 2px;
  margin-bottom: 20px;
}

.journeySection .journey__today .today__text {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.7;
  margin: 0;
}


/* expertise section  */

.expertiseSection {
  background: #0D2E5C;
  padding: 3rem 0;
  box-sizing: border-box;
}

.expertiseSection .ex__top {
  margin-bottom: 2rem;
}

.expertiseSection .ex__top .ex__label {
  font-family: 'helvetica_regular', sans-serif;
  display: inline-block;
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  color: #0D2E5C;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 30px;
}

.expertiseSection .ex__heading {
  font-family: 'public_roman_regular', serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

.expertiseSection .ex__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.expertiseSection .ex__tabs .ex__tab {
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid rgba(200, 224, 58, 0.3);
  background: transparent;
  font-family: 'helvetica_regular', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.25s;

  &:hover {
    border-color: #C8E03A;
    color: #C8E03A;
  }

  &.active {
    background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
    border-color: #C8E03A;
    color: #0D2E5C;
    font-weight: 500;
  }
}

.expertiseSection .ex__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  animation: fadein 0.35s ease;

  &.active {
    display: grid;
  }
}

.expertiseSection .ex__left {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.expertiseSection .ex__left .ex__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.08);
}

.expertiseSection .ex__left .ex__left-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

.expertiseSection .ex__left .ex__left-body .ex__num {
  font-family: 'public_roman_regular', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #C8E03A;
  opacity: 0.3;
  line-height: 1;
}

.expertiseSection .ex__left .ex__title {
  /* font-size: 20px;
        font-weight: 500; */
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
.expertiseSection .ex__right .ex__lstDesc {
  /* font-size: 20px;
        font-weight: 500; */
  color: #fff;
  line-height: 1.3;
  margin: 0;
}



.expertiseSection .ex__left .ex__desc {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
}

.expertiseSection .ex__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.expertiseSection .ex__right .ex__point {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.2s, border-color 0.2s;

  &:hover {
    background: rgba(200, 224, 58, 0.07);
    border-color: rgba(200, 224, 58, 0.25);
  }
}

.expertiseSection .ex__right .ex__point .ex__point-img {
  /* width: 48px;
      height: 48px;
      border-radius: 10px;
      object-fit: cover;
      flex-shrink: 0;
      background: rgba(255,255,255,0.08); */
  font-size: 22px;
  color: #fff;
}

.expertiseSection .ex__right .ex__point .ex__point-text {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 620px) {
  .expertiseSection .ex__panel {
    grid-template-columns: 1fr !important;
  }
}

.metatitle {
  font-family: 'helvetica_regular', sans-serif;
  display: inline-block;
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  color: #0D2E5C;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 30px;
}

.metatitle.green {
  background: linear-gradient(90deg, #D3DE2B 0%, #ADD361 50%, #9DCF72 100%);
  color: #0D2E5C;
}

.metatitle.blue {
  background: #0D2E5C;
  color: #C8E03A;
}

/* sectors section */


.sectorSection {
  background: #ffffff;
  padding: 3rem 0;
  box-sizing: border-box;
}

.sectorSection .ex__top {
  margin-bottom: 2rem;
}

.sectorSection .ex__top .ex__label {
  font-family: 'helvetica_regular', sans-serif;
  display: inline-block;
  background: #C9E03A;
  color: #0D2E5C;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 30px;
}

.sectorSection .ex__heading {
  font-family: 'public_roman_regular', serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: #0d2e5c;
  margin: 0;
  line-height: 1.1;
  text-align: end;
}

.sectorSection .ex__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: end;
}

.sectorSection .ex__tabs .ex__tab {
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #c8e03a;
  background: #c8e03a52;
  font-family: 'helvetica_regular', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0d2e5c;
  cursor: pointer;
  transition: all 0.25s;

  &:hover {
    border-color: #C8E03A;
    color: #0d2e5c;
  }

  &.active {
    background: #0d2e5c;
    border-color: #0d2e5c;
    color: #fff;
    font-weight: 500;
  }
}

.sectorSection .ex__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  animation: fadein 0.35s ease;

  &.active {
    display: grid;
  }
}

.sectorSection .ex__right {
  background: rgb(13 46 92 / 7%);
  border: 1px solid rgb(13 46 92 / 50%);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sectorSection .ex__right .ex__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.08);
}

.sectorSection .ex__right .ex__left-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
  justify-content: center;
}

.sectorSection .ex__right .ex__left-body .ex__num {
  font-family: 'public_roman_regular', serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #C8E03A;
  opacity: 0.3;
  line-height: 1;
}

.sectorSection .ex__right .ex__title {
  /* font-size: 20px;
        font-weight: 500; */
  color: #0d2e5c;
  line-height: 1.3;
  margin: 0;
}

.sectorSection .ex__right .ex__desc {
  font-size: 16px;
  font-weight: 400;
  color: rgb(13 46 92 / 80%);
  line-height: 1.7;
  margin: 0;
}

.sectorSection .ex__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sectorSection .ex__left .ex__point {
  background: rgb(13 46 92 / 7%);
  border: 1px solid rgb(13 46 92 / 50%);
  border-radius: 12px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.2s, border-color 0.2s;

  &:hover {
    background: rgba(200, 224, 58, 0.07);
    border-color: rgba(200, 224, 58, 0.25);
  }
}

.sectorSection .ex__left .ex__point .ex__point-img {
  /* width: 48px;
      height: 48px;
      border-radius: 10px;
      object-fit: cover;
      flex-shrink: 0;
      background: rgba(255,255,255,0.08); */
  font-size: 22px;
  color: #0d2e5c;
}

.sectorSection .ex__left .ex__point .ex__point-text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(13 46 92 / 85%);
  line-height: 1.5;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 620px) {
  .sectorSection .ex__panel {
    grid-template-columns: 1fr !important;
  }
}





.sectors .sector-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  border: 0.5px solid var(--color-border-tertiary);
}

.sectors .sector-image-side {
  position: relative;
  background: #1a1a1a;
  overflow: hidden;
  min-height: 420px;
}

.sectors .sector-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
}

.sectors .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.45) 0%, rgba(20, 20, 20, 0.1) 100%);
}

/* .sectors .sector-badge {
    position: absolute;
    top: 20px;
    left: 20px;
	font-family: 'helvetica_regular', sans-serif;
	display: inline-block;
	background: #C9E03A;
	color: #0D2E5C;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 500;
	padding: 7px 20px;
	border-radius: 30px;
  } */

.sectors .sector-content-side {
  background: var(--color-background-primary);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.sectors .content-tag {
  font-family: 'helvetica_regular', sans-serif;
  background: #c8e03a4d;
  width: fit-content;
  display: inline-block;
  border: 1px solid #C9E03A;
  color: #0D2E5C;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 30px;
}

.sectors .content-heading {
  font-family: 'public_roman_regular', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-text-primary);
  margin: 0;
}

.sectors .content-desc {
  font-family: 'helvetica_regular', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0;
  border-left: 3px solid #c9e03a;
  padding-left: 14px;
}

.sectors .delivers-title {
  font-family: 'public_roman_regular', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--color-text-primary);
  margin: 4px 0 12px;
}

.sectors .delivers-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sectors .delivers-list li {
  font-family: 'helvetica_regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sectors .delivers-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  min-width: 6px;
  background: #c9e03a;
  border-radius: 50%;
  margin-top: 5px;
}

@media (max-width: 640px) {
  .sectors .sector-section {
    grid-template-columns: 1fr;
  }

  .sectors .sector-image-side {
    min-height: 220px;
  }

  .sectors .sector-content-side {
    padding: 28px 22px;
  }

  .sectors .content-heading {
    font-size: 28px;
  }
}


/* ourstoryDNA section */

.ourDNASection .sus-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  background: #0f1e1a;
  font-family: 'Source Sans 3', sans-serif;
}

.ourDNASection .sus-img {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #0a1510;
}

.ourDNASection .sus-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.75;
}

.ourDNASection .sus-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 21, 16, 0.2) 0%, rgba(10, 21, 16, 0.55) 100%);
}

.ourDNASection .sus-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background: #063e6e;
}

.ourDNASection .sus-eyebrow {
  /* font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b59a6a;
    margin-bottom: 14px; */
  width: fit-content
}

.ourDNASection .sus-heading {
  font-family: 'public_roman_regular', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #f0ece4;
  margin: 0 0 16px;
}

.ourDNASection .sus-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #fff;
  margin: 0 0 28px;
  border-left: 2px solid #C9E03A;
  padding-left: 14px;
}

.ourDNASection .sus-focus-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
  font-family: 'public_roman_regular';
}

.ourDNASection .sus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.ourDNASection .sus-card {
  background: #06365f;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ourDNASection .sus-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(181, 154, 106, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourDNASection .sus-icon-circle svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ourDNASection .sus-card-title {
  font-family: 'public_roman_regular', serif;
  font-size: 16px;
  font-weight: 700;
  color: #f0ece4;
  margin: 0;
}

.ourDNASection .sus-card-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #c2c2c2;
  margin: 0;
}

.ourDNASection .sus-footer {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #ffffff;
}

/* .ourDNASection .sus-footer em {
    color: #b59a6a;
    font-style: normal;
    font-weight: 400;
  } */

.testimonials-txt {
  font-size: 11px;
}

.footer-text a {
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
}

/* Vertical separator line */
.footer-text a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #fff;
  /* same as text */
  opacity: 0.6;
}

@media (max-width: 680px) {
  .ourDNASection .sus-wrap {
    grid-template-columns: 1fr;
  }

  .ourDNASection .sus-img {
    min-height: 200px;
  }

  .ourDNASection .sus-content {
    padding: 28px 20px;
  }

  .ourDNASection .sus-heading {
    font-size: 22px;
  }

  .ourDNASection .sus-grid {
    grid-template-columns: 1fr;
  }
}

/* floating button */



/* --------------------------------------------------------OUr DNA pages ------------------------------------------------*/

