/*
Template Name: Luxuay - eCommerce Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 0.1
*/
/*
- Body
- Custom classes
- Swiper slider
- Navbar
- Menu Mega Code Start
- Homepage
- Collections
- Collection single
- Brand
- Account
- Product details
- Footer
- Mobile media
*/

@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&amp;display=swap");

/* Body */
body {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  padding: 60px 0 0 0;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

.form-control,
.form-select,
.form-check-input {
  box-shadow: none !important;
}

/* custom classes */
.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.navbar-toggler {
  border: 1px solid #000 !important;
  border-radius: 0px;
  padding: 6px 6px;
}

.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #000000;
  color: #ffffff;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.offcanvas .offcanvas-footer {
  padding: 1rem;
}

.mt-n8 {
  margin-top: -4.5rem;
}

.ms-n3 {
  margin-left: -1rem;
}

.op-2 {
  opacity: 0.15 !important;
}

.modal.show {
  background: rgba(0, 0, 0, 0.6);
}

.form-control {
  background-color: #fff !important;
}
.form-control:disabled {
  background-color: #f5f5f5 !important;
  opacity: 1;
}
.form-control::placeholder {
  opacity: 0.4; /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  opacity: 0.4;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.close-osahan-btn {
  padding: 0px;
  width: 30px;
  z-index: 9;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Swiper slider */
.hero-header [class^="swiper-button-"]::after,
.shop-by-products-slider [class^="swiper-button-"]::after,
.shop-by-collections-slider [class^="swiper-button-"]::after,
.what-new-slider [class^="swiper-button-"]::after,
.trending-style-slider [class^="swiper-button-"]::after,
.discount-store-slider [class^="swiper-button-"]::after,
.trending-brands-slider [class^="swiper-button-"]::after,
.category-slider [class^="swiper-button-"]::after,
.more-store-slider [class^="swiper-button-"]::after,
.you-like-slider [class^="swiper-button-"]::after {
  content: "";
}

/* navbar */
.navbar {
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-brand {
  margin-left: 45px;
}

.navbar .toolbar-header {
  margin-right: 45px;
}

.navbar .toolbar-header .badge {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    margin-left: 0px;
  }

  .navbar .toolbar-header {
    margin-right: 0px;
  }

  .navbar .toolbar-header .badge {
    margin-right: 0px;
  }
}

.osahan-nav .container-fluid {
  background-color: #1c3c41;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* padding: 0 70px; */
}

.osahan-nav .container-fluid.scrolled {
  background-color: #fff;
}

.osahan-nav
  .container-fluid.scrolled
  .osahan-nav-navbar-nav
  .nav-item
  .nav-link {
  padding: 23px 13px;
  color: #1c3c41;
}

.osahan-nav .container-fluid.scrolled .toolbar-header > a > i,
.osahan-nav .container-fluid.scrolled .toolbar-header > a > i > span {
  color: #1c3c41 !important;
}

.osahan-nav .container-fluid.scrolled .toolbar-header > a:hover > i,
.osahan-nav .container-fluid.scrolled .toolbar-header > a:hover > i > span {
  color: #1c3c41 !important;
}

.navbar-brand img {
  transition: all 0.3s ease-in-out; /* Smooth transition for logo change */
}

.osahan-nav .logo {
  height: 40px;
  width: auto;
  max-width: auto;
}

.osahan-nav-navbar-nav .nav-item .nav-link {
  padding: 23px 13px;
  color: #ffffff;
}

.osahan-nav .dropdown-menu,
.osahan-nav .nav-item.dropdown {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.osahan-nav .nav-item.dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

/* Menu Mega Code Start */
#mega-menu {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  max-width: 131px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  #mega-menu {
    max-width: 120px;
  }
}

#mega-menu .menu {
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  opacity: 0;
  position: relative;
  top: 8px !important;
  z-index: 90;
  width: 330px;
  visibility: hidden;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  #mega-menu .menu {
    width: 310px;
  }
}

#mega-menu .menu li {
  background-color: #ffffff;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mega-menu .menu li:hover {
  background-color: #ffffff;
  border-left: 2px solid #212529;
}

#mega-menu .menu li:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(1.8%);
}

#mega-menu .menu li a {
  border-left: 2px solid transparent;
  padding: 5px 20px;
  display: block;
  position: relative;
}

@media (max-width: 1199.98px) {
  #mega-menu .menu li a {
    padding: 5px 15px;
  }
}

#mega-menu .menu li a.dropdown:after {
  content: "\ea6e";
  position: absolute;
  font-family: "remixicon";
  right: 30px;
  font-size: 14px;
}

#mega-menu .menu li:first-child {
  border-radius: 0px 0 0 0;
}

#mega-menu .menu li:last-child {
  border-radius: 0 0 0 0px;
}

#mega-menu .drop-menu {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  height: 493px;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  position: absolute;
  top: -1px;
  left: 316px;
  width: 650px;
  z-index: -1;
  transform: translateX(-1%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  #mega-menu .drop-menu {
    left: 298px;
    width: 530px;
  }
}

#mega-menu .drop-menu li a {
  border-bottom: none;
  color: #6c757d !important;
  font-size: 14px;
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mega-menu .drop-menu li {
  border-left: none !important;
}

#mega-menu .drop-menu li a:hover {
  color: #212529 !important;
}

#mega-menu:hover .menu {
  opacity: 1;
  top: 10px;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mega-menu {
  position: unset;
}

.mega-menu .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0;
}

.dropdown-menu-section {
  position: relative;
  overflow: hidden;
}

.dropdown-menu {
  font-size: 14px;
}

.mega-menu .dropdown-menu li a {
  color: #6c757d !important;
}

.mega-menu .dropdown-menu li a:hover {
  color: #212529 !important;
}

/* homepage */
.hero-slider-one {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://www.pakoles.com/uploads/slider/slider_220208090840_Oles03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
}

.hero-slider-two {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://www.pakoles.com/uploads/slider/slider_220509110942_DIskon.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
}

.hero-slider-three {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://www.pakoles.com/uploads/slider/slider_221509100959_Oles02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
}

.hero-slider-four {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://www.pakoles.com/uploads/slider/slider_220208090816_Oles01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100svh;
}

/* Hero */
.hero-section {
  height: 512px;
  padding: 90px 0;
  background-color: #1c3c41;
}

.hero-section .hero-text {
  text-align: left;
}

@media (max-width: 767px) {
  .hero-section .hero-text {
    padding: 0 15px;
  }
}

.hero-section .hero-text h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.hero-section .hero-text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.hero-section .hero-text a {
  font-size: 16px;
  color: #1c3c41;
  border-radius: 50px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 140px 0;
  }

  .hero-section .hero-image {
    display: none;
  }

  .hero-section .dots-decor {
    display: none;
  }
}

/* Service */
.service-section {
  padding: 50px 0;
}
.feature-icon-box .inner-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}
.feature-icon-box .inner-content .icon-box {
  border: 2px solid #444;
  border-radius: 50%;
  color: #444;
  font-size: 40px;
  height: 68px;
  line-height: 66px;
  /* margin-right: 15px; */
  position: relative;
  text-align: center;
  min-width: 68px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.feature-icon-box .inner-content .icon-box:before {
  border: 2px dashed #fff;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.feature-icon-box .inner-content:hover .icon-box {
  border: 2px solid #1c3c41;
}
.feature-icon-box .inner-content:hover .icon-box:before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.feature-icon-box .inner-content .icon-box i {
  font-size: 40px;
}
.feature-icon-box .inner-content .content .title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
.feature-icon-box .inner-content .content .desc {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

/* Product */
.product-section .title h4 {
  font-size: 40px;
  font-weight: 700;
  color: #1c3c41;
}

.product-section .text p {
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
  line-height: normal;
}

.product-tabs .nav-tabs {
  justify-content: flex-start;
  border: none;
  gap: 10px;
}

.product-tabs .nav-tabs .nav-link {
  width: 170px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #1c3c41;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-tabs .nav-tabs .nav-link:hover {
  background-color: #f9bf29;
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product-tabs .nav-tabs .nav-link.active {
  background-color: #f9bf29;
  color: #1c3c41;
  font-size: 1rem;
  font-weight: 700;
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-tabs .nav-tabs .nav-link:not(.active) {
  color: #1c3c41;
  border-color: #ddd;
}

.product:hover .overlay {
  opacity: 1 !important;
  transition: ease 0.5s;
}

.product:hover .card-title {
  color: #183f44;
  font-weight: 600;
}

.product:hover .product-content .btn:hover {
  background: #183f44;
  color: #fff;
}

/* about */
.about-section {
  padding: 50px 0;
}

.about-section h2 {
  font-size: 2.5rem;
  color: #1c3c41;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-section h2 span {
  font-size: 2.5rem;
  color: #f9bf29;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-section h3 {
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
  margin-bottom: 0px;
}

.about-section p {
  font-size: 1rem;
  color: black;
  font-weight: 400;
}

.about-section img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .about-section h2 {
    font-size: 2rem;
  }

  .about-section h3 {
    margin-top: 20px;
  }

  .about-section p {
    font-size: 1rem;
  }
}

/* testimonial */
.testimonials-section {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.testimonials-section .title h2 {
  font-size: 2.5rem;
  color: #1c3c41;
  font-weight: 700;
}

.testimonials-section .title p {
  font-size: 1rem;
  color: black;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .swiper {
    padding: 20px;
  }
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background-color: #1c3c41;
}

.testimonial-card {
  width: 810px;
  height: auto;
  display: flex;
  align-items: start;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-card .profile {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 7px solid #f9bf29;
  margin-top: 20px;
  margin-right: 40px;
}

.testimonial-card .testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-card .testimonial-text {
  font-size: 1rem;
  color: black;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-card .testimonial-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testimonial-card .testimonial-author {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c3c41;
  margin: 0;
}

.testimonial-card .testimonial-location {
  font-size: 1rem;
  color: black;
  font-weight: 400;
}

.testimonial-card .petik-atas,
.testimonial-card .petik-bawah {
  position: absolute;
  z-index: 1;
}

.testimonial-card .petik-atas {
  top: 20px;
  left: 165px;
}

.testimonial-card .petik-bawah {
  bottom: 20px;
  right: 30px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0 6px;
}

.swiper-pagination-bullet-active {
  background-color: #1c3c41;
}

@media (max-width: 768px) {
  .testimonial-card {
    width: 100%;
    height: auto;
  }

  .testimonial-card .profile {
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-right: 20px;
  }

  .testimonial-card .testimonial-content {
    margin-top: 0px;
  }

  .testimonial-card .testimonial-author {
    font-size: 1.3rem;
  }

  .testimonial-card .testimonial-text {
    font-size: 0.9rem;
  }

  .testimonial-card .petik-atas,
  .testimonial-card .petik-bawah {
    display: none;
  }
}

/* collections */
.bg-collections {
  background-image: url(../img/bg-collections.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

/* collection single */
.bg-single-collection {
  background-image: linear-gradient(180deg, transparent 0%, #000000 95%),
    url(../img/bg-single-collection.jpg) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.brand-icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* brand */
.brand-header {
  background-image: url(../img/brand-building.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.brand-img {
  width: 10rem;
  height: 10rem;
}

.brand-tabs .nav-link {
  background-color: transparent !important;
  border-radius: 0px;
  color: #6c757d;
  border-bottom: 2px solid transparent;
}

.brand-tabs .nav-link.active {
  border-bottom: 2px solid #212529;
  color: #212529;
}

/* account */
.profile-img {
  width: 90px;
}

.account-tabs .nav-link {
  background-color: transparent;
  text-align: start;
  border-radius: 0px;
  color: #6c757d;
  border-left: 2px solid transparent;
  padding: 0px;
  margin: 8px 0px;
}

.account-tabs .nav-link.active {
  background-color: transparent;
  border-left: 2px solid #212529;
  color: #212529;
}

.order-tabs .nav-link {
  background-color: transparent !important;
  border-radius: 0px;
  color: #6c757d;
  padding: 8px 0;
  margin: 0px 15px;
  border-bottom: 2px solid transparent;
}

.order-tabs .nav-link.active {
  border-bottom: 2px solid #212529;
  color: #212529;
}

.account-settings-tabs .nav-link {
  background-color: transparent !important;
  border-radius: 0px;
  color: #6c757d;
  padding: 8px 0;
  margin: 0px 15px;
  border-bottom: 2px solid transparent;
}

.account-settings-tabs .nav-link.active {
  border-bottom: 2px solid #212529;
  color: #212529;
}

/* Product details */
.sticky-sidebar {
  position: sticky;
  top: 20px;
}

#shoppingCart #cartCountHeader {
  position: absolute;
  top: 1rem;
  right: 15px;
}

#shoppingCartMob #cartCountHeader {
  position: absolute;
  top: 0px;
  right: 0;
}

.toolbar-header > a > i {
  color: #666;
}

.toolbar-header > a:hover > i,
.toolbar-header > a:hover > i > span {
  color: #fff !important;
}

.toolbar-header > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-weight: 500;
}

.toolbar-header > a > span {
  color: #777 !important;
}

.toolbar-header .btn.dropdown-toggle {
  padding: 0;
  text-align: left;
  line-height: normal;
  gap: 6px;
  border: 0;
  zoom: 90%;
}

.toolbar-header .btn.dropdown-toggle:hover,
.toolbar-header .btn.dropdown-toggle:active,
.toolbar-header .btn.dropdown-toggle:focus-visible,
.toolbar-header .dropdown-toggle.show {
  color: #183f44 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.toolbar-header .dropdown-menu .product-list-item > a:hover {
  background-color: #f5f5f5;
  color: #183f44 !important;
}

.toolbar-header .dropdown-menu .product-list-item > a.text-danger {
  font-weight: 600;
}
.toolbar-header .dropdown-menu .product-list-item > a.text-danger:hover {
  color: darkred !important;
}

.footer-copyright {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.disabled-link {
  pointer-events: none;
  opacity: 0.65;
}

.link-footer:hover {
  color: #1c3c41;
  font-weight: bolder;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #1c3c41 !important;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-confirm:focus {
  background-color: #072428;
}

/* mobile media */
@media (max-width: 768px) {
  .py-5.footer.bg-body-tertiary {
    /* display: none; */
  }

  .accordion-body.p-5 {
    padding: 3rem 1rem !important;
  }

  .pricing-business-plan > .container > .row {
    gap: 20px;
  }

  .card-body-detail {
    padding: 1rem !important;
  }

  .alert.w-75 {
    width: 100% !important;
  }

  .container.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-copyright span.me-3.small {
    display: flow;
    margin: 0 0 4px 0 !important;
  }

  .footer-copyright .col-md-4.text-end {
    text-align: center !important;
  }

  .hero-header .brand-img {
    margin: auto;
  }

  .osahan-nav-navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 14px 15px;
  }

  .osahan-nav-navbar-nav .d-flex.align-items-center.gap-4 {
    justify-content: center;
    align-items: center;
  }

  .osahan-nav .d-flex.align-items-center.gap-4 {
    justify-content: center;
  }

  .osahan-nav .d-flex.align-items-center.gap-4 a {
    padding: 10px 10px;
    margin-bottom: 14px;
  }

  .osahan-nav-navbar-nav {
    border-top: 1px solid #dee2e6;
    padding-top: 17px;
  }

  .dropdown-menu-section .py-4 {
    border: none !important;
    padding: 0 0;
    text-align: center;
  }

  .dropdown-menu-section {
    text-align: center;
  }

  .osahan-nav .dropdown-menu {
    text-align: center;
  }

  .product-detail-select-size {
    display: inherit !important;
  }

  .product-detail-select-size h6.fw-bold.pb-1 {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}

/*-------- Page Header Style Css --------*/
.page-header-area {
  padding: 92px 0 89px;
  position: relative;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.page-header-area:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  /* background: rgba(0, 0, 0, 0.75); */
  z-index: 1;
}

.page-header-area .dots-decor {
  position: absolute;
  bottom: -60px;
  right: 100px;
}

@media (max-width: 767px) {
  .page-header-area .dots-decor {
    display: none;
  }
}

.breadcrumb-area {
  margin-bottom: 0;
  z-index: 100;
  position: relative;
}

.breadcrumb-area h2 {
  color: #f9bf29;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
}

.breadcrumb-area .breadcrumb {
  background-color: transparent;
  display: block;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb li {
  color: #f5f5f5;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .breadcrumb-area .breadcrumb li {
    font-size: 14px;
  }
}
.breadcrumb-area .breadcrumb li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.breadcrumb-area .breadcrumb li a:hover {
  color: #f9bf29;
}
.breadcrumb-area .breadcrumb .breadcrumb-sep {
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
  vertical-align: -1px;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #1c3c41;
  border-color: #1c3c41;
}

.page-link.active {
  z-index: 3;
  color: #1c3c41;
  background-color: #c4bf66;
  border-color: #c4bf66;
}

/* about page */
.about-page .why-choose-us {
  background-color: #fff;
  padding: 50px 0;
}

.about-page .why-choose-us .container {
  width: 90%;
  margin: 0 auto;
}

.about-page .why-choose-us .container .title h2 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.about-page .why-choose-us .container .title p {
  font-size: 1rem;
  color: #2f2f2f;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}

.about-page .why-choose-us .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-page .why-choose-us .row {
    gap: 20px;
  }
}

.about-page .why-choose-us .service-card {
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #1c3c41;
  color: white;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; /* Adds space between cards */
}

.about-page .why-choose-us .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-page .why-choose-us .card-content {
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-page .why-choose-us .card-content h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.about-page .why-choose-us .card-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #f0f0f0;
}

.about-page .why-choose-us .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/mnt/data/43b7e372-7d1f-4f54-8c57-920a07b5b569.png"); /* Replace with actual image URL */
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.about-page .why-choose-us .service-card:hover::before {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .about-page .why-choose-us .service-card {
    height: auto; /* Remove fixed height on smaller screens */
  }
  .about-page .why-choose-us .card-content h3 {
    font-size: 1.5rem;
  }
  .about-page .why-choose-us .card-content p {
    font-size: 1rem;
  }
}

/* contact page */
.contact-us-wrap {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.contact-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact-info {
  margin-left: 0px !important;
}

.contact-info li {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.contact-info i {
  font-size: 24px;
  color: #3498db;
}

.contact-info a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #2c3e50;
}

.section-title h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
}

.section-title span {
  font-size: 1rem;
  color: #1c3c41;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-title {
    margin-left: 20px !important;
  }
  .contact-item {
    padding: 30px;
  }
  .contact-info {
    margin-left: 20px !important;
  }
  .contact-info li {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 1.6rem;
  }
}

.contact-info {
  margin-left: 20px;
}

.contact-item .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info li {
  font-size: 1.1rem;
  color: #444;
  padding: 5px 0;
}

.contact-info li a {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .contact-item .row {
    display: block;
  }

  .contact-item img {
    width: 100%;
    margin-bottom: 20px;
  }
}
