html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* =========================
   PREMIUM NAVBAR START
========================= */

.luxury-navbar{
position:fixed;
top:10px;
left:50%;
transform:translateX(-50%);
width:86%;
max-width:1450px;
z-index:9999;

background:rgba(25,0,15,.55);
backdrop-filter:blur(18px);

border:1px solid rgba(235,160,29,.65);

border-radius:80px;

/*padding:4px 0;*/

box-shadow:
0 8px 35px rgba(0,0,0,.35),
0 0 25px rgba(247,197,111,.7);

transition:.4s ease;
}

.luxury-navbar.scrolled{
top:0px;

background:rgba(20,0,10,.9);

box-shadow:
0 15px 40px rgba(0,0,0,.45);
}

.navbar-container{
width:94%;
margin:auto;

display:flex;
justify-content:space-between;
align-items:center;
}

/* =========================
   LOGO
========================= */

.logo img{
height:80px;
transition:.4s ease;

/*filter:*/
/*drop-shadow(0 0 10px rgba(247,197,111,.35));*/
}

.logo:hover img{
transform:scale(1.05);
}

/* =========================
   MENU
========================= */

.nav-links{
display:flex;
align-items:center;
gap:45px;
list-style:none;
}

.nav-links li a{
position:relative;
font-size:18px;
font-weight:bold;

text-decoration:none;

color:#fff;

letter-spacing:1px;

transition:.35s;
}

.nav-links li a:hover{
color:#f7c56f;
}

/* Luxury underline */

.nav-links li a::before{
content:'';

position:absolute;
left:50%;
bottom:-10px;

width:0;
height:2px;

transform:translateX(-50%);

background:
linear-gradient(
90deg,
transparent,
#f7c56f,
transparent
);

transition:.4s;
}

.nav-links li a:hover::before{
width:100%;
}

/* =========================
   BUTTON
========================= */

.enroll-btn{
position:relative;

padding:14px 32px;

border-radius:50px;

font-family:'Cinzel',serif;
font-weight:700;

text-decoration:none;

color:#350012;

background:
linear-gradient(
135deg,
#f7c56f,
#ffca78,
#ffe2a6
);

overflow:hidden;

box-shadow:
0 0 20px rgba(247,197,111,.35);

transition:.4s;
}

.enroll-btn:hover{
transform:translateY(-4px);

box-shadow:
0 12px 30px rgba(247,197,111,.45);
}

/* Shine animation */

.enroll-btn::before{
content:'';

position:absolute;

top:0;
left:-120%;

width:80px;
height:100%;

background:
rgba(255,255,255,.35);

transform:skewX(-25deg);

transition:.8s;
}

.enroll-btn:hover::before{
left:120%;
}

/* =========================
   HAMBURGER
========================= */

.hamburger{
display:none;
width:30px;
height:28px;
cursor:pointer;
position:relative;
z-index:10001;
}

.hamburger span{
position:absolute;

width:100%;
height:3px;

background:#f7c56f;

border-radius:50px;

transition:.4s;
}

.hamburger span:nth-child(1){
top:0;
}

.hamburger span:nth-child(2){
top:12px;
}

.hamburger span:nth-child(3){
top:24px;
}

.hamburger.active span:nth-child(1){
transform:rotate(45deg);
top:12px;
}

.hamburger.active span:nth-child(2){
opacity:0;
}

.hamburger.active span:nth-child(3){
transform:rotate(-45deg);
top:12px;
}

/* =========================
   MOBILE MENU
========================= */

@media(max-width:1100px){

.hamburger{
display:block;
}

.enroll-btn{
display:none;
}

.logo img{
height:60px;
}

.nav-links{
position:fixed;

top:0;
right:-100%;

width:320px;
max-width:85%;

height:60vh;

background:
linear-gradient(
180deg,
#22000f,
#120006
);

backdrop-filter:blur(25px);

flex-direction:column;
justify-content:center;
align-items:center;

gap:30px;

transition:.8s ease;

border-radius:30px;
border-left:
2px solid rgba(247,197,111,.9);
border-bottom:
1px solid rgba(247,197,111,.8);

box-shadow:
-10px 0 30px rgba(0,0,0,.35);
}

.nav-links.active{
right:0;
}

.nav-links li a{
font-size:20px;
}
}

/* =========================
   MOBILE
========================= */

@media(max-width:576px){

.luxury-navbar{
width:100%;
top:15px;
/*padding:12px 0;*/
}

.logo img{
height:55px;
border-radius:18px;
}

.nav-links{
width:55%;
}

.nav-links li a{
font-size:18px;
}
}
/* navbar end */


   
/*contact start*/


    /* Course Icon */

.course-icon{
    color:#FFD700;
    background:rgba(255,215,0,.12);
    box-shadow:0 10px 25px rgba(255,215,0,.25);
}

/* Call Icon */

.call-icon{
    color:#00C2FF;
    background:rgba(0,194,255,.12);
    box-shadow:0 10px 25px rgba(0,194,255,.25);
}

/* WhatsApp Icon */

.whatsapp-icon{
    color:#25D366;
    background:rgba(37,211,102,.12);
    box-shadow:0 10px 25px rgba(37,211,102,.25);
}

.beauty-connect-section{
    padding:50px 6%;
    background:radial-gradient(circle at top right,#6b0024,#320011 60%);
    position:relative;
    overflow:hidden;
}

.beauty-connect-section::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:rgba(212,166,74,.08);
    border-radius:50%;
    top:-250px;
    right:-250px;
}

.beauty-container{
    max-width:1300px;
    margin:auto;
}

.beauty-header{
    text-align:center;
    margin-bottom:60px;
}

.beauty-tag{
    display:inline-block;
    color:#d4a64a;
    letter-spacing:3px;
    font-size:13px;
    margin-bottom:15px;
}

.beauty-header h2{
    font-size:40px;
    color:#fff;
    margin-bottom:20px;
}

.beauty-header p{
    max-width:700px;
    margin:auto;
    color:#ddd;
    line-height:1.8;
}

.beauty-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.beauty-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(212,166,74,.25);
    border-radius:25px;
    padding:40px 30px;
    text-align:center;
    backdrop-filter:blur(15px);
    transition:.4s;

    opacity:0;
    transform:translateY(80px);
}

.beauty-card:hover{
    transform:translateY(-12px);
    border-color:#d4a64a;
    box-shadow:0 20px 40px rgba(212,166,74,.15);
}

.beauty-card i{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:35px;
    animation:floatIcon 4s ease-in-out infinite;
}

.beauty-card h3{
    color:#fff;
    margin-bottom:15px;
}

.beauty-card p{
    color:#ccc;
    line-height:1.7;
    margin-bottom:20px;
}

.beauty-card a{
    display:inline-block;
    padding:12px 28px;
    background:#d4a64a;
    color:#320011;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.beauty-card a:hover{
    transform:scale(1.05);
}

.beauty-card.show{
    animation:slowBounceUp 1.4s ease forwards;
}

.beauty-card:nth-child(1){
    animation-delay:.2s;
}

.beauty-card:nth-child(2){
    animation-delay:.5s;
}

.beauty-card:nth-child(3){
    animation-delay:.8s;
}

@keyframes slowBounceUp{

    0%{
        opacity:0;
        transform:translateY(80px);
    }

    40%{
        opacity:1;
        transform:translateY(-15px);
    }

    60%{
        transform:translateY(8px);
    }

    80%{
        transform:translateY(-4px);
    }

    100%{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes floatIcon{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

}

@media(max-width:991px){

    .beauty-cards{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .beauty-header h2{
        font-size:36px;
    }

    .beauty-cards{
        grid-template-columns:1fr;
    }

}


/*contact end*/


/*contact form section start*/

  .beauty-contact {

            padding: 40px 20px;

            background:
                linear-gradient(135deg,
                    #300010,
                    #181818,
                    #320011);

            position: relative;
            overflow: hidden;
        }

        .beauty-contact::before {

            content: '';

            position: absolute;

            width: 500px;
            height: 500px;

            background:
                radial-gradient(circle,
                    rgba(224, 169, 109, .15),
                    transparent 70%);

            top: -150px;
            right: -150px;
        }

        .beauty-wrapper {

            max-width: 1300px;
            margin: auto;

            display: grid;
            grid-template-columns: 1fr 520px;

            gap: 50px;
            align-items: center;
            margin-top:80px;
        }

        .beauty-left {

            animation: slideLeft 1s ease;
        }

        .subtitle {

            color: #E0A96D;

            letter-spacing: 4px;

            font-size: 14px;

            font-weight: 600;
        }

        .beauty-left h2 {

            font-size: 32px;

            line-height: 1.15;

            margin: 20px 0;

            color: #fff;
        }

        .beauty-left p {

            font-size: 18px;

            line-height: 1.8;

            color: #bdbdbd;

            max-width: 650px;
        }

        .benefits {

            display: grid;
            grid-template-columns: repeat(2, 1fr);

            gap: 20px;

            margin-top: 20px;
        }

        .benefit {

            padding: 20px;

            background: #1B1B1B;

            border: 1px solid rgba(224, 169, 109, .15);

            border-radius: 20px;

            transition: .4s;
        }

        .benefit:hover {

            transform: translateY(-8px);

            border-color: #E0A96D;
        }

        .benefit h3 {

            font-size: 24px;

            color: #E0A96D;

            margin-bottom: 8px;
        }

        .benefit span {

            color: #fff;
        }

       .beauty-form {

    position: relative;
    background: #1B1B1B;

    padding: 40px;

    border-radius: 30px;

    border: 1px solid rgba(224, 169, 109, .15);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .3);

    animation: slideRight 1s ease;

    overflow: hidden;
    z-index: 1;
}
/* Moving Border Effect */

.beauty-form::before{

    content: "";

    position: absolute;

    top: -50%;
    left: -50%;

    width: 200%;
    height: 200%;

    background: conic-gradient(
        transparent,
        transparent,
        transparent,
        #7ce06d,
        #8af4f0,
        #E0A96D,
        transparent
    );

    animation: rotateBorder 4s linear infinite;

    z-index: -2;
}
.beauty-form::after{

    content: "";

    position: absolute;

    inset: 3px;

    background: #1B1B1B;

    border-radius: 28px;

    z-index: -1;
}
@keyframes rotateBorder {

    0%{
        transform: rotate(0deg);
    }

    100%{
        transform: rotate(360deg);
    }
}
.beauty-form{

    box-shadow:
        0 0 20px rgba(224,169,109,.15),
        0 0 40px rgba(224,169,109,.08),
        0 25px 60px rgba(0,0,0,.35);
}

        .beauty-form h3 {

            font-size: 26px;

            color: #E0A96D;

            text-align: center;

            margin-bottom: 30px;
        }

        .beauty-form input,
        .beauty-form select,
        .beauty-form textarea {

            width: 90%;

            padding: 18px;

            margin-bottom: 15px;

            background: #242424;

            border: 1px solid rgba(224, 169, 109, .1);

            border-radius: 12px;

            color: #fff;
        }

        .beauty-form select option {

            background: #242424;
            color: #fff;
        }

        .beauty-form textarea {

            height: 60px;
            resize: none;
        }

        .beauty-form button {

            width: 100%;

            height: 40px;

            border: none;

            border-radius: 50px;

            font-size: 17px;

            font-weight: 700;

            cursor: pointer;

            background:
                linear-gradient(135deg,
                    #E0A96D,
                    #F4C28A);

            color: #111;

            transition: .4s;
        }

        .beauty-form button:hover {

            transform: translateY(-4px);

            box-shadow:
                0 15px 35px rgba(224, 169, 109, .3);
        }

        @keyframes slideLeft {

            from {
                opacity: 0;
                transform: translateX(-80px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideRight {

            from {
                opacity: 0;
                transform: translateX(80px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @media(max-width:991px) {

            .beauty-wrapper {

                grid-template-columns: 1fr;
            }

            .beauty-left h2 {

                font-size: 42px;
            }
            
            .beauty-form input,
        .beauty-form select,
        .beauty-form textarea {
            width:88%;
        }
        .beauty-left{
            display:none;
        }
            
        }

        @media(max-width:576px) {

            .beauty-left h2 {

                font-size: 32px;
            }

           
            .beauty-form {

                padding: 25px;
            }
              .beauty-left{
            display:none;
        }
        }
        
        
        /*benefits section icon css*/
        .benefit{

    padding:10px;

    background:#1B1B1B;

    border:1px solid rgba(224,169,109,.15);

    border-radius:20px;

    transition:.4s;

    text-align:center;

    position:relative;
}

.benefit-icon{

    width:55px;

    height:55px;

    margin:0 auto 15px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(135deg,#E0A96D,#F4C28A);

    color:#120006;

    font-size:28px;

    box-shadow:
    0 8px 20px rgba(224,169,109,.25);
}

.benefit:hover{

    transform:translateY(-8px);

    border-color:#E0A96D;

    box-shadow:
    0 15px 30px rgba(224,169,109,.12);
}

.benefit:hover .benefit-icon{

    transform:scale(1.1);

    transition:.4s;
}

.benefit h3{

    /*font-size:28px;*/

    color:#E0A96D;

    margin-bottom:8px;
}

.benefit span{

    color:#fff;

    font-size:15px;

    display:block;
}


/*contact form section end*/




/* footer start */
/* ==========================
   LUXURY FOOTER DESIGN
========================== */

.royal-footer{
    background:linear-gradient(135deg,#180008,#2b0012,#4b001c);
    color:#fff;
    padding:30px 0 0;
    position:relative;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

.royal-footer::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,215,0,0.08);
    filter:blur(120px);
    top:-150px;
    left:50%;
    transform:translateX(-50%);
    border-radius:50%;
}

.footer-top{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.brand-section{
    text-align:center;
    margin-bottom:40px;
}

.brand-section img{
    width:110px;
  
    filter:drop-shadow(0 0 20px rgba(255,215,0,.5));
}

.brand-section h2{
    font-family:'Cinzel',serif;
    color:#f7c75e;
    font-size:32px;
    margin-bottom:15px;
}

.brand-section p{
    max-width:750px;
    margin:auto;
    color:#f8e8e8;
    line-height:1.8;
    font-size:16px;
}

/* =====================
   FOOTER GRID
===================== */

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    align-items:stretch;
}

/* =====================
   CARD DESIGN
===================== */

.footer-card{
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(15px);
    border-radius:20px;
    padding:15px;
    border:1px solid rgba(255,215,0,.15);

    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;

    transition:.4s ease;
}

.footer-card:hover{
    transform:translateY(-8px);
    box-shadow:
    0 0 30px rgba(255,215,0,.15),
    0 0 60px rgba(255,215,0,.08);
}

.footer-card span{
    font-family:'Cinzel',serif;
    color:#f7c75e;
    font-size:24px;
    margin-bottom:20px;
    position:relative;
}

.footer-card span::after{
    content:"";
    width:50px;
    height:2px;
    background:#f7c75e;
    display:block;
    margin:10px auto 0;
}

/* =====================
   LINKS
===================== */

.footer-card a{
    color:#fff;
    text-decoration:none;
    margin:10px 0;
    transition:.3s;
    font-size:15px;
    font-weight:600;
}

.footer-card a:hover{
    color:#f7c75e;
    transform:translateX(5px);
}

.footer-card p{
    color:#f5e5e5;
    margin:10px 0;
    line-height:1.7;
    font-size:15px;
     font-weight:600;
}

/* =====================
   MAP
===================== */

.footer-map{
    width:100%;
    height:230px;
    border-radius:15px;
    overflow:hidden;
    margin-top:auto;
    border:2px solid rgba(255,215,0,.15);
}

.footer-map iframe{
    width:100%;
    height:100%;
    border:none;
}

/* =====================
   SOCIAL ICONS
===================== */

.social-area{
    display:flex;
    justify-content:center;
    gap:15px;
    margin:35px 0;
}

.social-area a{
    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#f7c75e;
    font-size:18px;

    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,215,0,.2);

    transition:.4s;
}

.social-area a:hover{
    background:#f7c75e;
    color:#4b001c;
    transform:translateY(-6px) rotate(360deg);
    box-shadow:0 0 20px rgba(255,215,0,.5);
}

/* =====================
   COPYRIGHT
===================== */

.copyright{
    text-align:center;
    padding:18px;
    border-top:1px solid rgba(255,255,255,.08);
    font-size:14px;
    color:#e8d5d5;
}

/* =====================
   MOBILE
===================== */
@media (max-width:768px){

    .footer-top{
        width:95%;
        overflow:hidden;
    }

    .footer-grid{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:5px;
        width:100%;
    }

    .footer-card{
        min-width:0;
        width:100%;
        min-height:250px;
        padding:12px;
        box-sizing:border-box;

        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .footer-card span{
        font-size:14px;
        line-height:1.3;
        font-weight:bold;
    }

    .footer-card a,
    .footer-card p{
        font-size:13px;
        word-break:break-word;
        font-weight:600;
    }

    .footer-map{
        width:100%;
        height:170px;
        margin-top:auto;
    }

    .footer-map iframe{
        width:100%;
        height:100%;
    }
}

/*new */
.email-link{
    color:#fff;
    font-size:16px;
}

.email-link a{
    
    text-decoration:none;
    transition:.3s;
}

.email-link a:hover{
    color:#fff;
    text-decoration:underline;
}

.email-link i{
    margin-right:8px;
    color:#d4a64a;
}

/* footer end*/
