@media (max-width: 767px) {
    .rts-ds-two__wrapper .domain-search input{
        min-width: 351px;
    }

      /* .transfer-domain-table {
    overflow-x: hidden;
  } */

  .header-left {
  margin-right: 0;
}
.header-container {
  padding: 0;
}
.rts-header__wrapper {
  display: block;
}
.header-right {
 margin-left: 0;
}
.arrow {
  width: 30px;
}
.username {
  width: 50px;
}
#menu-btn {
  padding: 0;
}

    #servicesRow > div {
        width: 100% !important;
        max-width: 100%;
    }
    /* html body.page-template.loaded section.rts-feature-six.section__padding.business div.container div.row.gy-30 div.col-lg-3.col-md-6.col-sm-6.sal-animate div.single__feature{
      height: 100%;
    } */
}

@media (max-width: 360px) {
    .rts-ds-two__wrapper .domain-search input{
        min-width: 301px;
    }
    .rts-ht__links{
        gap: 0px;
    }
    /* html body.loaded header.rts-header.style-one.header__default div.container div.row div.rts-header__wrapper div.header-container div.header-left div.rts-header__logo a.site-logo img.logo-white, html body.loaded header.rts-header.style-one.header__default.header-sticky div.container div.row div.rts-header__wrapper div.header-container div.header-left div.rts-header__logo a.site-logo img.logo-dark{
        max-width: 409%;
        margin-left: -22px;
    } */
    .header-right{
        margin-left: 0px;
    }
    .rts-services-area.area-3 .section-inner .service-wrapper{
            height: 360px !important;
    }
    /* html body.loaded section.rts-service-tab.ghost__white.section__padding.sevice-tab-section-bg div.container div.row.justify-content-center div.rts-section.w-450.text-center h3.rts-whychoose__content--title.sal-animate{
        font-size: 13px;
  margin-left: -92px;
    } */
}




 /* mobile  */
@media (max-width: 576px) {
    #servicesRow .col-lg-4 {
        width: 90% !important;   /* show 1 card at a time */
        margin-right: 15px;
    }
        .rts-services-area.area-3 .section-inner .service-wrapper{
        height: 309px;
    }
    .rts-payment-option .section-inner .payment-method-wrapper .brand-area{
      gap: 11px;
    }
}

 /* tablet */
@media (min-width: 577px) and (max-width: 1023px) {
    #servicesRow .col-lg-4 {
        width: 48% !important;   /* show 2 cards per row */
        margin-right: 20px;
    }

    .rts-services-area.area-3 .section-inner .service-wrapper{
        height: 309px;
    }

    .rts-ht__links{
        gap: 0px !important;
    }
    /* .rts-ht__wrapper{
        padding: 0 0px;
    } */
    /* .header-right{
        margin-left: 329px;
    } */
    .rts-ds-two__wrapper .domain-search input{
        min-width: 551px;
    }
    .rts-service-two .service-two-small.style-two{
        height: 100%;
    }
    /* html body.page-template.template-resell.loaded div.rts-transfer-price-table.alice__blue.section__padding div.container div.row.justify-content-center div.col-lg-10 div.transfer-domain-table{
  margin-left: 31px;
} */
      .card-feature{
        height: 350px;
      }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    html body.loaded header.rts-header.style-one.header__default div.rts-ht.rts-ht__bg div.container div.row div.rts-ht__wrapper div.rts-ht__email{
        width: 223px;
    }
    html body.loaded header.rts-header.style-one.header__default div.rts-ht.rts-ht__bg div.container div.row div.rts-ht__wrapper div.rts-ht__email a,
    html body.loaded header.rts-header.style-one.header__default div.rts-ht.rts-ht__bg div.container div.row div.rts-ht__wrapper div.rts-ht__promo p{
        font-size: 13px;
    }
    html body.loaded header.rts-header.style-one.header__default div.rts-ht.rts-ht__bg div.container div.row div.rts-ht__wrapper div.rts-ht__promo{
        width: 519px;
    }
    .rts-ht__links{
        gap: 0px;
    }
    .hostie-menu .hostie-desktop-menu .menu-item{
        padding: 0 14px;
    }
    .account-menu{
        right: 41px;
    }
    html body.loaded div.rts-services-area.area-3.pb-120.sal-animate div.container div.section-inner div.services-scroll-wrapper div#servicesRow.row.g-5.flex-nowrap div.col-lg-4.col-md-6.col-sm-6 div.service-wrapper{

        height: 100%;

    }

      .rts-payment-option .section-inner .payment-method-wrapper.method-2{
        height: 100%;
      }
      .rts-hosting-feature-four.wordpress .feature__single{
        height: 100%;
      }
      .card-feature{
        height: 100% !important;
      }

      .rts-header__wrapper {
  display: block;
}

}

 /* desktop  */
@media (min-width: 1025px) {
    #servicesRow {
        flex-wrap: nowrap;
    }
}

/* Make table container scrollable for small & medium devices */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

 /* mobile view */
@media (max-width: 576px) {
    .tab__content.open table.table.table-hover.table-responsive thead.heading__bg {
        display: none; /* Hide table header */
    }

    .tab__content.open table.table.table-hover.table-responsive tbody.table__content tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 8px;
        background: #fff;
    }

    .tab__content.open table.table.table-hover.table-responsive tbody.table__content tr td {
        display: flex;
        justify-content: space-between;
        text-align: right;
        width: 100%;
        padding: 8px 5px;
        border: none;
        position: relative;
    }

    table tbody tr td::before {
        content: attr(data-label); /* Put header title before value */
        font-weight: 600;
        text-align: left;
        flex: 1;
        color: #000;
    }

    .btn__two.primary__btn {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

      /* Reduce font sizes */
    .transfer-domain-table table.transfer-domain th,
    .transfer-domain-table table.transfer-domain td {
        font-size: 13px;
        padding: 6px 4px;
    }

    /* Reduce table spacing */
    .transfer-domain-table table.transfer-domain {
        width: 100%;
        table-layout: fixed; /* Force fit inside container */
        border-collapse: collapse;
    }

    /* Make text wrap instead of expanding table */
    .transfer-domain-table table.transfer-domain td,
    .transfer-domain-table table.transfer-domain th {
        white-space: normal !important;
        word-wrap: break-word;
        max-width: 100%;
    }

    /* Compress price area */
    .transfer-domain-table .price h5 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .transfer-domain-table .price p {
        font-size: 12px;
    }

    /* for john deo in mobile menu  */

    .account-menu {
  position: absolute;
right: 4px;
    top: 120px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  display: none;
  min-width: 180px;
  z-index: 1000;
}

.account-dropdown:hover .account-menu {
  display: block;
}

.account-btn:hover {
  background-color: #fff;
}
    
}

 /* tablet view */
@media (min-width: 577px) and (max-width: 1024px) {
    .table-responsive {
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }

    table {
        min-width: 900px; /* prevents squeezing */
    }

.tab__content.open table.table.table-hover.table-responsive{
      min-width: 779px;
    }
    .account-menu{
      right: 25px;
    }
    .rts-feature-six .single__feature--box.hover-enabled {
  padding: 33px;
}



}

@media (min-width: 577px) and (max-width: 1240px) {
    .table-responsive {
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }
  }
/* for the partner page  */


   /* responsive media queries */


 /* Tablet   */
@media (max-width: 992px) {

  .rts-feature-area .row {
    flex-direction: column;
    gap: 50px;
  }

  .left-side-content,
  .right-side-content {
    text-align: center;
  }

  .charts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .chart-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .custom-table-wrapper {
    overflow-x: auto;
  }

  /* for the domain checker page  */

   .rts-domain-pricing-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-area {
    text-align: center;
    width: 100% !important;
  }

 html body.page-template.template-resell.loaded section.rts-domain-pricing-area.area-2.pt--120.pb--120 div.container div.section-inner div.pricing-table-area div.rts-pricing-plan__tab.pricing__tab div.tab__button div.tab__button__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .tab__button__item .tab__btn {
    padding: 8px 20px;
    font-size: 15px;
  }

  .pricing-table-area table {
    font-size: 15px;
  }

  .pricing-table-area .table thead th {
    white-space: nowrap;
  }
}

/* Mobile  */
@media (max-width: 576px) {

  .rts-section__title {
    font-size: 26px;
    line-height: 1.3;
  }

  .feature__list {
    padding-right: 24px;
  }

  .feature__item {
    font-size: 14px;
  }

  .charts {
    gap: 20px;
  }

  .chart-box {
    width: 100%;
    max-width: 100%;
  }

  .custom-table {
    font-size: 14px;
  }

  .custom-table th,
  .custom-table td {
    padding: 10px 6px;
  }
  .rts-domain-pricing-area .section-title-area .desc {
  margin-left: 11px;
  }
  .rts-domain-pricing-area.area-2 .section-title-area .desc {
  margin-right: 11px;
}
.section-title-area .section-title{
  line-height: 31px;
}

.rts-hosting-banner__image.contact {
  right: -24px;
}

}

/* support page  */
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .card-feature{
    height: 100%;
  }
  .single__feature--box{
height: 307px;
  }
}

@media screen and (max-width: 992px) {
  .rts-domain-pricing-area.area-2 .tab__content.open {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 651px) and (max-width: 793px) {
  .rts-ht__wrapper {
padding: 10px 10px;
}

html body.loaded header.rts-header.style-one.header__default div.rts-ht.rts-ht__bg div.container div.row div.rts-ht__wrapper div.rts-ht__promo{
width: 360px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .header-left {
  margin-right: 0;
}
.header-container {
  padding: 0;
}
.rts-header__wrapper {
  display: block;
}
.header-right {
 margin-left: 0;
}
.arrow {
  width: 30px;
}
.username {
  width: 50px;
}
#menu-btn {
  padding: 0;
}

}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .header-center {
    display: block;
  }
}
/* Tablet: 2 cards */
@media (min-width: 768px) and (max-width: 991px) {
    #servicesRow > div {
        width: 50%;
    }
}

/* Desktop: 3 cards */
@media (min-width: 992px) {
    #servicesRow > div {
        width: 33.3333%;
    }
}

@media (max-width: 1199px) {
html body.loaded div.rts-cta{
  padding: 10px;
}
}

/* @media (min-width: 580px) and (max-width: 900px) {
  html body.page-template.template-resell.loaded div.rts-client-feedback.section__padding div.container div.row div.feedback-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden div#swiper-wrapper-77ea41f3ffc22b79.swiper-wrapper div.swiper-slide.swiper-slide-duplicate-prev{
  width: 275.333px !important;
  }
} */

@media (min-width: 577px) and (max-width: 777px) {
    .rts-domain-pricing-area.area-2 .tab__content.open {
    overflow-x: scroll;
  }

    .transfer-domain-table {
    overflow-y: scroll;
  }
}

@media (min-width: 1366px) and (max-width: 1467px) {
   .account-menu {
    right: 170px;
   }
}