@media (max-width:1200px) {
    
    
                .plan-name {
                font-size: 20px;
            }

            .feature-item {
                padding: 15px 10px;
                font-size: 13px;
            }
        

   .main-menu .nav-link {
    padding: 0.1rem 0.5rem;
}
.btn-gradient {
    padding: 0.3rem 0.6rem;
        font-size: 14px;
}
.desktop-header .d-flex.align-items-center.gap-3{
        gap: 0 !important;
}
.btn-search {
  
    font-size: 1.2rem;
    
}

.hero-section h1 {
    font-size: 34px;
}
.hero-section p.lead {
    font-size: 27px;
}
.video-box-custom video {
    width: 468px;
}

.video-box-custom.position-relative {
    margin: 8px 65px;
}
.service-box {
    box-shadow: 0px 16px 96px 0px #EAEDF280;
    padding: 1.5rem;
}
.section-header {
    margin-bottom: 0;
}

.section-header h2 {
    font-size: 2rem;
}
.cart-price.rounded-4.p-5.h-100.dark-text {
    padding: 1rem !important;
}
.faq-section .accordion-item {
    padding: 10px;
}

.video-container {
    width: 140px;
    height: 148px;
}


}

@media (max-width:991px) {
    
    
                .pricing-section {
                overflow-x: auto;
                overflow-y: visible;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 20px;
            }

            .pricing-container {
                grid-template-columns: 180px repeat(4, 220px);
                gap: 12px;
                min-width: max-content;
                width: auto;
            }

            .plan-column,
            .features-column {
                min-width: 220px;
            }

            .features-column {
                min-width: 180px;
            }

            /* Custom scrollbar */
            .pricing-section::-webkit-scrollbar {
                height: 8px;
            }

            .pricing-section::-webkit-scrollbar-track {
                background: rgba(255, 255, 255, 0.2);
                border-radius: 10px;
            }

            .pricing-section::-webkit-scrollbar-thumb {
                background: rgba(255, 255, 255, 0.5);
                border-radius: 10px;
            }

            .pricing-section::-webkit-scrollbar-thumb:hover {
                background: rgba(255, 255, 255, 0.7);
            }

            /* Scroll indicator */
            .pricing-section::after {
                content: "← اسکرول کنید";
                position: fixed;
                bottom: 30px;
                right: 30px;
                background: rgba(0, 0, 0, 0.7);
                color: white;
                padding: 8px 16px;
                border-radius: 20px;
                font-size: 12px;
                animation: fadeInOut 3s ease-in-out infinite;
                pointer-events: none;
            }

            @keyframes fadeInOut {
                0%, 100% { opacity: 0; }
                50% { opacity: 1; }
            }
     .pricing-section {
                overflow-x: auto;
                overflow-y: visible;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 20px;
            }

            .pricing-container {
                grid-template-columns: 180px repeat(4, 220px);
                gap: 12px;
                min-width: max-content;
                width: auto;
            }

            .plan-column,
            .features-column {
                min-width: 220px;
            }

            .features-column {
                min-width: 180px;
            }

            /* Custom scrollbar */
            .pricing-section::-webkit-scrollbar {
                height: 8px;
            }

            .pricing-section::-webkit-scrollbar-track {
                background: rgba(255, 255, 255, 0.2);
                border-radius: 10px;
            }

            .pricing-section::-webkit-scrollbar-thumb {
                background: rgba(255, 255, 255, 0.5);
                border-radius: 10px;
            }

            .pricing-section::-webkit-scrollbar-thumb:hover {
                background: rgba(255, 255, 255, 0.7);
            }

            /* Scroll indicator */
            .pricing-section::after {
                content: "← اسکرول کنید";
                position: fixed;
                bottom: 30px;
                right: 30px;
                background: rgba(0, 0, 0, 0.7);
                color: white;
                padding: 8px 16px;
                border-radius: 20px;
                font-size: 12px;
                animation: fadeInOut 3s ease-in-out infinite;
                pointer-events: none;
            }

            @keyframes fadeInOut {
                0%, 100% { opacity: 0; }
                50% { opacity: 1; }
            }
    
        .section-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .btn-view-all {
        width: 100%;
    }
    
    .portfolio-card {
        padding: 30px;
    }
    
    .card-title {
        font-size: 1.5rem;
    }
    
    .compare {
        min-height: 350px;
    }
    .video-swiper::before, .video-swiper::after {
    width: 200px;
}
.image-section {
    padding: 0;
}
    section.services-section {
    height: 100%;
    margin-bottom: 5rem;
}
.page-template-service .video-section {
    padding: 30px 0;
}
section.services-box.img-right {
    padding: 20px 0;
}
section.services-box {
    margin-top: 40px;
}
    .hero-section {

           padding-top: 10%;
}
    .company-logos {
    display: flex
;
    align-items: center;
    margin-bottom: 2rem;
    flex-direction: row;
        justify-content: space-around;
}
  .mobile-logo img {
    height: 50px;
  }
  
  .mobile-header {
    display: none !important;
  }

  .desktop-header {
    display: flex !important;
  }
  
  .des-hero {
    right: 16.8% !important;
  }
   
  .desktop-header {
    display: none !important;
  }

  /* نمایش هدر موبایل */
  .mobile-header {
    display: flex !important;
    position: relative;
    z-index: 10;
  }

  /* دکمه منو - سمت راست */
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.6rem;
    border-radius: 50%;
    transition: all 0.3s;
    width: 46px;
    height: 46px;
  }

  .menu-toggle:hover {
    background: rgba(33, 138, 242, 0.3);
  }

  .menu-toggle i {
    color: #fff;
     margin-top: 5px;
  }

  /* لوگو - وسط */
  .mobile-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: block !important;
  }

  /* دکمه‌های سمت چپ */
  .mobile-header > div:last-child {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* دکمه سرچ موبایل */
  .mobile-search {
    width: 42px;
    height: 42px;
    font-size: 1rem;
    border-radius: 10px;
  }

  /* دکمه مشاوره موبایل - سمت چپ */
  .mobile-consult {
    background: #218AF2;
    box-shadow: none;
    color: #fff;
    border-radius: 30px;
    padding: 0.6rem 1rem;
    font-weight: 500;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .mobile-consult i {
    font-size: 1.1rem;
  }

  .line {
    display: none;
  }

  .custom-header {
    padding: 1rem 0 !important;
  }

 

  /* Search Overlay در موبایل */
  .search-container {
    width: 95%;
  }

  .search-input {
    font-size: 1rem;
  }

  .search-close {
    top: -40px;
    font-size: 1.5rem;
  }

  .search-tags {
    gap: 0.5rem;
  }

  .search-tag {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
  
  .d-flex.flex-wrap.justify-content-between.align-items-center.gap-3.mb-4 {
    justify-content: center !important;
}
#pricing-section .row.g-4{
        overflow: scroll;
    display: flex;
    flex-wrap: nowrap;
}
#pricing-section .col-md-4{
        width: 330px;
    height: 517px;
}
.service-box {
  
    height: 360px !important;
}
    .servis-ts .col-md-6.col-lg-4 {
        width: 341px;
        height: 240px;
}

.servis-ts .row.gy-4{
    display: flex;
    height: 405px;
    overflow-x: scroll;
    flex-direction: column;
}

.blog-section .row.g-4{
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
}
.blog-section .col-lg-4.col-md-6{
        width: 350px !important; 
                margin-bottom: 10px;
}
    .service-stats img {
    width: 28px;
    height: 28px;
}

.service-stats2 img {
    width: 28px;
    height: 28px;
}
    .service-stats {
        bottom: 178px;
        width: 134px;
        right: 14px;
        padding: 7px 8px;
    }
    
    .service-stats2 {
    bottom: 94px;
    top: auto;
    right: auto;
    width: 134px;
    left: 12px;
    padding: 7px 8px;
}
    .reliability-services {
    font-size: 14px;
}

}






@media (max-width: 768px) {
    
    .portfolio-slider-section-seo .section-title{
            font-size: 22px;
    }
     .price-fade-container {
                padding: 20px 10px;
                overflow-x: auto;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
                position: relative;
                cursor: grab;
            }
            
            .price-fade-container:active {
                cursor: grabbing;
            }
            
            /* Hide scrollbar completely */
            .price-fade-container::-webkit-scrollbar {
                display: none;
            }
            
            .price-fade-container {
                -ms-overflow-style: none;  /* IE and Edge */
                scrollbar-width: none;  /* Firefox */
            }
            
            .price-fade-table {
                min-width: 700px;
                width: max-content;
            }
            
            .price-fade-plan-name {
                font-size: 14px;
            }
            
            .price-fade-plan-label {
                font-size: 10px;
            }
            
            .price-fade-table tbody td:first-child {
                font-size: 12px;
                min-width: 120px;
            }
            
            .price-fade-table thead th,
            .price-fade-table tbody td {
                padding: 15px 12px;
            }
            
            /* Scroll indicator hint */
            .price-fade-container::after {
                content: '← کشیده و ببینید';
                position: absolute;
                right: 30px;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(0, 0, 0, 0.75);
                color: white;
                padding: 10px 20px;
                border-radius: 25px;
                font-size: 13px;
                font-weight: 600;
                pointer-events: none;
                opacity: 0;
                animation: scrollHintFade 4s ease-in-out;
                animation-delay: 0.5s;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
                z-index: 10;
            }
            
            @keyframes scrollHintFade {
                0%, 100% { opacity: 0; transform: translateY(-50%) translateX(10px); }
                15%, 85% { opacity: 1; transform: translateY(-50%) translateX(0); }
            }
    .process-section {
    padding: 0px 0 20px 0;
}
    
    .insta-page-cover img {
    width: 80%;
}

span.insta-badge {
    font-size: 20px;
}
span.insta-title {
    font-size: 27px;
}

span.insta-title .mb-5 {
    margin-bottom: 0 !important;
}

    .post_type_web_arrow-right {
    right: 0 !important;
}
.post_type_web_arrow-left {
    left: 0 !important;
}
    
    .portfolio-swiper-web::before, .portfolio-swiper-web::after {

    width: 110px;

}
.post_type_web_swiper {
    width: 83%;
    padding-bottom: 50px;
}

.post_type_web_slider-container {

    overflow: hidden;
}

      .price-fade-container {
                padding: 20px 10px;
                overflow-x: auto;
                overflow-y: hidden;
                -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
                position: relative;
                cursor: grab;
            }
            
            .price-fade-container:active {
                cursor: grabbing;
            }
            
            /* Hide scrollbar completely */
            .price-fade-container::-webkit-scrollbar {
                display: none;
            }
            
            .price-fade-container {
                -ms-overflow-style: none;  /* IE and Edge */
                scrollbar-width: none;  /* Firefox */
            }
            
            .price-fade-table {
                min-width: 700px;
                width: max-content;
            }
            
            .price-fade-plan-name {
                font-size: 14px;
            }
            
            .price-fade-plan-label {
                font-size: 10px;
            }
            
            .price-fade-table tbody td:first-child {
                font-size: 12px;
                min-width: 120px;
            }
            
            .price-fade-table thead th,
            .price-fade-table tbody td {
                padding: 15px 12px;
            }
            
            /* Scroll indicator hint */
            .price-fade-container::after {
                content: '← کشیده و ببینید';
                position: absolute;
                right: 30px;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(0, 0, 0, 0.75);
                color: white;
                padding: 10px 20px;
                border-radius: 25px;
                font-size: 13px;
                font-weight: 600;
                pointer-events: none;
                opacity: 0;
                animation: scrollHintFade 4s ease-in-out;
                animation-delay: 0.5s;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
                z-index: 10;
            }
            
            @keyframes scrollHintFade {
                0%, 100% { opacity: 0; transform: translateY(-50%) translateX(10px); }
                15%, 85% { opacity: 1; transform: translateY(-50%) translateX(0); }
            }
    
    .post_type_web_hero-title {
    font-size: 25px;
}
    
        .comment-list .children {
        padding-right: 20px;
    }
    
    .comment-respond {
        padding: 25px 20px;
    }
    
    .comment-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .comment-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .comment-actions {
        flex-wrap: wrap;
    }
     .portfolio-slider-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
    
    .portfolio-card {
        min-height: 550px;
        padding: 25px;
        border-radius: 30px;
    }
    
    .card-title {
        font-size: 1.2rem;
    }
    
    .compare {
        min-height: 300px;
    }
    
    .browser-header {
        padding: 10px 12px;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
    
    .divider-handle {
        width: 45px;
        height: 45px;
    }
    
    .card-nav-arrow {
        width: 45px;
        height: 45px;
    }
    
    .btn-view-details {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    .page-template-service .main-image {
    width: 80%;
}
    section.services-box .row.align-items-center{
            flex-direction: column-reverse;
    }
    
    section.services-box.img-right .row.align-items-center{
        flex-direction: unset !important;
    }

.image-section {
           padding: 0 0 2rem;
}
    .page-template-service .video-section {
    padding: 20px 0;
}
.page-template-service ul.steps-list {
    padding-right: 1rem !important;
    padding-left: 1rem;
}
.page-template-service .img-right .col-lg-7.col-md-7{
    padding-left: 1rem !important;
    padding-right: 1rem;
}
 
    .service-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;

}
    .service-icon img {
    width: 42px;
    height: 42px;
    }
    .service-card {
        padding: 10px 15px 20px 15px;
        height: 150px;
        border-radius: 11px;
    
    }
    
    .service-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
    .service-description {
    font-size: 10px;
}
    .services-hero {
    padding: 60px 0px 28px;
}
    .hero-title {
    font-size: 24px;
}
    .servis-ts h2.text-center.fw-bold.mb-5{
        font-size: 22px;
    }
    #portfolio-section .swiper-wrapper {
    height: 505px !important;
}
    .video-section .swiper-wrapper {
    height: 240px !important;
}
.process-header h2 {

    font-size: 22px;
}
.cart-price .mb-2.text-center {
  font-size: 24px;
}
.blog-header span {

    font-size: 22px;
}

.faq-header h4 {
    font-size: 22px;
}
    
    span.faq-title {
    font-size: 22px;
}
    #gform_wrapper_1 {

    padding: 20px;
}
    .video-card {
    padding: 0 !important;
            height: 185px;
}
.faq-header h2 {
    font-size: 22px;

}
    
    .hero-section .col-lg-6.mt-4.mt-lg-0{
        padding: 0 !important;
    }
    
    section.py-5.servis-ts .row.gy-4{
        padding-right: 10px !important;
    }
    section#pricing-section p.gray{
            font-size: 14px;
    }
    .baner-req.container.py-5 {
    padding: 0px 20px 40px 20px !important;
}
    span.text-goole {
    font-size: 12px !important;;
}
    #faqAccordion .col-lg-4.col-md-6.mb-4{
        
            padding: 0px 20px;
            margin-bottom: 0 !important;
        
    }
    .video-swiper::after{
        display: none;
    }
    
    .video-swiper::before{
         display: none;
    }
    .btn-primary {
    font-size: 12px !important;
}
    .process-section .row.align-items-center{
        flex-direction: column-reverse;
    }
    .cart-price {
    background: #202743;
    padding: 1rem !important;
    margin: 0 10px;
    }
    .process-header.text-lg-start {
    padding: 0 10px;
}
 ul.steps-list {
    padding-right: 12px !important;
}
.process-section .image-section {
    position: relative;
    padding: 30px 9px;
}
.process-section .process-section {
    padding: 40px 0 20px 0;
}
    #pricing-section .mb-5 {
    margin-bottom: 1rem !important;
            font-size: 14px;
}
    
    #portfolio-section .d-flex.flex-wrap.justify-content-between.align-items-center.gap-3.mb-4{
            justify-content: center !important;
    align-items: center !important;
            flex-direction: column;
    }
    
    #portfolio-section .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}


#portfolio-section h2{
        font-size: 22px;
}

.tab-content .d-flex.align-items-center.gap-4{
        justify-content: center;
                gap: 10px !important;
}
.project-card h5.fw-bold.mb-1{
    font-size: 16px;
}
    
     a.btn.btn-primary.rounded-pill.d-flex.align-items-center.gap-1.px-4.py-2.shadow-sm.mobile-btn-portfolio{
          display: block !important;
        width: 60%;
        margin: 15px auto 0 auto;
      }
      a.btn.btn-primary.rounded-pill.d-flex.align-items-center.gap-1.px-4.py-2.shadow-sm.desktop-btn-portfolio{
          display:none !important;
      }
    .portfolio-tabs .nav-link, .nav-pills .nav-link {
    font-size: 12px;
            padding: 8px !important;
    }
    
        .marquee-track img {
        margin: 0 10px;
        object-fit: contain;
    }
    
     .section-header h2 {
                font-size: 22px;
            }

            .logo-item {
                padding: 0;
                min-width: 100px;
            }

            .logo-name {
                font-size: 1.4rem;
            }

            .logo-image {
                width: 60px;
                height: 60px;
            }

            .marquee-track {
                gap: 20px;
            }

            .marquee-row:nth-child(1) .marquee-track {
                animation-duration: 30s;
            }

            .marquee-row:nth-child(2) .marquee-track {
                animation-duration: 30s;
            }

            .marquee-wrapper::before,
            .marquee-wrapper::after {
                width: 80px;
            }
    .marquee-row {

    margin: 0;
}

    .video-box-custom video {
    width: 100%;
    height: 100%;
}


.marquee-wrapper {

    padding: 0;
}
.hero-section {

            padding-top: 18%;
}

.video-box-custom.position-relative {
    margin: 30px 0px 0 0;
}

.about-section .row.align-items-center.gx-5{
    flex-direction: column-reverse;
}

.about-section .col-lg-5{
        padding:20px;
}
.hero-section::before {
    height: 1000px;

}
     .clients-header h2 {
                font-size: 2rem;
            }

            .client-logo {
                padding: 15px;
            }

            .client-logo img {
                width: 100px;
                height: 60px;
            }

            .slider-track {
                gap: 25px;
            }

            .slider-row:nth-child(1) .slider-track {
                animation-duration: 30s;
            }

            .slider-row:nth-child(2) .slider-track {
                animation-duration: 30s;
            }

            .slider-container::before,
            .slider-container::after {
                width: 80px;
            }
    
    
    
    
  .col-lg-7.position-relative::before {
    background: unset !important;
  }
  
  .des-hero {
    right: 5.2% !important;
  }
  
  .hero-section h1 {
    font-size: 30px !important;
  }
  
  .hero-section .mb-5 {
    margin-bottom: 1rem !important;
    color: #DCE1E8;
    font-size: 14px;
  }
  
  .hero-section p.lead {
    font-size: 24px !important;
  }
  
  .hero-slider img {
    width: 300px;
    height: 350px;
  }
  
  /* Video Section */
  .video-section {
    padding: 25px 0 0 0;
  }

  .video-header h2 {
    font-size: 22px;
  }

  .video-header p {
    font-size: 1rem;
  }

  .video-swiper {
    padding: 0 20px;
  }

  .video-next,
  .video-prev {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin-top: -20px;
  }

  .video-next::after,
  .video-prev::after {
    font-size: 0.8rem;
  }

  .video-container {
    height: 248px;
    width: 140px;
        height: 144px;
  }

  .play-button {
           width: 32px;
        height: 32px;
        font-size: 15px;
  }

  .video-content {
    padding: 15px;
  }

  .video-title {
    font-size: 12px;
  }
  .video-subtitle {
    font-size: 10px;
        margin-bottom: 0;
  }
  .video-description {
    font-size: 11px;

}
.title-cont {

    margin-bottom: 0;

}
  /* Blog Section */
  .blog-section {
    padding:  0;
  }

  .blog-header h2 {
    font-size: 22px;
  }

  .blog-image {
    height: 271px;
        border-radius: 30px;
  }

  .blog-content {
    padding: 0.8rem;
  }
.blog-excerpt {
   
    margin-bottom: 1rem;
}
  .blog-title {
    font-size: 18px;
  }

  .blog-meta {
              padding-top: 1rem;
  flex-direction: row;
        align-items: center;
        gap: 1rem;
        justify-content: space-between;
  }
  
  /* SEO Text Section */
  .seo-text-section {
    padding: 40px 0;
  }
  
  .seo-text {
    font-size: 14px;
  }
  
  .seo-text.collapsed {
    max-height: 100px;
  }




#pricing-section .col-md-4 {
        width: 380px;
                height: 470px;
    }
    
    .consultation-title {
    font-size: 1.5rem;

}


}




        @media (max-width: 640px) {
            .balance-card {
                border-radius: 24px;
            }
            .card-header-section {
                height: 240px;
            }
            .header-title-wrapper {
                top: 16px;
                right: 16px;
            }
            .card-body {
                padding: 18px 16px;
            }
            .balance-values {
                gap: 35px;
            }
            .balance-item .value {
                font-size: 14px;
            }
        }
    
    
@media (max-width:520px) {
    
     .pricing-container {
                grid-template-columns: 150px repeat(4, 200px);
                gap: 10px;
            }

            .plan-column,
            .features-column {
                min-width: 200px;
            }

            .features-column {
                min-width: 150px;
            }

            .plan-name {
                font-size: 18px;
            }

            .feature-item {
                padding: 12px 8px;
                font-size: 12px;
                min-height: 60px;
            }

            .plan-header {
                padding: 20px 15px;
                min-height: 100px;
            }
         .pricing-container {
                grid-template-columns: 150px repeat(4, 200px);
                gap: 10px;
            }

            .plan-column,
            .features-column {
                min-width: 200px;
            }

            .features-column {
                min-width: 150px;
            }

            .plan-name {
                font-size: 18px;
            }

            .feature-item {
                padding: 12px 8px;
                font-size: 12px;
                min-height: 60px;
            }

            .plan-header {
                padding: 20px 15px;
                min-height: 100px;
            }
        .service-card {
        padding: 10px
    }
        .service-stats {
    
        right: 0;
    }
        .service-stats2 {

        left: 0;
    }
    .page-template-service .main-image {
        width: 85%;
    }

  .des-hero {
    right: -0.8% !important;
  }
  
  .custom-header {
    padding: 0.8rem 0 !important;
  }

  /* تنظیم سایز المان‌ها */
  .menu-toggle {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
  }

    .mobile-consult {
        padding: 9px 11px 3px 11px;
        border-radius: 50% !important;
        
    }

  .mobile-consult span {
    display: inline-block;
  }

  .mobile-consult i {
    font-size: 1rem;
  }

  .mobile-sidebar {
    width: 260px;
  }

  .sidebar-menu li a {
    padding: 0.9rem 1.2rem;
    font-size: 0.95rem;
  }


}
  
@media (max-width: 375px) {
  .mobile-sidebar {
    width: 240px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .mobile-logo img {
    height: 40px;
  }



  .mobile-consult i {
    font-size: 0.9rem;
  }


}