.padra-survey {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 219, 199, 0.92) 36%, rgba(255, 106, 20, 0.45) 100%);
    color: var(--padra-survey-text, #555);
}

.padra-survey,
.padra-survey * {
    box-sizing: border-box;
}

.padra-survey__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: var(--padra-survey-pattern);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.72;
}


.padra-survey__form {
    position: relative;
    z-index: 1;
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 101px 186px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.padra-survey__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.padra-survey__header {
    text-align: center;
    color: var(--padra-survey-heading, #333);
}

.padra-survey__logo {
    display: block;
    width: auto;
    max-width: 142px;
    height: auto;
    margin: 0 auto 16px;
}

.padra-survey__main-title {
    margin: 0 0 28px;
    font-family: "Canela", Georgia, "Times New Roman", serif !important;
    font-size: 48px !important;
    line-height: 1.06;
    font-weight: 100 !important;
    letter-spacing: -0.03em;
    color: rgba(51, 51, 51, 1) !important;
}
@media (max-width: 767px) {
    .padra-survey__section-title {
        font-size: 32px !important;
        margin-bottom: 34px;
        font-weight: 100;
    }
}

.padra-survey__subtitle {
    margin: 0 0 8px;
    font-family: inherit;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: #1e1e1e;
}

.padra-survey__description {
    width: min(100%, 520px);
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.35;
    color: #5f5f5f;
}

.padra-survey__card {
    width: 80%;
    background: var(--padra-survey-card-bg, #fff);
    border-radius: 40px;
    box-shadow: 0 0 0 1px rgba(77, 76, 75, 0.08);
    margin: auto;
}
@media (max-width: 767px) {
    .padra-survey__card {
        width: 100%;
    }
}
.padra-survey__rating-card {
    padding: 82px 78px 78px;
}

.padra-survey__improve-card {
    padding: 72px 78px 64px;
    text-align: center;
}

.padra-survey__section-title {
    margin: 0 0 62px;
    font-family: "Canela" !important;
    font-size: 48px !important;
    line-height: 1.1;
    font-weight: 100;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

.padra-survey__questions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.padra-survey__question {
    width: 100%;
    min-height: 132px;
    margin: 0;
    padding: 22px 28px;
    border: 1px solid rgba(77, 76, 75, 0.12);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 56px minmax(260px, 1fr) minmax(460px, 1.6fr);
    align-items: center;
    gap: 24px;
    background: #fff;
}

.padra-survey__question-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.padra-survey__question-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.padra-survey__question-text {
    margin: 0;
    padding: 0;
    border: 0;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.35;
}

.padra-survey__question-en,
.padra-survey__question-ar {
    display: block;
}

.padra-survey__question-ar {
    margin-top: 8px;
    direction: rtl;
}

.padra-survey__rating-options {
    display: grid;
    grid-template-columns: repeat(5, minmax(76px, 1fr));
    align-items: start;
    gap: 12px;
}

.padra-survey__rating {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    min-width: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #c6c6c6;
    transition: color 0.2s ease, transform 0.2s ease;
}

.padra-survey__rating:hover,
.padra-survey__rating.is-selected {
    color: var(--rating-active-color, var(--padra-survey-primary, #ff6a14));
}

.padra-survey__rating:hover {
    transform: translateY(-1px);
}

.padra-survey__rating-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.padra-survey__rating-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.padra-survey__rating-label,
.padra-survey__rating-label-ar {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.padra-survey__rating-label-ar {
    font-size: 13px;
    opacity: 0.9;
}

.padra-survey__improve-description {
    width: min(100%, 660px);
    margin: -42px auto 36px;
    color: #777;
    font-size: 16px;
    line-height: 1.45;
}

.padra-survey__textarea {
    width: 100%;
    min-height: 126px;
    padding: 24px 28px;
    border: 1px solid rgba(77, 76, 75, 0.14);
    border-radius: 24px;
    outline: 0;
    resize: vertical;
    font: inherit;
    color: #333;
    background: #fff;
}

.padra-survey__textarea::placeholder,
.padra-survey__input::placeholder {
    color: #b9b9b9;
}

.padra-survey__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.padra-survey__input {
    width: 100%;
    height: 46px;
    padding: 0 24px;
    border: 1px solid rgba(77, 76, 75, 0.14) !important;
    border-radius: 999px !important;
    outline: 0;
    font: inherit;
    color: #333;
    background: #fff;
}

.padra-survey__submit {
    margin: 34px auto 0;
    min-width: 246px;
    height: 58px;
    padding: 0 32px;
    border: 0;
    border-radius: 999px;
    background: var(--padra-survey-primary, #ff6a14);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.padra-survey__submit:hover {
    transform: translateY(-1px);
}

.padra-survey__submit.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.padra-survey__submit-arrow {
    font-size: 24px;
    line-height: 1;
}

.padra-survey--rtl .padra-survey__submit-arrow {
    transform: rotate(180deg);
}

.padra-survey__message {
    min-height: 24px;
    margin-top: 18px;
    font-size: 15px;
    color: #3f7d39;
}

.padra-survey__message.is-error {
    color: #b42318;
}

.padra-survey__footer {
    text-align: center;
    color: #151515;
    font-size: 18px;
    line-height: 1.4;
}

.padra-survey--rtl {
    direction: rtl;
}

.padra-survey--rtl .padra-survey__question {
    direction: rtl;
}

.padra-survey--rtl .padra-survey__question-en {
    direction: ltr;
}

@media (max-width: 1024px) {
    .padra-survey__form {
        padding: 72px 64px;
    }

    .padra-survey__question {
        grid-template-columns: 48px 1fr;
        grid-template-areas:
            "icon text"
            "ratings ratings";
    }

    .padra-survey__question-icon {
        grid-area: icon;
    }

    .padra-survey__question-text {
        grid-area: text;
    }

    .padra-survey__rating-options {
        grid-area: ratings;
    }
}

@media (max-width: 767px) {
    .padra-survey {
        background:
            radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 219, 199, 0.95) 38%, rgba(255, 106, 20, 0.5) 100%);
    }

    .padra-survey__background {
        background-position: center top;
        background-size: auto 100%;
        opacity: 0.65;
    }

    .padra-survey__form {
        width: 100%;
        padding: 56px 27px 64px;
        gap: 12px;
    }

    .padra-survey__header {
        margin-bottom: 26px;
    }

    .padra-survey__logo {
        max-width: 120px;
        margin-bottom: 18px;
    }

    .padra-survey__main-title {
        font-size: 30px !important;
        line-height: 1.12;
        margin-bottom: 28px;
    }

    .padra-survey__subtitle {
        width: min(100%, 310px);
        margin: 0 auto 8px;
        font-size: 22px;
        line-height: 1.22;
    }

    .padra-survey__description {
        width: min(100%, 310px);
        font-size: 15px;
        line-height: 1.35;
    }

    .padra-survey__card {
        border-radius: 28px;
    }

    .padra-survey__rating-card {
        padding: 42px 14px 20px;
    }

    .padra-survey__section-title {
        font-size: 37px;
        line-height: 1.15;
        margin-bottom: 34px;
    }

    .padra-survey__questions {
        gap: 10px;
    }

    .padra-survey__question {
        min-height: auto;
        padding: 14px 12px 20px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        text-align: center;
        border-radius: 16px;
    }

    .padra-survey__question-icon img {
        width: 32px;
        height: 32px;
    }

    .padra-survey__question-text {
        font-size: 15px;
        line-height: 1.35;
    }

    .padra-survey__rating-options {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
    }

    .padra-survey__rating {
        gap: 4px;
    }

    .padra-survey__rating-icon,
    .padra-survey__rating-icon img {
        width: 32px;
        height: 32px;
    }

    .padra-survey__rating-label {
        font-size: 12px;
    }

    .padra-survey__rating-label-ar {
        font-size: 11px;
    }

    .padra-survey__improve-card {
        margin-top: 8px;
        padding: 42px 14px 34px;
    }

    .padra-survey__improve-description {
        margin: -12px auto 28px;
        width: min(100%, 300px);
        font-size: 14px;
        line-height: 1.45;
    }

    .padra-survey__textarea {
        min-height: 122px;
        padding: 20px 18px;
        border-radius: 20px;
        text-align: center;
    }

    .padra-survey__fields {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
    }

    .padra-survey__input {
        height: 44px;
        text-align: center;
    }

    .padra-survey__submit {
        width: min(100%, 250px);
        height: 56px;
        margin-top: 28px;
        font-size: 16px;
    }

    .padra-survey__footer {
        margin-top: 42px;
        font-size: 16px;
    }
}
.padra-survey__question {
    position: relative;
    width: 100%;
    min-height: 132px;
    margin: 0;
    padding: 22px 28px;
    border: 1px solid rgba(77, 76, 75, 0.12);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 56px minmax(280px, 1fr) minmax(460px, 1.6fr);
    align-items: center;
    gap: 24px;
    background: #fff;
}

.padra-survey__question-text {
    margin: 0;
    padding: 0;
    color: rgba(51, 51, 51, 1) !important;
    font-size: 16px;
    line-height: 1.35;
    text-align: start;
}

.padra-survey__question-en,
.padra-survey__question-ar {
    display: block;
}

.padra-survey__question-ar {
    margin-top: 8px;
    direction: rtl;
}

.padra-survey__rating,
.padra-survey__rating:hover,
.padra-survey__rating:focus,
.padra-survey__rating:active {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    color: #c6c6c6;
}

.padra-survey__rating.is-selected,
.padra-survey__rating.is-selected:hover,
.padra-survey__rating.is-selected:focus,
.padra-survey__rating.is-selected:active {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--rating-active-color, var(--padra-survey-primary, #ff6a14)) !important;
}

.padra-survey__rating.is-selected .padra-survey__rating-label,
.padra-survey__rating.is-selected .padra-survey__rating-label-ar {
    color: var(--rating-active-color, var(--padra-survey-primary, #ff6a14)) !important;
}

.padra-survey__rating-icon img {
    transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.padra-survey__rating.is-selected .padra-survey__rating-icon img {
    opacity: 1;
    transform: scale(1.02);
}

.padra-survey__rating.is-selected[data-rating-key="very_bad"] .padra-survey__rating-icon img {
    filter: invert(48%) sepia(97%) saturate(2792%) hue-rotate(347deg) brightness(102%) contrast(102%);
}

.padra-survey__rating.is-selected[data-rating-key="bad"] .padra-survey__rating-icon img {
    filter: invert(66%) sepia(72%) saturate(731%) hue-rotate(350deg) brightness(101%) contrast(91%);
}

.padra-survey__rating.is-selected[data-rating-key="neutral"] .padra-survey__rating-icon img {
    filter: invert(79%) sepia(84%) saturate(1033%) hue-rotate(346deg) brightness(101%) contrast(103%);
}

.padra-survey__rating.is-selected[data-rating-key="good"] .padra-survey__rating-icon img {
    filter: invert(73%) sepia(18%) saturate(692%) hue-rotate(35deg) brightness(93%) contrast(88%);
}

.padra-survey__rating.is-selected[data-rating-key="excellent"] .padra-survey__rating-icon img {
    filter: invert(52%) sepia(19%) saturate(778%) hue-rotate(45deg) brightness(91%) contrast(88%);
}

@media (max-width: 1024px) {
    .padra-survey__question {
        grid-template-columns: 48px 1fr;
        grid-template-areas:
            "icon text"
            "ratings ratings";
    }

    .padra-survey__question-icon {
        grid-area: icon;
    }

    .padra-survey__question-text {
        grid-area: text;
    }

    .padra-survey__rating-options {
        grid-area: ratings;
    }
}

@media (max-width: 767px) {
    .padra-survey__question {
        min-height: auto;
        padding: 18px 12px 20px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        text-align: center;
        border-radius: 16px;
    }

    .padra-survey__question-text {
        text-align: center;
        font-size: 15px;
        line-height: 1.35;
    }

    .padra-survey__rating-options {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
    }
}
/* Full viewport breakout for Elementor boxed containers */
.elementor-widget-padra-survey-feedback,
.elementor-widget-padra-survey-feedback > .elementor-widget-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-x: clip;
}

.elementor-widget-padra-survey-feedback .padra-survey {
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
}

.elementor-widget-padra-survey-feedback .padra-survey__form {
    width: 100%;
}

/* Rating icon selected state */
.padra-survey__rating,
.padra-survey__rating:hover,
.padra-survey__rating:focus,
.padra-survey__rating:active {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.padra-survey__rating-icon img {
    transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.padra-survey__rating.is-selected .padra-survey__rating-icon img {
    opacity: 1;
    transform: scale(1.04);
}

.padra-survey__rating.is-selected .padra-survey__rating-label,
.padra-survey__rating.is-selected .padra-survey__rating-label-ar {
    color: var(--rating-active-color, var(--padra-survey-primary, #ff6a14)) !important;
}

/* Ajax success step */
.padra-survey__success-panel[hidden] {
    display: none !important;
}

.padra-survey__form.is-submitted > :not(.padra-survey__success-panel) {
    display: none !important;
}

.padra-survey__success-panel {
    width: min(930px, calc(100% - 32px));
    margin: 120px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.padra-survey__success-card {
    width: 100%;
    padding: 72px 36px;
    border-radius: 28px;
    background: var(--padra-survey-card-bg, #ffffff);
    text-align: center;
    box-shadow: 0 24px 80px rgba(40, 25, 15, 0.08);
}

.padra-survey__success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--padra-survey-primary, #ff6a14);
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
}

.padra-survey__success-title {
    margin: 0 0 12px;
    color: var(--padra-survey-heading, #333333);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.16;
}

.padra-survey__success-message {
    max-width: 620px;
    margin: 0 auto 32px;
    color: var(--padra-survey-text, #555555);
    font-size: 18px;
    line-height: 1.7;
}

.padra-survey__back-button {
    width: fit-content;
    margin: 0 auto;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .padra-survey__success-panel {
        width: calc(100% - 24px);
        margin: 64px auto;
    }

    .padra-survey__success-card {
        padding: 48px 20px;
        border-radius: 22px;
    }

    .padra-survey__success-message {
        font-size: 16px;
    }
}
.padra-survey {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
    overflow-x: hidden;
}

.padra-survey__form.is-success .padra-survey__header,
.padra-survey__form.is-success .padra-survey__rating-card,
.padra-survey__form.is-success .padra-survey__improve-card,
.padra-survey__form.is-success .padra-survey__footer {
    display: none !important;
}

.padra-survey__success-panel[hidden] {
    display: none !important;
}

.padra-survey__success-panel.is-visible {
    display: flex !important;
    min-height: 70vh;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.padra-survey__success-card {
    width: min(720px, 100%);
    padding: 64px 40px;
    border-radius: 32px;
    background: var(--padra-survey-card-bg, #ffffff);
    text-align: center;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.padra-survey__success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 106, 20, 0.12);
    color: var(--padra-survey-primary, #ff6a14);
    font-size: 34px;
    font-weight: 700;
}

.padra-survey__success-title {
    margin: 0 0 14px;
    color: var(--padra-survey-heading, #333333);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    font-weight: 600;
}

.padra-survey__success-message {
    max-width: 520px;
    margin: 0 auto 32px;
    color: var(--padra-survey-text, #555555);
    font-size: 18px;
    line-height: 1.7;
}

.padra-survey__back-button {
    width: fit-content;
    min-width: 220px;
    margin: 0 auto;
    text-decoration: none !important;
}

.padra-survey__rating.is-selected,
.padra-survey__rating.is-selected:hover,
.padra-survey__rating.is-selected:focus,
.padra-survey__rating.is-selected:active {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--rating-active-color, var(--padra-survey-primary, #ff6a14)) !important;
    border: 0 !important;
    box-shadow: none !important;
}

.padra-survey__rating.is-selected .padra-survey__rating-label,
.padra-survey__rating.is-selected .padra-survey__rating-label-ar {
    color: var(--rating-active-color, var(--padra-survey-primary, #ff6a14)) !important;
}

.padra-survey__rating.is-selected .padra-survey__rating-icon img {
    opacity: 1;
    transform: scale(1.04);
}

@media (max-width: 767px) {
    .padra-survey__success-panel.is-visible {
        min-height: 60vh;
        padding: 48px 16px;
    }

    .padra-survey__success-card {
        padding: 44px 22px;
        border-radius: 24px;
    }

    .padra-survey__success-title {
        font-size: 28px;
    }

    .padra-survey__success-message {
        font-size: 16px;
    }
}

.padra-survey__date-input {
    position: relative;
    width: 100%;
    height: 56px;
    padding-inline: 22px 54px !important;
    border: 1px solid rgba(77, 76, 75, 0.14) !important;
    border-radius: 999px !important;
    background-color: #ffffff !important;
    color: var(--padra-survey-text, #4d4c4b) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-family: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.padra-survey__date-input:focus {
    border-color: var(--padra-survey-primary, #ff6a14) !important;
    box-shadow: 0 0 0 4px rgba(255, 106, 20, 0.1) !important;
}

.padra-survey__date-input::-webkit-calendar-picker-indicator {
    width: 22px;
    height: 22px;
    margin-inline-end: 12px;
    cursor: pointer;
    opacity: 0.75;
    filter: invert(44%) sepia(94%) saturate(1745%) hue-rotate(350deg) brightness(101%) contrast(101%);
}
.padra-survey__submit:hover{
    background-color: #FF6A14 !important;
}
.padra-survey__date-input::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.padra-survey__date-input::-webkit-datetime-edit {
    color: var(--padra-survey-text, #4d4c4b);
}

.padra-survey__date-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

.padra-survey__date-input::-webkit-datetime-edit-text,
.padra-survey__date-input::-webkit-datetime-edit-month-field,
.padra-survey__date-input::-webkit-datetime-edit-day-field,
.padra-survey__date-input::-webkit-datetime-edit-year-field {
    color: var(--padra-survey-text, #4d4c4b);
}

.padra-survey__date-input:invalid::-webkit-datetime-edit {
    color: rgba(77, 76, 75, 0.45);
}

.padra-survey__rating.is-selected .padra-survey__rating-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    transform: none !important;
    filter: none !important;
}

/* Date field and Flatpickr library UI */
.padra-survey__date-input,
.padra-survey__date-input.flatpickr-input,
.padra-survey__date-input--alt {
    width: 100% !important;
    height: 46px !important;
    padding: 0 24px !important;
    border: 1px solid rgba(77, 76, 75, 0.14) !important;
    border-radius: 999px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 46px !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.padra-survey__date-input::placeholder,
.padra-survey__date-input--alt::placeholder {
    color: #b9b9b9 !important;
    opacity: 1 !important;
}

.padra-survey__date-input:focus,
.padra-survey__date-input--alt:focus {
    border-color: var(--padra-survey-primary, #ff6a14) !important;
    box-shadow: 0 0 0 4px rgba(255, 106, 20, 0.1) !important;
}

.padra-survey__date-input.flatpickr-input[readonly] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.flatpickr-calendar {
    border: 1px solid rgba(77, 76, 75, 0.12) !important;
    border-radius: 22px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden !important;
    font-family: inherit !important;
    color: var(--padra-survey-text, #4d4c4b) !important;
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after {
    display: none !important;
}

.flatpickr-months {
    padding: 12px 12px 4px !important;
    align-items: center !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    top: 13px !important;
    width: 36px !important;
    height: 36px !important;
    padding: 8px !important;
    color: var(--padra-survey-primary, #ff6a14) !important;
    fill: var(--padra-survey-primary, #ff6a14) !important;
}

.flatpickr-current-month {
    height: 36px !important;
    padding-top: 5px !important;
    color: var(--padra-survey-heading, #242424) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: var(--padra-survey-heading, #242424) !important;
    font-weight: 600 !important;
}

.flatpickr-weekdays {
    padding: 8px 12px 0 !important;
}

span.flatpickr-weekday {
    color: rgba(77, 76, 75, 0.6) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.flatpickr-days {
    padding: 8px 12px 14px !important;
}

.flatpickr-day {
    border-radius: 999px !important;
    color: var(--padra-survey-text, #4d4c4b) !important;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
    background: rgba(255, 106, 20, 0.1) !important;
    border-color: rgba(255, 106, 20, 0.1) !important;
    color: var(--padra-survey-primary, #ff6a14) !important;
}

.flatpickr-day.today {
    border-color: var(--padra-survey-primary, #ff6a14) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--padra-survey-primary, #ff6a14) !important;
    border-color: var(--padra-survey-primary, #ff6a14) !important;
    color: #ffffff !important;
}
/* Padra custom date picker */
.padra-survey__date-input,
.padra-survey__date-input.input {
    width: 100%;
    height: 46px;
    padding: 0 24px !important;
    border: 1px solid rgba(77, 76, 75, 0.14) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #333333 !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 46px !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.padra-survey__date-input::placeholder {
    color: #b9b9b9 !important;
}

.padra-survey__date-input:focus {
    border-color: var(--padra-survey-primary, #ff6a14) !important;
    box-shadow: 0 0 0 4px rgba(255, 106, 20, 0.1) !important;
}

/* Hide original flatpickr input when altInput is enabled */
.padra-survey__date-input.flatpickr-input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Main calendar shell */
.flatpickr-calendar {
    width: 390px !important;
    padding: 18px !important;
    border: 1px solid rgba(77, 76, 75, 0.1) !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 26px 80px rgba(40, 25, 15, 0.16) !important;
    font-family: inherit !important;
    overflow: hidden !important;
}

.flatpickr-calendar::before,
.flatpickr-calendar::after,
.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after {
    display: none !important;
}

/* Header */
.flatpickr-months {
    position: relative !important;
    width: 100% !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 14px !important;
    padding: 0 !important;
}

.flatpickr-months .flatpickr-month {
    width: 100% !important;
    height: 46px !important;
    overflow: visible !important;
}

.flatpickr-current-month {
    position: static !important;
    width: 100% !important;
    height: 46px !important;
    left: auto !important;
    padding: 0 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transform: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    width: auto !important;
    min-width: 120px !important;
    height: 38px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(77, 76, 75, 0.12) !important;
    border-radius: 999px !important;
    background: #fff7f2 !important;
    color: #333333 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    appearance: auto !important;
}

.flatpickr-current-month input.cur-year {
    width: 82px !important;
    height: 38px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(77, 76, 75, 0.12) !important;
    border-radius: 999px !important;
    background: #fff7f2 !important;
    color: #333333 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
    appearance: textfield !important;
}

.flatpickr-current-month input.cur-year:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    border-color: var(--padra-survey-primary, #ff6a14) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 106, 20, 0.1) !important;
}

.numInputWrapper {
    width: auto !important;
}

.numInputWrapper span {
    display: none !important;
}

/* Navigation arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
    top: 18px !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--padra-survey-primary, #ff6a14) !important;
    fill: var(--padra-survey-primary, #ff6a14) !important;
    background: rgba(255, 106, 20, 0.08) !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.flatpickr-prev-month {
    left: 18px !important;
}

.flatpickr-next-month {
    right: 18px !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
    background: rgba(255, 106, 20, 0.14) !important;
    transform: translateY(-1px);
}

.padra-survey__calendar-arrow {
    display: block;
    color: var(--padra-survey-primary, #ff6a14);
    font-size: 26px;
    line-height: 1;
}

/* Weekdays */
.flatpickr-weekdays {
    height: 30px !important;
    margin-bottom: 6px !important;
}

.flatpickr-weekdaycontainer {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
}

span.flatpickr-weekday {
    color: rgba(77, 76, 75, 0.55) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
}

/* Days grid */
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-days,
.dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.dayContainer {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    gap: 6px !important;
}

.flatpickr-day {
    width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    margin: 0 auto !important;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    color: #4d4c4b !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    transition: all 0.2s ease !important;
}

.flatpickr-day:hover {
    background: rgba(255, 106, 20, 0.1) !important;
    border-color: rgba(255, 106, 20, 0.1) !important;
    color: var(--padra-survey-primary, #ff6a14) !important;
}

.flatpickr-day.today {
    border-color: var(--padra-survey-primary, #ff6a14) !important;
    color: var(--padra-survey-primary, #ff6a14) !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--padra-survey-primary, #ff6a14) !important;
    border-color: var(--padra-survey-primary, #ff6a14) !important;
    color: #ffffff !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: rgba(77, 76, 75, 0.28) !important;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    color: rgba(77, 76, 75, 0.2) !important;
    background: transparent !important;
    cursor: not-allowed !important;
}

@media (max-width: 767px) {
    .flatpickr-calendar {
        width: calc(100vw - 32px) !important;
        max-width: 340px !important;
        padding: 16px !important;
        border-radius: 24px !important;
    }

    .flatpickr-current-month {
        padding: 0 40px !important;
        gap: 6px !important;
    }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        min-width: 105px !important;
        font-size: 13px !important;
    }

    .flatpickr-current-month input.cur-year {
        width: 72px !important;
        font-size: 13px !important;
    }

    .flatpickr-day {
        width: 34px !important;
        max-width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
    }
}
@media (max-width: 767px) {
    .padra-survey__date-input,
    .padra-survey__date-input.flatpickr-input,
    .padra-survey__date-input--alt {
        height: 44px !important;
        line-height: 44px !important;
        text-align: center !important;
    }
}
