html {
  overflow-x: hidden;
}

body {
  font-family: 'Manrope', sans-serif;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
  background-color: #FFF9EF;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

h1,
h2,
h3,
.heading {
  font-family: 'Cal Sans', sans-serif;
}

img {
  width: 100%;
}

/* Logo */
.logo {
  width: 150px;
}

.tagline {
  font-size: 12px;
  font-weight: 600;
  color: #8A684D;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 2222;
  background-color: transparent;
  padding: 1rem 0;
  transition: all 0.3s ease-in-out;
}

.navbar.shrink {
  background-color: #f1e5cf8a;
  backdrop-filter: blur(10px);
  padding: .5rem 0;
  box-shadow: 0px 2px 5px #d6a54f85;
}

/* Nav Links */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #5A4033;
  padding: 0 25px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #D6A54F;
}

/* Get Started Button */
.get-started-btn {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  border: none;
  padding: 4px 4px 4px 15px;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}

.get-started-btn span {
  margin-right: 8px;
}

.get-started-btn img {
  width: 30px;
  transition: transform 0.3s ease-in-out;
}

.get-started-btn:hover {
  color: #ffffff;
}

.get-started-btn:hover img {
  width: 30px;
  transform: rotate(45deg);
}


.hero-section {
  min-height: 100vh;
  background-color: #F1E5CF;
  background-image: url('/jwelesmatic/images/hero-bg.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}

.hero-badge {
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  padding: 4px 18px;
  color: #c4a77d;
  background: #fff;
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: -2px 2px #D6A54F, 2px -2px #8A684D;
}

.hero-title {
  font-family: 'Cal Sans', sans-serif;
  font-size: 52px;
  font-weight: 500;
  color: #8A684D;
}

.hero-title span {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #565656;
  max-width: 750px;
  margin: 0 auto;
}

.hero-btn {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  border: none;
  padding: 4px 4px 4px 15px;
  border-radius: 30px;
  font-size: 16px;
}

.hero-btn img {
  margin-left: 8px;
  width: 30px;
}

.hero-btn:hover {
  background: #c4a77d;
}

.hero {
  position: relative;
  z-index: 5;
}

.dashboard {
  margin-top: -55px;
  position: relative;
  z-index: 0;
}

.partners-section {
  background-color: #FFF7EE;
}

.title-badge {
  font-size: 13px;
  font-weight: 600;
  background-color: #ffffff;
  color: #CEA146;
  border-radius: 10px;
  padding: 4px 12px;
  box-shadow: 0px 0px 2px #d6a44f49;
}

.title {
  font-family: 'Cal Sans', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #8A684D;
}

.title-description {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}



.inventory-section {
  background-color: #FFF7EE;
}

.service-card {
  background-color: #F6E9CF;
  border-radius: 45px;
  border: solid 8px #ffffff;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 16px 50px -28px #00000026;
}

.service-card.card2 {
  background-color: #FFF9EF;
  color: #000;
}

.service-card.card2 .title {
  color: #CEA146;
}

.service-card .badge-img {
  width: 80px;
  margin-bottom: 10px;
}

.service-card .text-center {
  height: 100%;
  margin: auto;
}

.service-card .text-center img {
  max-width: 500px;
  margin-top: auto;
}

.service-card.card3 {
  background-color: #ffffff;
  background-image: url(/jwelesmatic/images/service-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0 30px;
  margin-top: 20px;
}

.service-card.card3 .service-img {
  margin-top: -12%;
}

.service-card .content {
  max-width: 450px;
}

.sub-card {
  background-color: #FFF9EF;
  padding: 20px;
  border-radius: 20px;
  margin-top: auto;
}

.sub-card .title {
  font-size: 25px;
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.percentage {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 0;
}

.arrow-sm {
  width: 40px;
}

.sub-card .title-description {
  margin-bottom: 50px;
}

.link {
  color: #734A00;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.feature-card {
  background: #FFFFFF;
  background: linear-gradient(46deg, rgba(255, 255, 255, 1) 50%, rgba(214, 165, 79, 0.29) 100%);
  border-radius: 25px;
  border: solid 10px #ffffff;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 16px 50px -28px #00000026;
}

.feature-card .content {
  max-width: 430px;
}

.feature-card .badge-img {
  width: 70px;
  margin-bottom: 15px;
}

.feature-card.fancy-1 .title {
  color: #CEA146;
}

.feature-card.fancy-2 .title {
  color: #CEA146;
}

.feature-card .title-description {
  font-size: 12px;
}

.chose-card {
  background-color: #9D7F68;
  padding: 15px;
  border-radius: 30px;
  color: #F6E9CF;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.chose-card.gap {
  margin-top: 70px;
}

.chose-card:hover {
  background-color: #F6E9CF;
  color: #8A684D;
}

.chose-card:hover .title {
  color: #8A684D;
}

.chose-card:hover .number {
  color: #8a684d68;
}

.chose-card:hover .title-description {
  color: #8A684D;
}

.chose-card .title {
  color: #F6E9CF;
  font-size: 25px;
}

.chose-card .number {
  font-size: 100px;
  font-weight: 100;
  font-family: 'Manrope', sans-serif;
  line-height: 1;
  margin-left: -60px;
  font-style: italic;
  color: #f6e9cf6f;
}

.chose-card .title-description {
  color: #F6E9CF;
  font-size: 13px;
}

.chose-card .content {
  display: flex;
  align-items: center;
}

.stat-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.stat {
  background: transparent;
  padding: 15px;
  border-radius: 20px;
  border: solid 1px #734A00;
}

.stat h3 {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.stat p {
  margin-bottom: 0;
}

.stat:hover {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  border-color: transparent;
}

.stat:hover h3 {
  background: linear-gradient(to right, #fff, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat:hover p {
  color: #ffffff;
}


.testimonial-container {
  height: 100%;
  min-height: 300px;
  background-color: #f3e5ca;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-icon img {
  width: 60px;
}

.testimonial-text {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-top: -30px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info .name {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: 'Cal Sans', sans-serif;
}

.user-info .role {
  font-size: 12px;
  color: #999;
}

.nav-buttons {
  display: flex;
  gap: 10px;
}

.nav-buttons button {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 18px;
}

.nav-buttons button:hover {
  background: transparent;
  border: solid 1px #8C6A4D;
  color: #8C6A4D;
}

.testimonial-text,
.user-info {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fade-out {
  opacity: 0;
}

.why-chose {
  background-color: #8A684D;
  background-image: url(/jwelesmatic/images/Favicon.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left bottom;
  color: #ffffff;
}

.why-chose .main-content {
  max-width: 450px;
}

.why-chose .main-content p {
  font-size: 14px;
  font-weight: 400;
}


.why-card {
  background-color: #FFF9EF;
  height: 100%;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
}

.work-card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 12px;
  height: 100%;
}

.work-card img {
  width: 35px;
}

.work-card h5 {
  font-size: 14px;
  color: #8A684D;
}

.work-card .title {
  font-size: 16px;
}

.work-card .title-description {
  font-size: 13px;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #8a6238;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a0743f, #d4a462);
}

.why-chose .get-started-btn {
  background: #ffffff;
  font-weight: 600;
}

.why-chose .get-started-btn span {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card4 {
  background-color: #F6E9CF;
  background-image: url(/jwelesmatic/images/Logobg.svg);
  background-repeat: no-repeat;
  background-size: 270px;
  background-position: left bottom;
  padding: 0 30px;
}

.card4 .title-description {
  color: #8A684D;
  font-weight: 400;
}

.how-work {
  background-color: #F6E9CF;
}

.how-work .title-description {
  color: #8A684D;
  font-weight: 400;
}

.faq-card {
  background-color: #8A684D;
  background: linear-gradient(to right, #D6A54F, #8A684D);
  border-radius: 15px;
  padding: 20px;
}

.faq .get-started-btn {
  background: #F6E9CF;
  color: #8A684D;
  font-weight: 700;
}

.faq {
  margin: 0 auto;
  background-color: #F6E9CF;
  border-radius: 25px;
  padding: 30px;
}

.faq-item {
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 30px;
}

.faq-item.active {
  background-color: #ffffff;
}

.faq-item h5 {
  color: #8A684D;
  font-weight: 500;
  font-family: 'Cal Sans', sans-serif;
}

.faq-title {
  cursor: pointer;
  color: #8A684D;
  padding: 15px 30px 15px 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Cal Sans', sans-serif;
  position: relative;
}

.faq-title.active {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-family: 'Cal Sans', sans-serif;
  padding-bottom: 0px;
}

.faq-title::after {
  content: "＋";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  font-size: 35px;
  transition: transform 0.3s ease;
}

.faq-title.active::after {
  transform: rotate(45deg);
}

.faq-content {
  font-size: 15px;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-content.open {
  padding: 15px;
  max-height: 300px;
}


.pricing-section .title-description {
  max-width: 550px;
  margin: auto;
}

/* ============================================
   PRICE CARD — with Hover Effects
   ============================================ */

.price-card {
  background-color: #F6E9CF;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;

  /* Default tilt */
  transform: rotate(-4deg);

  /* Smooth transition for all hover effects */
  transition:
    transform 0.45s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 0.4s ease;
}

/* Shimmer sweep on hover */
.price-card::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 55%;
  height: 220%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 60%
  );
  transform: rotate(15deg);
  transition: left 0.65s ease, top 0.65s ease;
  pointer-events: none;
  z-index: 1;
}

/* Gradient border glow ring */
.price-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background:
    linear-gradient(#F6E9CF, #F6E9CF) padding-box,
    linear-gradient(135deg, #D6A54F, #8A684D) border-box;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.price-card:hover {
  transform: rotate(0deg) translateY(-10px) scale(1.02);
  box-shadow:
    0 35px 70px -15px rgba(138, 104, 77, 0.35),
    0 12px 30px -10px rgba(214, 165, 79, 0.25);
}

/* Shimmer sweeps across on hover */
.price-card:hover::before {
  left: 130%;
}

/* Glow border appears on hover */
.price-card:hover::after {
  opacity: 1;
}

/* "Get Started" label fades in on hover */
.price-card .hover-tag {
  position: absolute;
  bottom: 16px;
  right: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
}

.price-card:hover .hover-tag {
  opacity: 1;
  transform: translateY(0);
}

/* Badge hover — fills with gradient */
.price-card .badge {
  display: inline-block;
  color: #8A684D;
  border: solid 1.5px #8A684D;
  border-radius: 7px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 600;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
  position: relative;
  z-index: 2;
}

.price-card:hover .badge {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  color: #ffffff;
  border-color: transparent;
}

/* Price subtle zoom on hover */
.price-card .price {
  color: #8A684D;
  font-size: 30px;
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
}

.price-card:hover .price {
  transform: scale(1.04);
}

/* ============================================
   PRICE CARD TWO (dark / SME)
   ============================================ */

.price-card.two {
  background-color: #8A684D;
  color: #ffffff;
  box-shadow: -21px 5px 65px 0 #00000030;
  transform: rotate(7deg);
  margin-top: 40px;
  margin-left: -35px;
}

/* Dark card shimmer is subtler */
.price-card.two::before {
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 60%
  );
}

/* Dark card glow uses cream/gold border */
.price-card.two::after {
  background:
    linear-gradient(#8A684D, #8A684D) padding-box,
    linear-gradient(135deg, #F6E9CF, #D6A54F) border-box;
}

.price-card.two:hover {
  transform: rotate(0deg) translateY(-10px) scale(1.02);
  box-shadow:
    0 35px 70px -10px rgba(0, 0, 0, 0.45),
    0 12px 30px -10px rgba(214, 165, 79, 0.3);
}

.price-card.two .badge {
  color: #F6E9CF;
  border-color: #F6E9CF;
}

.price-card.two:hover .badge {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-color: transparent;
}

.price-card.two .price {
  color: #F6E9CF;
}

.price-card.two .hover-tag {
  background: linear-gradient(to right, #F6E9CF, #D6A54F);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Checklist inside dark card */
.price-card.two ul.checklist li {
  color: #ffffff;
}

.price-card.two ul.checklist li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  line-height: 1;
  background: linear-gradient(to right, #F6E9CF, #D6A54F);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================
   CHECKLIST (shared)
   ============================================ */

ul.checklist {
  list-style: none;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

ul.checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #565656;
  font-size: 13px;
  font-weight: 500;
}

ul.checklist li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  line-height: 1;
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.checklist li.cross::before {
  content: '\2717';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1;
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choose-btn {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  width: 100%;
  transition: all 0.3s ease-in-out;
}


.recommended-card {
  background: linear-gradient(to bottom, #D6A54F, #8A684D);
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.recommended-card .rec {
  background-color: #96714D;
  color: #ffffff;
  text-align: center;
  padding: 6px;
}

.wrapper {
  padding: 20px;
}

.recommended-card .pricing-header {
  color: #ffffff;
  border-bottom: solid 2px #E8BB76;
}

.recommended-card ul.checklist li::before {
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommended-card ul li {
  color: #ffffff;
}

.recommended-card .choose-btn {
  background: #FFF9EF;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.recommended-card .choose-btn span {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.recommended-card h1 {
  color: #ffffff;
  margin: 15px 0;
}

.pricing-card {
  border-radius: 20px;
  padding: 20px;
  border: solid 2px #8A684D;
}

.pricing-header {
  border-bottom: solid 1px #CEBFB2;
  font-family: 'Cal Sans', sans-serif;
  color: #8A684D;
  padding: 6px 0;
}

.pricing-card h1 {
  font-size: 40px;
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 15px 0;
}


.contact-section {
  background: transparent;
  color: white;
}

.contact-wrapper {
  background-color: #8A684D;
  border-radius: 30px;
  padding: 20px;
}

.contact-info-card {
  padding: 20px;
  color: #ffffff;
}

.contact-title {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}

.contact-subtitle {
  color: #aaa;
  font-size: 14px;
}

.contact-info-card .list-unstyled img {
  width: 25px;
  margin-right: 15px;
}

.contact-form {
  background-color: #ffffff;
  padding: 20px;
}

.contact-form .form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid #8A684D;
  border-radius: 0;
  color: #8a684d82;
  font-size: 14px;
  padding-left: 0;
}

.contact-form .form-control::placeholder {
  color: #8a684d82;
}

.contact-form .form-control:focus {
  background: transparent;
  border-bottom: 2px solid #00000089;
  box-shadow: none;
  color: #8A684D;
}

.contact-form .form-label {
  font-size: 14px;
  color: #8A684D;
  margin-bottom: 0.25rem;
}

.btn-send {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  color: #ffffff;
  display: inline-flex;
  gap: 8px;
  border: none;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.btn-send:hover img {
  transform: rotate(45deg);
}

.social-icons img {
  width: 30px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}


.cta-wrapper {
  background-image: url(/jwelesmatic/images/cta-bg.webp);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  padding: 30px;
  min-height: 300px;
  display: grid;
}

.cta-wrapper .title-description {
  max-width: 550px;
  margin: auto;
}


footer {
  background-color: #8A684D;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url(/jwelesmatic/images/footer-bg.svg);
  background-position: bottom left;
  background-size: 300px;
  background-repeat: no-repeat;
}

footer .title-description {
  color: #ffffff;
  font-size: 12px;
}

footer .logo {
  width: 300px;
}

.footer-links h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 16px;
}

.footer-links ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #D6A54F;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
}

.footer-bottom p {
  font-size: 14px;
  color: #F6E9CF;
  font-weight: 500;
  margin: 0;
}

.border-line {
  margin-bottom: 20px;
  height: 1px;
  background: #e1e1e142;
  background: linear-gradient(90deg, rgb(22 22 22 / 0%) 15%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 55%, rgb(22 22 22 / 0%) 85%);
}

.border-gradient {
  border-right: 1px;
  border-left: 0;
  border-style: solid;
  border-image:
    linear-gradient(to bottom, #fff9ef3f, #8a684dbf, #fff9ef3f) 1 100%;
}

.counter {
  text-align: start;
}

.counter h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.counter p {
  font-size: 18px;
  color: #8A684D;
  font-weight: 700;
}


.swiper.mySwiper {
  padding-top: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next {
  top: 22px;
  background: linear-gradient(to right, rgb(214, 165, 79), rgb(138, 104, 77));
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 15px;
}

.swiper-button-prev {
  top: 22px;
  background: linear-gradient(to right, rgb(214, 165, 79), rgb(138, 104, 77));
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 15px;
  right: 55px;
  left: auto;
}

.swiper-slide {
  height: auto;
}

.subscribe-box {
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  background: transparent;
}

.subscribe-box input {
  min-width: 0;
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: white;
  padding: 8px 10px;
}

.subscribe-box input::placeholder {
  color: #f0e6dc;
}

.subscribe-box button {
  background: #eee;
  border: none;
  padding: 7px 16px;
  border-radius: 10px;
  font-size: 16px;
  color: #a16c2f;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.subscribe-box button span {
  background: linear-gradient(to right, #D6A54F, #8A684D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.subscribe-box button:hover {
  background: #fff;
}

/* --------------------------------------- Responsive ---------------------------------------- */

@media (max-width: 1200px) {
  .why-card {
    padding: 10px 15px;
    border-radius: 15px;
  }

  .custom-list li {
    padding-left: 25px;
    margin-bottom: 2px;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .get-started-btn {
    font-size: 13px;
  }

  .tagline {
    display: none;
  }

  .navbar {
    background-color: #f1e5cf8a;
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 5px #d6a54f85;
  }

  .navbar .nav-btn {
    display: none;
  }

  .why-card {
    padding: 10px 15px;
    border-radius: 12px;
  }

  .custom-list li {
    padding-left: 25px;
    margin-bottom: 2px;
    font-size: 12px;
  }

  .title-description {
    font-size: 13px;
  }

  footer .logo {
    width: 200px;
  }

  .subscribe-box {
    padding: 3px;
  }

  .subscribe-box button {
    font-size: 13px;
    padding: 4px 8px;
  }

  .price-card {
    padding: 12px;
  }

  .price-card .badge {
    padding: 3px 6px;
    font-size: 9px;
  }
}

@media (min-width: 992px) {
  .navbar .menu-btn {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero-title {
    font-size: 45px;
  }

  .dashboard {
    margin-top: 10px;
  }

  .card3 {
    padding: 0 10px;
  }

  .card4 {
    padding: 0 10px;
  }

  .service-card.card3 .service-img {
    margin-top: 5px;
  }

  .service-card.card3 {
    padding: 0 10px;
  }

  .subscribe-box {
    padding: 6px;
  }

  .subscribe-box button {
    font-size: 14px;
    padding: 8px 10px;
  }

  .counter h2 {
    font-size: 22px;
  }

  .counter p {
    font-size: 10px;
  }

  .feature-card .badge-img {
    width: 50px;
  }

  .service-card .badge-img {
    width: 50px;
  }

  .contact-wrapper {
    padding: 10px;
  }

  .contact-info-card {
    padding: 10px;
  }

  .contact-form {
    padding: 12px;
  }

  .faq-item {
    padding: 5px;
  }

  .faq-title {
    padding: 10px 30px 10px 10px;
  }

  .faq-content.open {
    padding: 10px;
  }

  .faq-card {
    padding: 10px;
  }

  /* On mobile — remove tilt, cards stack normally */
  .price-card {
    transform: rotate(0deg);
  }

  .price-card.two {
    transform: rotate(0deg);
    margin-top: 10px;
    margin-left: 0px;
  }

  /* Hover still works on mobile tap */
  .price-card:hover {
    transform: translateY(-6px) scale(1.01);
  }
}

@media (max-width: 500px) {
  .faq {
    padding: 10px;
  }

  .faq-item {
    gap: 6px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-content {
    font-size: 13px;
  }

  .faq-title::after {
    font-size: 30px;
  }

  .chose-card .number {
    font-size: 60px;
    margin-left: -42px;
  }

  .chose-card .title {
    font-size: 16px;
  }

  .chose-card .title-description {
    font-size: 10px;
  }

  .chose-card {
    padding: 10px;
    border-radius: 25px;
    min-height: 220px;
    margin-bottom: 10px;
  }

  .price-card.two {
    margin-left: 0px;
  }
}