* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {

    background: linear-gradient(135deg, #3f4d9e, #360141, #0e013b);
    color: rgb(255, 255, 255);
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.logo {
    width: 55px;
    height: 55px;
    right: 100px;
    border-radius: 5px;
    border: #fff solid 1px;
}


.navbar {
    background-color: #9e94f8;
    box-shadow: white;
    border-radius: 10px;
    border: 1px solid white;
    position: sticky !important;
}

.nav-link {
    color: rgb(0, 0, 0);
    box-shadow: white;
    transition: 0.3s ease;
    font-size: 20px;
}

.nav-link:hover {
    color: #272626;
    transform: scale(1.05);
    font-size: 20px;
}

.hero {
    height: 70vh;
    background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSAmpSW6bpzo-QDRgj-BI3aUCBjIFYeiPFB6f-dWq_tHw&s=10") no-repeat center center/cover;

    position: relative;
    border: #6b2ef8 solid 1px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    color: white;
    z-index: 2;
    max-width: 700px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 43px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 800;
    color: #bebaf7;
    transition: 0.3s ease;
}

.hero-content h1:hover {
    font-size: 45px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 650;
    color: #958eff;
    cursor: pointer;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 25px;
    color: #ffffff;
}

section {
    padding: 80px 8%;
}

section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.homeheading {
    color: #2563eb;
    text-shadow: white;
    font-style: italic;
    font-size: 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s ease;
}

.homeheading:hover {
    text-shadow: rgb(255, 255, 255);
    cursor: pointer;
    color: #9ab6f1;
    font-style: italic;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

/* Features */

.feature-container {

    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-card {
    flex: 1 1 300px;
    background: #aaaef1;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
}

.feature-card:hover {
    cursor: pointer;
    flex: 1 1 300px;
    background: #575dd3;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
    transition: 0.5s;

}

.feature-card h3 {
    font-weight: bold;
}

.steps-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.step {
    flex: 1 1 300px;
    text-align: center;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 12px;
}

.step {
    flex: 1 1 300px;
    text-align: center;

    background: #aaaef1;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
}

.step:hover {
    cursor: pointer;
    flex: 1 1 300px;
    background: #575dd3;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
    transition: 0.5s;

}

.step span {
    width: 60px;
    height: 60px;
    background: #0235a1;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.steps-container h3 {
    font-weight: bold;
}

.template-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.template-card {
    flex: 1 1 300px;
    text-align: center;
}

.template-card img {
    width: 100%;
    border-radius: 10px;
}

.testimonial-container {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1 1 300px;
    background: #aaaef1;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
}

.testimonial-card:hover {
    cursor: pointer;
    flex: 1 1 300px;
    background: #575dd3;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
    transition: 0.5s;

}

.testimonial-card h4 {
    color: #2563eb;
}

.faq-item {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.faq-item {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    flex: 1 1 300px;
    background: #aaaef1;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
}

.faq-item:hover {
    cursor: pointer;
    flex: 1 1 300px;
    background: #575dd3;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
    text-align: center;
    transition: 0.5s;

}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero {
    height: 70vh;
    background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT1sqTPgJoxyLuwSHVaRQJswFFDRpjP_rA_iOP_RiSZWQ&s=10") no-repeat center center/cover;
    position: relative;
    border: #6b2ef8 solid 1px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.about-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #928aff;
    font-style: italic;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.about-hero h1:hover {
    color: #ffffff;
    transform: scale(1.05);
    cursor: pointer;
}

.about-hero p {
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
}

/* INTRODUCTION */
.about-section {
    padding: 80px 20px;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-content .text {
    flex: 1;
}

.about-content h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #928aff;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.about-content h2:hover {
    color: #ffffff;
    transform: scale(1.05);
    cursor: pointer;
}

.about-content p {
    line-height: 1.8;
    color: #ffffff;
}

.about-content .image {
    flex: 1;
}

.about-content .image img {
    width: 100%;
    border-radius: 20px;
    transition: .4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-content .image img:hover {
    transform: scale(1.05);
}

.mission-vision {
    padding: 80px 20px;
    background: #ced3f0;
}

.mission-vision .container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.mission-vision .card {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 35px;
    background: rgb(181, 173, 250);
    border-radius: 20px;
    transition: .4s ease;
    box-shadow: 0 5px 20px rgb(1, 22, 61);
}

.mission-vision .card:hover {
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgb(1, 0, 10);
}

.mission-vision i {
    font-size: 50px;
    color: #958eff;
    margin-bottom: 20px;
}

.mission-vision h3 {
    color: #060152;
    margin-bottom: 15px;
}

.why-us {
    padding: 80px 20px;
}

.why-us h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #928aff;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.why-us h2:hover {
    color: #ffffff;
    transform: scale(1.05);
    cursor: pointer;
}

.why {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.why-box {
    color: #0c0149;
    background: white;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    transition: .4s ease;
    box-shadow: 0 5px 20px rgb(255, 255, 255);
}

.why-box:hover {
    transform: translateY(-10px);
    background: #a18ef5;
    color: rgb(0, 0, 0);
        box-shadow: 0 5px 20px rgb(0, 0, 0);

}

.why-box:hover h3,
.why-box:hover p,
.why-box:hover i {
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.why-box i {
    font-size: 45px;
    color: #958eff;
    margin-bottom: 20px;
}

.why-box h3 {
    margin-bottom: 15px;
    color: #060152;
}

.team {
    padding: 80px 20px;
    background: #c9d0f7;
}

.team h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #07026b;
    text-shadow: #000000;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.team h2:hover {
    color: #000000;
    transform: scale(1.05);
    cursor: pointer;
}

.team-members {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.member {
    background: white;
    width: 280px;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: .4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.member:hover {
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(149, 142, 255, 0.3);
}

.member img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #958eff;
    transition: .4s;
}

.member img:hover {
    transform: scale(1.08);
}

.member h3 {
    color: #060152;
    margin-bottom: 10px;
}

.member p {
    color: #666;
}

@media (max-width: 991px) {

    .navbar-collapse {
        text-align: center;
    }

}

@media(max-width:768px) {
    .about-hero h1 {
        font-size: 2.2rem;
    }

    .about-content {
        flex-direction: column;
    }

    .team-members {
        flex-direction: column;
        align-items: center;
    }

    section {
        padding: 60px 5%;
    }

    section h2 {
        font-size: 2rem;
    }

    .feature-container,
    .steps-container,
    .template-container,
    .testimonial-container {
        flex-direction: column;
    }
}

@media (max-width: 615px) {

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-col {
        width: 100%;
    }

    .footer-col ul {
        padding: 0;
        list-style: none;
    }

    .footer-col .social-icons {
        justify-content: center;
    }

}

@media (max-width: 400px) {
    .container {
        width: 150px;
        margin: auto;
    }
    .mission-vision .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mission-vision .card {
        width: 100px;
        padding: 20px 15px;
        text-align: center;
    }

    .mission-vision .card h3 {
        font-size: 22px;
    }

    .mission-vision .card p {
        font-size: 15px;
        line-height: 1.6;
    }
    .why-us h2,
    .team h2 {
        font-size: 28px;
        text-align: center;
    }

    .why {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .why-box {
        width: 100%;
        padding: 20px 15px;
        text-align: center;
    }

    .why-box h3 {
        font-size: 20px;
    }

    .why-box p {
        font-size: 15px;
    }

    /* Team */
    .team-members {
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .member {
        width: 100%;
        text-align: center;
    }

    .member img {
        width: 130px;
        height: 130px;
        object-fit: cover;
        border-radius: 50%;
    }

    .member h3 {
        font-size: 22px;
    }

    .member p {
        font-size: 15px;
    }

}
@media (max-width: 320px) {
     .mission-vision .card {
        width: 80px;
        padding: 20px 15px;
        text-align: center;
    }
    
}
.footer {
    background: linear-gradient(135deg, #3f4d9e, #360141, #0e013b);
    padding-top: 50px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-logo {
    font-size: 40px;
    font-weight: bold;
    color: #8375d6;
    margin-bottom: 15px;
    font-family: cursive;
}

.footer-col h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #b0a8f5;
}

.footer-col p {
    font-size: 17px;
    line-height: 1.8;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #b5b0f5;
    padding-left: 8px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background-color: rgba(67, 57, 156, 0.4);
    font-size: 17px;
    font-weight: bold;
    border-top: 2px solid #ffc0cb;
}