/*
Theme Name: My Custom Theme
Theme URI: https://sandhargroup.com/
Author: Sumit Mishra
Author URI: https://www.consultedge.global/
Description: A custom WordPress theme converted from an HTML template.
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Montserrat", sans-serif;
}

/*body.index-page {
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
}*/
body.index-page {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto; 
    scroll-behavior: smooth;
}

.html {
    overflow: hidden;
    scrollbar-width: none;
}


body {
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

:root {
    --sandhar-red: #ec2f34;
    --sandhar-grey: #797870;
    --sandhar-black: #313131;
    --sandhar-pink: #a95061;
}

p {
    font-size: 16px;
}

/*.section {
    padding-bottom: 1rem;
    padding-top: 1rem;
    min-height: 100vh;
    width: 100%;
    background-size: auto;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('assets/img/bg-cover.jpg');
    overflow: hidden;
}*/

.section {
    padding-bottom: 1rem;
    padding-top: 1rem;
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('assets/img/bg-cover.jpg');
    /*background-size: cover;*/
    background-position: center;
    overflow: hidden; 
}

.text-danger {
    color: #ec2f34 !important;
}

#topBar {
    padding: 10px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 20%);
}

#section0 {
    background-image: url('assets/img/headerbg.jpg') !important;
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
}

.social-bar.scrolled {
    display: none !important;
}

/* Navbar container */
.navbar {
    top: 40px;
    padding-left: 12px;
    padding-right: 12px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    backdrop-filter: blur(20px);
    background: rgb(49 47 47 / 15%) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed !important;
    width: 100%;
}

.navbar.scrolled {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 90% !important;
    max-width: 1080px;
    border-radius: 50px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 8px 20px !important;
}

/* Logo */
.navbar-brand img {
    height: 40px;
    width: auto;
}

.navbar.scrolled img.custom-logo {
    width: 140px;
    height: auto;
}

/* Navbar toggler */
.navbar-toggler {
    border: 1px solid rgb(223 223 223);
    padding: 5px 10px;
    background-color: rgba(236, 47, 52, 0.8);
    border-radius: 5px;
}

.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='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 20px;
    height: 15px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(236, 47, 52, 0.25);
}

/* Navigation menu styles */
.menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    /*gap: 12px;*/
}

.menu-menu-1-container ul.menu li.menu-item>a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 800;
    padding-left: 5px;
    color: #ec2f34;
}


.menu-item {
    /* Bootstrap expects nav-item, but here just basic styling */
}

.menu-item a {
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.menu-item a:hover {
    background-color: rgba(236, 47, 52, 0.1);
    color: #ec2f34;
}

.menu-item-has-children > .sub-menu {
    display: none;
}

.menu-item-has-children.submenu-open > .sub-menu {
    display: block;
}

/* Active/current page menu item */
.menu-item.current-menu-item>a,
.menu-item.current_page_item>a {
    font-weight: 500;
    padding: 6px 12px;
    color: white;
}

/* Add subtle text shadow/glow on hover of active */
.menu-item.current-menu-item>a:hover,
.menu-item.current_page_item>a:hover {
    text-shadow: 0 0 10px rgba(236, 47, 52, 0.5);
    background: radial-gradient(circle at center, rgba(236, 47, 52, 0.3) 0%, rgba(236, 47, 52, 0.15) 30%, rgba(236, 47, 52, 0.05) 70%, transparent 100%);
}

/* Base Menu Styles */

#menu-menu-1>li {
    position: relative;
}

#menu-menu-1>li>a {
    display: block;
    /*padding: 12px 18px;*/
    text-decoration: none;
    /*color: #333;*/
    /*font-weight: 500;*/
    /*transition: color 0.3s ease;*/
}

#menu-menu-1>li>a:hover {
    /*color: #0073e6; /* Hover color */
}

/* Submenu Base */
#menu-menu-1 .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    backdrop-filter: blur(20px);
    background: rgb(24 24 24 / 84%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    min-width: 220px;
}

#menu-menu-1 .sub-menu li {
    width: 100%;
}

#menu-menu-1 .sub-menu a {
    display: block;
    text-decoration: none;
    /*transition: background 0.3s ease;*/
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    /*transition: all 0.3s ease;*/
}

#menu-menu-1 .sub-menu a:after {
    content: "" !important;
}

#menu-menu-1 .sub-menu a:hover {
    /*background: #f2f2f2;*/
    backdrop-filter: blur(20px);
    background: rgb(107 27 27 / 68%)
        /*color: #0073e6;*/
}

/* Show Submenu on Hover */
#menu-menu-1 li:hover>.sub-menu {
    display: block;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 768px) {
    #menu-menu-1 {
        flex-direction: column;
    }

    #menu-menu-1 li {
        width: 100%;
    }

    #menu-menu-1 .sub-menu {
        position: static;
        /* Remove absolute positioning */
        box-shadow: none;
    }

    #menu-menu-1 .sub-menu a {
        padding-left: 30px;
        /* Indent sub-items */
    }
    #menu-menu-1 .sub-menu li:hover > ul.sub-menu {
    position: static;
    padding-left: 40px;
    list-style: none; 
    }

    #menu-menu-1 .sub-menu li:hover > ul.sub-menu li {
        position: relative;
    }
    
    #menu-menu-1 .sub-menu li:hover > ul.sub-menu li::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 6px;
        width: 18px;  
        height: 18px; 
        background: url("https://uat.sandhargroup.com/wp-content/uploads/2026/03/left-arrow.png") no-repeat center;
        background-size: contain;
    }

}

/* --- SECOND-LEVEL SUBMENU (child of first submenu) --- */
#menu-menu-1 .sub-menu li {
    position: relative;
    /* Needed for correct absolute positioning of child submenu */
}

#menu-menu-1 .sub-menu ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 220px;
    background: rgb(24 24 24 / 84%);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

/* Show the second-level submenu when hovering its parent */
#menu-menu-1 .sub-menu li:hover>ul.sub-menu {
    display: block;
}

/* Style for links inside second-level submenu */
#menu-menu-1 .sub-menu ul.sub-menu a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

/* Hover effect same as first-level submenu */
#menu-menu-1 .sub-menu ul.sub-menu a:hover {
    backdrop-filter: blur(20px);
    background: rgb(107 27 27 / 68%);
}

.hero-subtitle {
    color: #ec2f34;
    padding: 8px 12px;
}

.hero-description {
    margin-top: 15px;
    border: 0.5px solid white;
    border-radius: 50px;
    /* padding: 10px 5px; */
    padding: 12px;
    color: white !important;
    box-shadow: 0 8px 16px rgb(14, 12, 12), 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: rgb(0 0 0 / 43%);
    backdrop-filter: blur(5px);
    text-decoration: none;
}

.brand-color {
    color: #ec2f34;
    font-weight: 800;
}

.underline-btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.underline-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
}

.center {
    text-align: center;
}

.top-right-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

/*.info a {
    color: #ec2f34 !important;
}*/

.h-200 {
    height: 100px;
}

.text-danger {
    color: white !important;
    font-size: 2.5rem;
}

.full-height-underline {
    position: relative;
    padding-bottom: 15px;
}

.full-height-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #797870;
}

/* Section 0 specific styles */

#section0 .hero-content {
    text-align: center;
}

#section0 .hero-video {
    text-align: center;
    /* margin-top: 3rem; */
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 485px;
    /*border: 4px solid red;*/
    border-radius: 15px;
}

#section0 video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 4px solid red;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.content {
    text-align: center !important;
    margin-top: 2rem;
}

.content a {
    font-size: 14px;
    text-decoration: none;
    color: #ec2f34;
    font-weight: 500;
}

.content p {
    font-size: 16px;
    margin: 15px auto;
    /*max-width: 800px;*/
}

.info-btn {
    border: 2px solid darkred;
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 8px 16px rgba(105, 17, 17, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: transparent;
    backdrop-filter: blur(5px);
    color: white !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.info {
    position: relative;
    top: 500px;
    color: white !important;
}

.info-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(105, 17, 17, 0.4), 0 6px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.content .head-text {
    padding: 12px 25px;
    border: 2px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.2);
    color: white !important;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 12px;
    min-width: 120px;
}

.info-btn .fa-arrow-right {
    background: darkred;
    border: 1px solid #ec2f34;
    border-radius: 50%;
    padding: 15px;
    width: 16px;
    height: 16px;
    opacity: 0.8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}


/* Address + Social */
.social-icons {
    display: flex;
    justify-content: space-between;
}

.social-icons a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #e30613;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    font-size: 12px;
}

.social-icons a:hover {
    background-color: #3498db;
    color: white;
    transform: translateY(-2px);
}

.corporate-info {
    color: var(--sandhar-grey);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.sub-footer {
    font-weight: 500;
}

.company-email {
    color: #3498db;
}

.company-email:hover {
    text-decoration: underline;
}

/* ⚡ Social icons */
.social-links a {
    font-size: 20px;
    margin-right: 10px;
    color: var(--sandhar-red);
}

/*Footer CSS*/
/*.footer-container {
    background: var(--sandhar-black);
    color: #fff;
    position: relative;
    overflow: hidden;
}*/

/* --- Footer Logic --- */
.footer-container {
    background: var(--sandhar-black);
    color: #fff;
    position: relative;
    z-index: 10;
    padding: 60px 0; /* Ensure it has height */
    min-height: 300px; /* Adjust as needed */
}

.footer-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sandhar-red), var(--sandhar-pink), var(--sandhar-red));
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.footer-container {
    /*max-width: 1400px;*/
    margin: 0 auto;
    padding: 60px 40px 0px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.footer-column h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--sandhar-red);
    transition: width 0.3s ease;
}

.footer-column:hover h3::after {
    width: 60px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: var(--sandhar-grey);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-column ul li a::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    /* 👈 visible by default */
    height: 1px;
    background: var(--sandhar-red);
    transition: width 0.3s ease;
}

.footer-column ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--sandhar-red);
    border-right: 1px solid var(--sandhar-red);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-column ul li a:hover::after {
    opacity: 1;
    /* arrow appears */
}

.footer-column ul li a:hover {
    color: #fff;
    padding-left: 15px;
}

.footer-column ul li a:hover::before {
    width: 20px;
}

.contact-info {
    color: var(--sandhar-grey);
    font-size: 14px;
    line-height: 1.8;
}

.contact-info-item {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border-left: 3px solid var(--sandhar-red);
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.contact-info-item h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info-item h4 i {
    color: var(--sandhar-red);
    font-size: 16px;
}

.contact-info a {
    color: var(--sandhar-grey);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-top: 8px;
}

.contact-info a i {
    color: white;
}

.contact-info a:hover {
    color: var(--sandhar-red);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid var(--sandhar-red);
}

.social-links a:hover {
    background: var(--sandhar-red);
    color: #fff;
    transform: translateY(-3px);
    border-color: var(--sandhar-red);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    flex-wrap: wrap;
}
  .footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

.footer-bottom p {
     margin: 0;
    color: var(--sandhar-grey);
    font-size: 13px;
}

@media (max-width: 768px) {
    .footer-container {
        padding: 40px 20px 0px;
    }

    .footer-grid {
        gap: 35px;
    }

    .footer-column h3 {
        font-size: 16px;
    }

    .social-links {
        justify-content: center;
    }
     .footer-bottom {
      flex-direction: column;
      text-align: center;
      gap: 8px;
    }
}
  .dev-sign{
    text-decoration: none;
    color: #ec2f34;
  }

@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ----------- RESPONSIVE ----------- */

/* Tablets (3 columns) */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Large mobile (2 columns) */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Small mobile (1 column) */
@media (max-width: 576px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: left;
    }
}


.nav-item a i {
    color: #ec2f34;
}

.top-menu a {
    text-decoration: none;
    font-size: 14px;
}


/* Conatct us page css */
.contact-card {
    background: rgb(255 255 255 / 80%);
    border: 2px solid #ec2f34;
    border-radius: 20px;
    /*padding: 35px;*/
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    /*height: 140px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card:hover {
    border-color: #ec2f34;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.filter-bar {
    background: #e9ecef;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.filter-select {
    border: 1px solid #ec2f34;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.filter-select:focus {
    border-color: #ec2f34;
    box-shadow: 0 0 0 0.2rem rgba(42, 82, 152, 0.25);
}

#cardsContainer .col-lg-3,
#cardsContainer .col-md-6,
#cardsContainer .col-sm-12 {
    display: flex;
}

.address-card {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #ec2f34;
    column-gap: 15px;
}

.address-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.company-type-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ec2f34 0%, #ec2f34 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}


.location-info {
    color: #797870;
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 19ch;
}


.company-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #313131;
    margin-bottom: 5px;
}

.company-short {
    color: #797870;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.address-label {
    font-weight: 600;
    color: #313131;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.address-text {
    color: #313131;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.business-division {
    display: inline-block;
    background-color: #e9ecef;
    color: #797870;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
}

.no-results {
    text-align: center;
    padding: 50px 20px;
    color: #6c757d;
}

.no-results i {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #dee2e6;
}

.departmentList {
    text-align: center;
}

.departmentList ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.departmentList ul li {
    list-style: none;
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #dc3545;
    margin: 0px 5px;
    border-radius: 50px;
    background-color: rgba(220, 53, 69, 0.1);
    transition: all 0.3s ease;
}

.departmentList ul li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: rgba(220, 53, 69, 0.1);
}

.generalContactForm p label {
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.generalContactForm p label input[type="text"], .generalContactForm p label input[type="email"], .generalContactForm p label input[type="tel"] {
    width: 100%;
    height: 40px;
    background-color: whitesmoke;
    border-radius: 50px;
    border: 2px solid #dc3545;
    margin-top: 5px;
    color: sandhar-black;
    padding: 0px 15px;
}

.generalContactForm p label textarea {
    width: 100%;
    height: 80px;
    border: 2px solid #dc3545;
    margin-top: 5px;
    border-radius: 15px;
    color: sandhar-black;
    padding: 5px 15px;
    background-color: white;
}

.generalContactForm p label input[type="text"]:hover, .generalContactForm p label input[type="email"]:hover, .generalContactForm p label input[type="tel"]:hover {
    border: 2px solid #dc3545;
}

.generalContactForm input[type="submit"] {
    float: right;
    border: 2px solid #dc3545;
    border-radius: 50px;
    padding: 10px 35px;
    box-shadow: 0 8px 16px rgba(105, 17, 17, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: transparent;
    backdrop-filter: blur(5px);
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.generalContactForm input[type="submit"]:hover {
    background-color: #d12629;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(236, 47, 52, 0.3);
}

.generalContactForm h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.generalContact h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.corporateOffice {
    color: #fff;
    padding: 15px;
    border: 1px solid #dc3545;
    margin: 0px 5px;
    border-radius: 10px;
    background-color: #797870;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.generalContact h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.generalContact p {
    color: #fff;
    font-size: 14px;
}

.generalContact p a {
    color: #fff;
    text-decoration: none;
}

/*#carousel1, #carousel2 {overflow: hidden;}*/

@media (max-width: 768px) {
    .filter-bar {
        padding: 20px;
    }

    .company-type-badge {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
        text-align: center;
    }

    .address-card {
        padding: 20px;
    }

}

/*Pagination*/

/* Pagination Container */
.pagination-container {
    margin-top: 2rem;
    padding: 1rem;
}

/* Pagination List */
.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Page Items */
.page-item {
    display: inline-block;
}

/* Page Links */
.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #313131;
    text-decoration: none;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover State */
.page-link:hover {
    color: #ec2f34;
    background-color: #fff5f5;
    border-color: #ec2f34;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(236, 47, 52, 0.15);
}

/* Active/Current Page */
.page-item.active .page-link,
.page-link.current {
    color: #ffffff;
    background-color: #ec2f34;
    border-color: #ec2f34;
    cursor: default;
    box-shadow: 0 4px 12px rgba(236, 47, 52, 0.25);
}

.page-item.active .page-link:hover,
.page-link.current:hover {
    transform: none;
}

/* Dots/Ellipsis */
.page-link.dots {
    color: #797870;
    /* sandhar-grey */
    background-color: transparent;
    border-color: transparent;
    cursor: default;
    pointer-events: none;
}

.page-link.dots:hover {
    transform: none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
}

/* Next/Previous Links */
.page-link.next,
.page-link.prev {
    font-weight: 600;
    padding: 0.5rem 1.125rem;
    color: #ec2f34;
    /* sandhar-red */
    border-color: #ec2f34;
}

.page-link.next:hover,
.page-link.prev:hover {
    color: #ffffff;
    background-color: #ec2f34;
}

/* Disabled State */
.page-item.disabled .page-link {
    color: #797870;
    /* sandhar-grey */
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

/* Focus State for Accessibility */
.page-link:focus {
    outline: 2px solid #a95061;
    /* sandhar-pink */
    outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pagination {
        gap: 0.375rem;
    }

    .page-link {
        min-width: 2.25rem;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        border-radius: 0.375rem;
    }

    .page-link.next,
    .page-link.prev {
        padding: 0.375rem 0.875rem;
    }
}

@media (max-width: 480px) {
    .pagination-container {
        padding: 0.75rem;
        margin-top: 1.5rem;
    }

    .pagination {
        gap: 0.25rem;
    }

    .page-link {
        min-width: 2rem;
        height: 2rem;
        padding: 0.25rem 0.5rem;
        font-size: 0.8125rem;
        border-width: 1.5px;
    }

    /* Hide some page numbers on very small screens */
    .page-item:not(.active):nth-child(n+5):nth-last-child(n+3) {
        display: none;
    }
}

/* Optional: Smooth animations */
@media (prefers-reduced-motion: no-preference) {
    .page-link {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
}


/* 3D Carousel */

.ls-curved-carousel {
    --viewport-height: 60rem;
    --viewport-height-m: 34rem;
    --perspective: 600px;
    --perspective-m: 420px;
    --block-offset: -14rem;
    position: relative;
    width: 100%;
    height: var(--viewport-height);
    transform-style: preserve-3d;
    user-select: none;
    overflow: visible;
    margin-block: var(--block-offset);
}

.ls-curved-carousel__stage {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    perspective: var(--perspective);
    width: 100%;
    height: 100%;
    /*overflow-x:hidden;
    overflow-y: hidden;*/
}

.ls-curved-carousel__ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 1px;
}

.ls-curved-carousel__slide {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform, opacity;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    border: 5px solid rgba(151, 3, 3, 0.925);
    overflow: hidden;
}

.ls-curved-carousel__media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 2rem;
    background: rgb(24 23 23 / 65%)
}

.center {
    text-align: center;
    margin-top: 3rem;
}


/* Different border colors for section2 carousel */

#section2 .ls-curved-carousel__slide {
    /* border-color: rgba(223, 47, 47, 0.925); */
    border: 5px solid rgba(151, 3, 3, 0.925)
}

@media (min-width: 1200px) {
    .ls-curved-carousel {
        --viewport-height: 60rem;
        --perspective: 600px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .ls-curved-carousel {
        --viewport-height: 55rem;
        --perspective: 550px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .ls-curved-carousel {
        --viewport-height: 45rem;
        --perspective: 450px;
        --block-offset: -8rem;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .ls-curved-carousel {
        --viewport-height: 35rem;
        --perspective: 350px;
        --block-offset: -6rem;
    }
}

@media (max-width: 575px) {
    .ls-curved-carousel {
        --viewport-height: 30rem;
        --perspective: 300px;
        --block-offset: -4rem;
    }
}

.gallery-image img {
    width: 100%;
    height: 540px !important;
    object-fit: contain;
    display: block;
    padding: 2rem;
    background: rgb(24 23 23 / 65%)
}



/* Image Text Overlay */

.gallery-item h2 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    /*background: rgba(58, 52, 52, 0.7);*/
    background: rgb(255 255 255 / 80%);
    color: #ec2f34;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    z-index: 10;
    border: 2px solid #ec2f34;
    white-space: nowrap;
}

.case-image img {
    width: 100%;
    height: 540px !important;
    object-fit: contain;
    display: block;
    padding: 3.2rem;
    background: rgb(24 23 23 / 80%)
}


/* Image Text Overlay */

.case-item h2 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    /*background: rgba(58, 52, 52, 0.7);*/
    background: rgb(255 255 255 / 80%);
    color: #ec2f34;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    border: 2px solid #ec2f34;
    z-index: 10;
    white-space: nowrap;
}


/* Icon styles using Unicode symbols */

.icon-location::before {
    content: "📍";
    font-size: 18px;
}

.icon-phone::before {
    content: "📞";
    font-size: 18px;
}

.icon-email::before {
    content: "✉️";
    font-size: 18px;
}

.images-section {
    display: flex;
}

.content-section {
    flex: 1;
    color: white;
    transform: skew(-10deg);
    padding: 20px;
}

.info-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    transition: all 0.3s ease;
}

.core-value-text::first-letter {
    color: #ec2f34;
    font-weight: bold;
    font-size: 15px;
}

.info-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: skew(10deg);
    padding-right: 15px;
    margin-top: 12px;
}

.info-text {
    transform: skew(10deg);
}

.info-text h5 {
    color: #ec2f34;
    font-size: 1.4rem;
    font-weight: 600;
}

.info-text p {
    color: #ccc;
    /* line-height: 1.6; */
    font-size: 16px;
}

.core-values-section {
    margin-bottom: 20px;
}

.core-values-inline {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
    padding: 0px;
    gap: 15px;
    flex-direction: row;
}

.core-value-item {
    text-align: center;
    transition: transform 0.3s ease;
    min-width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.core-value-letter {
    font-size: 16px;
    font-weight: bold;
    color: #ec2f34;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    display: block;
    line-height: 1;
}

.core-value-text {
    color: white;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}


/* Clients Section  */

.clients-header {
    text-align: center;
    /*margin-bottom: 50px;*/
}

.clients-header h1 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.filter-buttons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px;
}

.filter-btn-custom {
    padding: 12px 25px;
    border: 2px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.2);
    color: white;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 12px;
    min-width: 120px;
}

.filter-btn-custom:hover {
    background-color: rgba(220, 53, 69, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
    color: white;
}

.filter-btn-custom.active {
    background-color: #dc3545;
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.5);
    transform: scale(1.05);
}
/* =========================
   CLIENTS SHOWCASE GRID
   ========================= */

.clients-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    justify-items: center; /* FIX: center cards, prevents overflow */
}

/* =========================
   CLIENT LOGO CARD
   ========================= */

.client-logo-card {
    background: rgb(255 255 255 / 80%);
    border: 2px solid #ec2f34;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

    height: 140px;
    width: 100%;          /* FIX: allow grid to control width */
    max-width: 220px;     /* keeps desktop look */

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover shine effect */
.client-logo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent
    );
    transition: left 0.5s;
}

.client-logo-card:hover::before {
    left: 100%;
}

/* Hover animation (desktop only) */
.client-logo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(220, 53, 69, 0.3);
    background: rgb(255 255 255 / 90%);
}

/* Disable hover lift on touch devices */
@media (hover: none) {
    .client-logo-card:hover {
        transform: none;
        box-shadow: none;
    }
}

/* =========================
   LOGO IMAGE
   ========================= */

.client-logo {
    aspect-ratio: 2.5 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: contrast(1.5) saturate(1.1) brightness(1.05);
}

/* =========================
   CATEGORY FILTER (SAFE)
   ========================= */

.client-category {
    display: none;
}

.client-category.active {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.card-body p {
    font-size: 14px;
    text-align: justify;
}

.card-title a {
    text-decoration: none;
    color: white;
    text-align: left;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 700;
}

#section6 .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 5px;
    border: 2px solid #ec2f34;
    padding: 10px;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-text {
    flex-grow: 1;
}


.card .info-btn {
    max-width: fit-content;
    margin-top: auto;
    padding-left: 15px;
    font-size: 12px;
    text-decoration: none;
    color: white;
}

.card:hover img.img-fluid.wp-post-image,
.card:hover h5 {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.card-body img.img-fluid.wp-post-image,
.card-body h5 {
    transition: all 0.3s ease;
    width: 100%;
    height: auto-fit;
}

.card-img {
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* About Page  */

.about-banner {
    background: url("https://images.pexels.com/photos/30664842/pexels-photo-30664842.jpeg") center/cover no-repeat;
    padding: 130px 0;
    text-align: center;
    color: white;
    position: relative;
    background-position: bottom;
    background-size: contain;
}

.about-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.about-banner h1 {
    position: relative;
    z-index: 1;
    font-size: 3rem;
    font-weight: 700;
}

/* Sub-menu */

.about-submenu {
    padding: 0 0 25px 0;
}

.about-menu-item {
    display: inline-block;
    margin: 5px;
    backdrop-filter: blur(5px);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 12px 25px;
    border: 2px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.2);
    color: white;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 12px;
    min-width: 120px;
}

.about-menu-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: rgba(220, 53, 69, 0.1);
}

.about-menu-item a {
    text-decoration: none !important;
    color: white !important;
}

.about-content {}

.about-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ec2f34;
}

.about-content p {
    color: white;
    /*padding-right: 56px;*/
    font-size: 1rem;
    text-align: justify;
    line-height: 1.6;
}

.about-content .bodytext h1 {
    position: relative;
}

.about-content .bodytext h1:after {
    position: absolute;
    top: 20px;
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #e30613;
    border-radius: 2px;
    margin-left: 10px;
}

.headingSection h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    width: 70%;
    margin: auto;
}

.red-line-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.red-line-title::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #e30613;
    border-radius: 2px;
}


.red-line-title-reverse {
    flex-direction: row;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.red-line-title-reverse::after {
    display: none;
}

.red-line-title-reverse::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    align-items: center;
    background-color: #e30613;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .red-line-title-reverse::before {
        width: 30px;
        height: 2px;
    }

    .red-line-title::before {
        width: 30px;
        height: 2px;
    }

    img.custom-logo {
        height: auto;
        width: 135px;
    }
}

.about-images img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    margin-top: 5px;
    display: block;
    border: 2px solid #ec2f34;
}

/* Square shape */
.about-square {
    border-radius: 10px;
    /*aspect-ratio: 1 / 1;*/
}

/* Circular shape */
.about-circular {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-images .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-images img {
        width: 100%;
        height: auto;
    }
}

/* Products Page */

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    filter: brightness(0.9) contrast(0.95);

}

.product-card h6 {
    margin-top: 15px;
}

.carousel-control-prev {
    left: -150px;
}

.carousel-control-prev-icon {
    background-color: #e30613 !important;
}

.carousel-control-next {
    right: -150px;
}

.carousel-control-next-icon {
    background-color: #e30613 !important;
}

a.page-tab.sub-page-tab {
    font-size: 11px;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: rgba(220, 53, 69, 0.1);
}

/* Map Section */
.map {
    width: 100%;
    height: 420px;
    border-radius: 8px;
    position: relative;
    background: transparent;
    backdrop-filter: blur(5px);
}

.map-title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(19, 18, 18, 0.9);
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.9rem;
    z-index: 999;
}

.map-drop {
    border: 2px solid darkred !important;
    border-radius: 50px !important;
    padding: 10px 15px !important;
    box-shadow: 0 8px 16px rgba(105, 17, 17, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px) !important;
    color: white !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.map-drop option {
    background: rgba(0, 0, 0, 0.9) !important;
    color: #ffffff;
    font-weight: 500;
}

.map-pin-indicator {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--pin-color);
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

/* pole below the circle */
.map-pin-indicator::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 10px;
    background: var(--pin-color);
    border-radius: 2px;
}


.mapDescription-section {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.mapDescription-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.mapDescription-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.mapDescription-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.mapDescription-text {
    font-size: 16px;
    line-height: 1.4;
}

.mapDescription-pinpoints {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /*gap: 6px;*/
}

.mapDescription-pin {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
}

/* -------------------------
   TOP ROW - HORIZONTAL CIRCLES
-------------------------- */
.pin-top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    max-width: 500px;
    margin-bottom: 15px;
}

/* Circles with overlap */
.pin-circle-top {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    margin-left: -12px;
}

.pin-circle-top .plant-count {
    line-height: 1;
    font-weight: 600;
}

.pin-circle-top .plant-icon {
    width: 35px;
    height: 25px;
    margin-top: 2px;
}

/* -------------------------
   BOTTOM ROW - MARKERS + NAMES
-------------------------- */
.pin-bottom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 12px;
}

.pin-item-bottom {
    gap: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* circle */
.pin-marker {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
}

.pin-marker-pill {
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    width: 4px;
    height: 16px;
    border-radius: 2px;
}


.pin-name {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.showcase-card {
    position: relative;
    top: 15px;
    color: white;
}

.showcase-icon {
    margin-bottom: 5px;
}

.showcase-icon img {
    width: 60px;
    height: 60px;
}

.showcase-value {
    font-size: 1.6rem;
    font-weight: 700;
}

.leaflet-bottom {
    display: none !important;
}

/* Products Page CSS */
.product-filters {
    padding: 50px 0 25px 0;
}

.filter-chip {
    display: inline-block;
    margin: 5px;
    backdrop-filter: blur(5px);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 12px 25px;
    border: 2px solid #dc3545;
    background-color: #797870;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 12px;
    min-width: 120px;
}

.filter-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: rgba(220, 53, 69, 0.1);
}

.filter-chip.active {
    background: rgba(220, 53, 69, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
}

.filter-chip.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #ff6b7a);
}

.filter-chip.dimmed {
    opacity: 0.6;
    background: rgba(255, 255, 255, 0.5);
    color: whitesmoke;
    border-color: #dee2e6;
}

/*Active Menu Styling*/
.page-tab {
    display: inline-block;
    margin: 5px;
    backdrop-filter: blur(5px);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 12px 25px;
    border: 2px solid #dc3545;
    background-color: #797870;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 12px;
    min-width: 120px;
}

.page-tab:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: rgba(220, 53, 69, 0.1);
}

.page-tab.active-tab {
    background: rgba(220, 53, 69, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
}

.page-tab.active-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #ff6b7a);
}
/* Sidebar */
.sidebar-nav ul {
    list-style: none;
    padding-left: 0;
    padding: 16px;
    text-align: center;
}

/* Enhanced Sidebar */
.sidebar-nav {
    backdrop-filter: blur(5px);
}

.sidebar-nav h5 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, transparent, #ec2f34, transparent) 1;
    text-align: center;
}

.sidebar-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    padding: 12px 16px;
    border: 2px solid #dc3545;
    background-color: #797870;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 220px;
    margin: 8px 0;
}

.sidebar-link:hover {
    color: #fff;
    background: rgba(220, 53, 69, 0.1);
    border-left-color: #ec2f34;
    padding-left: 20px;
    border-radius: 10px;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    background: rgba(220, 53, 69, 0.1);

}

.sidebar-link.active {
    background: rgba(220, 53, 69, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
    border-top-color: #ec2f34;
}

.sidebar-link.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #ff6b7a);
}

/* Product Cards */
.product-card {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #ec2f34;
    color: whitesmoke;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-card h6 {
    font-weight: 600;
    color: whitesmoke;
    margin-bottom: 5px;
    padding: 6px;
}

.product-card .small {
    color: white;
    font-size: 12px;
}

.products-section {
    background-image: url(assets/img/bg-cover.jpg);
}

/* Reset Button */
.reset-filters {
    background: linear-gradient(45deg, #6c757d, #495057);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.reset-filters:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Animation for filter changes */
.product-item {
    transition: all 0.4s ease;
}

.product-item.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

/* Extra Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #section0 h1 {
        font-size: 33px;
        margin-bottom: 20px;
        line-height: 1.2;
        position: relative;
    }

    p {
        font-size: 16px;
    }

    .hero-content {
        padding: 2rem 0;
    }

    .ls-curved-carousel {
        --viewport-height: 60rem;
        --perspective: 600px;
    }

    .info-text h5 {
        font-size: 25px;
    }

    .info-text p {
        font-size: 14px;
    }

    .core-value-letter {
        font-size: 2rem;
    }

    .core-value-text {
        font-size: 0.75rem;
    }
}


/* Large devices (desktops, 992px and up) */

@media (max-width: 1199px) and (min-width: 992px) {
    #section0 h1 {
        font-size: 38px;
        line-height: 1.3;
    }

    p {
        font-size: 17px;
    }

    .hero-content {
        padding: 1.5rem 0;
    }

    .navbar.scrolled {
        width: 80%;
    }

    .ls-curved-carousel {
        --viewport-height: 55rem;
        --perspective: 550px;
    }
}


@media (max-width: 11598px) and (min-width: 1024px) {
    #section0 video {
        height: 52.5vh;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
}

@media(max-width: 768px) {
    .pin-bottom-row {
        justify-content: left;
        gap: 15px;
        padding: 12px;
    }

    .pin-marker {
        width: 12px;
        height: 12px;
    }

    .pin-marker-pill {
        top: 10px;
        height: 12px;
    }

    .pin-circle-top {
        width: 60px;
        height: 60px;
    }

    .filter-buttons-container {
        justify-content: center;
        gap: 8px;
        padding: 0px;
        margin-bottom: 12px;
    }
    .page-tab {
    margin: 5px;
    backdrop-filter: blur(5px);
    padding: 8px 16px;
    border: 2px solid #dc3545;
    font-size: 11px;
    min-width: 110px;
}
}

/* Medium devices (tablets, 768px and up) */

@media (max-width: 992px) and (min-width: 768px) {

    #section0 h1 {
        font-size: 2.5rem;
        line-height: 1.4;
    }

    p {
        font-size: 16px;
    }

    .hero-content {
        padding: 1rem 0;
    }

    .navbar.scrolled {
        width: 90%;
        padding: 8px 20px !important;
    }

    .ls-curved-carousel {
        --viewport-height: 45rem;
        --perspective: 450px;
        --block-offset: -8rem;
    }

    .core-values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .navbar-nav {
        padding: 15px 0;
    }

    .navbar-nav .nav-link {
        margin: 5px 0;
        padding: 12px 15px !important;
    }

    .dropdown-menu {
        position: static !important;
        transform: none !important;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: none;
        background-color: rgba(236, 47, 52, 0.05);
        margin: 5px 0 0 15px;
        border-radius: 6px;
        display: none;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }

    .dropdown-item {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    .dropdown-item:hover {
        padding-left: 20px;
    }

    .core-values-inline {
        gap: 12px;
    }

    .core-value-item {
        min-width: 50px;
    }

    .core-value-letter {
        font-size: 1.6rem;
    }

    .core-value-text {
        font-size: 0.7rem;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 768px) and (min-width: 576px) {
    #section0 h1 {
        font-size: 2.2rem;
        line-height: 1.4;
    }

    p {
        font-size: 15px;
    }

    .hero-content {
        padding: 1rem 0;
    }

    #section0 video {
        max-width: 90%;
        height: auto;
    }

    .navbar.scrolled {
        width: 95%;
        padding: 8px 15px !important;
        border-radius: 25px;
    }

    .ls-curved-carousel {
        --viewport-height: 35rem;
        --perspective: 350px;
        --block-offset: -6rem;
    }

    .images-section {
        order: 2;
        transform: skew(-5deg);
        gap: 10px;
    }

    .content-section {
        order: 1;
        transform: skew(-5deg);
    }

    .info-text {
        transform: skew(5deg);
    }

    .core-values-inline {
        transform: skew(5deg);
        justify-content: center;
        gap: 10px;
    }

    .core-value-item {
        min-width: 45px;
        margin-bottom: 10px;
    }

    .info-section {
        margin-bottom: 30px;
        padding: 15px;
    }

    .info-text h5 {
        font-size: 1.2rem;
    }

    .info-text p {
        font-size: 0.9rem;
    }

    .core-value-letter {
        font-size: 1.5rem;
    }

    .core-value-text {
        font-size: 0.65rem;
    }

    .clients-header h1 {
        font-size: 2.2rem;
    }

    .filter-buttons-container {
        gap: 10px;
        margin-bottom: 40px;
    }

    .filter-btn-custom {
        padding: 10px 20px;
        font-size: 12px;
        min-width: 100px;
    }

    .clients-showcase {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        padding: 0 15px;
    }

    .client-logo-card {
        padding: 30px 15px;
        height: 160px;
    }

    .client-logo {
        font-size: 3rem;
    }

    .client-category.active {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {
    p {
        font-size: 14px;
    }

    .hero-content {
        padding: 0.5rem 0;
    }

    .navbar.scrolled {
        width: 98%;
        padding: 5px 10px !important;
        border-radius: 20px;
        top: 0px !important;
    }

    .navbar-brand img {
        height: 30px;
    }

    #section0 {
        padding: 50px 15px;
    }

    .ls-curved-carousel {
        --viewport-height: 30rem;
        --perspective: 300px;
        --block-offset: -4rem;
    }

    .navbar {
        top: 45px !important;
    }

    .navbar-brand img {
        height: 30px;
    }

    .navbar-nav .nav-link {
        font-size: 0.95rem;
        padding: 10px 12px !important;
    }

    .dropdown-menu {
        margin-left: 10px;
    }

    .section {
        padding: 20px 10px;
    }

    .content-section {
        order: 1;
        transform: skew(-3deg);
        padding: 15px;
    }

    .info-text {
        transform: skew(3deg);
    }

    .core-values-inline {
        transform: skew(3deg);
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }

    .core-value-item {
        min-width: 40px;
        margin-bottom: 8px;
    }

    .info-icon {
        width: 40px;
        height: 40px;
        align-self: center;
    }

    .info-text h5 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .info-text p {
        font-size: 0.85rem;
    }

    .core-value-letter {
        font-size: 1.3rem;
    }

    .core-value-text {
        font-size: 0.8rem;
        line-height: 1.2;
    }
}


@media (max-width: 480px) {
    .section, #section0 {background-image: none !important;}
    body {background: url(assets/img/headerbg.jpg) fixed right;background-size: cover;}
    .clients-section {
        padding: 60px 0;
    }

    #section2 {
        display: none;
    }

    .clients-header h1 {
        font-size: 1.8rem;
    }

    .filter-btn-custom {
        padding: 8px 12px;
        font-size: 10px;
        min-width: 60px;
        letter-spacing: 0;
    }

    .clients-showcase {
        grid-template-columns: repeat(auto-fit, minmax(97px, 3fr));
        padding: 0 0px;
        gap: 12px;
    }

    .clients-header h2 {
        font-size: 1.8rem;
    }

    .clients-header {
        margin-bottom: 10px;
    }

    .client-logo-card {
        height: 65px;
        padding: 20px 10px;
    }

    .client-logo {
        font-size: 2.5rem;
    }

    .client-category.active {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (min-width: 1160px) and (max-width: 1366px) {
    .hero-description {
        font-size: 14px;
        padding: 10px 15px;
    }

    .hero-subtitle {
        margin-bottom: 0px
    }

    .navbar-brand img {
        height: 30px;
    }

    .navbar {
        padding: 5px 10px;
    }

    #section0 .hero-video {
        max-height: 45vh;
    }

    #section0 video {
        object-fit: cover;
        width: 100%;
        object-position: center;
        height: 43.5vh;
    }

    .hero-content {
        padding: 0rem 0 1.5rem 0;
    }

    .dropdown-item {
        padding: 5px 20px;
    }

    .ls-curved-carousel__stage {
        top: 40%;
    }

    #section1 h1 {
        font-size: 35px;
        font-weight: 600;
        margin: 0;
    }

    #section1 .align-items-center.mt-4 {
        margin-top: 0 !important;
    }

    #section1 .align-items-center.mt-4 p {
        font-size: 15px;
        font-weight: 400;
    }

    #section1 .content {
        margin-top: 4.5rem;
    }

    .buildings {
        background-size: contain;
        height: 75%;
    }

    .timeline-pole {
        height: 35%;
    }

    .timeline-header p {
        top: 160px;
        font-size: 12px;
        /* text-align: center; */
    }

    .timeline-pole {
        height: 35% !important;
        bottom: 25% !important;
    }

    .client-logo-card {
        height: 17vh;
        padding: 50px
    }

    .client-logo img {
        width: 100%;
    }

    .filter-buttons-container {
        margin-bottom: 20px;
    }

    .clients-header {
        text-align: center;
        margin-bottom: 0;
        margin-top: 60px;
    }

    .card-title a {
        font-size: 15px;
    }

    .card-text p {
        font-size: 14px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #section6 .text-white.mb-4 {
        margin-top: 75px;
    }

    #section6 .text-white.mb-4 h1 {
        font-size: 35px;
        font-weight: 700;
    }
}

.story-container {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
}

.clients-page-wrapper {
    width: 100%;
    background-size: inherit;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(assets/img/bg-cover.jpg);
}


@media (max-width: 767px) and (min-width: 300px) {
    .section {
        min-height: 50vh;
        background-size: auto;
    }

    .content {
        text-align: center !important;
        margin-top: 2rem;
    }

    .map {
        height: 380px;
    }

    #section2 {
        min-height: 90vh;
        background-size: auto;
    }

    #section0 .hero-video {
        margin-top: 2rem;
        width: 100%;
        height: auto;
    }

    .headingSection h3 {
        width: 100%;
    }

    .sidebar-nav ul li {
        width: 100%;
    }

    .fixed-top {
        position: relative;
    }

    .product-card img {
        height: 100px;
    }

    .sidebar-link {
        font-size: 10px;
        width: 100%;
        margin: 5px 0;
    }

    .sidebar-nav ul {
        padding: 10px;
        column-count: 2;
        margin-left: 0;
    }

    .social-icons a {
        width: 20px;
        height: 20px;
        border: 1.5px solid #e30613;
        border-radius: 5px;
        font-size: 10px;
    }

    .product-filters {
        padding: 20px 0 19px 0;
    }

    .filter-chip {
        margin: 3px;
        padding: 11px 15px;
        font-size: 10px;
        min-width: fit-content;
    }

    .reset-filters {
        padding: 11px 15px;
        font-size: 10px;
        margin: 3px;
    }

    .about-banner {
        padding: 40px 0;
        background-size: cover;
    }
    .about-banner h1 {font-size: 2rem;}
    .main {height: 175px !important;}

    a.hero-description {
        font-size: 7px;
        font-weight: 500;
        background-color: rgb(7 7 7 / 80%);
        padding: 8px;
    }

    .top-menu a {
        text-decoration: none;
        font-size: 12px;
    }

    .hero-content h1 {
        font-size: 1rem;
    }

    .hero-subtitle {
        padding: 2px 5px;
    }

    #section1 h1 {
        font-size: 1rem;
    }

    .content p {
        font-size: 12px;
        margin: 0;
    }

    .content .head-text {
        padding: 8px 10px;
        letter-spacing: none;
        font-size: 10px;
    }

    .info {
        position: relative;
        top: 270px;
    }

    .info-btn {
        padding: 5px 10px;
        font-size: 11px;
        gap: 5px;
    }

    .info-btn .fa-arrow-right {
        padding: 12px;
        width: 12px;
        height: 12px;
        font-size: 10px;
    }

    .info-section {
        padding: 12px;
        gap: 20px;
    }

    #showcase {
        padding-bottom: 2.5rem;
    }

    .showcase-card {
        padding-bottom: 16px;
    }

    .showcase-icon img {
        width: 45px;
        height: 45px;
    }

    .showcase-value {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .showcase-label {
        font-size: 0.9rem;
    }
}

.investor-pdfs {
    list-style: none;
    padding-left: 0;
    margin-top: 0px;
}

.investor-pdfs li {
    margin-bottom: 8px;
}

.investor-pdfs li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #494949;
}

.investor-pdfs li a:hover {
    text-decoration: none;
    color: #ec2f34;
    transition: 0.5s;
}

.investor-pdfs li:last-child a {
    border-bottom: 0px;
}

.investor-body-content {
    color: #fff;
}

.investor-body-content p {
    color: #fff;
}

.sidebar-nav ul.investor-menu {
    padding-top: 0px;
}

.innersection {
    padding: 50px 0px;
    width: 100%;
    background-size: auto;
    background-position: center;
    position: relative;
    background-image: url('assets/img/bg-cover.jpg');
}


/* Navigation Separator / Breadcrumb */
.nav-separator {
    background: linear-gradient(135deg, #cfcfcf 0%, #e4c7c7 100%);
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(49, 49, 49, 0.05);
}

.nav-separator .breadcrumb-current {
    text-transform: none !important;
    text-transform: unset !important;
    letter-spacing: normal;
}


.nav-separator .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-separator span {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9375rem;
    color: #797870;
    gap: 0.5rem;
}

/* Breadcrumb Links */
.nav-separator a {
    color: #313131;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.25rem 0;
}

.nav-separator a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ec2f34;
    transition: width 0.3s ease;
}

.nav-separator a:hover {
    color: #ec2f34;
}

.nav-separator a:hover::after {
    width: 100%;
}

/* Current Page / Active Breadcrumb */
.nav-separator span span {
    color: #a95061;
    /* sandhar-pink */
    font-weight: 600;
}

/* Separator Slashes */
.nav-separator>.container>span {
    font-weight: 400;
}

/*  Add home icon before Home link */
.nav-separator a[href*="13.204.48.217"]:first-child::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(assets/img/home-page.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 0.375rem;
}


/* Responsive Design */
@media (max-width: 768px) {
    .nav-separator {
        padding: 1rem 0;
    }
    .sphere {
    width: 272px;
    height: 260px;
    }

    .nav-separator span {
        font-size: 0.675rem;
        gap: 0.375rem;
    }

    .nav-separator .container {
        padding: 0 0.75rem;
    }
}

@media (max-width: 480px) {
    .nav-separator {
        padding: 0.575rem 0;
    }

    .nav-separator span {
        font-size: 0.675rem;
        gap: 0.25rem;
    }

    /* Truncate long breadcrumbs on small screens if needed */
    .nav-separator span span {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Focus state for accessibility */
.nav-separator a:focus {
    outline: 2px solid #a95061;
    /* sandhar-pink */
    outline-offset: 3px;
    border-radius: 2px;
}

/* Optional: Modern variant with pills */
.nav-separator.pills a {
    background-color: #f5f5f5;
    padding: 0.375rem 0.75rem;
    border-radius: 1.25rem;
    border: 1px solid transparent;
}

.nav-separator.pills a:hover {
    background-color: #fff5f5;
    border-color: #ec2f34;
}

.nav-separator.pills a::after {
    display: none;
}

/* Optional: Add subtle animation */
@media (prefers-reduced-motion: no-preference) {
    .nav-separator {
        animation: slideDown 0.4s ease-out;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}


/* Make the submenu scrollable */
.menu-item-517 .sub-menu {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    position: relative;
    scrollbar-color: #888 #f1f1f1;
}

.menu-item-517 .sub-menu {
    overscroll-behavior: contain;
    pointer-events: auto;
    touch-action: auto;
}


/* Hide scrollbar */
.menu-item-517 .sub-menu::-webkit-scrollbar {
    display: none;
}

/* Add gradient fade at bottom */
.menu-item-517 .sub-menu::after {
    content: '';
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}

/* For webkit browsers (Chrome, Safari) */
.menu-item-517 .sub-menu::-webkit-scrollbar {
    width: 8px;
}

.menu-item-517 .sub-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.menu-item-517 .sub-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.menu-item-517 .sub-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .menu-item-517 .sub-menu {
        max-height: 300px;
        /* Smaller height on mobile */
    }
}

/* GCR PAGE */
.gcr-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    border: 2px solid #ec2f34;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gcr-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gcr-card-body {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gcr-card-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    font-size: 1.5rem;
    text-align: left;
}

.gcr-card-description {
    color: #6c757d !important;
    font-size: 14px !important;
    flex: 1;
    padding-top: 5px;
}

.gcr-read-more {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    color: #ec2f34;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gcr-read-more:hover {
    color: #ec2f34;
    font-weight: 600;
}

.gcr-read-more i {
    margin-left: 5px;
    font-size: 10px;
}

/* Overlay Modal */
.gcr-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.gcr-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.gcr-overlay-content {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.gcr-overlay-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    /* Chrome, Safari */
}

.gcr-overlay-content {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 35px 30px;
    position: relative;
    animation: slideUp 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gcr-overlay-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.gcr-overlay-close:hover {
    background: rgba(0, 0, 0, 0.8);
}

.gcr-overlay-body {
    padding: 25px;
}

.gcr-overlay-title {
    font-size: 2.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.gcr-overlay-category {
    display: inline-block;
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.gcr-overlay-description {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
}

/* Animation for filter changes */
.gcr-card-item {
    transition: all 0.4s ease;
}

.gcr-card-item.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    display: none !important;
}


/* leadership-Team */
.leadership-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    border: 2px solid #ec2f34;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.leadership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.leadership-card-body {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.leadership-card-title {
    font-weight: 600;
    color: #ec2f34;
    margin-bottom: 5px;
    font-size: 1.3rem;
    text-align: center;
}

.leadership-card-description {
    color: #6c757d !important;
    font-size: 14px !important;
    flex: 1;
    padding-right: 0 !important;
    text-align: center !important;
}

.leadership-read-more {
    display: inline-flex;
    align-items: center;
    color: #ec2f34;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    justify-content: flex-end;
}

.leadership-read-more:hover {
    color: #ec2f34;
    font-weight: 600;
}

.leadership-read-more i {
    margin-left: 5px;
    font-size: 10px;
}

.leadership-card-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    padding: 12px;
    border-radius: 20px;
}

/* Overlay Modal */
.leadership-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.leadership-overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.leadership-overlay-content {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

    /* Hide scrollbar for Chrome, Safari, Edge */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.leadership-overlay-content::-webkit-scrollbar {
    display: none;
}

.leadership-overlay-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    color: var(--sandhar-red);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
}

.leadership-overlay-close:hover {
    background: rgb(240 237 237 / 82%);
}

.leadership-overlay-image {
    width: 360px;
    height: 360px;
    object-fit: contain;
    border-radius: 12px;
    display: block;
    margin: 10px auto;
}

.leadership-card-item-main {
    margin: 0 auto;
}

.leadership-overlay-body {
    padding: 25px;
}

.leadership-overlay-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ec2f34;
    margin-bottom: 10px;
}

.leadership-overlay-category {
    display: inline-block;
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

.leadership-overlay-description {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
}

/* Animation for filter changes */
.leadership-card-item {
    transition: all 0.4s ease;
}

.leadership-card-item.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    display: none !important;
}


/*CSR PAGE */

.journey-timeline-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.journey-timeline-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.journey-timeline-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.journey-timeline-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    scrollbar-color: #ffc107 rgba(255, 255, 255, 0.2);
}

.journey-timeline-container:active {
    cursor: grabbing;
}

.journey-timeline-container::-webkit-scrollbar {
    height: 8px;
}

.journey-timeline-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.journey-timeline-container::-webkit-scrollbar-thumb {
    background: #ffc107;
    border-radius: 10px;
}

.journey-timeline-wrapper {
    position: relative;
    min-width: max-content;
    padding: 0 100px;
}

/* The Curvy Road */
.csr-road {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 200px;
    transform: translateY(-50%);
    pointer-events: none;
}

.csr-road svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
}

.csr-road-path {
    stroke: #1a1a1a;
    stroke-width: 80;
    fill: none;
    stroke-linecap: round;
}

.csr-road-stripe {
    stroke: white;
    stroke-width: 4;
    fill: none;
    stroke-dasharray: 40 40;
    stroke-linecap: round;
}

/* Timeline Track */
.journey-timeline-track {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
}

/* Milestone Item */
.milestone {
    position: relative;
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.milestone.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Alternating Positions */
.milestone:nth-child(odd) {
    padding-bottom: 300px;
}

.milestone:nth-child(even) {
    padding-top: 300px;
    flex-direction: column-reverse;
}

/* Milestone Marker on Road */
.milestone-marker {
    width: 24px;
    height: 24px;
    background: #007bff;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    align-self: center;
}

.milestone:nth-child(odd) .milestone-marker {
    bottom: 130px;
}

.milestone:nth-child(even) .milestone-marker {
    top: 130px;
}

.milestone:hover .milestone-marker {
    transform: scale(1.3);
    background: #ffc107;
}


/* Connecting Line */
.milestone-connector {
    width: 3px;
    height: 100px;
    background: linear-gradient(to bottom, #007bff, rgba(0, 123, 255, 0.3));
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* marker goes at end */
}

.milestone:nth-child(odd) .milestone-connector {
    height: 100px;
}

.milestone:nth-child(even) .milestone-connector {
    background: linear-gradient(to top, #007bff, rgba(0, 123, 255, 0.3));
    flex-direction: column-reverse;
    /* end becomes top */
}

.milestone:hover .milestone-connector {
    background: #ffc107;
    width: 4px;
}

/* Content Box */
.milestone-content {
    background: #ffffff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    width: 240px;
    transition: all 0.4s ease;
    position: relative;
    border-top: 4px solid #a95061;
}

.milestone:hover .milestone-content {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    border-top-color: #ffc107;
}

.milestone-year {
    font-size: 2rem;
    font-weight: 700;
    color: #ec2f34;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.milestone:hover .milestone-year {
    color: #a95061;
}

.milestone-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.milestone-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* Scroll Hint */
.scroll-hint {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.9rem;
    opacity: 0.8;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.4;
    }
}

/* ============================================
   RESPONSIVE MEDIA QUERIES
   ============================================ */

/* Tablets and smaller laptops (768px - 1024px) */
@media (max-width: 1024px) {
    .milestone {
        flex: 0 0 280px;
    }

    .milestone-content {
        width: 260px;
    }
}

/* Tablets in portrait mode (768px) */
@media (max-width: 768px) {
    .journey-timeline-section {
        padding: 60px 0;
    }

    .journey-timeline-header {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .journey-timeline-header p {
        font-size: 1rem;
    }

    .journey-timeline-container {
        padding: 80px 0;
    }

    .journey-timeline-wrapper {
        padding: 0 40px;
    }

    .csr-road {
        height: 160px;
    }

    .csr-road-path {
        stroke-width: 60;
    }

    .milestone {
        flex: 0 0 250px;
    }

    .milestone-content {
        width: 230px;
        padding: 20px;
    }

    .milestone-year {
        font-size: 1.6rem;
    }

    .milestone-title {
        font-size: 1rem;
    }

    .milestone-description {
        font-size: 0.85rem;
    }

    .milestone:nth-child(odd) {
        padding-bottom: 220px;
    }

    .milestone:nth-child(even) {
        padding-top: 220px;
    }

    .milestone:nth-child(odd) .milestone-marker {
        bottom: 100px;
    }

    .milestone:nth-child(even) .milestone-marker {
        top: 100px;
    }

    .milestone:nth-child(odd) .milestone-connector {
        height: 80px;
    }

    .milestone:nth-child(even) .milestone-connector {
        height: 80px;
    }

    .scroll-hint {
        font-size: 0.85rem;
    }
}

/* Mobile devices (480px - 640px) */
@media (max-width: 640px) {
    .journey-timeline-section {
        padding: 40px 0;
    }

    .journey-timeline-header {
        margin-bottom: 30px;
    }

    .journey-timeline-header p {
        font-size: 0.95rem;
    }

    .journey-timeline-container {
        padding: 60px 0;
    }

    .journey-timeline-wrapper {
        padding: 0 30px;
    }

    .csr-road {
        height: 120px;
    }

    .csr-road-path {
        stroke-width: 50;
    }

    .csr-road-stripe {
        stroke-width: 3;
        stroke-dasharray: 30 30;
    }

    .milestone {
        flex: 0 0 220px;
    }

    .milestone-content {
        width: 200px;
        padding: 18px;
        border-radius: 12px;
    }

    .milestone-year {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .milestone-title {
        font-size: 0.95rem;
    }

    .milestone-description {
        font-size: 0.8rem;
    }

    .milestone-marker {
        width: 20px;
        height: 20px;
        border: 3px solid white;
    }

    .milestone:nth-child(odd) {
        padding-bottom: 200px;
    }

    .milestone:nth-child(even) {
        padding-top: 200px;
    }

    .milestone:nth-child(odd) .milestone-marker {
        bottom: 90px;
    }

    .milestone:nth-child(even) .milestone-marker {
        top: 90px;
    }

    .milestone:nth-child(odd) .milestone-connector {
        height: 70px;
    }

    .milestone:nth-child(even) .milestone-connector {
        height: 70px;
    }
}

/* Small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    .journey-timeline-section {
        padding: 30px 0;
    }

    .journey-timeline-header {
        margin-bottom: 25px;
        padding: 0 15px;
    }

    .journey-timeline-header p {
        font-size: 0.9rem;
    }

    .journey-timeline-container {
        padding: 50px 0;
    }

    .journey-timeline-wrapper {
        padding: 0 20px;
    }

    .csr-road {
        height: 100px;
    }

    .csr-road-path {
        stroke-width: 40;
    }

    .csr-road-stripe {
        stroke-width: 2.5;
        stroke-dasharray: 25 25;
    }

    .journey-timeline-track {
        min-height: 350px;
    }

    .milestone {
        flex: 0 0 200px;
    }

    .milestone-content {
        width: 180px;
        padding: 16px;
        border-radius: 10px;
        border-top: 3px solid #007bff;
    }

    .milestone-year {
        font-size: 1.35rem;
        margin-bottom: 8px;
    }

    .milestone-title {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }

    .milestone-description {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .milestone-marker {
        width: 18px;
        height: 18px;
        border: 3px solid white;
    }

    .milestone:nth-child(odd) {
        padding-bottom: 180px;
    }

    .milestone:nth-child(even) {
        padding-top: 180px;
    }

    .milestone:nth-child(odd) .milestone-marker {
        bottom: 80px;
    }

    .milestone:nth-child(even) .milestone-marker {
        top: 80px;
    }

    .milestone:nth-child(odd) .milestone-connector {
        height: 60px;
    }

    .milestone:nth-child(even) .milestone-connector {
        height: 60px;
    }

    .milestone-connector {
        width: 2px;
    }

    .milestone:hover .milestone-connector {
        width: 3px;
    }

    .scroll-hint {
        font-size: 0.8rem;
        bottom: 15px;
    }

    /* Disable hover effects on mobile */
    .milestone:hover .milestone-content {
        transform: none;
    }

    .milestone:hover .milestone-marker {
        transform: scale(1.1);
    }
}

/* Extra small devices (max-width: 375px) */
@media (max-width: 375px) {


    .journey-timeline-header p {
        font-size: 0.85rem;
    }

    .csr-road {
        height: 120px;
    }

    .csr-road-path {
        stroke-width: 35;
    }

    .milestone {
        flex: 0 0 180px;
    }

    .milestone-content {
        width: 160px;
        padding: 14px;
    }

    .milestone-year {
        font-size: 1.25rem;
    }

    .milestone-title {
        font-size: 0.85rem;
    }

    .milestone-description {
        font-size: 0.7rem;
    }

    .milestone:nth-child(odd) {
        padding-bottom: 160px;
    }

    .milestone:nth-child(even) {
        padding-top: 160px;
    }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .journey-timeline-section {
        padding: 40px 0;
    }

    .journey-timeline-header {
        margin-bottom: 30px;
    }

    .journey-timeline-container {
        padding: 50px 0;
    }

    .milestone:nth-child(odd) {
        padding-bottom: 150px;
    }

    .milestone:nth-child(even) {
        padding-top: 150px;
    }
}

/* CSR PILLERS Section */
.collage-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sphere-container {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: relative;*/
}

.sphere {
    width: 480px;
    height: 480px;
    position: relative;
    border-radius: 50%;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}

.text-pointer {
    position: absolute;
    background: white;
    padding: 15px 25px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #333;
    z-index: 10;
    transition: all 0.3s ease;
}

.text-pointer:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Positioning pointers around the sphere */
.pointer-1 {
    top: 10%;
    left: 10%;
}

.pointer-1::before {
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 40px 0 0 -2px #ec2f34, 80px 0 0 -2px #ec2f34;
}

.pointer-2 {
    top: 10%;
    right: 10%;
}

.pointer-2::before {
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -40px 0 0 -2px #ec2f34, -80px 0 0 -2px #ec2f34;
}

.pointer-3 {
    bottom: 20%;
    left: 5%;
}

.pointer-3::before {
    right: -35px;
    top: -20px;
    box-shadow: 35px -20px 0 -2px white, 70px -40px 0 -2px white;
}

.pointer-4 {
    bottom: 18%;
    right: 5%;
}

.pointer-4::before {
    left: -35px;
    top: -20px;
    box-shadow: -35px -20px 0 -2px white, -70px -40px 0 -2px white;
}

.pointer-5 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pointer-5::before {
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 30px 0 0 -2px white, 60px 0 0 -2px white, 90px 0 0 -2px white;
}

.pointer-6 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.pointer-6::before {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: -30px 0 0 -2px white, -60px 0 0 -2px white, -90px 0 0 -2px white;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .sphere-container {
        width: 250px;
        height: 250px;
    }

    .text-pointer {
        padding: 10px 15px;
        font-size: 0.85rem;
    }

    .collage-container {
        height: 500px;
    }
}

.below-red-line {
    height: 2px;
    width: 160px;
    background-color: #dc3545;
    margin: 0 auto;
}
.no-scroll { overflow: hidden !important; }
@media (max-width: 991px) {
    body.index-page {
        overflow-y: auto !important; /* Force native scroll */
    }

    .section {
        height: auto !important; /* Let sections grow with content */
        min-height: 50vh; /* Or whatever looks good on mobile */
        display: block; /* Stack content vertically */
    }

    /* Make the timeline section scrollable or stackable on mobile */
    #section2 {
        height: auto !important;
        overflow: visible !important;
    }

    .timeline-container {
        width: 100% !important; /* Reset from 400% */
        position: relative !important;
        transform: none !important; /* Disable horizontal movement */
        height: auto !important;
    }
    
    /* Optional: Hide horizontal specific layers on mobile */
    .buildings, .road, .sky {
        display: none;
    }
}

/*Life @ Sandhar*/
 /* -----------------------------
     Diagram Container
  ----------------------------- */
  .diagram-container {position: relative;width: 100%;max-width: 900px;height: auto;aspect-ratio: 3 / 2;margin: auto;border: 2px solid #ec2f34;
    border-radius: 10px;backdrop-filter: blur(5px);}
  /* -----------------------------
     Gear Items
  ----------------------------- */
  .gear-item {position: absolute;width: 22%;max-width: 220px;text-align: center;}
  .gear-svg {width: 100%;height: auto;fill: #e9ecef;}.gear-label { position: absolute;top: 50%;left: 50%; color: white;transform: translate(-50%, -50%);
    font-weight: bold;font-size: 15px;display: flex;justify-content: center;}
  .plus-btn {position: absolute;top: 20px;background: transparent;color: white;width: 20px;height: 20px;border-radius: 5px;border: 1.5px solid #ec2f34;
    display: flex;align-items: center;justify-content: center;z-index: 5;}
  /* -----------------------------
     Original Gear Positions
  ----------------------------- */
  .center-gear {top: 50%;left: 50%;transform: translate(-50%, -50%);}
  /* Growth (Top) */
  .growth {top: 0;left: 50%;transform: translateX(-50%);}
  /* Teamwork (Bottom Left) */
  .teamwork {bottom: 12%;left: 22%;}
  /* Technology (Bottom Right) */
  .technology {bottom: 12%;right: 22%;}
  .gear-svg-growth {transform: rotate(45deg);}
  /* -----------------------------
     Popups
  ----------------------------- */
  .popup-overlay {position: fixed;inset: 0;display: none;background: rgba(0, 0, 0, 0.5);}
  .popup {display: none;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: white;width: 600px;height: max-content;
    padding: 16px;z-index: 100;border-radius: 10px;border: 2px solid #ec2f34;align-items: center;justify-content: center;gap: 10px;}
  .popup img {width: 220px;margin: 0 auto;justify-content: center;border-radius: 10px;border: 1.5px solid grey;margin-bottom: 12px;}
  .popup p {text-align: justify;font-size: 14px;}
  /* TEAMWORK popup – left center */
  .popup-teamwork {top: 60%;left: 35px;transform: translateY(-50%);}
  /* TECHNOLOGY popup – right center */
  .popup-technology {top: 65%;right: 35px;left: auto;transform: translateY(-50%);}
  /* GROWTH popup – bottom center */
  .popup-growth {left: 60%;top: 55%;transform: translateX(-50%);}
  @media (max-width: 992px) {
    .diagram-container {aspect-ratio: 4 / 3;}
  }
  /* Mobile */
  @media (max-width: 576px) {
    .diagram-container {aspect-ratio: 4 / 5;}
  }
  /* -----------------------------
     Responsive Scaling
  ----------------------------- */
  @media (max-width: 768px) {
    .about-banner {padding: 90px 0;}
    .popup {width: 380px;}
    .diagram-container {height: auto;}
    .growth {top: 13%;left: 50%;}
    .teamwork {bottom: 22%;left: 12%;}
    .technology {bottom: 22%;right: 12%;}
  }

  /* -----------------------------
   Gear Rotation Animations
----------------------------- */
  @keyframes rotate-clockwise {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
  }
  @keyframes rotate-anticlockwise {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
  }
  /* Center gear – clockwise */
  .center-gear .gear-svg {animation: rotate-clockwise 12s linear infinite;fill: #ec2f34;z-index: 1000;}
  /* Other gears – anticlockwise */
  .growth .gear-svg,
  .teamwork .gear-svg,
  .technology .gear-svg {animation: rotate-anticlockwise 14s linear infinite; fill: dimgrey;}
  @media (max-width: 768px) {
    .gear-item {width: 30%;}
    .gear-label {font-size: 8px;}
    .plus-btn {top: 16px; width: 12px;height: 12px;font-size: 8px;}
  }
  /* =========================
   MOBILE POPUP FIX
   ========================= */
@media (max-width: 576px) {
  .popup-overlay {display: none;position: fixed;inset: 0;background: rgba(0, 0, 0, 0.6);z-index: 1000;}
  .popup {position: relative;top: 50% !important;left: 50% !important;bottom: auto !important;transform: translate(-50%, -50%) !important;width: 90% !important; max-width: 360px;max-height: 80vh;padding: 14px;overflow-y: auto;display: none;flex-direction: column;align-items: center;z-index: 1001;}
  .popup img {width: 100%;max-width: 180px;height: auto;}
  .popup p{font-size: 12px;}
}
/* Target only this specific link */
.sidebar-link[data-category="special-assembly"] {
    font-size: 0;
}

.sidebar-link[data-category="special-assembly"]::before {
    content: attr(data-name);
    font-size: 14px;
    display: inline-block;
    max-width: 160px;
}
  .mute-btn {position: absolute;bottom: 10px;right: 10px;background-color: transparent;color: white;border: none;
    padding: 10px;border-radius: 50%;cursor: pointer;font-size: 12px;}
  .mute-btn:hover {background: rgba(0, 0, 0, 0.7);}

/*@media screen and (min-height: 600px) and (max-height: 900px) {
 #section2 a.hero-subtitle { padding: 0; top: 45px;}
 #section2  .timeline-header h1 {top: 65px;}
 #section2 p.story-text.align-items-center.text-white{font-size: 13px;top: 115px;}
 #section2 .timeline-banner {top: 40px;padding: 14px;}
 #section2  .timeline-header p {font-size: 11px;}
 #section2 .timeline-banner-secondary {top: 120px}
}*/


/* Sandhar Launch CSS */
#launcher-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: #0a0a0a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.launcher-content { 
    text-align: center; 
    color: #ffffff; 
    z-index: 10; 
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.launch-title { 
    font-size: 1.4rem; 
    text-transform: uppercase; 
    letter-spacing: 4px; 
    margin-bottom: 2.5rem; 
    opacity: 0.9; 
}

/* Transitions */
#pre-launch-timer, #final-15s-screen {
    position: absolute;
    width: 100%;
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#pre-launch-timer.fade-out { opacity: 0; transform: translateY(-30px); visibility: hidden; }
#final-15s-screen { opacity: 0; transform: translateY(30px); visibility: hidden; }
#final-15s-screen.active { opacity: 1; transform: translateY(0); visibility: visible; }

/* Timer Styling */
#countdown-timer { display: flex; gap: 25px; justify-content: center; }
.time-block { display: flex; flex-direction: column; align-items: center; }
#countdown-timer span, #fifteen-counter {
    font-size: 4.5rem;
    font-weight: 800;
    color: #ed1c24;
    line-height: 1;
}
#fifteen-counter { 
    font-size: 9rem; 
    animation: pulseLaunch 1s infinite alternate cubic-bezier(0.45, 0, 0.55, 1); 
}
.time-block label { font-size: 0.75rem; text-transform: uppercase; margin-top: 12px; letter-spacing: 2px; opacity: 0.6; }

@keyframes pulseLaunch {
    from { transform: scale(1); text-shadow: 0 0 0px rgba(237, 28, 36, 0); }
    to { transform: scale(1.05); text-shadow: 0 0 30px rgba(237, 28, 36, 0.6); }
}

#confetti-canvas { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    pointer-events: none; 
    z-index: 100; /* Ribbon layer */
}