.hero-sec {
  padding-top: 286px;
  padding-bottom: 120px;
  background: center/cover no-repeat;
  background-size: cover;
  position: relative;
}
.hero-sec .content-wrapper-1 {
  max-width: 500px;
}
.hero-sec .content-wrapper-1 .content-wrapper .main-title {
  font-size: clamp(32px, 5vw, 48px);
}
.hero-sec .hero-wrapper {
  padding: 100px 0 0 160px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-sec .hero-wrapper .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  padding: 12px;
  gap: 8px;
  width: 780px;
  height: 64px;
  background: rgba(0, 0, 0, 0.001);
  border-radius: 12px;
  backdrop-filter: blur(15px);
  z-index: 100;
}
.hero-sec .hero-wrapper .form .input-wrapper select {
  outline: none;
  border: 1px solid white;
  padding: 8px;
  font-size: 14px;
  background-color: transparent;
  border-radius: 8px;
  color: white;
  width: 230px;
  max-width: 230px;
}
.hero-sec .hero-wrapper .form .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #061F42;
}
.hero-sec .hero-wrapper .form .icon img {
  filter: brightness(0) invert(1);
}
.hero-sec .hero-wrapper .icon-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: end;
}
.hero-sec .hero-wrapper .icon-wrapper .pagination {
  background-color: white;
  border-radius: 20px;
  padding: 6px 8px;
  display: flex;
  gap: 6px;
}
.hero-sec .hero-wrapper .icon-wrapper .pagination li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6BDFFF;
  opacity: 0.4;
  cursor: pointer;
}
.hero-sec .hero-wrapper .icon-wrapper .pagination li.active {
  opacity: 1;
}
.hero-sec .hero-wrapper .icon-wrapper .icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-sec .hero-wrapper .icon-wrapper .icons .icon {
  background-color: #061F42;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-sec {
  padding: 0;

background: linear-gradient(180deg, #8FF5F7 0%, #14C8F9 100%);



}
.main-sec .card-sec {
  padding-top: 0;
  position: relative;
  z-index: 1;
  margin-top: -60px;
}
.main-sec .card-sec .main-wrapper {
  background: center/cover no-repeat;
  width: 100%;
  border-radius: 12px;
  min-height: 259px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.main-sec .card-sec .main-wrapper:hover .content-bar {
  transform: translateY(0);
}
.main-sec .card-sec .main-wrapper .content-bar {
  background-color: rgba(79, 79, 79, 0.6);
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  transition: all 0.3s ease;
  transform: translateY(37px);
}
.main-sec .card-sec .main-wrapper .content-bar .title {
  font-weight: 700;
  font-size: 24px;
  color: white;
}
.main-sec .card-sec .main-wrapper .content-bar .button {
  background-color: #15C9FA;
  border-radius: 8px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 10px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}
.main-sec .service-sec .service-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.main-sec .service-sec .service-wrapper .image-wrapper {
  position: relative;
  background: center/cover no-repeat;
  border-radius: 8px;
  height: 492px;
}
.main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper {
  position: absolute;
  width: 100%;
  inset: 0;
  padding: 27px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .btn {
  width: 100%;
}
.main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .icon {
  background: url("./../../img/star-border.webp") center/contain no-repeat;
  width: 105px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: 14px;
}
.main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .service-card {
  background-color: rgba(207, 207, 207, 0.2509803922);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .service-card .buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-sec .service-sec .service-wrapper .wrapper-1 {
  height: 238px;
}
.main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper {
  padding: 14px 0;
}
.main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .icon {
  width: 88px;
  height: 88px;
  font-size: 20px;
  margin-right: 0;
}
.main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .service-card .right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.main-sec .banner-sec {
  padding-bottom: 110px;
  transform: translateY(50px);
}
.main-sec .banner-sec .banner-wrapper {
  background: top/cover no-repeat;
  padding: 222px 0 204px 0px;
  border-radius: 24px;
  position: relative;
}
.main-sec .banner-sec .banner-wrapper .image-wrapper {
  position: absolute;
  top: 120px;
  right: 60px;
}

.review-sec .review-slider {
  padding: 0 80px;
}
.review-sec .review-slider .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 0 12px 12px 0;
  border: 1px solid #1e1e1e;
  border-left: 0;
  right: 0;
  background: url("./../../img/icons/review-arrow.svg") center/12px 12px no-repeat;
}
.review-sec .review-slider .slick-arrow::before {
  content: "";
  display: none;
}
.review-sec .review-slider .slick-prev {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
  left: 0;
}
.review-sec .review-slider .slider-item {
  max-width: 440px;
}
.review-sec .review-slider .slider-item .review-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: clamp(24px, 2.5vw, 36px) clamp(18px, 2vw, 24px);
  position: relative;
  margin: 12px;
}
.review-sec .review-slider .slider-item .review-card p {
  color: rgb(30, 30, 30);
  font-family: "varela-round";
  font-weight: 500;
}
.review-sec .review-slider .slider-item .review-card span {
  font-family: "varela-round";
  color: #061F42;
}
.review-sec .review-slider .slider-item .review-card .review-img {
  position: absolute;
  top: 20px;
  right: 20px;
  background: center/contain no-repeat;
  width: 66px;
  height: 66px;
}

.gallery-sec {
  background-color: #1f57a4;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 160px;
}
.gallery-sec .content-wrapper {
  transform: translateY(-160px);
}
.gallery-sec .main-wrapper {
  background: center/cover no-repeat;
  width: 100%;
  border-radius: 12px;
  border: 2px solid white;
  min-height: 259px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.gallery-sec .main-wrapper .content-bar {
  background-color: rgba(79, 79, 79, 0.6);
  border-radius: 0 20px 0 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.gallery-sec .main-wrapper .content-bar .title {
  font-family: "nunito-bold", sans-serif;
  font-size: 24px;
  color: white;
}

.brand-sec h2 {
  margin-bottom: 70px;
}
.brand-sec .brand-slider {
  position: relative;
}
.brand-sec .brand-slider .slider-item img {
  margin: 0 clamp(20px, 4vw, 40px);
}

.blog-sec .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: center/cover no-repeat;
  width: 100%;
  height: 447px;
}
.blog-sec .image-wrapper.image-wrapper-1 {
  height: 214px;
}
.blog-sec .image-wrapper .blog-card {
  border-top: 2px solid #6BDFFF;
  background-color: #061F42;
  padding: 12px;
  padding-bottom: clamp(20px, 5vw, 68px);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 12px 12px;
  width: 100%;
}
.blog-sec .image-wrapper .blog-card a {
  color: white;
  font-weight: 700;
  font-size: clamp(18px, 1.9vw, 24px);
}

@media (max-width: 1180px) {
  .hero-sec {
    padding-bottom: clamp(60px, 10vw, 120px);
  }
  .hero-sec .hero-wrapper {
    padding-left: 0;
  }
  .hero-sec .hero-wrapper .icon-wrapper {
    align-items: start !important;
  }
  .hero-sec .hero-wrapper .form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-sec .hero-wrapper .form .input-wrapper .custom-select {
    width: 100%;
    max-width: 100%;
  }
  .main-sec .card-sec {
    padding-top: clamp(60px, 10vw, 120px);
    margin-top: 0;
  }
  .main-sec .banner-sec {
    padding-bottom: 0;
  }
  .main-sec .banner-sec .banner-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: clamp(24px, 6vw, 80px);
    gap: 16px;
    border-radius: 48px;
  }
  .main-sec .banner-sec .banner-wrapper .image-wrapper {
    position: unset;
  }
}
@media (max-width: 992px) {
  .hero-sec {
    padding-top: 150px;
  }
  .hero-sec .hero-wrapper {
    padding-top: 60px;
  }
  .main-sec .service-sec .service-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .main-sec .service-sec .service-wrapper .image-wrapper {
    height: 234px;
  }
  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .icon {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .h3 {
    font-size: clamp(18px, 2.2vw, 32px);
  }
  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .buttons img {
    display: none;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper {
    padding: 14px 0;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .icon {
    margin-right: 0;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .service-card {
    flex-wrap: nowrap;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .service-card .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* Mobile: Make all offers uniform */
  .main-sec .service-sec .service-wrapper {
    display: flex;
    flex-direction: column;
  }

  .main-sec .service-sec .service-wrapper .right-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .main-sec .service-sec .service-wrapper .image-wrapper,
  .main-sec .service-sec .service-wrapper .wrapper-1 {
    height: 260px;
    width: 100%;
  }

  /* Mobile: Move percentage badge to top right */
  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper {
    padding: 14px;
  }

  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .icon.roboto {
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 0 !important;
  }

  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .icon.responsive-d-block {
    display: flex !important;
  }

  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .icon.responsive-d-none {
    display: none !important;
  }

  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .service-card {
    padding: 10px 16px;
  }

  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper.resposive-justify-end {
    justify-content: flex-end;
  }

  .main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .service-card .right {
    width: 100%;
    justify-content: flex-end;
  }

  /* Mobile: Uniform button styling for all offers */
  .main-sec .service-sec .service-wrapper .buttons > div {
    padding: 10px 20px !important;
  }

  .main-sec .service-sec .service-wrapper .buttons > div > div:first-child {
    font-size: 13px !important;
  }

  .main-sec .service-sec .service-wrapper .buttons > div > div:last-child {
    font-size: 20px !important;
  }

  /* Offers Section Responsive - Title */
  .main-sec .service-sec h2 {
    font-size: 32px;
  }
  /* Offers Section Responsive - Main Offer */
  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .icon {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
  .main-sec .service-sec .service-wrapper .image-wrapper .service-card .h3 {
    font-size: 20px !important;
  }
  /* Offers Section Responsive - Side Offers */
  .main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .icon {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 .service-card .h3 {
    font-size: 18px !important;
  }
  .main-sec .banner-sec {
    transform: translateY(0);
    margin-bottom: clamp(60px, 10vw, 120px);
  }
  .main-sec .banner-sec .banner-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
  .main-sec .banner-sec .banner-wrapper .content-wrapper .store {
    justify-content: center;
  }
  .review-sec .review-slider {
    padding: 0 66px;
  }
  .review-sec .review-slider .slick-arrow {
    width: 42px;
    height: 42px;
  }
  .review-sec .review-slider .review-card {
    margin: 8px !important;
  }
  .gallery-sec {
    margin-top: 0;
    padding: clamp(60px, 10vw, 120px) 0;
  }
  .gallery-sec .content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(0);
  }
  .gallery-sec .content-wrapper .title {
    color: white !important;
  }
  .brand-sec h2 {
    margin-bottom: 50px;
  }
  .brand-sec .brand-slider .slider-item img {
    width: 150px;
    height: auto;
  }
  .blog-sec .image-wrapper {
    height: 211px;
  }
}
@media (max-width: 576px) {
  .hero-sec .hero-wrapper .form {
    grid-template-columns: 1fr;
  }
  /* Offers Section Mobile - Additional adjustments for very small screens */
  .main-sec .service-sec h2 {
    font-size: 28px;
  }
  .main-sec .service-sec .service-wrapper .image-wrapper {
    min-height: 250px;
  }
  .main-sec .service-sec .service-wrapper .image-wrapper .content-wrapper .icon {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
  .main-sec .service-sec .service-wrapper .image-wrapper .service-card .h3 {
    font-size: 18px !important;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 {
    min-height: 220px;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 .content-wrapper .icon {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .main-sec .service-sec .service-wrapper .wrapper-1 .service-card .h3 {
    font-size: 16px !important;
  }
  .review-sec .review-slider {
    padding: 0 40px;
  }
  .review-sec .review-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .review-sec .review-slider .slider-item {
    max-width: 100%;
  }
  .brand-sec h2 {
    margin-bottom: 40px;
  }
  .brand-sec .brand-slider .slider-item img {
    width: 100px;
    height: auto;
  }
}

/*# sourceMappingURL=home.css.map */
