﻿body {
}

/*=========================
    ABOUT TOP BANNER
=========================*/
.about-top-banner {
    background: #fff;
    padding: 0;
    margin: 0;
}

.about-top-banner img {
    width: 100%;
    height: auto;
    display: block;
}


/*=========================
        ABOUT
=========================*/
.about-section {
    background: #eef2f8;
    padding: 50px 0 15px;
}

/* Left Card */

.about-image-card {
    background: #fff;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .about-image-card img {
        width: 100%;
        border-radius: 12px;
    }

/* Right Card */

.about-content-card {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    height: 100%;
}

/* Tag */

.about-tag {
    color: #ff6b00;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

/* Heading */

.about-content-card h3 {
    font-size: 18px;
    color: #ff6b00;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragraph */

.about-content-card p {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 16px;
    text-align: justify;
}

/* Last Line */

.about-content-card h5 {
    margin-top: 14px;
    font-size: 14px;
    color: #222;
    font-weight: 700;
}

/* Responsive */

@media(max-width:991px) {

    .about-content-card {
        margin-top: 25px;
    }

        .about-content-card h3 {
            font-size: 26px;
        }

        .about-content-card p {
            font-size: 16px;
            line-height: 30px;
        }

        .about-content-card h5 {
            font-size: 22px;
        }
}

/*=========================
        ABOUT STATS
=========================*/
.about-stats {
    background: #eef2f8;
    padding: 10px 0 50px;
}

.stat-box {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    border: 1px solid #e7e7e7;
    transition: .35s;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

    .stat-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,.12);
    }

    .stat-box h3 {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
    }

    .stat-box h4 {
        font-size: 22px;
        color: #1f2d6b;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .stat-box p {
        font-size: 14px;
        color: #666;
        line-height: 18px;
        margin: 0;
    }

@media(max-width:991px) {

    .stat-box {
        margin-bottom: 20px;
    }

        .stat-box h3 {
            font-size: 30px;
        }

        .stat-box h4 {
            font-size: 20px;
        }

        .stat-box p {
            font-size: 15px;
        }
}


/*=========================
    ABOUT TOP BANNER
=========================*/
.about-top-banner {
    background: #fff;
    padding: 0;
    margin: 0;
}

.about-top-banner img {
    width: 100%;
    height: auto;
    display: block;
}


.contact-section {
    background: #edf2f8;
    padding: 70px 0;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.contact-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 5px 18px rgba(0,0,0,.08);
}

.icon-box {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff3e8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b00;
    font-size: 22px;
}

.help-box {
    background: #fff3b8;
    border-radius: 16px;
    padding: 18px 24px;
    color: #b56d00;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.form-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

    .form-card label {
        font-weight: 600;
        margin-bottom: 8px;
        display: block;
        font-size: 14px;
    }

        .form-card label span {
            color: red;
        }

.form-control {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control:focus {
    border-color: #ff7b00;
    box-shadow: 0 0 0 3px rgba(255,123,0,.15);
}

.submit-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 12px;
    background: #ff6b00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

    .submit-btn:hover {
        background: #e85d00;
    }

@media(max-width:991px) {

    .section-title {
        font-size: 16px;
    }

    .contact-card {
        margin-bottom: 20px;
    }

    .help-box {
        font-size: 16px;
    }
}

.content {
    font-size: 14px;
}
