@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable !important;
}
body {
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal {
  --bs-modal-zindex: 999999 !important;
}

ul {
  margin: 0;
}

li {
  margin: 10px 0;
}
a {
  transition: 0.5s ease all;
  text-decoration: none !important;
  font-size: 15px;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
ul li {
  font-size: 15px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0;
}

h3 {
  font-size: 19px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}
p {
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0;
}
.undrline {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.undrline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #fa3838;
  border-radius: 20px;
  transition: width 0.35s ease;
}

.undrline:hover::after,
.undrline.active::after {
  width: 100%;
}

.undrline:hover {
  color: #fa3838;
}
.undrline.active {
  color: #fa3838;
}

.undrline.active::after {
  width: 100%;
}

.rvw-btn a {
  color: #fff;
  background-color: #fa3838;
  font-size: 14px;
  padding: 7px 15px;
  border: solid 1px #fa3838;
  transition: 0.4s ease all;
  font-weight: 500;
}
.rvw-btn a:hover {
  color: #fa3838;
  background-color: transparent;
}

/* ........header.......... */
body.down .topheader.animateIt {
  top: 0;
}
.topheader.animateIt {
  position: fixed;
  top: -125px;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: top 0.6s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.topheader {
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  border-bottom: solid 1px #;
}

.headerin {
  width: 22%;
}
.headerin img {
  width: 95%;
  padding: 10px 0;
}
.topmenu {
  width: 80%;
}

.trust-left {
  font-size: 15px;
  font-size: 500;
  padding: 5px 20px;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
}
.trust-left span {
  color: #ff2e2e;
}
.banner {
  background-image: url("https://white-violet-2dd7.support-68e.workers.dev/savetimehaulage/images/readymixconcrete/readymixconcretecompany-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bannerin {
  padding: 80px 0 60px;
}
.top-title {
  color: #fa3838;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.top-title::before {
  content: "";
  width: 20px;
  height: 4px;
  background: #fa3838;
  display: block;
  border-radius: 10px;
}

.hero-title {
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.hero-title span {
  color: #ff1d1d;
  display: block;
  margin-top: 10px;
}
.hero-txt {
  font-size: 14px;
  font-weight: 500;
}
.features {
  list-style: none;
}

.features li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  color: #fff;
}

.check {
  width: 23px;
  height: 23px;
  background: #ff1d1d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-shrink: 0;
}
.bnrcl-btn {
  margin: 30px 0;
}
.bnrcl-btn a {
  padding: 10px 20px;
  font-weight: 600;
}
.bnrcl-btn a i {
  font-size: 20px;
}

.hero-bottom {
  font-size: 14px;
}
.hero-bottom .divider {
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.527);
}
.strength-card {
  width: max-content;
  background: #fff;
  border-radius: 15px;
  padding: 20px 27px 10px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

.strength-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #fa3838, #ff6b6b);
}
.strength-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff3f3;
  color: #fa3838;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: 0 8px 20px rgba(250, 56, 56, 0.12);
}
.strength-content {
  width: 75%;
}
.strength-content h3 {
  color: #111;
  letter-spacing: -1px;
}

.strength-content h3 span {
  color: #fa3838;
}
.fntsz {
  font-size: 13px;
}

.section-title span {
  color: #fa3838;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.line {
  width: 60px;
  height: 3px;
  background-color: #fa3838;
  margin: 16px auto 0;
  border-radius: 10px;
}

.service-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 20px 10px 10px;
  text-align: center;
  height: 100%;
  transition: 0.35s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background: #fff4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.service-card h4 {
  color: #111;
  line-height: 1.4;
  margin-bottom: 14px;
}

.service-card p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.why-choose {
  background: #f5f5f5;
  padding: 90px 0;
}
.why-box {
  text-align: center;
  padding: 10px 25px 0;
  border-right: 1px solid #e8e8e8;
  height: 100%;
}

.why-icon {
  margin-bottom: 18px;
}

.why-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.why-box p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.why-box {
  transition: 0.35s ease;
}

.process-line {
  position: absolute;
  top: 44px;
  left: 12%;
  right: 12%;
  border-top: 2px dashed #d9d9d9;
  z-index: 1;
  display: block;
}
.step-box {
  text-align: center;
  position: relative;
  z-index: 2;
}
.step-number {
  display: block;
  width: 40px;
  height: 40px;
  background: #ff2e2e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 18px;
  box-shadow: 0 5px 15px rgba(255, 46, 46, 0.25);
}

.step-icon {
  width: 95px;
  height: 95px;
  background: #fff;
  border: 2px solid #ededed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: 0.35s ease;
}
.step-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.cta-section {
  background: linear-gradient(90deg, #ff1d1d 0%, #ef1111 50%, #e00000 100%);
}
.cta-wrapper {
  padding: 40px 0;
  border-radius: 0;
}

.cta-content {
  width: max-content;
  gap: 25px;
}

.cta-icon {
  width: 90px;
  height: 90px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  flex-shrink: 0;
}

.cta-icon i {
  transform: rotate(-10deg);
}
.cta-text span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-text h2 {
  margin: 2px 0;
}
.cta-text h2 a {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.cta-text p {
  color: #fff;
  margin: 0;
}

/* Button */

.quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #ef1111;
  padding: 20px 38px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.35s ease;
}

.quote-btn:hover {
  background: #111;
  color: #fff;
  transform: translateY(-3px);
}

.footer {
  background: #050505;
  border-top: 2px solid #fa3838;
}
.ftr-logosec {
  padding-right: 50px;
}
.ftr-logosec img {
  width: 85%;
}
.ftr_sclicon a {
  width: 38px;
  height: 38px;
  background-color: #fa3838;
  border-radius: 50%;
  position: relative;
  color: #fff;
}
.ftr_sclicon a:hover {
  color: #000;
  background-color: #fff;
}
.ftr_sclicon a i {
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ftrclr a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.ftrclr a:hover {
  color: #fa3838;
}

.footer ul li {
  margin-bottom: 10px;
}
/* ................ */

.companySwiper {
  padding: 20px 0;
}
.companylogo {
  height: 140px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.companylogo img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  transition: all 0.4s ease;
}

.companylogo:hover img {
  transform: translateY(-8px) scale(1.1);

  filter: grayscale(0%);

  opacity: 1;
}

@media (max-width: 767px) {
  .companylogo {
    height: 100px;
    padding: 10px;
  }

  .companylogo img {
    max-height: 70px;
  }
}

/* .........video............ */
.video-section {
  overflow: hidden;
}

.video-section .video-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
  height: 450px;
}

.video-section .video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-section .swiper {
  padding: 10px 0 60px;
}

.video-section .swiper-button-next,
.video-section .swiper-button-prev {
  color: #000;
  background: rgba(255, 255, 255, 0.664);
  padding: 6px 21px;
  border-radius: 50%;
}
.video-section .swiper-button-next:hover,
.video-section .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.945);
}
.video-section .swiper-button-next:after,
.video-section .swiper-button-prev:after {
  font-size: 20px;
}

@media (max-width: 991px) {
  .video-section .video-card {
    height: 400px;
  }
}

@media (max-width: 575.99px) {
  .video-section .video-card {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .video-section .video-card {
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }
}
/* ................................ */
.reviewsSwiper {
  width: 90%;
  padding: 20px 0;
}

.reviewsSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border: 1px solid #fa3838;
  height: 400px;
  padding: 10px;
  background: #fff;
}

.reviewsSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #030505;
  transition: 0.6s;
  z-index: 0;
}

.reviewsSwiper .swiper-slide:hover::before {
  left: 0;
}

.reviewsSwiper .swiper-slide:hover {
  color: #fff;
}

.reviewsSwiper .service-content,
.reviewsSwiper .slider-icon {
  position: relative;
  z-index: 2;
}

.reviewsSwiper .service-content a {
  color: #fa3838;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.reviewsSwiper .slider-icon {
  width: 20%;
  margin: 10px auto 20px;
}

.reviewsSwiper .slider-icon img {
  width: 100%;
  margin-top: 15px;
}

.review-next::after,
.review-prev::after {
  color: #fa3838;
  font-size: 32px;
}

.rvwilogo {
  width: 75%;
}

/* Sticky Call Icon */
.sticky-call-icon {
  position: fixed;
  bottom: calc(40px + env(safe-area-inset-bottom));
  right: calc(30px + env(safe-area-inset-right));
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa3838; /* no background */
  color: #ffffff; /* white icon */
  border-radius: 50%;
  border: 2px solid #fa3838; /* red ring only */
  font-size: 22px !important;
  text-decoration: none;
  z-index: 9999;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.sticky-call-icon i {
  color: #ffffff;
  line-height: 1;
}
.sticky-call-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 12px rgba(250, 56, 56, 0.7);
  box-shadow: 0 0 12px rgba(250, 56, 56, 0.7);
}

.sticky-call-icon:active {
  transform: scale(0.95);
}

/* .........end dst............... */
@media (max-width: 992px) {
  .trust-right {
    display: none;
  }
  .headerin {
    width: 45%;
  }
  .headerin img {
    padding: 3px 0;
  }
  .rvw-btn a {
    font-size: 12px;
    padding: 7px;
  }
  .bnrcl-btn a i {
    font-size: 15px;
  }
  .hero-title {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
  }
  .strength-card {
    max-width: 760px;
    margin-top: 20px;
  }
  .reviews-slider .slick-next {
    right: 20px;
  }
  .reviews-slider .slick-prev {
    left: 5px;
  }
  .rvwilogo {
    width: 50%;
  }
  .step-icon {
    width: 80px;
    height: 80px;
  }
  .step-icon img {
    width: 40px;
    height: 40px;
  }
  .step-number {
    display: none;
  }
  .process-line {
    display: none;
  }
  .cta-content {
    width: max-content;
    margin: 0 auto;
  }
  .cta-icon {
    width: 75px;
    height: 75px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-size: 30px;
  }
  .quote-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .rvw-btn a {
    font-size: 12px;
    padding: 7px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
  }
  .bnrcl-btn {
    margin: 20px 0px;
  }
  .banner {
    background-image: url("https://white-violet-2dd7.support-68e.workers.dev/savetimehaulage/images/readymixconcrete/readymixconcretecompany-mobilebanner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
