/* stylr.css */
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    user-select: none;
}

:root {
    --dark-1: #000010;
    /* super dark blue/blackish */
    --orb-1-color: rgba(7, 122, 253, 0.3);
    /* subtle light blue */
    --orb-2-color: rgba(0, 180, 255, 0.4);
    /* more light blue */
    --orb-3-color: rgba(0, 230, 255, 0.5);
    /* brightest light blue */
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glow-cyan: rgba(0, 240, 255, 0.4);
    --glow-magenta: rgba(255, 0, 212, 0.4);
    --primary: rgba(0, 230, 255, 0.5);
    --secondary: rgba(0, 180, 255, 0.4);
    --accent: rgba(0, 120, 255, 0.3);
    --primary-black: #0a0a0a;
    --carbon-dark: #121212;
    --carbon-medium: #1a1a1a;
    --carbon-light: #2a2a2a;
    --metal-dark: #3a3a3a;
    --metal-light: #4a4a4a;
    --accent-red: #ff3333;
    --accent-blue: #00a8ff;
    --accent-green: #00ff88;
    --accent-purple: #9945ff;
    --accent-cyan: #00ffff;
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-dim: #808080;
    --green: var(--accent-green);
    --border: rgb(39, 39, 40);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: var(--orb-3-color);
    transition: background-color 9999s ease-in-out 0s;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    display: flex;
    flex-direction: column;
    font-weight: 300;

}

main {
    margin-top: 150px;
}

.mainheading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 66px;
    text-align: center;

}

.subheading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1500px;
    padding: 0 19px;
    text-align: center;
    line-height: 40px;
    margin: 19px 0px;
    font-weight: 200;
}

.bahubali {
    /* padding: 40px; */
    /* transition: all 1s ease-in; */
    margin: 50px 0;
    line-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    max-width: 600px;
    line-height: 40px;
    font-weight: 300;
    color: #ccefff;
    margin-bottom: 30px;
}

.home-images {
    overflow: hidden;
    padding: 30px;
}

.home-images-slider {
    display: flex;
    justify-content: center;
    animation: slide 15s linear infinite;
}

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

    100% {
        transform: translateX(-38%);
        /* Adjust the percentage based on the number of images */
    }
}

.a {
    display: flex;
    flex-direction: column;
}

.home-images img {
    width: 330px;
    height: 240px;
    border-radius: 30px;
    margin: 11px 11px;
}

.b {
    margin: 25px 0 0 0;
    display: flex;
    flex-direction: column;
}

/* .c {
    padding: 10px 5px;
} */
/* 
.d {
    padding: 5px 5px;
} */

li {
    list-style: none;
}

/* img {
    width: 297px;
    padding: 20px;
    border-radius: 5px;
} */

.sechead {
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.para {
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(57, 55, 55);
}

#chuchu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ia {
    width: 90vw;
    border-radius: 16px;
}


.hero {
    display: flex;
    justify-content: center;

}

.herotext {
    padding-left: 90px;
    padding-top: 70px;
}

.heroh1 {
    font-size: 50px;

}

#himg {
    width: 581px;
    margin-left: 50px;
}

#himg2 {
    padding-top: 131px;
    padding-left: 54px;
    width: 572px;
}

.p2 {
    padding-left: 55px;
}

#he1 {
    font-size: 46px;
}

#para1 {

    font-size: 20px;
}

.backimg {
    background-image: url(https://img.freepik.com/premium-photo/colorful-painting-forest-with-forest-city-background_915071-2665.jpg?w=1060);
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.backh1 {
    color: white;
    font-size: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 157px;
}

.backp {
    color: white;
    font-size: 25px;

}

.divp {
    display: flex;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

#lh {
    font-size: 44px;
    font-weight: 600;

}

.lh1 {
    display: flex;

    justify-content: center;
    padding-top: 95px;
}

.ldiv {
    display: flex;
    padding: 90px;
    justify-content: center;
}

.ldiv2>ul>li {
    margin-top: 20px;
}

#ll1 {
    width: 423px;
    padding-left: 20px;


}

#ll2 {
    width: 490px;
}

.la1 {
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
    font-weight: 400;
}

.ldiv2 {
    padding: 40px;
}

#ll3 {
    padding-left: 20px;
}

.la2 {
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
    font-weight: 400;
}

.blue {
    padding: 60px;

    display: flex;
    /* align-content: center; */
    /* justify-content: center; */
}

.blu1 {
    width: 384px;
    padding-left: 9px;
}

.blu1 h1 {
    text-align: center;
}

.blu1 p {
    color: rgb(57, 55, 55);
    font-weight: 1000;
}

.blu2 {
    width: 384px;
    padding-left: 91px;
}

.blu3 {
    width: 384px;
    padding-left: 91px;
}

.blu4 {
    width: 384px;
    padding-left: 91px;
}

.blu2 ul li {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blu3 ul li {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blu4 ul li {

    padding-left: 20px;
    margin-bottom: 20px;
}

.blu2 ul li:hover a {
    text-decoration: none;
    text-decoration-color: #62666a;
}

.blu3 ul li:hover a {
    text-decoration: none;
    text-decoration-color: #62666a;

}

.blu4 ul li:hover a {
    text-decoration: none;
    text-decoration-color: #62666a;
}



.li-link2 {
    text-decoration: none;
    color: white;
    font-weight: 400;

}

.li-link:hover {
    color: var(--orb-3-color);
    transform: scale(1.5);
    transition: transform 0.3s ease;
}

/* About.css */
.about-mainheading {
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: black;
}

.about-subheading {
    font-size: 25px;
    font-weight: 400;
    color: black;
    margin: 15px 0 0 0;
}

.about-text {
    font-size: medium;
    font-weight: normal;
    flex-direction: column;
}

.about-text>p {
    width: 880px;
    margin: 25px;
}

.about-bahubali-a {
    background-color: blue;
    color: white;
    width: 210px;
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
}

.aboutimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutimg>img {
    width: 80%;
    padding: 80px;
}

.media {
    text-align: center;
    color: black;
    font-weight: bold;
}

.gif {
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gif>img {
    width: 689px;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    background-color: rgb(59, 130, 246);
    width: 689px;
    height: 389px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 146px; */
    opacity: .4;
}

.pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic img {
    width: 387px;
    height: 246px;
}

.pic a {
    text-decoration: none;
    color: black;
}

.pic span {
    color: rgb(187, 184, 181)
}

.apic {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;


}

/* add.css */
.bacimg {
    background-image: url(https://wallpapercave.com/wp/wp11183942.jpg);
    height: 450px;
    background-size: cover;
    /* background-repeat: no-repeat;  */
    /* background-attachment: fixed;  */


}

.add-backh1 {
    color: white;
    font-size: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.add-backp {
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin-left: 382px;

}

.add-divp {
    display: flex;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

.add-but {
    background-color: rgb(52, 52, 225);
    color: white;
    margin-left: 686px;
    margin-top: 65px;
    width: 180px;
    height: 57px;
    border-radius: 30px;
    border-style: none;
    font-weight: 500;

}

.sec {
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 153px;
}

.secp {
    margin-left: 52px;
    color: rgb(57, 55, 55);
    font-weight: 100;
    font-size: 16px;
}

.sp {
    display: flex;
    flex-direction: column;
    margin-left: 126px;
    color: rgb(57, 55, 55);
    font-weight: 100;
    font-size: 16px;
}

.ph {
    text-align: center;
    color: black;
    font-weight: 700;
}

.partner {
    text-align: center;
    color: black;
    font-weight: 700;
    padding: 173px;
}

.imgs {
    display: flex;

}

.ad {
    width: 118px;
}

.adh2 {
    font-weight: normal;
    font-size: 22px;
}

.adp {
    font-weight: normal;
    font-size: 17px;
}

#ad3 {
    height: 113px;
}


.friends {
    width: 1098px;
    padding: 99px;
    margin-left: 257px;

}

/* contact.css */
.contact-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 0;
}

#form2 {
    display: none;
    margin: 50px auto;


}

.formdesign>input {
    width: 400px;
    height: 90px;
}

.formdesign>textarea {
    width: 400px;
    height: auto;
    min-height: 90px;
    resize: none;
}

.contact-but:hover {
    background: linear-gradient(45deg, var(--primary), var(--accent));
    box-shadow: 0 4px 15px var(--orb-3-color);
    color: white;


    text-decoration: none;
    border-radius: 50px;




}

.follow {
    margin: 50px;
    text-align: center;
}

.follow img {
    width: 65px;

}

.follow>ul {
    list-style: none;

}

.follow>ul>li {
    display: inline-block;
}

/* formstyle.css */
.formdiv {

    background: linear-gradient(135deg, var(--dark-1), var(--orb-1-color));
    border-radius: 20px;



    /* base shadow */
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.8),
        0 0 25px rgba(7, 122, 253, 0.25);

    margin: 100px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}





/* glow up & down */
@keyframes glowPulse {
    0% {
        box-shadow:
            0 15px 35px rgba(0, 0, 0, 0.8),
            0 0 20px rgba(7, 122, 253, 0.25);
    }

    50% {
        box-shadow:
            0 20px 45px rgba(0, 0, 0, 0.9),
            0 0 45px rgba(0, 230, 255, 0.6);
    }

    100% {
        box-shadow:
            0 15px 35px rgba(0, 0, 0, 0.8),
            0 0 20px rgba(7, 122, 253, 0.25);
    }
}

/* slow color movement */



.sell-formdiv {
    display: flex;
    justify-content: space-around;
    background-color: rgb(129 80 145);
    width: 75%;
    padding: 30px;
    margin: 0;
    border-radius: 25px;

}

.formh1 {

    background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-align: center;
    font-size: clamp(2.2rem, 6vw, 4rem);
    margin: 25px 0;
}

.sell-formh1 {
    color: white;
    text-align: center;
}

.formdesign {
    font-size: 20px;
    padding: 20px 0;
    /* height: 5px; */
    color: white;
    font-weight: bolder;
}

.formdesign input {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    height: 54px;
    text-align: center;
    caret-color: var(--orb-3-color);
    color: var(--accent-blue);
    font-size: 20px;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
}

.formdesign textarea {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);

    text-align: center;
    caret-color: var(--orb-3-color);
    color: var(--accent-blue);
    font-size: 20px;
    outline: none;
    cursor: pointer;
    padding: 24px;
    transition: all 0.3s ease;

}

.formdesign input:hover {
    border: 1px solid var(--orb-3-color);
    box-shadow: 0 20px 40px rgba(37, 133, 205, 0.2);

}

.formdesign textarea:hover {
    border: 1px solid var(--orb-3-color);
    box-shadow: 0 20px 40px rgba(37, 133, 205, 0.2);

}

.formdesign input:focus::placeholder {
    border: 1px solid var(--orb-3-color);
    box-shadow: 0 20px 40px rgba(37, 133, 205, 0.2);
    opacity: 0;



}

.formdesign textarea:focus::placeholder {
    border: 1px solid var(--orb-3-color);
    box-shadow: 0 20px 40px rgba(37, 133, 205, 0.2);
    opacity: 0;



}

textarea::placeholder {
    padding: 4px;
    color: rgba(76, 108, 122, 0.8);

}

.sell-formdesign {
    font-size: 20px;
    padding: 20px 50px;
    /* height: 5px; */
    color: white;
    font-weight: bolder;
}

.sell-formdesign input {
    height: 36px;
    padding: 20px;
    border-style: none;
    margin-bottom: -34px;
    border-radius: 11px;
    font-size: 15px;
    background-color: rgb(187 139 211);
    color: white;
    width: 310px;
}

.place::placeholder {
    color: rgba(76, 108, 122, 0.8);


}

.formerror {
    color: rgb(141, 38, 38);
}


.but {

    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--gray);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    width: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;

}

.custom-file-upload {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #7a1c62;
    color: #fff;
    border-radius: 5px;
    margin: 0 20px;
}

.Sell-img {

    margin-top: 26px;
    text-align: center;
}

#fileInput {
    display: none;
}

#sell-btn {
    display: none;
}

.painting-img {
    width: 260px;
    height: 355px;
    margin-top: 25px;
}

.projects-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px 75px;
}

.projects-main-demo {
    width: 260px;
    background: rgb(18, 18, 62);
    border: 5px solid rgb(6, 6, 47);
    border-radius: 30px;
    margin: 31px;
}

.projects-main-demo img {
    width: 260px;
    height: 355px;
    border-radius: 30px 30px 0px 0px;
}

.projects-main-demo-content {
    margin: 25px 15px;
    /* height: 182px; */
}

.projects-main-demo-content-h3 {
    color: rgb(233, 233, 240);
}

.projects-main-demo-content-div {
    color: rgb(174, 174, 185);
    margin: 10px 0px;
    /* height: 180px; */
}

.projects-main-demo-content-btn {
    background: rgb(44 23 66);
    font-size: 1rem;
    color: white;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
}

.projects-main-demo-content-btn:hover {
    background: white;
    color: rgb(44 23 66);
    border: 1px solid rgb(44 23 66);
    transition: 1.5s;
}



/*

TemplateMo 597 Neural Glass

https://templatemo.com/tm-597-neural-glass

*/




/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Enhanced background colors - Purple/Pink/Green palette */
.neural-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: radial-gradient(circle at 15% 85%, rgba(75, 0, 130, 0.7) 0%, transparent 50%), radial-gradient(circle at 85% 15%, rgba(139, 37, 99, 0.8) 0%, transparent 50%), radial-gradient(circle at 45% 60%, rgba(128, 0, 128, 0.6) 0%, transparent 50%), radial-gradient(circle at 70% 40%, rgba(34, 139, 34, 0.4) 0%, transparent 50%), linear-gradient(135deg, #0a0a0a 0%, #2d1b3d 50%, #000000 100%);
    animation: backgroundPulse 14s ease-in-out infinite;
}

@keyframes backgroundPulse {

    0%,
    100% {
        filter: brightness(0.9) saturate(1.4) hue-rotate(0deg);
    }

    33% {
        filter: brightness(1.1) saturate(1.7) hue-rotate(15deg);
    }

    66% {
        filter: brightness(1.0) saturate(1.5) hue-rotate(-10deg);
    }
}

/* Floating geometric shapes */
.geometric-shapes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.shape {
    position: absolute;
    border: 1px solid rgba(0, 255, 255, 0.3);
    animation: floatShape 20s linear infinite;
}

.shape:nth-child(1) {
    width: 100px;
    height: 100px;
    left: 10%;
    animation-delay: 0s;
    border-color: rgba(255, 105, 180, 0.4);
}

.shape:nth-child(2) {
    width: 60px;
    height: 60px;
    left: 70%;
    animation-delay: -5s;
    border-radius: 50%;
    border-color: rgba(147, 112, 219, 0.4);
}

.shape:nth-child(3) {
    width: 80px;
    height: 80px;
    left: 30%;
    animation-delay: -10s;
    transform: rotate(45deg);
    border-color: rgba(224, 163, 255, 0.4);
}

.shape:nth-child(4) {
    width: 120px;
    height: 120px;
    left: 50%;
    animation-delay: -15s;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: linear-gradient(45deg, rgba(255, 105, 180, 0.1), transparent);
}

@keyframes floatShape {
    from {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }

    10%,
    90% {
        opacity: 1;
    }

    to {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Neural network lines */
.neural-lines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.neural-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, #00ffff, transparent);
    height: 1px;
    animation: neuralPulse 3s ease-in-out infinite;
}

.neural-line:nth-child(1) {
    top: 20%;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, #e0a3ff, transparent);
    animation-delay: 0s;
}

.neural-line:nth-child(2) {
    top: 60%;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, #ff69b4, transparent);
    animation-delay: -1s;
}

.neural-line:nth-child(3) {
    top: 40%;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, #9370db, transparent);
    animation-delay: -2s;
}

@keyframes neuralPulse {

    0%,
    100% {
        opacity: 0.2;
        transform: scaleX(0.5);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Glassmorphism styles */
.glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.glass-strong {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Enhanced Header */
header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 96%;
    max-width: 1200px;
    padding: 18px 35px;
    
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
}

header.scrolled {
    background: rgba(var(--orb-3-color), 0.12);
    backdrop-filter: blur(30px);
    border: 1px solid transparent;
    border-radius: 25px;
}

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

.logo {
    display: flex;
    align-items: center;

    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(45deg, #4da6ff, #1a75ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    animation: logoGlow 3s ease-in-out infinite;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-icon {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 10px #4da6ff);
}

@keyframes logoGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 10px #4da6ff);
    }

    50% {
        filter: drop-shadow(0 0 20px #1a75ff);
    }
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 12px;
    align-items: center;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 12px 20px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.nav-links a.active {
    color: #e0a3ff;
    background: linear-gradient(135deg, rgba(224, 163, 255, 0.15), rgba(255, 105, 180, 0.1));
    box-shadow: 0 0 20px rgba(224, 163, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 15px rgba(224, 163, 255, 0.2);
    border: 1px solid rgba(224, 163, 255, 0.3);
    text-shadow: 0 0 10px rgba(224, 163, 255, 0.8);
    transform: translateY(-1px);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color), #4c4cca);
    background-size: 400% 400%;
    border-radius: 17px;
    z-index: -2;
    animation: borderGlow 3s ease infinite;
}



@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    background: var(--orb-2-color);
    box-shadow: 0 0 15px rgba(0, 230, 255, 0.3);
}

/* Mobile menu active state */
.mobile-nav a.active {
    background: linear-gradient(135deg, rgba(224, 163, 255, 0.2), rgba(255, 105, 180, 0.15));
    color: var(--orb-1-color);
    border: 1px solid var(--orb-1-color);
    box-shadow:
        0 0 25px var(--orb-1-color),
        inset 0 1px 0 var(--orb-2-color);
    transform: translateY(-2px);
    text-shadow: 0 0 10px var(--orb-3-color);
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: linear-gradient(45deg, var(--orb-2-color), var(--orb-3-color));
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(9px, 9px);
    background-color: var(--orb-3-color);
}

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

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
    background-color: var(--orb-3-color);
}

.mobile-nav {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
    display: none;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    margin-top: 50px;
}

.mobile-nav.active {
    display: flex;
    
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.mobile-nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.mobile-nav a:hover {
    background: rgba(var(--dark-1), 0.1);
    color: var(--orb-3-color);
    box-shadow: 0 0 20px var(--orb-3-color);
    transform: translateY(-2px);
}

/* Section 1: Modern Redesigned Hero */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;

}

@keyframes heroGlow {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3) rotate(180deg);
        opacity: 1;
    }
}

.hero-content {
    max-width: 1000px;
    padding: 80px 40px;
    margin-top: 120px;
    animation: heroAppear 2.5s ease-out;
    position: relative;
    background: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

@keyframes heroAppear {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero-subtitle {
    font-size: 0.9rem;
    color: var(--orb-3-color);
    margin-bottom: 25px;
    opacity: 0;
    animation: slideInFromLeft 1.2s ease 0.3s forwards;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    position: relative;
    display: inline-block;
    font-weight: 300;
}

.hero-subtitle::before,
.hero-subtitle::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--orb-1-color), transparent);
    animation: linePulse 3s ease infinite;
}

.hero-subtitle::before {
    left: -60px;
}

.hero-subtitle::after {
    right: -60px;
}

@keyframes linePulse {

    0%,
    100% {
        opacity: 0.4;
        transform: scaleX(0.8);
    }

    50% {
        opacity: 1;
        transform: scaleX(1.2);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero h1 {
    font-size: clamp(2.2rem, 6vw, 4rem);
    margin-bottom: 30px;
    background: linear-gradient(135deg, var(--orb-3-color) 0%, var(--orb-2-color) 30%, var(--orb-1-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;

    opacity: 0;
    animation: slideInFromRight 1.2s ease 0.6s forwards, modernGradient 8s ease 0.6s infinite;
}

@keyframes modernGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-description {
    max-width: 700px;
    margin: 40px auto 50px;
    opacity: 0;
    animation: fadeInScale 1.2s ease 0.9s forwards;
    text-align: center;
}

.hero-description p {
    font-size: 1.2rem;
    color: #d1d1d1;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 300;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 40px;
    margin: 60px auto 50px;
    max-width: 640px;
    opacity: 0;
    animation: slideUpStagger 1.2s ease 1.2s forwards;
}

.hero-stat {
    text-align: center;
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg, rgba(224, 163, 255, 0.06), rgba(255, 105, 180, 0.04));
    border: 1px solid rgba(224, 163, 255, 0.15);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.hero-stat:hover {
    transform: translateY(-8px) scale(1.05);
    border-color: rgba(255, 105, 180, 0.3);
    box-shadow: 0 20px 40px rgba(224, 163, 255, 0.1);
}

.hero-stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--orb-3-color);
    display: block;
    text-shadow: 0 0 15px rgba(224, 163, 255, 0.4);
    margin-bottom: 8px;
}

.hero-stat-label {
    font-size: 0.8rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

@keyframes slideUpStagger {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: buttonSlideUp 1.2s ease 1.5s forwards;
}

@keyframes buttonSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #e0a3ff, #ff69b4);
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 15px rgba(224, 163, 255, 0.2);
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid #e0a3ff;
    color: #e0a3ff;
    box-shadow: 0 4px 15px rgba(224, 163, 255, 0.1);
}

.cta-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(224, 163, 255, 0.3);
}

.cta-button.secondary:hover {
    background: rgba(224, 163, 255, 0.08);
    box-shadow: 0 12px 30px rgba(224, 163, 255, 0.2);
}

/* Section 2: Diagonal Features */
.features {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.features::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(0, 255, 255, 0.1), transparent);
    animation: rotate 20s linear infinite;
    z-index: -1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.section-title {
    text-align: center;
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 80px;
    color: #00ffff;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px;
}

.features-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.diagonal-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
}

.feature-row:nth-child(even) {
    flex-direction: row-reverse;
}

.feature-content {
    flex: 1;
    padding: 50px;
    transform: skew(-5deg);
    transition: all 0.4s ease;
}

.feature-content:hover {
    transform: skew(-5deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 255, 255, 0.2);
}

.feature-visual {
    flex: 1;
    height: 300px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}

.feature-visual:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(224, 163, 255, 0.3);
}

.feature-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(224, 163, 255, 0.1), rgba(255, 105, 180, 0.1));
    z-index: 1;
    backdrop-filter: blur(1px);
    transition: all 0.4s ease;
}

.feature-visual:hover::before {
    background: linear-gradient(45deg, rgba(224, 163, 255, 0.2), rgba(255, 105, 180, 0.2));
}

.feature-row:nth-child(1) .feature-visual {
    background-image: url('images/templatemo-neural-01.jpg');
}

.feature-row:nth-child(2) .feature-visual {
    background-image: url('images/templatemo-neural-02.jpg');
}

.feature-row:nth-child(3) .feature-visual {
    background-image: url('images/templatemo-neural-03.jpg');
}

.feature-icon {
    font-size: 4rem;
    margin-bottom: 25px;
    background: linear-gradient(45deg, #ff0080, #8000ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-content h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.feature-content p {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.8;
}

/* Section 3: Enhanced Hexagonal Showcase */
.showcase {
    padding: 150px 0;
    position: relative;
}

.hexagon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hexagon {
    width: 220px;
    height: 290px;
    position: relative;
    margin: 20px;
    transition: all 0.4s ease;
}

.hexagon:hover {
    transform: scale(1.1);
}

.hexagon-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(30deg);
    border-radius: 25px;
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease;
}

.hexagon:hover .hexagon-inner {
    transform: rotate(0deg);
    border-radius: 15px;
}

.hexagon:nth-child(odd) .hexagon-inner {
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.12), rgba(255, 0, 128, 0.12));
    border: 1px solid rgba(0, 255, 255, 0.3);
}

.hexagon:nth-child(even) .hexagon-inner {
    background: linear-gradient(135deg, rgba(255, 0, 128, 0.12), rgba(128, 0, 255, 0.12));
    border: 1px solid rgba(255, 0, 128, 0.3);
}

.hexagon-icon {
    font-size: 2.8rem;
    margin-bottom: 20px;
    transform: rotate(-30deg);
    filter: drop-shadow(0 0 10px currentColor);
    transition: all 0.4s ease;
}

.hexagon:hover .hexagon-icon {
    transform: rotate(0deg);
}

.hexagon h4 {
    font-size: 1.3rem;
    color: #ffffff;
    transform: rotate(-30deg);
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
}

.hexagon:hover h4 {
    transform: rotate(0deg);
}

.hexagon p {
    font-size: 0.95rem;
    color: #e0e0e0;
    transform: rotate(-30deg);
    line-height: 1.5;
    max-width: 140px;
    word-wrap: break-word;
    hyphens: auto;
    transition: all 0.4s ease;
}

.hexagon:hover p {
    transform: rotate(0deg);
}

/* Section 4: Enhanced Timeline */
.timeline {
    padding: 100px 0;
    position: relative;
}

.timeline-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e0a3ff, #ff69b4, #9370db);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(224, 163, 255, 0.3);
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
    position: relative;
    margin-bottom: 60px;
}

.timeline-item:nth-child(even) {
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 0;
}

.timeline-content {
    max-width: 450px;
    padding: 50px 40px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.4s ease;
    background: rgba(224, 163, 255, 0.08);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(224, 163, 255, 0.15);
    border-radius: 25px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.timeline-item:nth-child(even) .timeline-content {
    transform: perspective(1000px) rotateY(5deg);
}

.timeline-content:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 25px 60px rgba(224, 163, 255, 0.2), 0 0 0 1px rgba(224, 163, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(224, 163, 255, 0.3);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ff69b4, #e0a3ff);
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(255, 105, 180, 0.6), 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.timeline-year {
    font-size: 1.8rem;
    color: #e0a3ff;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(224, 163, 255, 0.4);
}

.timeline-content h4 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.timeline-content p {
    color: #d1d1d1;
    line-height: 1.7;
    font-size: 1rem;
}

/* Section 5: Contact */
.contact {
    padding: 150px 0;
    position: relative;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.contact-info {
    padding: 60px 40px;
    position: relative;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 255, 255, 0.1), transparent 70%);
    animation: pulse 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.contact-form {
    padding: 50px 40px;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #ffffff;
    font-family: inherit;
    font-size: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00ffff;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #888;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(45deg, #00ffff, #ff0080);
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 255, 255, 0.4);
}

.contact-info h3 {
    font-size: 2.5rem;
    color: #00ffff;
    margin-bottom: 30px;
}

.contact-info p {
    font-size: 1.2rem;
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 30px;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    color: #00ffff;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.social-links a:hover::before {
    left: 100%;
}

.social-links a:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 255, 255, 0.4);
}

/* Footer */
footer {
    background: rgba(224, 163, 255, 0.05);
    border: 1px solid transparent;
    border-radius: 25px;
}

.footer-content {
    max-width: 1200px;

}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;

}

.footer-links a:hover {
    color: #e0a3ff;
    text-shadow: 0 0 10px rgba(224, 163, 255, 0.5);
    text-decoration: none;
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;

    transition: width 0.3s ease;
}

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

.footer-copyright {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.footer-design {
    color: #666;
    font-size: 0.85rem;
    margin-top: 20px;
}

.footer-design a {
    color: #e0a3ff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-design a:hover {
    color: #ff69b4;
    text-shadow: 0 0 8px rgba(255, 105, 180, 0.5);
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .feature-row {
        flex-direction: column;
        gap: 40px;
        min-height: 720px;
    }

    .feature-row:nth-child(even) {
        flex-direction: column;
    }

    .feature-content {
        flex: 0;
    }

    .feature-visual {
        height: 250px;
        /* Adjust the height for mobile view */
        width: 100%;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .timeline-line {
        left: 30px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        justify-content: flex-start;
        padding-left: 80px;
        padding-right: 0;
    }

    .timeline-dot {
        left: 30px;
    }

    .timeline-content {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .nav-links {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: clamp(1.8rem, 8vw, 3rem);
    }

    .hero-description p {
        font-size: 1.1rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 40px auto 35px;
    }

    .hero-stat {
        padding: 15px;
    }

    .hero-stat-number {
        font-size: 1.5rem;
    }

    .hero-subtitle::before,
    .hero-subtitle::after {
        width: 25px;
    }

    .hero-subtitle::before {
        left: -35px;
    }

    .hero-subtitle::after {
        right: -35px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .cta-button {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    /* Update the existing hexagon styles for mobile */
    .hexagon {
        width: 280px;
        /* Increased from 180px */
        height: 320px;
        /* Increased from 200px */
        margin: 30px auto;
        /* Center and add more spacing */
    }

    .hexagon-inner {
        padding: 60px 35px;
        /* More padding for larger content area */
    }

    .hexagon-icon {
        font-size: 3.5rem;
        /* Larger icon */
        margin-bottom: 25px;
    }

    .hexagon h4 {
        font-size: 1.6rem;
        /* Larger heading */
        margin-bottom: 20px;
    }

    .hexagon p {
        font-size: 1.1rem;
        /* Larger text */
        max-width: 200px;
        /* More width for text */
        line-height: 1.6;
    }

    .hexagon-container {
        gap: 20px;
        /* Reduce gap since boxes are larger */
    }

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

    .features,
    .showcase,
    .timeline,
    .contact {
        padding: 80px 0;
    }

    .timeline {
        padding: 60px 0;
    }

    .footer-links {
        gap: 20px;
        margin-bottom: 25px;
    }

    .footer-links a {
        font-size: 0.85rem;
    }
}

/* Enhanced scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {

    background-color: transparent;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, var(--orb-1-color), var(--orb-2-color));
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, var(--orb-3-color), var(--orb-1-color));
    box-shadow: 0 0 15px rgba(255, 0, 128, 0.7);
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--dark-1);
    color: var(--orb-3-color);
    font-weight: bold;
    overflow-x: hidden;
    min-height: 100vh;
}

/* Ambient Glow Orbs */
.ambient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: float 20s ease-in-out infinite;
}

.orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--orb-1-color) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    animation-delay: 0s;
}

.orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--orb-2-color) 0%, transparent 70%);
    bottom: -150px;
    right: -150px;
    animation-delay: -7s;
}

.orb-3 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--orb-3-color) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -14s;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    25% {
        transform: translate(50px, -30px) scale(1.05);
    }

    50% {
        transform: translate(-30px, 50px) scale(0.95);
    }

    75% {
        transform: translate(-50px, -20px) scale(1.02);
    }
}

/* Optional subtle grid overlay */
.grid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    z-index: 1;
}

.intro-metrics {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 40px 50px;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid transparent;
    border-radius: 20px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.intro-metrics::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

.metric-item {
    text-align: center;
}

.metric-value {
    font-family: 'Syne', sans-serif;
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

.metric-suffix {
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.metric-label {
    display: block;
    font-size: 23px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 8px;
    letter-spacing: 1px;
}

.metric-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

.metric-suffix {
    font-size: 28px;
}

:root {
    --primary-black: #0a0a0a;
    --carbon-dark: #121212;
    --carbon-medium: #1a1a1a;
    --carbon-light: #2a2a2a;
    --metal-dark: #3a3a3a;
    --metal-light: #4a4a4a;
    --accent-red: #ff3333;
    --accent-blue: #00a8ff;
    --accent-green: #00ff88;
    --accent-purple: #9945ff;
    --accent-cyan: #00ffff;
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-dim: #808080;
}

.prism-face {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transform-origin: center;
    animation: prismRotate 3s linear infinite;
}

.prism-face:nth-child(1) {
    border-image: linear-gradient(45deg, var(--accent-red), var(--accent-blue)) 1;
    animation-delay: 0s;
}

.prism-face:nth-child(2) {
    border-image: linear-gradient(45deg, var(--accent-blue), var(--accent-green)) 1;
    transform: rotate(60deg);
    animation-delay: 0.2s;
}

.prism-face:nth-child(3) {
    border-image: linear-gradient(45deg, var(--accent-green), var(--accent-purple)) 1;
    transform: rotate(120deg);
    animation-delay: 0.4s;
}

@keyframes prismRotate {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.2);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

/* Navigation Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg,
            rgba(18, 18, 18, 0.98) 0%,
            rgba(18, 18, 18, 0.9) 50%,
            rgba(18, 18, 18, 0) 100%);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.header.scrolled {
    background: rgba(18, 18, 18, 0.98);
    backdrop-filter: blur(30px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.logo-icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    position: relative;
}

/* Prism-inspired logo */
.logo-prism {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prism-shape {
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(45deg);
    background: linear-gradient(135deg,
            var(--accent-red) 0%,
            var(--accent-blue) 33%,
            var(--accent-green) 66%,
            var(--accent-purple) 100%);
    animation: prismShine 3s ease-in-out infinite;
}

@keyframes prismShine {

    0%,
    100% {
        filter: brightness(1) hue-rotate(0deg);
        transform: rotate(45deg) scale(1);
    }

    50% {
        filter: brightness(1.5) hue-rotate(10deg);
        transform: rotate(45deg) scale(1.1);
    }
}

.prism-shape::before,
.prism-shape::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0.5;
}

.prism-shape::before {
    transform: rotate(60deg);
}

.prism-shape::after {
    transform: rotate(-60deg);
}

.logo-text {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.logo-text .prism {
    background: linear-gradient(135deg, var(--text-primary), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-text .flux {
    color: var(--text-secondary);
    font-weight: 300;
    margin-left: 5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 10px;
    align-items: center;
}

.nav-menu a {
    color: var(--text-secondary);
    text-decoration: none;
    padding: 12px 25px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}

.nav-menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple));
    transition: width 0.3s ease;
}

.nav-menu a:hover {
    color: var(--text-primary);
}

.nav-menu a:hover::before,
.nav-menu a.active::before {
    width: 80%;
}

.nav-menu a.active {
    color: var(--accent-cyan);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 5px;
}

.menu-toggle span {
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple));
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

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

.menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Hero Section with 3D Carousel */

.parent-slider {
    margin-top: -70px;

}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: radial-gradient(ellipse at center,
            rgba(var(--dark-1), 0.1) 0%,
            transparent 50%);

}

.carousel-container {
    width: 100%;
    max-width: 1600px;
    height: 660px;
    perspective: 1200px;
    position: relative;
    padding-top: 10px;
}

.carousel {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.carousel-item {
    position: absolute;
    width: 380px;
    height: 538px;
    left: 50%;
    top: 50%;
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
    cursor: pointer;
    transform-origin: center center;
}

.carousel-item .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--dark-1), var(--orb-1-color));
    border: 2px solid linear-gradient(135deg, var(--orb-1-color), var(--dark-1));
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.carousel-item .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent);
    animation: scanline 3s linear infinite;
}

@keyframes scanline {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(500px);
    }
}

.card-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 72px;
    font-weight: 900;
    color: rgba(153, 69, 255, 0.1);
    font-family: 'Orbitron', monospace;
}

.card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 266px;
    background: var(--dark-1);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--metal-dark);
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%) contrast(1.2);
    transition: all 0.5s ease;
}

.carousel-item:hover .card-image img {
    filter: grayscale(0%) contrast(1.3);
    transform: scale(1.1);
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, var(--orb-3-color), var(--orb-2-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.card-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}

.tech-badge {
    padding: 5px 12px;
    background: rgba(150, 255, 255, 0.1);
    border: 1px solid var(--orb-1-color);
    border-radius: 20px;
    font-size: 12px;
    color: var(--orb-3-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-cta {
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color));
    border: none;
    border-radius: 30px;
    color: var(--text-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 225, 255, 0.3);
}

.card-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 225, 255, 0.3);
}

/* Carousel Controls */
.carousel-controls {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 100;
}

.carousel-btn {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--carbon-medium), var(--carbon-dark));
    border: 2px solid var(--metal-dark);
    border-radius: 50%;
    color: var(--accent-purple);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.carousel-btn:hover {
    border-color: var(--accent-purple);
    box-shadow:
        0 8px 25px rgba(153, 69, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.carousel-indicators {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 100;
}

.indicator {
    width: 12px;
    height: 12px;
    background: var(--metal-dark);
    border: 1px solid var(--metal-light);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: linear-gradient(135deg, var(--orb-3-color), var(--orb-1-color));
    box-shadow: 0 0 10px rgba(0, 225, 255, 0.3);
    transform: scale(1.3);
}

/* NEW: Prism Philosophy Section */
.philosophy-section {
    padding: 120px 30px;
    background: linear-gradient(180deg,
            var(--primary-black) 0%,
            rgba(153, 69, 255, 0.02) 50%,
            var(--primary-black) 100%);
    position: relative;
    overflow: hidden;
}

.philosophy-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Animated Prism Line */
.prism-line {
    width: 100%;
    height: 2px;
    margin: 0 auto 60px;
    position: relative;
    overflow: hidden;
    background: var(--carbon-medium);
}

.prism-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            var(--accent-red) 20%,
            var(--accent-blue) 40%,
            var(--accent-green) 60%,
            var(--accent-purple) 80%,
            transparent);

    animation: prismSweep 4s ease-in-out infinite;
}

@keyframes prismSweep {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.philosophy-headline {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 1.2;
    background: linear-gradient(135deg,
            var(--accent-cyan) 0%,
            var(--accent-purple) 25%,
            var(--accent-blue) 50%,
            var(--accent-green) 75%,
            var(--accent-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.philosophy-subheading {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto 80px;
    line-height: 1.6;
    font-weight: 300;
}

.philosophy-pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    margin-bottom: 60px;
}

.pillar {
    position: relative;
    padding: 40px 30px;
    background: linear-gradient(135deg,
            rgba(42, 42, 42, 0.2),
            rgba(26, 26, 26, 0.3));
    border: 1px solid var(--metal-dark);
    border-radius: 20px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            var(--accent-purple),
            var(--accent-blue),
            var(--accent-green));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.pillar:hover::before {
    transform: scaleX(1);
}

.pillar:hover {
    transform: translateY(-10px);
    border-color: var(--accent-purple);
    box-shadow: 0 20px 40px rgba(153, 69, 255, 0.2);
    background: linear-gradient(135deg,
            rgba(153, 69, 255, 0.05),
            rgba(26, 26, 26, 0.3));
}

.pillar-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
}

.pillar-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-blue));
    border-radius: 50%;
    opacity: 0.2;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.1;
    }
}

.pillar-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.pillar-description {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.pillar-description a {
    color: var(--accent-cyan);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.pillar-description a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent-cyan);
    transition: width 0.3s ease;
}

.pillar-description a:hover {
    color: var(--accent-purple);
}

.pillar-description a:hover::after {
    width: 100%;
}

/* Particle Effect Background */
.philosophy-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
    border-radius: 50%;
    opacity: 0;
    animation: float-particle 20s infinite linear;
}

@keyframes float-particle {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) rotate(720deg);
        opacity: 0;
    }
}

/* Stats Section with Content */
.stats-section {
    padding: 120px 30px;
    background: linear-gradient(180deg,
            var(--primary-black) 0%,
            var(--carbon-dark) 50%,
            var(--primary-black) 100%);
    position: relative;
}

.stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.stat-card {
    background: linear-gradient(135deg,
            rgba(42, 42, 42, 0.5),
            rgba(26, 26, 26, 0.8));
    border: 1px solid var(--metal-dark);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            var(--accent-purple),
            transparent);
    animation: none;
}

.stat-card:hover::before {
    animation: slideRight 0.5s ease forwards;
}

@keyframes slideRight {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-purple);
    box-shadow: 0 15px 35px rgba(153, 69, 255, 0.2);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
    color: var(--text-primary);
    box-shadow: 0 10px 25px rgba(153, 69, 255, 0.3);
}

.stat-number {
    font-size: 48px;
    font-weight: 900;
    color: var(--text-primary);
    margin-bottom: 10px;
    font-family: 'Orbitron', monospace;
}

.stat-label {
    font-size: 14px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.stat-description {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.5;
    padding: 0 10px;
}

/* Enhanced Skills Section - Technical Arsenal */
.skills-section {
    padding: 120px 30px;
    background: var(--carbon-dark);
    position: relative;
    overflow: hidden;
}

.skills-container {
    max-width: 1200px;
    margin: 0 auto;
}

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

.section-title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--text-primary), var(--accent-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
}

/* Hexagonal Skills Grid */
.skills-hexagon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.skill-hexagon {
    width: 200px;
    height: 230px;
    position: relative;
    margin: 30px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.skill-hexagon:hover {
    transform: translateY(-10px);
}

.hexagon-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(30deg);
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--carbon-medium), var(--carbon-light));
    border: 2px solid var(--metal-dark);
}

.skill-hexagon:hover .hexagon-inner {
    border-color: var(--accent-purple);
    box-shadow: 0 0 30px rgba(153, 69, 255, 0.5);
}

.hexagon-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-30deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.skill-icon-hex {
    font-size: 48px;
    margin-bottom: 15px;
    color: var(--accent-purple);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

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

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

.skill-name-hex {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-primary);
    margin-bottom: 10px;
    text-align: center;
}

.skill-level {
    width: 100%;
    height: 4px;
    background: var(--carbon-dark);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.skill-level-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-blue), var(--accent-purple));
    border-radius: 2px;
    position: relative;
    animation: fillLevel 2s ease-out;
}

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

.skill-percentage-hex {
    font-size: 14px;
    color: var(--text-secondary);
    margin-top: 8px;
    font-weight: 600;
}

/* Skill Categories Tabs */
.skill-categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.category-tab {
    padding: 12px 30px;
    background: var(--carbon-medium);
    border: 1px solid var(--metal-dark);
    border-radius: 30px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.category-tab:hover {
    background: rgba(153, 69, 255, 0.1);
    border-color: var(--accent-purple);
    color: var(--text-primary);
}

.category-tab.active {
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-blue));
    border-color: var(--accent-purple);
    color: var(--text-primary);
    box-shadow: 0 5px 20px rgba(153, 69, 255, 0.3);
}

/* Contact Section */
.contact-section {
    padding: 120px 30px;
    background: linear-gradient(180deg,
            var(--carbon-dark) 0%,
            var(--primary-black) 100%);
    position: relative;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info {
    padding: 40px;
    background: linear-gradient(135deg,
            rgba(42, 42, 42, 0.3),
            rgba(26, 26, 26, 0.5));
    border: 1px solid var(--metal-dark);
    border-radius: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: var(--carbon-dark);
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.info-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(153, 69, 255, 0.1),
            transparent);
    transition: left 0.5s ease;
}

.info-item:hover::before {
    left: 100%;
}

.info-item:hover {
    transform: translateX(10px);
    background: rgba(153, 69, 255, 0.1);
    box-shadow: 0 5px 20px rgba(153, 69, 255, 0.2);
}

a.info-item {
    color: inherit;
    text-decoration: none;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: var(--text-primary);
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.info-item:hover .info-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 25px rgba(153, 69, 255, 0.4);
}

.info-text h4 {
    color: var(--text-primary);
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.info-item:hover .info-text h4 {
    color: var(--accent-cyan);
}

.info-text p {
    color: var(--text-secondary);
    font-size: 14px;
    transition: all 0.3s ease;
}

.info-item:hover .info-text p {
    color: var(--text-primary);
}

/* Add external link indicator for clickable items */
.info-item[target="_blank"] .info-text p::after {
    content: ' ↗';
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-item[target="_blank"]:hover .info-text p::after {
    opacity: 1;
}

.contact-form {
    padding: 40px;
    background: linear-gradient(135deg,
            rgba(42, 42, 42, 0.3),
            rgba(26, 26, 26, 0.5));
    border: 1px solid var(--metal-dark);
    border-radius: 20px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    color: var(--text-secondary);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    background: var(--carbon-dark);
    border: 1px solid var(--metal-dark);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-purple);
    box-shadow: 0 0 10px rgba(153, 69, 255, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-blue));
    border: none;
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(153, 69, 255, 0.3);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(153, 69, 255, 0.5);
}

/* Footer */
.footer {
    padding: 60px 30px 30px;
    background: var(--primary-black);
    border-top: 1px solid var(--metal-dark);
    position: relative;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-description {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: var(--carbon-medium);
    border: 1px solid var(--metal-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-blue));
    border-color: var(--accent-purple);
    color: var(--text-primary);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(153, 69, 255, 0.3);
}

.footer-section h4 {
    color: var(--text-primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: var(--accent-purple);
    padding-left: 10px;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid var(--metal-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright {
    color: var(--text-dim);
    font-size: 14px;
}

.footer-credits {
    color: var(--text-dim);
    font-size: 14px;
}

.footer-credits a {
    color: var(--accent-purple);
    text-decoration: none;
}

.footer-credits a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .carousel-item {
        width: 350px;
        height: 480px;
    }

    .carousel-controls {
        bottom: -60px;
    }

    /* .card-image {
        height: 170px;
    } */

    .card-title {
        font-size: 22px;
    }

    .card-description {
        font-size: 13px;
    }

    .philosophy-pillars {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 85px;
        flex-direction: column;
        background: rgba(18, 18, 18, 0.98);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 40px 0;
        border-bottom: 1px solid var(--metal-dark);
        gap: 0;
    }

    .nav-menu li {
        margin: 15px 0;
    }

    .nav-menu a {
        display: block;
        padding: 15px 30px;
        font-size: 16px;
    }

    .nav-menu.active {
        left: 0;
    }

    .carousel-item {
        width: 300px;
        height: 460px;
    }

    .carousel-item .card {
        padding: 20px;
    }

    .card-image {
        /* height: 150px; */
        margin-bottom: 15px;
    }

    .card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .card-tech {
        margin-bottom: 15px;
        gap: 6px;
    }

    .tech-badge {
        padding: 4px 10px;
        font-size: 11px;
    }

    .card-number {
        font-size: 50px;
        top: 15px;
        right: 20px;
    }

    .card-cta {
        padding: 10px 25px;
        font-size: 14px;
    }

    .carousel-controls {
        bottom: -60px;
        gap: 15px;
    }

    .carousel-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .carousel-indicators {
        top: 20px;
        gap: 12px;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }

    .skill-hexagon {
        width: 150px;
        height: 170px;
        margin: 20px 5px;
    }

    .skill-icon-hex {
        font-size: 36px;
    }

    .skill-name-hex {
        font-size: 14px;
    }


}


.footer-contact-us {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-imp-info {
    flex: 1;
    max-width: 300px;
}

.footer-imp-logo img {
    max-width: 24%;
    background-color: white;
    height: auto;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer-imp-info div span {
    font-weight: bolder;
    margin-right: 10px;
}

.parent-footer-customer-care {
    display: flex;
    flex-direction: column;
}

.footer-customer-care-title {
    font-weight: bolder;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
    text-decoration-thickness: 0.1em;
    padding-bottom: 5px;


}

.footer-customer-care {
    flex: 1;
    max-width: 300px;
}

.footer-customer-care a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.footer-customer-care a:hover {
    color: var(--accent-blue);
}

.footer-contact-us-title {
    flex-basis: 100%;
    font-weight: bolder;
    font-size: 1.25rem;
}

.footer-contact-us-options {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

/* .footer-contact-us-options div {
} */

.footer-contact-us-option {
    font-size: 24px;
    border: 3px solid var(--orb-1-color);
    border-radius: 300px;
    width: 49px;
    height: 49px;
    text-align: center;
    display: flex;
    background-color: var(--orb-3-color);
    justify-content: center;
    align-items: center;
}

.circle-for-style {
    height: 0px;
    width: 0px;
    border-radius: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact-us-options a {
    color: var(--dark-1);
    text-decoration: none;
}

.footer-contact-us-option:hover .circle-for-style {
    width: 45px;
    height: 45px;
    background-color: var(--dark-1);
    transition: width 0.3s ease-out, height 0.3s ease-out;
}

.footer-contact-us-option:hover a {
    color: var(--orb-3-color);
}

@media (max-width: 768px) {
    .footer-contact-us {
        flex-direction: column;
        align-items: center;
    }

    .footer-imp-info,
    .footer-customer-care {
        flex-basis: 100%;
        max-width: none;
    }

    .footer-customer-care-title {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .footer-imp-info {
        text-align: center;
    }

    .footer-customer-care div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.foot {
    margin: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.chuchu-bestoo {
    text-align: center;
}

.container {
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #071627;
    border-radius: 12px;
    font-weight: 300;
}

#kutti {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#kutti .left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;



}

#kutti .left h1 {

    font-size: clamp(2.2rem, 6vw, 4rem);
    margin-bottom: 30px;
    background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;


    text-align: center;
}

#kutti .left p {
    font-size: 20px;
    text-align: center;

    line-height: 1.5;
}

#kutti .left .button {

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



}

.link-sell {
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color));
    border: none;
    border-radius: 30px;
    color: var(--text-primary);
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 225, 255, 0.3);
    text-decoration: none;
    margin-top: 20px;
}

.link-sell:hover {
    transform: translateY(-2px);
}


:root {
    --circular-gauge-size: 180px;
    --circular-gauge-track-color: #3b3b3b;
    --circular-gauge-accent-color: #23d3d3;
}

.circular-gauge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.circular-gauge-svg-wrapper {
    width: 470px;
    height: 470px;
}

.circular-gauge-track-circle {
    fill: none;
    stroke: var(--circular-gauge-track-color);
    stroke-width: 2;
    opacity: 0.9;
}

.circular-gauge-progress-circle {
    fill: none;
    stroke: var(--orb-2-color);

    stroke-width: 2;
    stroke-linecap: round;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
    transition: stroke-dashoffset 1s ease;

}

.circular-gauge-label-wrapper {
    position: absolute;
    width: 385px;
    height: 385px;

}

@media (max-width: 1200px) {
    #kutti .left h1 {
        margin: 15px 15px 15px 15px;
    }
}

@media (max-width: 1060px) {
    .circular-gauge-container {
        display: none;
    }

    #kutti {
        margin: 0 0 30px 0;
    }
}

.circular-gauge-label-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.circular-gauge-label-title {
    font-size: 14px;
    opacity: 0.85;
}

.circular-gauge-label-value {
    font-size: 32px;
    font-weight: 700;
}

.circular-gauge-label-subtitle {
    font-size: 12px;
    opacity: 0.75;
}

.circular-gauge-control-panel {
    position: fixed;
    left: 16px;
    bottom: 16px;
    color: #ddd;
}

.circular-gauge-range-input {
    width: 180px;
}

.kutti-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

.buttonss {
    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--gray);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s linear;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    width: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* Hover effect: between normal and active */
.buttonss:hover {
    background: linear-gradient(45deg, rgba(0, 230, 255, 0.25), rgba(13, 121, 246, 0.15));
    border-color: rgba(0, 230, 255, 0.3);
    color: #c7ebf7;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(0, 230, 255, 0.3);
    font-size: 0.98rem;
}

.buttonss.active {
    background: linear-gradient(45deg, var(--primary), var(--accent));
    box-shadow: 0 4px 15px var(--orb-3-color);
    color: white;
    transform: translateY(-4px) scale(1.02);
    display: inline-block;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.slide-up {
    animation: slideUpFade 0.6s ease-out forwards;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.philosophy-headline {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 1.2;
    background: linear-gradient(135deg,
            var(--accent-cyan) 0%,
            var(--accent-purple) 25%,
            var(--accent-blue) 50%,
            var(--accent-green) 75%,
            var(--accent-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;


}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.philosophy-subheading {
    font-size: 20px;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto 80px;
    line-height: 1.6;
    font-weight: 300;
}

.philosophy-pillars {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.pillar {
    position: relative;
    padding: 40px 30px;
    background: linear-gradient(135deg,
            rgba(42, 42, 42, 0.2),
            rgba(26, 26, 26, 0.3));
    border: 1px solid var(--metal-dark);
    border-radius: 20px;
    width: 400px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            var(--orb-1-color),
            var(--orb-2-color),
            var(--orb-3-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.pillar:hover::before {
    transform: scaleX(1);
}

.pillar:hover {
    transform: translateY(-10px);
    border-color: var(--orb-3-color);
    box-shadow: 5px 5px 15px var(--orb-3-color);
    background: linear-gradient(135deg,
            var(--orb-1-color),
            var(--dark-1));
}

.pillar-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
}

.pillar-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--orb-3-color), var(--orb-2-color));
    border-radius: 50%;
    opacity: 0.2;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.1;
    }
}

.Testimonials-parent-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pillar-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: var(--text-primary);
    text-align: center;
}

.pillar-description {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
}

.pillar-description a {
    color: var(--accent-cyan);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.pillar-description a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--accent-cyan);
    transition: width 0.3s ease;
}

.pillar-description a:hover {
    color: var(--accent-purple);
}

.pillar-description a:hover::after {
    width: 100%;
}

.pill {
    width: auto;
    position: relative;
    font-size: clamp(2.2rem, 6vw, 4rem);
    background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-align: center;
    /* text-transform: uppercase; */
    display: inline;
}

.pill::before,
.pill::after,
.about-title::before,
.about-title::after {
    content: '';
    position: absolute;
    top: 56%;
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8fd5e7, transparent);
    animation: linePulse 3s ease infinite;
}

.pill::before,
.about-title::before {
    left: -60px;
}

.pill::after,
.about-title::after {
    right: -60px;
}

.name {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orb-3-color);
    margin-top: 13px;
    font-style: italic;
    font-weight: 400;
}

.privacy-policy-container {
    background: linear-gradient(135deg, var(--dark-1), var(--orb-1-color));
    border: 2px solid linear-gradient(135deg, var(--orb-1-color), var(--dark-1));
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-width: 800px;
    margin: 120px auto;
}

.privacy-policy-header {
    font-size: 36px;
    color: var(--orb-3-color);
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

.privacy-policy-header-p {
    text-align: center;
}

.section-header1 {
    font-size: 28px;
    color: var(--orb-3-color);
    background-color: #07284e;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.section-header-h {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 20px;
    padding: 10px 0;
}

.section-header-a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 15px;
}

.section-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.5s ease,
        opacity 0.3s ease;
}

.section-content-allow {
    max-height: 700px;
    /* keep realistic */
    opacity: 1;
    padding: 18px 35px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgb(255 255 255 / 8%);
    backdrop-filter: blur(25px);
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: -25px;
    margin-bottom: 20px;
}



.sub-header {
    font-size: 24px;
    color: var(--orb-3-color);
    padding-top: 20px;
    padding-left: 30px;
}

.privacy-policy-container p {
    margin-top: 15px;
    line-height: 1.6;
    color: #919193;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.privacy-policy-container a {
    color: #e74c3c;
    /* Use a contrasting color for links */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.privacy-policy-container a:hover {
    color: #c0392b;
    /* Hover color */
    text-decoration: underline;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 600px) {
    .privacy-policy-container {
        padding: 20px;
    }

    .header {
        font-size: 30px;
    }

    .section-heade1r {
        font-size: 24px;
        margin-top: 20px;
    }

    .sub-header {
        font-size: 20px;
        margin-top: 15px;
    }
}


.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.section-header-a i {
    color: white;
    font-size: 22px;
    transition: transform 0.4s ease;

}

.arrow-rotate {
    transform: rotate(180deg) scale(1.1);
}

/* .section-header1:hover::before {
    transform: scaleX(1);
}

.section-header1:hover{
    
    transform: translateY(-10px);
   transition: all 0.3s ease;
} */
/* Base link style */
#form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

    gap: 10px;
}

#form p {
    font-size: 19px;
    text-align: center;
    max-width: 600px;
    font-weight: 100;
    color: white;
    padding: 0 79px;
}

.about-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

.about-title {
    width: auto;
    position: relative;
    font-size: clamp(2.2rem, 6vw, 4rem);
    background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-align: center;
    display: inline;

    /* text-transform: uppercase; */

}

.about-tagline {
    color: #919193;
}

@keyframes modernGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.about-tagline {
    max-width: 800px;
    font-weight: 400;
    text-align: center;
}

/* =========================
   ABOUT SECTION
========================= */

.about-description {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 90px 0;
    flex-wrap: wrap;
    gap: 40px;
}

/* glowing divider lines */
/* glowing divider lines (theme based) */
/*.about-description::before,
.about-description::after {
    content: "";
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1.5px;

    background: linear-gradient(
        90deg,
        transparent,
        var(--orb-1-color),
        var(--orb-2-color),
        var(--orb-3-color),
        transparent
    );

    filter: blur(0.4px);

    box-shadow:
        0 0 8px var(--orb-2-color),
        0 0 18px var(--glow-cyan);

    opacity: 0.8;
}

.about-description::before {
    top: -60px;
}

.about-description::after {
    bottom: -60px;
}


/* =========================
   LEFT CONTENT
========================= */

.about-left {
    width: 50vw;
    text-align: center;
}

.about-left h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 30px;
    background: linear-gradient(135deg,
            var(--orb-1-color) 0%,
            var(--orb-2-color) 30%,
            var(--orb-3-color) 60%,
            var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.about-left p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.9;
}

/* =========================
   IMAGE SECTION
========================= */

.about-image {
    backdrop-filter: blur(2px);
}

.about-image img {
    width: 500px;
    height: 300px;
    object-fit: cover;

    /* image absorbing into background */
    mask-image: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0) 100%);

    -webkit-mask-image: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0) 100%);

    box-shadow: 0 0 80px rgba(0, 180, 255, 0.15);
    backdrop-filter: blur(2px);


}

/* =========================
   GRADIENT ANIMATION
========================= */

@keyframes modernGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

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

@media (max-width: 900px) {
    .about-image {
        display: none;
    }

    .about-left {
        width: 70vw;
    }

    .about-description {
        margin: 30px 0;
        gap: 0px;
    }
}

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

.why-choose-us {
    text-align: center;

    position: relative;
    transition: all 0.3s ease;
}

/* title */
.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 30px;
    background: linear-gradient(135deg,
            var(--orb-1-color) 0%,
            var(--orb-2-color) 30%,
            var(--orb-3-color) 60%,
            var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
}

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

.features-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto 22px;
    place-items: center;
}

/* =========================
   PILLARS / BOXES
========================= */

.feature-box {
    position: relative;
    width: 100%;
    max-width: 380px;

    padding: 36px 28px;
    border-radius: 20px;

    background: linear-gradient(135deg,
            rgba(42, 42, 42, 0.2),
            rgba(26, 26, 26, 0.3));

    border: 1px solid var(--metal-dark);
    overflow: hidden;

    opacity: 1;
    transform: translateY(0) scale(1);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}

/* hidden animation */
.feature-box.hidden {
    display: none;
    transform: translateY(30px) scale(0.95);
    pointer-events: none;
}

/* hover glow */
.feature-box:hover {
    border-color: var(--orb-2-color);
    box-shadow:
        0 0 22px rgba(0, 180, 255, 0.25),
        inset 0 0 20px rgba(0, 180, 255, 0.08);
}

/* =========================
   ICON
========================= */

.feature-box .icon {
    font-size: 34px;
    margin-bottom: 18px;
    color: var(--glow-cyan);
}

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

.explore-btn {
    margin-top: 12px;
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;

    border-radius: 999px;
    background: transparent;
    color: white;
    border: 1px solid var(--orb-2-color);

    cursor: pointer;
    transition: all 0.3s ease;
}

/* hover */
.explore-btn:hover {
    background: var(--orb-2-color);
    color: black;
    box-shadow: 0 0 20px var(--orb-2-color);
}

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

@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 600px) {

    .section-title {
        margin-bottom: 30px;
    }

    .feature-box {
        padding: 28px 22px;
    }

    .explore-btn {
        width: 80%;
        margin-top: 16px;
    }
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--orb-3-color), var(--orb-1-color));
    border-radius: 2px;
}

/* feature more text */
.feature-more {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cfd8ff;
    animation: fadeIn 0.3s ease-in-out;
}

/* button inside card */
/* More / Show Less button — SAME STYLE as explore-btn */
.feature-more-btn {
    margin-top: 12px;
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 999px;

    background: transparent;
    color: white;
    border: 1px solid var(--orb-2-color);

    cursor: pointer;
    transition: all 0.3s ease;
}

/* hover effect */
.feature-more-btn:hover {
    background: var(--orb-2-color);
    color: black;
    box-shadow: 0 0 20px var(--orb-2-color);
}

/* smoother card feel */
.feature-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 180, 255, 0.15);
}

/* animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==========================================
   SELL PAGE - PREMIUM STYLING
   Matching existing theme with cyber/neural aesthetic
   ========================================== */

:root {
    --dark-1: #000010;
    --orb-1-color: rgba(7, 122, 253, 0.3);
    --orb-2-color: rgba(0, 180, 255, 0.4);
    --orb-3-color: rgba(0, 230, 255, 0.5);
    --glow-cyan: rgba(0, 240, 255, 0.4);
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
}

.bahubali {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: fadeInDown 1s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-mainheading {
    font-size: clamp(2.2rem, 6vw, 4rem);

    background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
}

@keyframes modernGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes textGlowPulse {

    0%,
    100% {
        filter: brightness(1) drop-shadow(0 0 15px rgba(0, 230, 255, 0.4));
    }

    50% {
        filter: brightness(1.1) drop-shadow(0 0 25px rgba(0, 180, 255, 0.6));
    }
}

.about-subheading {
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    color: var(--orb-3-color);
    font-weight: 300;
    letter-spacing: 2px;

    opacity: 0.9;
    text-shadow: 0 0 20px rgba(0, 230, 255, 0.3);
}

.contact-main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    margin: 85px 0 25px;
    padding: 0 15px;
}

.sell-formdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    gap: 30px;
    background: linear-gradient(135deg, rgba(0, 10, 16, 0.7), rgba(7, 30, 80, 0.3), rgba(0, 10, 16, 0.7));
    backdrop-filter: blur(30px);
    border: 1px solid rgba(0, 230, 255, 0.14);
    border-radius: 36px;
    box-shadow: 0 25px 60px rgba(0, 230, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.sell-formdiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--orb-3-color), var(--glow-cyan), transparent);
    animation: borderSlide 5s ease-in-out infinite;
}

@keyframes borderSlide {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.sell-formh1 {

    font-size: clamp(1.8rem, 4vw, 2.7rem);
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color), var(--glow-cyan));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: modernGradient 8s ease infinite;

    font-weight: 900;


}

#form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.sell-formdesign {
    width: 100%;
    max-width: 360px;
    position: relative;
}

.sell-formdesign input {
    width: 100%;
    height: 54px;
    padding: 0 24px;
    background: linear-gradient(135deg, rgba(0, 230, 255, 0.05), rgba(0, 180, 255, 0.03));
    border: 2px solid rgba(0, 230, 255, 0.18);
    border-radius: 24px;
    color: white;
    font-size: 15.5px;
    backdrop-filter: blur(20px);
    transition: all 0.35s ease;
}

.sell-formdesign input:focus {
    border-color: var(--glow-cyan);
    box-shadow: 0 0 22px rgba(0, 230, 255, 0.38);
    transform: translateY(-2px);
}

.sell-formdesign input::placeholder {
    color: rgba(0, 230, 255, 0.38);
}

/* ==========================================
   FILE UPLOAD BUTTONS - CYBER PREMIUM STYLE
   ========================================== */

.Sell-img {
    display: flex;
    flex-direction: row;
    /* side by side – looks better */
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 28px 0;
    flex-wrap: wrap;
}

.custom-file-upload,
.contact-but {
    /* Common base styles for both buttons */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
    background-size: 300% 300%;
    color: var(--text-primary);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border: 2px solid rgba(0, 230, 255, 0.28);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 12px 35px rgba(0, 230, 255, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    overflow: hidden;
    animation: buttonPulse 3.2s ease-in-out infinite;
    z-index: 1;
}

/* Smaller version for Choose & Upload buttons */
.custom-file-upload {
    padding: 13px 34px;
    font-size: 14.5px;
    min-width: 140px;
    letter-spacing: 1.6px;
}

/* Slightly larger & bolder for main submit button */
.contact-but {
    padding: 17px 52px;
    font-size: 16.5px;
    min-width: 220px;
    margin: 32px auto 0;
    /* centered when placed below */
}

/* Shine / scanline effect */
.custom-file-upload::before,
.contact-but::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.25) 45%,
            transparent 100%);
    transform: translateX(-120%);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    pointer-events: none;
}

.custom-file-upload:hover::before,
.contact-but:hover::before {
    transform: translateX(120%);
}

/* Hover & active states – same for both */
.custom-file-upload:hover,
.contact-but:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: var(--glow-cyan);
    box-shadow:
        0 18px 50px rgba(0, 230, 255, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.custom-file-upload:active,
.contact-but:active {
    transform: translateY(-1px) scale(0.97);
    box-shadow: 0 6px 20px rgba(0, 230, 255, 0.35);
}

/* Pulse animation (same as before) */
@keyframes buttonPulse {

    0%,
    100% {
        box-shadow: 0 12px 35px rgba(0, 230, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    50% {
        box-shadow: 0 16px 48px rgba(0, 230, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }
}

/* Disabled state */
.custom-file-upload:disabled,
.contact-but:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    animation: none;
    box-shadow: 0 4px 12px rgba(0, 230, 255, 0.15);
}

/* Hide default file input */
#fileInput {
    display: none;
}

/* ─── SMALLER PREVIEW ──────────────────────────────────────── */


.Painting {

    width: 100%;
    max-width: 260px;
    aspect-ratio: 3/4;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 230, 255, 0.28);
    border: 2px solid rgba(0, 230, 255, 0.32);
    background: linear-gradient(135deg, rgba(0, 180, 255, 0.13), rgba(0, 230, 255, 0.08));
}

.painting-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ─── CENTERED SUBMIT BUTTON ──────────────────────────────── */

.center-submit-wrapper {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;

}

.contact-but {

    min-width: 240px;
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
    background-size: 300% 300%;
    color: white;
    border: 2px solid rgba(0, 230, 255, 0.3);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 12px 36px rgba(0, 230, 255, 0.4);
    transition: all 0.35s ease;
    animation: buttonPulse 3s ease-in-out infinite;
    margin-bottom: 25px;
}


.contact-but:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 48px rgba(0, 230, 255, 0.55);
}

.contact-but:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.main-sell {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;

}

/* PAGE */
.cart-page {
    margin-top: 150px;
    padding: 60px 80px;
    min-height: 100vh;
    position: relative;
}

/* FLOATING BACKGROUND */
.floating-orbs::before,
.floating-orbs::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;

    background: radial-gradient(circle, var(--orb-3-color), transparent 70%);
    filter: blur(90px);
    animation: float 14s infinite alternate ease-in-out;
}

.floating-orbs::after {
    right: -120px;
    bottom: -120px;
    animation-delay: 5s;
}

@keyframes float {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100px);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes modernGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes borderSlide {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes buttonPulse {

    0%,
    100% {
        box-shadow: 0 12px 35px rgba(0, 230, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    50% {
        box-shadow: 0 16px 48px rgba(0, 230, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }
}

@keyframes itemEnter {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* CONTINUE SHOPPING */
.continue-top {
    position: absolute;
    top: 1px;
    left: 30px;
    padding: 12px 26px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid var(--glass-border);
    color: whitesmoke;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    letter-spacing: 0.8px;
}

.continue-top:hover {
    box-shadow: 0 0 30px var(--glow-cyan);
    transform: translateX(-6px) scale(1.05);
    border-color: var(--glow-cyan);
}

.continue-top:active {
    transform: scale(0.95);
}

/* TITLE */
.cart-title {
    text-align: center;
    font-size: clamp(2.2rem, 6vw, 3.5rem);
    margin-bottom: 60px;
    background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite, fadeInDown 1s ease-out;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

/* CART ITEMS WRAPPER */
.cart-items {
    max-width: 1000px;
    margin: auto;
    display: grid;
    gap: 30px;
}

/* CART ITEM FIXED SIZE */
.cart-item {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
    gap: 25px;
    background: linear-gradient(135deg, rgba(0, 230, 255, 0.05), rgba(0, 180, 255, 0.03));
    border: 2px solid rgba(0, 230, 255, 0.18);
    border-radius: 22px;
    backdrop-filter: blur(18px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: itemEnter 0.6s ease;
    box-shadow: 0 0 15px rgba(0, 230, 255, 0.1);
}

.cart-item:hover {
    border-color: var(--glow-cyan);
    box-shadow: 0 0 25px rgba(0, 230, 255, 0.3);
    transform: translateY(-4px);
}

/* REMOVE ANIMATION */
.cart-item.removing {
    opacity: 0;
    transform: scale(0.85) translateX(80px) rotate(2deg);
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* IMAGE */
.img-wrap img {
    width: 110px;
    height: 90px;
    object-fit: cover;
    border-radius: 14px;
    border: 2px solid rgba(0, 230, 255, 0.2);
}

/* INFO */
.cart-info h3 {
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
}

.cart-info p {
    opacity: 0.7;
    margin-top: 6px;
}

/* DELETE BUTTON */
.delete-btn {
    margin-left: auto;
    font-size: 22px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
    padding: 8px 12px;
}

.delete-btn:hover {
    color: #ff4d4d;
    transform: rotate(90deg) scale(1.3);
}

.delete-btn:active {
    transform: scale(0.9);
}

/* SECTION TITLE */
.section-title {
    margin: 90px auto 35px;
    text-align: center;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color), var(--glow-cyan));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    font-weight: 900;
}

/* PAYMENT NAV FIXED SIZE */
.payment-nav {
    width: 100%;
    max-width: 600px;

    min-height: 70px;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    background: linear-gradient(135deg, rgba(0, 10, 16, 0.7), rgba(7, 30, 80, 0.3), rgba(0, 10, 16, 0.7));
    border: 1px solid rgba(0, 230, 255, 0.14);
    border-radius: 14px;
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 60px rgba(0, 230, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 10px 20px;
}

/* PAYMENT BUTTONS */
.payment-btn {
    padding: 12px 26px;
    border-radius: 999px;
    height: 90x;
    border: 2px solid rgba(0, 230, 255, 0.18);
    background: transparent;
    color: white;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 13px;
}



.payment-btn:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: var(--glow-cyan);
    box-shadow: 0 12px 35px rgba(0, 230, 255, 0.38);
}

.payment-btn:active {
    transform: translateY(-1px) scale(0.97);
    box-shadow: 0 6px 20px rgba(0, 230, 255, 0.35);
}

.payment-btn.active {
    background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color));
    background-size: 300% 300%;
    color: white;
    border-color: var(--glow-cyan);
    box-shadow: 0 12px 35px rgba(0, 230, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    animation: buttonPulse 3s ease-in-out infinite;
}

/* PAYMENT DETAILS FIXED HEIGHT */
.payment-details {
    width: 100%;
    max-width: 600px;

    margin: 35px auto;
    display: none;
    transform: translateY(40px) scale(0.95);
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.payment-details.show {
    display: block;
    transform: translateY(0) scale(1);
    pointer-events: auto;

}



/* INPUTS */
.payment-details input,
.address-box {
    width: 100%;
    padding: 15px 24px;
    background: linear-gradient(135deg, rgba(0, 230, 255, 0.05), rgba(0, 180, 255, 0.03));
    border: 2px solid rgba(0, 230, 255, 0.18);
    border-radius: 24px;
    color: white;
    margin-bottom: 15px;
    outline: none;
    backdrop-filter: blur(20px);
    transition: all 0.35s ease;
    font-size: 15.5px;
    height: 70px;
}

.payment-details input:focus,
.address-box:focus {
    border-color: var(--glow-cyan);
    box-shadow: 0 0 22px rgba(0, 230, 255, 0.38);
    transform: translateY(-2px);
}

.payment-details input::placeholder,
.address-box::placeholder {
    color: rgba(0, 230, 255, 0.38);
}

/* ROW */
.row {
    display: flex;
    gap: 15px;
}

/* ADDRESS */
.address-box {
    max-width: 520px;
    margin: auto;
    min-height: 120px;
    resize: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* CONFIRM BUTTON – EXTRA ANIMATION */
.confirm-btn {
    display: block;
    margin: 70px auto;
    padding: 17px 52px;
    font-size: 16.5px;
    border-radius: 30px;
    border: 2px solid rgba(0, 230, 255, 0.28);
    cursor: pointer;
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
    background-size: 300% 300%;
    color: white;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    min-width: 220px;
    box-shadow: 0 12px 35px rgba(0, 230, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    animation: buttonPulse 3.2s ease-in-out infinite;
}

.confirm-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 45%, transparent 100%);
    transform: translateX(-120%);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    pointer-events: none;
}

.confirm-btn:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: var(--glow-cyan);
    box-shadow: 0 18px 50px rgba(0, 230, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.confirm-btn:hover::before {
    transform: translateX(120%);
}

.confirm-btn:active {
    transform: translateY(-1px) scale(0.97);
    box-shadow: 0 6px 20px rgba(0, 230, 255, 0.35);
}

.confirm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    animation: none;
    box-shadow: 0 4px 12px rgba(0, 230, 255, 0.15);
}

/* PAGE */
.product-page {
    min-height: 100vh;
    position: relative;
    color: rgba(0, 230, 255, 0.9);
    padding: 60px 20px;
    margin: 0 auto;
    max-width: 1600px;
}

/* ==================================== 
   CONTENT WRAPPER 
==================================== */
.content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ==================================== 
   ARTWORK DISPLAY SECTION (CENTERED) 
==================================== */
.artwork-section {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.artwork-container {
    position: relative;
    max-width: 450px;
    width: 100%;
    padding: 80px 40px;
}

/* ==================================== 
   ORNATE CORNER DECORATIONS 
==================================== */
.frame-ornaments {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.ornament {
    position: absolute;
    width: 120px;
    height: 120px;
}

.corner-tl {
    top: 20px;
    left: 20px;
    animation-delay: 0s;
}

.corner-tr {
    top: 20px;
    right: 20px;
    animation-delay: 1s;
}

.corner-bl {
    bottom: 20px;
    left: 20px;
    animation-delay: 2s;
}

.corner-br {
    bottom: 20px;
    right: 20px;
    animation-delay: 3s;
}

.ornament-inner {
    position: absolute;
    inset: 0;
    border: 3px solid transparent;
    /* border-image: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color)) 1; */
    transition: all 0.6s ease;
}

.corner-tl .ornament-inner {
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 24px;
}

.corner-tr .ornament-inner {
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 24px;
}

.corner-bl .ornament-inner {
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 24px;
}

.corner-br .ornament-inner {
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 24px;
}

@keyframes ornamentGlow {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.artwork-container:hover .ornament-inner {
    border-width: 4px;
    filter: drop-shadow(0 0 20px var(--orb-2-color));
}

.artwork-container:hover .ornament-glow {
    opacity: 0.5;
}

/* ==================================== 
   MAIN ARTWORK FRAME 
==================================== */
.artwork-frame {
    position: relative;
    aspect-ratio: 3/3;
    max-width: 100%;
    margin: 0 auto;
}

@keyframes glowPulse {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.frame-rotating-border {
    position: absolute;
    inset: -6px;
    border-radius: 16px;
    padding: 6px;
    background: conic-gradient(from 0deg,
            var(--orb-1-color),
            var(--orb-2-color),
            var(--orb-3-color),
            var(--glow-cyan),
            var(--orb-1-color));
    animation: borderRotate 20s linear infinite;
    z-index: 2;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

@keyframes borderRotate {
    to {
        transform: rotate(360deg);
    }
}

.frame-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(0, 30, 60, 0.3), rgba(0, 10, 20, 0.5));
    border-radius: 12px;
    padding: 32px;
    box-shadow: inset 0 2px 40px rgba(0, 180, 255, 0.2), 0 20px 60px rgba(0, 0, 0, 0.8);
    z-index: 3;
}

/* Mat Board Effect */
.artwork-mat {
    position: absolute;
    inset: 20px;
    background: linear-gradient(135deg, rgba(0, 40, 80, 0.2), rgba(0, 20, 40, 0.3));
    border-radius: 8px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6), 0 0 20px var(--orb-2-color);
}

.artwork-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    z-index: 4;
}

/* Image Lighting Effects */
.image-ambient-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(ellipse at 50% 30%,
            var(--orb-3-color),
            transparent 60%);
    animation: ambientShift 8s ease-in-out infinite;
    z-index: 1;
}

@keyframes ambientShift {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(5%, -5%) scale(1.1);
    }
}

.image-spotlight {
    position: absolute;
    top: -30%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.15),
            transparent 50%);
    filter: blur(40px);
    animation: spotlightMove 10s ease-in-out infinite;
    z-index: 2;
}

@keyframes spotlightMove {

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

    50% {
        transform: translate(20%, 10%);
    }
}

.artwork-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(0.95);
    filter: blur(20px);
    transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 3;
}

.artwork-image.loaded {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.artwork-frame:hover .artwork-image {
    transform: scale(1.03);
}

/* ==================================== 
   DISCOUNT BADGE 
==================================== */
.discount-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    animation: badgeEntrance 1s ease-out 0.5s both;
}

@keyframes badgeEntrance {
    from {
        opacity: 0;
        transform: rotate(-180deg) scale(0);
    }

    to {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

.badge-glow {
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle, var(--glow-cyan), transparent 60%);
    filter: blur(25px);
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.badge-content {
    position: relative;
    display: block;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color));
    color: white;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.1em;
    border-radius: 50px;
    box-shadow: 0 10px 30px var(--glow-cyan);
    z-index: 2;
}

.badge-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    border-radius: 50px;
    animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgeShine {
    0% {
        transform: translateX(-200%);
    }

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

/* ==================================== 
   FRAME LABELS 
==================================== */
.frame-label {
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--orb-3-color);
    opacity: 0.6;
    text-transform: uppercase;
    animation: labelFade 3s ease-in-out infinite;
}

.label-top {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.label-bottom {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes labelFade {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }
}

/* ==================================== 
   PRODUCT INFO SECTION 
==================================== */
.product-info-section {
    margin-bottom: 100px;
    animation: infoSlideUp 1s ease-out 0.3s both;
}

@keyframes infoSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-container {
     max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
    /* background: var(--glass-bg); */
    /* border: 1px solid var(--glass-border); */
    /* border-radius: 32px; */
    /* box-shadow: 0 0 100px var(--orb-2-color), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    /* backdrop-filter: blur(20px);

    border: 2px solid rgba(0, 230, 255, 0.1); */
}

/* ==================================== 
   PRODUCT HEADER 
==================================== */
.product-header {
    text-align: center;
    margin-bottom: 50px;
}

.artist-credit {
    font-size: 15px;
    color: var(--glow-cyan);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
    animation: textGlow 3s ease-in-out infinite;
}

@keyframes textGlow {

    0%,
    100% {
        text-shadow: 0 0 10px var(--glow-cyan);
    }

    50% {
        text-shadow: 0 0 20px var(--glow-cyan), 0 0 30px var(--glow-cyan);
    }
}

.product-title {
    position: relative;
    margin-bottom: 24px;
}

.title-main {
    display: inline-block;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color), var(--glow-cyan));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleShimmer 5s linear infinite;
}

@keyframes titleShimmer {
    to {
        background-position: 200% center;
    }
}

.title-underline {
    height: 5px;
    background: linear-gradient(90deg, transparent, var(--orb-2-color), transparent);
    border-radius: 3px;
    margin: 16px auto 0;
    max-width: 200px;
    animation: underlineExpand 1.5s ease-out;
}

@keyframes underlineExpand {
    from {
        max-width: 0;
        opacity: 0;
    }

    to {
        max-width: 200px;
        opacity: 1;
    }
}

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

.stars {
    display: flex;
    gap: 6px;
}

.star {
    font-size: clamp(18px, 3vw, 24px);
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.star.filled {
    color: yellow;
}

.star.half {
    background: linear-gradient(90deg, yellow 50%, rgba(255, 255, 255, 0.2) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rating-info {
    font-size: clamp(14px, 2vw, 16px);
    color: rgba(0, 230, 255, 0.7);
    font-weight: 500;
}

.rating-info strong {
    color: var(--orb-3-color);
    font-weight: 700;
}

/* ==================================== 
   PRICE SECTION 
==================================== */
.price-container {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 30px;
}

.price-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: clamp(12px, 3vw, 24px);
    flex-wrap: wrap;
}

.price-current {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 600;
    background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.03em;
    animation: priceGlow 4s ease-in-out infinite;
    filter: drop-shadow(0 0 25px var(--glow-cyan));
}

@keyframes priceGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 25px var(--glow-cyan));
    }

    50% {
        filter: drop-shadow(0 0 40px var(--glow-cyan));
    }
}

.price-original {
    font-size: clamp(1.3rem, 3vw, 2rem);
    color: rgba(0, 180, 255, 0.4);
    text-decoration: line-through;
    font-weight: 600;
}

.price-accent-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(100px, 30vw, 150px);
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--orb-2-color), transparent);
    border-radius: 2px;
}

/* ==================================== 
   STOCK STATUS 
==================================== */
.stock-section {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.stock-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: clamp(12px, 2vw, 16px) clamp(20px, 4vw, 32px);
    border-radius: 50px;
    font-size: clamp(13px, 2vw, 15px);
    font-weight: 600;
    position: relative;
}

.stock-badge.available {
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(0, 180, 255, 0.08));
    border: 2px solid var(--glow-cyan);
    color: var(--glow-cyan);
    box-shadow: 0 0 30px var(--glow-cyan);
}

.stock-pulse {
    position: absolute;
    inset: -2px;
    border-radius: 50px;
    border: 2px solid var(--glow-cyan);
    animation: pulseBorder 2s ease-out infinite;
}

@keyframes pulseBorder {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}

.stock-icon {
    font-size: clamp(16px, 3vw, 20px);
    animation: iconBounce 2s ease-in-out infinite;
}

@keyframes iconBounce {

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

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

.stock-badge.unavailable {
    background: linear-gradient(135deg, rgba(255, 100, 100, 0.15), rgba(200, 50, 50, 0.08));
    border: 2px solid rgba(255, 100, 100, 0.4);
    color: rgba(255, 150, 150, 0.9);
}

/* ==================================== 
   DESCRIPTION 
==================================== */
.description-section {
    margin-bottom: 50px;
    padding: 0 clamp(10px, 3vw, 20px);
}

.description-text {
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.9;
    color: whitesmoke;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 200;
}

/* ==================================== 
   ACTION BUTTONS 
==================================== */
.action-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.btn-buy-now,
.btn-wishlist {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    padding: clamp(16px, 3vw, 22px) clamp(24px, 5vw, 40px);
    font-size: clamp(15px, 2.5vw, 18px);
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.btn-buy-now {
    border: 2px solid rgba(0, 230, 255, 0.28);
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
    background-size: 300% 300%;
    color: white;
    box-shadow: 0 12px 35px rgba(0, 230, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    animation: buttonPulse 3.2s ease-in-out infinite;
}

@keyframes buttonPulse {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.btn-buy-now::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 45%, transparent 100%);
    transform: translateX(-120%);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    pointer-events: none;
    border-radius: 50px;
}

.btn-text-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.btn-icon {
    font-size: clamp(18px, 3vw, 22px);
    animation: iconRotate 3s linear infinite;
}

@keyframes iconRotate {

    0%,
    90%,
    100% {
        transform: rotate(0);
    }

    95% {
        transform: rotate(15deg);
    }
}

.btn-buy-now:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: var(--glow-cyan);
    box-shadow: 0 18px 50px rgba(0, 230, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-buy-now:hover::before {
    transform: translateX(120%);
}

.btn-buy-now:active {
    transform: translateY(-1px) scale(0.97);
    box-shadow: 0 6px 20px rgba(0, 230, 255, 0.35);
}

.btn-wishlist {
    background: var(--glass-bg);
    border: 2px solid var(--glass-border);
    color: var(--orb-3-color);
}

.wishlist-heart {
    font-size: clamp(18px, 3vw, 22px);
    transition: all 0.3s ease;
}

.btn-hover-effect {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, var(--orb-2-color), transparent 70%);
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease;
    border-radius: 50px;
}

.btn-wishlist:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: var(--orb-2-color);
    box-shadow: 0 12px 35px rgba(0, 230, 255, 0.38);
}

.btn-wishlist:hover .btn-hover-effect {
    opacity: 0.3;
    transform: scale(1);
}

.btn-wishlist:hover .wishlist-heart {
    transform: scale(1.3);
    animation: heartPulse 0.6s ease;
}

@keyframes heartPulse {

    0%,
    100% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1.5);
    }
}

/* ==================================== 
   FEATURES GRID 
==================================== */
.features-section {
    border-top: 1px solid var(--glass-border);
    padding-top: 50px;
}

.features-heading {
    text-align: center;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 700;
    color: var(--orb-3-color);
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}



.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: clamp(16px, 3vw, 20px) clamp(20px, 4vw, 28px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: featureSlideIn 0.8s ease-out both;
}

@keyframes featureSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(32px, 5vw, 40px);
    height: clamp(32px, 5vw, 40px);
    flex-shrink: 0;
}

.feature-icon {
    font-size: clamp(20px, 3vw, 24px);
    color: var(--orb-3-color);
    z-index: 2;
    animation: iconSpin 6s linear infinite;
}

@keyframes iconSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.icon-glow {
    position: absolute;
    inset: -8px;
    background: radial-gradient(circle, var(--orb-2-color), transparent 60%);
    filter: blur(12px);
    opacity: 0.5;
    animation: iconGlowPulse 3s ease-in-out infinite;
}

@keyframes iconGlowPulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

.feature-text {
    font-size: clamp(14px, 2vw, 16px);
    color: rgba(0, 230, 255, 0.8);
    font-weight: 600;
}

.feature-item:hover {
    transform: translateX(12px) scale(1.02);
    background: rgba(0, 180, 255, 0.08);
    border-color: var(--orb-2-color);
    box-shadow: 0 0 30px var(--orb-2-color);
}

/* ==================================== 
   TABS SECTION 
==================================== */
.tabs-section {
    margin-bottom: 100px;
    animation: tabsFadeIn 1s ease-out 0.5s both;
}

@keyframes tabsFadeIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tabs-header {
    display: flex;
    justify-content: center;
    gap: clamp(8px, 2vw, 16px);
    border-bottom: 2px solid var(--glass-border);
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.tab-button {
    position: relative;
    background: transparent;
    border: none;
    padding: clamp(14px, 3vw, 20px) clamp(20px, 4vw, 36px);
    font-size: clamp(13px, 2vw, 16px);
    font-weight: 700;
    color: rgba(0, 230, 255, 0.4);
    cursor: pointer;
    transition: all 0.4s ease;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.tab-label {
    position: relative;
    z-index: 2;
}

.tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--orb-2-color), var(--orb-3-color));
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tab-button:hover {
    color: var(--orb-3-color);
}

.tab-button.active {
    color: var(--glow-cyan);
}

.tab-button.active .tab-indicator {
    transform: scaleX(1);
}

.tabs-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.tab-panel {
    animation: panelFadeIn 0.6s ease-out;
}

@keyframes panelFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-panel h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--orb-3-color);
    margin-bottom: 28px;
    letter-spacing: 0.02em;
}

.tab-panel p {
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.9;
    color: whitesmoke;
    margin-bottom: 20px;
    font-weight: 200;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.specs-table tr {
    border-bottom: 1px solid var(--glass-border);
    transition: all 0.3s ease;
    animation: rowSlideIn 0.5s ease-out both;
}

@keyframes rowSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.specs-table tr:hover {
    background: linear-gradient(90deg, rgba(0, 180, 255, 0.08), transparent);
}

.specs-table td {
    padding: clamp(16px, 3vw, 24px) 0;
    font-size: clamp(14px, 2vw, 17px);
}

.spec-key {
    font-weight: 700;
    color: var(--orb-3-color);
    width: 45%;
    padding-right: 20px;
}

.spec-value {
    color: rgba(0, 230, 255, 0.75);
}

.shipping-info {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 36px);
}

.info-block h4 {
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
    color: var(--orb-3-color);
    margin-bottom: 16px;
    font-weight: 700;
}

.info-block ul {
    list-style: none;
    padding-left: 0;
}

.info-block li {
    padding: clamp(10px, 2vw, 12px) 0;
    padding-left: clamp(24px, 4vw, 32px);
    position: relative;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.8;
    color: rgba(0, 230, 255, 0.75);
}

.info-block li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--glow-cyan);
    font-weight: 700;
}

/* ==================================== 
   REVIEWS SECTION 
==================================== */
.reviews-section {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 40px);
    border-radius: 32px;
    box-shadow: 0 0 80px var(--orb-2-color);
    backdrop-filter: blur(20px);
    animation: reviewsFadeIn 1s ease-out 0.7s both;
}

@keyframes reviewsFadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reviews-header {
    margin-bottom: clamp(40px, 6vw, 60px);
    padding-bottom: clamp(30px, 5vw, 40px);
    border-bottom: 2px solid var(--glass-border);
    text-align: center;
}

.reviews-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.reviews-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.summary-rating {
    display: flex;
    align-items: center;
    gap: clamp(12px, 3vw, 20px);
    flex-wrap: wrap;
    justify-content: center;
}

.summary-text {
    font-size: clamp(16px, 3vw, 20px);
    color: rgba(0, 230, 255, 0.8);
}

.summary-text strong {
    font-size: clamp(20px, 3.5vw, 24px);
    color: var(--orb-3-color);
    font-weight: 800;
}

.summary-count {
    font-size: clamp(13px, 2vw, 15px);
    color: rgba(0, 230, 255, 0.6);
}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 32px);
    margin-bottom: 50px;
}

.review-card {
    padding: clamp(24px, 4vw, 40px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: cardSlideUp 0.8s ease-out both;
}

@keyframes cardSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(0, 180, 255, 0.08);
    border-color: var(--orb-2-color);
    box-shadow: 0 0 50px var(--orb-2-color);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 20px);
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: clamp(12px, 3vw, 20px);
}

.reviewer-avatar {
    position: relative;
    width: clamp(50px, 8vw, 60px);
    height: clamp(50px, 8vw, 60px);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px, 3.5vw, 24px);
    font-weight: 800;
    overflow: hidden;
    flex-shrink: 0;
}

.reviewer-avatar span {
    position: relative;
    z-index: 2;
}

.avatar-ring {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: conic-gradient(from 0deg,
            var(--orb-2-color),
            var(--orb-3-color),
            var(--glow-cyan),
            var(--orb-2-color)) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: avatarRotate 6s linear infinite;
}

@keyframes avatarRotate {
    to {
        transform: rotate(360deg);
    }
}

.reviewer-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.reviewer-name {
    font-size: clamp(16px, 2.5vw, 18px);
    font-weight: 700;
    color: var(--orb-3-color);
    margin: 0;
    display: flex;
    align-items: center;
    gap: clamp(8px, 2vw, 12px);
    flex-wrap: wrap;
}

.verified-badge {
    font-size: clamp(11px, 2vw, 13px);
    color: var(--glow-cyan);
    background: rgba(0, 240, 255, 0.15);
    padding: 4px clamp(8px, 2vw, 12px);
    border-radius: 20px;
    border: 1px solid var(--glow-cyan);
    font-weight: 600;
    white-space: nowrap;
}

.review-date {
    font-size: clamp(12px, 2vw, 14px);
    color: rgba(0, 230, 255, 0.5);
}

.review-rating {
    display: flex;
    align-items: center;
}

.review-title {
    font-size: clamp(17px, 3vw, 20px);
    font-weight: 700;
    color: var(--orb-3-color);
    margin-bottom: 16px;
}

.review-text {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.8;
    color: whitesmoke;
    margin-bottom: 20px;
    font-weight: 200;
}

.review-actions {
    display: flex;
    gap: clamp(12px, 2vw, 16px);
    flex-wrap: wrap;
}

.helpful-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: clamp(8px, 2vw, 10px) clamp(16px, 3vw, 24px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    color: var(--orb-3-color);
    font-size: clamp(13px, 2vw, 15px);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.helpful-button:hover {
    transform: translateY(-3px);
    background: rgba(0, 180, 255, 0.1);
    border-color: var(--orb-2-color);
    box-shadow: 0 0 25px var(--orb-2-color);
}

.load-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: clamp(16px, 3vw, 20px) clamp(24px, 5vw, 40px);
    background: var(--glass-bg);
    border: 2px solid var(--glass-border);
    border-radius: 50px;
    color: var(--orb-3-color);
    font-size: clamp(15px, 2.5vw, 17px);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.button-arrow {
    font-size: clamp(16px, 3vw, 20px);
    transition: transform 0.4s ease;
}

.load-more-button:hover {
    transform: translateY(-5px);
    border-color: var(--orb-2-color);
    box-shadow: 0 0 50px var(--orb-2-color);
}

.load-more-button:hover .button-arrow {
    transform: translateX(8px);
}

/* ==================================== 
   RESPONSIVE DESIGN - COMPREHENSIVE
==================================== */

/* Desktop Large (1440px+) */
@media (min-width: 1440px) {
    .product-page {
        margin: 0 100px;
    }
}

/* Desktop (1024px - 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
    .product-page {
        margin: 0 50px;
        padding: 50px 20px;
    }

    .artwork-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

/* Tablet Landscape (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .product-page {
        margin: 0 30px;
        padding: 40px 16px;
    }

    .artwork-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .artwork-container {
        max-width: 400px;
        padding: 60px 30px;
    }

    .ornament {
        width: 90px;
        height: 90px;
    }

    .frame-inner {
        padding: 24px;
    }

    .discount-badge {
        top: 15px;
        right: 15px;
    }

    .badge-content {
        padding: 12px 24px;
        font-size: 14px;
    }

    .info-container {
        padding: 50px 30px;
    }

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

    .action-section {
        gap: 12px;
    }

    .btn-buy-now,
    .btn-wishlist {
        min-width: 180px;
    }
}

/* Tablet Portrait (600px - 767px) */
@media (min-width: 600px) and (max-width: 767px) {
    .product-page {
        margin: 0 20px;
        padding: 40px 16px;
    }

    .artwork-section {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .artwork-container {
        max-width: 450px;
        padding: 50px 25px;
    }

    .ornament {
        width: 70px;
        height: 70px;
    }

    .corner-tl,
    .corner-tr {
        top: 15px;
    }

    .corner-bl,
    .corner-br {
        bottom: 15px;
    }

    .corner-tl,
    .corner-bl {
        left: 15px;
    }

    .corner-tr,
    .corner-br {
        right: 15px;
    }

    .frame-inner {
        padding: 20px;
    }

    .artwork-mat {
        inset: 15px;
    }

    .discount-badge {
        top: 12px;
        right: 12px;
    }

    .badge-content {
        padding: 10px 20px;
        font-size: 13px;
    }

    .frame-label {
        font-size: 9px;
    }

    .label-top {
        top: 30px;
    }

    .label-bottom {
        bottom: 30px;
    }

    .product-info-section {
        margin-bottom: 60px;
    }

    .info-container {
        padding: 40px 24px;
        border-radius: 24px;
    }

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

    .action-section {
        flex-direction: column;
        gap: 12px;
    }

    .btn-buy-now,
    .btn-wishlist {
        width: 100%;
        max-width: 100%;
    }

    .tabs-section {
        margin-bottom: 60px;
    }

    .reviews-section {
        border-radius: 24px;
    }
}

/* Mobile Large (480px - 599px) */
@media (min-width: 480px) and (max-width: 599px) {
    .product-page {
        margin: 0;
        padding: 30px 16px;
    }

    .artwork-section {
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .artwork-container {
        max-width: 400px;
        padding: 40px 20px;
    }

    .ornament {
        width: 60px;
        height: 60px;
    }

    .corner-tl,
    .corner-tr {
        top: 10px;
    }

    .corner-bl,
    .corner-br {
        bottom: 10px;
    }

    .corner-tl,
    .corner-bl {
        left: 10px;
    }

    .corner-tr,
    .corner-br {
        right: 10px;
    }

    .ornament-inner {
        border-width: 2px;
    }

    .frame-inner {
        padding: 16px;
    }

    .artwork-mat {
        inset: 12px;
    }

    .discount-badge {
        top: 10px;
        right: 10px;
    }

    .badge-content {
        padding: 8px 16px;
        font-size: 12px;
    }

    .frame-label {
        font-size: 8px;
        letter-spacing: 0.2em;
    }

    .label-top {
        top: 25px;
    }

    .label-bottom {
        bottom: 25px;
    }

    .product-info-section {
        margin-bottom: 50px;
    }

    .info-container {
        padding: 32px 20px;
        border-radius: 20px;
    }

    .product-header {
        margin-bottom: 40px;
    }

    .artist-credit {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .action-section {
        flex-direction: column;
        gap: 10px;
    }

    .btn-buy-now,
    .btn-wishlist {
        width: 100%;
        max-width: 100%;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feature-item {
        padding: 14px 18px;
    }

    .feature-item:hover {
        transform: translateX(8px) scale(1.01);
    }

    .tabs-section {
        margin-bottom: 50px;
    }

    .tabs-header {
        gap: 6px;
    }

    .specs-table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .spec-key {
        width: 100%;
        padding-right: 0;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .spec-value {
        font-size: 14px;
    }

    .specs-table tr {
        padding: 12px 0;
    }

    .review-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviewer-info {
        width: 100%;
    }

    .review-rating {
        margin-left: 0;
    }
}

/* Mobile Medium (375px - 479px) */
@media (min-width: 375px) and (max-width: 479px) {
    .product-page {
        margin: 0;
        padding: 24px 12px;
    }

    .artwork-section {
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .artwork-container {
        max-width: 350px;
        padding: 30px 15px;
    }

    .ornament {
        width: 50px;
        height: 50px;
    }

    .corner-tl,
    .corner-tr,
    .corner-bl,
    .corner-br {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .corner-tl {
        top: 8px;
        left: 8px;
    }

    .corner-tr {
        top: 8px;
        right: 8px;
    }

    .corner-bl {
        bottom: 8px;
        left: 8px;
    }

    .corner-br {
        bottom: 8px;
        right: 8px;
    }

    .frame-inner {
        padding: 14px;
    }

    .artwork-mat {
        inset: 10px;
    }

    .discount-badge {
        top: 8px;
        right: 8px;
    }

    .badge-content {
        padding: 7px 14px;
        font-size: 11px;
    }

    .info-container {
        padding: 28px 16px;
        border-radius: 16px;
    }

    .price-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .action-section {
        flex-direction: column;
    }

    .tabs-content {
        padding: 0 16px;
    }

    .review-card {
        padding: 20px 16px;
    }
}

/* Mobile Small (320px - 374px) */
@media (max-width: 374px) {
    .product-page {
        margin: 0;
        padding: 20px 10px;
    }

    .artwork-section {
        margin-top: 100px;
        margin-bottom: 24px;
    }

    .artwork-container {
        max-width: 300px;
        padding: 25px 12px;
    }

    .ornament {
        width: 45px;
        height: 45px;
    }

    .corner-tl,
    .corner-tr {
        top: 6px;
    }

    .corner-bl,
    .corner-br {
        bottom: 6px;
    }

    .corner-tl,
    .corner-bl {
        left: 6px;
    }

    .corner-tr,
    .corner-br {
        right: 6px;
    }

    .frame-inner {
        padding: 12px;
    }

    .artwork-mat {
        inset: 8px;
    }

    .discount-badge {
        top: 6px;
        right: 6px;
    }

    .badge-content {
        padding: 6px 12px;
        font-size: 10px;
    }

    .frame-label {
        font-size: 7px;
    }

    .info-container {
        padding: 24px 14px;
        border-radius: 14px;
    }

    .artist-credit {
        font-size: 11px;
    }

    .price-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .tabs-content {
        padding: 0 14px;
    }

    .review-card {
        padding: 18px 14px;
    }

    .reviewer-avatar {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .feature-text {
        font-size: 13px;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {

    .btn-buy-now,
    .btn-wishlist,
    .helpful-button,
    .load-more-button,
    .tab-button {
        min-height: 44px;
        /* Touch target size */
    }

    .artwork-frame:hover .artwork-image,
    .feature-item:hover,
    .review-card:hover {
        transform: none;
        /* Disable hover effects on touch devices */
    }

    /* Enable active states instead */
    .btn-buy-now:active {
        transform: scale(0.98);
    }

    .btn-wishlist:active {
        transform: scale(0.98);
    }
}

/* Landscape Mode for Mobiles */
@media (max-height: 500px) and (orientation: landscape) {
    .artwork-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .artwork-container {
        max-width: 300px;
    }

    .product-info-section {
        margin-bottom: 40px;
    }

    .info-container {
        padding: 30px 24px;
    }

    .tabs-section {
        margin-bottom: 40px;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .artwork-image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print Styles */
@media print {

    .discount-badge,
    .action-section,
    .tabs-header,
    .review-actions,
    .load-more-button {
        display: none;
    }

    .product-page {
        margin: 0;
        padding: 20px;
    }

    .artwork-section,
    .product-info-section {
        page-break-inside: avoid;
    }
}/* ==================================== 
   CYBERPUNK ART GALLERY ACCOUNT PAGE
   Matching the painting theme aesthetic
==================================== */



.account-page {
  min-height: 100vh;
  background: var(--bg-primary);

  color: var(--glow-cyan);
  position: relative;

  margin: 100px auto;
}

/* ==================================== 
   ANIMATED BACKGROUND - ENHANCED
==================================== */





/* ==================================== 
   WELCOME SCREEN - GALLERY ENTRANCE
==================================== */
.welcome-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.welcome-content {
  text-align: center;
  animation: fadeInUp 1s ease-out;
}

.welcome-icon {
  width: 200px;
  height: 200px;
  margin: 0 auto 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 230, 255, 0.15), rgba(79, 172, 254, 0.1));
  border: 4px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--glow-cyan);
  position: relative;
 
  box-shadow: 0 0 60px var(--glow-cyan), inset 0 0 40px rgba(0, 230, 255, 0.1);
}

.welcome-icon::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color), var(--glow-cyan), var(--orb-1-color));

  z-index: -1;
  opacity: 0.6;
  filter: blur(8px);
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes borderRotate {
  to { transform: rotate(360deg); }
}

.welcome-title {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--glow-cyan) 0%, var(--orb-3-color) 50%, var(--orb-2-color) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
  animation: titleShimmer 6s linear infinite;
  text-shadow: 0 0 80px var(--glow-cyan);
}

@keyframes titleShimmer {
  to { background-position: 200% center; }
}

.welcome-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color:whitesmoke;
  margin-bottom: 3.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.create-first-account-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
  background-size: 300% 300%;
  border: 2px solid var(--glow-cyan);
  border-radius: 50px;
  color: white;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 15px 50px rgba(0, 230, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  animation: buttonPulse 3s ease-in-out infinite;
}

@keyframes buttonPulse {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.create-first-account-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 45%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  border-radius: 50px;
}

.create-first-account-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 60px rgba(0, 230, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.create-first-account-btn:hover::before {
  transform: translateX(120%);
}

/* ==================================== 
   LOGIN SCREEN - ORNATE FRAME
==================================== */
.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 1rem;
}

.login-content {
  width: 100%;
  max-width: 520px;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  border-radius: 32px;
  padding: 3.5rem;
  backdrop-filter: blur(25px);
  box-shadow: 0 0 100px var(--orb-2-color), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  animation: fadeInUp 0.8s ease-out;
  position: relative;
}


.login-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 230, 255, 0.2), rgba(79, 172, 254, 0.15));
  border: 3px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--glow-cyan);
  position: relative;
  box-shadow: 0 0 40px var(--glow-cyan);
}

.login-icon::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--glow-cyan);
  opacity: 0;
  animation: pulseRing 2.5s ease-out infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.login-title {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, var(--glow-cyan), var(--orb-3-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.login-subtitle {
  text-align: center;
  color: whitesmoke;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
  font-weight: 300;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.error-message {
  padding: 1rem;
  background: rgba(245, 87, 108, 0.15);
  border: 2px solid rgba(245, 87, 108, 0.4);
  border-radius: 12px;
  color: #ff6b8a;
  font-size: 0.95rem;
  text-align: center;
  font-weight: 500;
  animation: errorShake 0.5s ease;
}

@keyframes errorShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  75% { transform: translateX(10px); }
}

.login-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
  background-size: 300% 300%;
  border: 2px solid var(--glow-cyan);
  border-radius: 50px;
  color: white;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  animation: buttonPulse 3s ease-in-out infinite;
  box-shadow: 0 12px 35px rgba(0, 230, 255, 0.4);
}

.login-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  border-radius: 50px;
}  

.login-submit-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 50px rgba(0, 230, 255, 0.6);
}

.login-submit-btn:hover::before {
  transform: translateX(120%);
}

.login-divider {
  text-align: center;
  margin: 2rem 0;
  position: relative;
}

.login-divider::before,
.login-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--glass-border), transparent);
}

.login-divider::before { left: 0; }
.login-divider::after { right: 0; }

.login-divider span {
  color: rgba(0, 230, 255, 0.5);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.create-new-account-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  border-radius: 50px;
  color: var(--glow-cyan);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.create-new-account-btn:hover {
  background: rgba(0, 230, 255, 0.1);
  border-color: var(--glow-cyan);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 230, 255, 0.3);
}

.existing-accounts {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--glass-border);
}

.existing-accounts-label {
  font-size: 0.8rem;
  color: rgba(0, 230, 255, 0.6);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.existing-accounts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.existing-account-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1.2rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  font-size: 0.9rem;
  color: rgba(0, 230, 255, 0.8);
  transition: all 0.3s ease;
}

.existing-account-item:hover {
  background: rgba(0, 230, 255, 0.1);
  border-color: var(--glow-cyan);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 230, 255, 0.3);
}

.existing-account-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--glow-cyan);
}

.existing-account-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.existing-account-avatar .emoji {
  font-size: 1.1rem;
}

/* ==================================== 
   ACCOUNT CONTAINER - GALLERY LAYOUT
==================================== */
.account-container {
  max-width: 1000px;
  margin: 0 auto;
 
  position: relative;
  z-index: 1;
}

.account-header {
  margin-bottom: 1rem;
  position: relative;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.8rem;

}

.page-title {
      font-size: clamp(2.2rem, 6vw, 4rem);
    margin-bottom: 30px;
    background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: modernGradient 8s ease infinite;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    text-align: center;
   
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-actions {
  display: flex;
  gap: 1.25rem;
}

.switch-account-btn {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.75rem;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  border-radius: 50px;
  color: var(--glow-cyan);
 
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  backdrop-filter: blur(20px);
  letter-spacing: 0.05em;
}

.switch-account-btn:hover {
  background: rgba(0, 230, 255, 0.1);
  border-color: var(--glow-cyan);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 230, 255, 0.4);
}

.chevron {
  transition: transform 0.4s ease;
  filter: drop-shadow(0 0 5px var(--glow-cyan));
}

.chevron.rotate {
  transform: rotate(180deg);
}

/* ==================================== 
   ACCOUNT SWITCHER - FLOATING PANEL
==================================== */
.account-switcher {
    position: absolute;
    top: 7%;
    /* right: 1%; */
    left: 70%;
    width: 420px;
    background: rgba(0, 20, 40, 0.95);
    border: 2px solid var(--glass-border);
    border-radius: 24px;
    padding: 1.5rem;
    /* margin-top: 1rem; */
    backdrop-filter: blur(30px);
    animation: slideDown 0.4s ease-out;
    /* z-index: 100; */
    box-shadow: 0 0 80px var(--orb-2-color), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.switcher-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--glass-border);
}

.switcher-header span {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--glow-cyan);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.add-account-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.2rem;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color));
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  box-shadow: 0 5px 20px rgba(0, 230, 255, 0.3);
}

.add-account-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 30px rgba(0, 230, 255, 0.5);
}

.accounts-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.account-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.account-item:hover {
  background: rgba(0, 230, 255, 0.1);
  border-color: var(--glow-cyan);
  transform: translateX(8px) scale(1.02);
  box-shadow: 0 0 30px var(--orb-2-color);
}

.account-item.active {
  background: rgba(0, 230, 255, 0.15);
  border-color: var(--glow-cyan);
  box-shadow: 0 0 40px var(--glow-cyan);
}

.account-item-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--orb-2-color), var(--orb-3-color));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--glow-cyan);
  box-shadow: 0 0 20px var(--glow-cyan);
}

.account-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-item-avatar .emoji {
  font-size: 1.8rem;
}

.account-item-info {
  flex: 1;
}

.account-item-name {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
  color: var(--glow-cyan);
}

.account-item-email {
  font-size: 0.85rem;
  color: rgba(0, 230, 255, 0.6);
  font-weight: 300;
}

.active-badge {
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color));
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 15px var(--glow-cyan);
}

/* ==================================== 
   PROFILE SECTION - ORNATE FRAME
==================================== */
.profile-section {
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.profile-card {
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  border-radius: 32px;
  padding: 4rem;
  backdrop-filter: blur(30px);
  box-shadow: 0 0 120px var(--orb-2-color), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
}

/* Ornate corner decorations */

.avatar-section {
  text-align: center;
  margin-bottom: 3rem;
  animation: scaleIn 0.7s ease-out 0.5s both;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.avatar-container {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.avatar-image,
.avatar-emoji {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 230, 255, 0.2), rgba(79, 172, 254, 0.15));
  box-shadow: 0 0 60px var(--glow-cyan), inset 0 0 30px rgba(0, 230, 255, 0.1);
  transition: all 0.5s ease;
  position: relative;
}

/* Rotating border effect */
.avatar-image::before,
.avatar-emoji::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color), var(--glow-cyan), var(--orb-1-color));
  animation: borderRotate 20s linear infinite;
  z-index: -1;
  filter: blur(10px);
  opacity: 0.7;
}

.avatar-image:hover,
.avatar-emoji:hover {
  transform: scale(1.08);
  box-shadow: 0 0 80px var(--glow-cyan), inset 0 0 40px rgba(0, 230, 255, 0.2);
}

.avatar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.avatar-emoji span {
  font-size: 5rem;
  position: relative;
  z-index: 1;
}

.camera-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color));
  border: 4px solid var(--bg-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(0, 230, 255, 0.5);
}

.camera-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 30px rgba(0, 230, 255, 0.7);
}

.remove-photo-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(245, 87, 108, 0.9);
  border: 2px solid var(--bg-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.remove-photo-btn:hover {
  background: #ff6b8a;
  transform: scale(1.15);
  box-shadow: 0 5px 20px rgba(245, 87, 108, 0.6);
}

.emoji-selector {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.emoji-option {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.emoji-option:hover {
  background: rgba(0, 230, 255, 0.1);
  border-color: var(--glow-cyan);
  transform: scale(1.15);
  box-shadow: 0 0 25px var(--glow-cyan);
}

.emoji-option.selected {
  background: linear-gradient(135deg, rgba(0, 230, 255, 0.3), rgba(79, 172, 254, 0.25));
  border-color: var(--glow-cyan);
  transform: scale(1.2);
  box-shadow: 0 0 35px var(--glow-cyan);
}

.profile-name h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 900;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, var(--glow-cyan), var(--orb-3-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.member-since {
  color: rgba(0, 230, 255, 0.6);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* ==================================== 
   ACTION BUTTONS
==================================== */
.action-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.edit-btn,
.save-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.1rem 2.5rem;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
  background-size: 300% 300%;
  border: 2px solid var(--glow-cyan);
  border-radius: 50px;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 230, 255, 0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  animation: buttonPulse 3s ease-in-out infinite;
}

.edit-btn::before,
.save-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  border-radius: 50px;
}

.edit-btn:hover,
.save-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 15px 45px rgba(0, 230, 255, 0.6);
}

.edit-btn:hover::before,
.save-btn:hover::before {
  transform: translateX(120%);
}

.edit-actions {
  display: flex;
  gap: 1.25rem;
}

.cancel-btn {
  padding: 1.1rem 2.5rem;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  border-radius: 50px;
  color: var(--glow-cyan);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cancel-btn:hover {
  background: rgba(0, 230, 255, 0.1);
  border-color: var(--glow-cyan);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 230, 255, 0.3);
}

/* ==================================== 
   PROFILE FIELDS
==================================== */
.profile-fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.field-group {
  animation: fadeInLeft 0.6s ease-out both;
}

.field-group:nth-child(1) { animation-delay: 0.6s; }
.field-group:nth-child(2) { animation-delay: 0.7s; }
.field-group:nth-child(3) { animation-delay: 0.8s; }
.field-group:nth-child(4) { animation-delay: 0.9s; }
.field-group:nth-child(5) { animation-delay: 1s; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.field-group label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--glow-cyan);
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.field-value {
  padding: 1.2rem 1.5rem;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  border-radius: 16px;
  font-size: 1.05rem;
  color: rgba(0, 230, 255, 0.9);
  font-weight: 300;
}

.field-input {
  width: 100%;
  padding: 1.2rem 1.5rem;
  background: rgba(0, 230, 255, 0.05);
  border: 2px solid var(--glow-cyan);
  border-radius: 16px;
  font-size: 1.05rem;
  color: rgba(0, 230, 255, 0.95);
  font-family: inherit;
  transition: all 0.4s ease;
  font-weight: 300;
}

.field-input:focus {
  outline: none;
  border-color: var(--glow-cyan);
  background: rgba(0, 230, 255, 0.1);
  box-shadow: 0 0 0 5px rgba(0, 230, 255, 0.15), 0 0 30px var(--glow-cyan);
}

.field-input::placeholder {
  color: rgba(0, 230, 255, 0.3);
}

textarea.field-input {
  resize: vertical;
  min-height: 100px;
}

/* ==================================== 
   LOGOUT SECTION
==================================== */
.logout-section {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 2px solid var(--glass-border);
  display: flex;
  justify-content: center;
}

.logout-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.1rem 2.5rem;
  background: rgba(245, 87, 108, 0.15);
  border: 2px solid rgba(245, 87, 108, 0.4);
  border-radius: 50px;
  color: #ff6b8a;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.logout-btn:hover {
  background: rgba(245, 87, 108, 0.25);
  border-color: #ff6b8a;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(245, 87, 108, 0.4);
}

/* ==================================== 
   MODAL - ENHANCED
==================================== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  width: 90%;
  max-width: 560px;
  background: rgba(0, 20, 40, 0.95);
  border: 2px solid var(--glass-border);
  border-radius: 28px;
  padding: 2.5rem;
  animation: slideUp 0.5s ease-out;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 100px var(--orb-2-color), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
}

/* Modal ornaments */


@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.modal-header h2 {
  font-size: clamp(1.75rem, 4vw, 2.2rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--glow-cyan), var(--orb-3-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

.close-modal-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--glass-bg);
  border: 2px solid var(--glass-border);
  color: var(--glow-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}

.close-modal-btn:hover {
  background: rgba(0, 230, 255, 0.15);
  border-color: var(--glow-cyan);
  transform: rotate(90deg);
  box-shadow: 0 0 25px var(--glow-cyan);
}

.create-account-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-avatar-section {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.form-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px dashed var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
  background: var(--glass-bg);
  position: relative;
}

.form-avatar::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color), var(--glow-cyan), var(--orb-1-color));
  opacity: 0;
  animation: borderRotate 20s linear infinite;
  z-index: -1;
  filter: blur(10px);
  transition: opacity 0.4s ease;
}

.form-avatar:hover {
  border-color: var(--glow-cyan);
  background: rgba(0, 230, 255, 0.08);
  box-shadow: 0 0 40px var(--glow-cyan);
}

.form-avatar:hover::before {
  opacity: 0.6;
}

.form-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: rgba(0, 230, 255, 0.5);
}

.avatar-placeholder span {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.form-group label {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--glow-cyan);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1.1rem 1.4rem;
  background: rgba(0, 230, 255, 0.05);
  border: 2px solid var(--glass-border);
  border-radius: 14px;
  font-size: 1rem;
  color: rgba(0, 230, 255, 0.95);
  font-family: inherit;
  transition: all 0.4s ease;
  font-weight: 300;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--glow-cyan);
  background: rgba(0, 230, 255, 0.1);
  box-shadow: 0 0 0 5px rgba(0, 230, 255, 0.15), 0 0 30px var(--glow-cyan);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(0, 230, 255, 0.3);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
  background-size: 300% 300%;
  border: 2px solid var(--glow-cyan);
  border-radius: 50px;
  color: white;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  animation: buttonPulse 3s ease-in-out infinite;
  box-shadow: 0 12px 35px rgba(0, 230, 255, 0.4);
}

.submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  border-radius: 50px;
}

.submit-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 50px rgba(0, 230, 255, 0.6);
}

.submit-btn:hover::before {
  transform: translateX(120%);
}

/* ==================================== 
   RESPONSIVE DESIGN
==================================== */
@media (max-width: 768px) {
  .account-container {
    padding: 2rem 1rem;
  }

  .page-title {
    font-size: 2.5rem;
  }

  .profile-card {
    padding: 2.5rem 1.5rem;
  }

  .profile-card::before,
  .profile-card::after {
    width: 80px;
    height: 80px;
  }
    .header-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
 
      .account-switcher {
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        top: 90%;
    }
  

  .avatar-image,
  .avatar-emoji {
    width: 140px;
    height: 140px;
  }

  .avatar-emoji span {
    font-size: 4rem;
  }

  .welcome-title {
    font-size: 3rem;
  }

  .login-content {
    padding: 2.5rem 1.5rem;
  }

  .login-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .profile-card {
    padding: 2rem 1.25rem;
  }

  .profile-card::before,
  .profile-card::after {
    width: 60px;
    height: 60px;
  }

  .avatar-image,
  .avatar-emoji {
    width: 120px;
    height: 120px;
  }

  .avatar-emoji span {
    font-size: 3.5rem;
  }

  .modal-content {
    padding: 2rem 1.5rem;
  }

  .form-avatar {
    width: 120px;
    height: 120px;
  }
}


/* ============================= */
/* ROOT VARIABLES */


/* ============================= */
/* GLOBAL RESET */


body {

  
   box-sizing: border-box;
}

/* ============================= */
/* CUSTOMER CARE CONTAINER */
/* ============================= */
.customer-care {
  display: block;
  position: relative;
  min-height: 100vh;
  padding: 20vh 24px 10vh;
  overflow: hidden;
}


/* ============================= */
/* HEADER CONTAINER */
/* ============================= */
.header-container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ============================= */
/* HERO HEADER */
/* ============================= */
.hero-header {
  display: block;
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px;
}

.header-content {

  margin-bottom: 40px;
}

.main-title {
  display: block;
  font-size: clamp(2.5rem, 7vw, 5rem);
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--orb-1-color) 0%, var(--orb-2-color) 30%, var(--orb-3-color) 60%, var(--glow-cyan) 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: modernGradient 8s ease infinite;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-shadow: 0 0 80px rgba(79, 209, 255, 0.5);
  position: relative;
}

.main-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 2px;
  animation: shimmer 3s ease-in-out infinite;
}

.main-subtitle {
  display: block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@keyframes modernGradient {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes shimmer {
  0%, 100% {
    opacity: 0.3;
    transform: translateX(-50%) scaleX(0.8);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.2);
  }
}

/* ============================= */
/* SEARCH WRAPPER */
/* ============================= */
.search-wrapper {
  display: block;
  margin-top: 48px;
  padding: 0 20px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: var(--glass-bg);
  backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.search-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: left 0.5s ease;
}

.search-box:focus-within {
  border-color: var(--accent);
  box-shadow: var(--shadow-lg), 0 0 0 4px rgba(79, 209, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.search-box:focus-within::before {
  left: 100%;
}

.search-input {
  display: block;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-primary);
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

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

.search-icon {
  display: block;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.search-box:focus-within .search-icon {
  transform: scale(1.1) rotate(5deg);
}

/* ============================= */
/* SECTIONS GRID */
/* ============================= */
.sections-grid {
  display: block;
  width: 100%;
  margin: 100px 0 80px;
}

/* ============================= */
/* SECTION CARD */
/* ============================= */
.section-card {
  display: block;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  margin-bottom: 28px;
  overflow: hidden;
  animation: fadeUp 0.7s ease forwards;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: var(--shadow-sm);
}

.section-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.section-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow-md), 0 0 60px rgba(79, 209, 255, 0.1);
  transform: translateY(-4px);
}

.section-card:hover::before {
  opacity: 1;
}

.section-card.active {
  border-color: rgba(79, 209, 255, 0.3);
  box-shadow: var(--shadow-glow), var(--shadow-lg);
  background: rgba(255, 255, 255, 0.05);
}

.section-card.active::before {
  opacity: 1;
}

/* ============================= */
/* CARD HEADER */
/* ============================= */
.card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.card-header:hover {
  background: rgba(255, 255, 255, 0.02);
}

.card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.section-card.active .card-header::after {
  opacity: 0;
}

/* ============================= */
/* ICON CONTAINER */
/* ============================= */
.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.section-card:hover .icon-container {
  transform: scale(1.08) rotate(5deg);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.section-card:hover .icon-container::before {
  opacity: 1;
}

.section-card.active .icon-container {
  transform: scale(1.05);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
}

/* ============================= */
/* HEADER TEXT */
/* ============================= */
.header-text {
  display: block;
  flex: 1;
}

.card-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.section-card:hover .card-title {
  color: var(--accent);
}

.card-description {
  display: block;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  font-weight: 400;
}

/* ============================= */
/* CHEVRON ICON */
/* ============================= */
.chevron-icon {
  display: block;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.chevron-icon.rotated {
  transform: rotate(180deg);
  color: var(--accent);
}

.section-card:hover .chevron-icon {
  color: var(--accent);
}

/* ============================= */
/* CARD CONTENT */
/* ============================= */
.card-content {
  display: block;
  padding: 12px 32px 36px;
  animation: expand 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.15);
}

@keyframes expand {
  from {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    max-height: 2000px;
    transform: translateY(0);
  }
}

/* ============================= */
/* FAQ CONTAINER */
/* ============================= */
.faq-container {
  display: block;
  margin-top: 12px;
}

.faq-item {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 0;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.02);
  padding-left: 8px;
  border-left: 2px solid var(--accent);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  color: var(--text-primary);
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--orb-3-color);
}

.faq-question.active {
  color: var(--orb-3-color);
}

.faq-answer {
  display: block;
  padding: 0 0 20px 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  animation: slideDown 0.4s ease;
  border-left: 2px solid rgba(79, 209, 255, 0.3);
  padding-left: 16px;
  margin-left: -2px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================= */
/* STEPS CONTAINER */
/* ============================= */
.steps-container {
  display: block;
  margin-top: 16px;
}

.step-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  position: relative;
  transition: all 0.3s ease;
}

.step-item:hover {
  background: rgba(255, 255, 255, 0.02);
  padding-left: 12px;
  border-radius: 12px;
}

.step-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 48px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent), transparent);
  opacity: 0.3;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4fd1ff, #1e90ff);
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(79, 209, 255, 0.4);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.step-item:hover .step-number {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 6px 24px rgba(79, 209, 255, 0.6);
}

.step-text {
  display: block;
  flex: 1;
}

.step-text h4 {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.step-text p {
  display: block;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ============================= */
/* INFO CONTAINER */
/* ============================= */
.info-container {
  display: block;
  margin-top: 12px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 16px;
}

.info-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.info-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(79, 209, 255, 0.3);
  transform: translateX(8px);
  box-shadow: -4px 0 0 var(--accent);
}

.info-dot {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 12px var(--accent);
  animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 12px var(--accent);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px var(--accent);
    transform: scale(1.2);
  }
}

.info-item h4 {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.info-item p {
  display: block;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ============================= */
/* CTA BUTTON */
/* ============================= */
.cta-button {
  display: block;
  margin-top: 36px;
  padding: 16px 32px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #4fd1ff, #1e90ff);
  color: #000;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(79, 209, 255, 0.3);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(79, 209, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
}

.cta-button:hover::before {
  width: 300px;
  height: 300px;
}

.cta-button:active {
  transform: translateY(-2px);
}

/* ============================= */
/* BUTTON CENTER WRAPPER */
/* ============================= */
.button-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.button-center-wrapper .cta-button {
  margin: 36px auto 0;
}

/* ============================= */
/* CONTACT CONTAINER */
/* ============================= */
.contact-container {
  display: block;
  margin-top: 12px;
}

.contact-methods {
 display: flex;
    gap: 24px;
    margin-bottom: 32px;
    flex-direction: column;
}

.contact-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 209, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(79, 209, 255, 0.2);
}

.contact-card:hover::before {
  left: 100%;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(79, 209, 255, 0.1);
  color: var(--accent);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
  background: rgba(79, 209, 255, 0.2);
  transform: scale(1.1) rotate(5deg);
}

.contact-info {
  display: block;
  flex: 1;
}

.contact-info h4 {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.contact-subtext {
  display: block;
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.address-card {
  display: flex;
  gap: 18px;
  margin-top: 32px;
  padding: 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.address-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(79, 209, 255, 0.3);
}

.address-icon {
  display: block;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.address-card h4 {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.address-card p {
  display: block;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 2px;
}

/* ============================= */
/* ANIMATIONS */
/* ============================= */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */
@media (max-width: 768px) {
  .customer-care {
    padding: 15vh 16px 8vh;
  }

  .hero-header {
    margin-bottom: 60px;
  }

  .main-title {
    font-size: 2.5rem;
  }

  .main-title::after {
    bottom: -16px;
    width: 80px;
    height: 3px;
  }

  .main-subtitle {
    font-size: 1rem;
  }

  .search-box {
    padding: 16px 20px;
  }

  .sections-grid {
    margin: 60px 0;
  }

  .section-card {
    margin-bottom: 20px;
  }

  .card-header {
    padding: 24px 20px;
  }

  .card-header::after {
    left: 20px;
    right: 20px;
  }

  .card-content {
    padding: 12px 20px 28px;
  }

  .icon-container {
    width: 56px;
    height: 56px;
  }

  .card-title {
    font-size: 0.95rem;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .step-item:not(:last-child)::after {
    left: 18px;
  }
}

@media (max-width: 480px) {
  .customer-care {
    padding: 12vh 12px 6vh;
  }

  .main-title {
    font-size: 2rem;
  }

  .search-box {
    padding: 14px 18px;
    max-width: 100%;
  }

  .card-header {
    gap: 14px;
    padding: 20px 16px;
  }

  .card-content {
    padding: 8px 16px 24px;
  }

  .icon-container {
    width: 48px;
    height: 48px;
  }

  .step-number {
    min-width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  .cta-button {
    width: 100%;
    padding: 14px 24px;
  }

  .address-card {
    padding: 20px;
  }
}

/* ============================= */
/* ACCESSIBILITY */
/* ============================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus styles for keyboard navigation */
button:focus-visible,
.faq-question:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

/* ============================= */
/* UTILITY CLASSES */
/* ============================= */
.text-gradient {
  background: linear-gradient(135deg, var(--accent), var(--orb-2-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-effect {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
}

/* ============================= */
/* SCROLLBAR STYLING */
/* ============================= */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--accent), var(--orb-2-color));
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--orb-2-color), var(--accent));
}
/* ========================================
   PAGE LAYOUT
======================================== */
.get-page {
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px;
}

/* ========================================
   CSS VARIABLES FOR BUTTON STYLING
======================================== */


/* ========================================
   HERO SECTION
======================================== */
.gallery-hero {
  position: relative;
  z-index: 1;
  padding: 120px 20px 80px;
  text-align: center;
  background: linear-gradient(180deg, rgba(10, 14, 39, 0) 0%, rgba(10, 14, 39, 0.8) 100%);
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gradient-text {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { filter: hue-rotate(0deg); }
  50% { filter: hue-rotate(20deg); }
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ========================================
   FILTER SECTION
======================================== */
.filter-section {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Search Bar */
.search-container {
  margin-bottom: 30px;
}

.search-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 16px 50px 16px 55px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  outline: none;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

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

.search-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(102, 126, 234, 0.5);
  box-shadow: 0 0 20px rgba(102, 126, 234, 0.2);
}

.clear-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.clear-search:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Filter Buttons */
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.filter-btn {
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.filter-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(-2px);
}

.filter-btn.active {
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-3-color));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 15px rgba(7, 122, 253, 0.4);
}

/* Results Info */
.results-info {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

/* ========================================
   GALLERY GRID
======================================== */
.gallery-section {
  position: relative;
 
  padding: 20px;
}

.gallery-grid {
display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
    gap: 30px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-grid.animate {
  opacity: 1;
}

/* ========================================
   PAINTING CARD
======================================== */
.painting-card {
 
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
  animation: cardFadeIn 0.6s ease forwards;
}

@keyframes cardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.painting-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(7, 122, 253, 0.3);
  border-color: rgba(102, 126, 234, 0.3);
}

/* Stock Badge */
.stock-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 14px;
  background: rgba(255, 59, 48, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 10;
  backdrop-filter: blur(10px);
}

/* Image Container */
.card-image-container {
 position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;

}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.painting-card:hover .card-image {
  transform: scale(1.1);
}

/* Image Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.painting-card:hover .image-overlay {
  opacity: 1;
}

.explore-overlay-btn {
  padding: 17px 32px;
  font-size: 14px;
  border-radius: 30px;
  border: 2px solid rgba(0, 230, 255, 0.28);
  cursor: pointer;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
  background-size: 300% 300%;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 12px 35px rgba(0, 230, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(20px);
}

.explore-overlay-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 45%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  pointer-events: none;
}

.painting-card:hover .explore-overlay-btn {
  transform: translateY(0);
}

.explore-overlay-btn:hover {
  transform: translateY(0) translateY(-4px) scale(1.04);
  border-color: var(--glow-cyan);
  box-shadow: 0 18px 50px rgba(0, 230, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.explore-overlay-btn:hover::before {
  transform: translateX(120%);
}

.explore-overlay-btn:active {
  transform: translateY(0) translateY(-1px) scale(0.97);
  box-shadow: 0 6px 20px rgba(0, 230, 255, 0.35);
}

.explore-overlay-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

/* Card Content */
.card-content {
  padding: 24px;
}

.card-header {
  margin-bottom: 12px;
}

.card-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.card-artist {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  margin: 0;
}

/* Rating */
.card-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.stars {
  display: flex;
  gap: 2px;
}

.star {
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.star.filled {
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.rating-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* Description */
.card-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Tags */

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tag {
  padding: 4px 12px;
  border: 1px solid rgba(102, 126, 234, 0.3);
  
  font-size: 12px;
  border-radius: 15px;
  font-weight: 500;
}

/* Card Footer */


.price-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price {
  font-size: 1.6rem;
  font-weight: 700;

}


/* ========================================
   NO RESULTS
======================================== */
.loading-container {
  grid-column: 1 / -1;
  text-align: center;
  padding: 100px 20px;
  color: rgba(255, 255, 255, 0.6);
}

.loader {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: #667eea;
  border-radius: 50%;
  margin: 0 auto 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-container p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  color: rgba(255, 255, 255, 0.6);
}

.no-results svg {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  opacity: 0.3;
  stroke-width: 1.5;
}

.no-results h3 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 10px;
}

.no-results p {
  font-size: 1rem;
  margin-bottom: 30px;
}

.reset-btn {
  padding: 17px 40px;
  font-size: 14px;
  border-radius: 30px;
  border: 2px solid rgba(0, 230, 255, 0.28);
  cursor: pointer;
  background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
  background-size: 300% 300%;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: 0 12px 35px rgba(0, 230, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.reset-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 45%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  pointer-events: none;
}

.reset-btn:hover {
  transform: translateY(-4px) scale(1.04);
  border-color: var(--glow-cyan);
  box-shadow: 0 18px 50px rgba(0, 230, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.reset-btn:hover::before {
  transform: translateX(120%);
}

.reset-btn:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 6px 20px rgba(0, 230, 255, 0.35);
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 768px) {
  .gallery-hero {
    padding: 80px 20px 60px;
  }

  .filter-buttons {
    gap: 8px;
  }

  .filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }

  .card-image-container {
    height: 400px;
  }

  .card-content {
    padding: 18px;
  }

  .card-name {
    font-size: 1.2rem;
  }

  .price {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .search-input {
    font-size: 14px;
    padding: 14px 45px 14px 50px;
  }

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

  .hero-title {
    font-size: 2rem;
  }

  .card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .explore-button {
    width: 100%;
    justify-content: center;
  }
}
.explore-button {
        margin: 20px auto;
    padding: 17px 52px;
    font-size: 16.5px;
    border-radius: 30px;
    border: 2px solid rgba(0, 230, 255, 0.28);
    cursor: pointer;
    background: linear-gradient(135deg, var(--orb-1-color), var(--orb-2-color), var(--orb-3-color));
    background-size: 300% 300%;
    color: white;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    min-width: 220px;
    box-shadow: 0 12px 35px rgba(0, 230, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    animation: buttonPulse 3.2s ease-in-out infinite;
    display: flex;
}

.explore-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.25) 45%, transparent 100%);
    transform: translateX(-120%);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    pointer-events: none;
}

.explore-button:hover {
    transform: translateY(-4px) scale(1.04);
    border-color: var(--glow-cyan);
    box-shadow: 0 18px 50px rgba(0, 230, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.explore-button:hover::before {
    transform: translateX(120%);
}

.explore-button:active {
    transform: translateY(-1px) scale(0.97);
    box-shadow: 0 6px 20px rgba(0, 230, 255, 0.35);
}

.explore-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    animation: none;
    box-shadow: 0 4px 12px rgba(0, 230, 255, 0.15);
}