/* Hero Image Section */

.hero-static {
    position: relative;
    width: 100%;
    height: 490px;
    overflow: visible;
}

.hero-static .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 0 24px 24px;
}

.hero-static .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.hero-static .hero-overlay .hero-title {
    color: white;
    text-transform: uppercase;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.hero-static .hero-caption {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1290px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    padding: 40px 65px;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    text-align: justify;
    box-shadow: 0px 40px 70px 0px #1C261E14;
    backdrop-filter: blur(30px);
    border: 2px solid white;
}


/* Contact Section */

.contact-section {
    padding: 50px 0 100px;
    position: relative;
    background: url('../images/bg-features-section.svg') no-repeat center center;
    background-size: cover;
}

.contact-section .container {
    max-width: 1220px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    height: auto;
    position: relative;
}

.contact-section .contact-left {
    width: 420px;
    position: relative;
    z-index: 2;
}

.contact-section .contact-left h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--dark-brown);
    margin-bottom: 30px;
}

.contact-section .contact-left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.contact-section .social-icons {
    display: flex;
    justify-content: start;
    gap: 15px;
    margin: 40px 0;
}

.contact-section .social-icons a {
    background-color: rgba(174, 153, 78, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.contact-section .social-icons a img {
    width: 20px;
    height: 20px;
}

.contact-section .contact-box {
    background: rgba(174, 153, 74, 0.05);
    padding: 30px 30px 15px;
    border-radius: 30px;
    box-shadow: 0px 10px 60px 0px #0000001A;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(100px);
}

.contact-section .contact-box:hover {
    background: rgba(174, 153, 74, 0.1);
    box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}

.contact-section .contact-box strong {
    color: var(--text-light);
    margin-bottom: 5px;
    display: inline-block;
}

.contact-box a {
    color: inherit!important;
    text-decoration: none;
}

.contact-section .contact-box p {
    margin-bottom: 25px;
}

.contact-section .contact-box p:last-child {
    margin-bottom: 20px;
}

.contact-section .contact-right {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 40px 70px 0px #1C261E14;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 30px 45px;
    width: 720px;
    position: relative;
    z-index: 2;
}

.contact-section .contact-right form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-section .contact-right .form-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.contact-section .contact-right .form-row .group {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px
}

.contact-section .contact-right .form-row .group label {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-dark);
}

.contact-section .contact-right .form-row input,
.contact-section .contact-right textarea {
    flex: 1;
    padding: 10px 30px;
    border: 1px solid #D4D2E3;
    border-radius: 30px;
    font-size: 14px;
}

.contact-section .contact-right textarea {
    min-height: 164px;
}

.contact-section .contact-right .phone-field {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
}

.contact-section .contact-right .phone-field input {
    padding: 10px 10px 10px 30px;
    flex: 1 1 0%;
    min-width: 0;
    width: 0;
}

.contact-section .contact-right .phone-field .bootstrap-select img {
    width: 33px;
    height: 22px;
    border-radius: 6px;
}

.contact-section .contact-right .phone-field .bootstrap-select {
    flex-shrink: 0;
}

.contact-section .contact-right .phone-field .bootstrap-select>.dropdown-toggle {
    padding: 9px 21px;
    border: 1px solid #D4D2E3;
    border-radius: 30px 0 0 30px;
    background: #fff;
    font-size: 14px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}

.contact-section .contact-right .phone-field .dropup .dropdown-toggle::after {
    margin-left: 10px !important;
    content: url(../images/icons/chevron-down.svg) !important;
    border: 0 !important;
    transform: rotate(180deg);
}

.contact-section .contact-right .phone-field .dropdown-item.active {
    background-color: transparent!important;
}

.contact-section .contact-right .phone-field input {
    margin-left: -30px !important;
}

/* RTL (arabe) : l'ordre visuel s'inverse (indicatif à droite),
   on inverse donc le sens des arrondis et du chevauchement. */
html[dir="rtl"] .contact-section .contact-right .phone-field .bootstrap-select>.dropdown-toggle {
    border-radius: 0 30px 30px 0;
}

html[dir="rtl"] .contact-section .contact-right .phone-field input {
    padding: 10px 30px 10px 10px;
    margin-left: 0 !important;
    margin-right: -30px !important;
}

.contact-section .contact-right button[type="submit"] {
    background: var(--primary-gold);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    width: 194px;
    height: 46px;
    border: 0;
    border-radius: 30px;
    box-shadow: 0px 46px 60px -33px #0000001A;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: end;
}

.contact-section .contact-right button[type="submit"]:hover {
    box-shadow: 0 15px 30px rgba(168, 134, 26, 0.5);
}

.contact-section .contact-right ::placeholder {
    color: #BBBBBB
}

.contact-section .contact-map {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -125px;
}

.contact-section .contact-map img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1280px) and (max-width: 1400px) {
    .contact-section .container {
        max-width: 1200px;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .contact-section .container {
        max-width: 950px;
    }
    .contact-section .contact-left {
        width: 350px;
    }
    .contact-section .contact-right {
        width: 550px;
        padding: 20px;
    }
    .contact-section .contact-box {
        padding: 20px;
    }
    .contact-section .contact-right .form-row input,
    .contact-section .contact-right textarea {
        padding: 15px;
    }
    .contact-section .contact-right .phone-field input {
        padding: 15px 0 15px 40px;
    }
    .contact-section .contact-right .phone-field .bootstrap-select>.dropdown-toggle {
        padding: 14px;
    }
    .contact-section .contact-map {
        margin-top: -75px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contact-section .container {
        max-width: 750px;
    }
    .contact-section .contact-left {
        width: 250px;
    }
    .contact-section .contact-right {
        width: 475px;
        padding: 20px 15px;
    }
    .contact-section .contact-left h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact-section .social-icons {
        margin: 20px 0;
    }
    .contact-section .contact-box {
        padding: 20px;
    }
    .contact-section .contact-right .form-row input,
    .contact-section .contact-right textarea {
        padding: 15px 10px;
    }
    .contact-section .contact-right .phone-field .bootstrap-select>.dropdown-toggle {
        padding: 12px 8px;
        font-size: 16px;
    }
    .contact-section .contact-right .phone-field .bootstrap-select img {
        width: 25px;
        height: 17px;
    }
    .contact-box a {
        word-break: break-word;
    }
    .contact-section .contact-map {
        margin-top: -75px;
    }
    .contact-section .contact-right .form-row input,
    .contact-section .contact-right textarea {
        font-size: 12px;
    }
    .contact-section .contact-right .form-row {
        gap: 15px;
        flex-direction: column;
    }
    .contact-section .contact-right .form-row .group {
        width: 100%;
    }
    .contact-section .contact-right .phone-field {
        width: unset;
    }
    .contact-section .contact-right button[type="submit"] {
        width: 160px;
        height: 48px;
        font-size: 16px;
    }
    .contact-section .contact-right .phone-field input {
        margin-left: -12px !important;
        padding: 15px 0 15px 40px;
    }
}

@media (max-width: 767px) {
    .hero-static {
        height: 750px;
        margin-top: -60px;
        margin-bottom: 50px;
    }
    .hero-static .hero-caption {
        bottom: -15%;
        max-width: 90%;
        padding: 20px 16px;
        font-size: 16px;
        text-align: center;
    }
    .hero-static .hero-overlay .hero-title {
        font-size: 36px;
        line-height: 120%;
    }
    .contact-section {
        padding: 0;
        margin-top: -15px;
    }
    .contact-section .container {
        max-width: 90%;
        flex-direction: column;
        gap: 40px
    }
    .contact-section .contact-left {
        width: 100%;
    }
    .contact-section .contact-left h2 {
        font-size: 24px;
        text-align: center;
    }
    .contact-section .contact-left p {
        font-size: 18px;
        line-height: 25px;
    }
    .contact-section .social-icons {
        justify-content: center;
        margin: 20px 0 30px;
    }
    .contact-section .contact-box p {
        font-size: 15px;
        line-height: 20px;
    }
    .contact-section .contact-box {
        padding: 25px 30px 5px;
    }
    .contact-section .contact-box strong {
        margin-bottom: 3px;
    }
    .contact-section .contact-box p {
        margin-bottom: 18px;
    }
    .contact-section .contact-right {
        width: 100%;
        padding: 25px;
        margin-bottom: 100px
    }
    .contact-section .contact-right .form-row {
        gap: 20px;
        flex-direction: column;
    }
    .contact-section .contact-right .form-row .group {
        width: 100%;
    }
    .contact-section .contact-right .form-row .phone-field input {
        padding: 10px 12px;
        border-radius: 0 30px 30px 0;
        flex: 1;
        min-width: 0;
        width: auto;
    }

    .contact-section .contact-right .phone-field .bootstrap-select>.dropdown-toggle {
        padding: 9px 10px;
    }

    .contact-section .contact-right .phone-field {
        width: unset;
    }
    .contact-section .contact-right button[type="submit"] {
        align-self: center;
        width: 100%;
    }
    .contact-section .contact-right .phone-field input {
        margin-left: -10px !important;
    }
    .contact-section .contact-map {
        /* width: 100%;
        height: 600px;
        overflow: hidden; */
        display: none;
    }
    /* .contact-section .contact-map img {
        width: 400%;
        height: auto;
        position: absolute;
        top: -130px;
        left: -600px;
        z-index: -1;
    } */
}
