#ahoora {
    width: 20vw;
    max-width: 350px;
}

.banner {
    position: relative;
    width: 100%;
    margin-top: -10px;
    background-color: white;
}

.banner-bg {
    width: 100%;
    height: auto;
    display: block;
}

.banner-content {
    position: absolute;
    bottom: 120px; /* فاصله از پایین */
    left: 40px; /* فاصله از چپ */
    display: flex;
    gap: 50px;
    flex-direction: column;
    align-items: flex-start;
}

.banner-content h1 {
    font-size: 4vw;
    font-weight: 900;
    color: black; /* متن مشکی و پررنگ */
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 8px;
}

.banner-text-img {
    height: auto;
}

/* قرارگیری کنار هم پایین سمت چپ */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 20px; /* فاصله از پایین */
    left: 20px; /* فاصله از سمت چپ */
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1e1e2f, #2c2c44);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35),
    inset 0 2px 5px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

/* حرکت هاور */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 114, 255, 0.45);
}

/* تنظیم جای دکمه بعد */
.swiper-button-next {
    left: 75px; /* فاصله از دکمه قبلی */
}

/* غیر فعال شدن استایل پیش‌فرض Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#logo-wraper {
    display: flex;
    flex-direction: column;
}

.swiper {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.container {
    display: flex;
    background-color: var(--base);
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin: 0 auto 0;
    gap: 50px;
}

.image {
    flex: 1;
}

.image img {
    width: 100%;
    aspect-ratio: 400/400;
    max-width: 400px;
}

.content {
    flex: 2;
    line-height: 2.2;
    font-size: 1.5rem;
}

.content h2 {
    color: #00676A;
    font-weight: bold;
}

.content p {
    color: #000000;
}

.trust-message {
    font-size: 1.1em;
    color: #444;
    margin-top: 20px;
}

.team {
    font-weight: bold;
    color: var(--dark-blue);
}

.second-section {
    position: relative;
    background: linear-gradient(to bottom, #003237, #00afbe, #003237);

}

.swiper-slide {
    padding: 50px 0;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 200px !important;
}

.d-b {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.71), #003546, rgba(0, 56, 33, 0.3));
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #00bdbd;
}


#left-btn {
    float: left;
    width: 30%;
    padding: 8px;
}


.mockup-wrap {
    display: grid;
    grid-template-columns: 620px auto;
    align-items: center;
    max-width: fit-content;
    margin-right: 50px;
    width: 100%;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 19px;
    max-width: 40%;
    margin-left: 40px;
}

/* استایل دکمه ویژگی */
.feature {
    background-color: var(--primary); /* رنگ دکمه */
    color: var(--secondary);
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    transition: 0.3s ease;
    cursor: pointer;
}

.feature:hover {
    box-shadow: 0 4px 12px var(--primary);
    transform: translateY(-3px);
}


.desktop-frame .screen {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 8px inset black;
}


.side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.mobile-frame {
    position: relative;
    width: 200px;
    transform-origin: center;
    transform: translateX(-30px) rotate(-8deg);
    margin-left: -60px;
    z-index: 5;
    filter: drop-shadow(0 12px 24px rgba(10, 10, 10, 0.18));
}

.mobile-frame .phone {
    width: 100%;
    height: auto;
    display: block;
}

.phone-screen {
    position: absolute;
    top: 11px;
    width: 185px;
    left: 8px;
    object-fit: cover;
    border-radius: 18px;
}

.desktop-frame {
    z-index: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px var(--primary);
    transition: box-shadow 0.3s ease-in-out;
}


.desktop-frame:hover {
    transform: translateY(-6px);
    transition: transform .28s ease
}

@media (max-width: 992px) {
    .mockup-wrap {
        grid-template-columns: 1fr; /* تک‌ستونی بشه */
        margin-right: 0;
        justify-items: center;
        text-align: center;
    }

    .features {
        max-width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .side {
        align-items: center;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .mockup-wrap {
        padding: 0 10px;
    }

    .desktop-frame .screen {
        border: 6px inset black; /* باریک‌تر بشه */
        border-radius: 6px;
    }

    .mobile-frame {
        margin-left: 0;
    }

    .feature {
        font-size: 1.4rem;
        padding: 8px 16px;
    }

    .features {
        margin-top: 20px;
        padding: 0 20px;
    }

    .d-b {
        font-size: 1.5rem;
    }
}

.mobile-frame {
    transition: transform .28s ease
}

.mobile-frame:hover {
    transform: translateX(-10px) rotate(-4deg)
}

#packs {
    position: absolute;
    margin-top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#packs-bot {
    max-width: 80%;
    position: absolute;
    margin-top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pricing-container {
    min-width: 100%;
    height: auto;
    display: flex;
    background: url("/static/image/svgs/silver.svg") repeat;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 130px 0;
}

.card {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-width: 360px;
    background: linear-gradient(to bottom, #FFF6E5, #ffd88b);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 2px 20px rgba(0, 211, 201, 0.56);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.card h2 {
    color: #00676A;
    font-size: 29px;
    margin-bottom: 10px;
}

.card .old-price {
    margin: 20px 0;
    text-decoration: line-through;
    color: #888;
    font-size: 20px;
}

.new-price {
    color: #00aec7;
    font-weight: bold;
    font-size: 28px;
}

.card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}


.card ul {
    list-style: none;
    padding: 0;
    text-align: right;
    font-size: 14px;
    color: #444;
    line-height: 1.8;
}

.card li {
    font-size: 19px;
}

.btns {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
}

.blue {
    border-radius: 10px;
    padding: 10px 20px;
    background: linear-gradient(to left, #003237, #007580, #003237);
    color: white;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
}

.gold {
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 20px;
    background: linear-gradient(to left, #CEA034, #ffdb89, #CEA034);
    color: black;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
}

a.blue, a.gold, a#midb, a#midg {
    transition: transform 1s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

a.blue, a.gold, a#midb, a#midg {
    animation: pulse 1.5s infinite;
    cursor: pointer;
}

#midb {
    background: linear-gradient(to left, rgba(123, 255, 233, 0.5), rgba(0, 110, 143, 0.38), rgba(135, 255, 222, 0.51));
}

#midg {
    background: linear-gradient(to left, #CEA034, #ffdb89, #CEA034);
}

#quest-log {
    display: flex;
    justify-content: center;
    margin-top: -120px;
    margin-bottom: 100px;
}

.rate-p {
    max-width: 100%;
}

#questions {
    background: url("/static/image/svgs/silver.svg");
}

.qa-section-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    max-width: 1400px;
    margin: auto;
}

.qa-card {
    display: flex;
    background: linear-gradient(135deg, rgba(80, 80, 80, 0.16), rgba(0, 105, 97, 0.46), rgba(233, 236, 239, 0.21));
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.45);
    overflow: hidden;
    padding: 20px;
    align-items: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
    margin: auto;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.feature-check {
    content: '✔';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: white;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-item::before {
    content: '✔';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: white;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-text {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

.btns.detail {
    justify-content: center;
}

.gold.detail {
    width: 90%;
}

.limit-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.limit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.limit-item::before {
    content: '✖';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e53935; /* قرمز */
    color: white;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
}

.limit-text {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
    text-align: right;
}

.qa-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* متن */
.qa-text {
    flex: 1;
    padding-right: 20px;
}

.qa-text h3 {
    margin: 0 0 10px 0;
    font-size: 2.1rem;
    color: #CEA034;
}

.golden {
    color: #CEA034;
    font-weight: bold;
}

.qa-text p {
    margin-top: 40px;
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 1.9;
    white-space: pre-line;
    overflow-wrap: break-word;
}

/* تصویر */
.qa-image {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center; /* وسط عمودی */
}

.qa-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.recommended {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 124, 124, 0.39), rgba(0, 0, 0, 0.44));
    color: #fff;
    box-shadow: 0 2px 20px rgba(0, 211, 201, 0.66);
}

.recommended .feature-text {
    color: white;
    text-align: right;
}

.recommended .limit-text {
    color: #d7d7d7;
    text-align: right;
}


.recommended h2,
.recommended h3 {
    color: #CEA034;
}

.recommended p,
.recommended ul {
    color: #ddd;
}

.recommended button {
    background: #CEA034;
    color: #000;
}


@media (min-width: 1020px) {
    .mobile-v-t {
        display: none;
    }

    #mobile-v-t {
        display: none;
    }

    #product-code {
        display: none;
    }
}

.trust-message h3 {
    font-size: 1.5rem;
}

/*==========================================================*/
@media (max-width: 1020px) {
    #bannerimg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70%;
    }

    #mobile-h1 {
        font-size: 24px;
        font-weight: bold;
        padding: 0 10px;
    }

    .wave.m-1 {
        margin-top: 45px;
    }

    #left-btn {
        width: fit-content;
        margin-top: 10px;
    }

    .blue, .gold {
        width: 45%;
        font-size: 1.2rem !important;
    }

    .qa-image img {
        width: 70vw;
    }

    .qa-card {
        flex-direction: column;
    }

    .qa-text {
        padding: 0;
    }

    .qa-text p {
        font-size: 1.6rem;
    }

    #quest-log img {
        max-width: 60%;
    }

    .container {
        flex-direction: column-reverse;
        gap: 15px;
        max-width: 90%;
    }

    .image {
        padding: 0;
    }

    #ahoora {
        width: 80vh;
        max-width: 200px;
    }

    .content {
        padding: 0 !important;
        line-height: 1.9;
    }

    #packs-bot {
        margin-top: 15%;
        max-width: 70%;
    }

    .image img {
        width: 90vw;
        aspect-ratio: 400/400;
        max-width: 400px;
        height: auto;
    }

    #ahoora-div {
        text-align: center;
    }

    .wave {
        margin-top: 100px;
    }

    #wave-bot {
        height: 200px;
    }

    #wave {
        height: 200px;
    }

    .swiper-slide {
        padding: 50px 0;
        display: block !important;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        display: none;
    }

    .swiper-slide {
        box-shadow: none !important;
        filter: none !important;
        transition: none !important;
    }

    .swiper {
        transform: translateZ(0); /* فعال‌سازی GPU */
    }

    .swiper,
    .swiper-wrapper {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        will-change: transform;
        margin-top: 10px;
    }
}
