.hero-contact-info-wrap .hero-contact-icon
 {
    background: #e90201;

 }
 .client-area-2.text-center.overflow-hidden {
    padding-bottom: 40px;
}
.service-card_content {
    margin-top: 75px;
}
.why-content-wrap .title {

    margin-bottom: 15px;
}
.text-theme {
    color: #e90201 !important;
}
.about-tab-4 button.active {
    color: #e90201;
}
.about-tab-4 button:before {
 
    background: #e90201;
}
.checklist.style7 ul li i {
 
    color: #e90201;
}
.btn {

    background-color: #e90201;
}
.why-tab-wrap .nav-item .nav-link.active {
    background: #e90201;
}
.accordion-area.style2 .accordion-card:has(.accordion-button:not(.collapsed)) {
    border-color: #e90201;
}
.icon-btn {
    background-color: #e90201;
}
.scroll-top svg {
    color: #e90201 !important;
}

.hero-style4 {
    padding: 175px 0 217px !important; 
}
.header-logo a img {
    width: 88px;
}
.footer-layout3 {
    padding-top: 0px !important;
}
.contact-text {
    margin-bottom: 15px;
}
.contact-text strong {
    color: #e90201;
}  
.widget-about .about-year {
    -webkit-text-stroke: 1px #e90201; 
}
.call-icon {
    position: fixed !important;
    left: auto !important;
    right: 13px;
    transform: rotate(90deg);
    bottom: 140px !important;
    z-index: 999999 !important;
    width: 55px !important;
}
.whatsapp-icon {
    position: fixed !important;
    left: auto !important;
    right: 13px;
    bottom: 90px !important;
    z-index: 999999 !important;
    width: 50px !important;
}
.breadcumb-wrapper {
    padding: 130px 0 0px;
}
.contact-page-card .contact-page-card-details {
    padding: 40px 27px 25px;
}
img:not([draggable]), embed, object, video {
    max-height: 550px !important;
}
aside.sidebar-area {
    position: sticky;
    top: 100px;
}
p.hero-award-text.text-white {
    margin-top: 20px;
}
.hero-slider4.global-carousel.slick-initialized.slick-slider {
    height: 725px !important;
}
    .hero-contact-wrap {
        display: flex;
        gap: 30px 100px;
    }
@media (max-width: 767px) {
    .hero-slider4.global-carousel.slick-initialized.slick-slider {
        height: auto !important; 
    }
}


/*------------------------ video slider---------------- */

.shorts-section {
  position: relative;
  padding: 40px 0;
}

.shorts-viewport {
  overflow: hidden;              /* 🔥 removes scrollbar */
  position: relative;
}

.shorts-track {
  display: flex;
  gap: 20px;
  padding: 10px 40px;
}

/* ===== DESKTOP: 5 per row ===== */
.short-card {
  flex: 0 0 calc((100% - 80px) / 5); /* 5 cards + 4 gaps */
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.short-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* buttons */

.shorts-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
}

.prev { left: 5px; }
.next { right: 5px; }

/* lightbox */

.video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-lightbox.active {
  display: flex;
}

.video-wrapper {
  width: min(90vw, 420px);
  aspect-ratio: 9/16;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.shorts-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.counter-card_number {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.counter-unit {
  font-size: 22px;      /* 👈 smaller text */
  font-weight: 600;
  margin-top: 8px;      /* 👈 slight drop */
}
.counter-card_number {
color: #e90101e3;
 font-size: 60px !important;
     -webkit-text-stroke: 1px #e90201;
    opacity: 1.4;
}
.counter-card_text {
    font-weight: 400;
    font-size: 20px;
    font-family: var(--body-font);
    color: #69686b;
    margin-bottom: -0.5em;
    padding-bottom: 30px;
}
.sec-text {
    text-align: justify;
}
.about-thumb4 .about-counter-wrap .about-counter-text {
    font-size: 16px;
}
.portfolio-card .portfolio-card-thumb img {
    border-radius: 5px;
    height: 240px;
    object-fit: cover;
}
/* ===== TABLET ===== */
@media (max-width: 991px) {
  .short-card {
    flex: 0 0 calc((100% - 60px) / 3); /* 3 per view */
    height: 320px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {
  .short-card {
    flex: 0 0 calc((100% - 20px) / 2); /* 2 per view */
    height: 260px;
  }
}

/* ===== MOBILE CENTER COUNTERS ===== */
@media (max-width: 767px) {
.counter-card_number {
    font-size: 40px !important;
}
.counter-card_text {
    font-size: 16px;
        padding-bottom: 0px !important;

}
  .counter-area-1 .row {
    justify-content: center !important;
    text-align: center;
  }

  .counter-area-1 .col-auto {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .counter-card {
    text-align: center;
  }

}
/*------------------------ video slider---------------- */

/* -------------Product - detail---------------- */
.product-gallery {
  position: sticky;
  top: 120px;
}

.product-main-img img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.product-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.product-thumbs img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.25s;
}

.product-thumbs img:hover,
.product-thumbs img.active {
  border-color: #e11d2e;
  transform: translateY(-2px);
}
/* -------------Product - detail---------------- */
.breadcumb-menu {
    margin: 45px 0 0 !important;
}
.breadcumb-wrapper {
    padding: 74px 0 0px !important;
}
