/* ==============================================
 Contact page
============================================== */

/* Flatpickr ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Happy Egypt theme */
.flatpickr-calendar {
    padding: 10px;
    border: 1px solid rgba(183, 120, 0, .2);
    border-radius: 6px 22px 6px 22px;
    background: #fffdf9;
    box-shadow: 0 22px 55px rgba(42, 31, 15, .2);
}

.flatpickr-calendar::before,
.flatpickr-calendar::after {
    display: none
}

.flatpickr-months {
    padding: 5px 0 8px
}

.flatpickr-months .flatpickr-month {
    color: #211c15;
    fill: #211c15
}

.flatpickr-current-month {
    padding-top: 4px;
    font-size: .95rem;
    font-weight: 800
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-weight: 800
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    top: 7px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border-radius: 50%;
    color: #211c15 !important
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #211c15 !important;
    background: var(--second-color)
}

.flatpickr-weekdays {
    margin-top: 4px
}

span.flatpickr-weekday {
    color: #a36d08;
    font-size: .67rem;
    font-weight: 800;
    text-transform: uppercase
}

.flatpickr-day {
    border-radius: 4px 10px 4px 10px;
    color: #393229;
    font-weight: 600
}

.flatpickr-day:hover,
.flatpickr-day:focus {
    border-color: #fff1d4;
    background: #fff1d4
}

.flatpickr-day.today {
    border-color: var(--second-color);
    color: #8a5b03
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    border-color: var(--second-color);
    color: #17130e;
    background: var(--second-color)
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 50, 41, .25)
}

/* Traveler counters */
.traveler-stepper {
    display: grid;
    min-width: 0;
    padding: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5dccf;
    border-radius: 4px 14px 4px 14px;
    background: #fbf9f5
}

.traveler-stepper__label {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px
}

.traveler-stepper__label>i {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border-radius: 50%;
    color: #17130e;
    background: rgba(242, 173, 41, .3);
    font-size: .7rem
}

.traveler-stepper__label span {
    display: grid;
    gap: 2px
}

.traveler-stepper__label strong {
    color: #302a22;
}

.traveler-stepper__label small {
    color: #91887d;
}

.traveler-stepper__controls {
    display: grid;
    grid-template-columns: 30px 34px 30px;
    align-items: center
}

.traveler-stepper__controls button {
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 1px solid #ded3c3;
    border-radius: 50%;
    color: #2e2922;
    background: #fff;
    cursor: pointer
}

.traveler-stepper__controls button:hover:not(:disabled) {
    border-color: var(--second-color);
    color: #17130e;
    background: var(--second-color)
}

.traveler-stepper__controls button:disabled {
    opacity: .32;
    cursor: not-allowed
}

.contact-form .traveler-stepper__controls input[type=number] {
    width: 34px;
    height: 30px;
    padding: 0;
    border: 0;
    color: #211c15;
    background: transparent;
    box-shadow: none;
    text-align: center;
    appearance: textfield
}

.traveler-stepper__controls input::-webkit-inner-spin-button,
.traveler-stepper__controls input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none
}

/* ==============================================
 Tailor-made page
============================================== */
.he-tailor-hero .he-contact-hero__overlay {
background: linear-gradient(90deg, rgb(12 9 5 / 2%) 0%, rgb(12 9 5 / 26%) 46%, rgba(12, 9, 5, .08) 78%), linear-gradient(0deg, rgb(12 9 5 / 32%), transparent 55%);
}

.he-tailor-hero .he-contact-hero__quick strong {
    color: #fff;
}

.tailor-builder {
    position: relative;
    padding: 92px 0;
    overflow: clip;
    background: radial-gradient(circle at 95% 8%, rgba(242, 173, 41, .13), transparent 25%), linear-gradient(180deg, #fff, #faf6ee)
}

.tailor-builder__mark {
    position: absolute;
    top: 5px;
    right: -25px;
    color: rgba(24, 20, 14, .03);
    white-space: nowrap;
    pointer-events: none
}

.tailor-builder__intro {
    position: relative;
    z-index: 1;
    display: grid;
    margin-bottom: 45px;
    align-items: end;
    grid-template-columns: 1.1fr .9fr;
    gap: 50px
}

.tailor-builder__intro span,
.tailor-form-card__head>span {
    display: inline-block;
    margin-bottom: 12px;
    color: #a36d08;
    letter-spacing: .17em;
    text-transform: uppercase
}

.tailor-builder__intro h2 {
    color: #1e1a14;

    letter-spacing: -.04em
}

.tailor-builder__intro h2 em {
    color: #b77800;
    font-weight: 500
}

.tailor-builder__intro>p {
    margin: 0;
    color: #6c645a;
    font-size: .9rem;
    line-height: 1.75
}

.tailor-builder__layout {
    position: relative;
    z-index: 1;
    /* display: grid; */
    align-items: start;
    /* grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr); */
    gap: 24px
}

.tailor-steps {
    position: sticky;
    top: 104px;
    padding: 40px 34px;
    overflow: hidden;
    border-radius: 6px 30px 6px 30px;
    color: #fff;
    background: radial-gradient(circle at 100% 0, rgba(242, 173, 41, .2), transparent 30%), #17130e;
    box-shadow: 0 24px 55px rgba(34, 24, 12, .16)
}

.tailor-steps__eyebrow {
    color: var(--second-color);

    letter-spacing: .16em;
    text-transform: uppercase
}

.tailor-steps h3 {
    margin: 14px 0 28px;
    color: #fff;

}

.tailor-steps ol {
    display: grid;
    gap: 12px
}

.tailor-steps li {
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px 15px 4px 15px;
    background: rgba(255, 255, 255, .05)
}

.tailor-steps li>span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    color: #17130e;
    background: var(--second-color);

}

.tailor-steps li div {
    display: grid;
    gap: 4px
}

.tailor-steps li strong {
    color: #fff;
}

.tailor-steps li small {
    color: rgba(255, 255, 255, .56);
}

.tailor-steps__promise {
    display: flex;
    margin-top: 26px;
    padding-top: 23px;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, .13)
}

.tailor-steps__promise i {
    margin-top: 3px;
    color: var(--second-color)
}

.tailor-steps__promise p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: .68rem;
    line-height: 1.55
}

.tailor-steps__promise strong {
    color: #fff
}

.tailor-form-card {
    padding: 40px;
    border: 1px solid #e6dccd;
    border-radius: 6px 32px 6px 32px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 60px rgba(47, 34, 15, .1)
}

.tailor-form-card__head {
    position: relative;
    margin-bottom: 28px;
    padding-right: 120px
}

.tailor-form-card__head h3 {
    color: #211d17;
}

.tailor-form-card__head small {
    position: absolute;
    top: 8px;
    right: 0;
    color: #998f83;
}

@media(max-width:991.98px) {

    .tailor-builder__intro,
    .tailor-builder__layout {
        grid-template-columns: 1fr
    }

    .tailor-steps {
        position: relative;
        top: auto
    }
}

@media(max-width:575.98px) {
    .tailor-builder {
        padding: 60px 0
    }

    .tailor-builder__intro {
        gap: 20px
    }

    .tailor-steps,
    .tailor-form-card {
        padding: 27px 22px
    }

    .tailor-form-card__head {
        padding-right: 0
    }

    .tailor-form-card__head small {
        position: static;
        display: block;
        margin-top: 8px
    }
}

.he-contact-hero {
    position: relative;
    min-height: 500px;
    margin: 100px 18px 0;
    overflow: hidden;
    border-radius: 8px 42px 8px 42px;
    color: #fff;
    background: #17130e;
    isolation: isolate
}

.he-contact-hero__image,
.he-contact-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.he-contact-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center
}

.he-contact-hero__overlay {
    z-index: -1;
background: linear-gradient(90deg, rgb(12 9 5 / 0%) 0%, rgb(12 9 5 / 28%) 42%, rgba(12, 9, 5, .1) 75%), linear-gradient(0deg, rgba(12, 9, 5, .42), transparent 58%);
}

.he-contact-hero__inner {
    display: grid;
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 65px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px
}

.he-contact-hero__content {
    max-width: 760px
}

.he-contact-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 8px 13px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 99px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    letter-spacing: .11em;
    text-transform: uppercase
}

.he-contact-hero__eyebrow i {
    color: var(--second-color)
}

.he-contact-hero h1 {
    max-width: 750px;
    color: #fff;
    letter-spacing: -.045em
}

.he-contact-hero h1 em {
    display: block;
    color: var(--second-color);
    font-weight: 500
}

.he-contact-hero__content>p {
    max-width: 630px;
    margin: 24px 0 27px;
    color: rgba(255, 255, 255, .78);
    font-size: 1rem;
    line-height: 1.72
}

.he-contact-hero__breadcrumb {
    display: inline-flex;
    padding: 10px 14px;
    align-items: center;
    gap: 11px;
    border-left: 3px solid var(--second-color);
    background: rgba(255, 255, 255, .07);
}

.he-contact-hero__breadcrumb a {
    color: #fff;
    text-decoration: none
}

.he-contact-hero__breadcrumb>i,
.he-contact-hero__breadcrumb span {
    color: rgba(255, 255, 255, .58)
}

.he-contact-hero__quick {
    display: flex;
    min-width: 270px;
    padding: 20px;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px 24px 6px 24px;
    background: rgba(16, 12, 7, .58);
    backdrop-filter: blur(12px)
}

.he-contact-hero__quick>i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #17130e;
    background: var(--second-color)
}

.he-contact-hero__quick div {
    display: grid;
    gap: 3px
}

.he-contact-hero__quick small {
    color: rgba(255, 255, 255, .62);
    font: 700 .67rem Arial, sans-serif
}

.he-contact-hero__quick a {
    color: #fff;
    text-decoration: none
}

.contact-hub {
    position: relative;
    padding: 90px 0;
    overflow: clip;
    background: radial-gradient(circle at 4% 8%, rgba(242, 173, 41, .12), transparent 24%), linear-gradient(180deg, #fff, #faf6ee)
}

.contact-hub__mark {
    position: absolute;
    top: 0;
    right: -20px;
    color: rgba(24, 20, 14, .03);
    pointer-events: none
}

.contact-hub__heading {
    position: relative;
    z-index: 1;
    display: grid;
    margin-bottom: 44px;
    align-items: end;
    grid-template-columns: 1.15fr .85fr;
    gap: 50px
}

.contact-hub__heading span,
.contact-form-card__head>span,
.contact-map__head span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--second-color);
    letter-spacing: .16em;
    text-transform: uppercase
}

.tst-header strong {
    color: var(--second-color);
    letter-spacing: .16em;
    text-transform: uppercase
}


.contact-hub__heading h2,
.contact-map__head h2 {
    color: #1d1913;
    letter-spacing: -.035em
}

.contact-hub__heading h2 em {
    color: #b77800;
    font-weight: 500
}

.contact-hub__heading>p {
    margin: 0;
    color: #6d655b;
    font-size: .9rem;
    line-height: 1.75
}

.contact-hub__grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: start;
    grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr);
    gap: 24px
}

.contact-info,
.contact-form-card {
    border: 1px solid #e6dccd;
    border-radius: 6px 32px 6px 32px
}

.contact-info {
    position: sticky;
    top: 104px;
    padding: 42px 38px;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 100% 0, rgba(242, 173, 41, .2), transparent 28%), #17130e;
    box-shadow: 0 24px 55px rgba(29, 21, 12, .16)
}

.contact-info::after {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(255, 255, 255, .025);
    content: ""
}

.contact-info__eyebrow {
    color: #fff;

    letter-spacing: .16em;
    /* text-transform: uppercase */
}

.contact-info h3 {
    margin: 14px 0 16px;
    color: #fff;

}

.contact-info>p {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .65);
    font-size: .84rem;
    line-height: 1.72
}

.contact-info__list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px
}

.contact-info__list a {
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px 15px 4px 15px;
    color: #fff;
    background: rgba(255, 255, 255, .055);
    text-decoration: none
}

.contact-info__list a>i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 50%;
    color: #17130e;
    background: var(--second-color)
}

.contact-info__list a span {
    display: grid;
    gap: 3px;
    color: rgba(255, 255, 255, .82);

}

.contact-info__list a small {
    color: var(--second-color);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.contact-info__promise {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 26px;
    padding-top: 22px;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, .13)
}

.contact-info__promise>i {
    margin-top: 3px;
    color: var(--second-color)
}

.contact-info__promise span {
    color: rgba(255, 255, 255, .58);

}

.contact-info__promise strong {
    display: block;
    margin-bottom: 3px;
    color: #fff
}

.contact-form-card {
    padding: 38px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 24px 60px rgba(47, 34, 15, .1)
}

.contact-form-card__head {
    margin-bottom: 26px
}

.contact-form-card__head h3 {
    color: #211d17;

}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.contact-form__field {
    display: grid;
    gap: 7px
}

.contact-form__field--wide {
    grid-column: 1/-1
}

.contact-form__field>label,
.contact-form__travelers label {
    color: #71695f;

    letter-spacing: .06em;
    text-transform: uppercase
}

.contact-form input:not([type=checkbox]),
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid #e5dccf;
    border-radius: 4px 12px 4px 12px;
    outline: 0;
    color: #2c2720;
    background: #fbf9f5;
    font-size: .82rem;
    box-shadow: none;
    transform: none
}

.contact-form textarea {
    height: 88px;
    padding-top: 14px;
    resize: vertical
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--second-color);
    color: #2c2720;
    box-shadow: 0 0 0 4px rgba(242, 173, 41, .12);
    transform: none
}

.contact-form__phone {
    display: grid;
    grid-template-columns: 219px 1fr;
}

.contact-form__phone select {
    border-radius: 4px 0 0 12px
}

.contact-form__phone input {
    border-left: 0 !important;
    border-radius: 0 12px 4px 0 !important
}

.contact-form__travelers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.contact-form__travelers label span {
    display: grid;
    gap: 7px
}

.contact-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #756d63;

    cursor: pointer
}

.contact-form__consent input {
    width: 17px;
    height: 17px;
    margin-top: 1px;
    accent-color: var(--second-color)
}

.contact-form__submit {
    display: inline-flex;
    min-height: 52px;
    padding: 0 22px;
    justify-self: end;
    align-items: center;
    gap: 14px;
    border: 0;
    border-radius: 4px 14px 4px 14px;
    color: #17130e;
    background: var(--second-color);

    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer
}

.contact-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(183, 120, 0, .24)
}

.contact-map {
    padding: 76px 0 90px;
    background: #17130e;
    border-radius: 10px;
    height: 94%;
    background: var(--white-color);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px;
    margin-top: 27px;
    margin-bottom: 21px;
}

.contact-map__head {
    display: flex;
    margin-bottom: 30px;
    align-items: end;
    justify-content: space-between;
    gap: 30px
}

.contact-map__head h2 {
    /* color: #fff; */
    font-size: clamp(1.2rem, 2.6vw, 2.7rem);
}

.contact-map__head a {
    display: inline-flex;
    padding-bottom: 7px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--second-color);

    letter-spacing: .04em;
    text-decoration: none;

}

.contact-map__head a i {
    color: var(--second-color)
}

.contact-map__frame {
    position: relative;
    height: 480px;
    overflow: hidden;
    border: 7px solid rgba(255, 255, 255, .08);
    border-radius: 6px 34px 6px 34px
}

.contact-map__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.78) sepia(.08)
}

.contact-map__address {
    position: absolute;
    bottom: 22px;
    left: 22px;
    display: flex;
    max-width: 390px;
    padding: 16px 19px;
    align-items: center;
    gap: 13px;
    border-radius: 4px 18px 4px 18px;
    color: #fff;
    background: rgba(23, 19, 14, .92);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .25)
}

.contact-map__address>i {
    color: var(--second-color);
    font-size: 1.2rem
}

.contact-map__address span {
    display: grid;
    gap: 4px;

}

.contact-map__address small {
    color: var(--second-color);
    font-weight: 800;
    text-transform: uppercase
}

@media(max-width:991.98px) {

    .he-contact-hero__inner,
    .contact-hub__heading,
    .contact-hub__grid {
        grid-template-columns: 1fr
    }

    .he-contact-hero__quick {
        display: none
    }

    .contact-info {
        position: relative;
        top: auto;
        order: 2;
    }
}

@media(max-width:575.98px) {
    .he-contact-hero {
        min-height: 500px;
        margin: 92px 8px 0;
        border-radius: 6px 26px 6px 26px
    }

    .he-contact-hero__inner {
        min-height: 500px;
        padding-top: 70px
    }

    .he-contact-hero h1 {
        font-size: clamp(2rem, 12vw, 4.2rem);
    }

    .contact-hub {
        padding: 60px 0
    }

    .contact-hub__heading {
        gap: 20px
    }

    .contact-info,
    .contact-form-card {
        padding: 27px 22px
    }

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

    .contact-form__field--wide {
        grid-column: auto
    }

    .contact-form__travelers {
        grid-template-columns: 1fr
    }

    .contact-form__submit {
        width: 100%;
        justify-content: center
    }

    .contact-map {
        padding: 5px 18px;
    }

    .contact-map__head {
        align-items: flex-start;
        flex-direction: column
    }

    .contact-map__frame {
        height: 420px;
        /* width: 100%; */
    }

    .contact-map__address {
        right: 12px;
        bottom: 12px;
        left: 12px
    }
}
