@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Poppins:wght@300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;


}

body{
font-family:'Poppins',sans-serif;
background:#120006;
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-family:'Cinzel',serif;*/
font-size:16px;
font-weight:900;

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 */




/* ==========================
   HERO BANNER SLIDER START
========================== */

.dma-hero-slider{
    position:relative;
    width:100%;
    height:72vh;
    overflow:hidden;
    margin-top:100px;
}

.dma-slide{
     position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    z-index:1;
}

.dma-slide.active{
    opacity:1;
    visibility:visible;
    z-index:2;
}

.dma-slide img{
     width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}




.dma-overlay{
    position:absolute;
    inset:0;

    /*background:*/
    /*linear-gradient(*/
    /*    rgba(0,0,0,.65),*/
    /*    rgba(0,0,0,.45)*/
    /*);*/
}

.dma-content{
    position:absolute;

    top:50%;
    left:8%;

    transform:translateY(-50%);

    z-index:5;

    max-width:700px;
}

.dma-content h1{
    color:#fff;
    font-size:70px;
    line-height:1.1;
    margin-bottom:20px;

    font-family:'Cinzel',serif;
}

.dma-content p{
    color:#fff;
    font-size:20px;
    margin-bottom:35px;
    line-height:1.8;
}

.dma-btn{
    display:inline-block;

    padding:16px 40px;

    border-radius:50px;

    text-decoration:none;

    color:#4d0015;

    font-weight:700;

    background:
    linear-gradient(
        135deg,
        #ffd27d,
        #c98d3c
    );

    transition:.4s;
}

.dma-btn:hover{
    transform:translateY(-5px);
}

.dma-dots{
    position:absolute;

    bottom:30px;
    left:50%;

    transform:translateX(-50%);

    display:flex;
    gap:10px;

    z-index:10;
}

.dma-dots span{
    width:12px;
    height:12px;

    border-radius:50%;

    background:#fff;

    opacity:.5;

    cursor:pointer;
}

.dma-dots span.active{
    background:#ffd27d;
    opacity:1;
}

/* Tablet */

@media(max-width:992px){

.dma-content h1{
    font-size:50px;
}

}

/* Mobile */

@media(max-width:768px){

.dma-hero-slider{
    height:175px; /* adjust as needed */
}

.dma-slide img{
    width:100%;
    height:85%;
    object-fit:cover;
    object-position:center center; /* focus center */
    transform:scale(1.15); /* zoom level */
}

.dma-content{
    left:5%;
    right:5%;
}

.dma-content h1{
    font-size:34px;
}

.dma-content p{
    font-size:16px;
}

.dma-btn{
    padding:14px 28px;
}

}

/* Small Mobile */

@media(max-width:480px){

.dma-content h1{
    font-size:28px;
}

.dma-content p{
    font-size:14px;
}

}


/*mobile banner */
/* Hide Mobile Slider in Desktop */

.dma-mobile-slider{
    display:none;
}

/* Mobile Only */

@media(max-width:768px){

    /* Hide Desktop Banner */
    .dma-hero-slider{
        display:none;
    }

    .dma-mobile-slider{
        display:block;
        position:relative;
        width:100%;
        overflow:hidden;
        margin-top:90px;
    }

    .mobile-slide{
        display:none;
    }

    .mobile-slide.active{
        display:block;
    }

    .mobile-slide img{
        width:100%;
        height:auto;
        display:block;
    }

    .mobile-dots{
        position:absolute;
        bottom:10px;
        left:50%;
        transform:translateX(-50%);
        display:flex;
        gap:8px;
    }

    .mobile-dots span{
        width:10px;
        height:10px;
        border-radius:50%;
        background:#fff;
        opacity:.5;
        cursor:pointer;
    }

    .mobile-dots span.active{
        opacity:1;
        background:#f5c04d;
    }
}

/*banner section end*/



/*new section start*/

.hero-banner{
    position:relative;
    overflow:hidden;
    min-height:85vh;

    background:
    radial-gradient(circle at top,
    #21060b,
    #300010,
    #080808);

    display:flex;
    align-items:center;
}

.hero-container{
    width:90%;
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 550px;
    gap:50px;
    align-items:center;
}

.hero-content{
    z-index:2;
}

.hero-tag{
    display:inline-block;

    padding:10px 20px;

    background:
    rgba(255,255,255,.08);

    border:
    1px solid rgba(255,210,125,.2);

    border-radius:50px;

    color:#ffd27d;

    margin-bottom:60px;
}

.hero-content h1{

    font-size:35px;
    line-height:1.1;
    color:#fff;
    margin-bottom:25px;

    font-family:'Cinzel',serif;
}

.hero-content h1 span{
    color:#ffd27d;
}

.hero-content p{
    color:#f3e8e8;
    font-size:18px;
    line-height:1.8;
    max-width:650px;
}

.hero-features{
    margin-top:35px;

    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.hero-features div{

    padding:12px 18px;

    background:
    rgba(255,255,255,.05);

    border-radius:50px;

    color:#fff;
}

.hero-features i{
    color:#ffd27d;
    margin-right:8px;
}

.hero-buttons{
    margin-top:35px;
    display:flex;
    gap:20px;
}

.btn-primary{

    padding:15px 40px;

    background:
    linear-gradient(
    135deg,
    #ffd27d,
    #d89639);

    color:#4b0010;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.4s;
}

.btn-primary:hover{
    transform:translateY(-5px);
}

.btn-outline{

    padding:15px 40px;

    border:1px solid #ffd27d;

    color:#ffd27d;

    text-decoration:none;

    border-radius:50px;

    transition:.4s;
}

.btn-outline:hover{

    background:#ffd27d;
    color:#4b0010;
}

.hero-image{
    position:relative;
}

/*.hero-image img{*/
/*    height:500px;*/
/*    width:90%;*/
/*    position:relative;*/
/*    z-index:2;*/
/*    border-radius:30%;*/
/*    animation:*/
/*    floatImage 4s ease-in-out infinite;*/
/*}*/

.image-glow{

    position:absolute;

    width:500px;
    height:500px;

    background:#ffd27d;

    opacity:.15;

    border-radius:50%;

    filter:blur(120px);

    top:50%;
    left:50%;

    transform:
    translate(-50%,-50%);
}

.hero-particles::before,
.hero-particles::after{

    content:'';

    position:absolute;

    border-radius:50%;
    filter:blur(80px);
}

.hero-particles::before{

    width:250px;
    height:250px;

    background:#ffd27d;

    opacity:.08;

    top:10%;
    left:-100px;

    animation:
    floatParticle1 10s infinite alternate;
}

.hero-particles::after{

    width:300px;
    height:300px;

    background:#ff7aa5;

    opacity:.08;

    bottom:-100px;
    right:-100px;

    animation:
    floatParticle2 12s infinite alternate;
}

@keyframes floatImage{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }
}

@keyframes floatParticle1{

    from{
        transform:translateY(0);
    }

    to{
        transform:translateY(120px);
    }
}

@keyframes floatParticle2{

    from{
        transform:translateY(0);
    }

    to{
        transform:translateY(-120px);
    }
}



/* =========================
   TABLET RESPONSIVE
========================= */
@media (max-width: 992px){

.hero-banner{
    min-height:auto;
    padding:80px 0;
}

.hero-container{
    grid-template-columns:1fr;
    gap:50px;
    text-align:center;
}

.hero-content{
    order:2;
}

.hero-image{
    order:1;
}

.hero-content h1{
    font-size:42px;
}

.hero-content p{
    max-width:100%;
}

.hero-features{
    justify-content:center;
}

.hero-buttons{
    justify-content:center;
}

.hero-image img{
    width:100%;
    max-width:450px;
    height:auto;
    margin:auto;
    display:block;
}

.image-glow{
    width:350px;
    height:350px;
}

}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width:768px){

    .hero-container{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .hero-image{
        width:100%;
        height:auto;
        min-height:320px;
        margin-bottom:0;
    }

    .hero-slide{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:320px;
        object-fit:cover;
        border-radius:25px;
    }

    .hero-content{
        margin-top:0;
        padding-top:0;
    }

    .hero-tag{
        margin-bottom:20px;
    }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 576px){

.hero-banner{
    padding:10px 0;
}

.hero-container{
    width:94%;
    gap:0px;
}

.hero-content h1{
    font-size:28px;
}

.hero-content p{
    font-size:15px;
}

.hero-features{
    flex-direction:column;
    align-items:center;
    gap:10px;
}

.hero-features div{
    width:100%;
    max-width:260px;
    text-align:center;
}

.hero-image img{
    max-width:360px;
    width:100%;
}

.image-glow{
    width:220px;
    height:220px;
}

}

/* =========================
   EXTRA SMALL DEVICES
========================= */
@media (max-width: 380px){

.hero-content h1{
    font-size:24px;
}

.hero-content p{
    font-size:14px;
}

.btn-primary,
.btn-outline{
    max-width:100%;
    font-size:14px;
}

.hero-image img{
    max-width:260px;
}

}
/*---------------------*/
 /*photo change css*/
 
 .hero-image{
    position:relative;
    width:100%;
    height:420px;
}

.hero-slide{
   position:absolute;
    top:0;
    left:0;
       inset:0;
    width:100%;
    height:100%;

    object-fit:cover;

    border-radius:30%;

    opacity:0;

    z-index:2;

    transition:opacity 1.5s ease-in-out;

    animation:floatImage 4s ease-in-out infinite;
    box-shadow:8px 7px 0 0 gold;
}

.hero-slide.active{
    opacity:1;
}

/*new section end*/


/*contact form section start*/

 .beauty-contact {

            padding: 60px 20px;

            background:
                linear-gradient(135deg,
                    #300010,
                    #181818,
                    #0F0F0F);

            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;
        }

        .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: 45px;

    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,
        #c98234,
        #d4a64a,
        #c98d3c,
        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: 100%;

            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: 140px;
            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;
            }
        }

        @media(max-width:576px) {

            .beauty-left h2 {

                font-size: 32px;
            }

           
            .beauty-form {

                padding: 25px;
            }
        }
        
        
        /*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:100px;
    height:100px;
    margin:0 auto 10px;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.4s;
}

.benefit-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}


.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*/




/* first section start */

.student-success{
    padding:50px 5%;
    background:
    linear-gradient(
    135deg,
    #080808,
    #1f0010,
    #450018);
    text-align:center;
    position:relative;
    overflow:hidden;
}

.student-success::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#ffd27d;
    opacity:.08;
    border-radius:50%;
    filter:blur(120px);
    top:-200px;
    right:-100px;
}

.success-heading span{
    color:#d9b46c;
    letter-spacing:4px;
    font-size:13px;
}

.success-heading h2{
    color:#ffd27d;
    font-size:20px;
    margin:15px 0;
    font-family:'Cinzel',serif;
}

.success-heading p{
    max-width:700px;
    margin:auto;
    color:#f5e5e5;
    line-height:1.8;
}

.success-grid{
    margin-top:60px;
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(160px,1fr));
    gap:25px;
}

.success-card{
    padding:20px;
    border-radius:25px;

    background:
    rgba(255,255,255,.04);

    backdrop-filter:blur(15px);

    border: 1px double #dfa73c;

    transition:.4s;
}

.success-card:hover{
    transform:translateY(-10px);
    border-color:#ffd27d;
}

.success-card h3{
    font-size:55px;
    color:#ffd27d;
}

.success-card span{
    color:#fff;
}

.advantages{
    margin-top:30px;

    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(175px,1fr));

    gap:1px;
}

.advantage{
    padding:15px;
}

.advantage i{
    font-size:45px;
    color:#ffd27d;
    margin-bottom:15px;
}

.advantage h4{
    color:#ffd27d;
    margin-bottom:10px;
}

.advantage p{
    color:#f5e5e5;
}

.enroll-box{
    margin-top:50px;
    padding:20px;

    border-radius:30px;

    background:
    linear-gradient(
    135deg,
    rgba(255,210,125,.15),
    rgba(255,255,255,.03));

    border:
    1px solid rgba(255,210,125,.2);
}

.enroll-box h3{
    color:#ffd27d;
    font-size:20px;
}

.enroll-box p{
    color:#fff;
    margin:15px 0 30px;
}

.enroll-btn{
    display:inline-block;
    padding:5px 15px;

    background:
    linear-gradient(
    135deg,
    #ffd27d,
    #d79a44);
    font-size:14px;
    color:#4b0010;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
}


.success-card h3{

    font-size:30px;

    font-weight:700;

    background:
    linear-gradient(
    135deg,
    #ffd27d,
    #fff5d4,
    #d69a44);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    text-shadow:
    0 0 20px rgba(255,210,125,.3);

    margin-bottom:10px;
}

.success-card{

    position:relative;
    overflow:hidden;
}

.success-card::before{

    content:'';

    position:absolute;

    top:-100%;
    left:-100%;

    width:200%;
    height:200%;

    background:
    linear-gradient(
    45deg,
    transparent,
    rgba(255,255,255,.08),
    transparent);

    transition:.8s;
}

.success-card:hover::before{

    top:100%;
    left:100%;
}

/*extra styles for success card*/

.success-icon{

       width:150px;
    height:150px;
    margin:0 auto 15px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:linear-gradient(135deg,#E0A96D,#F4C28A);

    overflow:hidden;

    box-shadow:
    0 10px 25px rgba(224,169,109,.25);

    transition:.4s;
}

.success-icon img{
    width:190px;
    height:190px;
    object-fit:contain;
}

.success-card:hover .success-icon{

   transform:translateY(-5px) scale(1.08);

    box-shadow:
    0 15px 35px rgba(224,169,109,.35);
}

/*mobile responsive*/
@media(max-width:768px){
    .success-icon{

       width:120px;
    height:120px;
    margin:0 auto 15px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:linear-gradient(135deg,#E0A96D,#F4C28A);

    overflow:hidden;

    box-shadow:
    0 10px 25px rgba(224,169,109,.25);

    transition:.4s;
}

.success-icon img{
    width:160px;
    height:160px;
    object-fit:contain;
}
}

/* fist section end */



/* second section start */

.deepthi-features{
    padding:50px 5%;
    background:
    radial-gradient(circle at center,
    #000000,
    #300010,
    #120006);
    overflow:hidden;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title span{
    color:#d9b46c;
    letter-spacing:4px;
    font-size:13px;
}

.section-title h2{
    color:#ffd27d;
    font-size:35px;
    font-family:'Cinzel',serif;
    margin:15px 0;
}

.divider{
    width:150px;
    height:3px;
    margin:auto;
    background:
    linear-gradient(to right,
    transparent,
    #ffd27d,
    transparent);
}

.feature-wrapper{
    display:grid;
    grid-template-columns:1fr 220px 1fr;
    align-items:center;
    gap:30px;
}

.feature-column{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:20px;
}

.feature-item.left{
    justify-content:flex-end;
    text-align:right;
}

.feature-item.right{
    justify-content:flex-start;
}

.circle{
    min-width:85px;
    width:85px;
    height:85px;
    border-radius:50%;
    background:
    linear-gradient(135deg,#ffd27d,#c98d3c);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#5a001f;
    font-size:30px;
    box-shadow:
    0 0 25px rgba(255,210,125,.4);
}

.content h3{
    color:#ffd27d;
    font-size:24px;
    margin-bottom:8px;
}

.content p{
    color:#f3e8e8;
    line-height:1.7;
    font-size:15px;
}

.center-logo{
    display:flex;
    justify-content:center;
}

.logo-circle{
    width:150px;
    height:150px;
    border-radius:50%;
    border:2px solid rgba(255,210,125,.4);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffd27d;
    font-size:70px;
    background:
    rgba(255,255,255,.04);
    backdrop-filter:blur(12px);
    box-shadow:
    0 0 50px rgba(255,210,125,.5);
}
.logo-circle img{
     width:100px;
    height:100px;
}

/* ===== MOBILE RESPONSIVE ===== */

@media(max-width:768px){

    .feature-wrapper{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:18px;
        align-items:stretch;
    }

    /* HIDE CENTER LOGO IN MOBILE */

    .center-logo{
        display:none;
    }

    .feature-column{
        gap:18px;
    }

    .feature-item{
        flex-direction:column;
        text-align:center !important;
        justify-content:flex-start !important;
        align-items:center;
        padding:18px 12px;
        border-radius:18px;
        background:rgba(255,255,255,.04);
        border:1px solid rgba(255,210,125,.12);
        min-height:220px;
    }

    .circle{
        width:65px;
        height:65px;
        min-width:65px;
        font-size:22px;
    }

    .content h3{
        font-size:18px;
        margin-bottom:8px;
    }

    .content p{
        font-size:13px;
        line-height:1.5;
    }

    .section-title h2{
        font-size:32px;
    }
}
/* second section end */


/*fee section start*/
.investment-section{

    padding:60px 8%;

    background:
    linear-gradient(
        180deg,
        #320011,
        #250008
    );

    position:relative;
}

.bg-glow{

    position:absolute;

    width:500px;
    height:500px;

    background:
    radial-gradient(
        circle,
        rgba(212,166,74,.15),
        transparent
    );

    top:-150px;
    right:-150px;

    filter:blur(80px);
}

.investment-card{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:
    1.2fr 0.8fr;

    gap:50px;

    align-items:center;
}

.left-content h2{

    font-size:42px;

    color:#fff;

    line-height:1.1;

    margin:20px 0;
}

.tag{

    color:#D4A64A;

    letter-spacing:4px;
}

.left-content p{

    color:#ddd;

    margin-bottom:30px;

    font-size:20px;
}

.left-content ul{

    list-style:none;
}

.left-content li{

    color:#fff;

    padding:10px 0;

    border-bottom:
    1px solid rgba(255,255,255,.08);

    font-size:22px;
}

.right-content{

    background:
    rgba(255,255,255,.04);

    border:
    2px solid rgba(212,166,74,.6);

    backdrop-filter:blur(15px);

    border-radius:30px;

    padding:50px;

    text-align:center;

    position:relative;

    overflow:hidden;
}

.right-content::before{

    content:'';

    position:absolute;

    inset:0;

    border-radius:30px;

    padding:4px;

    background:
    linear-gradient(
        90deg,
        transparent,
        #D4A64A,
        transparent
    );

    animation:borderMove 4s linear infinite;

    -webkit-mask:
    linear-gradient(#fff 0 0)
    content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
}

@keyframes borderMove{

    100%{
        transform:rotate(360deg);
    }
}

.fee-label{

    color:#D4A64A;

    letter-spacing:3px;
}

.counter-box{

    margin:25px 0;

    font-size:50px;

    font-weight:800;

    color:#F7D48B;
}

.rupee{

    display:block;

    font-size:40px;
}

.advance-box{

    color:#fff;

    font-size:22px;

    margin-bottom:20px;
}

.timing{

    color:#D4A64A;

    margin-bottom:30px;
}

.enroll-btn{

    display:inline-block;

    padding:10px 25px;

    border-radius:60px;

    text-decoration:none;

    background:
    linear-gradient(
        135deg,
        #D4A64A,
        #f7c56d
    );

    color:#320011;

    font-weight:700;

    position:relative;

    overflow:hidden;
}

.enroll-btn::before{

    content:'';

    position:absolute;

    top:0;
    left:-150%;

    width:50%;
    height:100%;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.8),
        transparent
    );

    transform:skewX(-25deg);

    animation:shine 3s infinite;
}

@keyframes shine{

    100%{
        left:250%;
    }
}

@media(max-width:991px){

    .investment-card{

        grid-template-columns:1fr;
    }

    .left-content h2{

        font-size:42px;
    }

    .counter-box{

        font-size:60px;
    }
}



/* MOBILE FIX */

html,
body{
    overflow-x:hidden;
    width:100%;
}

@media (max-width:768px){

    .investment-section{
        padding:60px 20px;
    }

    .investment-card{
        display:flex;
        flex-direction:column;
        gap:30px;
    }

    .left-content{
        text-align:center;
    }

    .left-content h2{
        font-size:38px !important;
        line-height:1.15;
        word-break:break-word;
    }

    .left-content p{
        font-size:16px;
    }

    .left-content li{
        font-size:18px;
        padding:12px 0;
    }

    .right-content{
        width:100%;
        max-width:100%;
        padding:30px 20px;
        border-radius:20px;
    }

    .counter-box{
        font-size:55px !important;
        line-height:1;
    }

    .rupee{
        font-size:30px;
    }

    .advance-box{
        font-size:18px;
    }

    .timing{
        font-size:16px;
    }

    .enroll-btn{
        width:35%;
        text-align:center;
        padding:8px;
        font-size:12px;
    }

    .bg-glow{
        width:250px;
        height:250px;
        right:-100px;
        top:-50px;
    }
}
/*fee section end*/




 /* third section start  */

        /* ==========================
   COLORS
========================== */

:root{
    --primary:#C68A6A;
    --primary-dark:#A96B4E;

    --heading:#222222;
    --text:#6B6B6B;

    --bg-light:#F8F1EC;
    --bg-accent:#EADCD1;

    --white:#FFFFFF;
}

/* ==========================
   SECTION
========================== */

.dmax-section{
    padding:60px 5%;
    background: radial-gradient(circle at top, #21060b, #300010, #080808);
}

.dmax-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

/* ==========================
   IMAGE SLIDER
========================== */

.dmax-slider{
    position:relative;
    height:500px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.dmax-slide{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;

    opacity:0;
    transform:scale(1.1);

    transition:
        opacity 1.2s ease,
        transform 4s ease;
}

.dmax-slide.dmax-active{
    opacity:1;
    transform:scale(1);
}

/* ==========================
   CONTENT
========================== */

.dmax-tag{
    display:inline-block;
    color:var(--primary);
    font-weight:600;
    letter-spacing:3px;
    margin-bottom:15px;
}

.dmax-content h2{
    font-size:42px;
    line-height:1.2;
    color:#ffd27d;
    margin-bottom:20px;
}

.dmax-content p{
    color:white;
    line-height:1.9;
    font-size:16px;
    margin-bottom:35px;
}

/* ==========================
   FEATURES
========================== */

.dmax-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.dmax-feature-card{
    background:var(--white);
    border:1px solid var(--bg-accent);
    padding:8px;
    border-radius:15px;
    color:var(--heading);
    transition:.3s;
    font-size:14px;
}

.dmax-feature-card:hover{
    transform:translateY(-5px);
    border-color:var(--primary);
}

/* ==========================
   BUTTON
========================== */

.dmax-btn{
    display:inline-block;
    margin-top:35px;
    padding:10px 20px;
    background:#ffd27d;
    color:darkred;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.dmax-btn:hover{
    background:var(--primary-dark);
    transform:translateY(-3px);
}

/* ==========================
   ENTRY ANIMATION
========================== */

.dmax-reveal{
    opacity:0;
    transform:translateX(80px);
    transition:all 1s ease;
}

.dmax-reveal.dmax-active{
    opacity:1;
    transform:translateX(0);
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

    .dmax-container{
        grid-template-columns:1fr;
    }

    .dmax-slider{
        height:450px;
    }

    .dmax-content h2{
        font-size:38px;
    }
}

@media(max-width:576px){

    .dmax-section{
        padding:50px 20px;
    }

    .dmax-slider{
        height:320px;
    }

    .dmax-content h2{
        font-size:30px;
    }

    .dmax-features{
        grid-template-columns:1fr;
    }
}


 /*--- third 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*/


/* =========================
   FLOATING CALL BUTTON
========================= */

.dma-call-btn{
    position:fixed;
    bottom:30px;
    left:45px;

    width:50px;
    height:50px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #ffd27d,
    #c98d3c
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#4d0016;
    font-size:24px;

    text-decoration:none;

    z-index:99999;

    box-shadow:
    0 0 0 rgba(255,210,125,.5);

    animation:dmaPulseCall 2s infinite;
}

/* =========================
   FLOATING WHATSAPP BUTTON
========================= */

.dma-whatsapp-btn{
    position:fixed;
    bottom:30px;
    right:45px;

    width:50px;
    height:50px;

    border-radius:50%;

    background:#25D366;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:32px;

    text-decoration:none;

    z-index:99999;

    box-shadow:
    0 0 0 rgba(37,211,102,.5);

    animation:dmaPulseWhatsapp 2s infinite;
}

/* Hover Effects */

.dma-call-btn:hover,
.dma-whatsapp-btn:hover{
    transform:translateY(-5px) scale(1.05);
}

/* Pulse Animation */

@keyframes dmaPulseWhatsapp{

    0%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,.6);
    }

    70%{
        box-shadow:
        0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,0);
    }
}

@keyframes dmaPulseCall{

    0%{
        box-shadow:
        0 0 0 0 rgba(255,210,125,.6);
    }

    70%{
        box-shadow:
        0 0 0 18px rgba(255,210,125,0);
    }

    100%{
        box-shadow:
        0 0 0 0 rgba(255,210,125,0);
    }
}

/* Mobile */

@media(max-width:768px){

.dma-call-btn,
.dma-whatsapp-btn{
    width:45px;
    height:45px;
}

.dma-call-btn{
    left:30px;
    bottom:40px;
}

.dma-whatsapp-btn{
    right:30px;
    bottom:40px;
}
}

/*popupm start*/

.dma-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:99999;
    padding:20px;
}

.dma-popup-box{
    max-width:450px;
    width:100%;
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    position:relative;
    animation:popupZoom .7s ease;
}

@keyframes popupZoom{
    from{
        opacity:0;
        transform:scale(.8);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}

.dma-popup-close{
    position:absolute;
    right:15px;
    top:10px;
    border:none;
    background:none;
    font-size:39px;
    cursor:pointer;
    color:red;
}

.dma-badge{
    display:inline-block;
        background: gold;
    color:black;
    padding:8px 28px;
    border-radius:50px;
    font-size:15px;
    margin-bottom:15px;
    font-weight:bold;
}

.dma-popup-box h2{
    margin:0;
    font-size:25px;
}

.dma-highlight{
    font-size:20px;
    margin:15px 0;
}

#dma-countdown{
    font-size:22px;
    font-weight:800;
    color:#1fb11e;
    margin:25px 0;
}

.dma-popup-box ul{
    list-style:none;
    padding:0;
    color:orangered;
    margin:20px 0;
}

.dma-popup-box ul li{
    margin:10px 0;
}

.dma-offer{
    font-weight:800;
    color:darkmagenta;
}

.dma-btns{
    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:20px;
}

.dma-btns a{
    text-decoration:none;
    padding:6px 24px;
    border-radius:50px;
        background: gold;
    color:black;
    font-weight:600;
}

.dma-btns a:last-child{
    background:#44e232;
}
/*popup end*/

/*enroll now hide*/
.enroll-btn {
    transition: all 0.3s ease;
}

.enroll-btn.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

