:root{
    --primary: #EF6700;
    --secondary: #56BE08;
    --secondaryLight: #5CB85C;
    --tertiary: #e9b220;
    --tertiary-light: #e9b3204f;
    --dark: #000;
    --black: #000;
    --mid-dark: #444444;
    --grey: #666666;
    --grey2: #F9FAFB;
    --light-grey: #F3F3F3;
    --mid-grey: #ced4da;
    --white: #fff;
    --red: #f00;
}

html{
    font-size: 10px;
}

body{
    height: 100%;
    padding: 0;
    margin: 0;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    background: var(--white);
}

ul li, ol li, ol, ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/* ==============================================================
+++++++++++++++++++++++++++++++ CSS +++++++++++++++++++++++++++++
================================================================== */
/* ─── NAVBAR ─── */
    .navbar {
      background: var(--black);
      backdrop-filter: blur(8px);
      box-shadow: 0 2px 20px rgba(0,0,0,0.12);
      padding: 1rem 0;
      position: fixed; top: 0; width: 100%; z-index: 1000;
      transition: all 0.3s;
    }
    /* .navbar-brand img { height: 44px; } */
    .navbar-nav > .nav-item > .nav-link {
      font-weight: 400;
      font-size: 1.5rem;
      color: var(--white) !important;
      padding: 2rem 1.2rem;
      transition: color 0.2s;
    }
    .navbar-nav > .nav-item > .nav-link:hover { color: var(--primary) !important; }
    .navbar-nav .nav-item.active > .nav-link { color: var(--primary) !important; }

    .navbar-nav .dropdown-toggle::after{
        display: none;
    }
    /* Mega Dropdown */
    .navbar .dropdown-menu {
      border: none;
      background: var(--primary);
      border-radius: 0px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.13);
      min-width: 220px;
    }
    .navbar .dropdown-item {
      font-size: 1.5rem;
      font-weight: 400;
      padding: 1rem 2rem;
      color: var(--dark);
      border-bottom: 1px solid #f0f0f0;
      transition: all 0.2s;
    }
    .navbar .dropdown-item:last-child { border-bottom: none; }
    .navbar .dropdown-item:hover {
      background: var(--primary);
      color: var(--dark);
      padding-left: 2.8rem;
    }

    /* About Us Mega Menu */
.mega-menu {
    /*      width: 827px;*/
    width: 82.7rem;
    padding: 2rem 3rem;
    display: none;
    flex-wrap: wrap;
    margin-top: 1.6rem;
    gap: 1rem;
}
    #strengthsMega{width: 56rem;}
    #strengthsMega .mega-card{width: calc(48.5% - 0rem);}
    .mega-menu.show { display: flex !important; }
    .navbar .dropdown-menu{
        position: relative;
    }
    .navbar .dropdown-menu:before{
        content: '';content: "";
        position: absolute;
        top: -21px; /* adjust as needed */
        left: 0; /* adjust as needed */
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 100px solid var(--primary);
    }

    .mega-card {
      width: calc(33.33% - 0.8rem);
      border-radius: 0px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      transition: transform 0.2s;
      margin-bottom: 1rem;
    }
    .mega-card a{text-decoration: none;}
    .mega-card:hover { transform: translateY(-0.4rem); }
    .mega-card img {
      width: 24.5rem; 
      height: 22rem; 
      object-fit: cover;
      display: block;
    }
    .mega-card .mc-label {
      /* position: absolute;  */
      bottom: 0; left: 0; right: 0;
      background: var(--primary);
      color: var(--white);
      font-family: 'Montserrat', sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      padding: 1rem 0rem;
      padding-top: 0;
      text-align: left;
      letter-spacing: -0.3%;
    }

        /* Navbar toggler */
    .navbar-toggler { border: 2px solid var(--primary); }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23f47b20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Smooth scroll */
    html { scroll-behavior: smooth; }

/* ========================================= */
    /* ─── BANNER ─── */
    .hero-banner {
      position: relative;
      height: 100vh;
      min-height: 500px;
      overflow: hidden;
      display: flex;
      align-items: center;
    }
    .hero-video {
      position: absolute; top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      z-index: 0;
    }
    .hero-overlay {
      position: absolute; inset: 0;
    /* background: linear-gradient(to right, rgba(0,0,0,0.72) 40%, rgba(0,0,0,0.2));*/
      z-index: 1;
    }
/* --------------------------- */
.video-modal .modal-content {
    background: var(--dark);
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-modal .custom-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    border: 3px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 3.5rem;
    line-height: 1;
    z-index: 10;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    padding: 0;
}

.video-modal .modal-content {
    overflow: unset !important;
}

.video-modal .modal-body {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.video-modal .modal-dialog {
    max-width: 900px;
}

.video-modal .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-modal .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
/* --------------------- */
    .hero-content {
      position: absolute; 
      z-index: 2;
      padding-left: 5%;
      bottom: 10%;
    }
    .hero-content h1 {
      /* font-size: clamp(2rem, 5vw, 4rem); */
      font-size: 4rem;
      font-weight: 700;
      color: var(--white);
      line-height: 1.15;
      text-shadow: 0 2px 20px rgba(0,0,0,0.4);
      letter-spacing: -5%;
    }

    .hero-content .btn-explore {
      font-size: 1.5rem !important;
      padding: 0.6rem 2.4rem !important;
    }

    .navbar .btn-contact {
      font-size: 1.5rem !important;
      padding: 0.6rem 2.4rem !important;
    }

  /* ─── ABOUT SECTION ─── */
    .about-section { background: #F8FAFC; }
    .about-section h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem; font-weight: 500;
      color: var(--primary); margin-bottom: 1.8rem; letter-spacing: -5%;}
    .about-section p {
        font-size: 1.6rem;
        line-height: 1.8;
        color: var(--black);
        font-weight: 400;
        letter-spacing: -2%;
        margin-bottom: 1.9rem;
    }
    .about-section ul { list-style: none; padding: 0; }
    .about-section ul li {
      padding: 0.6rem 0 1.6rem 2.2rem;
      position: relative; font-size: 1.6rem; color: var(--dark); letter-spacing: -2%;
    }
    .about-section ul li::before {
      content: '\f111'; position: absolute; left: 0;
      color: var(--dark); font-size: 0.6rem; font-family: 'FontAwesome';top: 1.35rem;
    }
    .about-section strong { color: var(--dark); }
    .region-badge {
      display: inline-block;
      color: var(--primary);
      padding: 0.4rem 1.6rem;
      font-size: 1.6rem;
      font-weight: 600;
      margin: 0;
      border-right: 1px solid var(--primary);
      letter-spacing: -2%;
    }
    .region-badge:last-child{
        border: 0px;
    }
    .video-thumb {
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      box-shadow: 25px 0px 0px 14px var(--primary);
    }
    .video-thumb img { width: 100%; display: block; }
    .play-btn {
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      width: 6.4rem; height: 6.4rem;
      background: var(--white);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      /* box-shadow: 0 0 0 10px rgba(244,123,32,0.25); */
      transition: transform 0.2s;
      border: 2px solid var(--primary);
    }
    .play-btn:hover { transform: translate(-50%,-50%) scale(1.1); }
    .play-btn i { color: var(--secondary); font-size: 2.2rem; margin-left: 0.4rem; }

    
    .stats-bar {
      background: var(--primary);
      padding: 2.8rem 0;
    }
    .stat-item { text-align: center; padding: 1rem; }
    .stat-item .stat-num {
      font-family: 'Montserrat', sans-serif;
      font-size: 3.2rem; font-weight: 600;
      color: var(--white); display: block;
    }

    .stat-item .stat-num sub{
        display: inline-block;
        position: relative;
        top: -4px;
    }
    .stat-item .stat-label {
      font-size: 1.4rem; color: rgba(255,255,255,0.87);
      font-weight: 400; margin-top: 0.4rem; display: block;
      letter-spacing: -3%;
    }
    .stat-divider {
      border-left: 1px solid rgba(255,255,255,0.35);
      height: 6rem; align-self: center;
    }

    /* ===================== */

    .chairman-card {
      background: var(--primary);
      border-radius: 22px;
      padding: 2.6rem 2.2rem;
      position: relative;
      overflow: hidden;
      color: var(--white);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
    }

    .quote-icon {
      margin-bottom: 0.8rem;
      opacity: 0.7;
    }

    .quote-icon img,
    .close-quote img {
      width: 3.2rem;
    }

    .chairman-card h2 {
      font-weight: 500;
      font-size: 2.4rem;
      margin-bottom: 1.4rem;
      letter-spacing: -5%;
    }

    .chairman-card .quote-text {
      font-style: italic;
      font-size: 1.7rem;
      line-height: 2.3rem;
      margin-bottom: 1rem;
      letter-spacing: -3%;
    }

    .chairman-card .attribution {
      font-weight: 700;
      font-size: 1.4rem;
      letter-spacing: -2%;
    }

    .chairman-card .know-more {
      color: var(--white);
      font-size: 1.5rem;
      font-weight: 600;
      text-decoration: underline;
      letter-spacing: -3%;
      display: inline-block;
    }

    .chairman-card .col-md-7 {
      padding-bottom: 3.4rem;
    }

    .chairman-photo {
      border-radius: 16px;
      width: 100%;
      max-width: 220px;
      object-fit: cover;
      display: block;
      margin: 0 auto;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    }

    .close-quote {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    transform: scaleX(-1);
    }

    .trusted-card {
      background: var(--white);
      border-radius: 22px;
      padding: 3.2rem 4rem;
      height: 100%;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
    }

    .trusted-card-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.2rem;
      margin-bottom: 1.4rem;
    }

    .trusted-card .seal,
    .trusted-card .seal-wrap img {
      width: 4.4rem;
      flex-shrink: 0;
    }

    .trusted-card h3 {
      font-weight: 600;
      font-size: 2rem;
      margin-bottom: 0;
      letter-spacing: -0.32px;
    }

    .trusted-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .trusted-card ul li {
      font-size: 1.4rem;
      padding: 0.4rem 0;
      color: var(--dark);
      font-weight: 500;
      position: relative;
      padding-left: 2rem;
    }

    .trusted-card ul li::before {
      content: "· ";
      font-weight: 700;
      color: var(--dark);
      position: absolute;
      left: 0;
    }

    .feature-card {
      background: var(--white);
      border-radius: 22px;
      padding: 3.2rem 4rem;
      height: 100%;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
    }

    .feature-card:hover {
      transform: translateY(-4px);
      /* box-shadow: 0 12px 32px rgba(0,0,0,0.10); */
    }

    .feature-card-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.2rem;
      margin-bottom: 1.4rem;
    }

    .feature-card .icon-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 3.6rem;
      height: 3.6rem;
    }

    .feature-card .icon-wrap img,
    .feature-card .icon-wrap svg {
      width: auto;
      height: 100%;
      max-width: 100%;
      object-fit: contain;
    }

    .feature-card h4 {
      font-weight: 600;
      font-size: 2rem;
      margin-bottom: 0;
      letter-spacing: -0.32px;
    }

    .feature-card p,
    .feature-card ul {
      font-size: 1.4rem;
      color: var(--dark);
      line-height: 1.8;
      font-weight: 500;
    }

    .feature-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .feature-card ul li{
        padding-left: 2rem;
        padding-bottom: 0.8rem;
        position: relative;
    }

    .feature-card ul li:last-child {
        padding-bottom: 0;
    }

    .feature-card ul li::before {
      content: "· ";
      font-weight: 700;
      color: var(--dark);
      position: absolute;
      left: 0;
    }

    .fiem-badge {
      width: 8rem;
      height: 8rem;
      border-radius: 50%;
      background: var(--primary);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border: 4px solid #f5c842;
      margin: 0 auto 2rem;
    }

    .fiem-badge .one {
      font-size: 2rem;
      font-weight: 900;
      color: var(--white);
      line-height: 1;
    }

    .fiem-badge .label {
      font-size: 0.55rem;
      color: var(--white);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .handshake-icon {
      font-size: 3rem;
    }

    .seal-wrap svg {
      width: 9rem;
    }

    .section-wrapper {
      margin: 0 auto;
    }

    .section-wrapper .chairman-card .text-center > img{
        width: 90%;
    }

    /* ================= */
    .grid-wrapper {
      margin: 0 auto;
      padding: 4.8rem 2rem;
    }

    .grid-cell {
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .grid-cell .data h3{
        font-size: 2.2rem;
        color: var(--white);
        font-weight: 600;
        letter-spacing: -0.32px;
    }

    .grid-cell .data a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
}

    /* Orange text cards */
    .card-orange {
      background: var(--primary);
      padding: 2.8rem;
      justify-content: space-between;
    }

    .card-orange h3 {
      color: var(--white);
      font-weight: 700;
      font-size: 1.4rem;
      margin: 0;
    }

    /* Image cards */
    .card-image {
      padding: 0;
    }

    .card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 18px;
    }

    /* Click Here Button */
    .grid-cell .data .btn-click {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: yellow;
      color: #1a1a1a;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      border: none;
      border-radius: 20px;
      padding: 0.7rem 1.6rem;
      cursor: pointer;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      white-space: nowrap;
    }

    .grid-cell .data .btn-click:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.18);
      color: #1a1a1a;
    }

    .grid-cell .data  .btn-click .hand {
      color: var(--white);
      filter: brightness(3.5);
      font-size: 2rem;
      position: absolute;
      right: 0;
      transform: rotate(-31deg);
      bottom: -13px;
    }

     /* ─── CTA SECTION ─── */
    .cta-section {
      position: relative;
      overflow: hidden;
      margin-bottom: 6rem;
    }

    .cta-section .container-fluid > .row{
        background: var(--primary);
        padding: 8rem 4rem;
        border-radius: 10px !important;
        margin: 0.1rem;
    }
    .cta-section::before {
      content: '';
      position: absolute; top: -6rem; right: -6rem;
      width: 280px; height: 280px;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
    }
    .cta-section h2 {
      font-size: 2.5rem;
      font-weight: 500;
      color: var(--white);
      line-height: 1.25;
      letter-spacing: -7%;
    }

    .cta-section p{
        font-size: 1.5rem;
        letter-spacing: -2%;
    }

    .cta-form label{
        font-size: 1.4rem;
        font-weight: 400;
        color: var(--white);
        align-self: end;
        margin-bottom: 1rem;
        min-width: 65px;
        letter-spacing: -2%;
    }
    .cta-form .form-control {
      padding: 0rem 0rem;
      font-size: 1.4rem;
      margin-bottom: 1.6rem;
      background: transparent;
      color: var(--white);
      border-bottom: 1px solid var(--white) !important;
      border-radius: 0;
      border: 0;
      min-height: auto;
      letter-spacing: -2%;
    }

    .cta-form .form-control::placeholder{
        color: var(--white);
        letter-spacing: -2%;
    }

    .cta-section .btn-send:hover{
        color: var(--white);
    }
    .btn-send {
      background: var(--white);
      color: var(--dark);
      border: none;
      border-radius: 30px;
      padding: 1.3rem 3.6rem;
      font-weight: 700;
      transition: background 0.2s;
      font-size: 1.4rem;
      margin-top: 2rem;
      letter-spacing: -3%;
    }
    .btn-send:hover { background: var(--dark); }

    /* ─── FOOTER ─── */
    .footer {
      background: #111;
      padding: 3rem 0 0;
    }
    .footer-logo img { height: auto; }
    .footer-desc {
      font-size: 1.5rem;
      font-weight: 400;
      color: var(--white);
      line-height: 1.8;
      margin-top: 1.4rem;
      letter-spacing: -3%;
    }
    .footer-desc .read-more-link {
      color: var(--primary);
      font-weight: 600;
      text-decoration: none;
    }
    .footer-desc .read-more-link:hover {
      text-decoration: underline;
    }
    .footer h6 {
      font-weight: 700; font-size: 1.6rem;
      color: #F6F6F6;
      margin-bottom: 1.8rem;
      letter-spacing: 0.1rem;
      text-transform: uppercase;
    }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 0.9rem; }
    .footer-links a {
      color: #F6F6F6; 
      font-size: 1.4rem;
      text-decoration: none;
      transition: color 0.2s;
      font-weight: 400;
    }
    .footer-links a:hover { color: var(--primary); }
    .social-btn {
      width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-bottom: 1.5rem;
    margin-right: 1.8rem;
    font-size: 1.6rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    }
    .social-btn:hover { background: var(--primary); color: var(--white); }
    .footer-bottom {
      border-top: 1px solid var(--white);
      margin-top: 3rem !important;
      padding: 1.8rem 0;
      text-align: center;
      margin: 0 3rem;
    }
    .footer-bottom p {
      font-family: "DM Sans", sans-serif !important;
      font-size: 1.3rem;
      color: #F6F6F6;
      font-weight: 400;
      margin: 0;
      letter-spacing: -2%;
    }
    .footer-bottom a {
        font-family: "DM Sans", sans-serif !important;
        color: #F6F6F6;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: -2%;
        text-decoration: none;
    }
    .footer-bottom a:hover { color: var(--primary); }

    /* Inner page css start */
    .banner {
        margin-top: 8rem;
    }
    .banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    }

    .banner.csr img {
        width: 100%;
    }

    /* Overview Page Css */

    .main-heading {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: -5%;
}

.overviewSec1 p {
    color: var(--dark);
    line-height: 2.7rem;
    font-weight: 400;
    letter-spacing: -2% !important;
    margin-top: 1.9rem !important;
    margin-bottom: 0;
}

.overviewSec1 p.fst-italic{
    letter-spacing: -0.6% !important;
}

.overviewSec1 p strong{
    color: var(--dark);
}

.overviewSec1 .nse-bse {
    width: 60%;
}

.overviewSec1 .info-card {
    background: #f7c9a6;
    border-radius: 32px;
    padding: 4rem 1.6rem;
    text-align: left !important;
}

.overviewSec1 .info-card h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0;
}

.overviewSec1 .info-card p {
    margin: 0;
    font-weight: 700;
    color: var(--primary);
    font-size: 1.4rem;
    margin-top: 0 !important;
}

.overviewSec1 .object-fit-cover {
    object-fit: cover;
    height: auto;
    border-radius: 32px;
}

.overviewSec1 h1{
    margin-bottom: 2rem;
}

.overviewSec2 p {
    color: var(--black);
    line-height: 2.7rem;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -2%;
    font-style: italic;
}

.overviewSec2 .region-card {
    background: var(--white);
    border: 1px solid #EDEDED;
    border-radius: 20px;
    padding: 2.5rem;
}

.overviewSec2 .region-card h3 {
    font-weight: 800;
    font-size: 2.2rem;
}

.overviewSec2 .region-card > div > div{
    margin-right: 9rem;
    min-width: 21rem;
}

.overviewSec2 .units {
    color: #90A1B9;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 1px;
    font-style: normal !important;
}

.overviewSec2 .tags span {
    display: block;
    background: #e9edf2;
    color: #45556C;
    padding: 0.8rem 1.4rem;
    border-radius: 20px;
    margin: 0.5rem;
    font-size: 1.4rem;
    font-weight: 800;
}

.overviewSec2 .bottom-box {
    background: #eef2f6;
    padding: 2rem;
    border-radius: 16px;
}

.overviewSec2 .bottom-box p{
    font-style: normal !important;
}

.overviewSec2 .icon {
    background: var(--white);
    border-radius: 15px;
    padding: 1rem 1rem;
    margin-right: 1rem;
    height: 5rem;
    line-height: 3rem;
    font-size: 1.6rem;
    box-shadow: 0 0 4px 1px #00000012;
}

/* ===================== */

.overviewSec3 p {
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--dark);
    line-height: 2.7rem;
    letter-spacing: -2%;
}

.overviewSec3 .mini-card {
    background: #f2f3f5;
    border-radius: 1rem;
    padding: 1.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overviewSec3 .mini-card p{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: var(--dark);
    letter-spacing: 0px !important;
}

.overviewSec3 .mini-card .icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.overviewSec3 .quote-box {
    background: #FFF7ED;
    border-left: 0.2rem solid var(--primary);
    padding: 1.2rem;
    border-radius: 0.8rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.overviewSec3 .quote-text {
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.overviewSec3 .quote-box small{
    font-size: 1.6rem;
    font-weight: 400;
}

.overviewSec3 .object-fit-cover {
    object-fit: cover;
    height: 100%;
    box-shadow: 0 0 5px 1px #00000045;
    border-radius: 20px;
}

/* =================================== */
.overviewSec4 {
    background: #0d0d0d;
    color: var(--white);
}

.overviewSec4 p {
    font-size: 1.6rem;
    color: var(--white);
    line-height: 2.9rem;
    letter-spacing: -2%;
}

.overviewSec4 .list-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.overviewSec4 .list-item {
    background: #1a1a1a;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: 0.3s;
    font-size: 1.6rem;
    border: 1px solid #343434;
}

.overviewSec4 .num {
    background: var(--primary);
    color: var(--white);
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.overviewSec4 .list-item:hover {
    background: #222;
}

.overviewSec4 .object-fit-cover {
    object-fit: cover;
    border-radius: 20px;
}

/* ====================== */

.overviewSec5 p {
    font-size: 1.6rem;
    color: var(--dark);
    line-height: 2.9rem;
    font-weight: 400;
    letter-spacing: -2%;
}

.overviewSec5 .cert-card {
    background: #f5f6f8;
    border-radius: 16px;
    padding: 2.5rem;
    height: 100%;
}

.overviewSec5 .cert-card h6 {
    font-weight: 700;
    color: var(--primary);
    margin-top: 2rem;
    font-size: 1.6rem;
}

.overviewSec5 .cert-card p {
    margin: 0;
    font-size: 1.4rem;
    color: var(--black);
    letter-spacing: 0px !important;
}

.overviewSec5 .icon {
    position: relative;
    width: 2rem;
    height: 2rem;
    background: var(--secondary);
    color: var(--white);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 5;
    margin-left: 1rem;
    margin-top: 1rem;
}

.overviewSec5 .icon:after{
    content: '';
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: var(--secondary);
    left: -1rem;
    top: -1rem;
    border-radius: 20px;
    opacity: 0.2;
    z-index: -1;
}

.overviewSec5 .testing-box {
    background: var(--white);
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 20px;
}

.overviewSec5 .testing-box h5 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: 0.55px;
}

.overviewSec5 .badge-green {
    background: var(--secondary);
    color: var(--white);
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.55px;
}

/* ================================= */

.overviewSec6 p {
    font-size: 1.6rem;
    color: var(--dark);
    line-height: 2.9rem;
    letter-spacing: -2%;
}

.overviewSec6 .country-item {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.overviewSec6 .country-item b {
    font-size: 1.6rem;
    color: var(--dark);
}

.overviewSec6 .country-item p {
    font-size: 1.4rem;
    margin: 0.5rem 0 0;
    color: var(--dark);
    letter-spacing: 0px !important;
}

.overviewSec6 .badge {
    background: #ffe5d3;
    color: var(--primary);
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.overviewSec6 .big-card {
    background: #f7c9a6;
    border-radius: 2rem;
    padding: 3rem;
    height: 100%;
}

.overviewSec6 .big-card h2 {
    font-size: 3.6rem;
    color: var(--primary);
    font-weight: 700;
}

.overviewSec6 .big-card p {
    color: var(--primary);
    font-size: 1.6rem;
    font-weight: 700;
}

.overviewSec6 .big-card small {
    font-size: 1.6rem;
    color: var(--primary);
    font-weight: 700;
}

.overviewSec6 .object-fit-cover {
    object-fit: cover;
    border-radius: 20px;
}

.overviewSec7 img{
    width: 100%;
}

.overviewSec7 p{
    font-size: 2.4rem !important;
    letter-spacing: -2%;
    font-weight: 500 !important;
    line-height: 3.6rem !important;
}

/* Divider */
.center-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.center-divider .line {
    width: 6rem;            
    height: 0.2rem;         
    background: #dcdcdc;
    display: block;
}

.center-divider .dot {
    width: 1rem;             
    height: 1rem;
    background: var(--primary);
    border-radius: 50%;
}

.center-text {
    text-align: center;
    font-size: 2rem;
    font-style: italic;
    color: #333;
    max-width: 80rem;
    margin: 0 auto;
    line-height: 2.7rem;
}

/* ========================== */

.chairmanSec p {
    font-size: 1.6rem; 
    color: var(--black);
    line-height: 2.7rem;
    letter-spacing: -2%;
}

.chairmanSec .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
}

.chairmanSec .image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.chairmanSec .name-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary);
    color: var(--white);
    padding: 1.5rem 2rem;
}

.chairmanSec .name-strip h5 {
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: -2%;
    color: #EBEBEB;
}

.chairmanSec .name-strip p {
    font-size: 1.6rem;
    margin: 0;
    color: var(--white);
    color: #EBEBEB;
    letter-spacing: -2%;
}

/* ========================= */

.visionSec1 .vision-icon {
   width: 8rem;
   flex-shrink: 0;
}

.visionSec1 .vision-text {
    border-left: 0.3rem solid var(--primary);
    padding-left: 1.5rem;
}

.visionSec1 .vision-text p {
    font-size: 1.6rem;
    color: var(--dark);
    margin-bottom: 1rem;
    letter-spacing: -2%;
}

.visionSec1 .image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
}

.visionSec1 .bg-shape {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    width: 100%;
    height: 100%;
    background: var(--primary);
    border-radius: 2rem;
    z-index: 0;
}

.visionSec1 .main-img {
    position: relative;
    border-radius: 2rem;
    z-index: 1;
    width: 100%;
}

/* ====================== */

.missionSec1 .mission-icon {
    width: 7rem;
    margin-right: 2rem;
}

.missionSec1 .mission-item {
    display: flex;
    gap: 1.5rem;
}

.missionSec1 .num {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary);
    min-width: 3rem;
}

.missionSec1 .content {
    border-left: 0.3rem solid var(--primary);
    padding-left: 1.5rem;
    padding-right: 6rem;
}

.missionSec1 .content p {
    font-size: 2rem;
    color: var(--dark);
    line-height: 2.7rem;
    margin: 0;
}

.valuesSec1 .values-icon {
    width: 8rem;
    margin-right: 2rem;
}


.valuesSec1 .values-row {
    display: flex;
    width: 100%;
}

.valuesSec1 .value-box {
    flex: 1;
    padding: 4rem 3rem;
    background: #f5f6f8;
    border: 0.1rem solid #e5e5e5;
}

.valuesSec1 .value-box:first-child {
    border-left: none;
}
.valuesSec1 .value-box:last-child {
    border-right: none;
}

.valuesSec1 .num {
    background: #ffe5d3;
    color: var(--primary);
    padding: 0.4rem 1.2rem;
    border-radius: 2rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.valuesSec1 h4 {
    font-size: 2rem;
    margin-top: 1.5rem;
    font-weight: 500;
    color: var(--dark);
}

.valuesSec1 h4 span {
    color: var(--primary);
}

/* ================= */

.boardSec1 .director-card {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    background: #ddd;
    height: 100%;
    transition: 0.3s;
}

.boardSec1 p{
    letter-spacing: -0.42px;
}

.boardSec1 .director-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s ease all;
}

.boardSec1 .director-card:hover img {
    transform: scale(1.05);
}

.boardSec1 .card-overlay {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background: rgba(40, 40, 50, 0.85);
    backdrop-filter: blur(0.5rem);
    border-radius: 1.2rem;
    padding: 1.2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boardSec1 .card-overlay h6 {
    font-size: 1.4rem;
    color: var(--white);
    margin: 0;
    font-weight: 700;
    margin-bottom: 0.6rem;
    letter-spacing: -2%;
}

.boardSec1 .card-overlay p {
    font-size: 1.2rem;
    color: #bbb;
    margin: 0;
    font-weight: 500;
}

.boardSec1 .open-btn {
    background: var(--secondary);
    min-width: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.6rem;
    cursor: pointer;
    transition: 0.3s;
}

.boardSec1 .open-btn:hover {
    background: var(--secondary);
    transform: scale(1.1);
}

.director-custom-modal .modal-content {
    border-radius: 0px;
    padding: 2.5rem;
    border: none;
    border-bottom: 15px solid var(--primary) !important;
}

.director-custom-modal .modal-body {
    padding: 0;
}

.director-custom-modal img {
    border-radius: 1.5rem;
    background: #dadada;
}

.director-custom-modal h3 {
    font-size: 2rem;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: -5%;
}

.director-custom-modal p {
    font-size: 1.6rem;
    color: #444;
    line-height: 2.7rem;
    letter-spacing: -2%;
}

/* ================== */
.corporateSec1 h1{
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
}

.corporateSec1 p{
    font-size: 1.6rem;
    margin-bottom: 2rem;
    letter-spacing: -2%;
}

.corporateSec1 .img img {
    width: 100%;
}

/* ================ */
.corporateSec2 h1{
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: -5%;
}

.corporateSec2 p{
    font-size: 1.6rem;
    letter-spacing: -2%;
}
.corporateSec2 .img img {
    width: 100%;
}

/* ================ */

.rainwaterSec1 {
    overflow: hidden;
}

.rainwaterSec1 .left-box {
    background: var(--primary);
    padding: 6rem 4rem;
    color: var(--white);
}

.rainwaterSec1 .content {
    max-width: 45rem;
}

.rainwaterSec1 h2 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 3.2rem;
    letter-spacing: -3%;
}

.rainwaterSec1 p {
    font-size: 1.6rem;
    line-height: 2.9rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: -2%;
}

.rainwaterSec1 .img-box {
    height: 100%;
}

.rainwaterSec1 .img-box img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

/* ==================== */

.impactSec1 .left-box {
    background: var(--primary);
    color: var(--white);
    border-radius: 2rem;
    padding: 4rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.impactSec1 .left-box p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: -2%;
}

.impactSec1 .right-box {
    background: #f5f6f8;
    border-radius: 1.5rem;
    padding: 2rem 2.5rem;
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 2.4rem;
    border: 1px solid #ccc;
    letter-spacing: -2%;
}

.impactSec1 .right-box b {
    font-weight: 700;
}

/* =============== */

.awardsSec1 .sub-text {
    font-size: 1.6rem;
    color: var(--dark);
    margin-top: 1rem;
    letter-spacing: -2%;
}


.awardsSec1 .award-card {
    height: 100%;
    text-align: center;
    transition: 0.3s;
    border: 1px solid var(--dark);
}


.awardsSec1 img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.awardsSec1 .caption {
    border-top: 1px solid var(--dark);
    padding: 1rem;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -2%;
}

/* ==================== */

.strengthSec1 p{
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -2%;
    color: var(--black);
}

.strengthSec1 .img img {
    width: 100%;
}

/* =============== */

.strengthSec2 p{
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -2%;
    color: var(--dark);
}

.strengthSec2 ul{
    text-align: center;
}
.strengthSec2 ul li {
    width: 23.9%;
    display: inline-block;
    margin: 0.5rem;
    margin-bottom: 1rem;
}

.strengthSec2 ul li img {
    width: 100%;
}
/* =================== */

.protoSec1 .content-box {
    background: #F8FAFC;
    padding: 2.5rem;
    border-radius: 1rem;
    height: 100%;
}

.protoSec1 h4 {
    font-size: 2rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.protoSec1 ul {
    padding-left: 1.5rem;
    margin: 0;
    margin-bottom: 4.5rem;
}

.protoSec1 li {
    font-size: 1.6rem;
    color: var(--black);
    margin-bottom: 0.8rem;
    position: relative;
    list-style: disc;
    letter-spacing: -0.5px;
}

.protoSec1 li::marker {
    color: var(--primary);
}

.protoSec1 .img-card {
    background: #e9e9e9;
    border-radius: 1rem;
    padding: 1rem;
    height: 100%;
}

.protoSec1 .img-card img {
    width: 100%;
    height: 18rem;
    object-fit: contain;
}

.protoSec1 .img-card.large img {
    height: 28rem;
    object-fit: cover;
}

/* ====================== */

.conceptSec1 {
    background: var(--black);
    color: var(--white);
}

/* Heading */
.conceptSec1 .sub-text {
    font-size: 1.6rem;
    max-width: 95%;
    margin: 1rem auto;
    color: var(--white);
    font-weight: 500;
    letter-spacing: -2%;
}

/* Tabs */
.conceptSec1 .tab-btn {
    padding: 1rem 2rem;
    border-radius: 3rem;
    border: 0.2rem solid var(--secondary);
    background: transparent;
    color: var(--white);
    font-size: 1.6rem;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.conceptSec1 .tab-btn.active {
    background: var(--secondary);
    color: var(--white);
    font-weight: 600;
}

/* Content */
.conceptSec1 .tab-content {
    display: none;
    margin-top: 1.5rem;
}

.conceptSec1 .tab-content.active {
    display: block;
}

/* Slider */
/* .conceptSec1 .slider {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 2rem;
    scroll-behavior: smooth;
}

.conceptSec1 .slider::-webkit-scrollbar {
    display: none;
} */

/* Slide */
.conceptSec1 .swiper {
    padding: 20px 0;
}

.conceptSec1 .swiper-slide {
    height: auto;
}
/* ============ */
.conceptSec1 .slide {
    width: 100%;
    background: #111;
    border-radius: 1.5rem;
    border: 0.1rem solid var(--primary);
    overflow: hidden;
}

.conceptSec1 .slide img {
    width: 100%;
    object-fit: cover;
}

.conceptSec1 .slide p {
    color: var(--primary);
    padding: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -2%;
    max-height: 8.7rem;
    min-height: 8.7rem;
    display: flex;
    align-items: center;
}

.conceptSec1 .swiper-button-next, 
.conceptSec1 .swiper-button-prev{
    color: var(--primary) !important;
    display: none;
}

/* .conceptSec1  .swiper {
    width: 100%;
    overflow: hidden;
}

.conceptSec1  .swiper-wrapper {
    align-items: stretch;
}

.conceptSec1 .swiper-slide {
    height: auto;
}

.conceptSec1 .slide {
    width: 100%;
    box-sizing: border-box;
} */


/* Image boxes */
.moldingSec1 .big-img-box,
.moldingSec1 .small-img-box {
    position: relative;
    border: 0.1rem solid var(--dark);
}

.moldingSec1 img {
    width: 100%;
    display: block;
}

/* Caption */
.moldingSec1 .img-caption {
    /* background: #f5f5f5; */
    text-align: center;
    padding: 1rem;
    font-size: 1.6rem;
    border-top: 0.1rem solid var(--dark);
    font-weight: 600;
    letter-spacing: -2%;
}

.moldingSec1 .img-caption span {
    color: var(--primary);
    font-weight: 700;
}

/* Product cards */
.moldingSec1 .product-card {
    border: 0.1rem solid #ddd;
    text-align: center;
    /* padding: 1.5rem; */
    /* height: 100%; */
}

.moldingSec1 .product-card img {
    max-width: 100%;
    height: 20rem;
    object-fit: contain;
}

.moldingSec1 .product-card p {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: center;
    padding: 1rem;
    border-top: 0.1rem solid #ddd;
    margin-bottom: 0;
    color: var(--black);
    font-weight: 600;
    letter-spacing: -2%;
}

/* Big card */
.moldingSec1 .product-card.big {
    height: 92% !important;
}

.moldingSec1 .product-card.big img {
    height: 91%;
}

.moldingSec1 .product-card.big p{
    margin-top: 0px !important;
}

/* =================== */
.integratedSec1 .main-heading{
    font-size: 3.2rem;
    color: var(--black) !important;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}
.integratedSec1 .sub-heading {
    font-size: 1.6rem;
    color: var(--dark);
    margin-top: 0.5rem;
    font-weight: 600;
    letter-spacing: -2%;
}

/* Image box */
.integratedSec1 .img-box {
    position: relative;
    border: 0.1rem solid #ddd;
    overflow: hidden;
    background: #fff;
}

.integratedSec1 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Heights control */
.integratedSec1 .img-box.big {
    height: 100%;
}

.integratedSec1 .img-box.full {
    height: 100%;
}

.integratedSec1 .img-box.small {
    height: 100%;
}

/* Caption */
.integratedSec1 .caption {
    background: var(--white);
    padding: 0.8rem;
    font-size: 1.4rem;
    color: var(--black);
    font-weight: 600;
    border: 0.1rem solid var(--black);
    letter-spacing: -2%;
}

.integratedSec1 .img-box .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/* ========= */

/* Top image */
.smtSec1 .top-img img {
    width: 100%;
    height: auto;
    border: 0.1rem solid #ddd;
}

/* Card */
.smtSec1 .card-box {
    border: 0.1rem solid var(--black);
    background: var(--white);
}

.smtSec1 .card-box img {
    width: 100%;
    height: 100%;
    max-height: 49.5rem;
    object-fit: cover;
}

.smtSec1 .card-box p {
    text-align: center;
    padding: 1rem;
    background: var(--white);
    color: var(--black);
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: -2%;
}

/* Swiper */
.smtSec1 .swiper {
    padding-bottom: 3rem;
}

.smtSec1 .swiper-button-next,
.smtSec1 .swiper-button-prev {
    color: var(--primary);
    display: none;
}

/* ==================== */

.electronicsSec1 .sub-heading {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 1rem;
    letter-spacing: -1px;
}

.electronicsSec1 .desc {
    font-size: 1.6rem;
    margin-top: 1rem;
    color: var(--dark);
    letter-spacing: -2%;
}

.electronicsSec1 .circle-box img {
    /* width: 20rem;
    height: 20rem;
    object-fit: contain; */
}

.electronicsSec1 .card-box {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
}

.electronicsSec1 .card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.electronicsSec1 .card-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.electronicsSec1 .overlay-text {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    left: 0;
    color: var(--primary);
    font-size: 2rem;
    font-weight: 600;
    z-index: 2;
    letter-spacing: -2%;
}

/* ================ */

/* Heading */

.photoSec1 .sub-text {
    font-size: 1.6rem;
    color: var(--dark);
    font-weight: 400;
    letter-spacing: -2%;
}

/* Image box */
.photoSec1 .img-box {
    border: 0.1rem solid #ddd;
    background: var(--white);
}

.photoSec1 .main-heading{
    font-size: 2.5rem;
    color: var(--dark);
    font-weight: 500;
    letter-spacing: -1px !important;
}

.photoSec1 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Heights */
.photoSec1 .img-box.big {
    /* height: 34.1rem; */
}

.photoSec1 .img-box.small-top {
    /* height: 18rem; */
}

.photoSec1 .img-box.small {
    /* height: 15rem; */
}

/* Caption */
.photoSec1 .caption {
    background: var(--white);
    padding: 0.8rem;
    font-size: 1.4rem;
    border: 0.1rem solid #000000;
    color: var(--black);
    font-weight: 600;
    text-align: center;
    letter-spacing: -2%;
}

/* Bottom strip */
.photoSec1 .bottom-strip {
    background: var(--primary);
    color: var(--white);
    padding: 1.2rem;
    font-size: 1.6rem;
    margin-top: 2rem;
    font-weight: 600;
    letter-spacing: -2%;
}

/* ============ */

.envSec1 .card-box {
    border: 0.1rem solid #ddd;
    background: var(--white);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.envSec1 .card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.envSec1 .card-box p {
    margin: 0;
    padding: 1rem;
    text-align: center;
    background: var(--white);
    font-size: 1.6rem;
    border: 0.1rem solid var(--black);
    font-weight: 600;
    letter-spacing: -2%;
}

/* ======================= */

.productSec1 .subHeading{
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -1px;
}

.productSec1 ul.product{
     display: flex;
  flex-wrap: wrap;
}

    .productSec1 ul.product li {
        display: inline-block;
        text-align: center;
        margin: 0;
        padding: 0;
        white-space: normal;
        vertical-align: top;
        width: 25%;
        height: 25rem;
    }

    .productSec1 ul.product.four li {
        width: 25%;
    }

.productSec1 ul.product.five li {
    width: 20%;
}

ul.product.three li {
    width: 33.3%;
}

.productSec1 ul.product .box {
    background: var(--white);
    border: 0.1rem solid #ddd;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

ul.product.three li .box{
    height: 25rem;
}

ul.product.three li .box img{
    /* max-height: 15rem */
}

/* Image */
.productSec1 ul.product .box img {
    max-width: 80%;
    max-height: 70%;
    object-fit: contain;
    transition: 0.3s;
    width: 100%;
    box-sizing: content-box;
    padding: 3rem;
}

/* ========================= */

.customerSec .subHeading{
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -1px;
}

.customerSec ul.customer{
     display: flex;
  flex-wrap: wrap;
}

.customerSec ul.customer li {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    white-space: normal;
    vertical-align: top;
}

.customerSec ul.customer.five li {
    width: 20%;
}

.customerSec ul.customer .box {
    background: var(--white);
    border: 0.1rem solid #ddd;
    height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.customerSec ul.customer .box img {
    max-width: 90%;
    max-height: 10rem;
    object-fit: contain;
    transition: 0.3s;
}

/* Map Wrapper */
.map-wrapper {
    position: relative;
    margin-top: 4rem;
}


.globalCustomerSec1 .subHeading{
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--black);
}

.globalCustomerSec1 .desc {
    max-width: 78%;
    margin: auto;
    font-size: 1.6rem;
    color: var(--black);
    font-weight: 400;
    line-height: 2.9rem;
}

/* ========================= */

.investorSec1 .inv-block {
    padding: 3rem 0;
    border-bottom: 0.1rem solid var(--primary);
}

.investorSec1 .inv-title-row {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1rem;
}

.investorSec1 .inv-count {
    font-size: 1.6rem;
    color: var(--primary);
    font-weight: 600;
    flex-shrink: 0;
}

.investorSec1 .inv-title {
    color: var(--primary);
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -2%;
    text-decoration: none;
}

.investorSec1 .inv-title:hover {
    text-decoration: none;
}

.investorSec1 .inv-desc {
    font-size: 1.6rem;
    color: var(--black);
    line-height: 2.7rem;
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: -0.42px;
}

.investorSec1 .inv-btns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.investorSec1 .btn-contact {
    border-radius: 30px;
    border: 0.15rem solid var(--secondary);
    color: var(--black) !important;
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
    background: transparent;
    transition: 0.3s;
    text-align: center;
    text-decoration: none !important;
}

.investorSec1 .btn-contact:hover {
    background: var(--secondary);
    color: var(--white) !important;
    text-decoration: none !important;
}

.investorSec1 .btn-contact.active {
    background: var(--secondary);
    color: var(--white) !important;
}

/* =================== */

/* Description */
.investorTableSec1 .top-desc {
    font-size: 1.6rem;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -0.42px;
}

/* BUTTONS */
.investorTableSec1 .inv-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

/* TABLE TOP */
.investorTableSec1 .table {
  margin-bottom: 0;
  border: 1px solid #dcdcdc;
}

.investorTableSec1 thead th {
  background-color: var(--secondaryLight);
  color: var(--white);
  font-weight: 600;
  padding: 1.4rem;
  font-size: 1.4rem;
  border: 1px solid #c3c0c0;
  position: relative;
}

.investorTableSec1 tbody td {
  padding: 1.4rem;
  border: 1px solid #DDDDDD; /* full grid lines */
  background-color: var(--white);
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
}

/* PDF link */
.investorTableSec1 a {
  /* color: var(--secondaryLight) !important; */
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.investorTableSec1 tr td a{
    color: var(--secondaryLight) !important;
}

.investorTableSec1 a i {
  color: #e74c3c;
  margin-right: 0.6rem;
  font-size: 1.6rem;
}

/* Optional: header sort arrows jaisa UI */
.investorTableSec1 thead th::after {
  content: "\f0dc";
  font-family: 'FontAwesome';
  font-size: 1.4rem;
  position: absolute;
  right: 1rem;
  opacity: 0.9;
  font-weight: 300;
}

/* ================== */

.custom-breadcrumb2 {
  font-size: 1.6rem;
  font-weight: 400 !important;
  color: #999 !important;
  letter-spacing: -2%;
}

.custom-breadcrumb2 a {
  color: #999 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.custom-breadcrumb2 span {
  margin: 0 1rem;
}

.custom-breadcrumb2 .active {
  color: var(--dark) !important;
  font-weight: 500 !important;
}
/* ===================== */

.investorTableSec3 .top-desc {
    font-size: 1.6rem;
    color: var(--black);
    margin-bottom: 1.5rem;
    letter-spacing: 0.42px;
}

.investorTableSec3 .inv-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.investorTableSec3 .btn-contact {
    border-radius: 2rem;
    border: 0.15rem solid var(--secondary);
    color: var(--black) !important;
    font-size: 1.0rem;
    padding: 0.5rem 1.2rem;
    background: transparent;
    transition: 0.3s;
}

.investorTableSec3 .btn-contact:hover {
    background: var(--secondary);
    color: var(--white) !important;
    text-decoration: none !important;
}

.investorTableSec3 .btn-contact.active {
    background: var(--secondary);
    color: var(--white) !important;
}

/* --------------- */

.report-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.report-list li {
    width: calc(20% - 1.6rem);
    margin-bottom: 2rem;
}

.report-card {
    border: 0.1rem solid var(--dark);
    background: var(--white);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.img-box {
    border-bottom: 0.1rem solid var(--black);
}

.report-card img {
    width: 100%;
    /* height: 28rem; */
    object-fit: cover;
}

.report-card .content {
    padding: 1rem;
}

.report-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -2%;
}

.report-card .download-link {
    color: var(--secondary);
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.2rem;
    letter-spacing: -2%;
}
/* ================== */

.csrSec1 p{
    color: var(--black);
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -2%;
}


.impactSec1 .section-title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-bottom: 4rem;
    position: relative;
    color: #99A1AF;
    position: relative;
    background: var(--white);
}

/* .impactSec1 .section-title:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #99A1AF;
    top: 1.1rem;
} */

.impactSec1 .impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.impactSec1 .impact-card {
    display: flex;
    gap: 1.5rem;
    background: var(--white);
    padding: 2rem;
    border-radius: 1.2rem;
    border: 0.1rem solid #e5e5e5;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.impactSec1 .impact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: var(--primary);
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

.impactSec1 .impact-card .icon {
    width: 4.5rem;
    min-width: 4.5rem;
    max-width: 4.5rem;
    height: 4.5rem;
    background: #fff3eb;
    border-radius: 1rem;
    color: var(--primary);
    text-align: center;
    line-height: 4.5rem;
    display: block;
}

.impactSec1 .impact-card .icon img{
    width: 2.5rem;
}

.impactSec1 .impact-card h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.impactSec1 .impact-card p {
    font-size: 1.4rem;
    color: var(--dark);
    line-height: 1.6;
}

.impactSec1 .impact-card:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.08);
}

/* ================= */

.trusteeSec1 .section-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 4rem;
}

.trusteeSec1 .trustee-top {
    display: flex;
    justify-content: center;
    gap: 6rem;
    margin-bottom: 4rem;
}

.trusteeSec1 .trustee-card {
    text-align: center;
}

.trusteeSec1 .trustee-img {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 1.5rem;
}

.trusteeSec1 .trustee-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trusteeSec1 .trustee-card h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.trusteeSec1 .trustee-card span {
    font-size: 1.6rem;
    color: var(--primary);
    font-weight: 600;
}

.trusteeSec1 .trustee-message {
    display: flex;
    gap: 2rem;
    position: relative;
}

.trusteeSec1 .trustee-message::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4rem;
    height: 100%;
    background: var(--primary);
}

.trusteeSec1 .quote-icon {
    position: absolute;
    top: -6rem;
    width: 4rem;
}

.trusteeSec1 .message-text {
    padding-left: 2rem;
}

.trusteeSec1 .message-text p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 1.5rem;
    letter-spacing: -2%;
}

.trusteeSec1 .message-text strong {
    font-weight: 700;
}

/* ==================== */

.honor-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.honor-row.reverse {
    direction: rtl;
}

.honor-row.reverse .honor-text {
    direction: ltr;
}

.honor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honor-text {
    background: #f4f4f4;
    padding: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.honor-text p {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    color:  var(--dark);
    font-weight: 400;
}

/* ================== */

.duskSec1 {
    background: var(--black);
    color: var(--white);
}

/* LEFT SIDE */
.dusk-left h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
    line-height: 1.2;
    margin-bottom: 3rem;
}

.dusk-left p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--white);
    margin-bottom: 1.5rem;
    letter-spacing: -2%;
    text-align: justify;
}

/* RIGHT SIDE */
.dusk-right .top-text {
    font-size: 1.6rem;
    line-height: 1.9;
    color: var(--white);
    margin-bottom: 3rem;
    letter-spacing: -2%;
    text-align: justify;
}

/* Image */
.dusk-img img {
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
}

/* ================ */

.gallerySec1 .gallery-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 4rem;
}

.gallerySec1 .gallery-card {
    border-radius: 1rem;
    overflow: hidden;
}

.gallerySec1 .gallery-card img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 4/3;
}

/* spacing */
.gallerySec1 .gallerySwiper {
    padding-bottom: 2rem;
}

/* ============== */

.careerSec1 p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 1.5rem;
    letter-spacing: -2%;
}
/* ============= */
.labImgSec .one img {
    height: 37.5rem;
    max-height: 37.5rem;
    min-height: 37.5rem;
    object-fit: cover;
    width: 100%;
}

.labImgSec .four img {
    height: 35.4rem;
    max-height: 35.4rem;
    min-height: 35.4rem;
    object-fit: cover;
    width: 100%;
}

.labImgSec .two img {
    height: 17.2rem;
    min-height: 17.2rem;
    max-height: 17.2rem;
    width: 100%;
    object-fit: cover;
}

.labImgSec .three img {
    height: 35.3rem;
    max-height: 35.3rem;
    min-height: 35.3rem;
    object-fit: cover;
    width: 100%;
}

/*==============*/

.work-text h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 2rem;
}

.work-text p {
    font-size: 1.6rem;
    color: var(--dark);
    margin-bottom: 1.5rem;
    letter-spacing: -2%;
    text-align: justify;
}

.work-img img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover;
}

.work-note {
    margin-top: 4rem;
    background: #FFFBEB;
    padding: 2.5rem 3rem;
    border-radius: 0.8rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    border-top: 0.1rem solid #FEE685;
    border-bottom: 0.1rem solid #FEE685;
}

.workSec1 .work-text {
    padding-right: 8rem;
}

.note-icon {
    width: 10rem;
}

.note-text h4 {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #973C00;
}

.note-text p {
    font-size: 1.6rem;
    color: #973C00;
    line-height: 1.7;
    font-weight: 400;
}

.note-text a {
    color: #973C00;
    text-decoration: none;
    font-weight: 600;
}

/* =============== */

.contactFormUI {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 16px;
    max-width: 100%;
    position: absolute;
    top: -21rem;
    border: 1px solid #ccc !important;
}

.contactFormUI label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
    letter-spacing: -0.5px;
}

.contactFormUI .form-control {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #efefef;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    outline: none;
}

.contactFormUI .form-control:focus {
    border-color: var(--primary);
    background: var(--white);
}

.contactFormUI .phone-group {
    display: flex;
    align-items: center;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 50px;
    padding: 0 1rem;
}

.contactFormUI .phone-group span {
    font-size: 1rem;
    margin-right: 1rem;
    color: #555;
}

.contactFormUI .phone-group input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 1.4rem;
}

.contactFormUI .form-select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    background-color: #efefef;
}

.contactFormUI .iti{
    width: 100%;
}

.contactFormUI .textarea-box {
    position: relative;
}

.contactFormUI .textarea-box textarea {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #efefef;
    padding: 1.2rem;
    font-size: 1.4rem;
    resize: none;
}

.contactFormUI .attach-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #ddd;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    font-size: 1.4rem;
    cursor: pointer;
}

.contactFormUI .terms {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.contactFormUI .terms span {
    font-size: 1.4rem;
}

.contactFormUI .row > div {
    margin-bottom: 1.8rem;
}

.contactSec1 iframe {
    width: 100%;
    border-radius: 10px;
}

.contactFormUI .btn-send{
    background-color: var(--black) !important;
    color: var(--white) !important;
}

/* ============== */

.contactInfoSec {
    background-image: url("images/contact-info.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fbfbfb;
}

.contactInfoSec .contactBox {
    padding-right: 5rem;
}

.contactBox h4 {
    color: var(--primary);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: -4%;
}

.infoItem {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.8rem;
}

.infoItem i {
    font-size: 1.6rem;
    color: var(--black);
    margin-top: 3px;
}

.infoItem p {
    font-size: 1.4rem;
    color: var(--black);
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -2%;
}

/* ==================== */

.investorSec p {
    font-size: 1.6rem;
    color: var(--black);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.investorSec .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
     font-size: 1.6rem;
}

.investorSec .designation {
    font-weight: 600;
    margin-bottom: 0rem;
}

.investorSec .title {
    font-weight: 700;
    margin-bottom: 0rem;
    font-size: 1.6rem;
}

/* BLOCK */
.investorSec .block {
    margin-bottom: 25px;
}

/* LINK STYLE */
.investorSec .link {
    font-weight: 600;
    color: var(--primary);
}

.inv-btns a.btn-contact {
    font-size: 1.6rem;
    border: 2px solid var(--secondaryLight);
    color: var(--dark);
    padding: 0.6rem 1.9rem;
    font-weight: 400;
    letter-spacing: -1px;
}

.inv-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.inv-btns a.btn-contact.active,
.inv-btns a.btn-contact:hover{
    background: var(--secondary);
    color: var(--white);
}

/* ================ */

.gap-10{
    --bs-gutter-x: 10rem !important;
}

.committeeBlock{
    overflow: hidden;
}

.committeeBlock .committeeTitle{
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--white);
    background-color: var(--secondaryLight);
    display: block;
    padding: 1.2rem 1.6rem;
}


/*===================*/
#csrFlipbook .flipbook-section {
    background:var(--white);
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    min-height: 80rem;
}

/* Flipbook area */
#csrFlipbook .flipbook-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*    min-height: 65rem;*/
    min-height: 25rem;
    position: relative;
    overflow: hidden;
    /*    overflow: visible; */
}


#csrFlipbook #flipbook {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
/*    margin: 0 auto !important; */
}

    #csrFlipbook #flipbook.ready {
        visibility: visible;
        opacity: 1;
        position: relative; 
        width: auto;
        height: auto;
        overflow: visible;
/*        margin: 0 auto !important;  
    left: 50% !important;       
    transform: translateX(-50%) !important;  */
    }


#csrFlipbook .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
}

    #csrFlipbook .loader.hidden {
        display: none;
    }

#csrFlipbook .spinner {
    width: 5rem;
    height: 5rem;
    border: 4px solid rgba(255,255,255,0.2);
    border-top-color: var(--black);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1.5rem;
}

#csrFlipbook .loader-text {
    font-size: 1.6rem;
    margin-top: 1rem;
}

#csrFlipbook .progress-bar {
    width: 20rem;
    height: 0.4rem;
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
    margin: 1rem auto 0;
    overflow: hidden;
}

#csrFlipbook .progress-bar-fill {
    height: 100%;
    background: var(--black);
    width: 0%;
    transition: width 0.3s ease;
}

#csrFlipbook #flipbook .page {
    background: var(--white);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* Loading time pe pages bilkul chhupe rahein */
#csrFlipbook #flipbook:not(.ready) .page {
    display: none;
}

#csrFlipbook #flipbook .page canvas {
    width: 100%;
    height: 100%;
    display: block;
}

#csrFlipbook #flipbook .hard {
    background: var(--white) !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.7);
}

/* Zoom buttons - sirf flipbook section me */
#csrFlipbook .zoom-controls {
    position: absolute;
    top: -1.5rem;
    right: 2rem;
    display: none;
    gap: 10px;
    z-index: 10;
}

    #csrFlipbook .zoom-controls button {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        border: none;
        background: var(--white);
        color: #1a1a1a;
        font-size: 2rem;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        transition: all 0.2s;
    }

        #csrFlipbook .zoom-controls button:hover {
            background: var(--primary);
            transform: scale(1.1);
            color: var(--white) !important;
        }

/* Navigation buttons - sirf flipbook section me */
#csrFlipbook .nav-controls {
    display: none;
    gap: 15px;
    align-items: center;
    background: rgba(255,255,255,0.95);
    padding: 1.2rem 2rem;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    margin: 3rem auto 0;
    width: fit-content;
}

    #csrFlipbook .nav-controls button {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        border: none;
        background: var(--primary);
        color: var(--white);
        font-size: 1.6rem;
        cursor: pointer;
        transition: all 0.2s;
    }

        #csrFlipbook .nav-controls button:hover {
            background: var(--primary);
            color: var(--white);
            transform: scale(1.1);
        }

#csrFlipbook #pageInfo {
    font-weight: bold;
    color: #1a1a1a;
    min-width: 9rem;
    text-align: center;
}

/* Spine shadow - book ki beech ki rid */
#csrFlipbook .spine-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    pointer-events: none; 
    z-index: 100;
    opacity: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient( to right, transparent 0%, rgba(0,0,0,0.05) 20%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.25) 55%, rgba(0,0,0,0.05) 80%, transparent 100% );
}

    #csrFlipbook .spine-shadow.show {
        opacity: 1;
    }

/*    ==========================*/
/* Main wrapper around the table */
.cert-table-wrapper {
/*    max-width: 1150px;*/
    margin: 0 auto;
/*    border: 2px solid var(--primary);*/
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Top orange header bar */
.cert-header {
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    font-weight: bold;
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #d97435;
}

/* Bottom orange footer bar */
.cert-footer {
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    font-weight: bold;
    padding: 1rem 1.2rem;
    font-size: 1.6rem;
    border-top: 1px solid #d97435;
}

/* Table reset */
.cert-table {
    margin-bottom: 0;
    border-collapse: collapse;
    width: 100%;
}

    /* Default column header cells (Location / QMS / EMS / SAFETY) — light peach */
    .cert-table thead th {
        background-color: #fce4d6;
        color: var(--black);
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        padding: 0.4rem 0.8rem;
        border: 1px solid var(--white);
        font-size: 1.4rem;
    }

        /* "Mfg Unit No." header cell — darker peach (different from other headers) */
        .cert-table thead th.unit-header {
            background-color: var(--primary);
            color: var(--white);
        }

    /* Data cells */
    .cert-table tbody td {
        text-align: center;
        vertical-align: middle;
        padding: 0.4rem 0.8rem;
        border: 1px solid var(--white);
        font-size: 1.4rem;
        color: #333;
    }

        /* First column "Mfg. Unit-X" — darker peach background, red text */
        .cert-table tbody td.unit-cell {
            background-color: var(--primary);
            color: var(--white);
            font-weight: 600;
        }

    /* Alternating row colors — peach for odd rows, white for even rows */
    .cert-table tbody tr:nth-child(odd) td:not(.unit-cell) {
        background-color: #fce4d62e;
    }

    .cert-table tbody tr:nth-child(even) td:not(.unit-cell) {
        background-color: #fce4d6;
    }

/* Responsive */
.table-responsive {
    -webkit-overflow-scrolling: touch;
}

/* Small screen tweaks */
@media (max-width: 576px) {
    .cert-header {
        font-size: 1.4rem;
        padding: 0.8rem;
    }

    .cert-footer {
        font-size: 1.3rem;
        padding: 0.8rem;
    }

    .cert-table thead th,
    .cert-table tbody td {
        font-size: 1.2rem;
        padding: 0.7rem 0.5rem;
    }
}

/*=================*/

/* ===== Outer Box (window) ===== */
.newsUpdates .data {
    padding: 2rem 1rem;
    text-align: center;
}
.newsUpdates .data h3 {
    font-size: 2.2rem;
    color: var(--white);
    font-weight: 600;
    letter-spacing: -0.32px;
}
.news-box {
    overflow: hidden;
    min-height: 30rem;
    height: 30rem;
}

/* ===== Scrolling Track ===== */
.news-track {
    animation: scrollUp 20s linear infinite;
}

/* Hover pe ruke */
.news-box:hover .news-track {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* ===== Single News Card ===== */
.news-card {
    display: flex;
    gap: 15px;
    padding: 1.2rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}

    .news-card img {
        width: 13rem;
        height: 8.5rem;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0; /* image chhoti na ho */
    }

.news-card-text {
    flex: 1;
    min-width: 0; /* text overflow control */
}

.news-card-title {
    color: var(--white);
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.news-card-link {
    color: var(--white);
    font-weight: bold;
    font-size: 1.4rem;
    text-decoration: none;
}

    .news-card-link:hover {
        text-decoration: underline;
        color: var(--white) !important;
    }

/* =========================================
       📱 RESPONSIVE BREAKPOINTS
       ========================================= */

/* ===== Tablet (768px and below) ===== */
@media (max-width: 768px) {
    .news-heading {
        font-size: 2.2rem;
    }

    .news-box {
        height: 380px;
    }

    .news-card img {
        width: 110px;
        height: 75px;
    }

    .news-card-title {
        font-size: 1.3rem;
    }
}

/* ===== Mobile (480px and below) ===== */
@media (max-width: 480px) {
    .news-heading {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .news-box {
        height: 350px;
        padding: 8px;
    }

    .news-card {
        gap: 10px;
        padding: 1rem 0.8rem;
        margin-bottom: 1.2rem;
    }

        .news-card img {
            width: 90px;
            height: 65px;
        }

    .news-card-title {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }

    .news-card-link {
        font-size: 1.2rem;
    }
}

/* ===== Very Small Mobile (360px and below) ===== */
@media (max-width: 360px) {
    .news-card img {
        width: 75px;
        height: 55px;
    }

    .news-card-title {
        font-size: 1.1rem;
    }
}
