:root {
    --red-color: #E71615;
}

body,
html {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 200 !important;
    /* transition: all 0.5s ease; */
    color: #000;
}

#allLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url(../img/loading2.gif) no-repeat center center;
    z-index: 10000;
}

.text-base-color {
    color: var(--red-color) !important;
}

a:hover,
.nav-link:hover {
    color: #E71615;
    text-decoration: none;
}

.colorRed {
    color: #fff;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    padding: 15px 15px;
    background-color: #272727;
    width: auto;
    border-radius: 15px;
}

.productsMob {
    padding: 10px 15px 10px 20px;
}

ul.dropdown-menu.desktop>li.active>a {
    background: #000 !important;
    border: 1px solid #fff !important;
}

/* li.active a div img {
    filter: brightness(0) invert(1);
} */
li.active>a.dropdownCards div img.iconsMegaMenu {
    filter: brightness(0) invert(1);
}

li.active>a.dropdownCards div.megaText {
    color: #fff !important;
}

.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
    height: 100%;
}

.colorRed:hover {
    color: #E71615;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
    color: #E71615 !important;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
    opacity: 1;
}

header.sticky .navbar {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

a.productsMob {
    color: #ffff;
}

/* === Base Setup === */
header.sticky.sticky-active [data-header-hover="light"] {
    background-color: #000 !important;
    border-bottom: 1px solid #9b8c8c73;
    outline-color: #9b8c8c73
}

header.sticky.sticky-active [data-header-hover="light"] .navbar-nav .nav-link {
    color: #fff;
}

header.sticky .navbar-brand,
header .navbar-brand {
    padding: 0px 0px;
    background: #E71615;
    /* outline: solid #E71615; */
}

/* Mega Menu */
.navbar .navbar-nav .dropdown .dropdown-menu {
    top: 80%;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: #fff;
}

#navbarNav {
    position: relative;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    left: -75px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: #272727;
}

.nav-item.dropdown.dropdown-with-icon-style02.open .dropdown-menu {
    width: max-content;
    display: flex;
    justify-content: space-around;
    max-width: 100%;
    overflow: visible;
    padding: 0 15px;
}

.dropdown {
    position: unset;
}

.cardInfo div h6.cardTitle {
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    margin-bottom: 10px;
}

.dropdownCards {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 150px;
    background-color: #fff;
    color: #000;
    padding: 0px 20px;
    border-radius: 10px;
    width: 160px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a {
    opacity: 1;
}

.test.dropdown-menu {
    display: none !important;
}

.dropdown-menu:hover .dropdown-with-icon-style02 .test.dropdown-menu {
    display: block !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: 1;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding: 15px 7.5px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

/* Hide nested cards by default */
.nested-cards {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    /* optional indent */
    gap: 10px;
    /* background-color: #0 00000e6; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff !important;
}

.breadcrumb.modular::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.nested-cards a {
    color: #fff !important;
}

.modularMainAnchor {
    position: relative;
}

/* Style nested cards similar to main dropdown cards */
header .navbar [class*="col-"] .navbar-nav .nav-item a.dropdownCards {
    align-items: start !important;
    -webkit-box-align: start !important;
    justify-content: space-between;
    padding: 20px 15px;
    background: #131313;
    border: 1px solid;
}

/* .navbar .navbar-nav .dropdown.open .dropdown-menu,
.navbar .navbar-nav .dropdown .dropdown-menu { */
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    display: flex;
    -webkit-animation: show-animation 0.5s;
    animation: show-animation 0.5s;
    justify-content: space-around;
    padding: 15px 15px;
    background: #131313;
    border-radius: 5px;
    width: max-content;
}

/* .dropdown-menu.desktop {
    display: flex !important;
} */

.dropdown-menu.desktop li {
    margin-right: 15px;
}

.dropdown-menu.desktop li:last-child {
    margin-right: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    color: #6e6e6e !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: unset;
}

.nested-cards a {
    padding-left: 15px;
}

.process-step-style-02.core-values p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
}

.nested-cards .dropdownCards {
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    transition: all 0.3s;
}

.nested-cards .dropdownCards:hover {
    background: #000;
    color: #fff;
}

/* Show nested cards on hover of the main card */
.modularMainAnchor:hover~.nested-cards {
    display: contents;
    position: absolute;
    left: 0;
    margin-top: 0px;
    width: 100%;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dropdown-menu.mob {
    display: none !important;
}

.nested-cards:hover {
    display: contents;
    width: 100%;
    background: unset;
}


/* Mega Menu */
/* ====== PAGE LOADER ====== */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* White background - change if needed */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

header .navbar-brand {
    padding: 0px 0;
}

#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

header .navbar [class*="col-"] .navbar-nav .nav-item a {
    font-weight: 400;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-content img {
    animation: fadeInOut 2s ease-in-out infinite;
}

p {
    font-size: 16px;
    line-height: 26px;
}

/* Fade In & Out Animation */
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.plusSign {
    font-size: 3.438rem;
    line-height: 3.438rem;
}

.padd-cta-para {
    padding: 0 40px 0 0;
}

.valuesSvg {
    color: #dc3131;
    fill: #dc3131;
}

/* === Sticky Header Styling === */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Always on top of canvas and text */
    padding: 0.5rem 0;
    width: 100%;
    will-change: transform;
}

header .navbar-brand img {
    max-height: 95px !important;
}

footer .footer-logo img {
    max-height: 100px !important;
}

footer {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 26px;
}

.navbar .navbar-nav .nav-link {
    padding: 0px 10px;
    margin: 0 5px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar {
    background-color: transparent !important;
    /* Transparent navbar */
}

/* .navbar:hover {
    background-color: #000 !important;
} */

.navbar-brand img {
    max-height: 50px;
    /* Keep logo responsive */
}

.nav-link {
    margin: 0 10px;
    transition: color 0.3s ease;
}

.rowGap {
    row-gap: 30px;
}

/* body.modal-open {
    padding-right: 0 !important;
    position: fixed !important;
} */

.position-relative.border-radius-6px.overflow-hidden:hover {
    background: #00000091;
}

.nav-link:hover {
    color: #E71615 !important;
    /* Red hover effect */
}

.bg-black-red {
    background-color: #000;
}

/* White hamburger icon */
.navbar-dark .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='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.videoSection {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    width: 100%;
    height: 100vh;
    background: #000;
    object-fit: cover;
    object-position: center;
}

.aboutUsSection {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #000;
    color: #fff;
    outline: 1px solid #000;
}

.boldHeading {
    color: #000;
}

.btn {
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 200 !important;
}

.btn-transparent {
    background: transparent;
    border: 1px solid #d5d5d5;
    color: #000;
}

.fa-arrow-up::before {
    transform: rotate(20deg);
}

.coverBg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* === Canvas Styling for PNG Sequence === */
.btn-box-shadow:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -7px, 0);
}

.aboutBtn i,
.canvas-btn i {
    transform: rotate(-40deg);
    transition: all 0.3s ease-in-out;
}

.aboutBtn:hover i,
.canvas-btn:hover i {
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    color: #E71615;
}

.canvas-btn:hover {
    border: 1px solid #fff;
}

.canvas-container {
    position: relative;
    height: 300vh;
    overflow: hidden;
    z-index: 1;
    border-top: 1px solid #000;
    outline-color: #000;
    background: #000;
}

.sticky-image {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: contain;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.sequence {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.text-overlay.text-overlay-second {
    z-index: 10;
}

/* Text styles */
.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    pointer-events: visible;
    z-index: 50;
    /* ✅ So it doesn't block scroll/clicks */
}

.row.g-0.box-shadow-quadruple-large.border-radius-6px.overflow-hidden {
    height: 100%;
}


.text-overlay * {
    pointer-events: auto;
}

.text-overlay:hover * {
    pointer-events: auto;
}

.canvas-btn {
    color: #fff;
    border: 1px solid #fff;
}

.text-left,
.text-right {
    opacity: 0;
    color: #fff;
    white-space: nowrap;
}

.text-right div,
.text-left div {
    font-size: 35px;
    line-height: 50px;
}

.arrowRight {
    margin-left: 10px;
}

.flexy-icon {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.counterSection {
    padding: 80px 0 80px 0 !important;
    background: #fff;
}

.productsCards {
    background-color: #F5F5F5;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #d5d5d5;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--black);
}

.productsCards:hover {
    background-color: #E7E7E7;
    transition: all 0.2s ease-in-out;
}

.product-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.flexy-icon div p {
    font-size: 14px;
    line-height: 24px;
}

.copyright {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.icon-arroww.icon-feather-arrow-right::before {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    color: #292323;
    transition: all 0.2s ease-in-out;
}

.productsCards:hover {
    cursor: pointer;
}

.productsCards:hover .icon-arroww.icon-feather-arrow-right::before {
    background-color: #E71615;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s ease-in-out;
    border-right: unset;
}

/* map */
.svg {
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
}

.path:hover {
    fill: #D3D3D3;
    transition: all 0.3s ease-in-out;
}

.path:hover~path {
    /* display: none; */
    fill: #000;
}

.loader-content img {
    width: 200px;
    height: auto;
}

g .path:hover~.guju,
g .path:hover~.raj,
g .path:hover~.mum,
g .path:hover~.kara,
g .path:hover~.odi,
g .path:hover~.west,
g .path:hover~.tamil,
g .path:hover~.bihar,
g .path:hover~.nepal,
g .path:hover~.kera {
    fill: #E71615;
}

.medium-icon.dark li a i {
    color: #fff;
}

footer ul li a {
    color: #fff;
}

.footerTitle {
    font-size: 20px;
    list-style: 30px;
    font-weight: 300;
}

.footerContact i::before {
    color: #fff;
}

.footerContact {
    display: flex;
    align-items: baseline;
}

.svg {
    position: relative;
    /* important so tooltip is positioned relative to this */
}

#tooltipp p {
    display: none;
}

#tooltipp ul,
#tooltipp h5 {
    padding: 0;
    margin: 0;
}

#tooltipp ul li b {
    color: var(--black);
    font-size: 16px;
}

#tooltipp ul li {
    color: var(--medium-gray);
    font-size: 13px;
}

.map-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.tooltipp {
    position: absolute;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    /* opacity: 1; */
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    width: 450px;
    text-wrap: wrap;
    word-break: break-word;
    z-index: 9999;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    transform: scale(0.95);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#tooltipp.show {
    opacity: 1;
    transform: translateY(0);
}

.tooltip-para {
    font-size: 12px;
    line-height: 22px;
    color: var(--paragraph-color) !important;
}

.locationSection {
    background: #000;
    overflow: hidden;
    padding: 60px 0 60px 0;
    outline: 1px solid #000;
}

.choose-right p {
    color: #fff;
}

.locationTitle {
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;
}

.aboutBtn {
    color: #fff;
    /* border */
}

.aboutBtn:active {
    border: 1px solid #fff;
    color: #fff !important;
}

.aboutBtn:hover {
    border: 1px solid #fff;
}

.bg-ceeje-red {
    background-color: #000;
    color: #fff;
    border-top: 1px solid #9b8c8c73;
    outline-color: #9b8c8c73
}

.padd-10 {
    padding: 15px;
}

.counter {
    transform: unset !important;
}

.productsSection,
.locationSection,
.counterSection {
    position: relative;
    z-index: 2;
}

.countersTitle {
    font-size: 45px;
    line-height: 55px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
}

.breadcrumb {
    padding: unset;
    max-height: 350px;
}

.breadcrumb.atrium {
    background-image: url('../img/atrium/atrium-breadcrumb.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 100vh !important;
    max-height: unset;
}

.breadcrumb.rocker {
    background-image: url('../img/rocker/rocker-breadcrumb.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 100vh !important;
    max-height: unset;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.btnNormal {
    color: #000;
}

.btn-gradient-pink-orange {
    background-image: linear-gradient(to right, #E71615, #E71615, #E71615);
    background-size: 200% auto;
    color: var(--white);
}

.ctaSection {
    background-image: url('../img/cta.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.ctaSection::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btnNormal i {
    transform: rotate(0deg);
}

.btn-gradient-fast-blue-purple {
    background-image: linear-gradient(to right, #E71615, #E71615, #E71615);
    background-size: 200% auto;
    color: var(--white);
}

.path:hover~.textGroup .cls-1 {
    fill: #000;
}

g.textGroup:hover {
    cursor: pointer;
}

g.textGroup:hover~#Maharashtra {
    fill: #D3D3D3;
}


g.textGroup:hover .cls-1 {
    /* display: none; */
    fill: #fff !important;
    cursor: pointer;
}

.cardInfo {
    padding: 10px;
    text-align: center;
}

.cardInfo div .popupModal {
    padding: 30px;
    border-radius: 10px;
}

/* Nested cards hover on desktop */
.nested-cards {
    display: none;
}

.dropdown-menu.desktop li:first-child:hover div.nested-cards {
    display: block;
}

#modularSwitchesMenu a {
    color: var(--medium-gray);
}

#modularSwitchesMenu:hover a {
    color: #fff !important;
}

.iconsMegaMenu {
    width: 70px;
    max-width: 100%;
    margin-left: -5px;
}

.dropdownCards:hover {
    background: #000 !important;
    border-color: white !important;
    transition: all 0.3s ease-in-out;
}

.dropdownCards:hover div img {
    filter: brightness(0) invert(1);
}

.dropdownCards:hover div {
    color: #fff;
}

.bg-373737 {
    --bs-bg-opacity: 1;
    background-color: #373737;
}

.certificatesImg img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.timeline-vertical {
    position: relative;
    padding: 40px 0;
}

/* The main vertical line */
.timeline-line {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 90%;
    background: #ddd;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
    margin-top: 200px;
}

/* The red fill that grows with scroll */
.timeline-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #E71615;
    border-radius: 2px;
    transform-origin: top;
    z-index: 2;
}

/* Timeline items */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 40px 40px;
    box-sizing: border-box;
    z-index: 3;
}

/* Odd (left side) */
.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

/* Even (right side) */
.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

/* Timeline content box */
.timeline-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    display: inline-block;
    max-width: 350px;
    position: relative;
}

.timeline-content.dark {
    background: #000;
}

.timeline-content h3 {
    margin: 0 0 10px;
    color: #E71615;
    font-weight: 300;
}

.timeline-content p {
    margin: 0;
    color: #333;
    font-size: 0.95rem;
}

/* Dots for odd (left) and even (right) */
.timeline-item:nth-child(odd) .timeline-content::after,
.timeline-item:nth-child(even) .timeline-content::before {
    content: "";
    position: absolute;
    top: 30px;
    width: 16px;
    height: 16px;
    background: #E71615;
    border-radius: 50%;
    border: 3px solid white;
    /* box-shadow: 0 0 0 3px #E7161522; */
    z-index: 4;
}

/* Dot on the right (odd items) */
.timeline-item:nth-child(odd) .timeline-content::after {
    right: -48px;
}

/* Dot on the left (even items) */
.timeline-item:nth-child(even) .timeline-content::before {
    left: -48px;
}

header .navbar [class*="col-"] .navbar-nav {
    text-align: start;
}

.videoSection.atrium {
    height: auto;
}

.videoSection.atrium.mob {
    display: none;
}

.rockerCards {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -30%);
}

.rockerCardsReverse {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(-50%, -30%);
}

.rockerCards p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
}

.rockerCardsReverse p,
.rockerCards.auraCards p {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

/* Modal Style */
.modal-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
}

/* Shine Card */
.shine-card {
    position: relative;
    overflow: hidden;
}

.shine-card::before {
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: rotate(0deg);
    transition: all 0.7s ease-out;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
}

.shine-card:hover::before {
    top: 150%;
    left: 150%;
    opacity: 1;
}

.list-unstyled.ps-5 {
    padding-bottom: 10px;
}

.youtubeIcon {
    position: absolute;
    top: 35%;
    left: 34%;
    transform: translate(35%, 35%);
}

.youtubeIcon i {
    color: var(--red-color);
    background: #fff;
    padding: 9px;
    border-radius: 50%;
    font-size: 25px;
}

@media (max-width:1366px) {
    /* .breadcrumb {
        height: 600px;
    } */
}

@media (max-width: 1256px) {
    .breadcrumb {
        height: 600px;
    }

    .navbar-brand {
        background: #E71615 !important;
        border: 1px solid #e71615;
    }

    header.sticky.sticky-active nav .navbar-toggler .navbar-toggler-line {
        background: #fff;
    }

    .dropdown-menu.mob {
        display: block !important;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: 100% !important;
        margin-left: unset;
        padding: 0 15px;
        margin-bottom: 0;
        margin-right: unset;
    }

    .nav-item.dropdown.dropdown-with-icon-style02.open .dropdown-menu {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 10px 0;
    }

    #navbarNav {
        position: absolute;
    }

    .navbar-expand-lg .navbar-toggler {
        display: flex;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    /* Desktop logo hide */
    header .navbar-brand .default-logo,
    header .navbar-brand .alt-logo {
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
    }

    /* tab logo show */
    header .navbar-brand .mobile-logo {
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
    }

    .navbar.bg-transparent,
    .navbar-modern-inner.bg-transparent,
    .navbar-full-screen-menu-inner.bg-transparent {
        background-color: var(--white) !important;
        /* background-color: var(--black) !important; */
    }

    .collapse:not(.show) {
        display: none !important;
    }
}

@media(max-width:1024px) {
    .breadcrumb.rocker {
        height: 40vh !important;
        margin-top: 65px !important;
    }

    footer.demo-footer .footer-wrapper {
        column-gap: 6rem;
    }

    .atriumCatlogos {
        width: 130px;
    }

    .rockerCards p,
    .rockerCardsReverse p,
    .rockerCards.auraCards p {
        font-size: 20px;
        line-height: 30px;
    }

    .rockerCardsReverse {
        right: 0;
        transform: translate(-35%, -30%);
    }

    .dropdown {
        position: relative;
    }

    .navbar .navbar-nav .nav-item.active .dropdown-toggle {
        color: #fff;
    }

    .dropdown-menu.desktop {
        display: none !important;
    }

    .videoSection {
        height: auto;
    }

    .videoSection img {
        height: 100%;
    }

    .svg {
        height: auto;
    }

    .navbar-collapse {
        background-color: black !important;
    }

    .canvas-container {
        height: 200vh !important;
    }

    .text-overlay {
        flex-direction: column;
        /* Keep stacking vertically */
        align-items: center;
        /* ✅ Center children horizontally */
        justify-content: space-around;
    }

    .text-right,
    .text-left-2 {
        font-size: 30px;
        line-height: 40px;
    }

    .text-left.first-set {
        position: absolute;
        top: calc(100% - 80%);
    }

    .text-right.first-set {
        position: absolute;
        bottom: calc(100% - 88%);
        left: calc(100% - 55%);
    }

    .text-left.second-set {
        position: absolute;
        bottom: calc(100% - 88%);
    }

    .text-right.second-set {
        position: absolute;
        top: calc(100% - 80%);
    }

    #modularSwitchesMenu:hover a {
        color: var(--medium-gray) !important;
    }

    .breadcrumb.atrium {
        height: 45vh !important;
        margin-top: 90px !important;
    }
}

/* === Mobile Menu Styling === */
/* Desktop Mega Menu: hover */
@media (min-width: 992px) {
    .mfp-close-btn-in .mfp-close {
        color: #333;
        position: absolute;
        left: calc(100% - 30%);
    }

    .desktop {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        padding: 20px;
    }

    .desktop-link:hover+.desktop {
        display: flex;
    }

    .mob,
    .d-lg-none {
        display: none !important;
    }
}

/* Mobile collapse menus */
@media (max-width: 991px) {

    .text-right div,
    .text-left div {
        font-size: 30px;
        line-height: 40px;
    }

    header .navbar [class*="col-"] .navbar-nav .nav-item a {
        color: #fff;
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        display: block;
        background: unset;
        padding-top: 0;
    }

    header .navbar [class*="col-"] .navbar-nav .nav-item {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }

    .navbar-nav .fa-angle-down {
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.3s;
        color: #fff;
    }

    li.py-1 div span {
        color: #fff;
    }

    /* Optional rotation animation when open */
    .fa-angle-down[aria-expanded="true"] {
        transform: rotate(180deg);
    }

    .navbar-nav .d-flex.align-items-center {
        padding: 8px 35px 0 0;
    }

    .navbar .navbar-nav .nav-item.active:hover {
        opacity: 1;
    }

    .navbar-nav .d-flex.align-items-center {
        padding: 8px 0;
    }

    .dropdownCards div:first-child {
        display: none;
    }

    .nav-item.dropdown div.product-dropdown-toggle {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .modularMainAnchor {
        display: flex;
        justify-content: space-between;
    }

    .nav-item.dropdown {
        display: flex !important;
        flex-direction: column;
    }

    .dropdownCards {
        height: unset;
        width: 100%;
        color: #fff;
        padding: 0 10px;
        background: transparent;
    }

    .navbar .navbar-nav .nav-item .dropdown-toggle,
    .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle,
    .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle {
        position: relative;
        text-align: unset;
        color: #fff;
    }

    .navbar-collapse {
        background-color: black;
        padding: 1rem;
    }

    .nav-link {
        display: block;
        margin: 0.5rem 0;
    }

    .text-right,
    .text-left-2 {
        font-size: 28px;
        line-height: 38px;
    }

    .desktop {
        display: none !important;
    }

    .mob,
    .d-lg-none {
        display: block;
    }

    .nav-link.desktop-link {
        display: none !important;
    }

    #ourProductsMenu {
        width: 100%;
    }

    #ourProductsMenu ul li {
        padding: 0 10px;
    }

    /* Timline */
    .timeline-line {
        left: 48px;
        transform: none;
    }

    .timeline-item {
        width: 100%;
        padding-left: 40px;
        text-align: left !important;
    }

    .timeline-content {
        max-width: 100%;
    }

    .timeline-item .timeline-content::before,
    .timeline-item .timeline-content::after {
        left: -38px;
        right: auto;
    }

    .timeline-item:nth-child(2n) .timeline-content::before {
        left: -38px;
    }

    .timeline-item:nth-child(2n) {
        left: 0;
    }
}

@media(max-width: 575px) {
    .atriumCatlogos {
        width: 40%;
    }

    .videoHomepage {
        height: 600px;
        object-fit: cover;
        object-position: center;
        display: block;
        margin-top: 78px !important;
    }

    .cardInfo div h6.cardTitle {
        color: #fff;
        font-size: 45px;
        line-height: 55px;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .breadcrumb.atrium {
        background-image: url('../img/atrium/mobile-banner.webp');
        margin-top: 19% !important;
        height: 500px !important;
    }

    .breadcrumb.rocker {
        background-image: url('../img/rocker/mobile-banner.webp');
        margin-top: 19% !important;
        height: 500px !important;
    }

    .breadcrumb {
        height: auto;
    }

    section.breadcrumb {
        margin-top: 70px !important;
    }

    .timeline-line {
        left: 25px;
    }

    img.sequence {
        width: 600px;
        height: 600px;
        object-fit: cover;
    }

    .productsCards {
        border-top: 1px solid #d5d5d5;
    }

    .rockerCards,
    .rockerCardsReverse {
        position: unset;
        transform: unset;
        margin-top: 30px;
        color: #ffff;
    }

    .text-left.first-set img,
    .text-right.second-set img {
        width: 250px;
        height: auto;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
    }

    .countersTitle {
        font-size: 35px;
        line-height: 45px;
        color: #000;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .nav-item {
        text-align: left !important;
    }

    .text-right,
    .text-left-2 {
        font-size: 32px;
        line-height: 42px;
    }

    .locationTitle {
        font-size: 34px;
        line-height: 50px;
    }

    .text-right div,
    .text-left div {
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
    }

    .tooltipp {
        width: calc(100% - 20px);
    }

    .btn.btn-rounded.btn-large.canvas-btn {
        padding: 10px 25px;
    }

    .text-overlay-second {
        flex-direction: column-reverse;
    }

    /* timeline */
    .timeline-item:nth-child(2n+1) .timeline-content::after,
    .timeline-item:nth-child(2n) .timeline-content::before {
        top: 15px;
    }

    .timeline-item:nth-child(2n) {
        left: 0%;
    }

    .timeline-item:nth-child(2n) .timeline-content::before {
        left: -36px;
    }

    .timeline-item .timeline-content::before,
    .timeline-item .timeline-content::after {
        left: -36px;
    }

    .timeline-item:nth-child(2n+1) .timeline-content::after {
        right: 0;
    }

    .timeline-content {
        padding: 0;
    }

    .timeline-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .videoSection.atrium {
        display: none;
    }

    .videoSection.atrium.mob {
        display: block;
    }


}