﻿.contact-hero-section {
    height: 50vh;
    /* background-image: url(/Images/Contact\ Us\ Image.jpg); */
    /* background-image: url(/Images/ContactHero.jpg); */
    /* background-image: url(/Images/contact3.png); */
    background-image: url(/Images/contact\ 4.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Make the section container relative for positioning overlay */
}

    .contact-hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 68%); /* Semi-transparent black overlay */
        z-index: 1; /* Make sure the overlay is above the background but below content */
    }

.contact-h1 {
    font-size: 80px; /* Default font size for large screens */
    margin: 0;
}
/* Responsive styles */
@media (max-width: 768px) {
    .contact-hero-section {
        height: 40vh; /* Adjust height for medium screens */
    }

    .contact-h1 {
        font-size: 50px; /* Reduce font size for tablets */
    }
}

@media (max-width: 576px) {
    .contact-hero-section {
        height: 30vh; /* Further adjust height for small screens */
    }

    .contact-h1 {
        font-size: 35px; /* Further reduce font size for mobile */
        line-height: 1.2; /* Adjust line-height for better spacing */
    }
}

.contact-us-hero-text-div {
    position: relative;
    z-index: 2; /* Ensure the text stays on top of the overlay */
    color: white; /* Make the text readable on dark background */
    text-align: center; /* Center align text for smaller screens */
}



/* Contact Second Section  */
.contact-second-section {
    /* background-color: #f7f7f7; */
    padding: 50px 0;
}

.basic-heading {
    color: #25426c;
    font-size: 24px;
    font-weight: 600;
}

.contact-info {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

    .contact-info i {
        color: #25426c;
        margin-right: 10px;
    }

.form-group {
    position: relative;
    margin-bottom: 20px;
}

    .form-group input,
    .form-group textarea {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        font-size: 14px;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .form-group label {
        position: absolute;
        top: 10px;
        left: 12px;
        /* background: #f7f7f7; */
        padding: 0 5px;
        font-size: 14px;
        color: #aaa;
        pointer-events: none;
        transition: 0.3s ease;
    }

    .form-group input:focus + label,
    .form-group input:not(:placeholder-shown) + label,
    .form-group textarea:focus + label,
    .form-group textarea:not(:placeholder-shown) + label {
        top: -8px;
        left: 8px;
        font-size: 12px;
        /* color: #25426c; */
        color: #25426c;
        /* background: #f7f7f7; */
        background: #ffffff;
    }

/* .form-group input:focus,
  .form-group textarea:focus {
    border-color: #25426c;
  } */

/* .form-group input:focus,
  .form-group textarea:focus {
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #25426c, #f7f7f7) 1;
  } */

.btn-submit {
    background-color: #25426c;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-submit:hover {
        background-color: #1e3460;
    }

.faq-section h5 {
    color: #25426c;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section p {
    margin: 0 0 15px 25px;
    color: #555;
}

.basic-text {
    padding-top: 30px;
    font-size: 16px;
    /* font-weight: 700; */
    color: #37517e;
}

.contact-a {
    color: black;
}

    .contact-a:hover {
        color: #25426c;
    }




.input-with-button {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

    .input-with-button input {
        flex: 1; /* Allows the input to take up available space */
    }


    /*   
  .input-with-button input:focus + label,
  .input-with-button input:not(:placeholder-shown) + label {
    top: -8px;
    left: 8px;
    font-size: 12px;
    color: #25426c;
  } */


    .input-with-button input {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        font-size: 14px;
    }

.btn-submit {
    background-color: #25426c;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-submit:hover {
        background-color: #1e3460;
    }

/* Contact Second Section End */
/* Frequently Asked Questions  */
/* Section Styling */
.questions-section {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    padding: 40px 20px;
    /* border-radius: 12px; */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Accordion Box */
.accordion-box {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .accordion-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

/* Accordion Header */
/* Accordion Header */
/* Section Heading */
.section-heading {
    font-size: 36px;
    font-weight: bold;
    color: #25426c;
    margin-bottom: 10px;
}

.section-subheading {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

/* Accordion Updates for List Styling */
.accordion-content ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

    .accordion-content ul li {
        font-size: 16px;
        color: #333;
        line-height: 1.8;
    }

.accordion-header {
    background: linear-gradient(135deg, #25426c, #3a557c);
    color: #ffffff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .accordion-header:hover {
        background: linear-gradient(135deg, #20395e, #344b6e);
    }

/* Toggle Icon */
.toggle-icon {
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
}

.accordion-box.active .toggle-icon {
    transform: rotate(45deg);
    color: #ffab00;
}

/* Accordion Content */
.accordion-content {
    display: none;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 0 0 12px 12px;
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    animation: fadeIn 0.3s ease-in-out;
}

/* Keyframes for smooth content reveal */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-box.active .accordion-content {
    display: block;
}

/* Frequently Asked Questions End */

/* Contact Second Section  */
/* Contact Second Section End */
/* Contact Second Section  */
/* Contact Second Section End */
/* Contact Second Section  */
/* Contact Second Section End */

