/* 988 */

@media (max-width: 988px) {
    .button_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
.step-1 .step_star6 {
    top: 4%;
}
    .hero_title {
        text-align: center;
        font-weight: 600;
        /* max-width: 250px; */

        margin: auto;
        line-height: 26px;
        margin-bottom: 15px !important;
    }

    .header_section {
        justify-content: space-between;
    }

    #custom_faq .faq-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Mobile Header Layout - İlk dokumentdakı kimi */
    #kt_header_nav_wrapper {
        display: none;
    }

    .header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    /* Mobile menu button - sol tərəfdə */
    .mobile-menu-btn {
        display: block;
        /* order: 1; */
        margin-right: 15px;
    }

    /* Logo - mərkəzdə */
    .logo {
        order: 2;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* User section - sağ tərəfdə */
    .user-section {
        order: 3;
    }

    /* Navigation menu gizlət */
    .nav-menu {
        display: none;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 200px;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .hot_deals_container .hot_deals_items {
        flex-wrap: wrap;
        gap: 15px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

}


/* 768 */

@media (max-width: 768px) {
    #bussiness_grow_faster .section-title{
        font-size: 1.5rem;
    }
    #pricing_plan .pricing_plan_background .pricing_plan_title_header h4{
        font-size: 20px;
    }
    #pricing_plan .pricing_plan_background .pricing_plan_title_header span{
        font-size: 16px;
    }
    #pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item p{
        font-size: 22px;
    }
    #pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item h4{
        font-size: 18px;
        margin-bottom: 35px;
    }
    .step-1 .step_star6 {

        top: 0%;

    }

    .logo-merchant {
        width: 173px;
        height: 155px;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
    }

    #pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item {
        max-width: 330px;
    }

    #pricing_plan .pricing_plan_background .pricing_plan_items .pricing_plan_item:nth-child(2) {
        transform: none;
    }

    .project-slide {
        height: 250px;
        margin: 0 5px;
    }

    .project-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .project-title {
        font-size: 1rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .step-container {
        margin-bottom: 50px;
    }

    .step-number {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }


    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .feature-item {
        margin-bottom: 3rem;
    }

    .feature-icon {
        width: 100px;
        height: 70px;
        margin-bottom: 1.5rem;
    }

    .feature-icon i {
        font-size: 1.7rem;
    }

    .feature-title {
        font-size: 1.3rem;
    }

    .feature-description {
        font-size: 0.95rem;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .partner-logo {
        height: 100px;
        margin-bottom: 1.5rem;
    }

    .partner-logo img {
        max-height: 60px;
    }

    #get_started {
        padding: 60px 30px;
    }

    .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .cta-text {
        margin-right: 0;
    }

    .cta-text h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .star {
        top: 20px;
        right: 20px;
        font-size: 1.5rem;
    }

    .decoration-1,
    .decoration-2,
    .decoration-3 {
        display: none;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .last-news-section {
        padding: 60px 0;
    }

    .news-image {
        height: 180px;
    }


    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .btn-sign-in,
    .btn-get-started {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        margin: 5px 0;
        background: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border: 1px solid #dee2e6;
        color: #333;
        width: 120px;
        text-align: center;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }

    .btn-sign-in {
        top: 50px;
    }

    .btn-get-started {
        top: 95px;
        background: #007bff;
        color: white;
    }

    .btn-sign-in.show,
    .btn-get-started.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .user_btn {
        background: none;
    }

    .user_btn i {
        color: white;
    }

    /* .user_btn.active {
                background: #0056b3;
                transform: rotate(180deg);
            } */

    /* Dropdown animasiyası */
    .mobile-dropdown {
        position: absolute;
        top: 50px;
        right: 0;
        background: white;
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        padding: 10px;
        display: none;
        flex-direction: column;
        gap: 8px;
        min-width: 160px;
        z-index: 1000;

        /* Animasiya üçün ilkin vəziyyət */
        opacity: 0;
        transform: translateY(-15px) scale(0.9);
        transition: opacity 0.35s ease, transform 0.35s ease;
        transform-origin: top right;
        /* daha təmiz effekt üçün */
    }

    .mobile-dropdown.show {
        display: flex;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .mobile-dropdown a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        border-radius: 6px;
        transition: all 0.2s ease;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

    .mobile-dropdown .btn-sign-in {
        position: relative;
        top: auto;
        margin: 0;
        width: auto;
        box-shadow: none;
        border: 1px solid #007bff;
        color: #007bff;
        background: #007bff;
        opacity: 1;
        transform: none;
    }

    .mobile-dropdown .btn-get-started {
        position: relative;
        top: auto;
        margin: 0;
        width: auto;
        box-shadow: none;
        background: #007bff;
        color: white;
        opacity: 1;
        transform: none;
        border: 1px solid #007bff;
    }

    .mobile-dropdown .btn-sign-in:hover {
        background: #007bff;
        color: white;
    }

    .mobile-dropdown .btn-get-started:hover {
        background: #0056b3;
        border-color: #0056b3;
    }




    .special-swiper .swiper-wrapper {
        height: 250px;
        /* max-width: 250px; */
        width: 100%;

    }

    .special-swiper .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    #custom_faq .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    #custom_faq .faq-column {
        padding: 20px;
    }

    #custom_faq .custom-accordion-button {
        padding: 15px 20px;
        font-size: 14px;
    }

    #custom_faq .custom-accordion-content.active {
        padding: 15px 20px;
    }


    .special-swiper .swiper-slide {
        height: 100%;
        max-width: 173px;
    }

    .special-swiper .swiper-slide img {
        border-radius: 28px;
        /* padding:  0px 80px; */
        width: 100%;
    }

    #pricing_plan .pricing_plan_background .pricing_plan_title_header {
        margin-bottom: 15px;
    }

    #hot_deals .hot_deals_title h2 {
        font-size: 20px;
    }

    #hot_deals .hot_deals_title span {
        font-size: 16px;
        margin-top: 15px;
    }
}

@media (min-width: 769px) {
    .mobile-dropdown {
        display: none !important;
    }

    .user_btn {
        display: none;
    }


}



@media (max-width: 600px) {
    /* Sadec mobil üçün */
    section{

    }
    #last_news.mobile .row {
        padding-left: 0;
        padding-right: 0; /* lazım olsa sağ tərəfi də sıfırla */
    }

    /* Və ya bütün row-lara */
    .row > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .news_card{
        /*max-width: 358px;*/
        width: 100%;
        height: 400px;
    }
    .btn-for-company {
        padding: 8px 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }


    .btn-for-blogger {

        display: flex;

        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 8px 30px;

    }

    #hot_deals .hot_deals_title {
        flex-direction: column;
    }

    #hot_deals .hot_deals_title h2 {
        font-size: 20px;
    }

    .phone-anivation__wrapper {
        display: none;
    }

    .our_client {
        margin: 0 auto;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

}

/* 480 */

@media (max-width: 480px) {
    .star_container_image {
        width: 32px;
        height: 32px;
    }

    .star_header_position .star_header {
        right: 0;
        left: 0;
        width: 32px;
        height: 32px;
    }

    #get_started {
        padding: 40px 20px;
    }

    .cta-text h2 {
        font-size: 1.3rem;
    }

    .cta-button {
        padding: 16px 28px;
        font-size: 1rem;
    }

    .user_btn i {
        color: #fff;
        font-size: 18px;
    }

    .banner-media {
        display: none;
    }

    #kt_header_nav_wrapper {
        display: none;
    }

    /* .container {
                padding: 0 15px;
            } */

    .hero h1 {
        font-size: 1.5rem;
    }

    /* Kiçik ekranlar üçün header elementlərini daha da kiçilt */
    .logo {
        font-size: 20px;
    }

    .logo-icon {
        width: 35px;
        height: 35px;
    }

    .user-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .user-icon {
        width: 20px;
        height: 20px;
    }


}
