

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
html,
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif !important;
 width: 100%;
overflow-x: hidden;
}







/* ===============================
   ABOUT US PAGE BANNER
================================= */

.gv-page-banner {
    position: relative;
    width: 100%;
    height: 420px;
    background: url('../images/hrori-slider-1.webp') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark overlay */
.gv-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Content */
.gv-banner-content {
    position: relative;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    padding: 20px;
}

.gv-banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gv-banner-content p {
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0.9;
}

/* Breadcrumb */
.gv-breadcrumb {
    font-size: 15px;
}

.gv-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.gv-breadcrumb span {
    margin: 0 6px;
    color: #8bc34a;
}

.gv-breadcrumb .active {
    color: #8bc34a;
    font-weight: 600;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {
    .gv-page-banner {
        height: 360px;
    }

    .gv-banner-content h1 {
        font-size: 38px;
    }

    .gv-banner-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .gv-page-banner {
        height: 300px;
    }

    .gv-banner-content h1 {
        font-size: 28px;
    }

    .gv-banner-content p {
        font-size: 14px;
    }
}






/* ==============================
   CONTACT INFO SECTION
================================ */

.gv-contact-info {
    padding: 80px 0;
    background: #ffffff;
}

.contact-info-box {
    padding: 30px 15px;
}

.icon-circle {
    width: 90px;
    height: 90px;
    background: #7fbf2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.icon-circle i {
    font-size: 36px;
    color: #ffffff;
}

.contact-info-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.contact-info-box p {
    font-size: 16px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
    .contact-info-box {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .icon-circle {
        width: 75px;
        height: 75px;
    }

    .icon-circle i {
        font-size: 30px;
    }

    .contact-info-box h4 {
        font-size: 20px;
    }
}






  .contact-form-section {
        padding: 60px 0;
    }

    .contact-form-grid {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 40px;
        align-items: center;
    }

    .contact-form-box {
        background: #f2f9f0;
        padding: 40px;
        border-radius: 20px;
    }

    .contact-title {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 25px;
    }

    .contact-title span {
        color: #1cab3e;
    }

    .two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 15px;
    }

    input,
    textarea,
    select {
        width: 100%;
        padding: 14px;
        border-radius: 10px;
        border: 1px solid #ccc;
        background: #fff;
        font-size: 16px;
        outline: none;
    }

    .multi-select-wrapper {
        margin-bottom: 20px;
    }

    .multi-select-wrapper label {
        font-weight: 700;
        display: block;
        margin-bottom: 6px;
    }

    .multi-select {
        height: 120px;
    }

    .select-note {
        display: block;
        font-size: 13px;
        margin-top: 5px;
        color: #777;
    }

    textarea {
        margin-bottom: 20px;
    }

    .send-btn-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .send-message-btn {
        background: #3a3a3c;
        color: #fff;
        padding: 14px 32px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 700;
        border: none;
        cursor: pointer;
    }

    .send-icon {
        width: 45px;
        height: 45px;
        background: #073b4c;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }



    .contact-img-box {
        width: 100%;
        height: 650px;
        border-radius: 20px;
        position: relative;
    }

    .contact-img-box iframe {
        width: 100%;
        height: 100%;

        border-radius: 20px;
    }


    /* RESPONSIVE */
    @media (max-width: 992px) {
        .contact-info-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .contact-form-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 576px) {
        .contact-info-grid {
            grid-template-columns: 1fr;
        }

        .contact-title {
            font-size: 28px;
        }

        .two-col {
            grid-template-columns: 1fr;
        }
    }



    .service-select-wrapper {
        position: relative;
        margin-bottom: 20px;
    }

    .service-select {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .service-tags {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }

    .service-tag {
        background: #1cab3e;
        color: #fff;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: default;
    }

    .service-tag i {
        cursor: pointer;
        font-size: 12px;
    }

    .service-dropdown {
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 12px;
        border: 1px solid #ddd;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
        padding: 15px;
        display: none;
        max-height: 260px;
        overflow-y: auto;
        z-index: 99;
    }

    .service-dropdown.open {
        display: block;
    }

    .service-option {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        padding: 8px 0;
    }

    .service-option input {
        display: none;
    }

    .checkmark {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        border: 2px solid #1cab3e;
    }

    .service-option input:checked+.checkmark {
        background: #1cab3e;
    }













    /* ================= SUCCESS PAGE ================= */

.contact-success-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8fbf4, #ffffff);
    padding: 60px 15px;
}

.success-box {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* ICON */
.success-icon {
    width: 90px;
    height: 90px;
    background: #7dbd21;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 42px;
}

/* TITLE */
.success-box h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

/* MESSAGE */
.success-message {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* ACTION BUTTONS */
.success-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.success-actions a {
    text-decoration: none;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s ease;
}

/* HOME BUTTON */
.btn-home {
    background: #7dbd21;
    color: #fff;
}

.btn-home:hover {
    background: #6aa61d;
}

/* CONTACT BUTTON */
.btn-contact {
    border: 2px solid #7dbd21;
    color: #7dbd21;
    background: transparent;
}

.btn-contact:hover {
    background: #7dbd21;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .success-box {
        padding: 40px 25px;
    }

    .success-box h1 {
        font-size: 28px;
    }

    .success-message {
        font-size: 16px;
    }
}


.contact-info-box p a {
    color: #777;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-box p a:hover {
    color: #7dbd21;
}
