﻿.modules-hero {
    color: white;
    text-align: center;
    padding: 100px 20px 100px;
    position: relative;
}

.hero-title {
    font-family: 'Alkatra';
    font-size: 60px;
    margin-bottom: 20px;
}

.hero-sub {
    font-size: 20px;
    max-width: 700px;
    margin: auto;
    opacity: .9;
    line-height: 27px;
}


.module-section {
    padding: 100px 0;
}

.module-section.alt {
    background: #f9faff;
}

.module-title {
    font-family: 'Alkatra';
    font-size: 36px;
    margin-bottom: 20px;
}

.module-title i {
    color: #7a6de0;
    margin-right: 10px;
}

.module-desc {
    margin-bottom: 20px;
    color: #555;
    line-height: 27px;
}

.module-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.module-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #444;
}

.module-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -1px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    color: white;
    background: #7a6de0;
    border-radius: 50%;
}

.module-list li:hover {
    transform: translateX(4px);
    transition: 0.2s ease;
}


.module-image {
    max-width: 100%;
}


.optional-modules{
    padding:100px 0;
    text-align:center;
    background:#f8faff;
}


.optional-title {
    font-family: 'Alkatra';
    font-size: 40px;
    margin-bottom: 10px;
}

.optional-sub {
    margin-bottom: 40px;
    color: #666;
}

.module-card {

    background: white;
    padding: 35px 25px;
    margin: 15px;

    border-radius: 12px;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);

    transition: all 0.25s ease;
}

.module-card i {
    font-size: 30px;
    color: #7a6de0;
    margin-bottom: 15px;
}

.module-card h5 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.module-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


/* CTA */

.modules-cta {
    background: #5a4fab;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.cta-btn {
    background: white;
    color: #5a4fab;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
}

.modules-cta h2{
       font-family: 'Alkatra';
    font-size: 36px;
    margin-bottom: 20px;
}




@media(max-width: 1679px) {
    .bg1 {
        padding: 50px;
    }

    .hero-title {
        font-size: 50px;
    }
}

@media(max-width: 1439px) {

    .bg1 {
        padding: 35px;
    }

    .modules-hero {
        padding: 100px 20px 60px;
    }


    .module-title, .modules-cta h2, .optional-title{
        font-size: 30px;
    }

    .serve-grid h5,
    .feature-box h5 {
        font-size: 17px;
    }

    .feature-list li , .module-list li{
        font-size: 14px;
    }

    .module-list li::before{
        width: 18px;
    height: 18px;
    line-height: 19px;
    font-size: 9px;
    }

    .module-card h5 {
    font-size: 15px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-sub {
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width: 1359px) {

    .module-title, .optional-title {
        font-size: 27px;
    }
}

@media(max-width: 991px) {
    .bg1 {
        padding-top: 0px;
    }

   .modules-hero{
        padding: 70px 0px 60px;
    }

 .modules-cta, .module-section{
        padding: 55px 10px;
    }

    .vision-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }

}

@media(max-width: 767px) {

    .hero-title {
        font-size: 40px;
    }

    .contact-info {
        margin-bottom: 40px;

    }

    .contact-image {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .applications-hero .container {
        width: 100%;
    }

    .contact-form {
        padding: 40px 20px;
    }

    .serve-card {
        padding-bottom: 15px;
    }


    .feature-box {
        padding-bottom: 0px;
    }

    .feature-image{
        margin-top: 10px;
    }

    .mb6{
        margin-bottom: 20px;
    }
}