.recipe-img-wrapper {
    width: 160px;
    overflow: hidden;
}


@font-face {
    font-family: "Gotham Book";
    /* apna naam rakh lo */
    src: url("/assets/custom/font/Gotham-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* fast loading */
}

@font-face {
    font-family: "Gotham Bold";
    /* apna naam rakh lo */
    src: url("/assets/custom/font/Gotham-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* fast loading */
}

@font-face {
    font-family: "Gotham Medium";
    /* apna naam rakh lo */
    src: url("/assets/custom/font/Gotham-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* fast loading */
}

.my-heading {
    text-align: center;
    /* font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif; */
    font-size: 60px;
    line-height: 110%;
    margin: 0;
    color: #3c2735;
    padding-top: 20px;
}

.my-para {
    text-align: center;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
    font-size: 16px;
    margin: 0;
    color: #3c2735;
    margin-top: 5px;
}

/* .d-flex {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
} */

.input-form {
    width: -webkit-fill-available;
    padding: 10px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
    color: #99a1b7;

}

.input-form {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.input-form::placeholder {
    font-weight: 300;

    color: #b5bccf;
    /* lighter than input text */
    opacity: 1;
    /* important for Firefox */
}

/* Browser support */
.input-form::-webkit-input-placeholder {
    color: #b5bccf;
}

.input-form::-moz-placeholder {
    color: #b5bccf;
}

.input-form:-ms-input-placeholder {
    color: #b5bccf;
}

.input-form:-moz-placeholder {
    color: #b5bccf;
}



/* // .chat-div {
//   width: 30%;
//   position: relative;
// }

// .chat-div,
// .chat-bot1,
// .chat-bot2,
// .qodef-typeout-text,
// .foo-img {
//   pointer-events: none;
// } */

/* Container MUST receive pointer events */
.chat-div {
    width: 30%;
    position: relative;
    pointer-events: auto;
    /* ✅ important */
}

/* Disable pointer events ONLY on visuals */
.chat-bot1,
.chat-bot2,
.qodef-typeout-text,
.foo-img {
    pointer-events: none;
}

/* Layout */
.d-flex-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-flex-1 {
    width: 380px;
    z-index: 2;
    /* keeps form above visuals */
}

/* Cursor animation */
/* .typed-cursor {
    animation: blink 0.8s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
} */
.typed-cursor {
    display: inline-block;
    margin-left: 2px;
    animation: blink 1s infinite;
    font-weight: bold;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.d-flex-1 {
    width: 380px;
}

.submit-btn {
    width: 100%;
    background: #3c2735;
    text-align: center;
    display: block;
    padding: 14px;
    border-radius: 6px;
    text-decoration: none;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
    font-size: 12px;
    color: #fcf7e9;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #3c2735;
    margin: 20px 0;
    font-size: 16px;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #3b2f2f;
}

.divider:not(:empty)::before {
    margin-right: 1.75em;
}

.divider:not(:empty)::after {
    margin-left: 1.75em;
}

.mtop30 {
    margin-top: 30px;
}

a.social-link {
    background: #3c2735;
    line-height: 44px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
}


.sign-up {
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
    font-size: 14px;
    text-align: center;
    color: #3c2735;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.sign-up a {
    color: #ff1a63;
    text-decoration: none;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
}

.chat-bot1 {
    float: right;
    margin-right: 20px;
}

.chat-bot2 {
    margin-top: 60px;
    margin-left: 10px;
}

h1.my-heading span {
    background: #ff1a63;
    border-radius: 6px;
    padding: 2px 8px 0px 8px;
}

.qodef-typeout-text {
    font-size: 10px;
    color: #fff;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
    position: absolute;
    top: 57px;
    left: 20px;
}

.qodef-typeout-text1 {
    font-size: 10px;
    color: #fff;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
    position: relative;
    top: 0px;
    left: -100px;
    width: 85px;
    float: right;
}

/* ================= RTL FIXES FOR CONTACT PAGE BUBBLES ================= */
[dir="rtl"] .qodef-typeout-text,
[dir="rtl"] .qodef-typeout-text1,
[dir="rtl"] .qodef-m-text {
    direction: ltr;
    text-align: left;
    unicode-bidi: plaintext;
}

.social-icon {
    margin-bottom: 8px;
}

.qodef-typeout-holder {
    color: #fff;
    font-family:
        Montserrat,
        Segoe UI,
        Roboto,
        Helvetica Neue,
        Arial,
        sans-serif;
    font-size: 10px;
}

.typed-cursor {
    display: inline-block;
    color: #fff;
    animation: blink 0.8s infinite;
}

.foo-img {
    position: relative;
    top: -210px;
    /* // z-index: -9; */
}

.input-wrapper {
    position: relative;
}

.input-form.has-error {
    border-color: #dc3545;
    padding-right: 40px;
}

select.input-form.has-error {
    padding-right: 60px;
    /* space for arrow + icon */
}

/* Error text styling */
.form-error-text {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    /* small */
    font-weight: 400;
    /* thin */
    color: #dc3545;
    /* soft red */
    line-height: 1.3;
}



.error-icon {
    position: absolute;
    right: 12px;
    top: 30%;
    transform: translateY(-50%);
    color: #dc3545;
    font-size: 18px;
    pointer-events: none;
}

.select-error-icon {
    position: absolute;
    right: 36px;
    /* BEFORE native arrow */
    top: 30%;
    transform: translateY(-50%);
    color: #dc3545;
    pointer-events: none;
}


@keyframes blink {
    50% {
        opacity: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body {
        background-image: none;
    }

    .container {
        width: 100%;
    }

    header {
        margin: 20px 20px;
    }

    /* .d-flex {
        width: 100%;
    } */

    .chat-bot1 {
        width: 80%;
    }

    .chat-bot2 {
        width: 85%;
    }

    .d-flex-1 {
        width: 40%;
    }

    .my-heading {
        font-size: 40px;
    }

    .qodef-typeout-text {
        font-size: 9px;
        top: -5px;
        left: 135px;
    }

    .qodef-typeout-text {
        font-size: 9px;
        top: 55px;
        left: 16px;
    }

    .qodef-typeout-holder {
        font-size: 8px;
    }

    .qodef-typeout-text1 {
        top: 27px;
        left: -6%;
        /* position: absolute; */
        float: right;
    }
}

@media (max-width: 767px) {
    body {
        background-image: none;
    }

    .chat-div {
        display: none;
    }

    .d-flex-1 {
        width: 90%;
        margin: 0 auto;
        /* 👈 centers the whole section */
        align-items: center;
    }

    .my-heading {
        font-size: 26px;
    }

    /* .d-flex {
        width: 90%;
    } */

    .container {
        max-width: 100%;
    }

    header {
        margin: 20px 20px;
    }

    .mob-hide {
        display: none;
    }
}

.my-btn {
    display: flex;
    gap: 10px;
    background: #ff1a63;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
}

.register-btn {
    background: #ff1a63;
    color: #fefaee;
    padding: 7px 27px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;

    &:hover {
        opacity: 0.9;
    }
}

.bilingual-label {
    color: var(--bs-gray-800) !important;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0px;
}

.bilingual-label .ar {
    direction: rtl;
    font-family: "Segoe UI", Tahoma, Arial;
}

/* ================= GLOBAL RTL: ALL TEXT RIGHT-TO-LEFT IN ARABIC ================= */
[dir="rtl"] body,
[dir="rtl"] .container,
[dir="rtl"] main {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6,
[dir="rtl"] p,
[dir="rtl"] strong,
[dir="rtl"] span,
[dir="rtl"] label,
[dir="rtl"] li,
[dir="rtl"] a {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] input,
[dir="rtl"] select,
[dir="rtl"] textarea,
[dir="rtl"] .form-control,
[dir="rtl"] .form-select,
[dir="rtl"] .input-form {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .bilingual-label {
    display: block !important;
    text-align: right !important;
    width: 100%;
    direction: rtl;
}

[dir="rtl"] button,
[dir="rtl"] .submit-btn,
[dir="rtl"] .btn {
    direction: rtl;
    text-align: center;
}

[dir="rtl"] .input-form.has-error {
    padding-right: 12px;
    padding-left: 40px;
}

[dir="rtl"] select.input-form.has-error {
    padding-left: 60px;
    padding-right: 12px;
}

[dir="rtl"] .error-icon {
    right: auto;
    left: 12px;
}

[dir="rtl"] .select-error-icon {
    right: auto;
    left: 36px;
}

.gray-text,
.pink-text,
.service-last,
.my-heading,
.my-para {
    text-align: center !important;
}

[dir="rtl"] .side-bar-img1 {
    position: absolute;
    top: 140px;
    width: 17%;
    right: 400px;
}

[dir="rtl"] .side-bar-img {
    position: absolute;
    width: 25%;
    top: 220px;
    right: 370px;
}

[dir="rtl"] .qodef-typeout-text {
    font-size: 10px;
    color: #fff;
    font-family: Montserrat, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    position: absolute;
    top: 65px;
    left: 120px;
}

[dir="rtl"] .carousel-item p strong {
    float: right !important;
}

[dir="rtl"] .recipe-detail {
    margin-right: 10px;
    color: #fff;
    padding-top: 10px;
}

.note-expanded {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .note-expanded {
        width: auto;
        max-width: 60%;
    }
}

.note-row-expanded {
    display: flex;
    flex-direction: column;
    align-items: start;
}

@media (min-width: 576px) {
    .note-row-expanded {
        align-items: start;
    }
}