* {
    margin: 0;
    font-family: myfont1;
    border: border-box;

}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}


body {
    overflow-x: hidden;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #020617;
    background-image: linear-gradient(to right, rgba(71, 85, 105, 0.3) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(71, 85, 105, 0.3) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
    background-size: 32px 32px, 32px 32px, 100% 100%;
}

.webtag {
    z-index: 1;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
    font-size: 2rem;
    position: fixed;
    right: 30px;
    bottom: 50px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: rgb(2, 156, 2);
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.webtag:hover {

    transform: translateY(-10px);
}


.no-select {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-drag {
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
}

@font-face {
    font-family: myfont1;
    src: url(/Geist/Geist-VariableFont_wght.ttf);
}

@font-face {
    font-family: myfont2;
    src: url(/DM_Serif_Text/BlackOpsOne-Regular.ttf);
}

@font-face {
    font-family: myfont3;
    src: url(/DM_Serif_Text/Silkscreen-Bold.ttf);
}

@font-face {
    font-family: myfont4;
    src: url(/DM_Serif_Text/DMSerifText-Regular.ttf);
}

.header {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: .4s ease;
    backdrop-filter: blur(16px);
    background: linear-gradient(45deg, #02032d, #1b27aa);
    border-bottom: 4px solid #0f8ae2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header .container {
    margin: 0;
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-block: 10px;
    width: 90%;
}

.header.scrolled {
    background: rgba(5, 5, 5, .92);
    padding: 14px 0;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h2 {
    font-size: 34px;
    font-family: 'Cinzel', serif;
    color: #fff;
}

.logo span {
    color: #CAF0F8;
}

.head-logo img {
    max-height: 70px;
    max-width: 220px;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-links a {
    color: #d2d2d2;
    font-size: 1rem;
    transition: .3s;
}

.nav-links a:hover,
.nav-links .active {
    color: #fff;
}

.nav-links a {
    color: #d2d2d2;
    font-size: 15px;
    transition: .3s;
    position: relative;
    padding-bottom: 8px;
}

/* Underline Animation */

.nav-links a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 0%;
    height: 2px;

    background: #CAF0F8;

    box-shadow:
        0 0 8px rgba(212, 160, 23, .5),
        0 0 16px rgba(212, 160, 23, .3);

    transform: translateX(-50%);
    transition: .35s ease;

    border-radius: 50px;
}

/* Hover Effect */

.nav-links a:hover::after {
    width: 100%;
}

/* Active Link */

.nav-links a.active::after {
    width: 100%;
}

.nav-links a:hover,
.nav-links a.active {
    color: #fff;
}


/* header {
    padding-inline: 20px;
    position: fixed;
    height: 90px;
    width: 100%;
    background-image: linear-gradient(45deg, black 30%, rgb(18, 18, 170), darkblue);
    color: #CAF0F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    border-bottom: 3px solid #0f8ae2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
} */

/* .navbar {
    padding-inline: 40px;
}

.nav-logo {
    height: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.nav-logo img {
    height: 65px;
    width: auto;
    display: block;
    z-index: 11;
}

.nl {
    text-decoration: none;
    color: #CAF0F8;
    padding: 9px;
    border-radius: 5px;
    transition: 0.1s ease-in;
}

.navbar a:hover {
    transition: all 0.3s ease-in-out;
    background-color: #CAF0F8;
    color: #03045E;
    padding: 5px 9px;
}

.navbar a:active {
    background-color: #CAF0F8;
    color: #03045E
} */

/* upper heading wali banner */
.topbanner {
    margin-inline: 40px;
    font-size: 2em;
    padding: 10px;
    background-image: linear-gradient(to top, rgb(0, 0, 104) 30%, rgb(0, 0, 139));
    color: #ffffffd8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 5px solid rgb(0, 0, 108);
    border-right: 5px solid rgb(0, 0, 108);
    border-radius: 20px;
    margin-top: 20px;
}

/* navbar ke niche wala pannel */
.pannel {
    background-color: #03045E;
    height: 95px;
}

/* hero banner */

.hero {
    position: relative;
    background-image: url(banner.png);
    background-size: cover;
    min-height: 80vh;
    border: 8px solid #03045E;
    overflow: hidden;

}

.hlp {
    position: relative;
    top: 4rem;
    left: 5rem;
}

.hero-logo {
    width: 15%;
}

.tagline1 {
    font-size: 3rem;
    color: #0f8ae2;
}

.tagline1 h1 {
    color: #0f8ae2;
    font-size: 5.5rem;
    font-family: myfont2;
}

.tagline1 p {
    color: white;
    font-size: 1.7rem;
    font-family: myfont4;
}

.tagline2 {
    position: relative;
    top: 6rem;
}

.hero-text {
    white-space: normal;
    padding-right: 10px;
    color: rgb(255, 255, 255);
    font-size: 1.7rem;
    border-right: 2px solid rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    animation: typing 8s steps(48) infinite,
        blink 0.5s step-end infinite alternate;
}


@keyframes typing {
    0% {
        width: 0;
    }

    40% {
        width: 480px;
    }

    70% {
        width: 480px;
    }

    100% {
        width: 480px;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

/* brands ka markey */

.carousel {
    margin: 20px auto;
    width: 100%;
    /* border: 2px solid white; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    gap: 1rem;

}

.carousel::-webkit-scrollbar {
    display: none;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 1rem;
    animation: spin 30s infinite linear;
}

.card {
    flex: 0 0 2em;
    height: 2em;
    padding: 0.2rem;
    background-color: transparent;
    /* border: 2px solid white; */
    font-size: 2rem;
    text-align: center;
    align-content: center;
}

.carousellogo {
    height: 1.5em;

}

@keyframes spin {
    from {
        translate: 0;
    }

    to {
        translate: -100%;
    }
}

/* Content */
#content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.chamber {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, #030448, #090d85, #030448);
    padding: 8px;
    border-radius: 20px;
    border-left: 4px solid #0f8ae2;
}

aside:hover {
    transition: all;
}


/* footer */

footer {
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
    color: #caf0f8d0;
    border-top-right-radius: 80px;
    background-image: linear-gradient(45deg, #121338, #02032d, #181a7d);
    padding-bottom: 0px;
    overflow: hidden;
}

.footer-top {
    padding: 50px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 20px;
}

/* BRAND */

.footer-brand img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-brand p {
    color: #9f9f9f;
    line-height: 1.8;
    max-width: 350px;
    margin-bottom: 30px;
}

/* SOCIALS */

.footer-socials {
    display: flex;
    gap: 14px;
}

.footer-socials a {
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #CAF0F8;
    color: #090d85;
    transition: .35s;
}

.footer-socials a:hover {
    background: #0f8ae2;
    color: #fff;
    transform: translateY(-5px);
}

/* LINKS */

.footer-links {

    display: flex;

    flex-direction: column;

    gap: 14px;
}

.footer-links h4 {

    font-size: 25px;

    margin-bottom: 10px;

    color: #CAF0F8;

    font-family: myfont1;
}

.footer-links a,
.footer-links span {

    color: #CAF0F8;

    transition: .3s;
}

.footer-links a:hover {

    color: #fff;

    padding-left: 5px;
}


/* DEVELOPER */
.developer-credit {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
}

.developer-credit a {
    display: flex;
    color: #cfcfcf;
}

.developer-credit strong {
    color: #fff;
}

/* VERIFIED */

.verified-badge {
    width: 10px;
    height: 10px;
    color: #3b82f6;
    /* Blue Tick */
    position: relative;
    left: 2px;
    top: 3px;
    font-size: 15px;
}


.underline {
    width: 100%;
    height: 5px;
    background: #03045E;
    border-radius: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.underline span {
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            #ffffff,
            transparent);
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 10px;
    animation: moving 4s linear infinite;
}

@keyframes moving {
    0% {
        left: -50px;
    }

    100% {
        left: 100%;
    }
}




.copyrights {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(4, 4, 98, 0.546);
}

.moral {
    padding-inline: 20px;
    padding-block: 10px;
}

/* Work gallery page */

.container .wrapper {
    width: 60rem;
    height: 30rem;
    border: 3px solid rgba(26, 4, 103, 0.599);
    box-shadow: 0px 0px 40px rgba(26, 4, 103, 0.599);
    margin: 30px auto;
    overflow: hidden;
    border-radius: 20px;
}

.container .wrapper-holder {
    display: grid;
    grid-template-columns: repeat(5, 100%);
    height: 100%;
    width: 100%;
    animation: slider 20s ease-in-out infinite alternate;
}

.container #slider-img-1 {
    background-image: url(/banner.png);
    background-position: center;
    background-size: cover;
}

.container #slider-img-2 {
    background-image: url(/banner.png);
    background-position: center;
    background-size: cover;
}

.container #slider-img-3 {
    background-image: url(/banner.png);
    background-position: center;
    background-size: cover;
}

.container #slider-img-4 {
    background-image: url(/banner.png);
    background-position: center;
    background-size: cover;
}

.container #slider-img-5 {
    background-image: url(/banner.png);
    background-position: center;
    background-size: cover;
}

.container .button-holder .slider-button {
    background-color: white;
    height: 12px;
    width: 12px;
    border-radius: 10px;
    display: inline-block;
    margin: 0.2rem;
}

.slider-button:hover {
    box-shadow: 0px 0px 7px 4px rgba(0, 161, 206, 0.801);
}

.container .button-holder {
    position: absolute;
    left: 47%;
    bottom: 7%;
}

@keyframes slider {
    0% {
        transform: translateX(0%);
    }

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

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

    30% {
        transform: translateX(-200%);
    }

    40% {
        transform: translateX(-200%);
    }

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

    60% {
        transform: translateX(-300%);
    }

    70% {
        transform: translateX(-300%);
    }

    80% {
        transform: translateX(-300%);
    }

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

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

.welcome-chamber {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 4px solid #0f8ae2;
    border-right: 4px solid #0f8ae2;
    margin: 40px auto;
    margin-top: 0;
    max-width: 1600px;

    background-image: linear-gradient(to bottom,
            #030448,
            #090d85,
            #030448);

    border-radius: 20px;

    padding: 25px;
    gap: 40px;

    box-shadow: 0px 0px 16px rgba(202, 240, 248, 0.2);
}

.welcome-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.welcome-image img {
    width: 100%;
    max-width: 450px;

    border-radius: 15px;

    border: 3px solid #0f8ae2;
}

.welcome-content {
    flex: 1.3;
}

.welcome-content h2 {
    color: #CAF0F8;
    font-size: 2.3rem;
    margin-bottom: 20px;
    font-family: myfont2;
}

.welcome-content p {
    color: #CAF0F8;
    line-height: 1.9;
    margin-bottom: 15px;
}

.welcome-content .serve {
    width: max-content;
}

.why-chamber {
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 40px auto;
    margin-top: 0;


    background-image: linear-gradient(to bottom,
            #030448,
            #090d85,
            #030448);

    border-radius: 20px;
    border-left: 4px solid #0f8ae2;
    border-right: 4px solid #0f8ae2;
    padding: 35px;

    box-shadow: 0px 0px 16px rgba(202, 240, 248, 0.15);
}

.why-chamber h2 {
    color: #CAF0F8;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2rem;
    font-family: myfont2;
}

.why-intro {
    text-align: center;
    color: #CAF0F8;
    max-width: 850px;
    margin: auto;
    margin-bottom: 40px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.why-card {
    background: #02033e;

    border-radius: 15px;

    padding: 25px;

    text-align: center;

    border: 1px solid rgba(202, 240, 248, 0.15);

    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-8px);

    border-color: #0f8ae2;
}

.why-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;

    margin-bottom: 15px;
}

.why-card h3 {
    color: #CAF0F8;
    margin-bottom: 12px;
}

.why-card p {
    color: #CAF0F8;
    line-height: 1.7;
}

.provide-section {
    padding: 60px 20px;
    padding-top: 0;

}

.provide-container {
    max-width: 1600px;
    margin: auto;
    padding: 50px;
    border-radius: 30px;

    background: linear-gradient(180deg,
            rgba(3, 4, 72, 0.95),
            rgba(2, 3, 45, 0.95));

    border: 1px solid rgba(202, 240, 248, 0.15);
    box-shadow: 0 0 18px rgba(202, 240, 248, 0.08);
    border-left: 4px solid #0f8ae2;
    border-right: 4px solid #0f8ae2;

}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 3rem;
    color: #CAF0F8;
    margin-bottom: 15px;
    font-family: myfont2;
}

.section-header p {
    color: #d8e8ec;
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
}

.provide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.provide-card {
    background: linear-gradient(180deg,
            rgba(10, 20, 120, 0.55),
            rgba(3, 4, 72, 0.95));

    border-radius: 20px;
    padding: 25px;
    text-align: center;

    border: 1px solid rgba(202, 240, 248, 0.15);

    transition: 0.3s ease;
}

.provide-card:hover {
    transform: translateY(-8px);
}

.provide-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.provide-card h3 {
    color: #CAF0F8;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.provide-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.provide-card ul li {
    color: #d8e8ec;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.provide-card ul li:last-child {
    border-bottom: none;
}

.contact-section {
    padding: 60px 20px;
    padding-top: 0;

}

.contact-container {

    max-width: 1600px;
    margin: auto;

    padding: 50px;

    background: linear-gradient(180deg,
            rgba(3, 4, 72, 0.95),
            rgba(2, 3, 45, 0.95));

    border-radius: 30px;

    border: 1px solid rgba(202, 240, 248, 0.15);

    border-left: 4px solid #0f8ae2;
    border-right: 4px solid #0f8ae2;


    box-shadow: 0 0 18px rgba(202, 240, 248, 0.08);
}

.contact-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;

    margin-top: 35px;
    margin-bottom: 45px;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 24px;

    color: #CAF0F8;
    text-decoration: none;

    background: linear-gradient(180deg,
            #1b27aa,
            #07095f);

    border-radius: 50px;

    border: 1px solid rgba(202, 240, 248, 0.2);

    transition: .3s;
}

.contact-btn:hover {
    transform: translateY(-5px);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact-card {
    padding: 35px;

    border-radius: 25px;

    background: linear-gradient(180deg,
            rgba(10, 20, 120, 0.4),
            rgba(3, 4, 72, 0.95));

    border: 1px solid rgba(202, 240, 248, 0.15);
}

.card-title {
    display: inline-block;

    background: linear-gradient(180deg,
            #2432d8,
            #07095f);

    color: #CAF0F8;

    padding: 12px 22px;

    border-radius: 15px;

    font-size: 1.2rem;
    font-weight: 600;

    margin-bottom: 25px;
}

.contact-card ul {
    list-style: none;
    padding: 0;
}

.contact-card li {
    color: #dceef3;
    padding: 3px 0;
    line-height: 1.8;
}

.contact-card i {
    width: 25px;
    color: #CAF0F8;
}

.map-card {
    overflow: hidden;

    border-radius: 25px;

    border: 1px solid rgba(202, 240, 248, 0.15);
}

.map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: none;
}

.stats-section {
    padding: 0px 20px 60px;
}

.stats-container {
    max-width: 1600px;
    margin: auto;

    padding: 50px;

    background: linear-gradient(180deg,
            rgba(3, 4, 72, 0.95),
            rgba(2, 3, 45, 0.95));

    border-radius: 30px;

    border-left: 4px solid #0f8ae2;
    border-right: 4px solid #0f8ae2;

    box-shadow: 0 0 15px rgba(202, 240, 248, 0.08);
}

.stats-grid {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.stat-card {
    text-align: center;

    padding: 35px 20px;

    border-radius: 20px;

    background: linear-gradient(180deg,
            rgba(10, 20, 120, 0.45),
            rgba(3, 4, 72, 0.95));

    border: 1px solid rgba(202, 240, 248, 0.15);

    transition: 0.3s;
}

.stat-card:hover {
    transform: translateY(-8px);
}

.stat-card h3 {
    font-size: 3rem;
    color: #0f8ae2;
    margin-bottom: 10px;
    font-family: myfont2;
}

.stat-card p {
    color: #CAF0F8;
    font-size: 1.1rem;
}

.review-section {
    padding: 60px 20px;
    padding-top: 0;
}

.review-container {
    max-width: 600px;
    margin: auto;

    padding: 40px;

    background: linear-gradient(180deg,
            rgba(3, 4, 72, 0.95),
            rgba(2, 3, 45, 0.95));

    border-radius: 25px;

    border-left: 4px solid #0f8ae2;
    border-right: 4px solid #0f8ae2;

    box-shadow: 0 0 15px rgba(202, 240, 248, 0.08);

    text-align: center;
}

.review-container h2 {
    color: #CAF0F8;
    font-family: myfont2;
    margin-bottom: 10px;
}

.review-container p {
    color: #dceef3;
    margin-bottom: 25px;
}

.star-rating {
    margin-bottom: 25px;
}

.star {
    font-size: 2.8rem;
    color: #555;
    cursor: pointer;
    margin: 0 5px;
    transition: 0.3s;
}

.star.active {
    color: #FFD700;
}

.star:hover {
    transform: scale(1.15);
}

.review-container input,
.review-container textarea {
    width: 100%;
    box-sizing: border-box;

    background: #020617;

    border: 1px solid rgba(202, 240, 248, 0.2);

    color: white;

    padding: 14px;
    border-radius: 12px;

    margin-bottom: 15px;

    outline: none;
}

.review-container textarea {
    min-height: 120px;
    resize: vertical;
}

#reviewBtn {
    background: #0f8ae2;
    color: white;

    border: none;

    padding: 14px 30px;

    border-radius: 12px;

    cursor: pointer;

    font-size: 1rem;
    font-weight: 600;

    transition: .3s;
}

#reviewBtn:hover {
    transform: translateY(-3px);
}

.faq-section {
    padding: 60px 20px;
    padding-top: 0;

}

.faq-container {
    max-width: 1100px;
    margin: auto;

    padding: 50px;

    background: linear-gradient(180deg,
            rgba(3, 4, 72, 0.95),
            rgba(2, 3, 45, 0.95));

    border-radius: 30px;

    border-left: 4px solid #0f8ae2;
    border-right: 4px solid #0f8ae2;

    box-shadow: 0 0 15px rgba(202, 240, 248, 0.08);
}

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    width: 100%;

    background: linear-gradient(180deg,
            rgba(10, 20, 120, 0.5),
            rgba(3, 4, 72, 0.95));

    color: #CAF0F8;

    border: none;

    padding: 18px 25px;

    border-radius: 15px;

    font-size: 1rem;
    font-weight: 600;

    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question span {
    font-size: 1.4rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;

    transition: max-height .4s ease;

    background: rgba(255, 255, 255, 0.03);

    border-radius: 0 0 15px 15px;
}

.faq-answer p {
    color: #dceef3;
    padding: 20px;
    line-height: 1.8;
}

/* ========================= */
/* HERO RESPONSIVE */
/* ========================= */

@media (max-width: 1200px) {

    .hero {
        min-height: 50vh;

    }

    .hero-logo {
        width: 17%;
        left: 0;
    }

    .tagline1 {
        font-size: 1.5rem;
    }

    .tagline1 h1 {
        font-size: 2.2rem;
    }

    .tagline1 p {
        font-size: 1.2rem;
    }

    .hlp {
        position: relative;
        top: 4rem;
        left: 5rem;
    }

    .hero-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 900px) {

    .hero {
        min-height: 40vh;
        /* text-align: center; */
        padding: 20px;
        border: 4px solid #03045E;

    }

    .hero-logo {
        /* position: static; */
        width: 20%;
        /* max-width: 400px; */
        display: block;
    }

    .hlp {
        position: relative;
        top: 2rem;
        left: 3rem;
    }

    .tagline1 {
        /* position: static; */
        font-size: 2rem;
        /* margin-top: 20px; */
    }

    .tagline2 {
        position: relative;
        top: 30px;
        /* margin-top: 10px; */
    }

    .hero-text {
        /* position: static; */
        /* margin: 20px auto; */
        font-size: 1.2rem;
        white-space: normal;
        border-right: none;
        animation: none;
        max-width: 90%;
    }
}

@media (max-width: 600px) {

    .hero {
        min-height: 40vh;
        padding: 15px;
    }


    .hlp {
        height: 7rem;
        position: relative;
        top: 2rem;
        left: 2rem;
        /* max-width: 123rem; */
    }

    .tagline1 {
        font-size: 1.6rem;
    }

    .tagline2 {
        font-size: 1.5rem;
    }

    .hero-text {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (max-width: 450px) {

    .hero {
        background-image: url(banner4.png);
        height: 30vh;
    }

    .hero-logo {
        width: 100px;
    }

    .hlp {

        /* max-width: 9rem; */
        height: auto;
        top: 0.5rem;
        left: 1rem;
    }

    .tagline1 {
        font-size: 20px;
    }

    .tagline2 {
        font-size: 1.3rem;
        top: 8rem;
    }

    .hero-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 370px) {

    .hero {
        padding: 5px;
    }

    .hero-logo {
        width: 30%;
    }

    .tagline1 {
        font-size: 0.8rem;
    }

    .tagline2 {
        top: 5rem;
        font-size: 1.3rem;
    }

    .hero-text {
        font-size: 0.8rem;
        word-break: break-word;
    }
}

/* ========================= */
/* MARQUEE RESPONSIVE */
/* ========================= */

@media (max-width: 900px) {

    .carousel {
        gap: 0.8rem;
        padding: 10px 0;
    }

    .brand {
        gap: 0.8rem;
        animation: spin 22s linear infinite;
    }

    .card {
        flex: 0 0 auto;
        height: auto;
        font-size: 1.6rem;
    }

    .carousellogo {
        height: 1.7em;
        width: auto;
        object-fit: contain;
    }
}

@media (max-width: 600px) {

    .carousel {
        margin-block: 5px;
    }

    .brand {
        gap: 0.6rem;
        animation: spin 18s linear infinite;
    }

    .card {
        font-size: 1.3rem;
        padding: 0.15rem;
    }

    .carousellogo {
        height: 2rem;
        max-width: 90px;
    }
}

@media (max-width: 350px) {

    .brand {
        gap: 0.4rem;
    }

    .card {
        font-size: 1rem;
    }

    .carousellogo {
        max-width: 70px;
    }
}

@media (max-width: 200px) {

    .card {
        font-size: 0.8rem;
    }

    .carousellogo {
        max-width: 50px;
        height: 0.8em;
    }
}

/* ========================= */
/* STATS RESPONSIVE */
/* ========================= */

.stats-container {
    width: 100%;
    box-sizing: border-box;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Tablet */
@media (max-width: 900px) {

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 2rem;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .stats-grid {
        display: flex;
        justify-content: center;
        grid-template-columns: 1fr;
    }

    .stats-container {
        padding-inline: 10px;
    }

    .stat-card {
        padding: 10px;
        width: 80%;
        box-sizing: border-box;
    }

    .section-header {
        text-align: center;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .section-header p {
        font-size: 0.95rem;
    }
}

/* Small Mobile */
@media (max-width: 350px) {

    .stats-grid {
        gap: 12px;
    }

    .stat-card {
        padding: 15px;
    }

    .section-header h2 {
        font-size: 1.4rem;
    }

    .counter {
        font-size: 1.8rem;
    }
}

/* Ultra Small Devices */
@media (max-width: 200px) {

    .stats-container {
        padding-inline: 4px;
    }

    .stat-card {
        padding: 8px;
    }

    .section-header h2 {
        font-size: 1rem;
    }

    .section-header p,
    .stat-card p {
        font-size: 0.7rem;
        word-break: break-word;
    }

    .counter,
    .stat-card h3 {
        font-size: 1rem;
    }
}

/* ========================= */
/* WELCOME CHAMBER RESPONSIVE */
/* ========================= */

.welcome-chamber {
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.welcome-image {
    flex: 1;
}

.welcome-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
    display: block;
}

.welcome-content {
    flex: 1;
    min-width: 0;
}

/* Tablet */
@media (max-width:900px) {

    .welcome-chamber {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .welcome-content h2 {
        font-size: 2rem;
    }
}

/* Mobile */
@media (max-width:600px) {

    .welcome-chamber {
        gap: 20px;
    }

    .welcome-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .welcome-image img {
        max-width: 350px;
        width: 100%;
    }

    .welcome-content {
        width: 100%;
    }

    .welcome-content h2 {
        font-size: 1.8rem;
    }
}

/* Small Mobile */
@media (max-width:v450px) {

    .welcome-content h2 {
        font-size: 1.4rem;
    }

    .welcome-content p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .welcome-image img {
        max-width: 250px;
    }
}

/* Ultra Small Devices */
@media (max-width:200px) {

    .welcome-chamber {
        gap: 10px;
    }

    .welcome-content h2 {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .welcome-content p {
        font-size: 0.65rem;
        word-break: break-word;
    }

    .welcome-image img {
        width: 100%;
        max-width: 100%;
    }
}

/* ========================= */
/* WHY CHOOSE US RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width:900px) {

    .why-chamber {
        max-width: 80%;
    }

    .why-chamber h2 {
        font-size: 2rem;
        text-align: center;
    }

    .why-intro {
        text-align: center;
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile */
@media (max-width:600px) {

    .why-chamber {
        padding-inline: 15px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .why-card {
        width: 100%;
        box-sizing: border-box;
    }

    .why-card img {
        width: 70px;
        height: auto;
    }

    .why-chamber h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .why-intro {
        font-size: 0.95rem;
        text-align: center;
    }

    .why-card h3 {
        font-size: 1.2rem;
    }

    .why-card p {
        font-size: 0.95rem;
    }
}

/* Small Mobile */
@media (max-width:350px) {

    .why-chamber h2 {
        font-size: 1.4rem;
    }

    .why-intro {
        font-size: 0.85rem;
    }

    .why-card {
        padding: 15px;
    }

    .why-card img {
        width: 55px;
    }

    .why-card h3 {
        font-size: 1rem;
    }

    .why-card p {
        font-size: 0.85rem;
    }
}

/* Ultra Small Devices */
@media (max-width:200px) {

    .why-chamber {
        padding-inline: 4px;
    }

    .why-chamber h2 {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .why-intro,
    .why-card p {
        font-size: 0.65rem;
        word-break: break-word;
    }

    .why-card h3 {
        font-size: 0.75rem;
    }

    .why-card img {
        width: 35px;
    }
}

/* ========================= */
/* WHAT WE PROVIDE RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width:900px) {

    .provide-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .provide-container .section-header h2 {
        font-size: 2rem;
    }
}

/* Mobile */
@media (max-width:600px) {

    .provide-container {
        padding-inline: 15px;
    }

    .provide-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .provide-card {
        width: 100%;
        box-sizing: border-box;
    }

    .provide-card img {
        width: 70px;
        height: auto;
    }

    .provide-container .section-header {
        text-align: center;
    }

    .provide-container .section-header h2 {
        font-size: 1.8rem;
    }

    .provide-container .section-header p {
        font-size: 0.95rem;
    }

    .provide-card h3 {
        font-size: 1.2rem;
    }

    .provide-card li {
        font-size: 0.95rem;
    }
}

/* Small Mobile */
@media (max-width:350px) {

    .provide-container .section-header h2 {
        font-size: 1.4rem;
    }

    .provide-container .section-header p {
        font-size: 0.85rem;
    }

    .provide-card {
        padding: 15px;
    }

    .provide-card img {
        width: 55px;
    }

    .provide-card h3 {
        font-size: 1rem;
    }

    .provide-card li {
        font-size: 0.85rem;
    }
}

/* Ultra Small Devices */
@media (max-width:200px) {

    .provide-container {
        padding-inline: 4px;
    }

    .provide-container .section-header h2 {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .provide-container .section-header p,
    .provide-card li {
        font-size: 0.65rem;
        word-break: break-word;
    }

    .provide-card h3 {
        font-size: 0.75rem;
    }

    .provide-card img {
        width: 35px;
    }
}

/* ========================= */
/* CONTACT SECTION RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width:900px) {

    .contact-actions {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .contact-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .map-card iframe {
        width: 100%;
        height: 320px;
    }
}

/* Mobile */
@media (max-width:600px) {

    .contact-container {
        padding-inline: 15px;
    }

    .section-header {
        text-align: center;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .section-header p {
        font-size: 0.95rem;
    }


    .contact-btn {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
        padding-inline: 10px;
    }

    .contact-card {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .contact-card ul {
        padding-left: 0;
    }

    .contact-card li {
        word-break: break-word;
        line-height: 1.7;
    }

    .map-card iframe {
        width: 100%;
        height: 280px;
    }
}

/* Small Mobile */
@media (max-width:350px) {

    .section-header h2 {
        font-size: 1.4rem;
    }

    .section-header p {
        font-size: 0.85rem;
    }

    .contact-card {
        padding: 15px;
    }

    .contact-card li {
        font-size: 0.85rem;
    }

    .contact-btn {
        font-size: 0.9rem;
        padding: 12px;
    }

    .map-card iframe {
        height: 220px;
    }

    .contact-actions {
        grid-template-columns: 1fr;
    }
}

/* Ultra Small Devices */
@media (max-width:200px) {

    .contact-container {
        padding-inline: 4px;
    }

    .section-header h2 {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .section-header p,
    .contact-card li {
        font-size: 0.65rem;
        word-break: break-word;
    }

    .contact-btn {
        font-size: 0.6rem;
        padding: 8px 4px;
    }

    .map-card iframe {
        height: 150px;
    }
}

/* ========================= */
/* FAQ RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width:900px) {

    .faq-container {
        padding-inline: 20px;
    }

    .faq-container .section-header h2 {
        font-size: 2rem;
    }
}

/* Mobile */
@media (max-width:600px) {

    .faq-container {
        padding-inline: 15px;
    }

    .faq-container .section-header {
        text-align: center;
    }

    .faq-container .section-header h2 {
        font-size: 1.8rem;
    }

    .faq-container .section-header p {
        font-size: 0.95rem;
    }

    .faq-question {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5;
        padding: 15px;
        text-align: left;
        box-sizing: border-box;

        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .faq-question span {
        flex-shrink: 0;
    }

    .faq-answer p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

/* Small Mobile */
@media (max-width:350px) {

    .faq-container .section-header h2 {
        font-size: 1.4rem;
    }

    .faq-container .section-header p {
        font-size: 0.85rem;
    }

    .faq-question {
        font-size: 0.9rem;
        padding: 12px;
    }

    .faq-answer p {
        font-size: 0.85rem;
    }
}

/* Ultra Small Devices */
@media (max-width:200px) {

    .faq-container {
        padding-inline: 4px;
    }

    .faq-container .section-header h2 {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .faq-container .section-header p,
    .faq-answer p {
        font-size: 0.65rem;
        word-break: break-word;
    }

    .faq-question {
        font-size: 0.65rem;
        padding: 8px 5px;
        word-break: break-word;
    }

    .faq-question span {
        display: none;
    }
}

/* ========================= */
/* REVIEW SECTION RESPONSIVE */
/* ========================= */

/* Tablet */
@media (max-width:900px) {

    .review-container {
        padding-inline: 25px;
    }

    .review-container h2 {
        font-size: 2rem;
    }
}

/* Mobile */
@media (max-width:600px) {

    .review-container {
        padding-inline: 15px;
        text-align: center;
    }

    .review-container h2 {
        font-size: 1.8rem;
    }

    .review-container p {
        font-size: 0.95rem;
    }

    .star-rating {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .star {
        font-size: 1.8rem;
    }

    #customerName,
    #customerReview,
    #reviewBtn {
        width: 100%;
        box-sizing: border-box;
    }

    #customerReview {
        min-height: 120px;
    }
}

/* Small Mobile */
@media (max-width:350px) {

    .review-container h2 {
        font-size: 1.4rem;
    }

    .review-container p {
        font-size: 0.85rem;
    }

    .star {
        font-size: 1.5rem;
    }

    #customerName,
    #customerReview {
        font-size: 0.9rem;
    }

    #reviewBtn {
        font-size: 0.9rem;
    }
}

/* Ultra Small */
@media (max-width:200px) {

    .review-container {
        padding-inline: 4px;
    }

    .review-container h2 {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .review-container p {
        font-size: 0.65rem;
        word-break: break-word;
    }

    .star {
        font-size: 1rem;
    }

    #customerName,
    #customerReview,
    #reviewBtn {
        font-size: 0.65rem;
    }

    #customerReview {
        min-height: 80px;
    }
}

.star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.star {
    cursor: pointer;
    transition: transform .2s ease;
}

.star:hover {
    transform: scale(1.15);
}

/* ========================= */
/* WHATSAPP FLOAT BUTTON */
/* ========================= */

@media (max-width:600px) {

    .webtag {
        right: 15px;
        bottom: 20px;
        padding: 10px;
    }

    .webtag i {
        font-size: 1.3rem !important;
    }
}

@media (max-width:350px) {

    .webtag {
        right: 10px;
        bottom: 15px;
        padding: 8px;
    }

    .webtag i {
        font-size: 1.1rem !important;
    }
}

@media (max-width:200px) {

    .webtag {
        right: 5px;
        bottom: 10px;
        padding: 5px;
    }

    .webtag i {
        font-size: 0.8rem !important;
    }
}

/* =========================
   FOOTER RESPONSIVE
========================= */

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px 30px;
}

.footer-brand {
    flex: 1 1 280px;
    min-width: 0;
}

.footer-brand img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.footer-brand p {
    margin-top: 15px;
    line-height: 1.7;
    color: #CAF0F8;
}

.footer-socials {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #CAF0F8;
    color: #03045E;
    text-decoration: none;
}

.footer-links {
    flex: 1 1 180px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links h4 {
    margin-bottom: 10px;
    color: #CAF0F8;
}

.footer-links a,
.footer-links span {
    color: #CAF0F8;
    text-decoration: none;
    word-break: break-word;
}



/* =========================
   TABLET
========================= */

@media (max-width:900px) {
    footer {
        border-top-right-radius: 50px;
    }

    .footer-top {
        justify-content: start;
        text-align: start;
    }

    .footer-links {
        align-items: start;
    }

    .developer {
        text-align: start;
    }

    .developer h2 {
        justify-content: start !important;
    }

    .developer-credit {
        justify-content: start;
    }

}

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

@media (max-width:600px) {

    .footer-top {
        flex-direction: column;
        align-items: start;
        text-align: start;
        padding: 30px 25px;
    }

    .footer-brand,
    .footer-links,
    .developer {
        width: 100%;
        max-width: 400px;
    }

    .footer-socials {
        justify-content: start;
    }

    .footer-links {
        align-items: start;
    }

    .moral {
        padding-inline: 10px;
        padding-block: 5px;
        font-size: 15px;
    }


}

/* =========================
   EXTRA SMALL
========================= */

@media (max-width:350px) {

    .footer-top {
        padding: 20px 20px;
    }

    .footer-links h4 {
        font-size: 1rem;
    }

    .footer-links a,
    .footer-links span,
    .footer-brand p,
    .developer {
        font-size: 0.9rem;
    }

    .footer-socials a {
        width: 36px;
        height: 36px;
    }


}

/* =========================
   200px WIDTH SAFETY
========================= */

@media (max-width:220px) {

    .footer-top {
        padding: 10px 5px;
    }

    .footer-links,
    .footer-brand,
    .developer {
        min-width: 100%;
    }

    .footer-socials {
        gap: 6px;
    }

    .footer-socials a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

}

/* ========================================= */
/* HEADER RESPONSIVE */
/* ========================================= */


/* Large Screens */

@media (max-width:1200px) {

    .nav-links {
        gap: 25px;
    }

    .nav-btn {
        padding: 12px 18px;
    }

}

/* Tablet */

@media (max-width:992px) {

    .logo h2 {
        font-size: 28px;
    }

    .head-logo img {
        max-width: 180px;
    }

    .nav-links {
        gap: 18px;
    }

}

/* Mobile Menu */

@media (max-width:768px) {

    .header {
        padding: 0;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-btn {
        display: none;
    }

    .nav-links.active {

        transform: translateY(0);

        opacity: 1;

        visibility: visible;
    }

    .nav-links a {

        font-size: 15px;
    }

    .head-logo img {
        max-width: 170px;
    }

}

/* Small Mobile */

@media (max-width:480px) {

    .logo h2 {
        font-size: 24px;
    }

    .pannel {
        height: 75px;
    }

    .head-logo img {
        width: 120px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

}

/* Very Small */

@media (max-width:250px) {

    .logo h2 {
        font-size: 18px;
    }

    .head-logo img {
        max-width: 90px;
    }

    .menu-toggle {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

}

/* 100px Safe */

@media (max-width:100px) {

    .logo h2 {
        font-size: 12px;
    }

    .head-logo img {
        max-width: 60px;
    }

}


/* ========================= */
/* MOBILE MENU RESPONSIVE */
/* ========================= */

.menu-toggle {
    z-index: 100000;
    width: 42px;
    height: 42px;

    display: none;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 6px;

    cursor: pointer;

    z-index: 10001;

    flex-shrink: 0;
}

.menu-toggle span {

    width: 28px;
    height: 3px;

    background: #fff;

    border-radius: 50px;

    transition: .4s ease;
}

/* TOGGLE ANIMATION */

.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* MOBILE NAVIGATION */

@media (max-width:600px) {

    .menu-toggle {
        display: flex;
    }

    .nav-btn {
        display: none;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(40vw, 320px);
        height: fit-content;
        border-left: #0f8ae2 2px solid;
        border-bottom: #0f8ae2 4px solid;
        background: linear-gradient(45deg, #02032d, #1b27aa);
        border-bottom-left-radius: 25px;
        backdrop-filter: blur(20px);
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 30px 0px;
        padding-top: 70px;
        overflow-y: auto;
        transition: .45s ease;
        z-index: 9998;
    }

    .navbar.active {
        right: 0;
    }

    .nav-links {
        position: relative;
        z-index: 100001;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
    }

    .nav-links a {

        display: block;

        width: 100%;

        font-size: clamp(15px, 4vw, 20px);

        padding: 10px;

        word-break: break-word;
    }

    .nav-wrapper {
        gap: 15px;
    }

    .head-logo img {
        max-width: 180px;
        height: auto;
    }
}

/* EXTRA SMALL DEVICES */

@media (max-width:350px) {

    .navbar {

        width: 40vw;

        padding: 30px 10px;

        padding-top: 50px;
    }


    .nav-links {

        gap: 18px;
    }

    .nav-links a {

        font-size: 14px;
    }

    .head-logo img {
        max-width: 120px;
    }
}

/* ULTRA SMALL DEVICES */

@media (max-width:180px) {

    .menu-toggle {

        width: 32px;
        height: 32px;
    }

    .menu-toggle span {

        width: 20px;
        height: 2px;
    }

    .nav-links a {

        font-size: 12px;
    }

    .head-logo img {
        max-width: 70px;
    }
}

.about-hero,
.about-story,
.timeline-section,
.owner-section,
.values-section,
.expertise-section,
.future-section,
.cta-section {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 100px 0;
}

.about-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero-content {
    max-width: 900px;
}

.section-tag {
    color: #00B4D8;
    letter-spacing: 3px;
    font-weight: 600;
}

.about-hero h1 {
    font-family: myfont2;
    font-size: 4rem;
    margin: 20px 0;
    color: #fff;
}

.about-hero p {
    font-size: 1.2rem;
    color: #CAF0F8;
    line-height: 1.9;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-family: myfont2;
    font-size: 3rem;
    color: #fff;
    position: relative;
}

.story-content {
    background: #061327;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(0, 180, 216, .15);
}

.story-content p {
    color: #CAF0F8;
    line-height: 2;
    margin-bottom: 20px;
}

.mission-vision {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 100px;
}

.mv-card {
    background: #061327;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(0, 180, 216, .2);
}

.mv-card h3 {
    color: #00B4D8;
    margin-bottom: 20px;
}

.mv-card p {
    color: #CAF0F8;
    line-height: 1.9;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.timeline-item {
    background: #061327;
    padding: 35px;
    border-radius: 18px;
    text-align: center;
}

.timeline-item h3 {
    color: #00B4D8;
    margin-bottom: 15px;
}

.timeline-item p {
    color: #CAF0F8;
}

.owner-card {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 50px;
    align-items: center;
}

.owner-image img {
    width: 100%;
    border-radius: 20px;
}

.owner-info h3 {
    font-size: 2.5rem;
    color: white;
}

.owner-info span {
    color: #00B4D8;
    display: block;
    margin: 15px 0;
}

.owner-info p {
    color: #CAF0F8;
    line-height: 2;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.value-card {
    background: #061327;
    padding: 35px;
    border-radius: 18px;
    text-align: center;
}

.value-card h3 {
    color: #00B4D8;
    margin-bottom: 15px;
}

.value-card p {
    color: #CAF0F8;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.expertise-card {
    background: #061327;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    color: white;
    border: 1px solid rgba(0, 180, 216, .15);
    transition: .4s;
}

.expertise-card:hover {
    transform: translateY(-10px);
    border-color: #00B4D8;
}

.future-section p {
    text-align: center;
    max-width: 900px;
    margin: auto;
    color: #CAF0F8;
    line-height: 2;
}

.cta-section {
    text-align: center;
}

.cta-section h2 {
    color: white;
    font-size: 3rem;
    font-family: myfont2;

}

.cta-section p {
    color: #CAF0F8;
    margin: 25px auto;
    max-width: 700px;
}

.cta-btn {
    display: inline-block;
    background: #00B4D8;
    color: white;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
}

.staff-section {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 100px 0;
}

.staff-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.staff-section .section-title p {
    max-width: 750px;
    margin: 20px auto 0;
    color: #CAF0F8;
    line-height: 1.8;
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.staff-card {
    background: #061327;
    border: 1px solid rgba(0, 180, 216, .15);
    border-radius: 22px;
    overflow: hidden;
    transition: .4s ease;
    position: relative;
}

.staff-card:hover {
    transform: translateY(-12px);
    border-color: #00B4D8;
    /* box-shadow: 0 15px 40px rgba(0, 180, 216, .15); */
}

.staff-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.staff-content {
    padding: 25px;
}

.staff-content h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.staff-content span {
    color: #00B4D8;
    display: block;
    margin-bottom: 15px;
    font-size: .95rem;
    font-weight: 600;
}

.staff-content p {
    color: #CAF0F8;
    line-height: 1.8;
    font-size: .95rem;
}

.staff-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
            #0077B6,
            #00B4D8,
            #90E0EF);
}

/* ========================= */
/* 1200px */
/* ========================= */

@media (max-width:1200px) {

    .about-hero h1 {
        font-size: 3.5rem;
    }

    .timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .expertise-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .team-highlight {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* ========================= */
/* 992px */
/* ========================= */

@media (max-width:992px) {

    .owner-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .owner-image {
        max-width: 450px;
        margin: auto;
    }

    .mission-vision {
        grid-template-columns: 1fr;
    }

    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-hero h1 {
        font-size: 3rem;
    }

    .section-title h2 {
        font-size: 2.5rem;
    }

}

/* ========================= */
/* 768px */
/* ========================= */

@media (max-width:768px) {

    .about-hero,
    .about-story,
    .timeline-section,
    .owner-section,
    .values-section,
    .expertise-section,
    .future-section,
    .cta-section,
    .staff-section {
        padding: 70px 0;
    }

    .about-hero h1 {
        font-size: 2.5rem;
    }

    .about-hero p {
        font-size: 1rem;
    }

    .timeline {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .team-highlight {
        grid-template-columns: 1fr;
    }

    .owner-info h3 {
        font-size: 2rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .story-content {
        padding: 35px;
    }

}

/* ========================= */
/* 576px */
/* ========================= */

@media (max-width:576px) {

    .about-hero {
        min-height: 60vh;
    }

    .about-hero h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .mv-card {
        padding: 30px;
    }

    .story-content {
        padding: 25px;
    }

    .timeline-item {
        padding: 25px;
    }

    .value-card {
        padding: 25px;
    }

    .expertise-card {
        padding: 20px;
    }

    .staff-card img {
        height: 260px;
    }

    .owner-info h3 {
        font-size: 1.8rem;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-btn {
        width: 100%;
        max-width: 200px;
    }

}

/* ========================= */
/* 400px */
/* ========================= */

@media (max-width:400px) {

    .about-hero h1 {
        font-size: 1.7rem;
    }

    .section-title h2 {
        font-size: 1.5rem;
    }

    .staff-content {
        padding: 18px;
    }

    .staff-content h3 {
        font-size: 1.15rem;
    }

    .staff-content p {
        font-size: .9rem;
    }

    .story-content {
        padding: 20px;
    }

    .mv-card {
        padding: 20px;
    }

    .timeline-item {
        padding: 20px;
    }

    .highlight-box {
        padding: 25px;
    }

    .highlight-box h3 {
        font-size: 1.8rem;
    }

}

/* ========================= */
/* 300px */
/* ========================= */

@media (max-width:300px) {

    .about-hero h1 {
        font-size: 1.4rem;
    }

    .section-tag {
        font-size: .75rem;
        letter-spacing: 1px;
    }

    .section-title h2 {
        font-size: 1.3rem;
    }

    .staff-content h3 {
        font-size: 1rem;
    }

    .owner-info h3 {
        font-size: 1.3rem;
    }

    .cta-section h2 {
        font-size: 1.4rem;
    }

    .cta-btn {
        padding: 12px 20px;
        font-size: .9rem;
    }

}

/* ========================= */
/* 200px */
/* ========================= */

@media (max-width:200px) {

    * {
        word-break: break-word;
    }

    .about-hero h1 {
        font-size: 1rem;
    }

    .about-hero p,
    .story-content p,
    .mv-card p,
    .timeline-item p,
    .staff-content p,
    .future-section p {
        font-size: .7rem;
        line-height: 1.5;
    }

    .section-title h2 {
        font-size: .9rem;
    }

    .staff-card img {
        height: 120px;
    }

    .cta-btn {
        width: 100%;
        padding: 8px;
        font-size: .7rem;
    }

}

.gallery-hero {
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 20px;
}

.gallery-hero-content {
    max-width: 850px;
}

.gallery-hero span {
    color: #00B4D8;
    letter-spacing: 3px;
    font-weight: 600;
}

.gallery-hero h1 {
    font-size: 4rem;
    color: #fff;
    margin: 20px 0;
}

.gallery-hero p {
    color: #CAF0F8;
    line-height: 1.9;
    font-size: 1.1rem;
}

.gallery-stats {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding-bottom: 100px;
}

.stat-box {
    background: #061327;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    border: 1px solid rgba(0, 180, 216, .15);
}

.stat-box h2 {
    color: #00B4D8;
    font-size: 2.5rem;
}

.stat-box p {
    color: #CAF0F8;
}

.gallery-intro {
    text-align: center;
    padding-bottom: 70px;
}

.gallery-intro h2 {
    color: #fff;
    font-size: 3rem;
}

.gallery-intro p {
    color: #CAF0F8;
}

.work-gallery {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .5s;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .9),
            transparent);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px;
}

.overlay h3 {
    color: white;
}

.overlay p {
    color: #CAF0F8;
}

.featured-project {
    width: 90%;
    max-width: 1200px;
    margin: 120px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.featured-content span {
    color: #00B4D8;
}

.featured-content h2 {
    color: white;
    font-size: 3rem;
    margin: 20px 0;
}

.featured-content p,
.featured-content li {
    color: #CAF0F8;
    line-height: 1.9;
}

.featured-image img {
    width: 100%;
    border-radius: 20px;
}

.brands-worked {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding-bottom: 120px;
}

.brands-worked h2 {
    color: white;
    margin-bottom: 50px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.brands-grid div {
    background: #061327;
    padding: 25px;
    border-radius: 15px;
    color: #CAF0F8;
    border: 1px solid rgba(0, 180, 216, .15);
}

.work-cta {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 120px;
    text-align: center;
    background: #061327;
    padding: 70px;
    border-radius: 25px;
}

.work-cta h2 {
    color: white;
    font-size: 3rem;
}

.work-cta p {
    color: #CAF0F8;
    margin: 20px 0 30px;
}

.work-cta a {
    display: inline-block;
    text-decoration: none;
    background: #00B4D8;
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
}

/* ========================= */
/* 1200px */
/* ========================= */

@media (max-width:1200px) {

    .gallery-hero h1 {
        font-size: 3.5rem;
    }

    .featured-content h2 {
        font-size: 2.5rem;
    }

}

/* ========================= */
/* 992px */
/* ========================= */

@media (max-width:992px) {

    .gallery-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-project {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .featured-image {
        order: -1;
    }

    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-hero h1 {
        font-size: 3rem;
    }

}

/* ========================= */
/* 768px */
/* ========================= */

@media (max-width:768px) {

    .gallery-hero {
        min-height: 60vh;
        padding: 100px 20px;
    }

    .gallery-hero h1 {
        font-size: 2.4rem;
    }

    .gallery-hero p {
        font-size: 1rem;
    }

    .gallery-intro h2 {
        font-size: 2rem;
    }

    .featured-content h2 {
        font-size: 2rem;
    }

    .work-gallery {
        grid-template-columns: 1fr;
    }

    .work-cta {
        padding: 50px 25px;
    }

    .work-cta h2 {
        font-size: 2rem;
    }

}

/* ========================= */
/* 576px */
/* ========================= */

@media (max-width:576px) {

    .gallery-stats {
        grid-template-columns: 1fr;
    }

    .brands-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-card img {
        height: 280px;
    }

    .gallery-hero h1 {
        font-size: 2rem;
    }

    .gallery-intro h2 {
        font-size: 1.8rem;
    }

    .featured-content h2 {
        font-size: 1.8rem;
    }

    .featured-project {
        margin: 80px auto;
    }

    .work-cta h2 {
        font-size: 1.7rem;
    }

}

/* ========================= */
/* 450px */
/* ========================= */

@media (max-width:450px) {

    .gallery-hero h1 {
        font-size: 1.7rem;
        line-height: 1.3;
    }

    .gallery-hero span {
        font-size: .8rem;
        letter-spacing: 2px;
    }

    .stat-box {
        padding: 25px;
    }

    .stat-box h2 {
        font-size: 2rem;
    }

    .gallery-card img {
        height: 240px;
        background-size: contain;
    }

    .overlay {
        padding: 20px;
    }

    .overlay h3 {
        font-size: 1rem;
    }

    .overlay p {
        font-size: .85rem;
    }

    .featured-content h2 {
        font-size: 1.5rem;
    }

    .work-cta {
        padding: 40px 20px;
    }

    .work-cta a {
        width: 100%;
        text-align: center;
    }

}

/* ========================= */
/* 350px */
/* ========================= */

@media (max-width:350px) {

    .gallery-hero h1 {
        font-size: 1.4rem;
    }

    .gallery-hero p {
        font-size: .9rem;
    }

    .gallery-intro h2 {
        font-size: 1.4rem;
    }

    .featured-content h2 {
        font-size: 1.3rem;
    }

    .gallery-card img {
        height: 200px;
    }

    .brands-grid div {
        padding: 18px;
        font-size: .9rem;
    }

    .work-cta h2 {
        font-size: 1.4rem;
    }

}

/* ========================= */
/* 250px */
/* ========================= */

@media (max-width:250px) {

    * {
        word-break: break-word;
    }

    .gallery-hero h1 {
        font-size: 1.1rem;
    }

    .gallery-hero p {
        font-size: .75rem;
    }

    .gallery-intro h2 {
        font-size: 1rem;
    }

    .featured-content h2 {
        font-size: 1rem;
    }

    .overlay h3 {
        font-size: .8rem;
    }

    .overlay p {
        font-size: .7rem;
    }

    .stat-box h2 {
        font-size: 1.4rem;
    }

    .stat-box p {
        font-size: .75rem;
    }

    .work-cta h2 {
        font-size: 1rem;
    }

    .work-cta p {
        font-size: .75rem;
    }

}

/* ========================= */
/* 200px */
/* ========================= */

@media (max-width:200px) {

    .gallery-card img {
        height: 120px;
    }

    .overlay {
        padding: 10px;
    }

    .work-cta a {
        padding: 8px;
        font-size: .65rem;
    }

    .brands-grid div {
        padding: 10px;
        font-size: .7rem;
    }

}

.policy-hero {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 20px;
}

.policy-hero-content {
    max-width: 900px;
}

.policy-hero span {
    color: #00B4D8;
    letter-spacing: 3px;
    font-weight: 600;
}

.policy-hero h1 {
    color: #fff;
    font-size: 4rem;
    margin: 20px 0;
}

.policy-hero p {
    color: #CAF0F8;
    line-height: 1.9;
}

.last-update {
    margin-top: 25px;
    color: #00B4D8;
    font-weight: 600;
}

.policy-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 120px;
}

.policy-card {
    background: #061327;
    border: 1px solid rgba(0, 180, 216, .15);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
}

.policy-card h2 {
    color: #fff;
    margin-bottom: 20px;
}

.policy-card p {
    color: #CAF0F8;
    line-height: 1.9;
    margin-bottom: 15px;
}

.policy-card ul {
    padding-left: 25px;
}

.policy-card li {
    color: #CAF0F8;
    line-height: 1.8;
    margin-bottom: 10px;
}

.policy-actions {
    margin-top: 50px;
    background: #061327;
    border: 1px solid rgba(0, 180, 216, .15);
    border-radius: 20px;
    padding: 35px;
}

.policy-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
    color: #CAF0F8;
    line-height: 1.8;
    cursor: pointer;
}

.policy-checkbox input {
    margin-top: 6px;
    width: 18px;
    height: 18px;
    accent-color: #00B4D8;
}

.policy-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.policy-btn {
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.home-btn {
    background: transparent;
    color: #CAF0F8;
    border: 1px solid rgba(0, 180, 216, .3);
}

.home-btn:hover {
    border-color: #00B4D8;
    transform: translateY(-3px);
}

.accept-btn {
    background: #00B4D8;
    color: #fff;
}

.accept-btn:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 10px 25px rgba(0, 180, 216, .3); */
}

.policy-card ul {
    margin-top: 15px;
    padding-left: 25px;
}

.policy-card li {
    color: #CAF0F8;
    margin-bottom: 12px;
    line-height: 1.8;
}

/* ===================================== */
/* LEGAL PAGES RESPONSIVE */
/* Privacy • Terms • Disclaimer */
/* ===================================== */

@media (max-width:1200px) {

    .policy-container {
        width: 92%;
    }

}

/* ===================================== */

@media (max-width:992px) {

    .policy-hero h1 {
        font-size: 3rem;
    }

    .policy-card {
        padding: 35px;
    }

}

/* ===================================== */

@media (max-width:768px) {

    .policy-hero {
        min-height: 50vh;
        padding: 100px 20px;
    }

    .policy-hero h1 {
        font-size: 2.5rem;
    }

    .policy-hero p {
        font-size: 1rem;
    }

    .policy-card {
        padding: 30px;
    }

    .policy-card h2 {
        font-size: 1.4rem;
    }

    .policy-card p,
    .policy-card li {
        font-size: .95rem;
    }

}

/* ===================================== */

@media (max-width:576px) {

    .policy-hero {
        padding: 80px 15px;
    }

    .policy-hero h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .policy-hero span {
        font-size: .8rem;
        letter-spacing: 2px;
    }

    .policy-card {
        padding: 25px;
        border-radius: 16px;
    }

    .policy-card h2 {
        font-size: 1.25rem;
    }

    .policy-actions {
        padding: 25px;
    }

    .policy-buttons {
        flex-direction: column;
    }

    .policy-btn {
        width: 80%;
        text-align: center;
    }

}

/* ===================================== */

@media (max-width:450px) {

    .policy-hero h1 {
        font-size: 1.7rem;
    }

    .policy-hero p {
        font-size: .9rem;
    }

    .policy-card {
        padding: 20px;
    }

    .policy-card h2 {
        font-size: 1.1rem;
    }

    .policy-card p,
    .policy-card li {
        font-size: .9rem;
        line-height: 1.8;
    }

    .last-update {
        font-size: .85rem;
    }

    .policy-checkbox {
        font-size: .85rem;
    }

}

/* ===================================== */

@media (max-width:350px) {

    .policy-hero h1 {
        font-size: 1.45rem;
    }

    .policy-hero p {
        font-size: .85rem;
    }

    .policy-card {
        padding: 16px;
    }

    .policy-card h2 {
        font-size: 1rem;
    }

    .policy-card p,
    .policy-card li {
        font-size: .82rem;
    }

    .policy-btn {
        padding: 12px 20px;
        font-size: .85rem;
    }

}

/* ===================================== */

@media (max-width:280px) {

    .policy-hero {
        padding: 60px 10px;
    }

    .policy-hero h1 {
        font-size: 1.2rem;
    }

    .policy-hero span {
        font-size: .7rem;
    }

    .policy-card {
        padding: 12px;
    }

    .policy-card h2 {
        font-size: .9rem;
    }

    .policy-card p,
    .policy-card li {
        font-size: .75rem;
        line-height: 1.7;
    }

    .policy-actions {
        padding: 15px;
    }

    .policy-checkbox {
        font-size: .75rem;
    }

    .policy-btn {
        padding: 10px;
        font-size: .75rem;
    }

}

/* ===================================== */
/* EXTREME SMALL DEVICES */
/* ===================================== */

@media (max-width:200px) {

    * {
        word-break: break-word;
    }

    .policy-hero h1 {
        font-size: 1rem;
    }

    .policy-hero p {
        font-size: .65rem;
    }

    .policy-card h2 {
        font-size: .75rem;
    }

    .policy-card p,
    .policy-card li {
        font-size: .65rem;
    }

    .policy-btn {
        padding: 8px;
        font-size: .65rem;
    }

}

.policy-container,
.policy-card,
.policy-actions {
    max-width: 100%;
}

.policy-card a,
.policy-card p,
.policy-card li {
    overflow-wrap: anywhere;
}

.products-hero {
    position: relative;
    min-height: 70vh;

    background:
        linear-gradient(rgba(2, 16, 36, .85),
            rgba(2, 16, 36, .75)),
        url("/banner.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    padding: 80px 0;
    border-bottom: 4px solid #0f8ae2;
}

.products-hero-content {
    width: 90%;
    max-width: 1700px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.hero-tag {
    display: inline-block;
    color: #00B4D8;
    letter-spacing: 3px;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.products-hero h1 {
    color: #fff;
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
    font-family: myfont2;
}

.products-hero p {
    max-width: 700px;
    color: #CAF0F8;
    line-height: 1.9;
    font-size: 1.05rem;
}

.hero-btns {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.hero-primary-btn {
    text-decoration: none;
    background: #00B4D8;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.hero-primary-btn:hover {
    transform: translateY(-4px);
}

.hero-secondary-btn {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    transition: .3s;
}

.hero-secondary-btn:hover {
    background: rgba(255, 255, 255, .08);
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.hero-stat h3 {
    color: #00B4D8;
    font-size: 2rem;
    margin-bottom: 5px;
}

.hero-stat p {
    color: #CAF0F8;
    font-size: .95rem;
}

/* ========================= */
/* OFFER SLIDER */
/* ========================= */

.offer-slider-section {
    width: 90%;
    max-width: 1400px;
    margin: 100px auto;
}

.offer-slider {
    overflow: hidden;
    border-radius: 25px;
    position: relative;
}

.offer-track {
    display: flex;
    width: max-content;
    animation: offerScroll 25s linear infinite;
}

.offer-slider:hover .offer-track {
    animation-play-state: paused;
}

.offer-slide {
    width: 700px;
    height: 400px;
    flex-shrink: 0;
    margin-right: 25px;
}

.offer-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 25px;
    display: block;
}

/* Infinite Animation */

@keyframes offerScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-2900px);
    }

}

.offer-slider::before,
.offer-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.offer-slider::before {
    left: 0;
    background: linear-gradient(to right,
            #021024,
            transparent);
}

.offer-slider::after {
    right: 0;
    background: linear-gradient(to left,
            #021024,
            transparent);
}

/* ================================= */
/* STORE SECTION */
/* ================================= */

.store-section {
    width: 90%;
    max-width: 1400px;
    margin: 120px auto;
    position: relative;
}

.store-header {
    text-align: center;
    margin-bottom: 60px;
}

.store-tag {
    display: inline-block;
    color: #00B4D8;
    letter-spacing: 3px;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.store-header h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 15px;
}

.store-header p {
    max-width: 700px;
    margin: auto;
    color: #CAF0F8;
    line-height: 1.8;
}

/* ================================= */
/* SEARCH + FILTER */
/* ================================= */

.store-controls {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.search-box {
    width: 450px;
    height: 60px;
    background: #071a32;
    border: 1px solid rgba(0, 180, 216, .15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.search-box i {
    color: #00B4D8;
    font-size: 18px;
}

.search-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding-left: 15px;
    color: #fff;
    font-size: .95rem;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, .5);
}

#categoryFilter {
    width: 260px;
    height: 60px;
    background: #071a32;
    border: 1px solid rgba(0, 180, 216, .15);
    border-radius: 15px;
    color: #fff;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
}

#categoryFilter option {
    background: #071a32;
}

/* ================================= */
/* CART BUTTON */
/* ================================= */

.cart-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: #00B4D8;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 999;
    /* box-shadow: 0 10px 30px rgba(0, 180, 216, .35); */
}

#cartCount {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 28px;
    height: 28px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    font-weight: 700;
}

/* ================================= */
/* PRODUCTS GRID */
/* ================================= */

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

/* ================================= */
/* PRODUCT CARD */
/* ================================= */

.product-card {
    background: #071a32;
    border: 1px solid rgba(0, 180, 216, .12);
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: .35s;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 180, 216, .4);
}

.product-card img {
    background-color: white;
    width: 100%;
    height: 260px;
    object-fit: contain;
    display: block;
}

/* ================================= */
/* OFFER BADGE */
/* ================================= */

.offer-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #dc2626;
    color: white;
    font-size: .8rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    z-index: 5;
}

.offer-badge.no-offer {
    background: #991B1B;
}

/* ================================= */
/* PRODUCT CONTENT */
/* ================================= */

.product-content {
    padding: 25px;
}

.product-category {
    color: #00B4D8;
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-content h3 {
    color: white;
    margin: 12px 0;
    font-size: 1.35rem;
}

.product-content p {
    color: #CAF0F8;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ================================= */
/* PRICING */
/* ================================= */

.price-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.old-price {
    color: #999;
    text-decoration: line-through;
}

.new-price {
    color: #00B4D8;
    font-size: 1.3rem;
    font-weight: 700;
}

/* ================================= */
/* ACTION BUTTONS */
/* ================================= */

.product-actions {
    display: flex;
    gap: 10px;
}

.product-actions button {
    flex: 1;
    height: 50px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    transition: .3s;
}

.view-product {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12) !important;
}

.view-product:hover {
    background: rgba(255, 255, 255, .05);
}

.add-cart {
    background: #00B4D8;
    color: white;
    font-weight: 600;
}

.add-cart:hover {
    transform: translateY(-2px);
}

/* ================================= */
/* EMPTY STATE */
/* ================================= */

.no-products {
    width: 100%;
    text-align: center;
    padding: 60px;
    color: #CAF0F8;
    display: none;
}

/* ================================= */
/* LOADING SHIMMER (Future Use) */
/* ================================= */

.product-card.loading {
    overflow: hidden;
}

.product-card.loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .05),
            transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {

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

    to {
        transform: translateX(100%);
    }

}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -450px;
    width: 420px;
    height: 100vh;

    background: #071a32;

    z-index: 9999;

    transition: .4s;

    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-header {
    padding: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h3 {
    color: white;
}

.cart-header button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

#cartItems {
    flex: 1;
    overflow: auto;
    padding: 20px;
}

.cart-product {
    background: #102443;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.cart-product h4 {
    color: white;
    margin-bottom: 8px;
}

.cart-product p {
    color: #CAF0F8;
}

.cart-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.cart-actions button {
    height: 35px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.cart-footer {
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 20px;
}

#checkoutBtn {
    width: 100%;
    height: 55px;

    border: none;

    background: #00B4D8;

    color: white;

    border-radius: 12px;

    cursor: pointer;
}

.product-modal {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, .8);

    display: none;

    justify-content: center;
    align-items: center;

    z-index: 10000;
}

.product-modal.active {
    display: flex;
}

.modal-box {
    width: 90%;
    max-width: 1000px;

    background: #071a32;

    border-radius: 20px;

    overflow: hidden;

    display: grid;

    grid-template-columns: 1fr 1fr;

    position: relative;
}

.modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-content {
    padding: 40px;
}

.modal-content span {
    color: #00B4D8;
}

.modal-content h2 {
    color: white;
    margin: 15px 0;
}

.modal-content p {
    color: #CAF0F8;
    line-height: 1.8;
}

.modal-content h3 {
    color: #00B4D8;
    margin: 25px 0;
}

.modal-buttons {
    display: flex;
    gap: 15px;
}

.modal-buttons button {
    flex: 1;
    height: 55px;

    border: none;

    border-radius: 12px;

    cursor: pointer;
}

#modalAddCart {
    background: #00B4D8;
    color: white;
}

#whatsappOrder {
    background: #25D366;
    color: white;
}

.close-modal {
    position: absolute;

    top: 15px;
    right: 15px;

    width: 45px;
    height: 45px;

    border: none;

    border-radius: 50%;

    cursor: pointer;

    font-size: 24px;

    z-index: 2;
}

/* ========================= */
/* FORM BOX */
/* ========================= */

.checkout-form {
    position: relative;
    /* ❗ important */
    margin: auto;

    width: 90%;
    max-width: 420px;

    background: #fff;
    padding: 20px;
    border-radius: 12px;

    transform: none !important;
    /* ❗ kill any conflict */
}

/* when modal active */
.checkout-modal.active .checkout-form {
    transform: scale(1);
}

/* ========================= */
/* FORM ELEMENTS */
/* ========================= */

.checkout-form h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #03045E;
}

.checkout-form input {
    width: 90%;
    padding: 10px;
    margin: 8px 0;

    border: 1px solid #ccc;
    border-radius: 6px;

    font-size: 14px;

}

.checkout-form .rd {
    width: inherit;
    margin-inline: 10px;
}

.upi-rd {
    display: flex;
    align-items: center;
}

.checkout-form textarea,
.checkout-form select {
    width: 90%;
    padding: 10px;
    margin: 8px 0;

    border: 1px solid #ccc;
    border-radius: 6px;

    font-size: 14px;
}

.checkout-form textarea {
    resize: none;
    height: 80px;
}

/* ========================= */
/* PAYMENT SECTION */
/* ========================= */

.checkout-form h3 {
    margin-top: 10px;
    margin-bottom: 8px;
}

.checkout-form label {
    display: inline;
    margin: 5px 0;
    font-size: 14px;
}

/* ========================= */
/* UPI SECTION */
/* ========================= */

#upiSection {
    margin-top: 10px;
    padding: 10px;

    background: #f5f5f5;
    border-radius: 8px;
}

/* ========================= */
/* BUTTON */
/* ========================= */

#orderBtn {
    width: 100%;
    padding: 12px;

    margin-top: 15px;

    background: #03045E;
    color: white;

    border: none;
    border-radius: 8px;

    font-size: 16px;

    cursor: pointer;
    transition: 0.3s;
}

#orderBtn:hover {
    background: #0077B6;
}

.checkout-product {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
}


/* ========================= */
/* PRODUCTS HERO RESPONSIVE */
/* ========================= */

@media (max-width: 992px) {

    .products-hero {
        padding: 140px 20px 80px;
    }

    .products-hero-content h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .products-hero-content p {
        font-size: 1rem;
        max-width: 700px;
    }

    .hero-stats {
        gap: 20px;
        flex-wrap: wrap;
    }

}

@media (max-width: 768px) {

    .products-hero {
        padding: 120px 20px 70px;
        min-height: auto;
    }

    .products-hero-content {
        width: 100%;
    }

    .hero-tag {
        font-size: 0.85rem;
    }

    .products-hero-content h1 {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .products-hero-content p {
        font-size: 0.95rem;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero-btns {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }

    .hero-btns a {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-top: 35px;
    }

    .hero-stat h3 {
        font-size: 1.4rem;
    }

    .hero-stat p {
        font-size: 0.8rem;
    }

}

@media (max-width: 480px) {

    .products-hero {
        padding: 50px 30px 60px;
        height: 60vh;
        background-size: contain;
        background:
            linear-gradient(rgba(2, 16, 36, .85),
                rgba(2, 16, 36, .75)),
            url("/banner4.png");


    }

    .products-hero-content h1 {
        font-size: 1.8rem;
    }

    .products-hero-content p {
        font-size: 0.9rem;
    }

    .hero-tag {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

    .hero-stats {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1px;
    }

    .hero-btns {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        max-width: 145px;
    }

    .hero-primary-btn {
        padding: 10px;
        font-size: 10px;
    }

    .hero-secondary-btn {
        padding: 8px;
        font-size: 10px;
    }

    .hero-stat {
        padding: 12px;
    }

    .hero-stat h3 {
        font-size: 1.3rem;
    }

    .hero-stat p {
        font-size: 0.8rem;
    }

}

/* ========================= */
/* OFFER SLIDER RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .offer-slider-section {
        width: 95%;
        margin: 60px auto;
    }

    .offer-slide {
        width: 90vw;
        height: auto;
        margin-right: 15px;
    }

    .offer-track {
        animation-duration: 40s;
    }

    .offer-slide img {
        height: auto;
        border-radius: 15px;
    }

    .offer-slider::before,
    .offer-slider::after {
        width: 40px;
    }

}

@media (max-width: 480px) {

    .offer-slider-section {
        width: 90%;
        padding: 0 10px;
        margin: 40px auto;
    }

    .offer-slide {
        width: calc(100vw - 20px);
        margin-right: 10px;
    }

    .offer-slide img {
        border-radius: 12px;
    }

    .offer-slider::before,
    .offer-slider::after {
        display: none;
    }

}

/* ========================= */
/* STORE SECTION RESPONSIVE */
/* ========================= */

@media (max-width: 992px) {

    .store-section {
        width: 95%;
        margin: 80px auto;
    }

    .store-header h2 {
        font-size: 2.4rem;
    }

    .search-box {
        width: 100%;
        max-width: 500px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

}

@media (max-width: 768px) {

    .search-box {
        max-width: 80%;
    }

    .store-section {
        margin: 60px auto;
    }

    .store-header {
        margin-bottom: 40px;
    }

    .store-header h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .store-header p {
        font-size: .95rem;
    }

    .store-controls {
        flex-direction: column;
        gap: 15px;
    }

    .search-box,
    #categoryFilter {
        width: 90%;
    }

    .products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .product-card img {
        height: 240px;
    }

    .product-content {
        padding: 20px;
    }

    .product-content h3 {
        font-size: 1.2rem;
    }

    .product-actions {
        flex-direction: column;
    }

    .product-actions button {
        width: 100%;
        padding: 10px;
    }

    .cart-button {
        width: 60px;
        height: 60px;
        right: 15px;
        bottom: 15px;
        font-size: 20px;
    }

    .cart-sidebar {
        width: 100%;
        right: -100%;
    }

    .modal-box {
        grid-template-columns: 1fr;
        width: 95%;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-image img {
        height: 250px;
    }

    .modal-content {
        padding: 25px;
    }

    .modal-buttons {
        flex-direction: column;
    }

}

@media (max-width: 480px) {

    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cart-sidebar {
        height: 100%;
    }

    .store-header h2 {
        font-size: 1.6rem;
    }

    .store-tag {
        font-size: .75rem;
        letter-spacing: 2px;
    }

    .search-box,
    #categoryFilter {
        height: 55px;
    }

    .product-card img {
        height: 200px;
    }

    .product-content {
        padding: 18px;
    }

    .product-content h3 {
        font-size: 1.1rem;
    }

    .product-content p {
        font-size: .9rem;
    }

    .offer-badge {
        font-size: .7rem;
        padding: 6px 12px;
    }

    .new-price {
        font-size: 1.15rem;
    }

    .cart-button {
        width: 55px;
        height: 55px;
    }

    #cartCount {
        width: 24px;
        height: 24px;
        font-size: .7rem;
    }

}

/* ========================= */
/* CHECKOUT FORM RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .checkout-form {
        width: 95%;
        max-width: 100%;
        padding: 18px;
        border-radius: 10px;
    }

    .checkout-form h2 {
        font-size: 1.6rem;
    }

    .checkout-form input,
    .checkout-form textarea,
    .checkout-form select {
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
    }

    .checkout-product {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    #orderBtn {
        font-size: 15px;
        padding: 14px;
    }

}

@media (max-width: 480px) {

    .checkout-form {
        width: 90%;
        padding: 15px;
        border-radius: 8px;
    }

    .checkout-form h2 {
        font-size: 1.4rem;
    }

    .checkout-form h3 {
        font-size: 1rem;
    }

    .checkout-form input,
    .checkout-form textarea,
    .checkout-form select {
        padding: 12px;
        font-size: 14px;
    }

    .upi-rd {
        gap: 8px;
        flex-wrap: wrap;
    }

    #upiSection h4 {
        font-size: 13px;
        word-break: break-all;
    }

    #orderBtn {
        font-size: 14px;
        padding: 12px;
    }

    .checkout-product {
        font-size: 14px;
        padding: 8px;
    }

}