/* Responsive Css */


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



}


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

  .main-header .logo-box{
    margin-right: 30px;
  }

  .rtl .main-header .logo-box{
    margin-left: 30px;
  }

}


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

  .main-header .outer-box,
  .header-top .outer-container{
    padding: 0px 30px;
  }

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

}


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

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

  .main-header .logo-box{
/*     display: none; */
  }

  .header-style-three .outer-box .menu-area{
    justify-content: space-between;
  }

  .header-style-three .outer-box{
    display: block;
  }

}



@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;
  }

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

  .header-style-three .header-lower{
    padding: 15px 0px;
  }

  .header-style-three .outer-box{
    padding: 0px;
  }

  .main-header .header-lower{
    padding: 15px 0px;
  }

  .main-header .outer-box .shape{
    display: none;
  }



}



@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){

  .sec-title h2 br{
    display: none;
  }

  .header-top .top-inner{
    display: block;
    text-align: center;
  }

  .header-top .info-list li{
    float: none;
  }

  .header-top .top-right{
    justify-content: left;
  }

  .header-top .info-list li:before,
  .header-top .top-right .login-box:before{
    display: none;
  }

  .header-top .info-list li,
  .header-top .top-right .login-box{
    margin-right: 30px;
  }

  .main-footer .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

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


}


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

  .sec-title h2{
    font-size: 28px;
    line-height: 36px;
  }

  .sec-pad{
    padding: 64px 0px 40px 0px;
  }

  .sec-pad-2{
    padding: 64px 0px 70px 0px;
  }

  .sec-pad-3{
    padding: 70px 0px;
  }

  .list-style-one li{
    margin-bottom: 11px !important;
  }

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



}

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


  .main-header .outer-box .menu-area{
    justify-content: space-between;
  }

  .header-style-two .menu-right-content{
    display: block;
  }

  .header-style-two .outer-box{
    display: flex;
  }

  .header-style-three .menu-right-content{
    display: block;
  }


}


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

  .mobile-menu{
    width: 100%;
  }

  .header-style-two .outer-box,
  .main-header .outer-box, .header-top .outer-container{
    padding-left: 15px;
    padding-right: 15px;
  }

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

}

/* Mobile only swap: hamburger to right, Let's Contact to left */
@media (max-width: 767px) {

  /* Make the header-lower top-level box a proper flex container and override floats */
  .header-lower .outer-box,
  .header-lower .outer-container > .outer-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px;
    flex-wrap: nowrap;
  }

  /* Keep the decorative shape out of layout flow so it doesn't break flex */
  .header-lower .shape {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    position: relative;
  }

  /* Make menu area and right-content participate in flex ordering */
  .header-lower .menu-area {
    order: 2 !important;          /* hamburger/menu area moves to right */
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-lower .menu-right-content {
    order: 1 !important;          /* let's contact moves to left */
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Ensure mobile nav toggler is visible and aligned to the right */
  .header-lower .mobile-nav-toggler {
    order: 2 !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
    /*display: inline-flex !important;*/
    align-items: center !important;
  }

  /* Reduce width of button box so it doesn't wrap; align content */
  .header-lower .menu-right-content .btn-box,
  .header-lower .menu-right-content .theme-btn {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* If nav markup is taking full width, prevent it pushing elements down */
  .header-lower .main-menu,
  .header-lower .menu-area .main-menu {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  /* Fallback: hide any floated positions that may force order change */
  .header-lower .menu-area,
  .header-lower .menu-right-content {
    float: none !important;
    position: relative !important;
  }
}

/* ---------- Choose Us Section Responsive + Clean Typography ---------- */
.chooseus-section {
  position: relative;
  overflow: hidden;
}

.chooseus-section .content-box {
  margin-right: 0 !important;
  max-width: 600px;
}

.chooseus-section .sec-title .sub-title {
  color: #e63946;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 0.5rem;
}

.chooseus-section h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  color: #111;
  margin-bottom: 1.2rem;
}

.chooseus-section .text-box {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.5rem;
}

.chooseus-section .btn-one {
  background: linear-gradient(90deg, #ff4d4d, #ff9966);
  border: none;
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1.8rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.chooseus-section .btn-one:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* ---------- Right-side icon grid ---------- */
.chooseus-section .chooseus-block-one {
  text-align: center;
  transition: all 0.3s ease;
}
.chooseus-section .chooseus-block-one .inner-box {
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  margin-bottom: 1.5rem;
}
.chooseus-section .chooseus-block-one .icon-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 0.75rem;
}
.chooseus-section .chooseus-block-one h3 {
  font-size: 1rem;
  color: #111;
  font-weight: 600;
}

