﻿

@media (min-width: 768px) {
    .elementor-19881 .elementor-element.elementor-element-4ca5028 {
        width: 92.5%;
    }
}

/* Main container */
.chairman-section {
    padding: 60px 20px;
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

/* Message area */
.chairman-message-box {
    flex: 1 1 60%;
    padding: 20px;
    /*   background: #fff;*/
    border-radius: 15px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);*/
}

    /* Title styles */
    .chairman-message-box h2 {
        font-family: Rajdhani, sans-serif;
        font-weight: 700;
        font-size: 54px;
        line-height: 60px;
        letter-spacing: -1.2px;
        color: #081839;
        text-transform: none;
        font-style: normal;
    }

    .chairman-message-box h4 {
        font-family: Rajdhani, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -.3px;
        color: #1bbde4;
        text-transform: none;
        font-style: normal;
    }
    /* Message content */
    .chairman-message-box p {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
    }

/* Image box */
.chairman-photo-box {
    flex: 1 1 300px;
    text-align: center;
}

    .chairman-photo-box img {
        width: 280px;
        height: 300px;
        object-fit: cover;
        /*  // border-radius: 50%;*/
        border: 6px solid #e5bf53;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

/* Responsive */
@media (max-width: 768px) {
    .chairman-section {
        flex-direction: column;
        align-items: center;
        padding: 40px 15px;
    }

    .chairman-photo-box img {
        width: 220px;
        height: 220px;
    }
}


</style >
<style >
.hover-card {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hover-card:hover {
    background-color: #4cbae1;
    transform: translateY(-5px);
    color: white
}

    .hover-card:hover p {
        color: white !important;
    }


.appointment-form {
    /* background: white;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            padding: 30px;
            width: 100%;
            max-width: 900px;*/
}

.form-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

    .form-header h2 {
        font-size: 24px;
        color: #2d3748;
        margin-bottom: 8px;
    }

    .form-header p {
        color: #718096;
        font-size: 15px;
    }

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 5px;
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 0px;
}

    .form-group label {
        display: block;
        margin-bottom: 2px;
        font-weight: 500;
        color: #4a5568;
        font-size: 14px;
    }

.form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    /* background: #f8fafc;*/
    height: 50px;
}

    .form-control:focus {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
        background: white;
    }

select.form-control {
    appearance: none;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
            background-position: right 0.75rem center;*/
    background-repeat: no-repeat;
    background-size: 1.2em 1.2em;
    padding-right: 2.5rem;
    height: 50px;
    margin-bottom: 0px;
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.submit-btn {
    background: #4299e1;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 6px rgba(66, 153, 225, 0.3);
}

    .submit-btn:hover {
        background: #3182ce;
        transform: translateY(-2px);
        box-shadow: 0 6px 8px rgba(66, 153, 225, 0.4);
    }

.form-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.error-message {
    color: #e53e3e;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

@media (max-width: 768px) {
    .appointment-form {
        padding: 20px;
    }

    .form-header h2 {
        font-size: 21px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}


/*Faq starts here */

#faq {
    background-image: url('wp-content/uploads/sites/3/2020/12/bg-05.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ebeef3;


    padding-top:50px
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title h4 {
        font-family: Rajdhani, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -.3px;
        color: #1bbde4;
        text-transform: none;
        font-style: normal;
    }

    .section-title h2 {
        font-family: Rajdhani, sans-serif;
        font-weight: 700;
        font-size: 54px;
        line-height: 60px;
        letter-spacing: -1.2px;
        color: #081839;
        text-transform: none;
        font-style: normal;
    }

    .section-title h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: #1a73e8;
        border-radius: 2px;
    }

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.faq-column, .map-column {
    flex: 1;
    min-width: 300px;
    padding: 40px;
}

.faq-column {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
}

.map-column {
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
}

.column-header h3 {
    font-size: 1.8rem;
    color: #202124;
    margin-bottom: 15px;
}

.column-header p {
    color: #5f6368;
    margin-bottom: 30px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid #1a73e8;
}

    .faq-item:hover {
        box-shadow: 0 8px 20px rgba(26, 115, 232, 0.15);
        transform: translateY(-3px);
    }

.faq-question {
    padding: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

    .faq-question .number {
        font-weight: 700;
        color: #1a73e8;
        margin-right: 15px;
        font-size: 1.1rem;
        min-width: 30px;
    }

    .faq-question .question {
        font-weight: 600;
        color: #202124;
        flex: 1;
        font-size: 1.1rem;
    }

    .faq-question .icon {
        color: #1a73e8;
        font-size: 1.2rem;
        transition: transform 0.3s ease;
    }

.faq-item:hover .faq-question .icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: #f8fbff;
}

.faq-item:hover .faq-answer {
    max-height: 200px;
    padding: 0 20px 20px 20px;
}

.faq-answer p {
    color: #5f6368;
    padding-top: 10px;
    border-top: 1px solid #e8eaed;
}

.view-all-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    background: #1a73e8;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #1a73e8;
}

    .view-all-btn:hover {
        background: transparent;
        color: #1a73e8;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(26, 115, 232, 0.3);
    }

.map-container {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 100%;
    min-height: 400px;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.map-container:hover .map-overlay {
    transform: translateY(0);
}

.location-info h4 {
    color: #202124;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.location-info p {
    color: #5f6368;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.location-info i {
    color: #1a73e8;
    margin-right: 10px;
    width: 20px;
}

.contact-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.contact-btn {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.call-btn {
    background: #1a73e8;
}

.directions-btn {
    background: #34a853;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-btn i {
    margin-right: 8px;
}
@media (min-width: 1240) {
    .content-wrapper {
        flex-direction: column;
    }

    #faq {
        width: 1405px;
        left: -77.581px;
        padding-top: 50px
    }
}
    @media (max-width: 768px) {
        .content-wrapper {
            flex-direction: column;
        }

       

        .faq-column, .map-column {
            padding: 30px 20px;
        }

        .section-title h2 {
            font-size: 2rem;
        }

        .contact-buttons {
            flex-direction: column;
        }
    }


