.contact--hero {
    padding: 0px 70px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F9E7D6, #ffffff)

}

.contact--hero-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 190px;
    border-bottom: 1px solid #5f5a55;
}


.contact--hero-text {
    padding-bottom: 68px;
}

.contact--hero-text h2 {
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    font-family: "LT Superior Serif", serif;
    color: #000000;
}

.contact--hero-text p {
    max-width: 750px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.contact--hero-image {
    display: flex;
      margin-right: -70px;
}

.contact--hero-image img {
    display: block;
    width: 100%;
    max-width: 577px;
    height: auto;
    object-fit: contain;
}

.get--in--touch {
    padding: 65px 70px;
    background: linear-gradient(0deg, #e8ede8 0%, #F9E7D6 29%, #FFFFFF 60%);   
}

.get--in--touch-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 130px;
    align-items: start;
}


.get--in--touch-left h2 {
    padding-bottom: 20px;
    font-family: "LT Superior Serif", serif;
    font-size: 40px;
    font-weight: 400;
    color: #000000;
}

.contact--form {
    width: 100%;
}

.form--group {
    width: 100%;
    border-bottom: 1px solid #5f5a55;
    margin-bottom: 30px;
}

.form--group input,
.form--group textarea {
    width: 100%;
    padding: 0 0 9px;

    border: none;
    outline: none;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
}

.form--group input::placeholder,
.form--group textarea::placeholder {
    color: #000;
    opacity: 1;
}

.form--group textarea {
    display: block;
    height: 48px;
    resize: none;
}

.phone--group {
    position: relative;
    display: block;
}

.phone--group .iti {
    width: 100%;
    display: block;
}


/* Phone number input */
.phone--group .iti input {
    width: 100%;
    height: 40px;

    padding-top: 0;
    padding-bottom: 9px;

    border: none;
    outline: none;
    background: transparent;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}


/* Remove plugin grey background */
.phone--group .iti__country-container {
    background: transparent;
}


/* Country selector */
.phone--group .iti__selected-country {
    background: transparent !important;
    border: none !important;

    padding: 0 12px 9px 0;

    font-family: "Inter", sans-serif;

    cursor: pointer;
}


/* Remove grey hover */
.phone--group .iti__selected-country:hover,
.phone--group .iti__selected-country:focus {
    background: transparent !important;
}


/* Flag */
.phone--group .iti__flag {
    margin-right: 8px;
}


/* +91 */
.phone--group .iti__selected-dial-code {
    margin-left: 0;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;

    color: #000;
}


/* Arrow */
.phone--group .iti__arrow {
    margin-left: 8px;
}


/* Add separator after country code */
.phone--group .iti__selected-country::after {
    content: "";
    width: 1px;
    height: 22px;

    background: #b5b5b5;

    margin-left: 12px;
}


/* =========================================
   COUNTRY DROPDOWN
========================================= */

.phone--group .iti__dropdown-content {
    font-family: "Inter", sans-serif;
    font-size: 13px;
}

.phone--group .iti__country-list {
    font-family: "Inter", sans-serif;
    font-size: 13px;
}


/* Country search */
.phone--group .iti__search-input {
    font-family: "Inter", sans-serif;
    font-size: 13px;

    padding: 10px;

    outline: none;
}


/* Country name */
.phone--group .iti__country-name {
    font-family: "Inter", sans-serif;
    font-size: 13px;
}


/* Country dial code inside dropdown */
.phone--group .iti__dial-code {
    font-family: "Inter", sans-serif;
    font-size: 13px;
}
/* =========================================
   COUNTRY DROPDOWN SEARCH FIX
========================================= */

.phone--group .iti__search-input {
    width: 100%;
    height: 42px;

    padding: 10px 15px 10px 42px !important;

    font-family: "Inter", sans-serif;
    font-size: 14px;

    color: #000;
    background: #fff;

    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;

    box-sizing: border-box;
}


/* Search icon */

.phone--group .iti__search-icon {
    left: 14px !important;
    right: auto !important;

    width: 16px;
    height: 16px;

    pointer-events: none;
}


/* Search area */

.phone--group .iti__search-input-container {
    position: relative;
    background: #fff;
}


/* Dropdown */

.phone--group .iti__dropdown-content {
    border: 1px solid #ddd;
    border-radius: 4px;

    background: #fff;

    overflow: hidden;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}


/* Country rows */

.phone--group .iti__country {
    padding: 10px 12px;
}


/* Hover / selected country */

.phone--group .iti__country.iti__highlight {
    background: #f4f4f4;
}

.captcha--box {
    width: 180px;
    height: 50px;

    margin-top: 20px;
    margin-bottom: 14px;

    background: #f5f5f5;
    border: 1px solid #d5d5d5;
}


.submit--enquiry {
    width: 180px;
    height: 50px;
    border: none;
    background: #000;
    color: #fff;
    font-family: "LT Superior Serif", serif;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit--enquiry:hover {
    background: #333;
}

.get--in--touch-right {
    width: 100%;
}

.contact--map {
    width: 100%;
    overflow: hidden;
}
.contact--map iframe {
    display: block;
    width: 100%;
    min-height: 380px;
    border: 0;
}

.reach--us {
    margin-top: 28px;
    padding: 30px 25px;
   background: #FFFFFF4D;
}

.reach--us h3 {
    margin: 0 0 30px;
    font-family: "LT Superior Serif", serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.reach--us p {
    margin: 0 0 10px;
    font-family: "LT Superior Serif", serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.reach--details {
    display: flex;
    align-items: center;
    gap: 45px;
}

.reach--details a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "LT Superior Serif", serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.reach--details a:hover {
    text-decoration: underline;
}

/* =========================================
   COUNTRY DROPDOWN SEARCH FIX
========================================= */

.phone--group .iti__search-input {
    width: 100%;
    height: 42px;

    padding: 10px 15px 10px 42px !important;

    font-family: "Inter", sans-serif;
    font-size: 14px;

    color: #000;
    background: #fff;

    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;

    box-sizing: border-box;
}


/* Search icon */

.phone--group .iti__search-icon {
    left: 14px !important;
    right: auto !important;

    width: 16px;
    height: 16px;

    pointer-events: none;
}


/* Search area */

.phone--group .iti__search-input-container {
    position: relative;
    background: #fff;
}


/* Dropdown */

.phone--group .iti__dropdown-content {
    border: 1px solid #ddd;
    border-radius: 4px;

    background: #fff;

    overflow: hidden;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}


/* Country rows */

.phone--group .iti__country {
    padding: 10px 12px;
}


/* Hover / selected country */

.phone--group .iti__country.iti__highlight {
    background: #f4f4f4;
}

@media (max-width: 1280px) {
    .get--in--touch-wrapper {
        gap: 80px;
    }
}
@media (max-width: 768px) {

    .contact--hero {
        padding: 0 15px;
        overflow: hidden;
    }

    .contact--hero-content {
        display: flex;
        padding-top: 120px;
    }

    .contact--hero-text {
        padding-bottom: 20px;
    }

    .contact--hero-text h2 {
        font-size: 34px;
        line-height: 1;
        margin: 0 0 20px;
    }

    .contact--hero-text p {
        max-width: 100%;
        font-size: 13px;
        margin: 0;
    }

    .contact--hero-image {
   display: none;
    }



    /* =========================
       GET IN TOUCH
    ========================= */

    .get--in--touch {
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .get--in--touch-wrapper {
        display: block;
    }

    .get--in--touch-left {
        width: 100%;
    }

    .get--in--touch-right {
        width: 100%;
        margin-top: 20px;
    }

    .get--in--touch-left h2 {
        margin: 0;
        padding-bottom: 15px;
        font-size: 32px;
    }

    .contact--form {
        width: 100%;
    }

    .form--group {
        width: 100%;
        margin-bottom: 20px;
    }

    .form--group input,
    .form--group textarea {
        font-size: 14px;
    }

    .form--group textarea {
        height: 45px;
    }

    .phone--group {
        display: flex;
        align-items: center;
    }

    .country--code {
        flex-shrink: 0;
        gap: 5px;
        margin-right: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .country--arrow {
        font-size: 14px;
    }

    .phone--group input {
        min-width: 0;
        font-size: 14px;
    }

    .captcha--box {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .submit--enquiry {
        width: 180px;
        height: 48px;
    }




    /* =========================
       REACH US
    ========================= */

    .reach--us {
        padding: 25px 15px;
    }

    .reach--us h3 {
        margin: 0 0 20px;
        font-size: 13px;
    }

    .reach--us p {
        font-size: 13px;
        line-height: 1.5;
    }

    .reach--details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .reach--details a {
        font-size: 13px;
    }
}