@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*{
    font-family: "Outfit", sans-serif;
}

/* Global CSS */
p{
    margin-bottom: 0px !important;
}

.btn-purple, .btn-purple:hover{
    background: #634290;
    color: #FFFFFF;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
}

.btn-white, .btn-white:hover{
    background: #FFFFFF;
    color: #634290;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
}

.btn-orange-outline, .btn-orange-outline:hover{
    background: #FFFFFF;
    color: #F16002;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    border: 1px solid #F16002;
}

.btn-purple-new, .btn-purple-new:hover{
    background: #634290;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 15px;
}

.btn-pink, .btn-pink:hover{
    background: #F5568C;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 15px;
}

.btn-blue, .btn-blue:hover{
    background: #0371C0;
    color: #FFFFFF;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 15px;
}

.row-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #634290;
    display: inline-block;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 50px;
}

.row-heading{
    font-size: 50px;
    font-weight: 700;
}

.row-sub-heading{
    font-size: 20px;
    font-weight: 400;
}

.br-15{
    border-radius: 15px;
}

.no-border{
    border: none;
}

.w-10{
    width: 10%;
}

.w-20{
    width: 20%;
}

.w-30{
    width: 30%;
}

.w-40{
    width: 40%;
}

.w-50{
    width: 50%;
}

.w-60{
    width: 60%;
}

.w-70{
    width: 70%;
}

.w-80{
    width: 80%;
}

.w-90{
    width: 90%;
}

/* Navbar */
nav{
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.navbar-brand{
    width: 25%;
}

.active{
    color: #F24D79 !important;
    font-weight: 600;
}

.nav-item{
    margin-right: 20px;
}

.nav-link{
    font-size: 18px;
}

/* Hero Section */
.hero{
    background: url("../images/hero-2.webp");
    background-position: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hero-content-1{
    font-size: 70px;
    font-weight: 700;
    color: #634290;
    line-height: 70px;
}

.hero-content-1 span{
    color: #F24D79;
}

.hero-content-2{
    font-size: 70px;
    font-weight: 700;
    color: #634290;
    line-height: 70px;
}

.hero-content-2 span{
    color: #0F96A3;
}

.hero-text{
    font-size: 22px;
    font-weight: 400;
}

/* Our Programs */
.our-programs{
    padding: 50px 0px;
    background: #f0efea;
}

.program-title{
    font-size: 30px;
    font-weight: 500;
}

.program-content{
    font-size: 18px;
    font-weight: 400;
}

/* About Us */
.about-us{
    padding: 50px 0px;
    background: #FDFDFD;
}

/* Why Choose Us */
.why-choose-us{
    padding: 50px 0px;
    background: #f0efea;
}

.why-choose-us-title{
    font-size: 22px;
    font-weight: 500;
}

/* A Peek Into Our World */
.peek-world{
    padding: 50px 0px;
}

/* CTA */
.cta{
    padding: 50px 0px;
    background: #634290;
}

.cta-title{
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;
}

.cta-title span{
    color: #FDBA26;
}

.cta-content{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
}

/* Footer */
.footer{
    padding: 50px 0px;
}

.footer-content{
    font-size: 18px;
}

.footer-header{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-links{
    font-size: 18px;
    font-weight: 400;
}

.footer-links a{
    text-decoration: none;
    color: #000000;
}

/* Branding */
.branding{
    padding: 10px 0px;
    background: #634290;
}

.branding-title{
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
}

.branding-title a{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
}

/* === About Us Page === */
.breadcrumb-section{
    background: url("../images/breadcrumb-section.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-title{
    font-size: 70px;
    font-weight: 600;
}

.breadcrumb-link{
    font-size: 20px;
    font-weight: 600;
}

.breadcrumb-link a{
    text-decoration: none;
    color: #000000;
    font-weight: 400;
}

.vision-mission{
    padding: 50px 0px;
    background: #FEFEFE;
}

.vision-mission-title{
    font-size: 30px;
    font-weight: 600;
}

.vision-mission-content{
    font-size: 20px;
    font-weight: 400;
}

.vision-mission-content a{
    text-decoration: none;
    color: #000000;
}

.our-values{
    padding: 50px 0px;
    background: #F0EFEA;
}

.cta-section{
    padding: 50px 0px;
}

.cta-row{
    padding: 10px 60px;
    background: url("../images/cta-section.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.cta-section-title{
    font-size: 50px;
    font-weight: 600;
    color: #634290;
}

.cta-section-title span{
    color: #F24D79;
}

.cta-section-content{
    font-size: 20px;
    font-weight: 400;
}

/* Floating Container */
.floating-buttons{
    position:fixed;
    right:25px;
    bottom:25px;
    display:flex;
    flex-direction:column;
    gap:15px;
    z-index:9999;
}

/* Common Style */
.floating-buttons a,
.floating-buttons button{
    width:60px;
    height:60px;
    border-radius:50%;
    border:none;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    transition:.35s ease;
    font-size:28px;
}

/* WhatsApp */
.whatsapp-btn{
    background:#25D366;
    color:#fff;
    animation:pulse 2s infinite;
}

.whatsapp-btn:hover{
    transform:translateY(-5px) scale(1.08);
    background:#20c45a;
}

/* Back To Top */
#backToTop{
    background:#7C4DFF;
    color:#fff;
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
}

#backToTop.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

#backToTop:hover{
    background:#5E35B1;
    transform:translateY(-5px);
}

/* Pulse Animation */
@keyframes pulse{
    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);
    }
}

/* === Media Queries === */
@media screen and (max-width: 600px) {
    .navbar-brand {
        width: 65%;
    }

    .hero{
        height: 81vh;
        background-position: -55%;
    }

    .hero-content-1{
        font-size: 52px;
        line-height: 50px;
    }

    .hero-content-2{
        font-size: 52px;
        line-height: 50px;
    }

    .hero-text{
        font-size: 20px;
    }

    .mx-3{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .wd-100{
        width: 100%;
    }

    .margin-top-20{
        margin-top: 20px;
    }

    .row-heading{
        font-size: 40px;
    }

    .text-align-center{
        text-align: center;
    }

    .branding{
        padding: 20px 0px;
    }

    .cta-title{
        font-size: 40px;
    }

    .breadcrumb-title{
        font-size: 50px;
    }

    .margin-bottom-20{
        margin-bottom: 20px;
    }

    .cta-section-title{
        font-size: 30px;
    }

    .cta-row{
        padding: 10px 30px;
        background-position: 3%;
        height: 64vh;
    }

    .floating-buttons{
        right:18px;
        bottom:18px;
    }

    .floating-buttons a,
    .floating-buttons button{
        width:52px;
        height:52px;
        font-size:24px;
    }
}

@media screen and (max-width: 540px) {
    .hero {
        height: 81vh;
        background-position: -92%;
    }
}

@media screen and (max-width: 430px) {
    .hero {
        height: 61vh;
        background-position: -64%;
    }
}

@media screen and (max-width: 375px) {
    .hero {
        height: 80vh;
        background-position: -64%;
    }
}

@media screen and (max-width: 360px) {
    .hero {
        height: 85vh;
        background-position: -64%;
    }
}

@media screen and (max-width: 344px) {
    .hero-content-1 {
        font-size: 47px;
        line-height: 43px;
    }

    .hero {
        height: 60vh;
        background-position: -64%;
    }
}