.site-footer {
  background: #fbf1ea;
  padding: 80px 0 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 20px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #c9974d;
}

.footer-socials a {
  margin-right: 12px;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}

.footer-socials a:hover {
  color: #c9974d;
}

.footer-contact li {
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-newsletter {
  display: flex;
  margin-top: 15px;
}

.footer-newsletter input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  outline: none;
}

.footer-newsletter button {
  background: #c9974d;
  border: none;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-bottom ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

.footer-bottom ul li a {
  color: #333;
}

/* .header__logo a img{
    border-radius: 20px;
} */
 
/* Ensure dropdown itself aligns left */
.main-menu .dp-menu {
  text-align: left;
  left: 0;
  right: auto;
}

/* Force left alignment for list items */
.main-menu .dp-menu li {
  text-align: left;
}

/* Force left alignment for links */
.main-menu .dp-menu li a {
  justify-content: flex-start;
  text-align: left;
  padding-left: 25px;
}

/* Fixed Logo Container */
.fixed-logo-box {
  position: absolute;   /* instead of fixed */
  top: 0;
  left: 81px;
  width: 120px;
  height: 120px;
  z-index: 120;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo Image */
.fixed-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .fixed-logo-box {
    left: 0px;
  max-width: 100%;
  max-height: 100%;
  
  }
}
@media (max-width: 768px) {
  .fixed-logo-box {
    left: 0px;
  max-width: 100%;
  max-height: 100%;
  }
}
@media (max-width: 480px) {
  .fixed-logo-box {
    left: 0px;
  max-width: 100%;
  max-height: 100%;
  }
}

/* Move ONLY the menu to the right */
.header__nav .main-menu {
  margin-left: auto;
}

/* Menu row */
.header__nav .main-menu > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}

/* Reserve space for fixed logo */
.header__nav {
  padding-left: 260px;
}

/* Menu item spacing */
/* .main-menu > ul > li > a {
  padding: 30px 50px 30px 0px;
} */

@media (max-width: 992px) {
  .header__nav {
    padding-left: 180px;
  }

  .header__nav .main-menu > ul {
    padding-right: 25px;
  }

  .main-menu > ul > li > a {
    padding: 25px 25px 25px 0;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .header__nav {
    padding-left: 180px;
  }

  .header__nav .main-menu > ul {
    padding-right: 25px;
  }

  .main-menu > ul > li > a {
    padding: 25px 25px 25px 0;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .header__nav {
    padding-left: 0;
  }
}


.header-area.is-sticky .main-menu > ul {
  padding-right: 70px;   /* adjust as needed */
}

.header-area.sticky .main-menu > ul {
  padding-right: 70px;
}

/* =====================================
   HAMBURGER ICON – RESPONSIVE ONLY
===================================== */

/* Hide hamburger on desktop */
.header__navicon {
  display: none !important;
}

/* Show hamburger only on tablet & mobile */
@media (max-width: 991px) {
  .header__navicon {
    display: flex !important;
    align-items: center !important;
  }
}



/* =====================================
   HIDE OFFCANVAS LOGO (MOBILE ONLY)
===================================== */

@media (max-width: 991px) {

  /* Logo inside offcanvas */
  .offcanvas-3__area .header__logo,
  .offcanvas-3__area .logo,
  .offcanvas-3__area img {
    display: none !important;
  }

}
@media (max-width: 991px) {
  body.offcanvas-open .fixed-logo-box {
    display: none !important;
  }
}

.footer-area.style-1 {
  background: radial-gradient(circle at top, #1a1a1a, #000);
  padding: 80px 0 40px;
  color: #aaa;
}

.footer-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
}

.footer-brand {
  border-right: 1px solid rgba(255,255,255,0.08);
  padding-right: 40px;
}

.footer-brand img {
  max-width: 180px;
}

.footer-menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.footer-menu h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu ul li {
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: #9b9b9b;
  text-decoration: none;
  transition: 0.3s;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.newsletter form {
  position: relative;
}

.newsletter input {
  width: 100%;
  background: #222;
  border: none;
  padding: 14px 45px 14px 15px;
  color: #fff;
}

.newsletter button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .socials {
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
}

.footer-bottom .socials a {
  color: #888;
  font-size: 16px;
}

.footer-bottom .socials a:hover {
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    border-right: none;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .footer-menus {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}


/* ================================
   FORCE TRUE FULL WIDTH (GSAP FIX)
================================ */

/* Kill boxed width caused by ScrollSmoother */
#smooth-wrapper,
#smooth-content,
.has-smooth {
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/* Remove side padding globally */
#smooth-content > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Fix body-wrapper constraint */
.body-wrapper {
  max-width: 100vw !important;
  width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Banner + project section full bleed */
.banner-area,
.all-projects,
.banner-area .container,
.all-projects .container {
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.preloader-logo {
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInLogo 2s ease-in-out forwards;
}

.preloader-logo img {
  max-width: 150px;
  height: auto;
  opacity: 1;                 /* FORCE full visibility */
  filter: none;               /* Remove dull filters */
}


@keyframes fadeInLogo {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
      25% {
    opacity: 0.25;
    transform: scale(1);
  }
    50% {
    opacity: 0.5;
    transform: scale(1);
  }
    75% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#preloader {
  background: #0b0b0b; /* solid dark background */
}


.preloader-logo img {
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.25));
}

.rs-footer {
    background: radial-gradient(circle at top, #111, #000);
    padding: 80px 0 40px;
    color: #ccc;
}

.rs-footer-top {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 60px;
}

/* Logo */
.rs-footer-brand img {
    max-width: 180px;
}

/* Menu layout */
.rs-footer-menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 120px;
    gap: 50px;
}

.rs-footer-col h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}

.rs-footer-col a {
    display: block;
    color: #aaa;
    font-size: 15px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.rs-footer-col a:hover {
    color: #fff;
}

/* Social icons */
.rs-footer-social {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rs-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.rs-footer-social a:hover {
    background: #c00;
}

/* Bottom */
.rs-footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #888;
}

.rs-footer-bottom .techno{
    font-size: 13px !important;

}

/* Responsive */
@media (max-width: 991px) {
    .rs-footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .rs-footer-menus {
        grid-template-columns: repeat(2, 1fr);
    }

    .rs-footer-social {
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .rs-footer-menus {
        grid-template-columns: 1fr;
    }
}



  /* Hide hamburger on desktop */
.header__navicon {
  display: none !important;
}

/* Show hamburger only on tablet & mobile */
@media (max-width: 991px) {
  .header__navicon {
    display: flex !important;
    align-items: center !important;
  }
}



/* ================================
   FORCE TRUE FULL WIDTH (GSAP FIX)
================================ */

/* Kill boxed width caused by ScrollSmoother */
#smooth-wrapper,
#smooth-content,
.has-smooth {
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/* Remove side padding globally */
#smooth-content > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Fix body-wrapper constraint */
.body-wrapper {
  max-width: 100vw !important;
  width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Banner + project section full bleed */
.banner-area,
.all-projects,
.banner-area .container,
.all-projects .container {
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.preloader-logo {
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInLogo 2s ease-in-out forwards;
}

.preloader-logo img {
  max-width: 150px;
  height: auto;
  opacity: 1;                 /* FORCE full visibility */
  filter: none;               /* Remove dull filters */
}


@keyframes fadeInLogo {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
      25% {
    opacity: 0.25;
    transform: scale(1);
  }
    50% {
    opacity: 0.5;
    transform: scale(1);
  }
    75% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#preloader {
  background: #0b0b0b; /* solid dark background */
}


.preloader-logo img {
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.25));
}

.rs-footer {
    background: radial-gradient(circle at top, #111, #000);
    padding: 80px 0 40px;
    color: #ccc;
}

.rs-footer-top {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 60px;
}

/* Logo */
.rs-footer-brand img {
    max-width: 180px;
}

/* Menu layout */
.rs-footer-menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 120px;
    gap: 50px;
}

.rs-footer-col h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}

.rs-footer-col a {
    display: block;
    color: #aaa;
    font-size: 15px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.rs-footer-col a:hover {
    color: #fff;
}

/* Social icons */
.rs-footer-social {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rs-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.rs-footer-social a:hover {
    background: #c00;
}

/* Bottom */
.rs-footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    font-size: 14px;
    color: #888;
}

/* Responsive */
@media (max-width: 991px) {
    .rs-footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .rs-footer-menus {
        grid-template-columns: repeat(2, 1fr);
    }

    .rs-footer-social {
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .rs-footer-menus {
        grid-template-columns: 1fr;
    }
}


.rs-leadership-binox {
    padding: 140px 0 120px;
    background: #fff;
}

/* Header */
.rs-binox-header {
    text-align: center;
    margin-bottom: 90px;
}

.rs-binox-header .rs-subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    color: #888;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.rs-binox-header h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
}

/* Grid */
.rs-binox-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card */
.rs-binox-card {
    text-align: center;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 10px;
}

.rs-binox-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    /* border-radius: 4px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 25px;
}

.rs-binox-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rs-binox-card p {
    font-size: 18px;
    color: #303030;
    padding: 5px;
}

.span {
    font-size: 15px;
    /* width: 80%; */
    color: #818181;
    padding:0px 25px 18px;
    text-align: center;
}


/* Responsive */
@media (max-width: 1200px) {
    .rs-binox-header h2 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .rs-binox-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rs-binox-grid {
        grid-template-columns: 1fr;
    }

    .rs-binox-header h2 {
        font-size: 36px;
    }
}

.main-line{
    display: flex;
    justify-content: center;
    align-items: center;
}
.line{
    height: 20px;
    width: 50%;
    border-top: 1px solid rgb(207, 207, 207);
}

.rs-team-overview {
    padding: 100px 0;
    background: #f7f8fa;
    padding-top: 180px;
}

.rs-team-parent {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* All child cards */
.rs-team-child {
    border-radius: 16px;
    overflow: hidden;
}

/* Text Card */
.rs-team-text h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.rs-team-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* Image Card */
.rs-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* Info Card */
.rs-team-info {
    background: #111;
    color: #fff;
    padding: 30px;
}

.rs-team-info h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.rs-team-info ul {
    list-style: none;
    padding: 0;
    color: #fff;
}

.rs-team-info ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .rs-team-parent {
        grid-template-columns: 1fr;
    }

    .rs-team-image img {
        height: 300px;
    }
}



.contact-main {
  max-width: 1200px;
  margin: auto;
  padding: 80px 5%;
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 40px;
  padding-top: 150px;
}

/* Sidebar */
.contact-sidebar {
  background-color: #333333;
  color: rgb(255, 255, 255);
  padding: 50px;
  border-radius: 18px;
}

.contact-sidebar h3 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.contact-sidebar p {
  opacity: 0.9;
  color: rgb(255, 255, 255);
  line-height: 1.6;
}

.contact-info p {
  background-color: #333333;
  color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
  margin-top: 20px;
}

/* Form */
.contact-form-box {
  background: white;
  padding: 50px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
  color: rgb(255, 255, 255);

}

.contact-form-box h2 {
  margin-bottom: 25px;
    background: white;
  color: rgb(255, 255, 255);


}

.contact-form-box form {
  display: grid;
  gap: 15px;
  color: rgb(255, 255, 255);

}

.contact-form-box input,
.contact-form-box textarea {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.contact-form-box textarea {
  min-height: 120px;
  color: rgb(255, 255, 255);

}

.contact-form-box button {
    background: rgb(0, 0, 0);

  color: white;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.contact-form-box button:hover {
  background: #082b44;
}

/* Mobile */
@media (max-width: 900px) {
  .contact-main {
    grid-template-columns: 1fr;
  }
}

.mv-section {
  padding: 90px 5%;
  background: linear-gradient(135deg, #f4f7fb, #ffffff);
}

.mv-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.mv-card {
  background: white;
  padding: 50px 45px;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(12,60,96,0.05), transparent);
}

.mv-tag {
  display: inline-block;
  padding: 6px 16px;
  background: #000000;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.mv-card h3 {
  font-size: 26px;
  color: #000000;
  margin-bottom: 15px;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* Vision Highlight */
.mv-card.vision {
  border-left: 6px solid #444;
}

/* Mission Highlight */
.mv-card.mission {
  border-left: 6px solid #444;
}

/* Mobile */
@media (max-width: 900px) {
  .mv-container {
    grid-template-columns: 1fr;
  }
}

.mv-list {
  margin-top: 20px;
  padding-left: 20px;
}

.mv-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
  position: relative;
  padding-left: 10px;
}

.mv-list li::marker {
  color: #444;
  font-weight: bold;
}

.mv-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.mv-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

.mv-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0;
  color: #444;
  font-weight: 700;
  font-size: 14px;
}

.service-trust-section {
  padding: 90px 5%;
  background: #f6f9fc;
}

.service-trust-parent {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
}

/* LEFT CONTENT */
.service-trust-left .trust-tag {
  display: inline-block;
  background: #1d1d1d;
  color: white;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.service-trust-left h2 {
  font-size: 32px;
  color: rgb(0, 0, 0);

  margin-bottom: 20px;
}

.service-trust-left p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* RIGHT CARDS */
.service-trust-right {
  display: grid;
  gap: 25px;
}

.trust-info-card {
   background: #1d1d1d;
  color: white;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(80, 80, 80, 0.25);
}

.trust-info-card h4 {
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}

.trust-info-card p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  color: white;
}

/* Mobile */
@media (max-width: 900px) {
  .service-trust-parent {
    grid-template-columns: 1fr;
  }
}

.se-hero {
    position: relative;
    width: 100%;
    height: 40vh;
    background: url("assets/images/new-cta-background.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark gradient overlay */
.se-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.45)
    );
    z-index: 1;
}

/* Centered content */
.se-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
    padding: 40px;
    color: #fff;
}

/* Logo */
.se-hero-logo {
    width: 120px;
    margin-bottom: 25px;
}

/* Heading */
.se-hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragraph */
.se-hero-content p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
}

.se-training-section {
    padding: 120px 0;
    background: #ffffff;
}

.se-training-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 0 40px;
}

/* LEFT CONTENT */
.se-training-content h2 {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
}

.se-training-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 40px;
}

.se-training-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 600;
}

/* Bullet style like image */
.se-training-list {
    list-style: none;
    padding: 0;
}

.se-training-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.se-training-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-top: 7px;
}

/* Square bullets */
.se-training-points {
    list-style: none;
    padding: 0;
}

.se-training-points li {
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
}

.se-training-points li::before {
    content: "▪";
    position: absolute;
    left: 0;
    color: #111;
}

.se-industries-intro {
    padding: 100px 0 40px;
    background: #ffffff;
}

.se-industries-intro .se-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0 30px;
}

.se-industries-intro h2 {
    font-size: 46px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.se-industries-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    max-width: 900px;
    margin: auto;
}

.se-industries {
    padding: 120px 0;
    background: #f7f8fa;
}

.se-industries-wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px ;
}

.se-industries-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #111;
}

.se-industries-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 15px auto 70px;
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

/* Grid */
.se-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Card */
.se-industry-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.se-industry-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Image */
.se-industry-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* Text */
.se-industry-card h3 {
    font-size: 22px;
    margin: 25px 25px 12px;
    color: #111;
    font-weight: 600;
}

.se-industry-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0 25px 35px;
}

/* Responsive */
@media (max-width: 1024px) {
    .se-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .se-industries-grid {
        grid-template-columns: 1fr;
    }
}

.se-about-pro {
    padding: 140px 0;
    background: #f7f9fb;
}

.se-about-pro-wrap {
    max-width: 1400px;
    margin: auto;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 90px;
    align-items: center;
}

/* Left Text */
.se-eyebrow {
    display: inline-block;
    color: #caa257;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.se-about-pro-text h2 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a2f35;
    margin-bottom: 30px;
}

.se-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.se-body {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* Divider */
.se-divider {
    width: 80px;
    height: 3px;
    background: #caa257;
    margin: 35px 0;
}

/* Trust line */
.se-trust {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

/* Image */
.se-about-pro-image img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 1000px) {
    .se-about-pro-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .se-about-pro-text h2 {
        font-size: 40px;
    }
}

.se-process-cards {
    padding: 130px 0;
    background: #f7f9fb;
}

.se-process-wrap {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.se-process-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
}

.se-process-sub {
    text-align: center;
    max-width: 900px;
    margin: 20px auto 70px;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* GRID */
.se-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* CARD */
.se-process-card {
    background: #fff;
    padding: 80px 35px 10px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.07);
    position: relative;
    transition: 0.4s ease;
}

.se-process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Number */
.se-process-card span {
    position: absolute;
    top: 20px;
    right: 25px;
    background: #000000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 30px;
}

/* Title */
.se-process-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111;
}

/* Text */
.se-process-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

.se-process-card .small {
    font-size: 14px;
    color: #777;
}

/* Responsive */
@media (max-width: 1200px) {
    .se-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .se-process-grid {
        grid-template-columns: 1fr;
    }
}
/* Card with image background */
.se-process-card {
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

/* Dark overlay */
.se-process-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.70),
        rgba(0,0,0,0.95)
    );
    z-index: 1;
}

/* Bring text above overlay */
.se-process-card * {
    position: relative;
    z-index: 2;
}

/* Make text white */

.se-process-card p,
.se-process-card .small {
    color: #e6e6e6;
    
}

.se-process-card h3{
    color: #ffffff;

}

/* Number styling */
.se-process-card span {
    background: rgba(233, 198, 198, 0.15);
    backdrop-filter: blur(30px);
}

.se-header-only {
    padding: 140px 0 120px;
    background: #ffffff;
}

.se-header-wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
    text-align: center;
}

.se-header-wrap h1 {
    font-size: 64px;
    font-weight: 700;
    color: #0a2f35;
    letter-spacing: 1px;
}

.se-modern-hero {
  margin-top: 80px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top, #c86a28 0%, #000 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Grid overlay */
.se-modern-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
}

/* Content */
.se-modern-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
    padding: 0 30px;
}

/* Badge */
.se-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    color: #fff;
}

.se-badge span {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px 16px;
    font-weight: 700;
}

.se-badge p {
    font-weight: 600;
    letter-spacing: 1px;
}

/* Heading */
.se-modern-content h1 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Text */
.se-modern-content p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 750px;
    margin: auto;
    color: rgba(255,255,255,0.85);
}

/* Button */
.se-hero-btn {
    display: inline-block;
    margin-top: 45px;
    padding: 16px 40px;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.se-hero-btn:hover {
    background: #caa257;
    color: #000;
}

/* Mobile */
@media (max-width: 768px) {
    .se-modern-content h1 {
        font-size: 40px;
    }
}

.se-company-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

/* LEFT */
.se-company-left {
    padding: 120px 80px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.se-company-tag {
    font-size: 13px;
    letter-spacing: 2px;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.se-company-left h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
    margin-bottom: 40px;
}

.se-company-link {
    font-size: 16px;
    color: #111;
    text-decoration: none;
    border-bottom: 2px solid #111;
    width: fit-content;
    margin-bottom: 60px;
}

/* Info grid */
.se-company-info {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 40px;
}

.se-company-year span {
    font-size: 14px;
    color: #777;
}

.se-company-year h3 {
    font-size: 64px;
    font-weight: 700;
    margin: 0;
}

.se-company-info p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* RIGHT */
.se-company-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 100px;
    border-radius: 120px;
}

/* Mobile */
@media (max-width: 900px) {
    .se-company-split {
        grid-template-columns: 1fr;
    }

    .se-company-left {
        padding: 80px 40px;
    }
}

.se-brand-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

/* LEFT */
.se-brand-left {
    padding: 120px 80px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.se-brand-left h2 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
    margin-bottom: 25px;
}

.se-brand-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

/* Tags */
.se-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.se-tags span {
    padding: 10px 22px;
    border-radius: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* RIGHT */
.se-brand-right {
    padding: 120px 80px;
    background: #f7f9fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.se-brand-right h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #0a2f35;
}

.se-brand-right ul {
    list-style: none;
    padding: 0;
}

.se-brand-right li {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 22px;
}

.se-brand-right li strong {
    color: #111;
}

/* Responsive */
@media (max-width: 900px) {
    .se-brand-split {
        grid-template-columns: 1fr;
    }

    .se-brand-left,
    .se-brand-right {
        padding: 80px 40px;
    }
}
/* Vertical divider like reference design */
.se-brand-left {
    position: relative;
}

.se-brand-left::after {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    width: 1px;
    height: calc(100% - 120px);
    background: #e0e0e0;
}

.se-impact {
    padding: 140px 0;
    background: radial-gradient(circle at top, #1c1c1c 0%, #000 60%);
    color: #fff;
}

.se-impact-wrap {
    max-width: 1400px;
    margin: auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 100px;
}

/* LEFT */
.se-impact-tag {
    display: inline-block;
    color: #caa257;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.se-impact-left h2 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.85);
}

.se-impact-left p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
    margin-bottom: 25px;
}

/* RIGHT */
.se-impact-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.se-stat h3 {
    font-size: 72px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    margin-bottom: 15px;
}

.se-stat p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
}

.se-stat span {
    display: block;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    color: #caa257;
}

/* Mobile */
@media (max-width: 1000px) {
    .se-impact-wrap {
        grid-template-columns: 1fr;
        gap: 80px;
    }
}

.se-manpower-block {
    padding: 120px 0;
    background: #f6f8fb;
}

.se-manpower-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    padding: 80px;
}

/* LEFT */
.se-manpower-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.se-info-card {
    background: #f7f9fb;
    padding: 40px;
    border-radius: 16px;
}

.se-info-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #0a2f35;
}

.se-info-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* RIGHT */
.se-manpower-right h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #111;
}

/* Features */
.se-feature-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.se-feature-card {
    background: #0a2f35;
    color: #fff;
    padding: 35px 20px;
    border-radius: 16px;
    text-align: center;
    transition: 0.3s ease;
}

.se-feature-card:hover {
    transform: translateY(-8px);
}

.se-feature-card i {
    font-size: 28px;
    margin-bottom: 15px;
    color: #caa257;
}

.se-feature-card h5 {
    font-size: 16px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1000px) {
    .se-manpower-container {
        grid-template-columns: 1fr;
    }

    .se-feature-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .se-feature-row {
        grid-template-columns: 1fr;
    }
}


.se-manpower-stability {
    padding: 80px 0;
    background: #f7f9fb;

}

.se-manpower-grid {
    max-width: 1400px;
    margin: auto;
    padding: 0 50px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
}

/* LEFT */
.se-manpower-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.se-info-box {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.se-info-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #000000;
}

.se-info-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* RIGHT */
.se-manpower-right h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.se-intro {
    font-size: 17px;
    color: #141414;
    margin-bottom: 40px;
}

/* FEATURES */
.se-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.se-feature {
    background: #313131;
    padding: 30px 20px;
    border-radius: 14px;
    color: #fff;
    text-align: center;
}

.se-feature i {
    font-size: 26px;
    color: #caa257;
    margin-bottom: 15px;
}

.se-feature h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.se-feature p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

/* STATS */
.se-stats {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    border-top: 1px solid #ddd;
}

.se-stats strong {
    font-size: 32px;
    color: #0a2f35;
}

.se-stats span {
    display: block;
    font-size: 14px;
    color: #777;
}

/* Responsive */
@media (max-width: 1000px) {
    .se-manpower-grid {
        grid-template-columns: 1fr;
    }

    .se-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.se-bluecollar {
  background: #c2c2c2;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.se-bluecollar-wrap {
  max-width: 1300px;
  margin: auto;
  padding: 0 40px;
}

.se-bluecollar-title {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 90px;
  color: #1a1a1a;
}

.se-bluecollar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CARD */
.se-bluecollar-content {
  background: #ffffff;
  padding: 70px 60px;
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.08);
}

.se-bluecollar-content h3 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #111;
}

.se-bluecollar-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.se-bluecollar-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.se-bluecollar-content ul li {
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  color: #333;
}

.se-bluecollar-content ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b5d4a;
  font-weight: 700;
}

/* Button */
.se-bluecollar-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #161616;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.se-bluecollar-btn:hover {
  background: #b6b6b6;
  color: #000000;
}

/* IMAGE */
.se-bluecollar-image img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.25);
}

/* FOOT NOTE */
.se-bluecollar-note {
  max-width: 850px;
  margin: 90px auto 0;
  padding: 28px 40px;
  text-align: center;
  background: rgba(255,255,255,0.6);
  border-radius: 60px;
  font-size: 16px;
  line-height: 1.7;
  color: #1f3a36;
}

/* Responsive */
@media(max-width: 900px) {
  .se-bluecollar-grid {
    grid-template-columns: 1fr;
  }

  .se-bluecollar-title {
    font-size: 42px;
  }
}

.se-hero-pro{
  background: linear-gradient(#141414 70%, #141414, 60%);
  color:#fff;
  padding:140px 0;
  position:relative;
  overflow:hidden;
  margin-top: 80PX;
}

.hero-container{
  max-width:1400px;
  margin:auto;
  padding:0 60px;
  text-align:center;
  color:#fff;
}

.se-hero-pro h1{
  font-size:64px;
  font-weight:700;
  line-height:1.15;
  margin-bottom:30px;
  color:#fff;
}

.se-hero-pro h1 span{
  color:#a7a7a7;
  color:#fff;
}

.se-hero-pro p{
  max-width:750px;
  margin:0 auto 50px;
  font-size:18px;
  color:#bcbcbc;
  line-height:1.7;
  color:#fff;
}

/* Buttons */
.hero-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-bottom:80px;
  color:#fff;
}

.hero-btn{
  padding:14px 38px;
  border-radius:40px;
  text-decoration:none;
  font-weight:600;
  color:#fff;
}

.hero-btn.primary{
  background:#fff;
  color:#000;
}

.hero-btn.play{
  width:55px;
  height:55px;
  background:#1a1a1a;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
}

/* Main Image */
.hero-image img{
  width:420px;
  border-radius:25px;
  box-shadow:0 40px 100px rgba(0,0,0,0.8);
  color:#fff;
}

/* Floating Cards */
.hero-float{
  position:absolute;
  background:#1b1b1b;
  padding:25px 30px;
  border-radius:20px;
  width:220px;
  text-align:left;
  box-shadow:0 30px 80px rgba(0,0,0,0.6);
}

.hero-left{
  left:60px;
  top:200px;
  color:#fff;
}

.hero-right{
  right:60px;
  top:200px;
}

.hero-float h3{
  font-size:42px;
  margin-bottom:10px;
  color:#fff;
}

.hero-float p{
  font-size:14px;
  color:#aaa;
}

/* Fake avatars using text */
.hero-avatars span{
  display:inline-flex;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#333;
  color:#fff;
  font-size:12px;
  align-items:center;
  justify-content:center;
  margin-right:-8px;
  border:2px solid #0b0b0b;
}

/* Badge */
.hero-badge{
  margin-top:15px;
  display:inline-block;
  padding:6px 14px;
  background:#333;
  border-radius:20px;
  font-size:12px;
}

.wc-hero{
  margin-top: 80px;
  color:#fff;
  padding:120px 0;}

.wc-hero-inner{
  max-width:1400px;
  margin:auto;
  padding:0 60px;
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap:80px;
  align-items:center;
}

/* LEFT */
.wc-label{
  display:inline-block;
  font-size:12px;
  letter-spacing:2px;
  color:#aaa;
  text-transform:uppercase;
  margin-bottom:30px;
}

.wc-hero-content h1{
  font-size:60px;
  line-height:1.15;
  color:#fff;
  margin-bottom:30px;
}

.wc-hero-content p{
  max-width:600px;
  font-size:18px;
  line-height:1.7;
  color:#ccc;
  margin-bottom:50px;
}

.wc-cta{
  display:flex;
  gap:30px;
}

.wc-btn{
  background:#fff;
  color:#000;
  padding:14px 36px;
  border-radius:50px;
  font-weight:600;
  text-decoration:none;
}

.wc-link{
  color:#aaa;
  font-size:15px;
  text-decoration:none;
}

/* RIGHT PANEL */
.wc-hero-panel{
  background:#1a1a1a;
  padding:60px;
  border-radius:30px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.wc-stat h3{
  font-size:42px;
  color:#fff;
  margin-bottom:8px;
}

.wc-stat span{
  font-size:14px;
  color:#aaa;
}

.wc-panel-title{
  grid-column:1 / -1;
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,0.1);
  font-size:16px;
  color:#ccc;
}



.wc-split{
  padding:140px 0;
  background:#fff;
}

.wc-container{
  max-width:1400px;
  margin:auto;
  padding:0 60px;
}

.wc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  position:relative;
}

/* Vertical divider */
.wc-grid::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:1px;
  height:100%;
  background:#8b8b8b;
}

/* LEFT */
.wc-left h2{
  font-size:42px;
  line-height:1.25;
  margin-bottom:25px;
}

.wc-desc{
  font-size:17px;
  line-height:1.8;
  color:#555;
  margin-bottom:40px;
}

/* List */
.wc-list{
  list-style:none;
  padding:0;
}

.wc-list li{
  font-size:16px;
  margin-bottom:18px;
  padding-left:28px;
  position:relative;
  color:#333;
}

.wc-list li::before{
  content:"—";
  position:absolute;
  left:0;
  color:#000;
}

/* RIGHT */

.wc-right img{
  width:100%;
  border-radius:10px;
  box-shadow:0 30px 80px rgba(0,0,0,0.15);
}

/* Responsive */
@media(max-width:900px){
  .wc-grid{
    grid-template-columns:1fr;
  }
  .wc-grid::before{
    display:none;
  }
}

.wc-columns{
  padding:140px 0;
  background:#fff;
}

.wc-columns-inner{
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid #e5e5e5;
}

.wc-col{
  padding:80px 40px;
  border-right:1px solid #e5e5e5;
  opacity:0;
  transform:translateY(30px);
  transition:1s ease;
}

.wc-col:last-child{
  border-right:none;
}

.wc-col span{
  display:block;
  font-size:14px;
  color:#999;
  margin-bottom:50px;
}

.wc-col h3{
  font-size:22px;
  margin-bottom:18px;
  color:#111;
}

.wc-col p{
  font-size:15px;
  line-height:1.8;
  color:#555;
}

/* Fade in */
.fade.show{
  opacity:1;
  transform:translateY(0);
}

/* Responsive */
@media(max-width:1100px){
  .wc-columns-inner{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .wc-columns-inner{
    grid-template-columns:1fr;
  }
  .wc-col{
    border-right:none;
    border-bottom:1px solid #e5e5e5;
  }
}
.wc-section-heading{
  text-align:center;
  margin-bottom:80px;
}

.wc-section-heading h2{
  font-size:48px;
  font-weight:600;
  color:#111;
  letter-spacing:-0.5px;
}

/* SECTION */
.wc-feature {
  background: #0b0b0b;
  padding: 120px 6%;
  color: #fff;
}

/* Heading */
.wc-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 80px;
  color: #fff;
}

/* Main card */
.wc-feature-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Side columns */
.wc-side {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* Boxes */
.wc-box {
  background: #1a1a1a;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  transition: all 0.4s ease;
}

.wc-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
}

/* Text */
.wc-box h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffffff;
}

.wc-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #bcbcbc;
}

/* Center image */
.wc-center {
  display: flex;
  justify-content: center;
}

.wc-center img {
  width: 100%;
  max-width: 420px;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
}

/* Fade animation */
.fade {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeIn 1.1s ease forwards;
}

.fade:nth-child(1) { animation-delay: 0.2s; }
.fade:nth-child(2) { animation-delay: 0.4s; }
.fade:nth-child(3) { animation-delay: 0.6s; }
.fade:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media(max-width: 1000px) {
  .wc-feature-card {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .wc-center img {
    max-width: 100%;
  }
}

.wcx-about-area{
  padding:120px 0;
  background:#fff;
}

.wcx-about-inner{
  max-width:1400px;
  margin:auto;
  padding:0 60px;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:80px;
  align-items:center;
}

/* Left */
.wcx-tag{
  font-size:14px;
  letter-spacing:2px;
  color:#777;
  font-weight:600;
  margin-bottom:20px;
  display:block;
}

.wcx-title{
  font-size:58px;
  line-height:1.15;
  font-weight:700;
  color:#0b1b2b;
  margin-bottom:40px;
}

.wcx-stat{
  display:flex;
  align-items:flex-end;
  gap:15px;
  margin-bottom:30px;
}

.wcx-stat h3{
  font-size:90px;
  color:#0b1b2b;
  line-height:1;
}

.wcx-stat p{
  font-size:16px;
  color:#666;
  max-width:220px;
}

.wcx-desc{
  font-size:18px;
  line-height:1.7;
  color:#555;
  margin-bottom:40px;
}

/* Buttons */
.wcx-btns{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:50px;
}

.wcx-btn-main{
  background:#0b1b2b;
  color:#fff;
  padding:16px 40px;
  border-radius:40px;
  font-weight:600;
  text-decoration:none;
}

.wcx-btn-circle{
  width:55px;
  height:55px;
  background:#0b1b2b;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  text-decoration:none;
}

/* Quote */
.wcx-quote{
  border-top:1px solid #e5e5e5;
  padding-top:35px;
  max-width:520px;
}

.wcx-quote p{
  font-size:18px;
  line-height:1.7;
  color:#555;
}

/* Image */
.wcx-image{
  width:100%;
  height:100%;
}

.wcx-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:40px;
  box-shadow:0 30px 80px rgba(0,0,0,0.15);
}

/* Responsive */
@media(max-width:1024px){
  .wcx-about-inner{
    grid-template-columns:1fr;
    gap:60px;
  }

  .wcx-title{
    font-size:44px;
  }

  .wcx-stat h3{
    font-size:70px;
  }
}

.bulk-hero {
  position: relative;
  /* background: ; */
  padding: 120px 0;
  margin-top: 80px;
  overflow: hidden;
}

.bulk-hero-overlay {
  position: absolute;
  inset: 0;
  
  z-index: 1;
}

.bulk-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.bulk-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9ecbff;
  margin-bottom: 18px;
}

.bulk-hero-content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.bulk-hero-content p {
  font-size: 17px;
  color: #d1d9e0;
  max-width: 600px;
  margin-bottom: 25px;
}

.bulk-features {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.bulk-features li {
  font-size: 16px;
  color: #e8edf2;
  margin-bottom: 10px;
}

.bulk-cta {
  display: flex;
  gap: 16px;
}

.bulk-btn {
  padding: 14px 30px;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bulk-btn.primary {
  background: #ffffff;
  color: #0a2d4b;
  font-weight: 600;
}

.bulk-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.25);
}

.bulk-btn.outline {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.bulk-btn.outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Right Cards */
.bulk-hero-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.bulk-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease;
}

.bulk-card:hover {
  transform: translateY(-6px);
}

.bulk-card h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 6px;
}

.bulk-card span {
  font-size: 14px;
  color: #cfd8df;
}

.bulk-card.wide {
  grid-column: span 2;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.pro-recruitment {
  padding: 100px 0;
  background: #ffffff;
}

.pro-recruitment-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.pro-badge {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a4a7a;
  margin-bottom: 16px;
}

.pro-content h2 {
  font-size: 42px;
  line-height: 1.25;
  margin-bottom: 18px;
  color: #0f1e2e;
}

.pro-content p {
  font-size: 16px;
  color: #4b5a6a;
  max-width: 620px;
  margin-bottom: 35px;
}

.pro-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

.pro-service h4 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #0f1e2e;
}

.pro-service p {
  font-size: 14px;
  color: #5f6f7f;
}

.pro-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #0a4a7a;
  color: #ffffff;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pro-btn:hover {
  background: #083b63;
  transform: translateY(-2px);
}

/* Image */
.pro-image img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.bulk-exact {
  padding: 90px 0;
  background: #e7e7e7;
}

/* Top row */
.bulk-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 50px;
}

/* Eyebrow */
.bulk-eyebrow {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6e6e6e;
  margin-bottom: 18px;
  display: block;
}

/* Heading */
.bulk-left h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-bottom: 26px;
}

.bulk-left h2 .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-left: 10px;
  transform: translateY(-6px);
}

/* Paragraphs */
.bulk-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 720px;
  margin-bottom: 18px;
}

/* Image */
.bulk-right img {
  width: 100%;
  max-width: 520px;
  display: block;
}

/* FULL WIDTH LIST */
.bulk-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Checklist */
.bulk-points ul {
  list-style: none;
  padding: 0;
}

.bulk-points li {
  font-size: 20px;
  color: #000;
  margin-bottom: 14px;
  padding-left: 26px;
  position: relative;
}

.bulk-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #000;
}

.bulk-cta-section {
  background: #000;
  padding: 0;
  overflow: hidden;
}

.bulk-cta-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 480px;
}

/* LEFT */
.bulk-cta-left {
  padding: 90px 80px;
  color: #fff;
  background: #000;
}

.bulk-cta-left h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 22px;
  color: #cfcfcf;
}

.bulk-cta-left h2 span {
  color: #fff;
}

.bulk-cta-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #cfcfcf;
  max-width: 520px;
  margin-bottom: 40px;
}

.bulk-cta-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.btn-primary {
  padding: 14px 34px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.cta-contact span {
  display: block;
  font-size: 13px;
  color: #aaa;
}

.cta-contact strong {
  font-size: 16px;
  color: #fff;
}

/* RIGHT */
.bulk-cta-right {
  background: #f5f5f5;
  padding: 70px 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}

.cta-card {
  background: #fff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.cta-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.cta-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;

}

.process-hero {

  padding: 110px 0;
  margin-top: 80px;
  text-align: center;
}

.process-hero-inner {
  max-width: 850px;
  margin: 0 auto;
}

.process-badge {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b0b8c1;
  margin-bottom: 18px;
}

.process-hero h1 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}

.process-hero p {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d6dc;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section */
.se-partner {
  padding: 90px 0;
  background: #ffffff;
}

/* Layout */
.se-partner-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT */
.se-partner-left h2 {
  font-size: 42px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 22px;
}

.se-partner-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  max-width: 600px;
  margin-bottom: 18px;
}

/* Trust Info */
.se-trust-info {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid #e0e0e0;
}

.se-trust-item h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
}

.se-trust-item p {
  font-size: 14px;
  color: #666666;
}

/* RIGHT CARDS */
.se-partner-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.se-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #e5e5e5;
}

.se-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #000000;
}

.se-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

/* Responsive */
@media (max-width: 992px) {
  .se-partner-inner {
    grid-template-columns: 1fr;
  }

  .se-trust-info {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.industries-hero {
  position: relative;
  /* background: #000000; */
  padding: 120px 0;
  overflow: hidden;
  margin-top: 80px;
}

.industries-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.9;
}

.industries-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
}

/* Eyebrow */
.industries-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #b5b5b5;
  margin-bottom: 18px;
}

/* Heading */
.industries-hero-content h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}

/* Text */
.industries-hero-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #d0d0d0;
  max-width: 760px;
  margin: 0 auto 38px;
}

/* Buttons */
.industries-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.btn-primary {
  padding: 14px 34px;
  background: #ffffff;
  color: #000000;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.btn-outline {
  padding: 14px 34px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .industries-hero-content h1 {
    font-size: 36px;
  }

  .industries-cta {
    flex-direction: column;
  }
}

.editorial-hero {
  background: #f7f7f7;
  padding: 100px 0;
  margin-top: 80px;
}

.editorial-hero-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  align-items: center;
}

/* LEFT */
.editorial-left {
  position: relative;
}

.editorial-meta {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #777777;
  margin-bottom: 30px;
  color: #ffffff;
}

.editorial-meta span {
  margin-bottom: 10px;
  color: #ffffff;
}

.editorial-left h1 {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 300;
  color: #000000;
  color: #ffffff;
}

.editorial-left h1 strong {
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
}

/* Scroll */
.editorial-scroll {
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #777777;
  color: #ffffff;
}

/* RIGHT */
.editorial-right p {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  color: #ffffff;
  margin-bottom: 30px;
}

.editorial-btn {
  display: inline-block;
  padding: 14px 34px;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.editorial-btn:hover {
  background: #000000;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
  .editorial-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .editorial-meta {
    writing-mode: horizontal-tb;
    transform: none;
    margin-bottom: 20px;
  }

  .editorial-left h1 {
    font-size: 44px;
  }
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-info-section {
  padding: 110px 0 40px;
  background: linear-gradient(180deg, #f6f6f6, #ffffff);
}

.company-info-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  background: #ffffff;
  padding: 170px;
  border-radius: 14px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.08);
  animation: fadeUp 1s ease forwards;
}

/* LEFT */
.company-name {
  font-size: 34px;
  font-weight: 800;
  color: #000;
  margin-bottom: 6px;
}

.company-tagline {
  font-size: 15px;
  color: #666;
}

.info-divider {
  width: 70px;
  height: 3px;
  background: #000;
  margin: 28px 0;
}

.info-block {
  margin-bottom: 36px;
}

.info-block h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.info-block p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.info-block p strong {
  color: #000;
}

.iso {
  margin-top: 10px;
  font-weight: 600;
  color: #000;
}

/* RIGHT */
.company-right {
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .company-info-card {
    grid-template-columns: 1fr;
    padding: 45px;
  }

  .company-right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
  }
}

/* =========================
   CONTACT HERO SECTION
========================= */

.contact-hero-section {
  position: relative;
  padding: 140px 0;
  color: #ffffff;
  margin-top: 80px;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(255,255,255,0.05),
    transparent 60%
  );
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 90px;
  align-items: center;
}

/* LEFT */
.contact-hero-eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #cccccc;
  display: inline-block;
  margin-bottom: 22px;
}

.contact-hero-eyebrow h1

.contact-hero-title {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}

/* RIGHT */
.contact-hero-text {
  font-size: 17px;
  line-height: 1.75;
  color: #d0d0d0;
  max-width: 520px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .contact-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-hero-title {
    font-size: 40px;
  }
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section */
.md-message-section {
  padding: 110px 0;
  background: #f4f4f4;
}

/* Layout */
.md-message-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */
.md-badge {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777777;
  display: inline-block;
  margin-bottom: 18px;
}

.md-message-content h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  color: #000000;
  margin-bottom: 22px;
}

.md-message-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 18px;
  max-width: 620px;
}

.md-signature {
  margin-top: 26px;
  font-size: 15px;
  color: #000000;
}

/* RIGHT IMAGE */
.md-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.md-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

/* Overlay on Hover */
.md-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.15),
    transparent
  );
  display: flex;
  align-items: flex-end;
  padding: 26px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.md-image-overlay span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.md-image-overlay small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #dddddd;
}

.md-image-wrapper:hover .md-image-overlay {
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .md-message-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .md-message-content h2 {
    font-size: 36px;
  }
}

/* Section */
.experience-section {
  padding: 120px 0;
  background: #ffffff;
}

/* Layout */
.experience-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

/* Image */
.experience-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Content */
.experience-content h2 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #000000;
  margin-bottom: 22px;
}

.experience-content h2 span {
  color: #444444;
}

.experience-highlight {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 26px;
  max-width: 520px;
}

.experience-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 18px;
  max-width: 620px;
}

/* Button */
.experience-btn {
  display: inline-block;
  margin-top: 26px;
  padding: 16px 38px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.experience-btn:hover {
  background: #333333;
}

/* Responsive */
@media (max-width: 992px) {
  .experience-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .experience-content h2 {
    font-size: 38px;
  }
}

.md-section {
  padding: 110px 0;
  background: #ffffff;
}

.md-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: flex-start;
}

/* Left Image */
.md-left img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* Right Content */
.md-badge {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777777;
  display: inline-block;
  margin-bottom: 14px;
}

.md-heading {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 22px;
}

.md-intro {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 24px;
}

.md-right p {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 18px;
}

/* Signature */
.md-signature {
  margin-top: 30px;
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .md-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .md-heading {
    font-size: 34px;
  }
}
.md-left {
  text-align: center;
}

.md-left img {
  width: 100%;
  border-radius: 18px;
  display: block;
  margin-bottom: 14px;
}

/* Caption below image */
.md-caption strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
}

.md-caption span {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
}

.md-right .text-h{
  font-weight: 700;
}


.md-hero-header {
  padding: 120px 20px;
  background: radial-gradient(
    circle at top,
    #2b2b2b 0%,
    #111111 45%,
    #000000 100%
  );
  text-align: center;
  margin-top: 80px;
}

/* Inner */
.md-hero-inner {
  max-width: 900px;
  margin: auto;
}

/* Badge (pill style) */
.md-hero-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  color: #cccccc;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/* Title */
.md-hero-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 26px;
}

/* Subtitle */
.md-hero-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: #bbbbbb;
  max-width: 700px;
  margin: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .md-hero-title {
    font-size: 38px;
  }

  .md-hero-header {
    padding: 90px 16px;
  }
}

.chairman-message {
  padding: 110px 0;
  background: #f7f7f7;
}

.chairman-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */
.chairman-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 14px;
}

.chairman-name {
  font-size: 40px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 6px;
}

.chairman-name span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-top: 6px;
}

.chairman-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 22px 0;
}

.chairman-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  margin-bottom: 18px;
  max-width: 620px;
}

/* Quote */
.chairman-quote {
  margin-top: 30px;
  padding-left: 22px;
  border-left: 4px solid #000000;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

/* RIGHT IMAGE */
.chairman-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .chairman-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .chairman-name {
    font-size: 34px;
  }
}

/* ===============================
   SECTION BASE
================================ */
.support-sector {
  padding: 120px 0;
  background: #ffffff;
}

/* ===============================
   HEADING
================================ */
.support-heading {
  text-align: center;
  margin-bottom: 80px;
}

.support-heading h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}

.support-heading h2 span {
  font-weight: 400;
  color: #444444;
}

/* ===============================
   GRID LAYOUT
================================ */
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

/* ===============================
   CARD
================================ */
.support-card {
  text-align: center;
  padding: 0 35px;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* LEFT & RIGHT BORDERS */
.support-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #e5e5e5;
}

/* HOVER EFFECT */
.support-card:hover {
  transform: translateY(-8px);
}

/* ===============================
   ICON
================================ */
.support-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 18px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease, transform 0.35s ease;
}

.support-svg {
  width: 26px;
  height: 26px;
  fill: #000000;
  transition: transform 0.35s ease;
}

/* ICON HOVER */
.support-card:hover .support-icon {
  background: #000000;
}

.support-card:hover .support-svg {
  fill: #ffffff;
  transform: scale(1.1);
}

/* ===============================
   TEXT
================================ */
.support-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}

.support-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .support-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }

  .support-card:not(:last-child)::after {
    display: none;
  }

  .support-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-card {
    padding: 0 15px;
  }
}

/* ===============================
   HERO BASE
================================ */
.why-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-top: 80px;
}

/* Overlay (extra depth) */
.why-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at left,
    rgba(255, 255, 255, 0.04),
    transparent 60%
  );
}

/* Content */
.why-hero-inner {
  position: relative;
  max-width: 860px;
}

/* Eyebrow */
.why-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #dddddd;
  margin-bottom: 18px;
}

.why-dot {
  width: 40px;
  height: 1px;
  background: #ffffff;
}

/* Title */
.why-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 22px;
}

/* Subtitle */
.why-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: #cccccc;
  max-width: 650px;
  margin-bottom: 34px;
}

/* Buttons */
.why-actions {
  display: flex;
  gap: 18px;
}

.why-btn {
  padding: 15px 36px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Primary Button */
.why-btn.primary {
  background: #ffffff;
  color: #000000;
}

.why-btn.primary:hover {
  background: #dddddd;
}

/* Outline Button */
.why-btn.outline {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.why-btn.outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .why-title {
    font-size: 38px;
  }

  .why-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* SECTION */
.why-choose-process {
  padding: 80px 0;
  background: #f6f6f6;
  font-family: 'Inter', sans-serif;
}

.why-choose-process .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HEADING */
.why-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.why-heading h1 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
}

.why-heading p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* PARENT CARD */
.process-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* COLUMN */
.process-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* CARD */
.process-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* CONTENT CARD */
.content-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.content-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  text-align: justify;
}

/* IMAGE CARD */
.image-card {
  padding: 0;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .process-wrapper {
    grid-template-columns: 1fr;
  }

  .why-heading h1 {
    font-size: 30px;
  }
}

/* WHY CHOOSE US SECTION */
.why-choose-section {
  padding: 100px 0;
  background: #f7f7f7;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

/* IMAGE AREA */
.why-images {
  position: relative;
}

.why-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-large {
  border-radius: 28px;
  overflow: hidden;
}

.img-large img{
  border-radius: 28px;
  border: 2px solid black;
}


.img-small {
  position: absolute;
  width: 45%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    /* border-radius: 28px; */
  border: 2px solid black;
}

.img-small.top {
  top: -40px;
  right: -20px;
}

.img-small.bottom {
  bottom: -40px;
  left: -20px;
}

/* CONTENT */
.why-content {
  max-width: 640px;
}

.why-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #666;
  font-weight: 600;
  margin-bottom: 14px;
}

.why-content h2 {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.why-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

/* POINTS */
.why-points {
  display: grid;
  gap: 22px;
  margin-bottom: 36px;
}

.why-point h4 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.why-point p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* BUTTON */
.why-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.why-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .img-small {
    display: none;
  }

  .why-content h2 {
    font-size: 32px;
  }
}



/* OFFCANVAS MENU BASE */
.offcanvas-3__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-3__menu > ul > li > a {
  display: block;
  padding: 14px 0;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* SUB MENU */
.offcanvas-3__menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-left: 15px;
}

.offcanvas-3__menu .sub-menu li a {
  font-size: 19px;
  font-weight: 400;
  color: #cfcfcf;
  padding: 10px 0;
  letter-spacing: 1px;
  display: block;
}

/* DROPDOWN ICON */
.menu-item-has-children > a {
  position: relative;
}

.menu-item-has-children > a::after {
  content: "▾";
  position: absolute;
  right: 0;
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* OPEN STATE */
.menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}

/* ACTIVE SUB ITEM */
.offcanvas-3__menu a:hover {
  color: #f1c40f;
}
/* =========================
   CLIENTS HERO SECTION
   ========================= */

.clients-hero {
  position: relative;
  padding: 120px 0;
  margin-top: 80px;
}

.clients-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.clients-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.clients-label {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1c40f;
  margin-bottom: 15px;
  display: inline-block;
}

.clients-hero-content h1 {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
}

.clients-hero-content p {
  font-size: 17px;
  color: #e0e0e0;
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 35px;
}

/* CTA BUTTONS */
.clients-hero-cta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ffffff;
  color: #000;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  border-color: #f1c40f;
  color: #f1c40f;
}

/* RIGHT STATS CARD */
.clients-hero-stats {
  background: rgba(20, 20, 20, 0.85);
  border-radius: 22px;
  padding: 40px;
}

.clients-hero-stats .stat {
  margin-bottom: 28px;
}

.clients-hero-stats h3 {
  font-size: 34px;
  font-weight: 700;
  color: white;
  margin-bottom: 6px;
}

.clients-hero-stats p {
  font-size: 14px;
  color: #cccccc;
}

.clients-hero-stats .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 30px 0;
}

.clients-hero-stats .trust-text {
  font-size: 14px;
  color: #dddddd;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .clients-hero-inner {
    grid-template-columns: 1fr;
  }

  .clients-hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .clients-hero {
    padding: 90px 0;
  }

  .clients-hero-content h1 {
    font-size: 34px;
  }
}
/* =========================
   Bordered Content Section
   ========================= */

.bordered-content-section {
  padding: 80px 0;
  color: black; 
  background-color:#ececec;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin: 30px 0px;
}

.bordered-content-section .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  color: black; 
  margin-bottom: 20px;
}

/* Paragraph */
.section-text {
  font-size: 17px;
  line-height: 1.7;
  color: black; 
  color: #d1d5db;
  color: black; 
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading {
    font-size: 28px;
  }

  .section-text {
    font-size: 16px;
  }
}


/* =========================
   MODERN CLIENTS SECTION
   ========================= */

.clients-modern {
  padding: 100px 0;
  background: #f7f7f7;
}

.clients-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.clients-header h2 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  color: #000;
}

.clients-header p {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.6;
  color: #000;
}

/* Grid */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

/* Card */
.client-card {
background-color: #fff;
  border: 1px solid black;
  border-radius: 18px;
  padding: 26px;
  text-align: center;
  transition: all 0.35s ease;
  backdrop-filter: blur(6px);
}

.client-card:hover {
  transform: translateY(-6px);
  border-color: goldenrod ;
}

/* Logo wrapper */
.client-logo {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* PERFECT IMAGE FIT */
.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: all 0.3s ease;
}

.client-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Client Name */
.client-name {
  font-size: 15px;
  font-weight: 600;
  color: #e5e7eb;
    color: #000;

}

/* Responsive */
@media (max-width: 576px) {
  .clients-modern {
    padding: 70px 0;
  }

  .clients-header h2 {
    font-size: 30px;
  }
}

/* ==============================
   COMPANY PROFILE – REDESIGNED
============================== */

.se-company-profile {
  padding: 60px 0;
  background: #f8fafc;
}

.se-company-wrap {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* Columns */
.se-company-col {
  display: flex;
  flex-direction: column;
}

/* Title */
.se-company-title {
  font-size: 36px;
  font-weight: 700;
  color: black;
  margin-bottom: 6px;
}

.se-company-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

/* Divider */
.se-divider {
  width: 70px;
  height: 3px;
  background: black;
  margin-bottom: 35px;
}

/* Info blocks */
.se-info-group {
  margin-bottom: 35px;
}

.se-info-group h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

.se-info-group p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* License */
.se-license {
  margin-top: 12px;
  font-size: 15px;
}

/* Badge */
.se-badge {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 14px;
  background: black;
  color: #fff;
  font-size: 13px;
  border-radius: 20px;
  width: fit-content;
}

/* RIGHT column subtle separation */
.se-company-col-right {
  padding-left: 40px;
  border-left: 1px solid #e5e7eb;
}

/* Responsive */
@media (max-width: 900px) {
  .se-company-wrap {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .se-company-col-right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e5e7eb;
    padding-top: 40px;
  }

  .se-company-title {
    font-size: 30px;
  }
}

.text-qw{
  text-align: center;
  color: darkslategray;
  margin-top: 40px;
}

/* ==============================
   GLOBAL WORKFORCE HERO – CARD
============================== */

.gw-hero-section {
  padding: 90px 0;
  background: #f1f5f9; /* Light Gray */
}

.gw-hero-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.gw-hero-card {
  background: #ffffff;
  max-width: 900px;
  margin: auto;
  padding: 60px;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* Title */
.gw-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: black;
  margin-bottom: 25px;
}

/* Text */
.gw-hero-text {
  font-size: 17px;
  line-height: 1.75;
  color: #4b5563;
  margin-bottom: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .gw-hero-card {
    padding: 40px;
  }

  .gw-hero-title {
    font-size: 32px;
  }

  .gw-hero-text {
    font-size: 16px;
  }
}

/* =========================
   CLEAN PAGE HEADER
========================= */

.page-header-clean {
  padding: 80px 0 70px;
  background: #f8fafc; /* light gray */
  border-bottom: 1px solid #e5e7eb;
}

.page-header-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}

.page-header-title {
  font-size: 42px;
  font-weight: 700;
  color: #0a2f35;
  margin-bottom: 14px;
}

.page-header-text {
  font-size: 17px;
  line-height: 1.7;
  color: #4b5563;
}

/* Responsive */
@media (max-width: 768px) {
  .page-header-title {
    font-size: 32px;
  }

  .page-header-text {
    font-size: 16px;
  }
}


/* Remove original border divider */
/* .offcanvas-3__menu ul li,
.offcanvas-3__menu ul li a {
    border-bottom: none !important;
}


.offcanvas-3__menu ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    transform: none !important;
} */


.se-hero-new {
  position: relative;
  height: 90vh;
  background: url("../images/hero-about.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.se-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,20,35,.85), rgba(5,20,35,.5));
}

.se-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  padding: 0 50px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
}

/* LEFT */

.se-hero-left h1 {
  font-size: 56px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}

.se-hero-left p {
  font-size: 18px;
  color: rgba(255,255,255,.85);
  line-height: 1.8;
  max-width: 520px;
}

.se-eyebrow {
  color: #caa257;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.se-hero-actions {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.se-btn-primary {
  background: #fff;
  color: #000;
  padding: 14px 36px;
  border-radius: 40px;
  font-weight: 600;
}

.se-btn-outline {
  border: 1px solid #fff;
  padding: 14px 36px;
  border-radius: 40px;
  color: #fff;
}

/* RIGHT CARD */

.se-hero-stats {
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(20px);
  padding: 45px;
  border-radius: 20px;
}

.se-stat h3 {
  font-size: 42px;
  color: #fff;
}

.se-stat span {
  color: #ccc;
  font-size: 14px;
}

.se-stat {
  margin-bottom: 25px;
}

.se-trust {
  margin-top: 25px;
  color: #aaa;
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 20px;
}

/* MOBILE */

@media(max-width:900px){
  .se-hero-container{
    grid-template-columns:1fr;
  }

  .se-hero-left h1{
    font-size:38px;
  }
}

.se-hero-meta {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 30px;
}

.meta-item strong {
  display: block;
  color: #caa257;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.meta-item span {
  color: rgba(255,255,255,.85);
  font-size: 15px;
}

/* Mobile */

@media(max-width:900px){
  .se-hero-meta{
    grid-template-columns:1fr;
  }
}

.se-line {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.2);
  margin-top: 18px;
}

.se-stat {
  margin-bottom: 30px;
}

.hero-metrics {
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 45px;
}

/* Each row */

.metric-row {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.metric-row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.metric-row h3 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 6px;
}

.metric-row p {
  color: #ccc;
  font-size: 14px;
}

/* Footer text */

.metric-foot {
  /* margin-top: 15px; */
  padding-top: 10px;
  /* border-top: 1px solid rgba(255,255,255,.15); */
  font-size: 16px;
  color: #aaa;
  line-height: 1.6;
}

/* =========================
   SERVICES HEADER – ALT
========================= */
.services-header-alt {
  padding: 160px 0 120px;
  margin-top: 80px;
  background: linear-gradient(90deg, rgb(0 0 0 / 85%), rgb(0 0 0 / 50%)), url("../images/services-about.jpg") center/cover no-repeat;
}

.services-header-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
  text-align: center;
}

/* Tag */
.services-tag {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color:white;
}

/* Title */
.services-header-alt h1 {
  font-size: 56px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;color:white;
}

/* Description */
.services-header-alt p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  max-width: 850px;
  margin: auto;
  color:white;
}

/* Highlights row */
.services-highlights {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Item */
.highlight-item {
  padding-top: 25px;
  border-top: 2px solid #e5e5e5;
}

.highlight-item strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #0a2f35;
  margin-bottom: 8px;
  color:white;
}

.highlight-item span {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px;
  color:white;
}

/* Responsive */
@media (max-width: 900px) {
  .services-header-alt h1 {
    font-size: 38px;
  }

  .services-highlights {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .services-highlights {
    grid-template-columns: 1fr;
  }
}

.rs-binox-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 50px;
}

/* Desktop (3 cards) */
.rs-binox-card {
    width: calc(33.33% - 34px);
}

/* Tablet (2 cards) */
@media (max-width: 991px) {
    .rs-binox-card {
        width: calc(50% - 25px);
    }
}

/* Mobile (1 card) */
@media (max-width: 575px) {
    .rs-binox-card {
        width: 100%;
    }
}

/* ===============================
   COMPANY SECTION RESPONSIVE FIX
================================ */

/* Default improvements */
.se-company-left {
    padding: 100px 60px;
}

.se-company-left h2 {
    font-size: 42px;
}

.se-company-year h3 {
    font-size: 56px;
}

/* ===============================
   TABLET (<= 992px)
================================ */
@media (max-width: 992px) {

    .se-company-split {
        grid-template-columns: 1fr;
    }

    .se-company-left {
        padding: 60px 40px;
    }

    .se-company-left h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .se-company-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .se-company-year h3 {
        font-size: 48px;
    }

    .se-company-right img {
        padding: 40px;
        border-radius: 40px;
    }
}


/* ===============================
   MOBILE (<= 768px)
================================ */
@media (max-width: 768px) {

    .se-company-left {
        padding: 50px 25px;
    }

    .se-company-left h2 {
        font-size: 28px;
    }

    .se-company-link {
        margin-bottom: 30px;
    }

    .se-company-info p {
        font-size: 15px;
    }

    .se-company-year h3 {
        font-size: 40px;
    }

    .se-company-right img {
        padding: 20px;
        border-radius: 20px;
    }
}


/* ===============================
   SMALL MOBILE (<= 480px)
================================ */
@media (max-width: 480px) {

    .se-company-left h2 {
        font-size: 24px;
    }

    .se-company-year h3 {
        font-size: 34px;
    }

    .se-company-info p {
        font-size: 14px;
        line-height: 1.6;
    }

}

/* ===============================
   MANPOWER FEATURE RESPONSIVE FIX
================================ */

/* Desktop improvement */
.se-feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ===============================
   TABLET (<= 992px)
================================ */
@media (max-width: 992px) {

    .se-manpower-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 30px;
    }

    .se-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .se-manpower-right h2 {
        font-size: 32px;
    }
}

/* ===============================
   MOBILE (<= 768px)
================================ */
@media (max-width: 768px) {

    .se-feature-grid {
        grid-template-columns: 1fr;
    }

    .se-feature {
        padding: 25px 20px;
    }

    .se-feature h5 {
        font-size: 15px;
    }

    .se-feature p {
        font-size: 13px;
    }

    .se-manpower-right h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .se-intro {
        font-size: 15px;
    }
}

/* ===============================
   SMALL MOBILE (<= 480px)
================================ */
@media (max-width: 480px) {

    .se-feature {
        padding: 20px 15px;
    }

    .se-feature i {
        font-size: 22px;
    }

    .se-feature h5 {
        font-size: 14px;
    }

    .se-feature p {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* ===============================
   BULK HERO RESPONSIVE FIX
================================ */

/* Base improvements */
.bulk-hero {
    padding: 120px 0;
}

.bulk-hero-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Left content */
.bulk-hero-content {
    flex: 1 1 500px;
    z-index: 2;
}

.bulk-hero h1 {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.2;
}

.bulk-hero-content p {
    font-size: 16px;
    line-height: 1.7;
}

/* Right cards */
.bulk-hero-cards {
    flex: 1 1 400px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Card fix */
.bulk-card {
    padding: 25px;
    border-radius: 14px;
}

/* Wide card */
.bulk-card.wide {
    grid-column: span 2;
}

/* ===============================
   TABLET (<= 992px)
================================ */
@media (max-width: 992px) {

    .bulk-hero {
        padding: 100px 0;
    }

    .bulk-hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .bulk-hero h1 {
        font-size: 36px;
    }

    .bulk-hero-cards {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===============================
   MOBILE (<= 768px)
================================ */
@media (max-width: 768px) {

    .bulk-hero {
        padding: 80px 20px;
    }

    .bulk-hero h1 {
        font-size: 28px;
    }

    .bulk-hero-content p {
        font-size: 14px;
    }

    .bulk-features li {
        font-size: 14px;
    }

    .bulk-hero-cards {
        grid-template-columns: 1fr;
    }

    .bulk-card.wide {
        grid-column: span 1;
    }
}

/* ===============================
   SMALL MOBILE (<= 480px)
================================ */
@media (max-width: 480px) {

    .bulk-hero h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .bulk-card h3 {
        font-size: 20px;
    }

    .bulk-card span {
        font-size: 13px;
    }
}

/* ===============================
   PRO RECRUITMENT RESPONSIVE FIX
================================ */

/* Layout */
.pro-recruitment-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

/* Left + Right */
.pro-content,
.pro-image {
    flex: 1 1 500px;
}

/* Heading */
.pro-content h2 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.2;
}

/* Paragraph */
.pro-content p {
    font-size: 16px;
    line-height: 1.7;
}

/* Services grid */
.pro-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}

/* Service card */
.pro-service h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.pro-service p {
    font-size: 14px;
    line-height: 1.6;
}

/* Image */
.pro-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* ===============================
   TABLET (<= 992px)
================================ */
@media (max-width: 992px) {

    .pro-recruitment-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .pro-services {
        grid-template-columns: 1fr 1fr;
    }
}

/* ===============================
   MOBILE (<= 768px)
================================ */
@media (max-width: 768px) {

    .pro-content h2 {
        font-size: 28px;
    }

    .pro-content p {
        font-size: 14px;
    }

    .pro-services {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pro-service h4 {
        font-size: 15px;
    }

    .pro-service p {
        font-size: 13px;
    }

    .pro-recruitment-inner {
        gap: 40px;
    }
}

/* ===============================
   SMALL MOBILE (<= 480px)
================================ */
@media (max-width: 480px) {

    .pro-content h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .pro-service h4 {
        font-size: 14px;
    }

    .pro-service p {
        font-size: 12px;
    }
}
/* ===============================
   BULK BENEFITS RESPONSIVE FIX
================================ */

/* Top layout */
.bulk-top {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

/* Left + Right */
.bulk-left,
.bulk-right {
    flex: 1 1 500px;
}

/* Heading */
.bulk-left h2 {
    font-size: clamp(28px, 5vw, 52px);
    line-height: 1.2;
}

/* Paragraph */
.bulk-left p {
    font-size: 16px;
    line-height: 1.7;
}

/* Image */
.bulk-right img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* ===============================
   POINTS GRID FIX
================================ */
.bulk-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

/* List styling */
.bulk-points ul {
    padding: 0;
    list-style: none;
}

.bulk-points li {
    font-size: 15px;
    margin-bottom: 12px;
}

/* ===============================
   TABLET (<= 992px)
================================ */
@media (max-width: 992px) {

    .bulk-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .bulk-points {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===============================
   MOBILE (<= 768px)
================================ */
@media (max-width: 768px) {

    .bulk-left h2 {
        font-size: 28px;
    }

    .bulk-left p {
        font-size: 14px;
    }

    .bulk-points {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bulk-points li {
        font-size: 14px;
    }
}

/* ===============================
   SMALL MOBILE (<= 480px)
================================ */
@media (max-width: 480px) {

    .bulk-left h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .bulk-points li {
        font-size: 13px;
    }
}

/* ===============================
   BULK BENEFITS FINAL FIX
================================ */

/* Section spacing */
.bulk-exact {
    padding: 100px 20px;
}

/* Container */
.bulk-exact .container {
    max-width: 1200px;
    margin: auto;
}

/* ===============================
   TOP SECTION (TEXT + IMAGE)
================================ */
.bulk-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Heading */
.bulk-left h2 {
    font-size: clamp(28px, 5vw, 52px);
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Paragraph */
.bulk-left p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Image FIX */
.bulk-right {
    display: flex;
    justify-content: center;
}

.bulk-right img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
}

/* ===============================
   POINTS SECTION
================================ */
.bulk-points {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

/* List */
.bulk-points ul {
    list-style: none;
    padding: 0;
}

.bulk-points li {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

/* Tick icon */
.bulk-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 14px;
}

/* ===============================
   TABLET
================================ */
@media (max-width: 992px) {

    .bulk-top {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .bulk-right {
        justify-content: flex-start;
    }

    .bulk-right img {
        max-width: 100%;
    }
}

/* ===============================
   MOBILE
================================ */
@media (max-width: 768px) {

    .bulk-exact {
        padding: 70px 15px;
    }

    .bulk-left h2 {
        font-size: 26px;
    }

    .bulk-left p {
        font-size: 14px;
    }

    .bulk-points {
        margin-top: 40px;
        gap: 20px;
    }
}

/* ===============================
   SMALL MOBILE
================================ */
@media (max-width: 480px) {

    .bulk-left h2 {
        font-size: 22px;
    }

    .bulk-points li {
        font-size: 13px;
    }
}
/* ===============================
   CTA ALIGNMENT FIX (NO DESIGN CHANGE)
================================ */

/* Keep your layout but align properly */
.bulk-cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch; /* IMPORTANT */
}

/* Fix right side grid */
.bulk-cta-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Equal height cards */
.cta-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Fix spacing inside cards */
.cta-card h4 {
    margin-bottom: 10px;
}

.cta-card p {
    margin: 0;
}

/* Align left side properly */
.bulk-cta-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ===============================
   TABLET FIX
================================ */
@media (max-width: 992px) {

    .bulk-cta-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bulk-cta-right {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 768px) {

    .bulk-cta-right {
        grid-template-columns: 1fr;
    }
}






/* Fixed Download Brochure Button */
.download-brochure-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #eaca52;
    color: #221f1f;
    padding: 14px 22px;
    font-weight: 600;
    border-radius: 8px 0 0 8px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: floatBtn 2.5s ease-in-out infinite;
    transition: 0.3s;
}

.download-brochure-btn:hover {
    background: #393633;
    padding-right: 30px;
    color: white;
}

/* Smooth floating animation */
@keyframes floatBtn {
    0% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(-6px); }
    100% { transform: translateY(-50%) translateX(0); }
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .download-brochure-btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .download-brochure-btn {
      width: 40%;
        padding: 10px 16px;
        font-size: 14px;
    }
}


.rs-team-parent-1{
      display: flex;
      justify-content: center;
      align-items: center;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}
.image-team-main{
  height: auto;
  width: 100%;
}
.image-team-main img{
    height: auto;
  width: 100%;
}

/* ================================
   GALLERY SECTION
================================ */

.se-gallery {
  padding: 100px 5%;
  background: #f7f8fa;
}

.se-gallery-container {
  max-width: 1400px;
  margin: auto;
}

.se-gallery-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
}

/* GRID */
.se-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* IMAGE STYLE */
.se-gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;   /* 🔥 Perfect fit */
  border-radius: 12px;
  cursor:pointer;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.se-gallery-grid img:hover {
  transform: scale(1.05);
}

/* ================================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 1024px) {
  .se-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .se-gallery-grid {
    grid-template-columns: 1fr;
  }

  .se-gallery-grid img {
    height: 220px;
  }
}

/* ================================
   LIGHTBOX (FULLSCREEN IMAGE)
================================ */

.se-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
  display: none;
  justify-content: center;
  align-items: center;
  cursor:pointer;
  z-index: 9999;
}

.se-lightbox-img {
  max-width: 95%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 10px;
  cursor:pointer;
}

.se-lightbox-close {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  transition: 0.3s;
  cursor:pointer;
}

.se-lightbox-close:hover {
  color: #ccc;
}