@import url("global.css");
@import url("header.css");
@import url("footer.css");

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding: 0;
  padding-top: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checker-box {
  width: 100%;
  height: 40px;
  background-image: url('../img/checker.svg');
  background-repeat: repeat;
  background-size: 40px 40px;
  -webkit-filter: invert(81%) sepia(72%) saturate(2512%) hue-rotate(1deg) brightness(106%) contrast(104%);
          filter: invert(81%) sepia(72%) saturate(2512%) hue-rotate(1deg) brightness(106%) contrast(104%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.checker-box.sm {
  height: 28px;
  background-size: 28px 28px;
}

.hero_content {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 2200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_content h1 {
  font-family: var(--heading-font);
  font-size: 60px;
  line-height: 68px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
  color: var(--heading-color);
  margin-bottom: 24px;
}

.hero_content p {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
  color: var(--black3);
}

.hero_content .g_review {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 20px;
}

.hero_content .g_review .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 14px;
}

.hero_content .g_review .images img {
  height: 38px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-left: -14px;
  border: 2px solid #fff;
}

.hero_content .g_review .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.hero_content .g_review .star i {
  color: #FABD0D;
}

.hero_content .g_review .star span {
  margin-left: 5px;
}

.hero_content .g_review p {
  margin: 0;
  font-size: 16px;
  color: var(--black3);
}

.hero_banner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: -1;
}

.hero_banner .hero_wm {
  width: 100%;
  position: absolute;
  padding: 0 60px;
  margin: 0 auto;
  top: -280px;
  left: 0;
  opacity: .07;
}

.hero_banner .hero_tx {
  width: 100%;
  padding: 0 60px;
  margin: 20px auto 40px;
}

.hero_banner span {
  font-family: 'Fugaz One', cursive;
  font-size: 42vh;
  line-height: 42vh;
  letter-spacing: -2px;
  text-align: center;
  color: var(--primary-color);
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--accent-color)));
  background: -o-linear-gradient(left, var(--primary-color), var(--accent-color) 100%);
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
  .hero {
    height: auto;
    padding-top: 100px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero_banner .hero_tx {
    width: 100%;
    padding: 0 14px;
    margin: 10px auto 60px;
  }

  .hero_content .g_review p {
    font-size: 12px;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .hero {
    height: auto;
  }
}

.inner-page .hero {
  height: auto;
  padding-top: 110px;
}

.inner-page .hero .hero_img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}

.inner-page .hero .hero_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-page .hero .hero_img:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgb(0, 0, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-page .hero .hero_content {
  height: 486px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 80px;
  margin: 0 20px;
}

.inner-page .hero .hero_content h1 {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 20px;
}

.inner-page .hero .hero_content p {
  max-width: none;
}

.inner-page .hero .hero_content .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.inner-page .hero .hero_content .image img {
  height: auto;
  width: auto;
}

.inner-page .hero.min-h-auto {
  min-height: auto;
  height: auto;
}

@media (max-width: 768px) {
  .inner-page .hero .hero_content {
    padding: 40px 10px;
    height: auto;
  }

  .inner-page .hero .hero_content h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--primary-light);
  margin: 20px;
  border-radius: 20px;
}

.about .title {
  color: #141414;
  font-family: var(--geist-font);
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1px;
}

.about h3 {
  font-family: var(--geist-font);
}

.about p {
  color: var(--black3);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.about .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 10px;
  background: var(--contrast-color);
}

.about .box h3 {
  color: #000;
  font-family: var(--geist-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.about .box .counter {
  color: #000;
  font-family: var(--heading-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.about .box h4 {
  color: #000;
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.about .box p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .about {
    margin: 16px;
    padding: 60px 0;
  }

  .about h2 {
    font-size: 24px !important;
    line-height: normal !important;
  }
}

.box_grad {
  position: relative;
  z-index: 1;
}

.box_grad::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  border-radius: inherit;
  background: -o-linear-gradient(315deg, var(--primary-color), var(--accent-color), var(--accent-color), var(--primary-color));
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color), var(--accent-color), var(--primary-color));
  background-size: 200% 200%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: background-position 0.6s ease;
  -o-transition: background-position 0.6s ease;
  transition: background-position 0.6s ease;
}

.box_grad:hover::before {
  background-position: 100% 100%;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.about_page .about .section-title {
  padding-bottom: 20px;
}

.about_page .about .section-title .small_title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.about_page .about .section-title h2 {
  color: #000;
  text-align: start;
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: -1px;
  margin-bottom: 50px;
  width: 86%;
}

.about_page .about h3 {
  color: #000;
  font-family: var(--geist-font);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.about_page .about .box {
  padding: 0;
  gap: 16px;
  background: transparent;
}

.about_page .about .box h3 {
  color: #000;
  font-family: var(--geist-font);
  font-size: 66px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  letter-spacing: -3px;
}

.about_page .about .box p {
  font-size: 18px;
  font-weight: 400;
}

.about_page .about .content p {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/

.service_page .about .section-title {
  padding-bottom: 20px;
}

.service_page .about .section-title .small_title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.service_page .about .section-title h2 {
  color: #000;
  text-align: start;
  font-family: var(--heading-font);
  font-size: 48px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  width: 86%;
}

.service_page .about h3 {
  color: #000;
  font-family: var(--geist-font);
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.service_page .about .box {
  padding: 0;
  gap: 16px;
  background: transparent;
}

.service_page .about .box h3 {
  color: #000;
  font-family: var(--geist-font);
  font-size: 66px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  letter-spacing: -3px;
}

.service_page .about .box p {
  font-size: 18px;
  font-weight: 400;
}

.service_page .about .content p {
  font-size: 24px;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 10px;
}

.services .item .top {
  padding: 16px;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.services .item .top .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.services .item .top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services .item .content {
  position: relative;
  padding: 16px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: var(--primary-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.services .item .content h3 {
  color: #000;
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.services .item .content p {
  color: var(--text-light);
  font-family: var(--geist-font);
  font-size: 16px;
  margin: 0;
}

/*--------------------------------------------------------------
# Client Section
--------------------------------------------------------------*/

.clients .client_slider_wrapper {
  overflow: hidden;
  width: 100%;
  padding: 2rem 0;
  position: relative;
}

.clients .client_slider_wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, var(--contrast-color)), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(99%, var(--contrast-color)));
  background: -o-linear-gradient(left, var(--contrast-color) 1%, transparent 10%, transparent 90%, var(--contrast-color) 99%);
  background: linear-gradient(to right, var(--contrast-color) 1%, transparent 10%, transparent 90%, var(--contrast-color) 99%);
}

.clients .client_slider_wrapper .client_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 60px;
}

.clients .client_slider_wrapper .client_slider .client_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.clients .client_slider_wrapper .client_slider .c-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
}

.clients .client_slider_wrapper .client_slider .c-logo img {
  height: 86px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Testimonial Section
--------------------------------------------------------------*/

.testimonials .testimonial_wrapper {
  position: relative;
}

.testimonials .testimonial_wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, var(--contrast-color)), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(99%, var(--contrast-color)));
  background: -o-linear-gradient(left, var(--contrast-color) 1%, transparent 10%, transparent 90%, var(--contrast-color) 99%);
  background: linear-gradient(to right, var(--contrast-color) 1%, transparent 10%, transparent 90%, var(--contrast-color) 99%);
}

.testimonials .testimonial_wrapper .testimonial_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  background: var(--contrast-color);
  border-radius: 16px;
  width: 450px;
  -webkit-box-shadow: 0px 4px 40px 4px rgba(0, 0, 0, 0.048);
          box-shadow: 0px 4px 40px 4px rgba(0, 0, 0, 0.048);
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track .item .title .image {
  width: 38px;
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track .item .title h3 {
  font-size: 18px;
  margin-bottom: 1px;
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track .item .title h4 {
  font-size: 16px;
  color: var(--black3);
  margin: 0;
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track .item .title .rating {
  color: #FABB05;
}

.testimonials .testimonial_wrapper .testimonial_slider .testimonial_track .item .content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Blogs Section
--------------------------------------------------------------*/

.blogs .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blogs .item .image {
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
}

.blogs .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs .item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}

.blogs .item .tags .line-navigation {
  background-color: #aaa9a5;
  width: 1px;
  height: 20px;
}

.blogs .item .tags .date,
.blogs .item .tags .category,
.blogs .item .tags .read_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 16px;
}

.blogs .item .contents h3 {
  font-size: 22px;
  line-height: normal;
}

.blogs .item .contents p {
  font-style: 16px;
  margin: 0;
  opacity: .5;
}

.blogs .item:hover {
  background: var(--accent-color);
}

.blogs .item:hover .date,
.blogs .item:hover .category,
.blogs .item:hover .read_time,
.blogs .item:hover h3,
.blogs .item:hover p {
  color: var(--contrast-color);
}

.blog_single .blog_detail .blog_thumb {
  margin-bottom: 20px;
}

.blog_single .blog_detail .blog_thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog_single .blog_detail .blog_title {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 20px;
}

.blog_single .blog_detail .blog_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.blog_single .blog_detail .blog_meta .date {
  font-size: 16px;
  color: var(--black3);
}

.blog_single .blog_detail .blog_content {
  margin-top: 40px;
}

.blog_single .blog_detail .blog_content h2 {
  font-size: 24px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 10px;
}

.blog_single .blog_detail .blog_content p {
  font-size: 18px;
  line-height: 30px;
  color: var(--black3);
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Cta Section
--------------------------------------------------------------*/

.cta .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cta .section_bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cta .section_bg:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.35)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgba(19, 19, 19, 0.35) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.35) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cta .section-title span {
  font-family: var(--heading-font);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--contrast-color)), color-stop(75%, #d1d1d1));
  background: -o-linear-gradient(left, var(--contrast-color) 25%, #d1d1d1 75%);
  background: linear-gradient(90deg, var(--contrast-color) 25%, #d1d1d1 75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Price
--------------------------------------------------------------*/

.tariff .tariff-search .search {
  position: relative;
}

.tariff .tariff-search .search .search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  color: #6c757d;
}

.tariff .tariff-search .search input {
  padding-left: 40px;
}

.tariff .tariff-search .search label {
  padding-left: 46px;
}

.tariff .tariff-search .form-control,
.tariff .tariff-search .form-select {
  border: 1px solid var(--accent-color) !important;
}

.tariff .tariff-search .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tariff .tariff-search .stat-card {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  border-radius: 50px;
  color: var(--black);
  background: white;
  border: 1px solid var(--accent-color);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.tariff .tariff-search .no-results {
  text-align: center;
  padding: 50px;
  color: #999;
  font-size: 1.2em;
}

.tariff .tariff-search .vehicle-badge {
  font-size: 18px;
  font-weight: bold;
}

.tariff .tariff-search .price {
  font-weight: bold;
  color: #28a745;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  .tariff .tariff-search table {
    font-size: 14px;
  }

  .tariff .tariff-search th,
  .tariff .tariff-search td {
    padding: 10px 5px;
  }
}

.tariff .tariff-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .tariff .tariff-filters {
    gap: 8px;
    margin-bottom: 32px;
  }
}

.tariff .tariff-filters li {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 5px;
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 20px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--contrast-color);
  color: var(--default-color);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .tariff .tariff-filters li {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.tariff .tariff-filters li:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.tariff .tariff-filters li.filter-active {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
  -webkit-box-shadow: 0 4px 12px rgba(43, 43, 43, 0.25);
          box-shadow: 0 4px 12px rgba(43, 43, 43, 0.25);
}

.tariff .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .tariff .nav-pills {
    gap: 8px;
    margin-bottom: 32px;
  }
}

.tariff .nav-pills .nav-link {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 5px;
  height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 20px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--contrast-color);
  color: var(--default-color);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .tariff .nav-pills .nav-link {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.tariff .nav-pills .nav-link:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.tariff .nav-pills .nav-link.active {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
  -webkit-box-shadow: 0 4px 12px rgba(43, 43, 43, 0.25);
          box-shadow: 0 4px 12px rgba(43, 43, 43, 0.25);
}

.tariff .tariff-card {
  background-color: var(--primary-light);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 240px;
  padding: 50px 20px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tariff .tariff-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-color: rgba(43, 43, 43, 0.15);
}

.tariff .tariff-card:hover .card-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.tariff .tariff-card:hover .card-image .overlay {
  opacity: 1;
  visibility: visible;
}

.tariff .tariff-card:hover .view-project {
  color: var(--accent-color);
}

.tariff .tariff-card:hover .view-project i {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.tariff .tariff-card .image {
  position: absolute;
  left: 180px;
  bottom: 5px;
  width: 102%;
}

.tariff .tariff-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tariff .tariff-card .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tariff .tariff-card .content h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color);
}

.tariff .tariff-card .content p {
  font-size: 18px;
  color: var(--black3);
  line-height: 26px;
}

.tariff .cta-box {
  margin-top: 64px;
  padding: 40px;
  background: -o-linear-gradient(315deg, var(--accent-color), #3d3d7a);
  background: linear-gradient(135deg, var(--accent-color), #3d3d7a);
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.25);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.25);
}

@media (max-width: 768px) {
  .tariff .cta-box {
    padding: 32px 24px;
    text-align: center;
  }
}

.tariff .cta-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--contrast-color);
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .tariff .cta-box h3 {
    font-size: 24px;
  }
}

.tariff .cta-box p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  line-height: 1.6;
}

.tariff .cta-box .btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--surface-color);
  color: var(--accent-color);
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .tariff .cta-box .btn-primary {
    margin-top: 24px;
  }
}

.tariff .cta-box .btn-primary:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
}

.tariff .table thead th,
.tariff .table thead td {
  background-color: var(--primary-light);
  padding: 16px;
}

.tariff .table thead th:first-child {
  border-radius: 10px 0 0 10px;
}

.tariff .table thead th:last-child {
  border-radius: 0 10px 10px 0;
}

.tariff .table tbody tr {
  border-top: 2px solid #fff;
  vertical-align: middle;
}

.tariff .table tbody tr:hover {
  background-color: var(--primary-light);
}

.tariff .table tbody th,
.tariff .table tbody td {
  border: none;
  padding: 12px 16px;
  background: rgba(229, 221, 189, 0.2);
}

.tariff .table tbody th:first-child,
.tariff .table tbody td:first-child {
  border-radius: 10px 0 0 10px;
}

.tariff .table tbody th:last-child,
.tariff .table tbody td:last-child {
  border-radius: 0 10px 10px 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact .info-wrap {
  background-color: var(--accent-light);
  padding: 30px;
  border-radius: 16px;
}

@media (max-width: 575px) {
  .contact .info-wrap {
    padding: 20px;
  }
}

.contact .info-item {
  margin-bottom: 24px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  background: rgba(43, 43, 43, 0.08);
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .email-form {
  background-color: var(--primary-color);
  padding: 30px;
  border-radius: 16px;
  height: 100%;
}

@media (max-width: 575px) {
  .contact .email-form {
    padding: 20px;
  }
}

.contact .email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .email-form button[type=submit]:hover {
  background: rgba(43, 43, 43, 0.75);
}