@media only screen and (max-width: 1024px) {
  .header {
    padding: 8px 0;
  }

  .header .logo img {
    max-width: 200px;
  }

  .navmenu a {
    font-size: 14px;
  }

  .header_btns a {
    font-size: 14px;
    padding: 6px 20px;
  }

  /* Hide button image only at 1024px - only for desktop header, not mobile menu */
  .header_btns a img {
    display: none;
  }

  /* Ensure elements stay in one line */
  .header .container-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .navmenu ul {
    flex-wrap: nowrap;
  }

.banner_text_about h1{
  font-size: 40px;
  line-height: 40px;
}

.banner_text h1 span{
  font-size: 40px;
  line-height: 40px;
}

.banner_text_about p{
  font-size: 15px;
  line-height: 15px;
}
.home_banner_icon_two{
  right: 20px;
}

.home_banner_icon_one{
  top: 17rem;
}

  /* Hide road map background image at 1024px */
  .road_map_bg {
    display: none;
  }

  /* Section Five - Tabs - Keep Desktop Layout */
  .wrapper_five {
    padding: 30px !important;
  }

  /* Maintain side-by-side layout */
  .wrapper_five .tab-pane .row {
    flex-direction: row !important;
  }

  .wrapper_five .tab-pane .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .wrapper_five .tab-pane .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wrapper_five .tab-pane .offset-1 {
    margin-left: 8.333333%;
  }

  .wrapper_five .content_t_h {
    text-align: left;
  }

  .wrapper_five .content_t_h h3 {
    font-size: 22px;
    text-align: left;
  }

  .wrapper_five .content_t_h p {
    font-size: 14px;
    text-align: left;
  }

  /* Keep horizontal image layout */
  .sec_fiv_right_sec {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 15px;
  }

  .sec_fiv_right_sec img {
    width: 83%;
  }

  .sec_fiv_right_sec h5 {
    font-size: 70px !important;
    text-align: right;
  }

  /* Tabs - Keep all 4 in one row */
  .tabs_ecom {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .tabs_ecom li {
    flex: 1;
  }

  .tabs_ecom li button {
    font-size: 13px !important;
    padding: 15px 18px !important;
    min-width: auto;
    display: flex;
    justify-content: space-around;
  }
  .services_wrapper_awfba_warpper .col-sm-6 {
    max-width: 100%;
  }

}


/* Show and center image between 991px and 768px */
@media (max-width: 991px) and (min-width: 768px) {
  .form-container,
  .contact-info-card {
    margin-bottom: 2rem;
  }

  .cta-section {
    padding: 60px 0;
  }
}


@media only screen and (max-width: 1000px) {
  .banner_text_tiktok_automation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .banner_text_tiktok_automation .banner_text_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .banner_text_tiktok_automation {
    
  }

  .right_image_banner_amazon {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .right_image_banner_amazon img {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 90%;
    margin: 0 auto;
  }

  .road_map_bg {
    display: none;
  }
  
  /* Hide image and adjust content layout for about-us section at 768px */
  .our_sucess_stories #stickyImage {
    display: none !important;
  }
  
  .our_sucess_stories .col-sm-6.offset-5 {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Responsive font sizes for about-us section at 768px */
  .our_sucess_stories h2 {
    font-size: 1.5rem !important;
  }
  
  .our_sucess_stories h4 {
    font-size: 1.2rem !important;
  }
  
  .our_sucess_stories p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }
  
  .our_sucess_stories .content_t_h h3 {
    font-size: 1.8rem !important;
  }
  
  /* Center content in home page text container at 768px */
  .section_two .row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .section_two .col-sm-5,
  .section_two .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-left: 0 !important;
  }
  
  .content_t_h {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .content_t_h h3,
  .content_t_h h5,
  .content_t_h h6,
  .content_t_h p {
    text-align: center !important;
  }
  
  /* Even more specific selectors */
  .text-container.content_t_h,
  div .content_t_h {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    flex-direction: column !important;
  }

  /* Override for wrapper_five section - Keep Desktop Layout */
  .wrapper_five .content_t_h {
    display: block !important;
    text-align: left !important;
    flex-direction: initial !important;
  }

  .wrapper_five .content_t_h h3,
  .wrapper_five .content_t_h p {
    text-align: left !important;
  }

  .wrapper_five .tab-content,
  .wrapper_five .tab-pane {
    display: block !important;
    text-align: left !important;
  }

  .wrapper_five .tab-pane > .row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .wrapper_five .tab-pane .col-sm-5 {
    display: block !important;
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    padding: 0 5px !important;
  }

  .wrapper_five .tab-pane .col-sm-6 {
    display: block !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
    padding: 0 5px !important;
  }

  .wrapper_five .tab-pane .offset-1 {
    margin-left: 3% !important;
  }

  .wrapper_five .tab-pane h3,
  .wrapper_five .tab-pane p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wrapper_five .text-reveal {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
  }

  .wrapper_five .content_t_h .text-reveal {
    display: block !important;
    text-align: left !important;
  }

  /* Section Five - Tabs Responsive Styling - Keep Desktop Layout */
  .section_five {
    padding: 50px 10px !important;
  }

  .wrapper_five {
    padding: 12px 6px !important;
    margin: 25px 0 0 0 !important;
  }

  /* Fix hidden tabs taking space */
  .wrapper_five .tab-pane {
    padding: 10px 0;
  }

  .wrapper_five .tab-pane:not(.show):not(.active) {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .wrapper_five .tab-pane.show.active {
    display: block !important;
  }

  .wrapper_five .tab-pane .col-sm-5,
  .wrapper_five .tab-pane .col-sm-6 {
    padding: 0 5px !important;
  }

  .wrapper_five .content_t_h h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 8px;
  }

  .wrapper_five .content_t_h p {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
  }

  /* Image and Number - Vertical Stack at 768px */
  .wrapper_five .sec_fiv_right_sec {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .wrapper_five .sec_fiv_right_sec img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    order: 1 !important;
  }

  .wrapper_five .sec_fiv_right_sec h5 {
    font-size: 50px !important;
    text-align: center !important;
    order: 2 !important;
  }

  /* Tabs Navigation Styling - 2 Tabs Per Row */
  .tabs_ecom {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
  }

  .tabs_ecom li {
    flex: 0 0 calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    margin: 0 0 10px 0 !important;
  }

  /* Remove the mt-25 class effect on 4th item */
  .tabs_ecom li.nav-item.mt-25 {
    margin-top: 0 !important;
  }

  .tabs_ecom li button {
    width: 100%;
    font-size: 11px !important;
    padding: 10px 8px !important;
    min-width: auto !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .tabs_ecom li button .name_tab {
    font-size: 11px;
  }

  .tabs_ecom li button .number_tab {
    font-size: 14px;
    font-weight: 600;
  }

  /* Keep active state styling */
  .tabs_ecom li button.active {
    background: var(--Brand-Color, linear-gradient(90deg, #FFB545 0%, #FDC82A 100%)) !important;
    color: #fff !important;
  }

  .tabs_ecom li button:not(.active) {
    background: #F1F3F7 !important;
    color: #000 !important;
  }

  .header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  nav#navmenu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #000;
    padding: 20px;
    z-index: 99998;
    border-radius: 10px;
    margin: 0 15px;
  }

  nav#navmenu.navmenu-active {
    display: block !important;
  }

  nav#navmenu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .mobile-nav-toggle {
    display: block !important;
    width: 30px;
    height: 24px;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
    position: relative;
    z-index: 99999;
  }

  .mobile-nav-toggle .toggle-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  /* X animation when menu is open */
  .mobile-nav-toggle.active .toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .mobile-nav-toggle.active .toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle.active .toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  /* Hide desktop button on mobile */
  .header_btns {
    display: none;
  }

  /* Show mobile button in dropdown */
  .nav-cta-mobile {
    display: block;
    margin-top: 10px;
  }

  .navmenu .nav-cta-mobile a {
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
  }

  /* Mobile text sizes */
  .content_t_h h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  .content_t_h h5 {
    font-size: 13px;
    line-height: 1.3;
  }

  .content_t_h h6 {
    font-size: 18px;
    line-height: 1.3;
  }

  .content_t_h p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Banner text styles for 768px breakpoint */
  .banner_text h1 {
    font-size: 30px;
    line-height: 1.0;
  }

  .banner_text h1 span {
    font-size: 30px;
    line-height: 1.0;
  }

  .banner_text p {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin: 15px 0 !important;
  }

  .banner_text_about h1,
  .banner_text_about p {
    margin-bottom: 8px !important;
  }

  .banner_text_about {
    gap: 0 !important;
  }

  .contact-banner-h1 {
    line-height: 1.2 !important;
    font-size: 26px !important;
  }

  img.home_banner_icon_two {
    display: none !important;
  }

  img.home_banner_icon_one {
    display: none !important;
  }

  .banner_images_bottam {
    display: none;
  }

  .banner_home {
    align-items: center;
    height: 77vh;
  }

  .content_t_h h3 {
    font-size: 32px;
    text-align: center;
  }

  .section_two_img ul li {
    font-size: 27px;
  }

  .section_two_img ul {
    display: none;
  }

  .covering_box {
    width: 100%;
  }

  .tabs_ecom li button {
    padding: 8px 0;
    margin: 0 0 11px 0;
    display: inline-flex;
  }

  .tabs_ecom {
    gap: 20px;
  }

  .percent_off h6 {
    font-size: 20px;
  }

  .percent_off h5 {
    font-size: 18px;
  }

  .plan_name h5 {
    display: none;
  }

  .pricing_wrapper .row {
    gap: 70px 0px;
  }

  .btnn_style_1 img {
    display: none;
  }

  .content_t_h {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .offset-1 {
    margin: 0px;
  }

  .services_column {
    flex-direction: column;
    text-align: center;
  }

  .services_column {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .section_four_covering .text-reveal {
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }

  .section_four_covering .btnn_style_1 {
    margin: 0 auto;
  }

  .covering_boxes {
    margin: 60px 0 0 0;
    justify-content: space-around;
  }

  /* Amazon Wholesale Page Responsive */
  .a-wholesale-banners .banner_text_about {
    text-align: center;
    margin-bottom: 30px;
  }

  .a-wholesale-banners .contact-banner-h1 {
    font-size: 32px;
  }

  .a-wholesale-banners .banner_text_about p {
    font-size: 14px;
    line-height: 1.5;
  }

  .amazon__wholesale_fba_sec_one_box {
    margin-bottom: 30px;
    text-align: center;
  }

  .amazon__wholesale_fba_sec_one_box img {
    margin: 0 auto 20px;
  }

  /* Show 2 items per row instead of 4 at 768px */
  .amazon__wholesale_fba_sec_one_wrapper .col-sm-3 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .services_wrapper_awfba_box {
    margin-bottom: 20px;
  }

  .services_wrapper_awfba_box .row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .services_wrapper_awfba_box_img {
    text-align: center;
    margin-bottom: 20px;
  }

  .services_wrapper_awfba_box_img img {
    max-width: 150px;
  }

  .services_wrapper_awfba_box_content {
    text-align: center;
  }

  /* Center the services wrapper on the page at 768px */
  .services_wrapper_awfba_warpper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .services_wrapper_awfba_warpper .row {
    justify-content: center;
  }

  .how_we_can_help .content_area_wwch h3 {
    text-align: center;
    font-size: 28px;
  }

  .how_we_can_help .image_box_wwch {
    margin-top: 30px;
    text-align: center;
  }
  
  /* Center content and hide image at 768px for walmart-automation.php */
  .how_we_can_help_wrapper .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .how_we_can_help_wrapper .col-sm-6:first-child {
    order: 2;
    width: 100%;
  }
  
  .how_we_can_help_wrapper .col-sm-6:last-child {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .how_we_can_help_wrapper .content_t_h {
    align-items: center;
    text-align: center;
  }

  .pricing_wrapper .pricing_box {
    margin-bottom: 30px;
  }

  .book_meeting {
    width: 100%;
    padding: 0 15px;
  }

  .book_meeting .form-floating {
    margin-bottom: 20px;
  }

  /* Home Page Responsive */
  .banner_home {
    height: auto;
    min-height: 60vh;
    padding: 100px 0 40px;
  }

  .section_two {
    padding: 60px 0;
  }

  .section_two .col-sm-5,
  .section_two .col-sm-6 {
    max-width: 100%;
  }

  .section_two .offset-1 {
    margin-left: 0;
  }

  .section_two .content_t_h {
    text-align: center;
    margin-bottom: 30px;
  }

  .section_two .content_t_h h3 {
    font-size: 26px;
  }

  .section_two .content_t_h h5,
  .section_two .content_t_h h6 {
    text-align: center;
  }

  .section_two .content_t_h .btn-getstarted {
    margin: 0 auto;
    display: block;
    width: fit-content;
  }

  .section_two_img {
    text-align: center;
  }

  .section_two_img .image-container {
    margin-bottom: 20px;
  }

  .section_two_img ul {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .section_two_img ul li {
    font-size: 20px;
    text-align: center;
  }

  .section_three {
    padding: 60px 0;
  }

  .section_three .content_t_h h3 {
    font-size: 26px;
  }

  .services_column {
    min-height: auto;
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .services_column h4 {
    font-size: 18px;
  }

  .services_column img {
    margin: 30px auto;
    width: 100px;
  }

  .services_column_four {
    min-height: auto;
    padding: 30px 20px;
    flex-direction: column;
  }

  .services_column_four .col-sm-5,
  .services_column_four .col-sm-7 {
    width: 100%;
    max-width: 100%;
  }

  .services_column_four img {
    margin: 20px auto 0;
    width: 100px;
  }

  .section_four_covering {
    padding: 60px 0;
  }

  .section_four_covering .content_t_h {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .section_four_covering .content_t_h h3 {
    font-size: 26px;
  }

  .section_five {
    padding: 60px 0;
  }

  .section_five .content_t_h h3 {
    font-size: 26px;
  }

  .sec_fiv_right_sec {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
  }

  .sec_fiv_right_sec img {
    width: 83% !important;
    height: auto;
  }

  .sec_fiv_right_sec h5 {
    font-size: 60px !important;
    text-align: right !important;
  }

  /* Section Five - Tabs Responsive Styling - Keep Desktop Layout */
  .section_five {
    padding: 60px 15px !important;
  }

  .wrapper_five {
    padding: 20px !important;
    margin: 30px 0 0 0 !important;
  }

  /* Tab Content - Maintain Side-by-Side Layout */
  .wrapper_five .tab-content {
    margin-bottom: 30px;
  }

  .wrapper_five .tab-pane {
    padding: 20px 0;
  }

  /* Keep desktop row layout - DO NOT stack */
  .wrapper_five .tab-pane .row {
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }

  /* Keep original column widths and layout */
  .wrapper_five .tab-pane .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .wrapper_five .tab-pane .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .wrapper_five .tab-pane .offset-1 {
    margin-left: 8.333333%;
  }

  /* Content Area Styling */
  .wrapper_five .content_t_h {
    text-align: left;
  }

  .wrapper_five .content_t_h h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
  }

  .wrapper_five .content_t_h p {
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
  }

  /* Tabs Navigation Styling - Keep Desktop Look */
  .tabs_ecom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px !important;
    flex-wrap: nowrap;
  }

  .tabs_ecom li {
    flex: 1;
  }

  .tabs_ecom li button {
    width: 100%;
    font-size: 11px !important;
    padding: 12px 10px !important;
    min-width: auto !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .tabs_ecom li button .name_tab {
    font-size: 11px;
  }

  .tabs_ecom li button .number_tab {
    font-size: 14px;
    font-weight: 600;
  }

  /* Keep active state styling */
  .tabs_ecom li button.active {
    background: var(--Brand-Color, linear-gradient(90deg, #FFB545 0%, #FDC82A 100%)) !important;
    color: #fff !important;
  }

  .tabs_ecom li button:not(.active) {
    background: #F1F3F7 !important;
    color: #000 !important;
  }

  .affordable_pricing {
    padding: 60px 0;
  }

  .affordable_pricing .content_t_h h3 {
    font-size: 26px;
  }

  .faqs {
    padding: 60px 0;
  }

  .faqs .content_t_h h3 {
    font-size: 26px;
  }

  .faqs_wrapper {
    width: 100%;
  }

  .accordion-button {
    font-size: 15px;
    padding: 15px;
  }

  .first_meeting {
    padding: 60px 0;
  }

  .first_meeting .content_t_h h3 {
    font-size: 26px;
  }

  /* Home-2 Hero Section */
  .hero-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .btn-primary-custom,
  .btn-secondary-custom {
    font-size: 14px;
    padding: 10px 18px;
  }

  .member-avatars .avatar {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .member-avatars + span {
    font-size: 13px;
  }

  .dashboard-header h5 {
    font-size: 16px;
  }

  .badge {
    font-size: 11px;
  }

  .price-tag {
    font-size: 13px;
  }

  .product-card small {
    font-size: 11px;
  }

  .platform-logo {
    font-size: 20px;
  }

  .image_box_wwch img {
    display: none;
  }
  
  .acount-suspension-img-ab {
    display: none !important;
  }
   .amazon_acount_suspension_wrapper .row > .col-sm-8 {
        flex: 0 0 100%;   /* full width */
        max-width: 100%;
    }

  /* Home-2 responsive styles from style.css */
  .hero-title {
    font-size: 2.5rem;
  }
  .services-title {
    font-size: 2rem;
  }
  .stats-section {
    flex-direction: column;
    gap: 30px;
  }
  .stat-number {
    font-size: 3rem;
  }
}

/* Show and center image between 767px and 576px */
@media (max-width: 767px) and (min-width: 576px) {
  .right_image_banner {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .right_image_banner_amazon {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  
  .right_image_banner_amazon img {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 90%;
    margin: 0 auto;
  }
}

/* Small mobile devices */
/* For smaller screens, 1 item per row */
@media (max-width: 576px) {
  .account-reinstatement-list{
    flex-direction: column;
    max-width: 100%;
  }
  .amazon_acount_suspension_wrapper ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Popup responsive styles */
@media (max-width: 600px) {
  .mob-hide {
    display: none;
  }
  .popup {
    width: 95%;
    margin: 20px;
  }

  .popup-header {
    padding: 10px 20px 10px;
  }

  .popup-body {
    padding: 10px 10px;
  }

  .popup-form-h {
    font-size: 20px;
  }

  .features-row {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* Section Five - Tabs - Keep Desktop Layout */
  .section_five {
    padding: 40px 8px !important;
  }

  .wrapper_five {
    padding: 12px 8px !important;
    margin: 20px 0 0 0 !important;
  }

  /* Keep side-by-side layout */
  .wrapper_five .tab-pane {
    padding: 12px 0;
  }

  .wrapper_five .tab-pane:not(.show):not(.active) {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .wrapper_five .tab-pane.show.active {
    display: block !important;
  }

  .wrapper_five .tab-pane .row {
    flex-direction: row !important;
  }

  .wrapper_five .tab-pane .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 5px !important;
  }

  .wrapper_five .tab-pane .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px !important;
  }

  .wrapper_five .tab-pane .offset-1 {
    margin-left: 5% !important;
  }

  .wrapper_five .content_t_h {
    text-align: left;
  }

  .wrapper_five .content_t_h h3 {
    font-size: 15px !important;
    text-align: left;
    margin-bottom: 8px;
  }

  .wrapper_five .content_t_h p {
    font-size: 10px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0;
  }

  /* Keep horizontal image layout */
  .sec_fiv_right_sec {
    flex-direction: row !important;
    gap: 6px !important;
  }

  .sec_fiv_right_sec img {
    width: 80% !important;
  }

  .sec_fiv_right_sec h5 {
    font-size: 40px !important;
    text-align: right !important;
  }

  /* Tabs Navigation - Keep all 4 in one row */
  .tabs_ecom {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 20px !important;
  }

  .tabs_ecom li {
    flex: 1;
  }

  .tabs_ecom li button {
    font-size: 9px !important;
    padding: 8px 5px !important;
  }

  .tabs_ecom li button .name_tab {
    font-size: 9px;
  }

  .tabs_ecom li button .number_tab {
    font-size: 12px;
  }

  /* Amazon Wholesale FBA Banner Responsive - Small Phones */
  .a-wholesale-banners .contact-banner-h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .a-wholesale-banners .banner_text_about p {
    font-size: 13px;
    line-height: 1.4;
  }

  /* Show 1 item per row on small mobile devices */
  .amazon__wholesale_fba_sec_one_wrapper .col-sm-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Center the services wrapper on small mobile devices */
  .services_wrapper_awfba_warpper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .services_wrapper_awfba_warpper .row {
    justify-content: center;
  }
  
  /* Hide account suspension images at 768px */
  .acount-suspension-img-ab,
  .acount-suspension-img-ab-ecom {
    display: none !important;
  }
  
  /* Center road map content at 480px */
  .wrapper_road_map {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }
  
  .road_map_row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  
  .road_map_row .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto 20px auto !important;
    padding: 0 10px !important;
  }

  .banner_text_tiktok_automation{
    display: flex;
    justify-content: center;
    transform: translateY(200px) !important;
  }
}

/* For screens with max-width of 425px - Keep Desktop Layout */
@media only screen and (max-width: 425px) {
  /* Section Five - Tabs - Maintain Desktop Layout */
  .wrapper_five {
    padding: 10px 6px !important;
    margin: 15px 0 0 0 !important;
  }

  /* Keep side-by-side layout */
  .wrapper_five .tab-pane {
    padding: 10px 0;
  }

  .wrapper_five .tab-pane:not(.show):not(.active) {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .wrapper_five .tab-pane.show.active {
    display: block !important;
  }

  .wrapper_five .tab-pane .row {
    flex-direction: row !important;
  }

  .wrapper_five .tab-pane .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 4px !important;
  }

  .wrapper_five .tab-pane .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4px !important;
  }

  .wrapper_five .tab-pane .offset-1 {
    margin-left: 4% !important;
  }

  .wrapper_five .content_t_h {
    text-align: left;
  }

  .wrapper_five .content_t_h h3 {
    font-size: 13px !important;
    text-align: left;
    margin-bottom: 6px;
  }

  .wrapper_five .content_t_h p {
    font-size: 9px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0;
  }

  /* Keep horizontal image layout */
  .sec_fiv_right_sec {
    flex-direction: row !important;
    gap: 5px !important;
  }

  .sec_fiv_right_sec img {
    width: 78% !important;
  }

  .sec_fiv_right_sec h5 {
    font-size: 35px !important;
    text-align: right !important;
  }

  /* Tabs - Keep all 4 in one row */
  .tabs_ecom {
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 18px !important;
  }

  .tabs_ecom li {
    flex: 1;
  }

  .tabs_ecom li button {
    font-size: 8px !important;
    padding: 7px 4px !important;
  }

  .tabs_ecom li button .name_tab {
    font-size: 8px;
  }

  .tabs_ecom li button .number_tab {
    font-size: 11px;
  }

  /* Remove margins from road map elements at 425px and center */
  .wrapper_road_map {
    margin: 0 auto !important;
    padding: 0 15px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .wrapper_road_map_effect {
    margin: 0 auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .road_map_row {
    flex-wrap: wrap !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .road_map_row .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }

  .acount-suspension-img-ab {
    display: none !important;
  }
  
  .acount-suspension-img-ab-ecom {
    display: none !important;
  }

  
  .banner_text_tiktok_automation {
    transform: translateY(200px) !important;
  }
  
  .global-banners .row {
    position: relative !important;
    top: 80px !important;
  }
}

/* Consistent positioning for TikTok banner elements on small screens (424px to 320px) */
@media only screen and (max-width: 424px) and (min-width: 320px) {
  .banner_text_tiktok_automation {
    transform: translateY(-55px) !important;
    font-size: 10px;
  }
}

/* Consistent positioning for TikTok banner elements on extra small screens (below 320px) */
@media only screen and (max-width: 375px) {
  .banner_text_tiktok_automation {
    transform: translateY(-40px) !important;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Show road map background image on larger screens */
@media only screen and (min-width: 1240px) and (max-width: 2560px) {
  .road_map_bg {
    display: block;
  }
}

/* Show 2 items per row for services_wrapper_awfba_warpper between 999px and 2560px */
@media only screen and (min-width: 999px) and (max-width: 2560px) {
  .services_wrapper_awfba_warpper .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Show 1 item per row for services_wrapper_awfba_warpper on screens smaller than 999px */
@media only screen and (max-width: 998px) {
  .services_wrapper_awfba_warpper .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Show 1 item per row for services_wrapper_awfba_warpper on screens larger than 2560px */
@media only screen and (min-width: 2561px) {
  .services_wrapper_awfba_warpper .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Desktop devices - Hide mobile toggle */
@media only screen and (min-width: 1200px) {
  .mobile-nav-toggle {
    display: none !important;
  }
}

/* Add margin-bottom for contact page text on small screens */
@media only screen and (max-width: 423px) {
  .banner_text_about {
    margin-bottom: 12rem;
  }
}

