:root {
  --main-font-family: "Calibri", sans-serif;
  --font-size: 18px;
}

body {
  background-color: var(--dark-color);
  font-size: var(--font-size);
  font-family: var(--title-font-family);
}
.flex ,[class*=col-]{
  display: flex;
}
.flex-direction-column {
    flex-direction: column;
}

.small-text {
  font-size: 13px;
}

.form-section img {
  width: 30px;
}

.form-section ul {
  appearance: none;
}

.form-section ul li {
  display: flex;
}

.form-cont {
  max-width: 480px;
}

h2 {
  font-size: 30px;
  font-family: var(--title-font-family);
}

h4 {
  font-size: 20px;
  font-family: var(--title-font-family);
}

.border-tb {
  border-top: 1px solid #ffffff61;
  border-bottom: 1px solid #ffffff61;
}

.social-media-info {
  flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.social-media-info a {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.05);
  align-content: center;
}

.slider-cont {
  height: 300px;
}

.marq-head {
  position: absolute;
  bottom: 41%;
  width: 100%;
  overflow: hidden;
}

.main-marq .slide-har {
  display: flex;
  position: relative;
  width: fit-content;
}

.marq-head .main-marq .box {
  display: flex;
  animation: slide-har 200s linear infinite;
  white-space: nowrap;
}

.marq-head .main-marq .box .item {
  padding: 0 60px;
  flex-shrink: 0;
}

.marq-head .main-marq .box .item h4 {
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  color: var(--white-color);
}

@keyframes slide-har {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-50%);
    /* Move by half the width */
  }
}
/* Offer Container */
.offer-card {
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 600px;
  margin: 50px auto;
  text-align: center;
  border: 1px solid var(--main-color);
}
.offer-title {
  color: var(--main-color); /* Primary blue color using variable */
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.offer-details {
  color: var(--font-color); /* Main font color */
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 20px; /* Space between time units */
  /*margin-top: 30px;
  margin-bottom: 30px;*/
  margin-top: 0;
  margin-bottom: 0;
}
.countdown-unit {
  border: 1px solid var(--main-color);
  color: var(--font-color); /* White text for contrast */
  padding: 15px 20px;
  min-width: 130px; /* Ensure consistent width */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.countdown-unit span {
  font-weight: 400;
  display: block; /* Make sure label is on new line */
  margin-top: 5px;
}
.offer-end-date {
  color: var(--font-color); /* Changed to font color for consistency */
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .offer-card {
    margin: 20px auto;
    padding: 20px;
  }
  /* .offer-title {
    font-size: 1.8rem;
  }
  .savings {
    font-size: 1.3rem;
  } */
  .countdown-timer {
    flex-wrap: wrap; /* Allow units to wrap on small screens */
    gap: 10px;
  }
  /* .countdown-unit {
    font-size: 1.5rem;
    padding: 10px 15px;
    min-width: 70px;
  }
  .countdown-unit span {
    font-size: 0.7rem;
  }
  .offer-end-date {
    font-size: 1rem;
  } */
}

#form-section .countdown-timer {
  justify-content: start;
}
#form-section .countdown-unit {
  padding: 5px 10px;
  min-width: 130px;
}
/* Finish Counter */
.cs-icon_box.cs-style7 .cs-icon_box_subtitle {
  font-size: var(--font-size);
}
.center-all {
  place-content: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

/*new updates*/
 .cs-contact.cs-style1.form-cont {
      box-shadow: none;
  }

  .offer-card.no-border {
      border: none;
      box-shadow: none;
  }

.countdown-unit {
  border: none;
}

.countdown-unit >span:first-child {
  font-size: 75px;
  line-height: 1em;
  margin-bottom: 15px;
}

.countdown-unit >span:last-child {
  color: var(--main-color) !important;
  /*border: 1px solid var(--main-color);*/
  padding: 5px 10px;
}

body, 
p, 
h1, 
h2, 
h3, 
h4, 
h5,
h6,
span {
  line-height: 2;
}

form.well .cs-accent_5_bg_2, 
form.well  .cs-accent_5_bg_2_hover:hover {
  background-color: #fff;
}

form.well .form-control:focus {
  box-shadow: none;
  border: 1px solid var(--main-color);
}

.offer-end-date.dark-color.animate-mouse {
  padding: 0 10px;
}

.section2-img-padding {
  padding-left: 25px;
}

.section2-text-padding {
  padding-right: 25px;
}

@media (max-width: 768px) {
  #form-section .countdown-unit,
  .countdown-unit {
    min-width: 20vw;
  }

  .countdown-unit >span:first-child {
    flex: 1;
    font-size: 40px;
  }

  #form-section .countdown-timer  {
    margin: 3rem 0 !important;
  }

  .section2-img-padding {
    padding-left: 15px;
  }

  .section2-text-padding {
    padding-right: 15px;
    margin-top: 3rem;
  }

  .swiper-slide .item .img {
    padding-left: 60px;
    padding-right: 60px;
  }

  .countdown-timer {
    flex-wrap: nowrap;
  }

  .swiper-container {
    height: 200px;
  }
}