:root{
    --fd-red:#D61519;
    --fd-blue:#190E5D;
    --fd-gold:#ECD32D;
    --fd-gold-dark:#DDA427;
}

.fdsa-about-section{
    padding:120px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.fdsa-about-section::before{
    content:"✦";
    position:absolute;
    top:50px;
    right:5%;
    font-size:180px;
    color:rgba(236,211,45,.08);
}

.fdsa-about-content{
    position:relative;
    z-index:2;
}

.fdsa-subtitle{
    display:inline-block;
    color:var(--fd-red);
  font-family: 'Marcellus', serif; /* Heading */
font-family: 'Plus Jakarta Sans', sans-serif; /* Paragraph */
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.fdsa-about-content h2{
   font-family: "Bree Serif", serif;
  font-weight: 400;
  font-style: normal;
    font-size:40px;
    line-height:1.2;
    color:var(--fd-blue);
    margin-bottom:25px;
}

.fdsa-about-content h2 span{
    color:var(--fd-red);
}

.fdsa-divider{
    width:120px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(
        to right,
        var(--fd-gold),
        var(--fd-gold-dark)
    );
    margin-bottom:30px;
}

.fdsa-about-content p{
  font-family: 'Marcellus', serif; /* Heading */
font-family: 'Plus Jakarta Sans', sans-serif; /* Paragraph */
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

.fdsa-about-footer{
    display:flex;
    gap:20px;
    margin-top:40px;
    flex-wrap:wrap;
}

.fdsa-stat{
    flex:1;
    min-width:150px;
    text-align:center;
    background:#fff;
    padding:25px;
    border-radius:20px;
    border:1px solid rgba(221,164,39,.25);
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.fdsa-stat h4{
    font-size:34px;
    margin:0;
    color:var(--fd-red);
   
}

.fdsa-stat span{
  font-family: 'Marcellus', serif; /* Heading */
font-family: 'Plus Jakarta Sans', sans-serif; /* Paragraph */
    color:#666;
}

.fdsa-image-wrapper{
    position:relative;
    padding:30px;
}

.fdsa-image-wrapper img{
    width:100%;
    border-radius:30px;
    position:relative;
    z-index:2;
    border:6px solid #fff;
    box-shadow:0 30px 80px rgba(0,0,0,.12);
}

.fdsa-circle-one{
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        var(--fd-gold),
        var(--fd-gold-dark)
    );
    top:0;
    right:0;
}

.fdsa-circle-two{
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:var(--fd-blue);
    left:0;
    bottom:40px;
}

.fdsa-badge{
    position:absolute;
    top:50px;
    left:0;
    z-index:3;
    background:var(--fd-red);
    color:#fff;
    padding:14px 25px;
    border-radius:50px;
  font-family: 'Marcellus', serif; /* Heading */
font-family: 'Plus Jakarta Sans', sans-serif; /* Paragraph */
    font-weight:600;
}

.fdsa-floating-card{
    position:absolute;
    bottom:0;
    right:0;
    z-index:3;
    width:280px;
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.fdsa-floating-card h5{
   
    color:var(--fd-blue);
    margin-bottom:10px;
}

.fdsa-floating-card p{
    margin:0;
  font-family: 'Marcellus', serif; /* Heading */
font-family: 'Plus Jakarta Sans', sans-serif; /* Paragraph */
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){

    .fdsa-about-content h2{
        font-size:40px;
    }

    .fdsa-floating-card{
        position:relative;
        width:100%;
        margin-top:20px;
    }

}

.fd-service-section{
    background:#190E5D;
    padding:110px 0;
    position:relative;
}

.fd-service-heading{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:70px;
}

.fd-service-heading span{
    color:#ECD32D;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
    
}

.fd-service-heading h2{
    color:#fff;
    font-size:40px;
    margin:15px 0;
   
}

.fd-service-heading p{
    color:#d9d9d9;
    font-size:17px;
    line-height:1.9;
    
}

.fd-service-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    height:100%;
    transition:.4s;
}

.fd-service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.fd-service-image{
    height:240px;
    overflow:hidden;
}

.fd-service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.fd-service-card:hover img{
    transform:scale(1.1);
}

.fd-service-content{
    padding:30px;
}

.fd-service-content h3{
   
    color:#190E5D;
    font-size:25px;
    margin-bottom:15px;
}

.fd-service-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
    
}

.fd-service-btns{
    display:flex;
    gap:12px;
}

.fd-call-btn,
.fd-whatsapp-btn{
    flex:1;
    text-align:center;
    text-decoration:none;
    padding:12px 15px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.fd-call-btn{
    background:#D61519;
    color:#fff;
}

.fd-whatsapp-btn{
    background:#25D366;
    color:#fff;
}

.fd-call-btn:hover,
.fd-whatsapp-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

@media(max-width:991px){

    .fd-service-heading h2{
        font-size:35px;
    }

}
.fd-course-section{
    padding:120px 0;
    background:
    linear-gradient(
    135deg,
    #4A0E17 0%,
    #651226 50%,
    #7B1933 100%
    );
    position:relative;
    overflow:hidden;
}

.fd-course-section::before{
    content:"✦";
    position:absolute;
    right:5%;
    top:60px;
    font-size:180px;
    color:rgba(255,255,255,.04);
}

.fd-course-heading{
    text-align:center;
    max-width:850px;
    margin:auto;
    margin-bottom:70px;
}

.fd-course-heading span{
    color:#ECD32D;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:600;
}

.fd-course-heading h2{
    color:#fff;
    font-size:35px;
    line-height:1.2;
    margin:20px 0;
   
}

.fd-course-heading p{
    color:#f2f2f2;
    line-height:1.9;
    font-size:17px;
}

.fd-course-card{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border:1px solid rgba(236,211,45,.25);
    border-radius:30px;
    padding:35px;
    height:100%;
    transition:.4s;
}

.fd-course-card:hover{
    transform:translateY(-12px);
    border-color:#ECD32D;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.fd-course-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    font-size:32px;
    color:#4A0E17;
    background:linear-gradient(
    135deg,
    #F9E27D,
    #ECD32D,
    #DDA427
    );
}

.fd-course-card h3{
    color:#fff;
    font-size:25px;
    margin-bottom:15px;
   
}

.fd-course-card p{
    color:#ddd;
    line-height:1.8;
    margin-bottom:25px;
}

.fd-course-btns{
    display:flex;
    gap:12px;
}

.fd-course-call,
.fd-course-wa{
    flex:1;
    text-align:center;
    text-decoration:none;
    padding:13px;
    border-radius:12px;
    font-weight:600;
}

.fd-course-call{
    background:#D61519;
    color:#fff;
}

.fd-course-wa{
    background:#25D366;
    color:#fff;
}

.fd-course-call:hover,
.fd-course-wa:hover{
    color:#fff;
    transform:translateY(-2px);
}
.fdwhy-section{
    position:relative;
    padding:120px 0;
    background:#fff;
    overflow:hidden;
}

/* Decorative Shapes */

.fdwhy-shape-one{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(214,21,25,.05);
    top:-250px;
    left:-250px;
}

.fdwhy-shape-two{
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(236,211,45,.10);
    right:-220px;
    bottom:-220px;
}

.fdwhy-heading{
    text-align:center;
    max-width:950px;
    margin:auto;
    margin-bottom:70px;
    position:relative;
    z-index:2;
}

.fdwhy-subtitle{
    color:#D61519;
    letter-spacing:3px;
    font-size:14px;
    font-weight:700;
    display:block;
    margin-bottom:18px;
  
}


.fdwhy-heading h2{
   
    font-size:40px;
    line-height:1.25;
    color:#190E5D;
    margin-bottom:25px;
}

.fdwhy-heading p{
  
    font-size:18px;
    line-height:1.9;
    color:#666;
}

.fdwhy-card{
    background:#fff;
    border-radius:28px;
    padding:40px 35px;
    height:100%;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(25,14,93,.08);
    transition:.45s;
}

.fdwhy-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #D61519,
        #ECD32D
    );
}

.fdwhy-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.08);
    border-color:#ECD32D;
}

.fdwhy-icon{
    width:85px;
    height:85px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(
        135deg,
        #190E5D,
        #2a197d
    );
    margin-bottom:25px;
    position:relative;
}

.fdwhy-icon::after{
    content:'';
    position:absolute;
    inset:-3px;
    border-radius:26px;
    background:linear-gradient(
        135deg,
        #ECD32D,
        #DDA427
    );
    z-index:-1;
}

.fdwhy-icon i{
    font-size:30px;
    color:#fff;
}

.fdwhy-card h3{
   
    color:#190E5D;
    font-size:28px;
    margin-bottom:15px;
}

.fdwhy-card p{
  
    color:#666;
    line-height:1.9;
    margin:0;
}

@media(max-width:991px){

    .fdwhy-heading h2{
        font-size:40px;
    }

}


.fd-footer{
background:#190E5D;
position:relative;
padding-top:90px;
overflow:hidden;
}

.fd-footer-shape{
position:absolute;
width:500px;
height:500px;
border-radius:50%;
background:rgba(236,211,45,.05);
right:-250px;
top:-250px;
}

.fd-footer h3,
.fd-footer h4,
.fd-footer h5{

color:#fff;
}



.fd-footer-about p{
color:#d7d7d7;
line-height:1.9;
margin-top:20px;
}

.fd-footer-social{
display:flex;
gap:12px;
margin-top:25px;
}

.fd-footer-social a{
width:45px;
height:45px;
border-radius:50%;
background:#ffffff10;
display:flex;
align-items:center;
justify-content:center;
color:#ECD32D;
text-decoration:none;
transition:.3s;
}

.fd-footer-social a:hover{
background:#D61519;
color:#fff;
transform:translateY(-4px);
}

.fd-footer-links ul,
.fd-footer-contact ul{
list-style:none;
padding:0;
margin:0;
}

.fd-footer-links li{
margin-bottom:12px;
}

.fd-footer-links a{
color:#d7d7d7;
text-decoration:none;
transition:.3s;
}

.fd-footer-links a:hover{
color:#ECD32D;
padding-left:6px;
}

.fd-footer-contact li{
display:flex;
gap:15px;
margin-bottom:18px;
color:#d7d7d7;
}

.fd-footer-contact i{
color:#ECD32D;
margin-top:5px;
}

.fd-footer-contact a{
color:#d7d7d7;
text-decoration:none;
}

.fd-footer-middle{
border-top:1px solid rgba(255,255,255,.08);
border-bottom:1px solid rgba(255,255,255,.08);
margin-top:50px;
padding:35px 0;
}

.fd-course-tags{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:15px;
}

.fd-course-tags span{
background:#ffffff10;
color:#fff;
padding:10px 15px;
border-radius:50px;
font-size:14px;
}

.fd-footer-note{
color:#d7d7d7;
line-height:1.8;
margin-top:20px;
}

.fd-footer-bottom{
padding:25px 0;
}

.fd-footer-bottom p{
color:#bdbdbd;
margin-bottom:5px;
}

.fd-designer span{
color:#ECD32D;
font-weight:600;
}

@media(max-width:991px){


.fd-footer-bottom{
    text-align:center;
}

.fd-footer-note{
    margin-top:30px;
}


}
/* =========================
   TESTIMONIAL SECTION
========================= */

.fd-testimonial-section{
    position:relative;
    padding:120px 0;
    background:#ffffff;
    overflow:hidden;
}

/* Decorative Shapes */

.fd-testimonial-shape-1{
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(214,21,25,.05);
    top:-220px;
    left:-220px;
}

.fd-testimonial-shape-2{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(236,211,45,.08);
    bottom:-250px;
    right:-250px;
}

/* Heading */

.fd-testimonial-heading{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
    position:relative;
    z-index:2;
}

.fd-testimonial-subtitle{
    display:inline-block;
    color:#D61519;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.fd-testimonial-heading h2{
   
    font-size:40px;
    line-height:1.2;
    color:#190E5D;
    margin-bottom:20px;
}

.fd-testimonial-heading p{
   
    color:#666;
    font-size:17px;
    line-height:1.9;
}

/* Review Box */

.fd-testimonial-wrapper{
    position:relative;
    z-index:2;
    background:#fff;
    border-radius:30px;
    padding:40px;
    box-shadow:
    0 20px 60px rgba(25,14,93,.08);
    border:1px solid rgba(25,14,93,.06);
}

/* Top Border Accent */

.fd-testimonial-wrapper::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    border-radius:30px 30px 0 0;
    background:linear-gradient(
        90deg,
        #D61519,
        #ECD32D,
        #190E5D
    );
}

/* Mobile */

@media(max-width:991px){

    .fd-testimonial-section{
        padding:90px 0;
    }

    .fd-testimonial-heading h2{
        font-size:38px;
    }

    .fd-testimonial-wrapper{
        padding:20px;
    }

}

@media(max-width:576px){

    .fd-testimonial-heading h2{
        font-size:32px;
    }

}
/* =========================
   ABOUT US SECTION
========================= */

:root{
    --primary-red:#D61519;
    --primary-blue:#190E5D;
    --gold-yellow:#ECD32D;
    --gold-orange:#DDA427;
    --white:#ffffff;
    --light-bg:#f8f8fc;
}

.about-future-diary{
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #f8f8fc 100%
    );
    position: relative;
    overflow: hidden;
}

.about-future-diary::before{
    content:"";
    position:absolute;
    top:-150px;
    right:-150px;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(236,211,45,.08);
}

.section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(214,21,25,.08);
    color:var(--primary-red);
    padding:10px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.about-title{
    font-size:48px;
    font-weight:800;
    color:var(--primary-blue);
    line-height:1.2;
    margin-bottom:25px;
}

.about-title span{
    color:var(--primary-red);
}

.about-text{
    color:#555;
    line-height:1.9;
    font-size:16px;
    margin-bottom:18px;
}

.about-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:30px;
}

.theme-btn{
    text-decoration:none;
    background:linear-gradient(
        135deg,
        var(--primary-red),
        #a50e11
    );
    color:#fff;
    padding:14px 30px;
    border-radius:8px;
    font-weight:600;
    transition:.4s;
}

.theme-btn:hover{
    transform:translateY(-4px);
    color:#fff;
}

.theme-btn-outline{
    text-decoration:none;
    border:2px solid var(--primary-blue);
    color:var(--primary-blue);
    padding:14px 30px;
    border-radius:8px;
    font-weight:600;
    transition:.4s;
}

.theme-btn-outline:hover{
    background:var(--primary-blue);
    color:#fff;
}

.about-card{
    background:linear-gradient(
        135deg,
        var(--primary-blue),
        #24158a
    );
    padding:40px;
    border-radius:25px;
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(25,14,93,.25);
}

.about-card::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(236,211,45,.12);
}

.card-icon{
    width:90px;
    height:90px;
    background:linear-gradient(
        135deg,
        var(--gold-yellow),
        var(--gold-orange)
    );
    color:var(--primary-blue);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    margin-bottom:25px;
}

.about-card h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.about-card p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    margin-bottom:30px;
}

.about-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.stat-box{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    padding:20px;
    border-radius:15px;
    text-align:center;
    border:1px solid rgba(255,255,255,.08);
}

.stat-box h4{
    color:var(--gold-yellow);
    font-size:28px;
    font-weight:800;
    margin-bottom:5px;
}

.stat-box span{
    font-size:14px;
    color:#fff;
}

@media(max-width:991px){

    .about-title{
        font-size:36px;
    }

    .about-card{
        margin-top:20px;
    }
}

@media(max-width:576px){

    .about-title{
        font-size:30px;
    }

    .about-card{
        padding:30px;
    }

    .about-stats{
        grid-template-columns:1fr;
    }
}
/* =========================
   MISSION VISION PROMISE
========================= */

.mission-vision-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.mission-vision-section::before{
    content:'';
    position:absolute;
    top:-180px;
    left:-180px;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(214,21,25,.04);
}

.section-heading{
    max-width:850px;
    margin:auto;
}

.sub-title{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(214,21,25,.08);
    color:#D61519;
    font-weight:600;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:48px;
    font-weight:800;
    color:#190E5D;
    margin-bottom:15px;
}

.section-heading p{
    color:#666;
    line-height:1.8;
    font-size:17px;
}

.value-card{
    height:100%;
    background:#fff;
    border-radius:25px;
    padding:40px 35px;
    position:relative;
    overflow:hidden;
    transition:.4s;
    border:1px solid rgba(25,14,93,.08);
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.value-card:hover{
    transform:translateY(-10px);
}

.value-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
}

.mission-card::before{
    background:#D61519;
}

.vision-card::before{
    background:#190E5D;
}

.promise-card::before{
    background:linear-gradient(
        90deg,
        #ECD32D,
        #DDA427
    );
}

.icon-box{
    width:85px;
    height:85px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
}

.mission-card .icon-box{
    background:rgba(214,21,25,.1);
    color:#D61519;
}

.vision-card .icon-box{
    background:rgba(25,14,93,.1);
    color:#190E5D;
}

.promise-card .icon-box{
    background:rgba(221,164,39,.15);
    color:#DDA427;
}

.value-card h3{
    font-size:28px;
    font-weight:700;
    color:#190E5D;
    margin-bottom:20px;
}

.value-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:15px;
}

.promise-card ul{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.promise-card ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
    color:#555;
    font-weight:500;
}

.promise-card ul li::before{
    content:'\f058';
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    color:#DDA427;
}

@media(max-width:991px){

    .section-heading h2{
        font-size:36px;
    }

    .value-card{
        padding:30px;
    }
}

@media(max-width:576px){

    .section-heading h2{
        font-size:28px;
    }

    .value-card h3{
        font-size:24px;
    }
}
/* =========================
   WHY FUTURE DIARY
========================= */

.why-future-diary{
    background:linear-gradient(
        135deg,
        #5d0e0e 0%,
        #110842 100%
    );
    position:relative;
    overflow:hidden;
}

.why-future-diary::before{
    content:'';
    position:absolute;
    top:-150px;
    right:-150px;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(236,211,45,.08);
}

.why-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(236,211,45,.12);
    color:#ECD32D;
    font-weight:600;
    margin-bottom:20px;
}

.why-future-diary h2{
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.why-future-diary p{
    color:rgba(255,255,255,.75);
    line-height:1.9;
}

.gold-line{
    width:90px;
    height:4px;
    background:linear-gradient(
        90deg,
        #ECD32D,
        #DDA427
    );
    border-radius:20px;
    margin-top:25px;
}

.why-box{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    padding:30px;
    border-radius:20px;
    height:100%;
    transition:.4s;
}

.why-box:hover{
    transform:translateY(-8px);
    border-color:#ECD32D;
}

.why-box i{
    font-size:34px;
    color:#ECD32D;
    margin-bottom:18px;
}

.why-box h4{
    color:#fff;
    font-size:22px;
    margin-bottom:12px;
    font-weight:700;
}

.why-box p{
    margin:0;
    color:rgba(255,255,255,.75);
}

@media(max-width:991px){

    .why-future-diary h2{
        font-size:36px;
        margin-top:15px;
    }
}

@media(max-width:576px){

    .why-future-diary h2{
        font-size:28px;
    }

    .why-box{
        padding:25px;
    }
}

/*================================
 PREMIUM SERVICES
================================*/

.fd-premium-services{
    background:#faf8f4;
    position:relative;
    overflow:hidden;
}

/* Decorative Shapes */

.fd-premium-services::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    border:1px solid rgba(221,164,39,.15);
    top:-200px;
    left:-180px;
}

.fd-premium-services::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    border:1px solid rgba(25,14,93,.08);
    bottom:-120px;
    right:-120px;
}

/* Heading */

.service-head{
    max-width:800px;
    margin:auto;
}

.service-head span{
    color:#D61519;
    font-weight:600;
    letter-spacing:1px;
}

.service-head h2{
    color:#190E5D;
    font-size:52px;
    font-weight:800;
    margin:15px 0;
}

.service-head p{
    color:#666;
    line-height:1.8;
}

/*========================
 CARD
========================*/

.future-service-box{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    height:100%;
    position:relative;
    transition:.5s;
    box-shadow:
    0 15px 40px rgba(0,0,0,.06);
}

.future-service-box:hover{
    transform:translateY(-12px);
    box-shadow:
    0 25px 50px rgba(25,14,93,.12);
}

.future-service-box::before{
    content:'';
    position:absolute;
    inset:0;
    border:2px solid transparent;
    border-radius:28px;
    background:
    linear-gradient(
    135deg,
    #ECD32D,
    #DDA427
    ) border-box;
    -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    opacity:0;
    transition:.4s;
}

.future-service-box:hover::before{
    opacity:1;
}

.service-thumb{
    height:240px;
    overflow:hidden;
}

.service-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.future-service-box:hover img{
    transform:scale(1.08);
}

.service-icon-wrap{
    width:85px;
    height:85px;
    background:
    linear-gradient(
    135deg,
    #ECD32D,
    #DDA427
    );
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:-42px auto 0;
    position:relative;
    z-index:2;
    font-size:32px;
    color:#190E5D;
    box-shadow:
    0 10px 25px rgba(221,164,39,.35);
}

.service-info{
    padding:30px;
}

.service-info h3{
    color:#190E5D;
    font-size:28px;
    font-weight:700;
    text-align:center;
    margin-bottom:15px;
}

.service-info p{
    color:#666;
    text-align:center;
    line-height:1.8;
}

.service-info ul{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.service-info ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#444;
}

.service-info ul li::before{
    content:'\f058';
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#DDA427;
    position:absolute;
    left:0;
}

.service-info a{
    margin-top:15px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#D61519;
    font-weight:700;
}

.service-info a:hover{
    color:#190E5D;
}

@media(max-width:991px){

    .service-head h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .service-head h2{
        font-size:30px;
    }

    .service-info h3{
        font-size:24px;
    }

}
/*=========================
 COURSE INTRO
==========================*/

.fd-course-intro{
    background:#faf8f4;
    position:relative;
    overflow:hidden;
}

.fd-course-intro::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    border:1px solid rgba(221,164,39,.15);
    top:-220px;
    right:-150px;
}

.course-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 22px;
    border-radius:50px;
    background:rgba(214,21,25,.08);
    color:#D61519;
    font-weight:600;
}

.course-badge i{
    color:#DDA427;
}

.fd-course-intro h1{
    font-size:58px;
    font-weight:800;
    line-height:1.15;
    color:#190E5D;
    margin:20px 0;
}

.fd-course-intro h1 span{
    color:#D61519;
}

.fd-course-intro p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}

.course-stats{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:35px;
}

.course-stat{
    background:#fff;
    padding:20px 30px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.course-stat h3{
    color:#190E5D;
    font-size:34px;
    font-weight:800;
    margin-bottom:5px;
}

.course-stat span{
    color:#666;
    font-size:14px;
}

.academy-highlight{
    background:
    linear-gradient(
    135deg,
    #5d0e0e,
    #110842
    );
    border-radius:30px;
    padding:45px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.academy-highlight::before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(236,211,45,.08);
    top:-80px;
    right:-80px;
}

.highlight-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:
    linear-gradient(
    135deg,
    #ECD32D,
    #DDA427
    );
    color:#190E5D;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:25px;
}

.academy-highlight h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
}

.academy-highlight ul{
    list-style:none;
    padding:0;
    margin:0;
}

.academy-highlight ul li{
    margin-bottom:15px;
    position:relative;
    padding-left:28px;
}

.academy-highlight ul li::before{
    content:'✓';
    position:absolute;
    left:0;
    color:#ECD32D;
    font-weight:700;
}

@media(max-width:991px){

    .fd-course-intro h1{
        font-size:42px;
    }

    .academy-highlight{
        margin-top:20px;
    }

}

@media(max-width:576px){

    .fd-course-intro h1{
        font-size:32px;
    }

    .academy-highlight{
        padding:30px;
    }
}
.fd-course-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    height:100%;
    padding:35px;
    position:relative;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.fd-course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(25,14,93,.12);
}

.fd-course-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(
        90deg,
        #D61519,
        #DDA427
    );
}

.fd-course-icon{
    width:85px;
    height:85px;
    border-radius:20px;
    background:linear-gradient(
        135deg,
        #190E5D,
        #2b1a93
    );
    color:#ECD32D;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.course-label{
    display:inline-block;
    background:rgba(214,21,25,.08);
    color:#D61519;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.fd-course-content h3{
    color:#190E5D;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.fd-course-content p{
    color:#666;
    line-height:1.8;
}

.fd-course-content ul{
    list-style:none;
    padding:0;
    margin:20px 0;
}

.fd-course-content ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#444;
}

.fd-course-content ul li::before{
    content:'\f058';
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#DDA427;
    position:absolute;
    left:0;
}

.course-btn{
    display:inline-block;
    text-decoration:none;
    background:#190E5D;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
}

.course-btn:hover{
    color:#fff;
    background:#D61519;
}

/*=========================
 PREMIUM ENQUIRY MODAL
=========================*/

.enquiry-modal{
    border:none;
    border-radius:30px;
    overflow:hidden;
    background:#fff;
    position:relative;
    box-shadow:
    0 30px 80px rgba(25,14,93,.12);
}

.enquiry-modal::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:
    linear-gradient(
    90deg,
    #D61519,
    #ECD32D,
    #DDA427
    );
}

/* Floating Shape */

.enquiry-modal::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:
    radial-gradient(
    rgba(236,211,45,.12),
    transparent
    );
    top:-120px;
    right:-120px;
}

.enquiry-modal .modal-header{
    padding:35px 35px 15px;
    position:relative;
    z-index:2;
}

.modal-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(214,21,25,.08);
    color:#D61519;
    font-size:13px;
    font-weight:600;
}

.enquiry-modal h4{
    font-size:32px;
    font-weight:800;
    color:#190E5D;
    margin-top:15px;
}

.enquiry-modal .modal-body{
    padding:20px 35px 35px;
    position:relative;
    z-index:2;
}

.enquiry-modal .form-label{
    color:#190E5D;
    font-weight:600;
    margin-bottom:8px;
}

/* Inputs */

.enquiry-input{
    height:60px;
    border-radius:16px;
    border:1px solid #ececec;
    background:#faf8f4;
    padding:0 18px;
    font-size:15px;
    transition:.4s;
}

.enquiry-input:focus{
    background:#fff;
    border-color:#DDA427;
    box-shadow:
    0 0 0 4px rgba(221,164,39,.12);
}

/* Select */

select.enquiry-input{
    cursor:pointer;
}

/* Submit Button */

.submit-enquiry-btn{
    width:100%;
    height:62px;
    border:none;
    border-radius:18px;
    font-size:17px;
    font-weight:700;
    color:#fff;

    background:
    linear-gradient(
    135deg,
    #190E5D,
    #2c1c98
    );

    transition:.4s;
}

.submit-enquiry-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 15px 35px rgba(25,14,93,.25);

    background:
    linear-gradient(
    135deg,
    #D61519,
    #b11215
    );
}

.submit-enquiry-btn i{
    margin-right:10px;
}

/* Contact Box */

.modal-contact-box{

    margin-top:20px;

    background:#faf8f4;

    border:1px dashed rgba(221,164,39,.4);

    border-radius:18px;

    padding:18px;

    text-align:center;
}

.modal-contact-box h6{
    color:#190E5D;
    margin-bottom:12px;
    font-weight:700;
}

.modal-contact-box a{
    display:block;
    color:#D61519;
    text-decoration:none;
    font-weight:600;
    margin:5px 0;
}

.btn-close{
    opacity:1;
}
.fd-products-section{
    background:#faf8f4;
}

.fd-section-title{
    margin-bottom:70px;
}

.fd-section-title span{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(214,21,25,.08);
    color:#D61519;
    font-weight:600;
    margin-bottom:15px;
}

.fd-section-title h2{
    font-size:42px;
    font-weight:800;
    color:#190E5D;
    margin-bottom:15px;
}

.fd-section-title p{
    color:#666;
    max-width:650px;
    margin:auto;
}

.fd-product-category{
    margin-bottom:80px;
}

.category-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    flex-wrap:wrap;
    gap:15px;
}

.category-header h3{
    color:#190E5D;
    font-size:34px;
    font-weight:700;
    margin:0;
}

.category-header span{
    background:linear-gradient(
        135deg,
        #190E5D,
        #2c1b94
    );
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

.product-image-box{
    
    background:#fff;
    border-radius:25px;
    border:2px dashed #d9d9d9;
    position:relative;
    overflow:hidden;
    transition:.4s;
}

.product-image-box::before{
    content:'Product Image';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#999;
    font-weight:600;
}

.product-image-box:hover{
    transform:translateY(-8px);
    border-color:#DDA427;
    box-shadow:
    0 20px 40px rgba(25,14,93,.08);
}

@media(max-width:768px){

    .fd-section-title h2{
        font-size:36px;
    }

    .category-header{
        justify-content:center;
        text-align:center;
    }

    .category-header h3{
        width:100%;
    }


}
/*=========================
 GALLERY SECTION
=========================*/

.fd-gallery-section{
    background:#faf8f4;
}

.fd-gallery-heading{
    margin-bottom:60px;
}

.gallery-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(214,21,25,.08);
    color:#D61519;
    font-weight:600;
    margin-bottom:15px;
}

.fd-gallery-heading h2{
    color:#190E5D;
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.fd-gallery-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
}

/* Gallery Card */

.fd-gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    cursor:pointer;
    height:350px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.fd-gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.fd-gallery-item:hover img{
    transform:scale(1.1);
}

.gallery-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
    rgba(25,14,93,.15),
    rgba(25,14,93,.55)
    );

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    transition:.4s;
}

.fd-gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay i{
    width:70px;
    height:70px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#190E5D;
    font-size:24px;
}

/*=========================
 LIGHTBOX
=========================*/

.gallery-lightbox{

    position:fixed;
    inset:0;

    background:rgba(0,0,0,.95);

    display:none;

    align-items:center;
    justify-content:center;

    z-index:99999;
}

.gallery-lightbox img{

    max-width:90%;
    max-height:85vh;

    border-radius:15px;

    animation:zoomIn .3s ease;
}

.gallery-close{

    position:absolute;
    top:25px;
    right:35px;

    color:#fff;
    font-size:50px;
    cursor:pointer;

    line-height:1;
}

@keyframes zoomIn{

    from{
        transform:scale(.8);
        opacity:0;
    }

    to{
        transform:scale(1);
        opacity:1;
    }

}

@media(max-width:768px){

    .fd-gallery-heading h2{
        font-size:36px;
    }

    .fd-gallery-item{
        height:280px;
    }

}