/********** Templte CSS **********/
* {
    margin: 0;
    padding: 0;
}

:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

/* Ensure navbar sticks below the emergency bar */
.navbar.sticky-top {
    top: 40px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(20, 64, 127, 0.704), rgba(59, 68, 82, 0.1));
    z-index: 1;


}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

/* ===============================
   FIX BANNER IMAGE VISIBILITY
================================ */

#header-carousel .carousel-item {
    height: 85vh;
    /* Desktop */
    min-height: 450px;
}

#header-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Makes image proper banner */
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 576px) {
    #header-carousel .carousel-item {
        height: 60vh;
        min-height: 350px;
    }

    .carousel-caption {
        padding: 15px;
    }
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

/* Consolidated single underline for section titles */
.section-title h5::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    background: linear-gradient(to right, var(--primary), var(--secondary));
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

/* Standardize Team Card Sizes */
.team-item {
    height: 100%;
}

.team-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}




/********** Custom CSS Edited by GK **********/

/* Background Banner */
.hero-banner {
    background: url('../img/surakshaImg/homeIMG/homeBanner01.png') center center/cover no-repeat;
    height: 55vh;
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
}

/* Dark Overlay */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    animation: fadeIn 1.2s ease-in-out forwards;
}

/* Content Animation */
.hero-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: slideUp 1.4s ease-out forwards;
    animation-delay: 0.3s;
}

/* Title Styling */
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    animation: glow 2s ease-in-out infinite alternate;
}

/* Subtitle Styling */
.hero-subtitle {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

/* Fade-in Animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Slide-up Animation */
@keyframes slideUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Subtle glowing title animation */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    }

    100% {
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
    }
}


/* Shared base */
button {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

/* 1) Pill / cylindrical (rounded) button */
.pill-btn {
    --bg: linear-gradient(180deg, #5ee7df 0%, #3b82f6 100%);
    --text: #04263b;
    --height: 44px;
    --radius: 999px;
    /* makes it fully pill-shaped */

    height: var(--height);
    background: var(--bg);
    color: var(--text);
    border-radius: var(--radius);
    box-shadow: 0 6px 18px rgba(59, 130, 246, 0.18), inset 0 -2px 0 rgba(0, 0, 0, 0.06);
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pill-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(59, 130, 246, 0.22);
}

.pill-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    filter: brightness(0.98);
}

.pill-btn:focus {
    outline: 3px solid rgba(59, 130, 246, 0.18);
    outline-offset: 3px;
}

/* 2) 3D Cylindrical button (with highlight & rim) */
.cyl-3d {
    --color-main: #06A3DA;
    --height: 48px;
    --radius: 28px;
    --depth: 6px;
    /* shadow depth */
    position: relative;
    height: var(--height);
    padding: 0 26px;
    font-weight: 700;
    font-size: 15px;
    color: white;
    background: linear-gradient(180deg, color-mix(in srgb, var(--color-main) 90%, white 10%) 0%, var(--color-main) 100%);
    border-radius: var(--radius);
    box-shadow:
        0 calc(var(--depth) + 2px) calc(var(--depth) * 4) rgba(0, 0, 0, 0.18),
        inset 0 -6px 10px rgba(0, 0, 0, 0.08);
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* top shine */
.cyl-3d::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 6%;
    height: 40%;
    border-radius: calc(var(--radius) - 6px) calc(var(--radius) - 6px) 12px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.06));
    pointer-events: none;
    mix-blend-mode: screen;
    transform: translateZ(0);
}

/* bottom rim to emphasize cylinder side */
.cyl-3d::after {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: -8%;
    height: calc(var(--depth) * 1.3);
    border-radius: 50%;
    filter: blur(6px);
    background: rgba(0, 0, 0, 0.22);
    background-color: #F57E57;

    z-index: -1;
    pointer-events: none;
}

/* interactions */
.cyl-3d:hover {
    transform: translateY(-3px);
    box-shadow: 0 calc(var(--depth) + 6px) calc(var(--depth) * 6);
    background: #F57E57;
    color: white;
}

.cyl-3d:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    filter: brightness(0.96);
    background-color: #F57E57;
}

.cyl-3d:focus {
    outline: 3px solid rgba(255, 107, 107, 0.18);
    outline-offset: 3px;
}

/* Small responsive tweak */
@media (max-width:420px) {

    .pill-btn,
    .cyl-3d {
        padding: 0 14px;
        font-size: 14px;
    }
}


/* --- FLEX LAYOUT --- */
.banner-flex {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.banner-card {
    flex: 1;
    min-width: 280px;
    height: 300px;
    padding: 30px;
    border-radius: 22px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* GLASS + SHADOW EFFECT */
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
    transition: transform .25s ease, box-shadow .25s ease;
}

/* --- CARD HOVER EFFECTS --- */
.banner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

/* --- CYLINDRICAL BUTTON --- */
.cyl-btn {
    --bg: #ffffff;
    --text: #222;
    --height: 45px;

    height: var(--height);
    padding: 0 26px;
    background: var(--bg);
    color: var(--text);

    border: none;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 4px 12px rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.15);

    transition: all .25s ease;
}

/* BUTTON HOVER */
.cyl-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 18px rgba(255, 255, 255, 0.4),
        inset 0 -2px 6px rgba(0, 0, 0, 0.18);
}

/* BUTTON ACTIVE */
.cyl-btn:active {
    transform: translateY(0px);
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    filter: brightness(0.95);
}

/* RESPONSIVE SMALL FIX */
@media (max-width: 768px) {
    .banner-card {
        height: auto;

    }
}

/* Make full width across the screen */
.emergency-full {
    width: 100%;
    padding: 0;
    /* position: fixed; */
    margin: 0 !important;
}

/* Emergency red background */
.emergency-bar {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #61afe0;
    padding: 6px 0;

}


/* Scrolling text */
/* Marquee Container */
.marquee-container {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
}

/* Marquee Content */
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 14px;

}

/* Keyframes for seamless scrolling */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.highlight-marquee-text span {
    color: var(--secondary) !important;
}

.marquee-reverse {
    animation-direction: reverse;
}




/* Footer Grid Layout */
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "links social"
        "contact contact";
    column-gap: 20px;
    row-gap: 30px;
}

.footer-links {
    grid-area: links;
}

.footer-contact {
    grid-area: contact;
}

.footer-social {
    grid-area: social;
}



@media (max-width: 991.98px) {

    /* Stack social icons vertically on mobile */
    .footer-social .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    /* Center address on mobile */
    .footer-contact {
        text-align: center;
    }

    /* Ensure icons aren't full width if they are block */
    .footer-social .btn {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "links contact social";
        gap: 50px;
    }
}

/********** Custom CSS Edited by GK ends **********/

/* Emergency page accents */
.emergency-hero {
    background: linear-gradient(90deg, rgba(9, 30, 62, 0.95), rgba(6, 162, 218, 0.803));
}

.urgent-badge {
    background: #ff4d4f;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 700;
    display: inline-block;
}

.emergency-call {
    font-size: 1.05rem;
    font-weight: 700;
}

/* Small reusable hop animation for cards */
@keyframes hop {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.hop {
    animation: hop 2.5s ease-in-out infinite;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .hop {
        animation: none !important;
    }
}

/* =========================================
   CUSTOM STYLES (Consolidated from style1.css)
   ========================================= */

/* Global Overflow Fix */
html,
body {
    overflow-x: hidden;
}


/* Mobile specific fixes to stop horizontal scroll */
@media (max-width: 991.98px) {

    html,
    body {
        max-width: 100vw;
        overflow-x: hidden !important;
    }

    .emergency-full {
        width: 100% !important;
        /* Force fit */
        max-width: 100vw !important;
        right: 0;
        left: 0;
    }

    .container-fluid {
        overflow-x: hidden;
    }
}

/* --- TOP HEADER STYLES --- */
.top-header-container {
    display: flex;
    width: 100%;
    background-color: red;
    padding: 0;
}

.top-header-left {
    flex: 1;
    background-color: red;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}

.top-header-right {
    flex: 0 0 auto;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Inner marquee wrapper */
.top-header-marquee-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 30px;
}

/* Marquee specific styles */
.top-header-marquee {
    background-color: transparent !important;
    margin-left: 1rem;
    width: 100%;
}

.marquee-content.marquee-reverse {
    display: flex;
    white-space: nowrap;
    animation: scroll-reverse 20s linear infinite;
}

@keyframes scroll-reverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.top-header-text {
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: bold;
    color: white;
    font-size: 13px;
}

/* Right side contact box styling */
.top-header-contact-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #13C5DD;
    color: white;
    padding-left: 2.5rem;
    padding-right: 15px;
    /* Adjusted padding as per last request */
    height: 45px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: flex-end;
}

.contact-item {
    margin-right: 0.8rem;
    padding-right: 0.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    height: 100%;
}

.contact-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.contact-text {
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
}


/********** Custom CSS Edited by GK **********/

/* Background Banner */
.hero-banner {
    background: url('../img/price-2.jpg') center center/cover no-repeat;
    height: 55vh;
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
}

/* Dark Overlay */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    animation: fadeIn 1.2s ease-in-out forwards;
}

/* Content Animation */
.hero-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: slideUp 1.4s ease-out forwards;
    animation-delay: 0.3s;
}

/* Title Styling */
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    animation: glow 2s ease-in-out infinite alternate;
}

/* Subtitle Styling */
.hero-subtitle {
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

/* Fade-in Animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Slide-up Animation */
@keyframes slideUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Subtle glowing title animation */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    }

    100% {
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
    }
}


/* Shared base */
button {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

/* 1) Pill / cylindrical (rounded) button */
.pill-btn {
    --bg: linear-gradient(180deg, #5ee7df 0%, #3b82f6 100%);
    --text: #04263b;
    --height: 44px;
    --radius: 999px;
    /* makes it fully pill-shaped */

    height: var(--height);
    background: var(--bg);
    color: var(--text);
    border-radius: var(--radius);
    box-shadow: 0 6px 18px rgba(59, 130, 246, 0.18), inset 0 -2px 0 rgba(0, 0, 0, 0.06);
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pill-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(59, 130, 246, 0.22);
}

.pill-btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    filter: brightness(0.98);
}

.pill-btn:focus {
    outline: 3px solid rgba(59, 130, 246, 0.18);
    outline-offset: 3px;
}

/* 2) 3D Cylindrical button (with highlight & rim) */
.cyl-3d {
    --color-main: #06A3DA;
    --height: 48px;
    --radius: 28px;
    --depth: 6px;
    /* shadow depth */
    position: relative;
    height: var(--height);
    padding: 0 26px;
    font-weight: 700;
    font-size: 15px;
    color: white;
    background: linear-gradient(180deg, color-mix(in srgb, var(--color-main) 90%, white 10%) 0%, var(--color-main) 100%);
    border-radius: var(--radius);
    box-shadow:
        0 calc(var(--depth) + 2px) calc(var(--depth) * 4) rgba(0, 0, 0, 0.18),
        inset 0 -6px 10px rgba(0, 0, 0, 0.08);
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* top shine */
.cyl-3d::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 6%;
    height: 40%;
    border-radius: calc(var(--radius) - 6px) calc(var(--radius) - 6px) 12px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.06));
    pointer-events: none;
    mix-blend-mode: screen;
    transform: translateZ(0);
}

/* bottom rim to emphasize cylinder side */
.cyl-3d::after {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: -8%;
    height: calc(var(--depth) * 1.3);
    border-radius: 50%;
    filter: blur(6px);
    background: rgba(0, 0, 0, 0.22);
    background-color: #F57E57;

    z-index: -1;
    pointer-events: none;
}

/* interactions */
.cyl-3d:hover {
    transform: translateY(-3px);
    box-shadow: 0 calc(var(--depth) + 6px) calc(var(--depth) * 6);
    background: #F57E57;
    color: white;
}

.cyl-3d:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    filter: brightness(0.96);
    background-color: #F57E57;
}

.cyl-3d:focus {
    outline: 3px solid rgba(255, 107, 107, 0.18);
    outline-offset: 3px;
}

/* Small responsive tweak */
@media (max-width:420px) {

    .pill-btn,
    .cyl-3d {
        padding: 0 14px;
        font-size: 14px;
    }
}


/* --- FLEX LAYOUT --- */
.banner-flex {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.banner-card {
    flex: 1;
    min-width: 280px;
    height: 300px;
    padding: 30px;
    border-radius: 22px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* GLASS + SHADOW EFFECT */
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
    transition: transform .25s ease, box-shadow .25s ease;
}

/* --- CARD HOVER EFFECTS --- */
.banner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

/* --- CYLINDRICAL BUTTON --- */
.cyl-btn {
    --bg: #ffffff;
    --text: #222;
    --height: 45px;

    height: var(--height);
    padding: 0 26px;
    background: var(--bg);
    color: var(--text);

    border: none;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 4px 12px rgba(255, 255, 255, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.15);

    transition: all .25s ease;
}

/* BUTTON HOVER */
.cyl-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 18px rgba(255, 255, 255, 0.4),
        inset 0 -2px 6px rgba(0, 0, 0, 0.18);
}

/* BUTTON ACTIVE */
.cyl-btn:active {
    transform: translateY(0px);
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
    filter: brightness(0.95);
}

/* RESPONSIVE SMALL FIX */
@media (max-width: 768px) {
    .banner-card {
        height: auto;
    }
}

/* Make full width across the screen */
.emergency-full {
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

/* Emergency red background */
.emergency-bar {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #d80000;
    padding: 6px 0;
}

/* Scrolling text */
.scroll-text {
    display: inline-block;
    padding-left: 100%;
    animation: scrolling 20s linear infinite;
    color: white;
    font-weight: 600;
}

/* Smooth left → right animation */
@keyframes scrolling {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}