.footer-tagline {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0%;
  max-width: 350px;
  color: var(--color-white);
}

.star-bg {
  color: var(--star-color-yellow);
}

.footer-section a {
  color: var(--color-white);
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0%;
  transition: color 0.2s ease;
}

.site-header .navbar-brand img {
  height: 84px;
  object-fit: cover;
}

.footer-legal .fsocial-logo {
  height: 15px;
  color: var(--color-white);
}

.footer-copyright p {
  font-size: 14px;
  color: var(--color-white);
  font-weight: 400;
}

.cdc-nav {
  background: var(--color-white);
}

.footer-logo img {
  height: 119px;
  object-fit: contain;
}

/* counter-custom */
.list-card .counter {
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #18284cab;
}

.list-card .counter input {
  width: 70px;
  height: 40px;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: bold;
  outline: none;
}

.background-blues {
  background-color: var(--color-blue-bg) !important;
}

.btn-outline {
  background-color: transparent;
  color: var(--color-blue-bg) !important;
  border: 1px solid var(--color-blue-bg) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.list-card #increment i,
.list-card #decrement i {
  font-size: 20px;
  color: var(--color-white);
}

.text-color-blue {
  color: var(--color-blue-bg) !important;
}

.text-color-green {
  color: var(--color-green-bg) !important;
}

.list-card .thumb-pic img {
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.list-card .close {
  height: 24px;
  object-fit: contain;
}

.check-icon {
  width: 68px;
  height: 68px;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--color-neutral-200);
}

.check-icon i {
  font-size: 50px;
  color: var(--color-green-bg);
}

.list-card .counter button {
  width: 40px;
  height: 40px;
  border: none;
  background: #18284cab;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#top-banner {
  /* background-color: #F0F0F0; */
  padding: 60px 0;
  /* background-image: url(../images/hr-bg.png); */
}

.breadcrumb-item a,
.breadcrumb-item.active {
  color: #858c94;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 100%; */
  letter-spacing: 0%;
}

.slider-image-section .thumbs img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  /* margin-bottom: 10px; */
  /* border-radius: 5px; */
}

.slider-image-section .thumbs img.active {
  border: 2px solid #000;
  border-radius: 5px;
}

.slider-image-section .main-img img {
  width: 100%;
  height: 445px;
  object-fit: cover;
  /* border-radius: 5px; */
}

.for-bg .detail {
  background: #18284c14;
  margin-top: 25px !important;
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}

@media (min-width: 601px) and (max-width: 991px) {
  .slider-image-section .main-img img {
    height: 380px;
  }
}

@media (min-width: 301px) and (max-width: 600px) {
  .list-card .thumb-pic img {
    height: 50px;
  }

  .list-card .close {
    height: 12px;
  }

  .list-card #increment i,
  .list-card #decrement i {
    font-size: 12px;
    color: var(--color-white);
  }

  .list-card .text-14 {
    font-size: 10px !important;
  }

  .list-card .text-16 {
    font-size: 10px !important;
  }

  .list-card-heading .text-16 {
    font-size: 9px !important;
  }

  .component-card.list-card-heading {
    padding: 1rem 0.7rem;
  }

  .list-card .counter input {
    width: 32px;
    height: 15px;

    font-size: 13px;
  }

  .list-card .counter button {
    width: 15px;
    height: 25px;
    font-size: 20px;
  }

  #increment i,
  #decrement i {
    font-size: 22px;
  }

  .list-card .paragraph-md {
    font-size: 8px !important;
    font-weight: 400 !important;
  }

  .list-card h6,
  .h6 {
    font-size: 12px;
    font-weight: 600;
  }

  /* slider-image */
  .slider-image-section .main-img img {
    width: 100%;
    height: 380px;
  }

  .component-card.person-detail {
    padding: 1.5rem 0.6rem;
  }
}

@media (min-width: 992px) and (max-width: 1027px) {
  .site-header .navbar-brand img {
    height: 65px;
    object-fit: cover;
}
.site-header .nav-link {
    font-size: 13px;
}
}

/* Banner Section */
#top-banner {
  position: relative;
  background: url("../images/hr-bg.png") no-repeat center center/cover;
  height: 200px;
  /* adjust if needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
}

/* Overlay effect */
#top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay */
  z-index: 1;
}

/* Content inside */
#top-banner .top-title {
  position: relative;
  z-index: 2;
}

#top-banner .top-title img {
  display: block;
  margin: 0 auto 10px;
}

#top-banner h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-white);
}

/* Breadcrumb */
#top-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

#top-banner .breadcrumb-item a {
  color: var(--color-white);
  text-decoration: none;
}

#top-banner .breadcrumb-item.active {
  color: #ddd;
}

#top-banner .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.link-colr_s_icon i {
  /* background-color: #000; */
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid var(--color-green-bg);
  font-size: 15px;
  color: var(--color-green-bg);
}

.link-colr_s_icon i:hover {
  background-color: var(--color-green-bg);
  color: var(--color-white);
}

.link-colr_s_icon {
  text-decoration: none;
  color: #000;
}

.person-detail h4 {
  font-size: 20px !important;
}

.list-card-service .thumb-pic-service img {
  height: 100px;
  object-fit: cover;
}

/* architect */
.services-architect-mainsub-left-top-category-li .custom-checkbox__checkmark {
  height: 21px;
  width: 21px;
  border-radius: 4px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

.service-price-filter .circle-btn i {
  color: #18284C;
}

.service-price-filter .circle-btn {
  /* width: unset !important; */
  height: 49px !important;
  border-radius: var(--border-radius-md);
  border: 1px solid #18284C;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.services-architect-mainsub-left-top-category-li .custom-checkbox--red .custom-checkbox__input:checked~.custom-checkbox__checkmark {
  background-color: var(--color-white);
  border-color: var(--color-red-600);
  border: 1px solid var(--color-red-600);
  height: 21px;
  width: 21px;
  border-radius: 4px;
}

.services-architect-mainsub-left-top-category-li .custom-checkbox__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 5px;
  width: 4px;
  height: 8px;
  border: solid var(--color-red-600);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* .page-nav-item .page-link.active,
.page-nav-item .page-link:hover,
.page-link:focus {
  color: var(--color-green-bg) !important;
  background-color: transparent !important;
  border-bottom: 2px solid var(--color-green-bg) !important;
  border-radius: 0 !important;
  font-weight: 700;
} */
 .page-nav-item .page-item.active .page-link,
.page-nav-item .page-link:hover,
.page-nav-item .page-link:focus {
    color: var(--color-green-bg) !important;
    background-color: transparent !important;
    border-bottom: 2px solid var(--color-green-bg) !important;
    border-radius: 0 !important;
    font-weight: 700;
}


.page-nav-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 31px;
  height: 34px;
  padding: 1.6rem 0.75rem;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: var(--color-page-link);
  background-color: var(--color-white);
  font-family: var(--font-family);
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.page-nav-item .page-item:first-child .page-link:hover,
.page-nav-item .page-item:first-child .page-link:focus,
.page-nav-item .page-item:first-child .page-link.active,
.page-nav-item .page-item:last-child .page-link:hover,
.page-nav-item .page-item:last-child .page-link:focus,
.page-nav-item .page-item:last-child .page-link.active {
  border-radius: 50% !important;
  /* keep round */
  border-bottom: none !important;
  /* remove bottom border */
  outline: none;
}

@media (min-width: 301px) and (max-width: 600px) {
  .page-nav-item .page-link {
    min-width: 0px;
    height: 34px;
    padding: 1.6rem 0.3rem;
  }

  .page-nav-item .page-link .img-arrow {
    height: 20px;
    width: 20px;
    object-fit: contain;
  }

  .page-nav-item .page-item:first-child .page-link {
    width: 35px;
    height: 35px;
  }

  .page-nav-item .page-item:last-child .page-link {
    width: 35px;
    height: 35px;
  }

  .component-card.order-card {
    padding: 10px !important;
  }

  .component-card.billing-state {
    padding: 10px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .page-nav-item .page-link {
    min-width: 0px;
    height: 34px;
    padding: 1.6rem 0.3rem;
  }

  .page-nav-item .page-link .img-arrow {
    height: 20px;
    width: 20px;
    object-fit: contain;
  }

  .page-nav-item .page-item:first-child .page-link {
    width: 35px;
    height: 35px;
  }

  .page-nav-item .page-item:last-child .page-link {
    width: 35px;
    height: 35px;
  }

  .component-card.order-card {
    padding: 15px !important;
  }
}

/* product-slider */

#product-slider .thumbs {
  width: 86px;
  overflow-y: hidden;
  height: 646px;
}

#product-slider .thumbs img {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 86px;
  width: 86px;
  object-fit: cover;
}

#product-slider .thumbs img.active,
#product-slider .thumbs img:hover {
  border-color: #ff5c7a;
}

#product-slider .main-slide {
  flex: 1;
  text-align: center;
  position: relative;
  background-color: #e9e8e8;
}

#product-slider .main-slide img {
  max-width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 646px;
  object-fit: cover;
}

#product-slider .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #dadada;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#product-slider .arrow-btn i {
  color: #858c94;
  font-size: 28px;
}

#product-slider .arrow-btn.left {
  left: -20px;
}

#product-slider .arrow-btn.right {
  right: -20px;
}

.product-info {
  margin-top: 20px;
}

.product-info h3 {
  font-weight: bold;
  font-size: 22px;
}

.product-info p {
  margin: 0;
  font-size: 14px;
  color: #444;
}

.component-card .services-detail {
  padding: 1rem;
}

@media (min-width: 301px) and (max-width: 600px) {
  .main-slide img {
    max-width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 565px;
    object-fit: cover;
  }

  .component-card.services-detail {
    padding: 1rem;
  }

  .rating-info .text-16 {
    font-size: 12px !important;
    margin-bottom: 0;
  }
}

/*  */

#product-slider-container .thumbs {
  width: 86px;
  overflow-y: hidden;
  height: 646px;
}

#product-slider-container .thumbs img {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 86px;
  width: 86px;
  object-fit: cover;
}

#product-slider-containerder .thumbs img.active,
#product-slider-container .thumbs img:hover {
  border-color: #ff5c7a;
}

#product-slider-container .main-slide {
  flex: 1;
  text-align: center;
  position: relative;
  background-color: #e9e8e8;
}

#product-slider-container .main-slide img {
  max-width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 646px;
  object-fit: cover;
}

#product-slider-container .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #dadada;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#product-slider-container .arrow-btn i {
  color: #858c94;
  font-size: 28px;
}

#product-slider-container .arrow-btn.left {
  left: -20px;
}

#product-slider-container .arrow-btn.right {
  right: -20px;
}

.product-info {
  margin-top: 20px;
}

.product-info h3 {
  font-weight: bold;
  font-size: 22px;
}

.product-info p {
  margin: 0;
  font-size: 14px;
  color: #444;
}

.component-card .services-detail {
  padding: 1rem;
}

@media (min-width: 601px) and (max-width: 991px) {

  /* #product-slider-container .main-slide img {
    height: 562px;

} */
  #product-slider-container .arrow-btn.left {
    left: 2px;
  }

  #product-slider-container .arrow-btn.right {
    right: -5px;
  }

  /* #product-slider-container .thumbs {
   height: 562px;
} */
}

@media (min-width: 301px) and (max-width: 600px) {
  .main-slide img {
    max-width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 565px;
    object-fit: cover;
  }

  .component-card.services-detail {
    padding: 1rem;
  }

  .rating-info .text-16 {
    font-size: 12px !important;
    margin-bottom: 0;
  }

  /* #product-slider-container .main-slide img {
    height: 562px;

} */
  #product-slider-container .arrow-btn.left {
    display: none;
  }

  #product-slider-container .arrow-btn.right {
    display: none;
  }

  /* #product-slider-container .thumbs {
   height: 562px;
} */
}

.btn-cart {
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  border-color: #DADADA;
  padding: 0 !important;
  font-size: 14px;
}

.btn:focus.btn-cart {
  outline: 0;
}

.btn-cart:hover {

  background-color: var(--color-green-bg) !important;
  border-color: var(--color-green-bg) !important;
}

.btn-cart:hover i {

  color: var(--color-white) !important;
}

.nav-profileimg img {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  /* width: 58px; */
  width: 45px;
  height: 45px;
  /* height: 58px; */
  border: 1px solid;
  padding: 0.2rem;
}

 #product-slider-container .thumbs {
      width: 86px;
      overflow-y: hidden;
      height: 646px;
    }
    #product-slider-container .slider-wrapper {
      display: flex;
      gap: 30px;
    }

    #product-slider-container .thumbs img {
      width: 100%;
      margin-bottom: 10px;
      border: 2px solid transparent;
      border-radius: 0px;
      cursor: pointer;
      transition: all 0.3s ease;
      height: 86px;
      width: 86px;
      object-fit: cover;
    }

    #product-slider-containerder .thumbs img.active,
    #product-slider-container .thumbs img:hover {
      border-color: #ff5c7a;
      overflow-y: hidden;
    }

    #product-slider-container .main-slide {
      flex: 1;
      text-align: center;
      position: relative;
      background-color: #e9e8e8;
    }
    #product-slider-container .main-slide img,
    #product-slider-container .main-slide video {
      max-width: 100%;
      height: 646px;
      object-fit: cover;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    #product-slider-container .thumbs .active,
    #product-slider-container .thumbs img:hover,
    #product-slider-container .thumbs video:hover {
      border-color: #ff5c7a;
    }

    #product-slider-container .thumbs img,
    #product-slider-container .thumbs video {
      width: 100%;
      margin-bottom: 10px;
      border: 2px solid transparent;
      border-radius: 0px;
      cursor: pointer;
      transition: all 0.3s ease;
      height: 86px;
      object-fit: cover;
    }

    /* #product-slider-container .main-slide img {
    max-width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 646px;
     object-fit: cover;
  } */
    #product-slider-container .arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #dadada;
      border: none;
      border-radius: 50%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      width: 63px;
      height: 63px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
    }
    #product-slider-container .arrow-btn i {
      color: #858c94;
      font-size: 28px;
    }
    #product-slider-container .arrow-btn.left {
      left: -20px;
    }

    #product-slider-container .arrow-btn.right {
      right: -20px;
    }

    /* .product-info {
      margin-top: 20px;
    }

    .product-info h3 {
      font-weight: bold;
      font-size: 22px;
    }

    .product-info p {
      margin: 0;
      font-size: 14px;
      color: #444;
    } */

    .component-card .services-detail {
      padding: 1rem;
    }
    @media (min-width: 301px) and (max-width: 600px) {
   #product-slider-container    .main-slide img {
        max-width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        height: 565px;
        object-fit: cover;
      }
      .component-card.services-detail {
        padding: 1rem;
      }
      .rating-info .text-16 {
        font-size: 12px !important;
        margin-bottom: 0;
      }
    }

     #product-slider-section .thumbs {
    width: 68px;
    overflow-y: hidden;
    height: 436px;
  }

   #product-slider-section .thumbs img {
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 68px;
    width: 68px;
    object-fit: cover;
  }

   #product-slider-section .thumbs img.active,
    #product-slider-section .thumbs img:hover {
    border-color: #ff5c7a;
    overflow-y: hidden;
  }

  #product-slider-section .main-slide {
    flex: 1;
    text-align: center;
    position: relative;
    background-color: #E9E8E8;
    ;
  }
 #product-slider-section .main-slide img,
  #product-slider-section .main-slide video {
    max-width: 100%;
    height: 436px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  #product-slider-section .thumbs .active,
  #product-slider-section .thumbs img:hover,
  #product-slider-section .thumbs video:hover {
    border-color: #ff5c7a;
  }

  #product-slider-section .thumbs img,
  #product-slider-section .thumbs video {
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 68px;
    object-fit: cover;
  }

   /* #product-slider-section .main-slide img {
    max-width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 646px;
     object-fit: cover;
  } */
    #product-slider-section .arrow-btn-pro {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #DADADA;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
#product-slider-section .arrow-btn-pro i {
    color: #19284D;
    font-size: 28px;
}
  #product-slider-section .arrow-btn-pro.left {
    left:0;
  }

  #product-slider-section .arrow-btn-pro.right {
    right: 0;
  }
