/* Hero Section Styles */
/* .hero-section {
  padding-top: 80px;
  overflow: hidden;
}

.hero-title {
  color: white;
}

.hero-subtitle {
  color: white;
}

.hero-feature {
}

.hero-feature:nth-child(1) {
  animation-delay: 0.4s;
}
.hero-feature:nth-child(2) {
  animation-delay: 0.6s;
}
.hero-feature:nth-child(3) {
  animation-delay: 0.8s;
}

.hero-feature h3,
.hero-feature p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: white;
}

.hero-feature {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-cta-primary {
  background-color: #d7c73f;
  color: black;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease;
  box-shadow: none;
  border: 1px solid transparent;
}

.hero-cta-primary:hover {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: rgba(255,255,255,0.12);
  color: white;
}

.hero-cta-secondary {
  background: transparent;
  backdrop-filter: none;
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.text-primary {
  color: white;
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
  }
  .hero-feature {
    text-align: left;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
  }
}

.animatation-bounce {
  animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    bottom: 24px;
  }
  50% {
    bottom: 10px;
  }
} */

.hero-section {
  overflow: hidden;
}

.hero-feature:nth-child(1) {
  animation-delay: 0.4s;
}
.hero-feature:nth-child(2) {
  animation-delay: 0.6s;
}
.hero-feature:nth-child(3) {
  animation-delay: 0.8s;
}

.hero-feature h3,
.hero-feature p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: black;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem; 
  padding-right: 1rem;
}
.feature-icon {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
}
.feature-label {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}

/* .hero-img-cloud {
  width: 340px;
  height: 260px;
  object-fit: cover;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s;
  background: #fff;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero-img-cloud {
    width: 220px;
    height: 140px;
  }
} */

@media (max-width: 1024px) {
  .hero-section {
    text-align: center;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
  }
}

.animatation-bounce {
  animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    bottom: 24px;
  }
  50% {
    bottom: 10px;
  }
}



/* whats new offer section */
.whatsnew-premium {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}
.whatsnew-feature-row {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}
.whatsnew-feature-img {
  width: 350px;
  object-fit: cover;
  border-radius: 1.2rem;
  /* border: 1px solid #e0e6ed; */
  box-shadow: 0 2px 12px #05966913;
  background: #fff;
  flex-shrink: 0;
}
.whatsnew-feature-content {
  flex: 1;
  min-width: 220px;
}
.whatsnew-feature-badge {
  display: inline-block;
  background: linear-gradient(90deg, #00baa8 60%, #059669 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.32rem 1.1rem;
  margin-bottom: 0.7rem;
  letter-spacing: 0.5px;
}
.whatsnew-feature-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: black;
  margin-bottom: 0.4rem;
}
.whatsnew-feature-desc {
  font-size: 1.08rem;
  color: #374151;
  opacity: 0.97;
  font-weight: 400;
}
.whatsnew-divider {
  width: 100%;
  height: 1px;
  background: #9ac9ba;
  opacity: 0.5;
  margin: 2.2rem 0 1.7rem 0;
  border: none;
}
.whatsnew-info-block {
  flex: 1 1 0;
  min-width: 180px;
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: transparent;
  border-radius: 0.9rem;
  padding: 0.2rem 0 0.2rem 0;
}
.whatsnew-info-icon {
  font-size: 1.3rem;
  color: #059669;
  background: #59c8a52a;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.whatsnew-info-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.1rem;
}
.whatsnew-info-desc {
  font-size: 0.98rem;
  color: #4b5563;
  opacity: 0.95;
}
@media (max-width: 900px) {
  .whatsnew-feature-img {
    width: 100%;
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 700px) {
  .whatsnew-premium {
    padding: 2rem 0 1.5rem 0;
    border-radius: 1.2rem;
  }
  .whatsnew-feature-title {
    font-size: 1.1rem;
  }
}
  
/* ncr mapping section */
.ncr-section {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(62,133,101,0.07);
  padding: 0;
}
.ncr-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.ncr-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(30,40,50,0.68) 100%, rgba(44,62,80,0.72) 100%);
  opacity: 1;                         
  z-index: 2;
}
.ncr-content {
  position: relative;
  z-index: 3;
  padding: 3.5rem 0 2.5rem 0;
}
.ncr-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}
.ncr-icon {
  font-size: 1rem;
  color: #e74c3c;
  background: #fff;
  border-radius: 9999px;
  min-width: 40px;
  min-height: 40px;
  box-shadow: 0 2px 8px #e74c3c22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ncr-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.1px;
}
.ncr-desc {
  font-size: 0.99rem;
  color: #f2f2f2;
  margin-bottom: 1.3rem;
  font-weight: 400;
}
.ncr-map-row {
  display: flex;
  gap: 1.3rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2.2rem;
}
.ncr-map-visual {
  border-radius: 10px;
  box-shadow: 0 2px 12px #05966913;
  position: relative;
  overflow: hidden;
}
.ncr-map-visual iframe{
  width: 400px;
  height: 290px;
  min-width: 220px;
}
.ncr-feature-list {
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  box-shadow: 0 2px 8px #2221;
  padding: 1.1rem 1.2rem;
  border: 1px solid #e0e6ed;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 0.7rem;
  max-width: 420px;
}
.ncr-feature-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  color: #374151;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 0.2rem;
}
.ncr-feature-icon {
  font-size: 1.05rem;
  color: #26a69a;
  background: #e0f2f1;
  border-radius: 9999px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}
.ncr-search {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  justify-content: center;
  width: 100%
}
.ncr-search-input {
  border: 2px solid #00baa8;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-size: .95rem;
  outline: none;
  color: #222;
  background: #f8fafc;
  margin-right: 0.7rem;
  width: 100%;
  max-width: 320px;
  transition: border 0.2s;
}
.ncr-search-input:focus {
  border-color: #059669;
}

.ncr-list-row {
  margin-top: 1.3rem;
}
.ncr-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 2.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.ncr-city-item {
  font-size: 0.97rem;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.18s;
  cursor: pointer;
  padding: 0.1rem 0.3rem;
  border-radius: 0.5rem;
}
.ncr-city-item:hover {
  color: #00baa8;
}
.ncr-zone-badge {
  background: #26a69a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.13em 0.7em;
  margin-left: 0.15rem;
  letter-spacing: 0.3px;
}
@media (max-width: 1024px) {
  .ncr-map-row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .ncr-map-visual {
    width: 100%;
    max-width: 450px;
  }
  .ncr-map-visual iframe{
    width: 100%;
    min-width: 0;
    height: 280px;
  }
}
@media (max-width: 700px) {
  .ncr-title {
    font-size: 0.97rem;
  }
  .ncr-desc {
    font-size: 0.91rem;
  }
}


/* about us section */
.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.about-feature-icon {
  flex-shrink: 0;
  margin-top: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-feature-icon i {
  color: #fff;
  font-size: 1rem;
}
.about-feature-title {
  font-weight: 600;
  font-size: 1.125rem;
  color: #111;
  margin-bottom: 0.1rem;
}
.about-feature-desc {
  color: #4b5563;
  font-size: 0.95rem;
  margin-bottom: 0;
}



/* Why clean Us / Features Section Styles */
.why-clean-section {
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
  /* padding: 4rem 0; */
  position: relative;
  overflow: hidden;
}

.why-clean-header {
  text-align: center;
}

/* Why clean Us Radial Layout */
.why-clean-radial-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}

.why-clean-radial {
  position: relative;
}
.why-clean-center-img {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 400px;
}
.why-clean-main-img {
  width: 350px;
  height: 350px;
  object-fit: contain;
}

.why-clean-feature {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.2rem;
  text-align: center;
  z-index: 1;
  transition: transform 0.3s, box-shadow 0.3s;
  transform: translate(-50%, -50%);
  background: none;
  border-radius: 0;
  box-shadow: none;
  gap: 10px;
}

.why-clean-feature-img{
  border-radius: 50%;
  border: 2px solid green;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-clean-feature-img img{
  width: 35px;
}

.why-clean-feature-icon {
  min-width: 44px;
  min-height: 44px;
  background: radial-gradient(circle at 60% 40%, #c5f2e7 60%, #ceeed7 100%);
  color: #66cf87;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.10);
}
.why-clean-feature-label {
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
  text-wrap: nowrap;
}

.why-clean-feature-1  { top: 62%;  left: 133%;  }
.why-clean-feature-2  { top: 10%;  left: 110%;  }
.why-clean-feature-3  { top: 35%;  left: 130%;  }
.why-clean-feature-4  { top: 90%;  left: 125%;  }
.why-clean-feature-5  { top: 10%;  left: -10%;  }
.why-clean-feature-6  { top: 90%;  left: -38%;  }
.why-clean-feature-7  { top: 62%;  left: -31%;   }
.why-clean-feature-8  { top: 35%;  left: -33%;   }
@media (max-width: 1024px) {
  .why-clean-radial-container {
    width: 100%;
  }
  .why-clean-radial {
    width: 100%;
  }
  .why-clean-feature {
    position: static;
    transform: none;
    justify-content: start;
  }
  .why-clean-center-img {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    width: 100%;
  }
  .why-clean-main-img{
    width: 300px;
  }

  
.why-clean-feature-img{
  border-radius: 50%;
  border: 2px solid green;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-clean-feature-img img{
  width: 30px;
}
  .why-clean-feature-label {
    font-size: .9rem;
    font-weight: 500;
    color: #1f2937;
    text-wrap: initial;
    text-align: start;
  }
}
@media (max-width: 520px) {
  .why-clean-radial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }
  .why-clean-center-img {
    position: static;
    margin: 0rem auto;
    transform: none;
  }
}



/* Contact Section Styles */
#contact {
  background-color: #1f2937;
  color: white;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#contact .text-center h2 {
  color: white;
  margin-bottom: 1rem;
}

#contact .text-center p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.contact-form-card,
.contact-info-card {
  background-color: white;
  color: #1f2937;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.contact-form-card h3,
.contact-info-card h3 {
  color: #1f2937;
  margin-bottom: 1.5rem;
}

/* Form Styles */
.contact-form-card form label {
  display: block;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.contact-form-card form input[type="text"],
.contact-form-card form input[type="email"],
.contact-form-card form textarea {
  appearance: none;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  color: #374151;
  line-height: 1.25;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form-card form input[type="text"]:focus,
.contact-form-card form input[type="email"]:focus,
.contact-form-card form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.contact-form-card form textarea {
  resize: vertical;
}

.contact-form-card form button[type="submit"] {
  background-color: #2563eb;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.contact-form-card form button[type="submit"]:hover {
  background-color: #1d4ed8;
}

/* Contact Info Styles */
.contact-info-card .mb-4 i {
  color: #2563eb;
  margin-right: 0.75rem;
}

.contact-info-card .mb-4 span {
  color: #374151;
  font-size: 1rem;
}

.contact-info-card iframe {
  border-radius: 0.25rem;
  margin-top: 1.5rem;
}



/* Franchise Section Styles */
.franchise-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

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

.franchise-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.benefit-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3E8565, #8bc34a);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.benefit-icon i {
  font-size: 1.75rem;
  color: white;
}

.benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
}

.benefit-description {
  color: #4b5563;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.benefit-list {
  list-style: none;
  padding: 0;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #4b5563;
  margin-bottom: 0.75rem;
}

.benefit-list li i {
  color: #3E8565;
  font-size: 1.25rem;
}

.franchise-cta {
  text-align: center;
  margin-top: 3rem;
}


@media (max-width: 780px) {
  .benefit-description {
    font-size: 0.9rem;
  }

  .benefit-list li {
    font-size: 0.9rem;
  }
}

/* Franchise Models Section Styles */
.models-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.models-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233E8565' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
}

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

.models-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.models-tabs {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}

.tab-buttons::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #e5e7eb, transparent);
}

.tab-button {
  padding: 1rem 2rem;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  background: white;
  color: #4b5563;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 160px;
}

.tab-button i {
  font-size: 1.5rem;
  color: #3E8565;
  transition: all 0.3s ease;
}

.tab-button span {
  font-size: 1.1rem;
}

@media (max-width: 640px) {
  .tab-button {
    padding: 1rem !important;
  }

  .tab-button span {
    font-size: 1rem;
  }
}

.tab-button small {
  font-size: 0.8rem;
  color: #6b7280;
}

.tab-button:hover {
  border-color: #3E8565;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.1);
}

.tab-button.active {
  background: linear-gradient(135deg, #3E8565, #8bc34a);
  border-color: transparent;
  color: white;
}

.tab-button.active i {
  color: white;
}

.tab-button.active small {
  color: rgba(255, 255, 255, 0.9);
}

.tab-content {
  position: relative;
}

.model-card {
  background: white;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: none;
  animation: fadeIn 0.5s ease forwards;
  position: relative;
  overflow: hidden;
}

.model-card.active {
  display: block;
}

.model-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #3E8565, #8bc34a);
}

.model-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.5rem 1rem;
  background: rgba(76, 175, 80, 0.1);
  color: #3E8565;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.model-badge.popular {
  background: linear-gradient(135deg, #3E8565, #8bc34a);
  color: white;
}

.model-badge.enterprise {
  background: linear-gradient(135deg, #1a237e, #3949ab);
  color: white;
}

.model-header {
  text-align: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}

.model-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.model-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.price-amount {
  font-size: 3rem;
  font-weight: 700;
  color: #3E8565;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(76, 175, 80, 0.1);
}

.price-period {
  color: #6b7280;
  font-size: 1rem;
}

.price-note {
  color: #9ca3af;
  font-size: 0.875rem;
}

.model-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 1rem;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #4b5563;
  font-size: 0.9rem;
}

.highlight-item i {
  font-size: 1.25rem;
  color: #3E8565;
}

.detail-group {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 1rem;
}

.detail-group-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.detail-group-title i {
  color: #3E8565;
  font-size: 1.5rem;
}

.detail-item {
  margin-bottom: 1.5rem;
}

.detail-item:last-child {
  margin-bottom: 0;
}

.detail-content h4 {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.detail-content p {
  color: #6b7280;
  line-height: 1.6;
  font-size: 0.9rem;
}

.investment-list,
.support-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.investment-list li,
.support-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #4b5563;
  margin-bottom: 0.75rem;
  padding: 0.7rem 0.9rem;
  background: white;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}

.support-list li i {
  color: #3E8565;
  font-size: 1.25rem;
}

.model-features {
  margin: 2.5rem 0;
}

.features-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #f8fafc;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}

.feature-item i {
  font-size: 1.5rem;
  color: #3E8565;
}

.feature-item span {
  color: #4b5563;
  font-weight: 500;
}

.model-cta-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}

.model-cta {
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(135deg, #3E8565, #8bc34a);
  color: white;
  border: none;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.model-cta:hover {
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.2);
}

.model-cta.premium {
  background: linear-gradient(135deg, #2196f3, #3E8565);
}

.model-cta.enterprise {
  background: linear-gradient(135deg, #1a237e, #3949ab);
}

.model-details-link {
  display: inline-block;
  margin-top: 1rem;
  color: #3E8565;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.model-details-link:hover {
  color: #388e3c;
}

.model-details-link i {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}

/* Comparison Table Styles */
.comparison-table-wrapper {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e7eb;
}

.comparison-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 2rem;
}

.comparison-table {
  overflow-x: auto;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.comparison-table th {
  background: #f8fafc;
  font-weight: 600;
  color: #1f2937;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table i.ri-check-line {
  color: #3E8565;
  font-size: 1.25rem;
}

.comparison-table i.ri-close-line {
  color: #ef4444;
  font-size: 1.25rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .models-tabs {
    padding: 1.5rem;
  }

  .tab-button {
    min-width: 140px;
    padding: 0.75rem 1.5rem;
  }

  .model-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .models-section {
    padding: 3rem 0;
  }

  .models-tabs {
    padding: 1.5rem 0.75rem;
  }

  .tab-buttons {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .tab-button {
    flex: 1;
    min-width: 120px;
  }

  .model-card {
    padding: 1.5rem 1rem;
  }

  .model-highlights {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-amount {
    font-size: 2.5rem;
  }

  .comparison-table-wrapper {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

@media (max-width: 480px) {
  .tab-button {
    width: 100%;
  }

  .model-highlights {
    padding: 1rem;
    font-size: 15px;
  }

  .model-badge {
    position: static;
    margin-bottom: 1rem;
    text-align: center;
  }

  .detail-group {
    padding: 1rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .model-cta {
    padding: 1rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll Indicator Styles */
.scroll-text-container {
  display: none;
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
}

.scroll-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #3E8565;
  font-size: 0.875rem;
  font-weight: 500;
}

.scroll-text i {
  font-size: 1.25rem;
}

/* Show scroll indicator only between 340px and 880px */
@media (min-width: 340px) and (max-width: 880px) {
  .scroll-text-container {
    display: block;
  }

  .comparison-table {
    border-radius: 10px;
  }
}




/* Newsletter Section Styles */
.newsletter-section {
  position: relative;
  background: linear-gradient(135deg, #3E8565, #8bc34a);
  z-index: 1;
  padding: 4rem 0;
  color: white;
  text-align: center;
}

.newsletter-section .container {
  position: relative;
  z-index: 2;
}

.newsletter-section .max-w-4xl {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  color: #333;
}

.newsletter-section h2,
.newsletter-section p {
  color: #333;
}

.newsletter-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}


.newsletter-form .form-group {
  margin-bottom: 0;
}

.newsletter-form input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.newsletter-form input:focus {
  outline: none;
  border-color: #3E8565;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
  transform: none;
}

.newsletter-form button {
  width: 100%;
  background: linear-gradient(90deg, #3E8565, #8bc34a);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.newsletter-form button:hover {
  background: linear-gradient(90deg, #3E8565, #7cb342);
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .newsletter-section .max-w-4xl {
    padding: 1.5rem;
  }
}



.services-section {
  background-color: white;
}

/* Our Services Section Custom Classes */
.service-card {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(0,0,0,0.10);
  transition: box-shadow 0.3s;
}
.service-card:hover img{
  transform: scale(1.03);
}
.service-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
  backdrop-filter: blur(8px);
}
.service-title {
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
.service-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fff;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  border: 2px solid #fff;
  transition: background 0.2s;
}
.service-btn:hover {
  background: #f3f4f6;
}
@media (max-width: 640px) {
  .service-img {
    height: 200px;
  }
}
  

/* why choose section */
.why-choose-section{
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.feature-bubble {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #e0f2fe 60%, #fee2e2 100%);
  border-radius: 50%;
  opacity: 0.7;
  z-index: 10;
  display: none;
}

.feature-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 1rem;
  /* box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.119); */
  border: 1px solid #e2e2e2;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.074);
}

.why-choose-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #e2e2e2;
  /* background: linear-gradient(135deg, #e0f2fe 60%, #e0fee9 100%); */
  margin-bottom: 1rem;
  z-index: 20;
  /* box-shadow: 0 2px 8px 0 rgba(76, 175, 80, 0.10); */
}



.how-it-works-section {
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
}
.how-it-works-section .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.how-steps-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.how-step-svg {
  width: 56px;
  height: 56px;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-step-title {
  color: #3E8565;
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2px;
}
.how-step-desc {
  color: #4b5563;
  font-size: 1.01rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 340px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .how-steps-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
    padding: 0 0.2rem;
  }
  .how-step-desc {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .how-it-works-section {
    padding: 2.5rem 0 2rem 0;
  }
  .how-step-title {
    font-size: 1.01rem;
  }
  .how-step-desc {
    font-size: 0.97rem;
  }
  .how-step-svg {
    width: 40px;
    height: 40px;
    margin-bottom: 0.7rem;
  }
}

.how-step-pill {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

@media (min-width: 1280px) {
  .step-pill-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
}
.step-pill-number {
  width: 2rem;
  height: 2rem;
  /* lg:w-2rem lg:h-2rem */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fff;
  border: 2px solid #00baa8;
  font-size: 0.5rem !important;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .step-pill-number {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.step-pill-label {
  color: #374151;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media (min-width: 1280px) {
  .step-pill-label {
    font-size: 1rem;
  }
}
.how-step {
  position: relative;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(62,133,101,0.09);
  transition: all 0.5s;
  width: 100%;
}
.step-btns {
  display: flex;
  gap: 0.75rem;
}
.step-btn {
  background: linear-gradient(to right, #00baa8, #059669);
  color: #fff;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  box-shadow: 0 2px 8px rgba(62,133,101,0.07);
  transition: background 0.3s;
}
.step-btn:hover {
  background: linear-gradient(to right, #059669, #00baa8);
}
.step-list {
  color: #4b5563;
  font-size: .97rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .step-list {
    font-size: 0.97rem;
  }
}
.step-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .step-title {
    font-size: 1.75rem;
  }
}
.step-desc {
  color: #4b5563;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .step-desc {
    font-size: 1rem;
  }
}
  

.delivery-experience-section {
  background: #f6f6f6;
  padding: 4rem 0 3rem 0;
}
.delivery-experience-container {
  /* max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem; */
}

.delivery-perks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: .5rem;
  background: none;
}
.delivery-experience-heading {
  color: #373737;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  letter-spacing: 0.5px;
}
.delivery-perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.delivery-perk-block {
  /* background-color: #f0fdf4; */
  border-radius: 1rem;
  /* box-shadow: 0 2px 12px rgba(62,133,101,0.07); */
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  /* border-left: 4px solid #059669; */
}
.delivery-perk-title {
  color: #059669;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.delivery-perk-title i {
  font-size: 1.2rem;
}
.delivery-perk-desc {
  color: #4b5563;
  font-size: 0.85rem;
  font-weight: 400;
  margin-left: 1.7rem;
}
.delivery-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  min-width: 220px;
}
.delivery-route-bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery-van-img {
  /* width: 100%; */
  height: 300px;
  object-fit: cover;
  filter: drop-shadow(0 8px 32px rgba(62,133,101,0.13));
  z-index: 2;
}
.delivery-visual-caption {
  color: #059669;
  font-size: 1.01rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
}
.delivery-options {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  background: none;
}
.delivery-options-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.delivery-option-block {
  background-color: #f0fdf4;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(62,133,101,0.07);
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  border-right: 4px solid #059669;
}
.delivery-option-title {
  color: #059669;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.delivery-option-title i {
  font-size: 1.2rem;
}
.delivery-option-desc {
  color: #4b5563;
  font-size: 0.85rem;
  font-weight: 400;
  margin-left: 1.7rem;
}
.delivery-experience-footer {
  margin-top: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.delivery-experience-note {
  color: #444;
  font-size: 1.08rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.delivery-experience-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.delivery-action-btn i{
  font-size: 1.2rem;
}
/* .delivery-action-btn {
  background: #4CAF50;
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  border-radius: 2rem;
  padding: 0.9rem 2.2rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  box-shadow: 0 2px 8px rgba(62,133,101,0.10);
  transition: background 0.2s;
  text-decoration: none;
}
.delivery-action-btn:hover {
  background: #326b52;
} */
@media (max-width: 1100px) {
  .delivery-van-img {
    height: 300px;
  }
}
@media (max-width: 900px) {
  .delivery-route-bg {
    min-height: 160px;
  }
  .delivery-van-img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .delivery-option-block {
    border-right: none;
    border-left: 4px solid #059669;
  }
}
@media (max-width: 600px) {
  .delivery-experience-section {
    padding: 2.5rem 0 2rem 0;
  }
  .delivery-experience-heading {
    font-size: 1.08rem;
  }
  .delivery-perks-list li {
    font-size: 0.97rem;
  }
  .delivery-option-title {
    font-size: 0.97rem;
  }
  .delivery-option-desc {
    font-size: 0.93rem;
    margin-left: 1.1rem;
  }
  .delivery-experience-note {
    font-size: 0.97rem;
  }

  .delivery-experience-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .delivery-action-btn i{
    font-size: .9rem;
  }
  .delivery-action-btn {
    font-size: 0.7rem;
    padding: 0.7rem 1.2rem;
  }
}
  
  


  


  
  


  


  
  


  

/* Pricing Section Custom Classes */
.pricing-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 24px 0 rgba(0,0,0,0.08);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing-card-price-row {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.pricing-card-main-price {
  font-size: 2.25rem;
  font-weight: 700;
}
.pricing-card-price-period {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
.pricing-card-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #374151;
}
.pricing-card-desc {
  color: #4b5563;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.pricing-card-features-title {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}
.pricing-card-features-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  color: #374151;
  font-size: 0.875rem;
}
.pricing-card-feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pricing-card-note {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 1.25rem;
}

/* Testimonial Section Custom Classes */
.testimonial-section-card {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* background: linear-gradient(to right, #ecfdf5 0%, #dffff7 100%); */
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .testimonial-section-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.testimonial-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.testimonial-btn-group {
  display: flex;
  gap: 0.75rem;
}
.testimonial-main-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.08);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 1.5rem;
  border: 1px solid #e0e7ef;
}
@media (min-width: 1024px) {
  .testimonial-main-card {
    flex-direction: row;
    gap: 2rem;
    padding: 2.5rem;
  }
}
.testimonial-img-wrap {
  width: 100%;
  /* max-width: 15rem; */
  height: 13rem;
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 500px) and (max-width:1024px) {
  .testimonial-img-wrap {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .testimonial-img-wrap {
    width: 15rem;
    height: 15rem;
  }
}
.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .testimonial-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.testimonial-quote-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.testimonial-user-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}
.testimonial-user-img {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.testimonial-user-name {
  font-weight: 700;
  color: #111827;
  font-size: 1rem;
}
.testimonial-user-role {
  color: #6b7280;
  font-size: 0.875rem;
}
.testimonial-rating-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
}
.testimonial-star-icon {
  color: #ffea2a;
  font-size: 1.25rem;
}
.testimonial-rating-num {
  font-weight: 600;
  color: #374151;
  font-size: 1rem;
}



/* product card styling */

.ecom-product-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}


.ecom-product-image-wrapper {
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    height: 200px;
}
.ecom-product-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ecom-product-details {
    padding: 1.25rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}
.ecom-product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #059669;
}
.ecom-product-brand {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
}
.ecom-product-price {
    font-size: .9rem;
    font-weight: 600;
    color: #242424;
    margin-top: auto;
    padding-top: .5rem;
}
.ecom-product-details .cta-button {
    margin-top: 0.75rem;
    width: 100%;
    background-color: #16a34a;
}

/* Price List Section */
.price-list-container {
    background-color: #f8fafc;
    padding: 2rem 1rem;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
}

.price-list-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem;
    break-inside: avoid-column;
    padding: 0.5rem 0;;
}

@media (max-width: 640px) {
    .price-list-item {
      font-size: 12px;
    }
  }

.item-name {
    color: #374151;
    font-weight: 400;
    white-space: nowrap;
}

.item-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #9ca3af;
    margin: 0 0.5rem;
    transform: translateY(-3px);
}

.item-price {
    color: #059669;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .price-list-container {
        column-count: 2;
    }
}

@media (max-width: 640px) {
    .price-list-container {
        column-count: 1;
        padding: 1.5rem;
    }
}
