﻿.contact-hero {

    color: white;
    text-align: center;
    padding: 100px 20px 100px;
}

.contact-hero .container {
    width: 80%;
    margin: auto;
}

.hero-title {
    font-family: 'Alkatra';
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-sub {
    font-family: 'Roboto';
    font-size: 20px;
    max-width: 650px;
    margin: auto;
    opacity: .9;
    line-height: 30px;
}

.contact-section {
    padding: 100px 0;
}



.contact-info h2 {
    font-family: 'Alkatra';
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-info p {
    font-family: 'Roboto';
    color: #555;
    line-height: 1.7;
}

.contact-details {
    margin-top: 25px;
}

.contact-details p {
    font-size: 16px;
    margin-bottom: 12px;
}

.contact-details i {
    color: #7a6de0;
    margin-right: 10px;
}

.contact-image {
    width: 90%;
    margin-top: 30px;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
    font-family: 'Alkatra';
    margin-bottom: 20px;
}


.form-control {
    border-radius: 6px;
    padding: 12px;
    font-family: 'Roboto';
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #7a6de0;
    box-shadow: none;
}


.captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto';
}

.contact-btn {
    background: #7a6de0;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-family: 'Roboto';
    font-weight: 500;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #6150e3;
}


.map-section {
    padding: 100px 0;
    background: #f9faff;
}

.map-title {
    font-family: 'Alkatra';
    font-size: 38px;
    margin-bottom: 10px;
}

.map-sub {
    font-family: 'Roboto';
    color: #666;
    margin-bottom: 40px;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



.map-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .map-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

.map-header {
    padding: 20px;
    background: linear-gradient(0deg, rgb(122 109 224) 0%, rgb(70 121 241) 100%);
    color: white;
}

    .map-header h4 {
        margin: 0;
        font-size:18px;
        font-weight: 500;

    }

    .map-header p {
        margin: 5px 0 0;
        font-size: 14px;
        opacity: 0.9;
    }

.map-container {
    width: 100%;
    height: 380px;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }



@media(max-width: 1679px) {
    .bg1 {
        padding: 50px;
    }

    .hero-title {
        font-size: 50px;
    }
}

@media(max-width: 1439px) {

    .bg1 {
        padding: 35px;
    }

    .contact-hero {
        padding: 100px 20px 60px;
    }


    .contact-info h2,
    .map-title {
        font-size: 30px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-sub {
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width: 1279px) {

    .contact-info h2,
    .map-title {
        font-size: 27px;
    }
}

@media(max-width: 991px) {
    .bg1 {
        padding-top: 0px;
    }

    .contact-hero {
        padding: 70px 0px 60px;
    }

    .contact-section,
    .map-section {
        padding: 55px 0;
    }

}

@media(max-width: 767px) {

    .hero-title {
        font-size: 42px;
    }

    .contact-info {
        margin-bottom: 40px;

    }

    .contact-image {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .contact-hero .container {
        width: 100%;
    }

    .contact-form {
        padding: 40px 20px;
    }

}