
.container {

    width: 90%;

    max-width: 1200px;

    margin: auto;

}


/* --- Hero Section Styles --- */

#hero-section {

    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('Con_Us_Section 1.webp') no-repeat center center/cover;

    color: #fff;

    padding: 60px 0;

    min-height: 80vh;

    display: flex;

    align-items: center;

    /* Prevents content from spilling out during animation */

    overflow: hidden;

}


#hero-container {

    display: flex;

    align-items: center;

    gap: 40px;

}


/* Left Content Article */

#hero-content {

    flex: 1.2;

}


#hero-main-title {

    font-size: 3.5rem;

    line-height: 1.2;

    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;

    /* --- ANIMATION ADDED --- */

    opacity: 0; /* Start hidden */

    animation: fadeInUp 0.8s ease-out forwards;

}


#hero-description {

    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-word;

    /* --- ANIMATION ADDED --- */

    opacity: 0; /* Start hidden */

    animation: fadeInUp 0.8s ease-out 0.3s forwards; /* 0.3s delay */

}


.btn {

    text-decoration: none;

    padding: 12px 28px;

    border-radius: 5px;

    font-weight: bold;

    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;

    display: inline-block;

    cursor: pointer;

}


#discover-more-btn {

    color: #fff;

    border: 2px solid #fff;

    /* --- ANIMATION ADDED --- */

    opacity: 0; /* Start hidden */

    animation: fadeInUp 0.8s ease-out 0.6s forwards; /* 0.6s delay */

}


#discover-more-btn:hover {

    background-color: #fff;

    color: #333;

    transform: translateY(-2px);

}


/* Right Form Container */

#quote-form-container {

    flex: 1;

    background-color: #f4f7f6;

    color: #333;

    padding: 30px;

    border-radius: 8px;

}


#quote-form-title {

    font-size: 1.8rem;

    margin-top: 0;

    text-align: center;

}


#contact-info {

    text-align: center;

    margin: 20px 0;

}


#contact-info p {

    margin-bottom: 10px;

}


/* #phone-numbers {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;

} */


#phone-numbers a {

    color: #333;

    text-decoration: none;

    font-size: 0.95rem;

    padding: 5px;

}


#phone-numbers a:hover {

    color: #007BFF;

}


#form-separator {

    text-align: center;

    font-weight: bold;

    margin: 20px 0;

}


/* Form Styles */

#get-quote-form .form-group {

    margin-bottom: 15px;

}


#get-quote-form label {

    display: none;

}


#get-quote-form input {

    width: 100%;

    padding: 12px;

    border: 1px solid #ccc;

    border-radius: 5px;

    box-sizing: border-box;

    font-size: 1rem;

}


#get-quote-form .mobile-input-wrapper {

    display: flex;

    align-items: center;

}


#get-quote-form .country-code {

    padding: 12px;

    background-color: #e9ecef;

    border: 1px solid #ccc;

    border-right: none;

    border-radius: 5px 0 0 5px;

}


#get-quote-form #mobile {

    border-radius: 0 5px 5px 0;

}


#submit-quote-btn {

    width: 100%;

    background-color: #2c3e50;

    color: #fff;

    border: none;

    font-size: 1.1rem;

}


#submit-quote-btn:hover {

    background-color: #34495e;

    transform: translateY(-2px);

}


/* --- Responsive Design --- */

@media (max-width: 992px) {

    #hero-main-title {

        font-size: 2.8rem;

    }

}


@media (max-width: 768px) {

    #hero-container {

        flex-direction: column;

        text-align: center;

    }


    #hero-section {

        padding: 40px 0;

    }


    #hero-content {

        margin-bottom: 40px;

    }

   

    #hero-main-title {

        font-size: 2.5rem;

    }

}


@media (max-width: 480px) {

    #phone-numbers {

        grid-template-columns: 1fr;

    }


    #hero-main-title {

        font-size: 2rem;

    }


    #hero-description {

        font-size: 1rem;

    }

}



/*

 * --- KEYFRAME ANIMATION DEFINITION ---

 * This defines the animation steps.

 * 'from' state: element is moved down by 20px and is transparent.

 * 'to' state: element is in its original position and fully visible.

 */

@keyframes fadeInUp {

    from {

        transform: translateY(20px);

        opacity: 0;

    }

    to {

        transform: translateY(0);

        opacity: 1;

    }

}



/*------------------section 2------------------*/





/* This ID ensures styles are unique to this section */
#contact-us-section {
    padding: 60px 20px;
    text-align: center;
}

#contact-us-section .contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Header styles */
#contact-us-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #222;
    text-align: center;
}

#contact-us-section .section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px auto;
        text-align: center;

}

/* Grid layout for the office cards */
#contact-us-section .office-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 40px;
    text-align: left;
}

/* Individual card styling */
.office-card {
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

    /* Styles for fade-in animation */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        text-align: center;

}

/* When the card becomes visible, it will fade in */
.office-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.office-card h3 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

/* Icon styled with CSS */
.office-card .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #333;
    margin: 0 auto 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* This creates the inner location pin icon shape */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="32px" height="32px"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.office-card address,
.office-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-style: normal;
    margin-bottom: 12px;
}

.office-card p:last-child {
    margin-bottom: 0;
}

.office-card a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

.office-card a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.office-card strong {
    color: #333;
}


/* ==================================================== */
/* Responsive Design 📱                  */
/* ==================================================== */

/* On screens smaller than 768px, stack the cards vertically */
@media (max-width: 768px) {
    #contact-us-section .section-header h2 {
        font-size: 2rem;
    }

    #contact-us-section .office-cards-wrapper {
        grid-template-columns: 1fr; /* Single column layout */
        justify-content: center;
    }

    .office-card {
        padding: 25px;
    }
}


/*----------------secton 3------------------*/





/* Section Container */
#faq-section {
    padding: 60px 20px; /* Vertical and horizontal padding */
}

.faq-container {
    max-width: 1100px;
    margin: 0 auto; /* Center the container */
    text-align: center;
}

/* Headings and Description */
.faq-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.faq-title {
    font-size: 36px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px 0;
}

.faq-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

/* FAQ Grid Layout */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns on desktop */
    gap: 20px; /* Space between columns and rows */
    text-align: left;
}

/* Individual FAQ Item Styling */
.faq-item {
    background-color: #f7f7f7;
    border-radius: 4px; /* Slightly rounded corners */
}

/* Question Button Styling */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: left;
}

.faq-question:hover {
    color: #000;
}

/* Arrow Icon Styling and Rotation */
.faq-arrow {
    transition: transform 0.3s ease; /* Smooth rotation */
}

/* Answer Panel Styling */
.faq-answer {
    max-height: 0; /* Initially hidden */
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; /* Smooth expansion */
    padding: 0 20px; /* Horizontal padding, vertical added by JS toggle */
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    text-align: justify;

}

.faq-answer p {
    margin: 0;
    padding-bottom: 18px; /* Consistent spacing when open */
}

/* Active State for Accordion */
.faq-item.active .faq-arrow {
    transform: rotate(180deg); /* Rotate arrow when active */
}

/* ====================================================== */
/* ========= Responsive Design (Mobile) ================= */
/* ====================================================== */

@media (max-width: 768px) {
    .faq-title {
        font-size: 28px;
    }

    .faq-grid {
        grid-template-columns: 1fr; /* Stack columns into one on mobile */
    }
}