/* Responsive Css */


@media only screen and (max-width: 1749px){



}


@media only screen and (max-width: 1499px){


}


@media only screen and (max-width: 1399px){


}


@media only screen and (max-width: 1299px){


}



@media only screen and (max-width: 1200px){

  .main-menu,
  .sticky-header,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .main-header .outer-box .logo-box{
    margin-top: 0px;
    padding: 31px 30px !important;
  }

  .main-header .outer-box .logo-box:before,
  .main-header .outer-box .logo-box:after,
  .main-header .outer-box .logo-box .shape{
    display: none;
  }

  .header-top .top-inner{
    padding-left: 0px;
  }

  .rtl .header-top .top-inner{
    padding-right: 0px;
  }

  .header-style-two .header-top{
    padding-left: 40px;
  }


}



@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}



@media only screen and (max-width: 991px){
  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .widget-section{
    padding-bottom: 83px;
  }

  .header-style-two .header-top{
    padding-left: 30px;
    padding-right: 30px;
  }

}


@media only screen and (max-width: 767px){
  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .links-list,
  .header-top .info-list{
    justify-content: center;
  }

  .main-header .menu-right-content{
    display: none;
  }

  .sec-title h2{
    font-size: 32px;
    line-height: 40px;
  }

  .main-footer .pattern-layer{
    display: none;
  }

  .main-footer .widget-section{
    padding: 80px 0px 50px 0px;
  }

  /* Account Comparison Table - Mobile Card Layout */
  .table-responsive {
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .table-responsive table {
    display: block;
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
  }

  .table-responsive table thead {
    display: none;
  }

  .table-responsive table tbody {
    display: block;
    width: 100%;
  }

  .table-responsive table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border: 1px solid #e8e8e8;
  }

  .table-responsive table tbody tr:last-child {
    margin-bottom: 0;
  }

  .table-responsive table tbody tr td {
    display: block;
    width: 100%;
    border: none;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px;
  }

  .table-responsive table tbody tr td:first-child {
    font-weight: 700;
    color: var(--title-color);
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--theme-color);
    line-height: 1.4;
  }

  .table-responsive table tbody tr td:first-child strong {
    font-weight: 700;
    color: var(--title-color);
  }

  .table-responsive table tbody tr td:not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px !important;
    margin: 8px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    text-align: right;
    font-weight: 500;
    color: var(--text-color);
  }

  .table-responsive table tbody tr td:not(:first-child):hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-color: var(--theme-color);
    transform: translateX(5px);
    box-shadow: 0px 2px 8px rgba(235, 41, 44, 0.15);
  }

  .table-responsive table tbody tr td:not(:first-child):before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--title-color);
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 14px;
    min-width: 120px;
    text-align: left;
  }

}

@media only screen and (max-width: 599px){

  


}


@media only screen and (max-width: 499px){

  .mobile-menu{
    width: 100%;
  }

  .header-top .info-list{
    display: block;
  }

  .header-top .info-list li{
    display: inline-block;
    margin: 0px 5px !important;
  }

  .main-header .outer-box .logo-box{
    padding: 15px !important;
  }

  .header-style-two .header-top{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .header-style-two .header-lower{
    padding-right: 15px;
  }

  .rtl .header-style-two .header-lower{
    padding-left: 15px;
  }

  .header-style-two.main-header .outer-box .logo-box .logo{
    max-width: 150px;
  }

  .header-top .links-list li{
    margin-right: 20px;
  }

  .rtl .header-top .links-list li{
    margin-left: 20px;
  }

  .header-style-three .header-top .top-inner{
    padding-left: 15px;
    padding-right: 15px;
  }

  .pagination li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  /* Account Comparison Table - Small Mobile (same card layout) */

}




















