:root {
    --primary-color: #7e00a7;
    --light-color: #fcf5ff;
    --title-color: #000000;
    --text-color: #959bac;
    --border-color: #454c63;
    --font: "Istok Web", sans-serif;
    --theme-light: #dbc0e5;
}

.container {
    /* margin-top: 50px; */
    padding-left: 15px;
    padding-right: 15px;
}

.top-limited {
    color: var(--theme-light);
}

.top-offer-bar {
    background: #000;
    font-size: 0.9rem;
    font-family: var(--font);
}

/* BUTTON STYLES */

.nav-item {
    font-size: 0.9rem !important;
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    /* font-size: 14px; */
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* ============================
     COURSE ACTION BUTTON FIX
   ============================ */

.course-action-buttons {
    width: 100%;
}

.course-action-buttons > button,
.course-action-buttons > form {
    flex: 1;
}

.course-action-buttons form button {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.go_course_btn{
    background-color: #7e00a7;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.1rem;
    height: 44px;
    padding: 0.3em 2.6em;
    /* border-radius: 10px; */
    white-space: nowrap;
}

.course-action-buttons > button {
    width: 100%;
    height: 48px;
    padding: 0;
}

/* Mobile stacking */
@media (max-width: 576px) {
    .course-action-buttons {
        /* flex-direction: column; */
    }

    .course-action-buttons > button,
    .course-action-buttons > form {
        width: 100%;
    }
}

/* SEARCH BAR */

.search-bar {
    position: relative;
    /* min-width: 350px; */
    min-width: 35% !important;

    border-width: 1px;
    border-radius: 10px;
    border: 1px solid #454c63 !important;
    color: var(--text-color) !important;

    font-family: var(--font);
    font-weight: 400;

    font-size: 15px;

    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.search-bar input {
    /* padding-left: 35px; */
    /* height: 42px;
    border: 1.5px solid #d6d6d6; */

    font-family: var(--font);
    font-weight: 400;
    /* font-size: 14px; */
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.search-bar .search-icon {
    position: absolute;
    font-size: 1.1rem;
    color: gray;
}

/* NAV LINKS */
.nav-link {
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--title-color);
    margin-right: 20px;
}

/* .nav-link:hover {
    color: #6C2FDB !important;
} */

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.8rem;
    }
}

/* ------------------------------------ */

/* .left-section {
            padding: 60px;
        } */

/* .left-section h2 {
            font-weight: 700;
            font-size: 32px;
        }

        .left-section p {
            width: 70%;
            color: #6d6d6d;
            margin-top: 10px;
        } */

.auth-box {
    background: white;
    border-radius: 10px;
    padding: 50px 20px;
    /* box-shadow: 0px 0px 12px rgba(0,0,0,0.05); */
    background: #fcf5ff;
}

.otp-input {
    width: 50px;
    text-align: center;
    font-size: 20px;
}

.google-btn {
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 8px;
    background: white;
    cursor: pointer;
}

.google-btn img {
    width: 22px;
    margin-right: 10px;
}

.proceed-btn {
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 15px;
}

.signup-text a {
    color: #8a2be2;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 992px) {
    .left-section p {
        width: 100%;
    }
}

.title {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 34px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--title-color);
}

.auth-title {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--title-color);
}

.content {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #959bac;
}

.form-control {
    height: 43px;
    width: 99%;
    opacity: 1;
    border-width: 1px;
    border-radius: 10px;
    border: 1px solid #454c63 !important;
    color: var(--text-color) !important;
    font-family: var(--font);
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0 auto;
}

.form-control:focus-visible,
.form-control:focus {
    box-shadow: none !important;
    border-color: none !important;
}

.mid-text {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 9px;
    letter-spacing: -1%;
    vertical-align: middle;
    color: var(--primary-color);
}

.second-input:focus-visible {
    outline: none !important;
}

.bg-round {
    background: var(--primary-color);
}

.course-card-two {
    border: none !important;
    border-radius: 14px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.card-content {
    padding: 10px 5px 0px 5px;
}

/* footer section-14 */
/* FOOTER BACKGROUND */
.footer-section {
    background-color: #fcf5ff;
    position: relative;
    overflow: hidden;
}

/* COLUMN */
.footer-col {
    position: relative;
    z-index: 2;
}

/* LOW OPACITY IMAGES */
.footer-bg-img {
    position: absolute;
    z-index: 1;
}

.footer-bg-img.top {
    top: -40px;
    right: -17px;
}

.fw-text {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--title-color);
    font-family: var(--font);
    line-height: 100%;
}
.bg-text {
    /* font-size: 0.9rem; */
    /* font-weight: 400; */

    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;

    line-height: 31px;
    letter-spacing: 0%;
    color: var(--title-color);
}

.footer-bg-img.bottom {
    right: 65px;
    bottom: -50px;
}

/* LIST */
.footer-list {
    /* list-style: none;
  padding: 0; */
    margin-top: 10px;
}

.footer-list li {
    /* margin-bottom: 8px; */
    font-size: 0.95rem;
}

/* ICON BG */
.bg {
    background-color: #7e00a7;
}

/* COPYRIGHT */
.copyright-bar {
    background-color: #7e00a7;
    font-size: 0.9rem;
}

.copyright-bar-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
    .footer-bg-img {
        display: none; /* cleaner on mobile */
    }

    .footer-section {
        text-align: center;
    }

    .footer-col span {
        justify-content: center;
    }
    .center {
        display: flex;
        justify-content: center;
    }
}

.profile-name {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.course-title {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--title-color);
}
/* .course-card-right{
  width: 467px;
  height: 785px;

} */

.course-content {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    color: var(--text-color);
}

.course-box {
    background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f5dcfe 100%);
    border-radius: 10px;
}

.rating-number {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: var(--text-color);
}

.main-course-title {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--title-color);
}

.main-course-text {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--text-color);
}

.about-title {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--title-color);
}

.skill-box {
    border: 0.5px solid #363942;
    padding: 20px 14px;
    border-radius: 6px;
    margin: 10px 0px;
    /* display:inline-block; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;

    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: var(--border-color);
}

.exploring-text {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #363942;
}

.popular-text {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #363942;
}

.explore-number {
    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: var(--primary-color);
    width: 175px;
}

.syllabus-text {
    font-family: var(--font);
    font-size: 15px;
}

.instructor-wrapper {
    background: #fff;
}

/* Instructor Card */
.instructor-card {
    border: 1px solid var(--primary-color);

    background: var(--light-color);
}

.instructor-img {
    width: 149px;
    height: 149px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    object-fit: cover;
    margin-top: -75px;
    margin-bottom: -60px;
}

.role-badge {
    background: var(--primary-color);
    padding: 6px 14px;
    border-radius: 22px;

    font-family: var(--font);
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0%;
}

.view-profile {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: var(--primary-color);
}

.stats p {
    font-family: var(--font);
    font-weight: 400;
    font-size: 14px;
    /* line-height: 21px; */
    letter-spacing: 0%;
    color: #6e7380;
}

.more,
.see-more,
.download-certificate {
    font-family: var(--font);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
    /* vertical-align: middle; */
    /* color: var(--primary-color); */
    text-decoration: none;
}

/* -------------------------------------------------------------- */

/* FAQ */

.accordion-item, 
.accordion-body{
    background: white;
}

.custom-accordion .accordion-item {
    border: none;
    /* background: #faf6ff; */
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fff !important;
}

.custom-accordion .accordion-button {
    background: #fff !important;
    /* background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #333; */
}

.custom-accordion .accordion-button:not(.collapsed) {
    /* color:#fff;
  box-shadow: none;  */
}

.custom-accordion .accordion-button::after {
    background-size: 14px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border-color: none !important;
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

/* Remove bootstrap default arrow */
.faq-accordion .accordion-button::after {
    display: none;
}

/* Icon default (closed state = up) */
.faq-icon i {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    color: #7e00a7;
}

/* When FAQ open (icon down) */
.faq-accordion .accordion-button:not(.collapsed) .faq-icon i {
    transform: rotate(0deg);
}

.accordion-item .accordion-button {
    color: #000000;
    background-color: #fdf9ff !important;
    margin: 6px 0;
}


.faq-section{
    position: relative;
    z-index: 2;
}


.buttom-image-section{
    position: relative;
    width: 100%;
    margin-top: -240px;   /* FAQ ke paas lane ke liye */
    z-index: 1;
    overflow: hidden;
}

.buttom-image-section img{
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width:992px){

    .buttom-image-section{
        margin-top: -80px;
    }

}

@media (max-width:576px){

    .buttom-image-section{
        margin-top: -50px;
    }

}



/* ------------------------------------------------ */

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-modal.show {
    display: flex;
}

.modal-content {
    position: relative;

    width: 70%;

    box-shadow: 0px 1px 47px 0px #f5dcfe9c;

    border-radius: 20px;
    overflow: hidden;
}

.modal-content img {
    width: 100%;
    display: block;
}

/*-------- CONSULTATION FORM  START----------*/

/* =========================
   FULL RESPONSIVE FIX
   ========================= */

.modal-consultation {
    padding: 0 !important;
}

.modal-dialog-consultation {
    width: 95%;
    max-width: 950px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 80px);
}

/* Prevent cut issue */
.modal-content-consultation {
    width: 100%;
    border-radius: 16px;
    max-height: 95vh;
    overflow-y: auto;
}

/* Scroll fix */
.modal-body-consultation {
    overflow-y: auto;
}

.select-inner {
    height: 43px;
    opacity: 1;
    border-width: 1px;
    border-radius: 10px;
    border: 1px solid #454c63 !important;
    color: var(--text-color) !important;
    font-family: var(--font);
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* Laptop screens (1024px - 1366px issue fix) */
@media (max-width: 1366px) {
    .modal-dialog-consultation {
        max-width: 90%;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .modal-dialog-consultation {
        width: 95%;
        margin: 20px auto;
        min-height: auto;
    }
}

/* Mobile Full Screen */
@media (max-width: 576px) {
    .modal-dialog-consultation {
        width: 100%;
        margin: 0;
        height: 100vh;
    }

    .modal-content-consultation {
        height: 100vh;
        border-radius: 0;
        max-height: 100vh;
    }

    .modal-body-consultation {
        flex: 1;
    }
}

/* =========================
   PROFESSIONAL SELECT FIX
   ========================= */

.modal-body-consultation .col-md-6 {
    display: flex;
    flex-direction: column;
}

.modal-body-consultation #course_id.form-select {
    /* width: 100% !important; */
    /* min-width: 100% !important; */
    max-width: 99% !important;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}

/* Prevent bootstrap shrink issue */
.modal-body-consultation .row {
    margin-left: 0;
    margin-right: 0;
}

.modal-body-consultation .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

/* Mobile force full width */
@media (max-width: 768px) {
    .modal-body-consultation #course_id.form-select {
        width: 100% !important;
    }
}

/* Force Select Course Full Row */
.modal-body-consultation #course_id {
    width: 100%;
}

.modal-body-consultation #course_id.form-select {
    width: 100% !important;
}

.modal-body-consultation #course_id.form-select {
    flex: 0 0 100%;
}

/* Override Bootstrap column */
.modal-body-consultation #course_id.form-select {
    position: relative;
}

/*-------- CONSULTATION FORM END ----------*/

/*-------- TIME SLOT FORM START----------*/

/* ======================================
   TIME SLOT MODAL – STABLE VERSION
   ====================================== */

.modal-title {
    margin: 0 4px;
}
.form-label {
    margin: 0 6px;
}

.minimum10characters {
    margin: 0 6px;
}

.modal-time-slot {
    padding: 0 !important;
}

/* Dialog */
.modal-dialog-time-slot {
    max-width: 650px;
    width: 95%;
    margin: 1.75rem auto;
}

/* Content */
.modal-content-time-slot {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

/* INNER WRAPPER FIX */
.time-slot_form_inner_div {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 90vh;
}

/* Header */
.modal-header-time-slot {
    flex-shrink: 0;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}

/* SCROLL AREA */
.modal-body-time-slot {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

/* Footer */
.modal-footer-time-slot {
    flex-shrink: 0;
    padding: 18px 24px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

/* Slot card style */
.modal-body-time-slot .form-check {
    padding: 12px 14px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s ease;
}

.modal-body-time-slot .form-check:hover {
    background: #f8f9fa;
}

/* Mobile Fullscreen */
@media (max-width: 576px) {
    .modal-dialog-time-slot {
        width: 100%;
        margin: 0;
    }

    .modal-content-time-slot {
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .time-slot_form_inner_div {
        max-height: 100vh;
    }

    .modal-footer-time-slot {
        flex-direction: column;
        gap: 10px;
    }

    .modal-footer-time-slot .btn {
        width: 100%;
    }
}
/* ===============================
   TIME SLOT CLOSE BUTTON FIX
   =============================== */

/* Make header relative */
.modal-time-slot .modal-header-time-slot {
    position: relative;
    padding: 20px 24px;
}

/* Position close button */
.modal-time-slot .modal-header-time-slot .btn-close {
    position: absolute;
    top: 18px;
    right: 20px;
    padding: 6px;
    margin: 0;
    opacity: 0.7;
    transition: 0.2s ease;
}

/* Hover effect */
.modal-time-slot .modal-header-time-slot .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* Mobile alignment */
@media (max-width: 576px) {
    .modal-time-slot .modal-header-time-slot .btn-close {
        top: 16px;
        right: 16px;
    }
}

/*-------- TIME SLOT FORM END ----------*/

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    background: rgba(128, 0, 128, 0.7);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: var(--border-color);
    font-size: 15px;
    cursor: pointer;
    z-index: 10000;
    border-radius: 50%;
    font-weight: 600;

    height: 30px;
    width: 30px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;

    /* background: #FFFFFF;
color: var(--title-color);
height: 50px;
width: 50px;
border-radius: 50%; */
}

.progress {
    height: 9px;
    color: #f9a60c;

    --bs-progress-bar-bg: #f9a60c;
}

/* ----------------------------------------------- */

.gender-box {
    background: #f9fafb;
    border-radius: 5px;
}

.gender-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 11px;
    letter-spacing: 0%;
    color: #000000;
}

.gender-content {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6e7380;
}

.name-text {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;

    color: #6e7380;
}

.number-text {
    font-family: var(--font);
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #363942;
}

.rupee-text {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: var(--title-color);
}

.my-course-title {
    font-family: var(--font);
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #363942;
}

/* ***** Action Button ***** */

.action-buttons {
    width: 60%;
    margin: 200px 0;
    display: flex;
    gap: 40px;
}

/* Popup */
.popup-card {
    width: 360px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);

    position: absolute;
    display: none;
    z-index: 1000;
}

/* Form inputs */
.input-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.input-box img {
    width: 18px;
}

.input-box input {
    border: none;
    outline: none;
    width: 100%;
}

textarea {
    width: 100%;
    height: 90px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

/* Time slots */
.slot-btn {
    width: 100%;
    border: 1px solid #000000;
    background: #f5dcfe;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.slot-btn-1 {
    background: #ffffff;
}

.slot-btn.active {
    background: #7b0fb2;
    color: #fff;
}
.action-buttons {
    width: 60%;
    margin: 20px 0;
    display: flex;
    gap: 40px;
    position: relative; /* 🔥 anchor */
}

.popup-card {
    position: absolute;
    bottom: 70px; /* 🔥 button ke upar */
    left: 0; /* 🔥 same line alignment */
    width: 360px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 999;
}

.popup-card h6 {
    text-align: center;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.popup-card-timeSlot {
    background: linear-gradient(to bottom, #ffffff, #f4d6ff);
}
.btn-submit {
    width: 185px;
    position: relative;
    left: 45px;
}

@media (max-width: 992px) {
    .action-buttons {
        width: 100%;
        gap: 24px;
        margin: 80px 0;
    }

    .popup-card {
        width: 320px;
    }
}

/* Mobile devices */
@media (max-width: 576px) {
    .action-buttons {
        flex-direction: column;
        gap: 16px;
        margin: 60px 0;
    }

    .action-buttons .btn {
        width: 100%;
    }

    .popup-card {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 80px;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    .popup-card {
        padding: 18px;
    }

    textarea {
        height: 70px;
    }
}
