 .contact-page-body{background: #fff;}
 #contact-banner {
    width: 100%;
    height: 470px;
}
.contact-image-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#contact-banner .home-bnr-display-block {
    display: block !important;
    width: 100%;
    height: 470px;
}


/* Main Section */
.contact-bottom-section {
    width: 100%;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
}
.contact-bnr{margin-bottom: 0px !important;bottom: 20px !important;}
.contact-bnr em{
    color: #9dd0ff;
    font-style: normal;
    letter-spacing: 1.5px;
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
}
    .contact-bnr p {
        font-size: 18px;
        margin: 5px 20px 0px 0px !important;
        font-weight: 300 !important;
    }
    .contact-bnr h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

/* Contact Boxes */
.contact-bottom-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}
.whatsapp-icon {
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
}
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 45px;
    padding: 0 25px;

    background: #00a651;
    color: #fff;

    border-radius: 6px;
    text-decoration: none;

    font-size: 15px;
    font-weight: 700;
}

/* Common Box */
.contact-box {
    width: 32.5%;
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ff4444ad !important;
    border: 0 !important;
    padding: 8px 18px !important;
    box-sizing: border-box;
    width: auto !important;
    justify-content: left !important;
    border-radius: 7px;
    text-decoration: none;
    text-align: left !important;

    transition: all 0.3s ease;
}
.bnr-email-btn{
      background: #fff !important;
    border: #fff !important;
}


/* Call */
.call-box {
    background: #063d68;
    color: #fff;
}


/* WhatsApp */
.whatsapp-box {
        background: #00a6519c !important;
    color: #fff;
}


/* Email */
.email-box {
    background: #fff;
    color: #071f59;
}


/* Icon */
.contact-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Icon Text */
.contact-icon span {
    font-size: 34px;
    line-height: 1;
}


/* Contact Text */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


/* Heading */
.contact-info strong {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}


/* Small Text */
.contact-info small {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}


/* Hover */
.contact-box:hover {
    transform: translateY(-2px);
}


/* Bottom Location */
.contact-location {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px 0 0;
}


/* Left Text */
.location-left {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #b7c3d9;
}


/* Separator */
.location-left span {
    margin: 0 8px;
}


/* Right Text */
.location-right {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .contact-bottom-section {
        padding: 0;
    }

    .contact-box {
        padding: 8px 12px;
        gap: 8px;
    }

    .contact-icon {
        width: 32px;
        min-width: 32px;
    }

    .contact-icon span {
        font-size: 28px;
    }

    .contact-info strong {
        font-size: 14px;
    }

    .contact-info small {
        font-size: 14px;
    }

    .location-left {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .location-right {
        font-size: 10px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .contact-bottom-section {
        padding: 0px;
    }

    .contact-bottom-inner {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .contact-box {
        width: 100%;
        min-height: 48px;
        padding: 8px 20px 8px 8px !important;
    }

    .contact-icon {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }

    .contact-icon span {
        font-size: 29px;
    }

    .contact-info strong {
        font-size: 15px;
    }

    .contact-info small {
        font-size: 13px;
    }

    .contact-location {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-top: 18px;
    }

    .location-left {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .location-right {
        font-size: 10px;
        color: #fff;
        align-self: flex-end;
    }
}





@media (max-width: 767px) {
  .email-box{display: none !important;}
  #contact-banner .home-bnr-display-none {
        height: 60vh !important;
        width: 100%;
        display: block !important;
    }
  #contact-banner .home-bnr-display-block{display: none !important;}
  h2.h-section{font-size: 24px; line-height: 1.1;}
}



/* Contact Form CSS Start Here */

/* =========================================
   CONTACT AREA
========================================= */

.contact-area {
    width: 100%;
    padding: 45px 20px 60px;
    background: #ffffff;
    box-sizing: border-box;
}

.contact-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* =========================================
   COMMON SECTION LABEL
========================================= */

.section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.section-label span {
    width: 28px;
    height: 3px;
    display: inline-block;
    background: #d93d3d;
}

.section-label small {
    color: #293f70;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================================
   FORM
========================================= */
.contact-page-address-box{ width: 100%; display: flex; gap: 24px;}
.requirement-form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 35px;
    margin-bottom: 50px !important;
    padding: 20px 20px 16px;
    box-sizing: border-box;

    background: linear-gradient(
        135deg,
        #f3f9fd 0%,
        #eef7fc 100%
    );

    border-radius: 6px;
}


/* Form Heading */

.requirement-form h2,
.office-section h2 {
    margin: 0;
    color: #15305a;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 600;
}

.form-intro {
    margin: 3px 0 12px;
    color: #314564;
    font-size: 16px;
    line-height: 1.4;
}


/* Form Group */

.form-group {
    width: 49%;
    margin-bottom: 0px;
}
.width-100{width: 100% !important;}
.form-group label {
    display: block;
    margin-bottom: 3px;
    color: #334a78;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.form-group label b {
    color: #334a78;
}


/* Input + Select + Textarea */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;

    border: 1px solid #cad7e5;
    border-radius: 5px;

    background: #ffffff;
    color: #203967;

    font-size: 15px;
    font-family: Segoe UI, Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
    outline: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.form-group input,
.form-group select {
    height: 40px;
    padding: 0 16px;
}

.form-group textarea {
    min-height: 80px;
    padding: 9px 16px;
    resize: vertical;
    line-height: 1.4;
}


/* Placeholder */

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #778499;
}


/* Focus */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #173d70;
    box-shadow: 0 0 0 2px rgba(23, 61, 112, 0.08);
}


/* Custom Select */

.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;

    width: 7px;
    height: 7px;

    border-right: 2px solid #203967;
    border-bottom: 2px solid #203967;

    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 38px;
}


/* =========================================
   SEND BUTTON
========================================= */

.send-btn {
    width: 30%;
    height: 45px;

    margin:0 auto;

    border: 0;
    border-radius: 5px;

    background: #063c62;
    color: #ffffff;
    font-family: Segoe UI, Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    font-size: 18px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.2s ease;
}

.send-btn .arrow {
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

.send-btn:hover {
    background: #092e4a;
    transform: translateY(-1px);
}


/* =========================================
   PRIVACY
========================================= */

.privacy-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    margin-top: 10px;

    color: #596b89;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
}

.lock-icon {
    font-size: 12px;
}


/* =========================================
   OFFICES
========================================= */

.office-section {
    width: 100%;
}

.office-section h2 {
    margin-top: 0;
}

.office-intro {
    margin: 3px 0 10px;

    color: #334a78;
    font-size: 14px;
    line-height: 1.45;
}


/* =========================================
   OFFICE CARD
========================================= */

.office-card {
    width: 100%;

    display: flex;
    align-items: flex-start;
    gap: 20px;

    padding: 14px 20px;

    margin-bottom: 10px;

    box-sizing: border-box;

    background: linear-gradient(
        135deg,
        #f5faff 0%,
        #eef8fd 100%
    );

    border: 1px solid #cfe2f2;
    border-radius: 6px;
}


/* Location Icon */

.office-location-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;

    margin-top: 2px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;
}

.office-location-icon svg {
    width: 25px;
    height: 25px;

    fill: #102e72;
}

.office-location-icon svg circle {
    fill: #ffffff;
}


/* Office Details */

.office-details {
    width: 100%;
    min-width: 0;
}

.office-details h3 {
    margin: 0 0 10px;

    color: #102b68;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.address {
    margin: 0;
    color: #334566;
    font-size: 13px;
    line-height: 1.35;
}


/* Divider */

.office-divider {
    width: 100%;
    height: 1px;

    margin: 10px 0 6px;

    background: #d7e1eb;
}


/* Phone */

.phone-number {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #102b68;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;
}

.phone-number svg {
    width: 19px;
    height: 19px;
    fill: #102b68;
}


/* =========================================
   OFFICE BUTTONS
========================================= */

.office-buttons {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 7px;
}

.office-btn {
    height: 38px;

    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    box-sizing: border-box;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 600;

    transition: all 0.25s ease;
}

.office-btn svg {
    width: 20px;
    height: 20px;
}


/* Call Button */

.call-btn {
    min-width: 144px;

    background: #063c62;
    color: #ffffff;
    border: 1px solid #063c62;
}

.call-btn svg {
    fill: #ffffff;
}

.call-btn:hover {
    background: #092e4a;
}


/* Directions Button */

.direction-btn {
    min-width: 160px;

    background: transparent;
    color: #102b68;

    border: 1px solid #9fb4d0;
}

.direction-btn svg {
    fill: #102b68;
}

.direction-btn:hover {
    background: #ffffff;
    border-color: #102b68;
}
.requirement-form form{
      display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}
.call-icon {
        width: 30px;
    height: 30px;
    fill: #ffffff;
}
.direction-btn {
    height: 38px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid #9fb4d0;
    border-radius: 5px;

    background: #fff;
    color: #102b68;

    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.location-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
/* =========================================
   TABLET
========================================= */

@media (min-width: 768px) {

    .contact-area {
        padding: 50px 35px 50px;
    }

    .requirement-form {
        max-width: 680px;
        padding: 22px 20px 17px;
    }

    .office-section {
        max-width: 1000px;
        margin: 0 auto;
    }

}


/* =========================================
   DESKTOP
========================================= */

@media (min-width: 1100px) {

    .contact-area {
        padding: 40px 40px 40px;
    }

    .contact-wrapper {
        /* display: grid; */
        grid-template-columns: 0.85fr 1fr;
        gap: 50px;
        align-items: start;
    }

    .requirement-form {
        max-width: none;
        margin: 0;
    }

    .office-section {
        max-width: none;
        margin: 0;
    }

    .office-card {
        padding: 16px 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    .contact-page-address-box{flex-wrap: wrap;gap: 0px;}
    .requirement-form form{gap: 0px;}
    .contact-area {
        padding: 25px 12px 40px;
    }

    .requirement-form {
        padding: 20px;
        margin-bottom: 45px;
    }

    .section-label {
        gap: 8px;
    }

    .section-label span {
        width: 25px;
    }

    .section-label small {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .requirement-form h2,
    .office-section h2 {
        font-size: 31px;
    }

    .form-intro {
        font-size: 16px;
        margin-bottom: 23px;
        line-height: 1.3;
        padding-top: 10px;
    }

    .form-group {
        margin-bottom: 18px;
        width: 100%;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-group input,
    .form-group select {
        height: 48px;
        font-size: 15px;
    }

    .form-group textarea {
        min-height: 100px;
        font-size: 15px;
    }

    .send-btn {
      width: 100%;
        height: 48px;
        font-size: 18px;
    }

    .privacy-note {
        font-size: 12px;
    }


    /* Office */

    .office-intro {
      font-size: 16px;
        line-height: 1.3;
        padding-bottom: 16px;
        padding-top: 8px;
    }

    .office-card {
        gap: 10px;
        padding: 16px 15px;
        margin-bottom: 9px;
    }

    .office-location-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .office-location-icon svg {
        width: 22px;
        height: 22px;
    }

    .office-details h3 {
        font-size: 20px;
    }

    .address {
        font-size: 15px;
        line-height: 1.3;
    }

    .phone-number {
        font-size: 13px;
        padding: 5px 0;
    }

    .phone-number svg {
        width: 17px;
        height: 17px;
    }

    .office-buttons {
        gap: 8px;
        width: 100%;
    }

    .office-btn {
        flex: 1;
        min-width: 0;
        height: 38px;
        padding: 0 8px;
        gap: 6px;
        font-size: 14px;
    }

    .office-btn svg {
        width: 20px;
        height: 20px;
    }

}

@media (max-width: 390px) {
.office-btn{font-size: 13px;}
}
/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 380px) {
    
    .contact-area {
        padding-left: 8px;
        padding-right: 8px;
    }

    .requirement-form {
        padding-left: 12px;
        padding-right: 12px;
    }

    .office-card {
        padding-left: 8px;
        padding-right: 8px;
    }

    .office-location-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .office-location-icon svg {
        width: 19px;
        height: 19px;
    }

    .office-details h3 {
        font-size: 15px;
    }

    .address {
        font-size: 11px;
    }

    .office-btn {
        font-size: 10px;
    }

}