/* Home Section Styles */
.hero {
    background-color: #e0f7fa; /* Light blue background */
    padding: 30px 0;
    color: #333; /* Default text color */
}

#hero-logo {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 2.5rem;
    color: #000; /* Black color for tagline */
    margin-bottom: 20px;
    font-style: italic; /* Italicize the tagline */
    font-weight: normal; /* Remove boldness */
}






/* About Us Section Styles */
.about-us {
    background-color: skyblue;
    padding: 40px 0;
}

.about-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.about-card h2 {
    color: #00bcd4;
    font-size: 2rem;
}

.about-card p {
    line-height: 1.6;
    color: #333333;
}

.about-card button {
    background-color: #ffeb3b;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
}

.about-card button:hover {
    background-color: #fdd835;
}

.about-highlight {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 10px 0;
    height: 100%;
}

.about-highlight h4 {
    color: #00bcd4;
    font-size: 1.25rem;
}

.about-highlight p {
    color: #666666;
    font-size: 1rem;
}

.card-img-top {
    border-bottom: 2px solid #00bcd4;
}

.card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.service-card img {
    border-bottom: 2px solid #ffeb3b;
    height: 250px;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.social-icon {
    font-size: 24px;
    color: #ffffff;
}

.bg-light-blue {
    background-color: #e0f7fa;
}

.bg-light-yellow {
    background-color: #fff9c4;
}

/* Contact Section Styles */
#contact {
    background-color: #f8f9fa;
    padding: 40px 0;
    text-align: center;
}

#contact h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

#contact p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
}

.contact-info-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
    text-align: left; /* Align text to the left */
}

.contact-info-box:hover {
    transform: translateY(-10px);
}

.contact-info-box i {
    color: #00bcd4; /* Sky blue color */
    font-size: 30px;
    margin-right: 20px; /* Spacing between icon and text */
}

.contact-info-box h4 {
    font-size: 1.25rem;
    color: #333;
    margin: 0;
}

.contact-info-box p {
    font-size: 1rem;
    color: #666;
    margin: 0;
    margin-top: 5px; /* Spacing between title and text */
}

.contact-info-box .contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    flex: 1;
    text-align: left;
}

.contact-form .form-label {
    font-weight: bold;
    color: #333;
}

.contact-form .form-control {
    border-radius: 0.25rem;
    border-color: #ced4da;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

.contact-form .btn-primary {
    background-color: #00bcd4; /* Sky blue color */
    border-color: #00bcd4;
    color: #fff;
}

.contact-form .btn-primary:hover {
    background-color: #0097a7;
    border-color: #0097a7;
}

/* Flexbox Layout */
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Add some spacing between cards and form */
}

.contact-wrapper .contact-info-box,
.contact-wrapper .contact-form {
    flex-basis: calc(50% - 30px); /* Two columns layout */
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .contact-info-box,
    .contact-form {
        flex-basis: 100%; /* Stack cards and form on smaller screens */
    }
}



/* Navbar Styles */
.navbar {
    background-color: #87ceeb; /* Sky blue color */
    padding: 10px 0;
}

.navbar-brand img {
    max-height: 50px; /* Adjust logo size */
}

.navbar-nav .nav-link {
    color: #ffffff !important; /* White color for navbar links */
    font-size: 16px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #f1c40f !important; /* Highlight color on hover */
    text-decoration: underline;
}

.navbar-toggler {
    border-color: #0056b3;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"%3E%3Cpath stroke="rgba%28255, 255, 255, 1%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

.navbar-collapse {
    justify-content: flex-end; /* Align items to the right */
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        margin-top: 10px; /* Adjust spacing for mobile view */
    }

    .navbar-nav .nav-item {
        margin: 10px 0; /* Space out items in mobile view */
    }

    .navbar-collapse {
        flex-grow: 1;
    }
}



/* FAQ Section */
#faqs {
    background-color: #f7f7f7;
    padding: 60px 0 20px 0; /* Padding adjusted for content spacing */
    position: relative;
    z-index: 1; /* Ensure the section is above background elements */
}

.faq-header {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
}

.faq-image {
    width: 100%; /* Make the image span the full width of the container */
    height: auto;
    max-height: 300px; /* Increased height for desktop */
    object-fit: cover; /* Ensure the image covers the entire width */
    margin-bottom: 20px; /* Space below the image */
    display: block;
    z-index: 1; /* Ensure the image is on top */
}

.accordion {
    position: relative;
    z-index: 2; /* Ensure the accordion content is above the image */
}

.accordion-item {
    background-color: rgba(255, 255, 255, 0.9); /* Slight transparency for content */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.accordion-button {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 16px;
    border: none;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #00bcd4;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00bcd4;
}

.accordion-button:hover,
.accordion-button:focus {
    background-color: #00acc1;
    color: #ffffff;
}

.accordion-body {
    background-color: rgba(255, 255, 255, 0.9);
    color: #666;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.5;
}

/* Smooth Transition for Accordion */
.accordion-collapse {
    transition: height 0.3s ease;
}

.accordion-collapse.collapse {
    display: none;
}

.accordion-collapse.show {
    display: block;
}

/* Mobile and Smaller Screens */
@media (max-width: 768px) {
    .faq-image {
        max-height: 150px; /* Adjust height on smaller screens */
    }
}

/* Desktop Specific Adjustments */
@media (min-width: 992px) {
    .faq-image {
        max-height: 350px; /* Increased height for desktop */
    }
}




/* Smooth Transition for Accordion */
.accordion-collapse {
    transition: height 0.3s ease;
}

.accordion-collapse.collapse {
    display: none;
}

.accordion-collapse.show {
    display: block;
}
/* Footer Styles */
footer {
    background-color: #87ceeb; /* Sky blue color */
    color: #ffffff; /* White text color */
    padding: 40px 0;
    text-align: center;
    border-top: 2px solid #ffffff; /* Optional: Add a white border at the top */
}

footer a {
    color: #ffffff; /* Ensure links are visible on the sky blue background */
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #f1c40f; /* Highlight color on hover */
}

footer .social-icons i {
    font-size: 24px;
    color: #ffffff;
    margin: 0 10px;
    transition: color 0.3s ease;
}

footer .social-icons i:hover {
    color: #f1c40f; /* Highlight color on hover */
}

footer p {
    margin: 10px 0 0;
    font-size: 0.9rem;
}

footer .footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}


/* Accordion Styles */
.accordion-item {
    background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent background for accordion */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.accordion-button {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 1rem;
    padding: 16px;
    border: none;
    border-bottom: 2px solid #00bcd4;
    text-align: left;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00bcd4;
}

.accordion-button:hover,
.accordion-button:focus {
    background-color: #00acc1;
    color: #ffffff;
}

.accordion-body {
    background-color: rgba(255, 255, 255, 0.9);
    color: #666;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.5;
}


/* Office Section */
#office-section {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    padding: 40px 0;
    background-color: #f7f7f7; /* Light background color */
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
}

.office-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 2%; /* Add space between the office photo and map */
}

.office-info h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.office-info p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 30px;
}

.office-picture {
    width: 0%; /* Office picture takes 70% of the container width */
    height: auto;
    margin-right: 2%; /* Space between office picture and map */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}



/* Responsive Layout */
@media (max-width: 768px) {
    #office-section {
        flex-direction: column; /* Stack images vertically on smaller screens */
        align-items: center; /* Center content on smaller screens */
    }

    .office-picture, .map-picture {
        width: 100%; /* Images take full width on smaller screens */
        margin: 0 0 20px 0; /* Space between images */
    }

    .office-info {
        align-items: center; /* Center text on smaller screens */
        margin-right: 0; /* Remove margin on smaller screens */
    }
}

/* Upcoming Offices Section */
.upcoming-offices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* Ensure it wraps on smaller screens */
}

.upcoming-office {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-width: 200px; /* Set a minimum width to keep them uniform */
    max-width: 300px; /* Set a maximum width for consistent size */
    justify-content: center; /* Center the content */
    flex-direction: row;
}
.office-picture {
    width: 100% !important;
}


.upcoming-office:hover {
    transform: translateY(-5px);
}

.upcoming-office i {
    color: #00bcd4;
    font-size: 24px;
    margin-right: 10px;
}

.upcoming-office p {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

/* Mobile and Smaller Screens */
@media (max-width: 768px) {
    .office-images {
        flex-direction: column; /* Stack vertically on smaller screens */
        align-items: center;
    }

    .office-picture,
    .map-picture {
        width: 100%; /* Make the images full width on smaller screens */
        max-width: none; /* Remove the max-width for full-width layout */
    }

    .upcoming-offices {
        flex-direction: column; /* Stack vertically on smaller screens */
        align-items: center;
    }
}



