@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .carousel-indicators {
    margin-top: 45px;
  }

  .client_section .carousel-control-prev {
    left: 15%;
  }

  .client_section .carousel-control-next {
    right: 15%;
  }

}

@media (max-width: 767px) {

  .slider_section {
    padding: 30px 0 25px;
  }

  .slider_bg_box img {
    -o-object-position: center bottom;
    object-position: 68% center;
  }

  .arrival_section .arrival_bg_box img {
    -o-object-position: top right;
    object-position: top right;
  }

  .client_section .carousel-control-prev {
    left: 5%;
  }

  .client_section .carousel-control-next {
    right: 5%;
  }

  .slider_section .detail-box,
  .about_section .detail-box {
    margin-bottom: 45px;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .subscribe_section .box,
  .arrival_section .box {
    padding: 75px 25px;
  }

  .subscribe_section .subscribe_form form button {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .text-brand .brand-main {
    font-size: 31px;
    letter-spacing: 3px;
  }

  .text-brand .brand-sub {
    font-size: 10px;
    letter-spacing: .2px;
  }

  .footer-text-brand .brand-main {
    font-size: 30px;
  }

  .heading_container h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .heading_container h2 {
    font-size: 2rem;
  }

  .carousel_btn_box {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
  }
}

@media (max-width: 420px) {}

@media (max-width: 376px) {
  .slider_section .detail-box h1,
  .slider_section .detail-box h2 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Professional responsive overrides */
@media (max-width: 991.98px) {
  .layout_padding {
    padding: 58px 0;
  }

  .company_about_content {
    padding-left: 0;
    padding-top: 34px;
  }

  .product_section .box {
    min-height: 350px;
    padding: 22px;
  }

  .product_section .box .img-box {
    height: 215px;
  }

  .footer_section,
  footer {
    text-align: center;
  }

  .footer_section h4,
  .footer_section .footer-logo {
    text-align: center;
  }

  .footer_section .contact_link_box {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .layout_padding {
    padding: 48px 0;
  }

  .inner_page_head {
    padding: 42px 15px;
  }

  .why_section .box {
    height: auto;
    margin-top: 20px;
    padding: 34px 26px;
  }

  .arrival_section .box {
    min-height: auto;
  }

  .arrival_section .row > div {
    background: rgba(237, 244, 246, .94);
    border-radius: 10px;
    padding: 30px 24px;
  }

  .subscribe_section .box {
    padding: 58px 22px;
  }

  .subscribe_section .subscribe_form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .subscribe_section .subscribe_form form input,
  .subscribe_section .subscribe_form form button {
    margin: 0;
    width: 100%;
  }

  .client_section .box {
    padding: 30px 20px;
  }

  .company_about_image img {
    height: 300px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading_container h2 {
    font-size: 1.9rem;
  }

  .company_about_image img {
    height: 230px;
  }

  .company_highlights {
    grid-template-columns: 1fr;
  }

  .product_section .box {
    min-height: 330px;
  }

  .product_section .box .img-box {
    height: 205px;
  }

  .product_section .btn-box a,
  .arrival_section a,
  .about_contact_btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* Modern navbar on tablet and mobile */
@media (max-width: 991.98px) {
  .custom_nav-container {
    padding: 10px 14px;
  }

  .custom_nav-container .navbar-collapse {
    background: transparent;
    box-shadow: none;
    margin-top: 10px;
    padding: 0;
  }

  .custom_nav-container .navbar-nav {
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
  }

  .custom_nav-container .navbar-nav .nav-link {
    border-bottom: 1px solid #e8eef0;
    border-radius: 6px;
    display: block;
    margin: 2px 0;
    padding: 14px 15px !important;
  }

  .custom_nav-container .dropdown-menu {
    box-shadow: none;
    margin: 2px 0 8px;
    min-width: 100%;
  }

  .custom_nav-container .form-inline {
    margin-top: 15px;
  }

  .custom_nav-container .nav_search-btn {
    margin-left: 0;
  }

  .slider_section .carousel-inner,
  .slider_section .carousel-item {
    height: 480px;
  }

  .slider_section .carousel-item [class*="col-"] {
    min-height: 400px;
  }

  .slider_section .detail-box h1,
  .slider_section .detail-box h2 {
    font-size: 3.2rem;
    line-height: 1.15;
  }
}

@media (max-width: 575.98px) {
  .slider_section .carousel-inner,
  .slider_section .carousel-item {
    height: 470px;
  }

  .slider_section .carousel-item [class*="col-"] {
    background:
      radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .4), transparent 44%),
      linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(225, 245, 250, .12));
    min-height: 400px;
    padding: 34px 32px;
  }

  .slider_section .detail-box h1,
  .slider_section .detail-box h2 {
    font-size: 2.35rem;
    line-height: 1.16;
  }

  .slider_section .detail-box p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Responsive multi-column footer */
@media (max-width: 991.98px) {
  .site-footer {
    text-align: left;
  }

  .site-footer-grid {
    padding-bottom: 36px;
    padding-top: 48px;
  }

  .site-footer .footer-column {
    margin-bottom: 34px;
  }
}

@media (max-width: 575.98px) {
  .footer-power-line {
    height: 58px;
  }

  .site-footer-grid {
    padding-bottom: 24px;
    padding-top: 40px;
  }

  .site-footer .footer-column {
    margin-bottom: 32px;
    padding-right: 18px;
  }

  .site-footer .footer-column h3 {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .site-footer .footer-support-btn {
    justify-content: center;
    width: 100%;
  }

  .site-footer .footer-bottom {
    padding: 17px 0;
  }
}

/* Responsive catalog cards */
@media (max-width: 991.98px) {
  .catalog-image {
    height: 210px;
  }

  .home_catalog_section .catalog-image {
    height: 230px;
  }
}

@media (max-width: 767.98px) {
  .catalog-heading {
    margin-bottom: 20px;
  }

  .catalog-image {
    height: 220px;
  }

  .home_catalog_section .catalog-image {
    height: 220px;
  }
}

@media (max-width: 575.98px) {
  .catalog-row {
    margin-left: 0;
    margin-right: 0;
  }

  .catalog-grid {
    padding: 7px 0;
  }

  .catalog-card {
    padding: 16px;
  }

  .catalog-image {
    height: 260px;
  }

  .home_catalog_section .catalog-image {
    height: 270px;
  }

  .catalog-description {
    min-height: auto;
  }

  .catalog-badge.order-now {
    font-size: 11px;
    padding: 8px 12px;
  }

  .catalog-image.is-magnifying img,
  .catalog-card:hover .catalog-image.is-magnifying img {
    transform: scale(1.8);
  }
}

/* Featured electricals image-fit on mobile */
@media (max-width: 767.98px) {
  .arrival_section .box {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .arrival_section .arrival_bg_box {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 5px;
    position: relative;
    width: 100%;
  }

  .arrival_section .arrival_bg_box img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 390px;
    object-fit: contain;
    object-position: center center;
    width: 100%;
  }

  .arrival_section .row > div {
    padding: 24px 15px 30px;
  }

  .arrival_section .heading_container h2 {
    font-size: 2rem;
    overflow-wrap: anywhere;
  }
}

/* About split block on tablet and mobile */
@media (max-width: 991.98px) {
  .company_about_text_col .company_about_content {
    padding: 40px 32px;
  }

  .company_about_content {
    padding-left: 0;
    padding-top: 0;
  }

  .company_about_section .company_about_image {
    min-height: 0;
  }

  .company_about_section .company_about_image img {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }
}

@media (max-width: 575.98px) {
  .company_about_split {
    border-radius: 10px;
  }

  .company_about_text_col .company_about_content {
    padding: 32px 22px;
  }

  .company_about_content h2 {
    font-size: 1.85rem;
  }
}
