/* ================================================= Header ========================================== */

.header-top .phone {
  margin: 20px 20px 0 0;
}

.header-top .phone {
  background: rgba(0, 0, 0, 0) url(../img/icon/phone-top.png) no-repeat scroll 0
    100%;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 13px;
  height: 40px;
  margin: 5px 0px;
  padding-left: 50px;
  text-align: left;
}

.header-top .phone span {
  color: #c19d71;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .home-3 .logo,
  .home-4 .logo {
    margin: 10px 0 10px;
  }
}

.home-3 .logo,
.home-4 .logo {
  margin: 0px 0;
}

.sticky-header.sticky {
  padding: 10px 0px;
}

.main-menu-area ul li.active > a {
  color: #c19d71;
}

.main-menu-area ul li > a {
  font-size: 15px;
}

.notification-section {
  background: rgba(0, 0, 0, 0)
    linear-gradient(130deg, rgb(173 131 93), #7a4f36, rgb(166 126 87)) repeat
    scroll 0 0;
}

.header-top {
  border-bottom: 1px solid #101a2d;
  padding: 10px 0;
  background-color: #101a2d;
}

.sticky-header.sticky {
  background: #101a2d none repeat scroll 0 0;
}

.main-menu-area ul li a:hover {
  color: #c19d71;
}

.main-menu-area ul li ul.dropdown_menu li a:hover {
  color: #c19d71;
}

.main-menu-area ul li ul.dropdown_menu {
  width: 200px;
  padding: 10px 20px;
}

.mobile-menu-style-2 .mean-container .mean-bar {
  background: #976c4c none repeat scroll 0 0;
  min-height: 36px;
  padding: 0;
}

.catalogue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #c89b6d;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.catalogue-btn:hover {
  background: #b1814e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mobile-catalogue-btn a {
  background: #c89b6d;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  margin: 12px;
  padding: 12px 15px !important;
  font-weight: 600;
}

.mobile-catalogue-btn a:hover {
  background: #b1814e;
}
/* ================================================= Header ========================================== */

/* ================================================= Breadcrumb ========================================== */

.breadcrumb-item {
  display: inline-block;
  font-size: 16px;
}

.breadcrumb-list li.active {
  color: #af8962;
}

/* ================================================= Breadcrumb ========================================== */

/* ================================================= Contact ========================================== */

.contact-section {
  padding: 40px 0;
}

.contact-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
  height: 100%;
}

.contact-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
  position: relative;
  padding-bottom: 12px;
}

.contact-card h3:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ab8a64;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 15px 18px;
  margin-bottom: 18px;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.contact-card input:focus,
.contact-card textarea:focus {
  border-color: #e63946;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(230, 57, 70, 0.08);
  outline: none;
}

.theme-btn {
  background: linear-gradient(135deg, #82573a, #c4a07f);
  color: #fff;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  box-shadow: 0 10px 20px rgb(150 109 80 / 54%);
}

.theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgb(150 109 80 / 54%);
}

.contact-info-card {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #f2f2f2;
  transition: 0.3s;
}

.contact-info-card:hover {
  transform: translateY(-5px);
}

.contact-info-card i {
  min-width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6e4a30, #aa815b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.contact-info-card h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #222;
}

.contact-info-card p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 50px 0;
  }
  .contact-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-card {
    padding: 25px;
  }

  .theme-btn {
    width: 100%;
  }

  .contact-info-card {
    padding: 18px;
  }

  .contact-info-card i {
    min-width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

a:hover {
  color: #c19d71 !important;
  text-decoration: none;
}

/* ================================================= Contact ========================================== */

/* ================================================= Blog ========================================== */

.content-wraper {
  padding: 60px 0px;
}

.blog-wrapper.main-blog {
  padding: 15px 15px 15px;
}

.blog-wrapper {
  border: 1px dashed #be946d;
  border-radius: 10px;
}

.blog-wrapper h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 15px 0 0;
}

.blog-wrapper h3 a {
  color: #9b7453;
}

.blog-readmore a {
  color: #9b7453;
}

.blog-meta-bundle {
  border-top: 1px dashed #be946d;
  line-height: 16px;
  margin: 10px 0 0;
  padding: 15px 0 0;
}

.blog-categorie-title {
  border-bottom: 1px solid #ad845e;
  font-size: 22px;
  color: #ad845e;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
/* ================================================= Blog ========================================== */

/* ================================================= Faq ========================================== */
.faequently-accordion h4 {
  background: #caac841c none repeat scroll 0 0;
  border: 1px dashed #8d664c;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0;
}

.faequently-accordion h4 a:before,
.faequently-tab-menu ul li a:before {
  color: #8d664c;
  font-size: 14px;
}

.faequently-accordion h4.open {
  border-color: #8d664c;
  margin-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faequently-accordion h4.open a:after,
.faequently-tab-menu ul li.active a:before {
  color: #8d664c;
  font-size: 14px;
}

.faequently-description {
  border-color: #e7e4dd #8d664c #8d664c;
  border-style: dashed;
  border-width: 1px;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.faequently-description > p {
  color: #333333;
  font-size: 15px;
}

.faequently-accordion h4 a {
  font-size: 16px;
  font-weight: 500;
}
.faequently-accordion h4.open a {
  color: #8d664c;
}
/* ================================================= Faq ========================================== */

/* ================================================= About Page ========================================== */
.about-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.about-image-box img {
  width: 100%;
  border-radius: 15px;
}

.experience-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.experience-badge h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #c89b6d;
}

.sub-title {
  color: #c89b6d;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
}

.about-info-wrapper h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 15px 0 25px;
  line-height: 1.3;
}

.about-info-wrapper p {
  color: #666;
  line-height: 1.9;
}

.read-more-btn > a {
  background: #c89b6d none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.read-more-btn > a:hover {
  background: #0e1b2e;
  color: #fff;
}

@media (max-width: 991px) {
  .about-info-wrapper {
    margin-top: 40px;
  }
}

/* ================================================= About Page ========================================== */

/* ================================================= Counter Section ========================================== */

.count-title h2 {
  color: #c89b6d;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin: 15px 0 5px;
}

.count-icon span {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  color: #c89b6d;
}

/* ================================================= Counter Section ========================================== */

/* ================================================= Testimonial Section ========================================== */

.testimonials-area {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 40px 0;
}

.single-testimonial p {
  font-size: 20px;
  font-style: italic;
  margin: 20px 0 20px;
  position: relative;
  max-width: 800px;
  padding: 0 40px;
}

.single-testimonial h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 10px;
  color: #c89b6d;
}

.single-testimonial p::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 90px;
  font-family: Georgia, serif;
  color: #c89b6d;
  line-height: 1;
  opacity: 0.35;
}

.single-testimonial p::after {
  content: "\201D";
  position: absolute;
  right: 0;
  bottom: -45px;
  font-size: 90px;
  font-family: Georgia, serif;
  color: #c89b6d;
  line-height: 1;
  opacity: 0.35;
}

/* ================================================= Testimonial Section ========================================== */

/* ================================================= Why Choose Section ========================================== */

.why-choose-section {
  padding: 40px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading span {
  display: inline-block;
  color: #c69252;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}

.section-heading span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #c69252;
  border-radius: 30px;
}

.section-heading h2 {
  font-size: 35px;
  font-weight: 500;
  color: #202020;
  margin-top: 15px;
  line-height: 1.2;
}

.section-heading p {
  width: 750px;
  max-width: 100%;
  margin: 10px auto 0;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
}

.why-left {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.why-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.5s;
}

.why-left:hover img {
  transform: scale(1.05);
}

.quality-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 10;
  background: #2f2f2f;
  color: #fff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  width: 270px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.badge-icon {
  width: 65px;
  height: 65px;
  border-radius: 15px;
  background: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.badge-icon i {
  color: #c69252;
  font-size: 32px;
}

.badge-content h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 700;
}

.badge-content p {
  color: #d5d5d5;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

.why-choose-section .row > .col-lg-8 {
  display: flex;
  align-items: center;
}

.why-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 30px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
  border: 1px solid #f3f3f3;
  height: calc(100% - 20px);
  position: relative;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.why-card .icon {
  width: 78px;
  height: 78px;
  background: #f8efe6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: 0.3s;
}

.why-card:hover .icon {
  background: #c69252;
}

.why-card .icon i {
  color: #c69252;
  font-size: 34px;
  transition: 0.3s;
}

.why-card:hover .icon i {
  color: #fff;
}

.why-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.why-card span {
  display: block;
  width: 45px;
  height: 3px;
  background: #c69252;
  margin: 0 auto 15px;
  border-radius: 20px;
}

.why-card p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 0;
}

.why-card {
  overflow: hidden;
}

.why-card:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(198, 146, 82, 0.08),
    transparent
  );
  transition: 0.7s;
}

.why-card:hover:before {
  left: 100%;
}

.why-card:hover h4 {
  color: #c69252;
}

.why-left {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.why-left:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.08), transparent 45%);
  border-radius: 20px;
  pointer-events: none;
}

.why-choose-section:before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(198, 146, 82, 0.05);
  top: -120px;
  left: -120px;
  filter: blur(70px);
  z-index: 0;
}

.why-choose-section:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(198, 146, 82, 0.05);
  right: -120px;
  bottom: -120px;
  filter: blur(70px);
  z-index: 0;
}

.why-choose-section .container {
  position: relative;
  z-index: 2;
}

/* ================================================= Why Choose Section ========================================== */

/* ================================================= Shipping Section ========================================== */

.our-service-inner {
  border: 1px solid #ac8735;
  border-radius: 5px;
  overflow: hidden;
  padding: 22px 0;
}

.our-service-inner .col-custom:after {
  background: #ac8735 none repeat scroll 0 0;
  content: "";
  height: 50px;
  margin-top: -23px;
  position: absolute;
  right: -4px;
  top: 50%;
  width: 1px;
}

.single-service .serivce-cont h3 {
  color: #ac8735;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}

.single-service .serivce-cont p {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.service-icon {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.service-icon i {
  font-size: 25px;
  color: #ac8735;
  transition: all 0.3s ease;
}

.single-service:hover .service-icon {
  background: #ac8735;
}

.single-service:hover .service-icon i {
  color: #fff;
}

/* ================================================= Shipping Section ========================================== */

/* ================================================= Blog Section ========================================== */

.latest-blog-area {
  padding-bottom: 60px;
  padding-top: 60px;
}

.single-latest-blog-inner {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  height: 100%;
  background: #fdfbfa;
  border-radius: 10px;
  border: 1px solid #ac873547;
}

.single-latest-blog-inner .latest-blog-contend h3 a {
  color: #ac8735;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 15px 0 0;
  position: relative;
  text-transform: capitalize;
}

.single-latest-blog-inner .latest-blog-contend p {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 10px 0 10px;
  width: 100%;
}

.latest-blog-image > a:after {
  display: none;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-latest-blog-inner .latest-blog-contend h3 a:hover {
  color: #ac8735;
}

.section-title-3 > h2 {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  font-size: 26px;
  line-height: 18px;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
}

.section-title:before,
.section-title-2:before,
.section-title-3:before {
  background: #ac873547 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* ================================================= Blog Section ========================================== */

/* ================================================= Product Section ========================================== */

.product-area {
  padding: 60px 0px;
}

/* ================================================= Product Section ========================================== */

/* ================================================= Banner Section ========================================== */

.banner-area {
  padding: 60px 0px;
}

/* ================================================= Banner Section ========================================== */

/* ================================================= Offer Section ========================================== */

.services-section {
  background: #f7f9fc;
  position: relative;
}

.services-section .service-box {
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
}

.services-section .service-box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #d39a2f, #f0bc58);
  transition: 0.45s;
  z-index: 0;
}

.services-section .service-box:hover::before {
  width: 100%;
}

.services-section .service-box > * {
  position: relative;
  z-index: 2;
}

.services-section .service-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  background: #fff8ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.4s;
  border: 2px solid #f2dfb0;
}

.services-section .service-icon i {
  font-size: 30px;
  color: #d39a2f;
  transition: 0.4s;
}

.services-section .service-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #14213d;
  margin-bottom: 10px;
  transition: 0.4s;
}

.services-section .service-box p {
  color: #666;
  line-height: 28px;
  transition: 0.4s;
  margin-bottom: 0px;
}

.services-section .service-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

.services-section .service-box:hover h4,
.services-section .service-box:hover p,
.services-section .service-box:hover a {
  color: #fff;
}

.services-section .service-box:hover .service-icon {
  background: #fff;
  transform: rotateY(180deg);
}

.services-section .service-box:hover .service-icon i {
  color: #d39a2f;
}

/* ================================================= Offer Section ========================================== */

/* ================================================= Footer ========================================== */
.footer-area {
  background: #101a2d none repeat scroll 0 0;
}

.footer-top {
  padding: 40px 0;
}

.footer-area .footer-bottom {
  background: #101a2d none repeat scroll 0 0;
  border-top: 1px solid #ac8735;
  padding: 10px 0;
}

.footer-area .copyright {
  color: #ddd;
  text-align: center;
  margin: 4px 0 0 0;
}

.footer-area .copyright a {
  color: #ac8735;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-area .footer-info .phone {
  background: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  padding-left: 0px;
}

.footer-area .footer-title h3,
.footer-area .time-title {
  color: #ac8735;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
  position: relative;
  text-transform: capitalize;
}

.footer-area ul li a {
  color: #ddd;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.footer-area .footer-info .phone i {
  color: #d4a24c;
  font-size: 24px;
  margin-right: 12px;
}

#scrollUp {
  background: #d39a2f none repeat scroll 0 0;
  bottom: 30px;
  color: #fff8ea;
  font-size: 22px;
  height: 40px;
  line-height: 38px;
  right: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 40px;
}

.footer-area ul li a:hover {
  color: #d39a2f;
}

.footer-area .block-contact-text > p span a {
  color: #ddd;
}

.desktop-floating-cta {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.desktop-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #222;
  text-decoration: none;
  border-radius: 0 14px 14px 0;
  margin-bottom: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: 0.35s;
  overflow: hidden;
}

.desktop-btn i {
  font-size: 28px;
  font-weight: 500;
  color: white;
}

.desktop-btn span {
  position: absolute;
  left: 60px;
  white-space: nowrap;
  background: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  color: black;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.desktop-btn:hover span {
  opacity: 1;
  visibility: visible;
}

.whatsapp-btn {
  background-color: #25d366;
}

.call-btn {
  background-color: #ff2d2d;
}

.desktop-btn:hover {
  width: 58px;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 9999;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
}

.mobile-sticky-cta a {
  width: 50%;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.mobile-sticky-cta a i {
  font-size: 18px;
}

.sticky-whatsapp {
  background: #0fb166;
}

.sticky-call {
  background: #976c4c;
}

.sticky-whatsapp:hover {
  color: #fff;
  background: #1ebe5d;
}

.sticky-call:hover {
  color: #fff;
  background: #b1814e;
}

@media (max-width: 767px) {
  .desktop-floating-cta {
    display: none;
  }

  .mobile-sticky-cta {
    display: flex;
  }

  body {
    padding-bottom: 60px;
  }
}

/* ================================================= Footer ========================================== */

/* ================================================= Category Section ========================================== */

.category-area {
  background: #fff;
}

.category-item {
  text-align: center;
  transition: 0.4s;
}

.category-img {
  width: 170px;
  height: 170px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  background: #fff;
  border: 3px solid #ececec;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.category-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: 0.5s;
}

.category-item h5 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #14213d;
}

.category-item span {
  color: #888;
  font-size: 15px;
}

.category-item:hover .category-img {
  border-color: #d4a13a;
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.category-item:hover img {
  transform: scale(1.15);
}

.category-item:hover h5 {
  color: #d4a13a;
}

@media (max-width: 767px) {
  .category-img {
    width: 130px;
    height: 130px;
  }
}

/* ================================================= Category Section ========================================== */

/* ================================================= Product Section ========================================== */

.product-image {
  position: relative;
  border: 1px solid #b28f5280;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 0.25rem;
}

.add-actions-link {
  margin-top: 15px;
  padding-top: 15px;
}

.single-product-wrap:hover {
  margin: 0 0 -85px;
  padding: 0 0 55px;
  z-index: 9;
}

.product_desc .product_desc_info .product_name:hover {
  color: #d4a13a;
}

.product_desc .product_desc_info .new-price {
  color: #ac8735;
  font-size: 15px;
  font-weight: 500;
  padding-right: 10px;
}

.single-product-wrap {
  border: 2px solid #ebebeb;
  padding: 10px;
}

.product_desc .product_desc_info > h4 {
  padding-top: 0px;
  margin: 0px;
}

.single-product-wrap:before {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.add-actions-link li a:hover {
  color: #d4a13a;
}
/* ================================================= Product Section ========================================== */

/* ================================================= Product Details ========================================== */

.logo {
  margin: 0px 0;
}

.product-info-detailed {
  background: #ac8735 none repeat scroll 0 0;
  display: block;
  margin-bottom: 0px;
  margin-top: 50px;
  padding: 5px 0;
}

.discription-tab-menu li a.active {
  color: white;
}

.discription-tab-menu li a {
  padding: 8px 25px;
}

.product-size,
.product-color {
  margin-top: 20px;
}

.product-size h5,
.product-color h5 {
  font-size: 16px;
  font-weight: 450;
  margin-bottom: 12px;
}

.size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.size-badge {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 5px 13px;
  border-radius: 8px;
  font-weight: 600;
  color: #d39a2f;
  transition: 0.3s;
}

.size-badge:hover {
  background: #d39a2f;
  color: #fff;
  border-color: #d39a2f;
}

.color-list-new {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.color-item {
  text-align: center;
}

.color-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px #c9c6be;
  margin: auto;
  margin-bottom: 6px;
}

.color-item small {
  display: block;
  font-size: 13px;
  color: #666;
}

.product-enquiry-form {
  margin-top: 30px;
}

.qty-wrapper label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.qty-box {
  display: flex;
  align-items: center;
  width: 170px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.qty-btn {
  width: 45px;
  height: 45px;
  border: none;
  background: #f7f7f7;
  cursor: pointer;
  transition: 0.3s;
}

.qty-btn:hover {
  background: #c79b3b;
  color: #fff;
}

.qty-box input {
  width: 80px;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  outline: none;
}

.enquiry-btn {
  margin-top: 25px;
  background: #c79b3b;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.whatsapp-enquiry-btn {
  margin-top: 25px;
  background: #25d366;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
}

.enquiry-btn:hover {
  background: #14213d;
}

.whatsapp-enquiry-btn:hover {
  background: #1db954;
  color: #fff;
}

@media (max-width: 576px) {
  .product-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .enquiry-btn,
  .whatsapp-enquiry-btn {
    width: 100%;
    margin-top: 4px;
  }
}

.quick-view-content .price-box .old-price {
  color: #555555;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  text-decoration: line-through;
  margin-left: 10px;
}

.quick-view-content .price-box .new-price {
  color: #d39a2f;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.customization-info {
  margin: 25px 0;
}

.customization-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 10px;
  background: #faf8f4;
  border: 1px solid #eadfcf;
  border-left: 5px solid #c9962f;
  border-radius: 12px;
}

.customization-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: #c9962f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.customization-content h5 {
  margin-bottom: 8px;
  font-weight: 500;
  color: #222;
}

.customization-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 15px;
}

.customization-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.customization-tags span {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 14px;
  color: #c9962f;
  font-weight: 500;
}

.customization-tags i {
  color: #c9962f;
}

@media (max-width: 767px) {
  .customization-card {
    flex-direction: column;
    text-align: center;
  }

  .customization-icon {
    margin: auto;
  }

  .customization-tags {
    justify-content: center;
  }
}

.product-info > h2 {
    font-size: 24px;
    color: #c9962f;
}

@media (max-width: 767px) {
    .product-info > h2 {
        font-size: 20px;
        margin-top: 0px;
    }
}

/* ================================================= Product Details ========================================== */

/* ================================================= Privacy Policy ========================================== */

.privacy-policy-section {
  background: #f8f9fc;
}

.privacy-content-box {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.privacy-heading {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #d39a2f63;
  padding-bottom: 15px;
}

.privacy-heading h1 {
  font-size: 35px;
  font-weight: 500;
  color: #d39a2f;
  margin-bottom: 15px;
}

.privacy-heading p {
  max-width: 850px;
  margin: auto;
  color: #666;
  line-height: 28px;
}

.policy-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0b1833;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}

.policy-content h3:before {
  content: "";
  width: 35px;
  height: 3px;
  background: #d39a2f;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.policy-content p {
  color: #666;
  line-height: 30px;
  font-size: 16px;
  margin-top: 15px;
}

/* ================================================= Privacy Policy ========================================== */

/* ================================================= Product Enquiry Modal ========================================== */

.product-modal {
  max-width: 600px;
}

.premium-modal {
  border-radius: 22px;
  border: none;
  overflow: hidden;
  padding: 20px;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #f7f7f7;
  font-size: 18px;
  z-index: 10;
}

.modal-small-title {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #c4932f;
}

.premium-modal h2 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 15px;
  color: #111;
}

.modal-desc {
  font-size: 14px;
  line-height: 22px;
  color: #777;
}

.premium-modal label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.premium-modal input,
.premium-modal select,
.premium-modal textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
  outline: none;
}

.premium-modal textarea {
  height: 100px;
  resize: none;
}

.submit-enquiry {
  margin-top: 15px;
  width: 100%;
  height: 45px;
  background: #050505;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.4s;
}

.submit-enquiry:hover {
  background: #c4932f;
}

@media (max-width: 576px) {
  .premium-modal {
    padding: 10px;
  }

  .premium-modal h2 {
    font-size: 22px;
  }
}

/* ================================================= Product Enquiry Modal ========================================== */

/* ================================================= Thank You ========================================== */

.thankyou-section {
  padding: 40px 0;
}

.thankyou-box {
  max-width: 800px;
  margin: auto;
  background: #fff;
  text-align: center;
  padding: 30px 40px;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.success-icon {
  width: 100px;
  height: 100px;
  background: #d39a2f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  color: white;
  font-size: 45px;
  box-shadow: 0 10px 30px rgba(211, 154, 47, 0.4);
}

.thankyou-box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #d39a2f;
  margin-bottom: 15px;
}

.thankyou-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.thankyou-box p {
  max-width: 600px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.thankyou-actions {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.home-btn,
.contact-btn {
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s;
}

.home-btn {
  background: #111;
  color: #fff;
}

.contact-btn {
  background: #d39a2f;
  color: #fff;
}

.home-btn:hover,
.contact-btn:hover {
  transform: translateY(-5px);
  color: #fff;
}

@media (max-width: 576px) {
  .success-icon {
    width: 80px;
    height: 80px;
    font-size: 35px;
  }
}

/* ================================================= Thank You ========================================== */
