/* Header Style*/
.header-mx {
  max-width: 1230px !important;
}

.img-fix {
  max-width: 80%;
}

.menu-link-white li {
  color: var(--white);
}

.sub-li li {
  color: var(--black);
}

/* Preloader */
.cs_preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #fff;
}

.cs_preloader_logo {
  display: block;
}

.cs_preloader_in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.cs_wave_first,
.cs_wave_second {
  width: 80px;
  height: auto;
}

/* Breadcrumb Size */
.banner-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: var(--white);
  z-index: 1;
}

.banner-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.banner-bg .container {
  position: relative;
  z-index: 1;
}

.banner-bg {
  height: 250px !important;
}

.bread-ol {
  text-align: center;
  display: block;
}

.bread-li {
  display: inline-block;
  margin: 0 5px;
}

.bread-li+.bread-li::before {
  color: var(--white) !important;
  padding-left: 0px !important;
}

.banner-bg .bread-title {
  font-size: 50px !important;
  color: var(--white);
  text-align: center !important;
}

.bread-li+.bread-li {
  padding-left: 0px;
}

/* End Breadcrumb */

/* About Us */
.ab-img {
  padding-right: 0% !important;
}

.ab-img::before {
  content: none !important;
}

/* core values css */
.box-over-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.box-over-wrap img {
  width: 100%;
  display: block;
  border-radius: 20px;
  height: auto;
}

.cs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.cs-overlay-title {
  color: var(--white);
}

.cs-overlay-title h4 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
}

.cs-overlay-title p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Home Page */
.justify {
  text-align: justify !important;
}

.b-radius {
  border-radius: 10px;
}

.fs-18 {
  font-size: 18px !important;
}

.cart-h {
  height: 291px;
}

.no-border {
  border: none !important;
}

.cus-pad-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.img-bdr {
  border-radius: 50% !important;
}

.team-h {
  height: 390px;
}

.cs_solution_links.cs_style_2 .cs_tab_link_icon_left {
  background-color: var(--blue-color);
  color: var(--white);
}

.cs_solution_links.cs_style_2 li.active {
  background-color: var(--blue-color);
  border-radius: 100px;
}

.cs_solution_links.cs_style_2 li.active a {
  color: var(--white);
}

.cs_solution_links.cs_style_2 li.active .cs_tab_link_icon_left {
  background-color: var(--accent-color);
  color: var(--white);
}

/* blogs css style */
.cs_post.cs_style_1 .cs_posted_by {
  width: 110px !important;
}

.active-cate a {
  color: var(--white) !important;
}

.cs_solution_links.cs_style_2 .active-cate {
  background-color: var(--blue-color) !important;
}

.cs_solution_links.cs_style_2 li.active-cate .cs_tab_link_icon_left {
  background-color: var(--accent-color) !important;
  color: var(--white) !important;
}

.cs_posts_grid.cs_style_1 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.fixed-size-img {
  height: 380px;
}

/* Footer Style */
.ft-map {
  width: 300px;
  height: 240px;
  border-radius: 10px;
  border: 2px solid var(--accent-color);
}

.ft-mb a:hover {
  color: var(--white);
}

.ft-pad {
  padding: 50px 0px;
}

.ft-box {
  padding: 30px 35px;
}

.menu-active a.active {
  color: var(--accent-color);
}

.error-msg {
  color: rgb(212, 80, 80) !important;
}

/* Whatsapp */
.sticky-whatsapp {
  position: fixed;
  left: 24px;
  bottom: 35px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.set-whatsapp {
  height: 40px;
  width: 40px;
}

/* Responsive Design */

@media (max-width: 768px) {
  .detail-thumb {
    max-height: 250px;
  }

  .rp-mt-35 {
    margin-top: 35px;
  }

  .cs_menu_toggle {
    color: var(--white);
  }

  .img-fix {
    max-width: 70%;
    margin-top: 8px;
  }

  .rp-bg {
    background-color: var(--black) !important;
    padding-top: 100px !important;
  }

  .sub-li li {
    color: var(--white);
  }

  .cus-pad-35 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cart-h {
    height: 225px;
  }

  .rp-pb-0 {
    padding-bottom: 0px !important;
  }

  .ft-pad {
    padding: 0px 0px;
  }

  .rp-pb-12 {
    padding-bottom: 12px;
  }

  .rp-pt-18 {
    padding-top: 18px;
  }

  .cs-overlay-title h4 {
    font-size: 20px;
  }

  .banner-bg .bread-title {
    font-size: 34px !important;
  }

  .rp-video {
    height: 230px;
    width: 90%;
  }
}

.cs_hero.cs_style_1 {
    height: 500px !important;
}

/* form bot field */
.field-bot {
  position: absolute;
  left: -9999px;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important;
}