@media (max-width: 1199px) {
  .header__top {
    display: block !important;
    padding: 6px 0;
    background: #6c757d !important;
  }

  .header__top *,
  .header__top::before,
  .header__top::after {
    background: transparent !important;
  }
  .header__top {
    background: #6c757d !important;
  }

  .header__top .container > .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .header__top .col-xl-5,
  .header__top .col-xl-7 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  /* Visit Us + social icons hide */
  .header__top-socail {
    display: none !important;
  }

  /* "/" and "|" separators hide */
  .header__top-menu li + li::before,
  .header__top-menu li::before,
  .header__top-menu li::after,
  .header__top-wrapper::before,
  .header__top-wrapper::after,
  .header__top-wrapper > *::before,
  .header__top-wrapper > *::after {
    display: none !important;
    content: none !important;
  }

  /* Email divider line "|" hide */
  .header__top-email::before,
  .header__top-email::after {
    display: none !important;
    content: none !important;
  }

  .header__top-wrapper {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    border: none !important;
  }

  .header__top-menu {
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 0;
    border: none !important;
  }

  /* All text white */
  .header__top-menu li a,
  .header__top-email a,
  .header__top-email,
  .header__top-menu li {
    font-size: 12px;
    color: #fff !important;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* SVG icon color white */
  .header__top-menu li a svg path,
  .header__top-email svg path {
    stroke: #fff !important;
  }
}

@media (max-width: 575px) {
  .header__top {
    padding: 5px 0;
    background: #6c757d !important;
  }
  .header__top * {
    background: transparent !important;
  }
  .header__top {
    background: #6c757d !important;
  }
  .header__top-email::before,
  .header__top-email::after,
  .header__top-menu li::before,
  .header__top-menu li::after {
    display: none !important;
    content: none !important;
  }
  .header__top-menu li a,
  .header__top-email a {
    font-size: 11px;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
  }
  .header__top-menu li a svg path,
  .header__top-email svg path {
    stroke: #fff !important;
  }
}

/* ----- HEADER MAIN ----- */
@media (max-width: 1199px) {
  .header__main {
    padding: 8px 0 !important;
  }
  .header__logo img {
    max-height: 60px !important;
  }
}
@media (max-width: 575px) {
  .header__logo img {
    max-height: 50px !important;
  }
}

/* ----- BANNER SECTION ----- */
@media (max-width: 991px) {
  .banner-2__item-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .banner-2__item-content .des {
    font-size: 14px !important;
  }
  .banner-2__item-content br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-2__item-title {
    font-size: 26px !important;
  }
  .banner-2__item-content .des {
    font-size: 13px !important;
    margin-bottom: 20px !important;
  }
  .rr-btn__banner-2 {
    padding: 10px 18px !important;
    font-size: 13px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .banner-2__item-title {
    font-size: 20px !important;
  }
}

/* ----- ABOUT US SECTION ----- */
@media (max-width: 1199px) {

  .about-us-2__media {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-us-2__content h2 {
    font-size: 26px !important;
  }
  .about-us-2__content p {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .about-us-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-us-2__content h2 {
    font-size: 22px !important;
  }
  .about-us-2__btn-box {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .about-us-2__btn-box .rr-btn {
    width: 100%;
    text-align: center;
  }
}

.experience__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  position: static;
}

.experience__item-text-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.experience__item-text h4 {
  font-size: 20px;
}

/* ----- EXPERIENCE / STATS SECTION ----- */
@media (max-width: 991px) {
  .experience__box {
    gap: 20px;
    justify-content: center !important;
  }
  .experience__item {
    flex: 0 0 45%;
    justify-content: center;
    text-align: center;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px;
  }
  .experience__item-text h2 {
    font-size: 32px !important;
  }
  .experience__item-text h4 {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .experience__item {
    flex: 0 0 46%;
  }
  .experience__item-text h2 {
    font-size: 26px !important;
  }
  .experience__item-icon img {
    width: 40px !important;
    height: auto;
  }
}

.experience__item-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.experience__item-icon i {
  font-size: 38px;
  color: #e91e8c;
}

.experience__item-text-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.experience__box {
  flex-wrap: nowrap !important;
}

.experience__item {
  flex-direction: row !important;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

/* ===== 1. SERVICE CARDS - Blog item title font size increase (mobile) ===== */
@media (max-width: 991px) {
  .blog__item-title a {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .blog__item-title a {
    font-size: 20px !important;
  }
}
@media (max-width: 575px) {
  .blog__item-title a {
    font-size: 18px !important;
  }
}

/* ===== 2. WHY CHOOSE US - title font size increase (mobile) ===== */
@media (max-width: 991px) {
  .why-choose-us-2__text h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .why-choose-us-2__text h4 {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  .why-choose-us-2__text h4 {
    font-size: 16px !important;
  }
}

/* ===== 3. COUNTER - Mobile responsive ===== */
@media (max-width: 991px) {
  .experience__box {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 24px !important;
  }
  .experience__item {
    flex: 0 0 45% !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .experience__item-text-title {
    font-size: 28px !important;
  }
  .experience__item-text h4 {
    font-size: 13px !important;
  }
  .experience__item-icon {
    width: 58px !important;
    height: 58px !important;
  }
  .experience__item-icon i {
    font-size: 24px !important;
  }
}
@media (max-width: 575px) {
  .experience__item {
    flex: 0 0 100% !important;
    justify-content: flex-start !important;
  }
  .experience__item-text-title {
    font-size: 26px !important;
  }
  .experience__item-icon {
    width: 52px !important;
    height: 52px !important;
  }
  .experience__item-icon i {
    font-size: 22px !important;
  }
}

/* ----- GET A QUOTE SECTION ----- */
@media (max-width: 991px) {
  .get-a-quote__content {
    flex-direction: column !important;
    text-align: center;
    gap: 24px;
    padding: 30px 20px !important;
  }
  .get-a-quote__content-title {
    font-size: 26px !important;
  }
  .get-a-quote__content-text span br {
    display: none;
  }
  .get-a-quote__btn-wrapper {
    width: 100%;
    justify-content: center !important;
  }
}
@media (max-width: 575px) {
  .get-a-quote__content-title {
    font-size: 22px !important;
  }
  .get-a-quote__btn-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .get-a-quote__btn-wrapper .rr-btn {
    width: 100%;
    text-align: center;
  }
}

/* ----- LETS TALK / CONTACT FORM SECTION ----- */
@media (max-width: 1199px) {
  .lets-talk .col-xl-2,
  .lets-talk .col-xl-4 {
    display: none;
  }
  .lets-talk .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .section__title-wrapper.text-xl-start {
    text-align: center !important;
  }
  .section__subtitle.justify-content-start {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .lets-talk .section__title {
    font-size: 24px !important;
  }
  .request-a-quote__form .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .lets-talk {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 575px) {
  .lets-talk .section__title {
    font-size: 20px !important;
  }
  .request-a-quote__form .rr-btn {
    width: 100%;
    text-align: center;
  }
}

/* ----- TESTIMONIALS SECTION ----- */
@media (max-width: 991px) {
  .testimonial-2__item {
    padding: 30px 20px !important;
  }
  .testimonial-2__item p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .testimonial-2 .section__title {
    font-size: 24px !important;
  }
  .testimonial-2__item-author-thumb img {
    width: 55px !important;
    height: 55px !important;
  }
}
@media (max-width: 575px) {
  .testimonial-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-2 .section__title {
    font-size: 20px !important;
  }
  .testimonial-2__item p {
    font-size: 13px !important;
  }
  .testimonial-2__item-header {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }
}

/* ----- FOOTER SECTION ----- */
@media (max-width: 991px) {
  .footer-2__widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px;
  }
  .footer-2__main-wrapper .col-lg-3,
  .footer-2__main-wrapper .col-lg-2,
  .footer-2__main-wrapper .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer-2__widget iframe {
    height: 220px !important;
  }
  .footer-2__logo img {
    width: 160px !important;
  }
  .footer-2__content p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .footer-2__bottom-wrapper .col-xl-4,
  .footer-2__bottom-wrapper .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center !important;
  }
  .footer-2__copyright-menu {
    justify-content: center !important;
    margin-top: 8px;
  }
  .footer-2__copyright {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .footer-2__main-wrapper .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer-2__logo img {
    width: 140px !important;
  }
}

/* ----- FLOATING CONTACT ICONS ----- */
@media (max-width: 575px) {
  .floating-contact-icons a {
    width: 42px !important;
    height: 42px !important;
    font-size: 18px !important;
  }
}

/* ----- GENERAL SECTION SPACING ----- */
@media (max-width: 767px) {
  .section-space {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-space__top {
    padding-top: 50px !important;
  }
  .section-space-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section-space-115 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section__title {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }
}
@media (max-width: 480px) {
  .section__title {
    font-size: 22px !important;
  }
  .section__subtitle {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .why-choose-us-2__bottom-shape,
  .why-choose-us-2__arrow-shape,
  .about-us-2__big-shape,
  .about-us-2__star-shape,
  .about-us-2__left-shape,
  .about-us-2__right-shape,
  .get-a-quote__shape-1,
  .get-a-quote__shape-2,
  .footer-2__shape-1,
  .footer-2__shape-2,
  .big-text__scroll-4 {
    display: none !important;
  }
}

.banner-2__item-bg {
  filter: brightness(0.45) !important;
}

.header__top-phone a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header__top-phone svg path {
    stroke: #fff;
  }

  .header__top-phone a {
    color: #fff;
  }
}

/* Broken box icon fix */
.mean-expand {
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.mean-expand i,
.mean-expand span.icon,
.mean-expand::before {
  display: none !important;
}

/* Hamburger bar-icon fix */
.bar-icon span {
  display: block !important;
  width: 25px !important;
  height: 2px !important;
  background: #333 !important;
  margin-bottom: 5px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu ul li > a{
    padding:10px 0;
    font-size:14px;
  }
}
