@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
  padding-top: 80px; /* Account for fixed header */
}

/* --- Modern Sticky Header Styles --- */
#mainNavbar {
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: all 0.3s ease;
  padding: 20px 0;
  z-index: 1000;
}

#mainNavbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(25px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

#mainNavbar .navbar-brand {
  transition: all 0.3s ease;
}

#mainNavbar .header-logo img {
  height: 45px;
  transition: all 0.3s ease;
}

#mainNavbar.scrolled .header-logo img {
  height: 40px;
}

#mainNavbar .navbar-nav .nav-link {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  text-shadow: none;
}

#mainNavbar.scrolled .navbar-nav .nav-link {
  color: #333333;
  text-shadow: none;
}

#mainNavbar .navbar-nav .nav-link:hover,
#mainNavbar .navbar-nav .nav-link.active {
  color: #3969e7;
  background: rgba(116, 91, 231, 0.1);
}

#mainNavbar.scrolled .navbar-nav .nav-link:hover,
#mainNavbar.scrolled .navbar-nav .nav-link.active {
  color: #3969e7;
  background: rgba(116, 91, 231, 0.1);
}

#mainNavbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #3969e7;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

#mainNavbar.scrolled .navbar-nav .nav-link::after {
  background: #3969e7;
}

#mainNavbar .navbar-nav .nav-link:hover::after,
#mainNavbar .navbar-nav .nav-link.active::after {
  width: 60%;
}

#mainNavbar .navbar-toggler {
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.3s ease;
}

#mainNavbar .navbar-toggler:focus {
  box-shadow: none;
}

#mainNavbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51, 51, 51, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

#mainNavbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51, 51, 51, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Header Button Styles */
#mainNavbar .Primary-button,
#mainNavbar .Primary-border-button {
  margin-top: 0;
  padding: 0px 24px;
  font-size: 14px;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 600;
  line-height: 46px;
  min-width: 160px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#mainNavbar .Primary-button {
  background: #3969e7;
  border: 1px solid #3969e7;
  color: #ffffff;
}

#mainNavbar .Primary-border-button {
  background: transparent;
  border: 1px solid #3969e7;
  color: #3969e7;
}

#mainNavbar.scrolled .Primary-border-button {
  border: 1px solid #3969e7;
  color: #3969e7;
}

#mainNavbar .Primary-button:hover {
  background: #3969e7;
  border-color: #3969e7;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(116, 91, 231, 0.3);
}

#mainNavbar .Primary-border-button:hover {
  background: #ffffff;
  color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

#mainNavbar.scrolled .Primary-border-button:hover {
  background: #3969e7;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(116, 91, 231, 0.2);
}

.header-logo img {
  height: 40px;
}

.Primary-button,
.Primary-button:hover {
  background: #3969e7;
  border: 1px solid #3969e7;
  color: #fff;
  line-height: 46px;
  min-width: 160px;
  font-size: 15px;
  border-radius: 12px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.Primary-border-button,
.Primary-border-button:hover {
  background: transparent;
  border: 1px solid #3969e7;
  color: #3969e7;
  line-height: 46px;
  min-width: 160px;
  font-size: 15px;
  border-radius: 12px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.button-gap-8 {
  gap: 8px;
}

.slider-des h1 {
  font-size: 45px;
  font-weight: 700;
}

.slider-des p {
  font-size: 16px;
  font-weight: 600;
  color: #50504c;
}

.banner_images {
  text-align: right;
}

.banner_images img {
  width: 100%;
}

.hero_section {
  padding: 40px 0 0 0;
  background-image: url("../images/Banner_bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/* Hero Slider Styles */
.hero-slider {
  width: 100%;
  position: relative;
}

.hero-slider .slider-item {
  outline: none;
}

/* Dots styling - positioned bottom left */
.hero-slider .slick-dots {
  bottom: 40px;
  left: 60px;
  width: auto;
  text-align: left;
}

.hero-slider .slick-dots li {
  margin: 0 8px 0 16px;
}

.hero-slider .slick-dots li button {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 0;
}

.hero-slider .slick-dots li button:before {
  display: none;
}

.hero-slider .slick-dots li.slick-active button {
  background: #3969e7;
}

/* Arrow styling - positioned at bottom */
.hero-slider .slick-prev,
.hero-slider .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  top: auto;
  bottom: 40px;
  transform: none;
}

.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-slider .slick-prev {
  left: 0px;
}

.hero-slider .slick-next {
  left: 220px;
}

.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
  font-family: "Material Icons";
  font-size: 24px;
  color: #333;
  opacity: 0.8;
}

.hero-slider .slick-prev:before {
  content: "chevron_left";
}

.hero-slider .slick-next:before {
  content: "chevron_right";
}

.slider-des {
  padding-top: 40px;
}

.slick-dotted.slick-slider {
  margin-bottom: 00px;
}

/* How It Works Section */
.how_it_works {
  padding: 80px 0;
  background: #fff;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.section-description {
  font-size: 18px;
  color: #666;
  max-width: 75%;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.steps-container {
  margin-top: 40px;
}

.step-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.step-item:hover {
  transform: translateY(-5px);
}

.step-icon {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.step-icon img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.step-title::before {
  content: attr(data-number);
  color: #999;
  font-weight: 400;
  margin-right: 8px;
}

.step-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.ss_menu_list li a {
  font-weight: 600;
}

/* Services Section Styles */
.services_section {
  padding: 0 0 80px 0;
  background: #fff;
}

.service-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-content {
  margin-bottom: 30px;
}

.service-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}

.service-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.service-graphic {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Integration Platform Styles */
.integration-platform {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 400px;
}

.platform-logos {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.logo-item {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.logo-item:nth-child(1) {
  background: #ff6b35;
  color: #fff;
}
.logo-item:nth-child(2) {
  background: #95bf47;
  color: #fff;
}
.logo-item:nth-child(3) {
  background: #000;
  color: #fff;
}
.logo-item:nth-child(4) {
  background: #7c3aed;
  color: #fff;
}
.logo-item:nth-child(5) {
  background: #3969e7;
  color: #fff;
}

.browse-integrations {
  margin-bottom: 20px;
}

.browse-integrations h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.search-bar input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.courier-partners h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.courier-option {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}

.courier-option input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #28a745;
}

.courier-option label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

/* Fulfillment Warehouse Styles */
.fulfillment-warehouse {
  width: 100%;
  max-width: 400px;
}

.warehouse-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
}

.warehouse-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fulfillment-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 20px;
  max-width: 250px;
  backdrop-filter: blur(10px);
}

.order-fulfilled {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.checkmark {
  color: #28a745;
  font-size: 20px;
  font-weight: bold;
}

.order-fulfilled h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.location-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #666;
}

.location-icon {
  font-size: 16px;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
}

.product-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.product-sku {
  font-size: 12px;
  color: #999;
}

.service-content-img {
  text-align: center;
  border-radius: 16px;
  padding: 20px;
  background: transparent;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-content-img:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); */
}
.service-content-img img {
  width: 70%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.padding_bottom_50 {
  padding-bottom: 40px;
}
.service-content-img:hover img {
  transform: scale(1.02);
}

/* Full Width Image Slider Styles */
.full-width-slider {
  width: 100%;
  margin: 00px 0;
  overflow: hidden;
}

.image-slider {
  width: 100%;
  position: relative;
}

.slider-image-item {
  outline: none;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.slider-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Slider Navigation Dots - Hidden */
.image-slider .slick-dots {
  display: none !important;
}

/* Slider Arrows - Hidden */
.image-slider .slick-prev,
.image-slider .slick-next {
  display: none !important;
}

/* Download App Section Styles */
.download-app-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 20px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 80px; /* Account for fixed header */
}

/* Also add scroll margin for the new ID */
#download_must {
  scroll-margin-top: 80px; /* Account for fixed header */
}

.download-app-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.6;
}

.download-content {
  position: relative;
  z-index: 2;
}

.accent-tag {
  display: inline-block;
  background: linear-gradient(135deg, #3969e7, #3969e7);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(116, 91, 231, 0.3);
}

.download-headline {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.download-description {
  font-size: 18px;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 500px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.primary-cta {
  background: linear-gradient(135deg, #3969e7, #3969e7);
  color: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(116, 91, 231, 0.4);
}

.primary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(116, 91, 231, 0.6);
  color: #fff;
}

.secondary-cta {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.secondary-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  color: #fff;
}

/* QR Code Styles */
.qr-code-container {
  text-align: left;
  padding-top: 30px;
  margin-bottom: 25px;
}

.qr-code {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  margin-bottom: 12px;
}

.qr-code:hover {
  transform: scale(1.05);
}

.qr-description {
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.app-store-badges {
  display: flex;
  flex-direction: column; /* makes items stack vertically */
  gap: 16px;
  align-items: center;
}

.store-badge {
  transition: transform 0.3s ease;
  display: block;
}
.gap_16 {
  gap: 24px;
}

.store-badge:hover {
  transform: translateY(-2px);
}

.store-badge img {
  height: 75px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

/* Right Side - Image */
.download-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.phone-mockup {
  position: relative;
  z-index: 2;
  transform: perspective(1000px) rotateY(-15deg) rotateX(5deg);
  transition: transform 0.3s ease;
}

.phone-mockup:hover {
  transform: perspective(1000px) rotateY(-10deg) rotateX(2deg);
}

.app-screenshot {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
  border-radius: 20px;
}

.floating-element {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}

.floating-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Partnership Section Styles */
.partnership-section {
  background: #fff;
  padding: 100px 0;
  color: #333;
  position: relative;
}

.partnership-content {
  padding-right: 40px;
}

.partnership-headline {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}

.partnership-description {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
  max-width: 520px;
}

.partnership-cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-partner-cta,
.secondary-partner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.primary-partner-cta {
  background: linear-gradient(135deg, #3969e7, #3969e7);
  color: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(116, 91, 231, 0.3);
}

.primary-partner-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(116, 91, 231, 0.5);
  color: #fff;
}

.secondary-partner-cta {
  background: transparent;
  color: #3969e7;
  border: 2px solid #3969e7;
  transition: all 0.3s ease;
}

.secondary-partner-cta:hover {
  background: #3969e7;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(116, 91, 231, 0.4);
}

/* Right Side - Image */
.partnership-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.partner-mockup {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.partner-mockup:hover {
  transform: translateY(-5px);
}

.partnership-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.15));
  border-radius: 16px;
  transition: filter 0.3s ease;
}

.partner-mockup:hover .partnership-image {
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.2));
}

/* Testimonials Section Styles */
.testimonials-section {
  background: #fff;
  padding: 0 0 50px 0;
  color: #333;
}

.slick-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Header Styles */
.testimonials-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 16px;
}

.testimonials-headline {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}

.testimonials-separator {
  width: 80px;
  height: 2px;
  background: #e0e0e0;
  margin: 0 auto 10px;
}

/* Testimonials Slider Container */
.testimonials-slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.testimonials-slider {
  width: 100%;
}

/* Testimonial Card */
.testimonial-card {
  outline: none;
  padding: 0 15px;
}

.testimonial-content {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f5f5f5;
}

.testimonial-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Testimonial Layout */
.testimonial-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.testimonial-left {
  flex-shrink: 0;
}

.testimonial-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.customer-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.customer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-info {
  margin-bottom: 16px;
}

.customer-name {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.customer-role {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}

/* Testimonial Text */
.testimonial-text {
  flex: 1;
}

.testimonial-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

.testimonial-text p::before {
  content: '"';
  font-size: 24px;
  color: #3969e7;
  font-weight: bold;
  margin-right: 4px;
}

.testimonial-text p::after {
  content: '"';
  font-size: 24px;
  color: #3969e7;
  font-weight: bold;
  margin-left: 4px;
}

/* Slick Slider Custom Styles */
.testimonials-slider .slick-slide {
  height: auto;
}

.testimonials-slider .slick-track {
  display: flex;
  align-items: stretch;
}

/* .testimonials-slider .slick-slide > div {
  height: 100%;
}

.testimonials-slider .slick-slide > div > div {
  height: 100%;
} */

/* Navigation Arrows */
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  color: #666;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonials-slider .slick-prev {
  left: -60px;
}

.testimonials-slider .slick-next {
  right: -60px;
}

.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:hover {
  border-color: #3969e7;
  color: #3969e7;
  box-shadow: 0 4px 20px rgba(116, 91, 231, 0.2);
}

.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before {
  font-family: "Material Icons";
  font-size: 24px;
  color: inherit;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.testimonials-slider .slick-prev:before {
  content: "chevron_left";
}

.testimonials-slider .slick-next:before {
  content: "chevron_right";
}

/* Hide default Slick slider text labels */
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  font-size: 0;
  line-height: 0;
}

.testimonials-slider .slick-prev span,
.testimonials-slider .slick-next span {
  display: none;
}

/* --- Scroll and Cover Section Styles --- */
.cards-container {
  position: relative;
  padding: 80px 0;
  /* Space at the top and bottom */
}

/* --- Individual Card Styling --- */
.card {
  height: 80vh;
  /* Each card has a fixed height */
  width: 100%;
  /* Not full-width */
  max-width: 100%;
  margin: 0 auto 5vh auto;
  /* 5vh margin between each card */
  position: sticky;
  /* THIS IS THE MOST IMPORTANT PROPERTY */
  top: 10vh;
  /* The distance from the top where cards will "stick" */
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 40px;
}

.card .row {
  width: 100%;
  height: 100%;
}

.card-content {
  padding: 20px;
}

.card-content h2 {
  font-size: 32px;
  margin: 0 0 20px 0;
  padding: 0;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}

.card-content h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  line-height: 1.3;
}

.card-content p {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  margin: 0 0 30px 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  line-height: 1.6;
}

.card-cta {
  display: inline-block;
  background: #212528;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.card-cta:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  transform: translateY(-2px);
}

.card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.card-image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 16px;
}

/* --- Card-Specific Gradients and Stacking --- */
.card-1 {
  background: linear-gradient(146.88deg, #a6edff 9.67%, #715bff 85.4%);
  z-index: 1;
  /* Lowest z-index */
}

.card-2 {
  background: linear-gradient(73.07deg, #7ecdf5 18.38%, #6cffb1 68.48%);
  z-index: 2;
}

.card-3 {
  background: linear-gradient(73.47deg, #fcbc69 38.53%, #c9ff6c 87.92%);
  z-index: 3;
}

.card-4 {
  background: linear-gradient(86.24deg, #9069fc 32.94%, #ebff39 91.34%);
  z-index: 4;
}

/* --- Locations Section Styles --- */
.locations-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}

.locations-section .section-title {
  font-size: 48px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.locations-section .section-description {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 10px;
  font-weight: 500;
}

.locations-container {
  margin-top: 40px;
  justify-content: center;
}

.location-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(116, 91, 231, 0.1);
  max-width: 100%;
  margin: 0 auto;
}

.location-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(116, 91, 231, 0.15);
  border-color: rgba(116, 91, 231, 0.3);
}

.location-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3969e7, #3969e7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(116, 91, 231, 0.3);
  flex-shrink: 0;
}

.location-icon img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.location-content {
  flex: 1;
}

.location-name {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}

.location-count {
  margin-bottom: 0;
}

.count-number {
  display: inline-block;
  font-size: 32px;
  font-weight: 800;
  color: #3969e7;
  line-height: 1;
  margin-right: 8px;
}

.count-label {
  display: inline-block;
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.location-description {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* --- Footer Section Styles --- */
.footer-section {
  background: #1a1a1a;
  color: #ffffff;
  padding: 80px 0 0 0;
}

.footer-content {
  margin-bottom: 60px;
}

/* Footer Brand Column */
.footer-brand {
  margin-bottom: 30px;
}

.footer-logo img {
  height: 40px;
  margin-bottom: 20px;
}

.footer-description {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 400;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #333333;
  border-radius: 50%;
  color: #a0a0a0;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #404040;
}

.social-icon:hover {
  background: #3969e7;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(116, 91, 231, 0.3);
}

/* Footer Links */
.footer-links {
  margin-bottom: 30px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li {
  margin-bottom: 12px;
}

.footer-link {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link:hover {
  color: #3969e7;
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact {
  margin-bottom: 30px;
}

.contact-info p {
  color: #a0a0a0;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  font-size: 20px;
  color: #3969e7;
  flex-shrink: 0;
}

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

.contact-info a:hover {
  color: #3969e7;
}

.download-app-btn {
  display: inline-block;
  background: #3969e7;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 2px solid #3969e7;
  box-shadow: 0 4px 15px rgba(116, 91, 231, 0.3);
}

.download-app-btn:hover {
  background: #3969e7;
  border-color: #3969e7;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(116, 91, 231, 0.4);
}

/* Footer Bottom */
.footer-bottom {
  padding: 30px 0;
  background: #111111;
}

.footer-divider {
  height: 1px;
  background: #333333;
  margin-bottom: 20px;
}

.footer-bottom-content {
  text-align: center;
}

.footer-legal-links {
  margin-bottom: 15px;
}

.legal-link {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #3969e7;
  text-decoration: underline;
}

.separator {
  color: #404040;
  margin: 0 15px;
  font-weight: 300;
}

.footer-copyright {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}

/* Responsive CSS */
@media (max-width: 768px) {
  #mainNavbar {
    padding: 15px 0;
    width: 100%;
    left: 0;
    right: 0;
  }
  .partner-mockup {
    padding-bottom: 40px;
  }

  #mainNavbar.scrolled {
    padding: 12px 0;
  }

  #mainNavbar .navbar-nav {
    margin: 20px 0;
    width: 100%;
  }

  #mainNavbar .navbar-nav .nav-link {
    padding: 8px 20px;
    margin: 4px 0;
    text-align: center;
    width: 100%;
    border-radius: 12px;
  }

  #mainNavbar .button-gap-8 {
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    gap: 15px;
  }

  #mainNavbar .Primary-button,
  #mainNavbar .Primary-border-button {
    width: 100%;
    max-width: 200px;
    margin: 5px 0;
  }

  #mainNavbar .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  #mainNavbar .header-logo img {
    height: 35px;
  }

  #mainNavbar.scrolled .header-logo img {
    height: 32px;
  }

  #mainNavbar .button-gap-8 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
  }

  #mainNavbar .Primary-button,
  #mainNavbar .Primary-border-button {
    width: 100%;
    max-width: 250px;
    padding: 0px 20px;
    font-size: 16px;
    margin: 3px 0;
  }

  #mainNavbar .navbar-collapse {
    margin-top: 15px;
    padding: 25px 20px;
    border-radius: 20px;
  }

  #mainNavbar .navbar-toggler {
    width: 35px;
    height: 35px;
  }

  /* Hero Section Mobile */
  .hero_section {
    padding: 00px 0 0 0;
    min-height: auto;
  }

  .slider-des h1 {
    font-size: 36px;
  }

  .banner_images img {
    width: 100%;
  }

  /* Mobile navigation adjustments */
  .hero-slider .slick-dots {
    bottom: 30px;
    left: 30px;
  }

  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    width: 45px;
    height: 45px;
    bottom: 30px;
  }

  .hero-slider .slick-prev {
    left: 150px;
  }

  .hero-slider .slick-next {
    left: 200px;
  }

  /* How It Works Mobile */
  .how_it_works {
    padding: 60px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .step-item {
    margin-bottom: 40px;
  }

  .step-title {
    font-size: 20px;
  }

  .step-description {
    font-size: 14px;
  }

  /* Card Mobile */
  .card {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  /* Services Section Mobile */
  .services_section {
    padding: 00px 0;
  }

  .cards-container {
    padding: 0 0;
  }

  .services-container {
    margin-bottom: 40px;
  }

  .service-item {
    text-align: center;
    margin-bottom: 00px;
  }

  /* Order control for mobile - Content first, then image */
  .service-content-img {
    order: 2;
    margin-bottom: 25px;
  }

  .service-content {
    order: 1;
    margin-bottom: 25px;
  }

  .service-content-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 15px;
  }

  .service-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
  }

  .service-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 0;
  }

  .section-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .step-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  /* Full Width Slider Mobile */
  .full-width-slider {
    margin: 00px 0 50px 0;
  }

  .slider-image-item {
    height: auto;
  }

  .image-slider .slick-prev,
  .image-slider .slick-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .image-slider .slick-prev {
    left: 15px;
  }

  .image-slider .slick-next {
    right: 15px;
  }

  /* Download App Section Mobile */
  .download-app-section {
    padding: 60px 0;
  }

  .download-headline {
    font-size: 32px;
    text-align: center;
  }

  .download-description {
    text-align: center;
    margin: 0 auto 40px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
    max-width: 280px;
  }

  .qr-code-container {
    margin-bottom: 20px;
  }

  .qr-code {
    width: 100px;
    height: 100px;
  }

  .app-store-badges {
    flex-direction: column;
    gap: 12px;
  }

  .floating-element {
    display: none;
  }

  /* Partnership Section Mobile */
  .partnership-section {
    padding: 60px 0;
  }

  .partnership-headline {
    font-size: 32px;
    text-align: center;
  }

  .partnership-description {
    text-align: center;
    margin: 0 auto 40px;
  }

  .partnership-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .primary-partner-cta,
  .secondary-partner-cta {
    width: 100%;
    max-width: 280px;
  }

  /* Testimonials Section Mobile */
  .testimonials-section {
    padding: 60px 0;
  }

  .testimonials-headline {
    font-size: 32px;
  }

  .testimonials-separator {
    margin-bottom: 40px;
  }

  .testimonial-content {
    padding: 24px;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    align-items: center;
  }

  .testimonials-slider .slick-prev,
  .testimonials-slider .slick-next {
    display: none !important;
  }

  .customer-avatar {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }

  .customer-name {
    font-size: 18px;
  }

  .customer-role {
    font-size: 14px;
  }

  .testimonial-text p {
    font-size: 15px;
  }

  /* Locations Section Mobile */
  .locations-section {
    padding: 60px 0;
  }

  .locations-section .section-title {
    font-size: 36px;
  }

  .locations-section .section-description {
    font-size: 16px;
  }

  .location-card {
    padding: 16px;
    gap: 16px;
    max-width: 240px;
  }

  .locations-container {
    gap: 16px;
  }

  .download-content {
    text-align: center;
  }

  .store-badge img {
    height: 54px;
  }

  .location-icon {
    width: 45px;
    height: 45px;
  }

  .location-icon img {
    width: 22px;
    height: 22px;
  }

  .count-number {
    font-size: 28px;
  }

  .location-name {
    font-size: 20px;
  }

  .count-label {
    font-size: 13px;
  }

  /* Footer Mobile */
  .footer-section {
    padding: 50px 0 0 0;
  }

  .footer-content {
    margin-bottom: 30px;
  }

  .footer-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-link,
  .contact-info p,
  .footer-description {
    font-size: 15px;
  }

  .social-icons {
    justify-content: center;
    gap: 12px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .download-app-btn {
    padding: 12px 20px;
    font-size: 15px;
    margin-top: 15px;
  }

  .footer-legal-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .separator {
    display: none;
  }

  .footer-bottom {
    padding: 25px 0;
  }
  .card-content {
    padding: 16px;
  }

  .card-content h2 {
    font-size: 24px;
  }

  .partnership-content {
    padding-right: 00px;
  }
  .order_2 {
    order: 2 !important;
  }

  .order_1 {
    order: 1 !important;
  }
}

/* --- Privacy Policy Section Styles --- */
.Privacy_Policy_section {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  padding: 120px 0;
  min-height: 100vh;
}

.privacy-policy-content {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 80px 16px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(116, 91, 231, 0.1);
  border: 1px solid rgba(116, 91, 231, 0.05);
}

.privacy-policy-title {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.privacy-policy-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3969e7, #a855f7);
  border-radius: 2px;
}

.privacy-policy-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  padding: 25px;
  border-radius: 15px;
  border-left: 5px solid #3969e7;
  margin-bottom: 30px;
  font-weight: 500;
}

.privacy-policy-content h2 {
  color: #2d3748;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 40px 0 20px 0;
  padding: 15px 0;
  border-bottom: 2px solid #e2e8f0;
  position: relative;
}

.privacy-policy-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #3969e7, #a855f7);
}

.privacy-policy-content p {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: justify;
}

.privacy-policy-content p strong {
  color: #2d3748;
  font-weight: 600;
}

.privacy-policy-content ol,
.privacy-policy-content ul {
  margin: 20px 0;
  padding-left: 30px;
}

.privacy-policy-content li {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 1rem;
}

.privacy-policy-content ol li {
  padding-left: 10px;
}

.privacy-policy-content ul li {
  position: relative;
  padding-left: 15px;
}

.privacy-policy-content ul li::before {
  content: "•";
  color: #3969e7;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-address p {
  margin: 0;
  color: #2d3748;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

/* Responsive Design for Privacy Policy */
@media (max-width: 768px) {
  .Privacy_Policy_section {
    padding: 40px 0;
  }

  .privacy-policy-content {
    padding: 30px 20px;
    margin: 0 15px;
  }

  .privacy-policy-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .privacy-policy-intro {
    font-size: 1rem;
    padding: 20px;
  }

  .privacy-policy-content h2 {
    font-size: 1.3rem;
    margin: 30px 0 15px 0;
  }

  .privacy-policy-content p,
  .privacy-policy-content li {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .privacy-policy-content {
    padding: 20px 15px;
    margin: 0 10px;
  }

  .privacy-policy-title {
    font-size: 1.8rem;
  }

  .privacy-policy-intro {
    padding: 15px;
    font-size: 0.95rem;
  }

  .contact-address {
    padding: 20px 15px;
  }
}

/* Hover Effects */
.privacy-policy-content:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.privacy-policy-content h2:hover {
  color: #3969e7;
  transition: color 0.3s ease;
}

/* Print Styles */
@media print {
  .Privacy_Policy_section {
    background: white;
    padding: 20px 0;
  }

  .privacy-policy-content {
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .privacy-policy-title::after {
    background: #333;
  }

  .privacy-policy-content h2::before {
    background: #333;
  }
}

/* --- Why SMANN Works Section Styles --- */
.why-smann-works {
  background: #f5f5f5;
  padding: 60px 0;
  position: relative;
}

.why-smann-works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(116, 91, 231, 0.2),
    transparent
  );
}

.section-header {
  margin-bottom: 60px;
}

.section-title {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

/* .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #3969E7, #a855f7);
  border-radius: 2px;
} */

.features-grid {
  margin-top: 40px;
}

.feature-card {
  background: #ffffff;
  padding: 20px 10px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(116, 91, 231, 0.08);
  border: 1px solid rgba(116, 91, 231, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(116, 91, 231, 0.15);
  border-color: rgba(116, 91, 231, 0.2);
}

.feature-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e6f3ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3969e7;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  color: #ffffff;
  transform: scale(1.1);
}

.feature-title {
  color: #2d3748;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-description {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

/* Responsive Design for Why SMANN Works */
@media (max-width: 768px) {
  .why-smann-works {
    padding: 50px 0;
  }

  .section-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .feature-card {
    padding: 25px 20px;
    margin-bottom: 25px;
    border-radius: 15px;
  }

  .feature-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 18px;
  }

  .feature-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .feature-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .why-smann-works {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }

  .feature-card {
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .feature-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .feature-description {
    font-size: 0.95rem;
    line-height: 1.4;
  }
}

.Download_link img {
  height: 60px;
}

/* Services Content Styles */
.services-content {
  padding: 10px;
}

.services-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 40px;
  line-height: 1.2;
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-point {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  border: 1px solid rgba(116, 91, 231, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service-point:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(116, 91, 231, 0.15);
  border-color: rgba(116, 91, 231, 0.3);
}

.service-point:hover::before {
  transform: scaleX(1);
}

.service-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e6f3ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-point:hover .service-icon {
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  transform: scale(1.1);
}

.service-point:hover .service-icon svg path {
  fill: #ffffff;
}

.service-text h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.service-text p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.4;
  margin: 0;
}

/* Responsive Design for Services */
@media (max-width: 768px) {
  .services-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .service-point {
    padding: 10px 14px;
  }

  .service-text h4 {
    font-size: 1rem;
  }

  .service-text p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .services-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .service-point {
    padding: 8px 12px;
  }

  .service-text h4 {
    font-size: 0.95rem;
  }

  .service-text p {
    font-size: 0.8rem;
  }

  .qr-code {
    width: 80px;
    height: 80px;
  }

  .qr-description {
    font-size: 12px;
  }
}

/* Contact Us Page Styles */
.Contact_us {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.contact-details {
  padding: 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.contact-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-info {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  padding: 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  border: 1px solid rgba(116, 91, 231, 0.1);
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(116, 91, 231, 0.15);
  border-color: rgba(116, 91, 231, 0.3);
}

.contact-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.contact-text {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
}

.contact-text strong {
  color: #2d3748;
}

.social-media h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(116, 91, 231, 0.3);
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(116, 91, 231, 0.4);
  color: white;
}

/* Franchise Form Styles */
.franchise-form {
  padding: 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.form-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.form-control {
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8fafc;
}

.form-control:focus {
  outline: none;
  border-color: #3969e7;
  background: white;
  box-shadow: 0 0 0 3px rgba(116, 91, 231, 0.1);
}

.form-control.error {
  border-color: #e53e3e;
  background: #fed7d7;
}

select.form-control {
  cursor: pointer;
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1rem;
  color: #4a5568;
}

.radio-label input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #cbd5e0;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.radio-label input[type="radio"]:checked + .radio-custom {
  border-color: #3969e7;
  background: #3969e7;
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.submit-btn {
  background: linear-gradient(135deg, #3969e7 0%, #a855f7 100%);
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(116, 91, 231, 0.3);
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(116, 91, 231, 0.4);
}

.submit-btn:active {
  transform: translateY(-1px);
}

/* Responsive Design for Contact Us */
@media (max-width: 768px) {
  .Contact_us {
    padding: 60px 0;
  }

  .contact-heading,
  .form-heading {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .contact-details,
  .franchise-form {
    padding: 25px;
    margin-bottom: 30px;
  }

  .contact-item {
    padding: 16px;
    margin-bottom: 20px;
  }

  .contact-text {
    font-size: 1rem;
  }

  .social-icon {
    width: 45px;
    height: 45px;
  }

  .form-control {
    padding: 10px 14px;
  }

  .radio-group {
    flex-direction: column;
    gap: 15px;
  }

  .submit-btn {
    padding: 14px 28px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .Contact_us {
    padding: 40px 0;
  }

  .contact-heading,
  .form-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .contact-details,
  .franchise-form {
    padding: 20px;
  }

  .contact-item {
    padding: 14px;
    margin-bottom: 16px;
  }

  .contact-text {
    font-size: 0.95rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .form-control {
    padding: 8px 12px;
    font-size: 0.95rem;
  }

  .submit-btn {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}

.Meat_Section {
  padding: 100px 0;
}

.Meat_Section {
  background-image: linear-gradient(
    to bottom,
    #d7dcfa,
    #e3e4fb,
    #ededfc,
    #f6f6fd,
    #ffffff
  );
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.Meat_Section h2 {
  color: #333;
}

.Meat_Section p {
  color: #666;
}

.Meat_Section_images {
  text-align: center;
}

.Meat_Section_images img {
  width: 90%;
  text-align: center;
}

.Promise_section {
  background: #fff;
  padding: 0 0 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.Promise_section h2 {
  color: #333;
}

.Promise_section p {
  color: #666;
}

.Promise_points {
  gap: 10px;
  margin-bottom: 8px;
}

.Promise_points img {
  height: 32px;
}

.mobile_section_1 {
  padding: 80px 0;
}

/* Fresh Chicken Content Styles */
.fresh-chicken-content {
  padding: 20px 0;
}

.chicken-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.2;
}

.chicken-description {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 25px;
  font-weight: 500;
}

.chicken-features {
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 12px;
  align-items: center;
}

.feature-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-item span:last-child {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  font-weight: 400;
}

.chicken-cta {
  margin-top: 20px;
}

.chicken-order-btn {
  margin: 0 auto;
  display: block;
  background: #3969e7;
  color: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(116, 91, 231, 0.3);
  display: inline-block;
}

.chicken-order-btn:hover {
  background: #5a47c7;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(116, 91, 231, 0.4);
  text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .chicken-title {
    font-size: 2rem;
  }

  .chicken-description {
    font-size: 1.1rem;
  }

  .chicken-order-btn {
    padding: 12px 25px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }

  .feature-item {
    flex-direction: column;
    gap: 8px;
  }

  .feature-icon {
    font-size: 1.3rem;
  }
}

.full_mobile_section_img {
  text-align: center;
}
.full_mobile_section_img img {
  width: 70%;
}

.full_mobile_section {
  padding: 50px 0;
}

.full_mobile_section_1 {
  padding: 30px;
  position: relative;
}

.full_mobile_section_1::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #f0f5fa;
  border-radius: 36px;
}

.z-index_1 {
  z-index: 1;
  position: relative;
}

/* Responsive Styles for Meat Page Sections */
@media (max-width: 1200px) {
  .Meat_Section {
    padding: 60px 0;
  }

  .Promise_section {
    padding: 0 0 60px 0;
  }

  .full_mobile_section {
    padding: 40px 0;
  }

  .full_mobile_section_1 {
    padding: 25px;
  }

  .chicken-title {
    font-size: 2.2rem;
  }

  .download-headline {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .Meat_Section {
    padding: 50px 0;
  }

  .Promise_section {
    padding: 0 0 50px 0;
  }

  .full_mobile_section {
    padding: 35px 0;
  }

  .full_mobile_section_1 {
    padding: 20px;
  }

  .chicken-title {
    font-size: 2rem;
  }

  .download-headline {
    font-size: 2rem;
  }

  .download-description {
    font-size: 1.1rem;
  }

  .Meat_Section_images img,
  .full_mobile_section_img img {
    width: 80%;
  }

  .Promise_points {
    gap: 8px;
    margin-bottom: 6px;
  }

  .Promise_points img {
    height: 28px;
  }
}

@media (max-width: 768px) {
  .Meat_Section {
    padding: 40px 0;
  }

  .Promise_section {
    padding: 0 0 40px 0;
  }

  .full_mobile_section {
    padding: 30px 0;
  }

  .full_mobile_section_1 {
    padding: 15px;
  }

  .full_mobile_section_1::before {
    top: 10%;
    height: 80%;
    border-radius: 24px;
  }

  .chicken-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .download-headline {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .download-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .Meat_Section_images img,
  .full_mobile_section_img img {
    width: 90%;
  }

  .Promise_points {
    gap: 6px;
    margin-bottom: 5px;
  }

  .Promise_points img {
    height: 24px;
  }

  .Promise_points p {
    font-size: 0.95rem;
    text-align: left;
  }

  .chicken-features {
    margin-bottom: 25px;
  }

  .chicken-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .chicken-order-btn {
    padding: 12px 25px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }

  .app-store-badges {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .store-badge {
    width: 100%;
    max-width: 200px;
  }

  .store-badge img {
    width: 100%;
    height: auto;
  }

  .fresh-chicken-content {
    padding: 15px 0;
    text-align: center;
  }

  .download-content {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .Meat_Section {
    padding: 30px 0;
  }

  .Promise_section {
    padding: 0 0 30px 0;
  }

  .full_mobile_section {
    padding: 25px 0;
  }

  .full_mobile_section_1 {
    padding: 12px;
  }

  .full_mobile_section_1::before {
    top: 8%;
    height: 85%;
    border-radius: 20px;
  }

  .chicken-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .download-headline {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .download-description {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .Meat_Section_images img,
  .full_mobile_section_img img {
    width: 95%;
  }

  .Promise_points {
    gap: 5px;
    margin-bottom: 4px;
  }

  .Promise_points img {
    height: 20px;
  }

  .Promise_points p {
    font-size: 0.9rem;
    text-align: left;
  }

  .chicken-features {
    margin-bottom: 20px;
  }

  .chicken-description {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .chicken-order-btn {
    padding: 10px 20px;
    font-size: 0.95rem;
    width: 100%;
    text-align: center;
  }

  .app-store-badges {
    gap: 12px;
  }

  .store-badge {
    max-width: 180px;
  }

  .fresh-chicken-content {
    padding: 12px 0;
  }

  .download-content {
    margin-bottom: 25px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .Meat_Section {
    padding: 25px 0;
  }

  .Promise_section {
    padding: 0 0 25px 0;
  }

  .full_mobile_section {
    padding: 20px 0;
  }

  .full_mobile_section_1 {
    padding: 10px;
  }

  .full_mobile_section_1::before {
    top: 5%;
    height: 90%;
    border-radius: 16px;
  }

  .chicken-title {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .download-headline {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .download-description {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .Meat_Section_images img,
  .full_mobile_section_img img {
    width: 100%;
  }

  .Promise_points {
    gap: 4px;
    margin-bottom: 3px;
  }

  .Promise_points img {
    height: 18px;
  }

  .Promise_points p {
    font-size: 0.85rem;
  }

  .chicken-features {
    margin-bottom: 18px;
  }

  .chicken-description {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .chicken-order-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }

  .app-store-badges {
    gap: 10px;
  }

  .store-badge {
    max-width: 160px;
  }

  .fresh-chicken-content {
    padding: 10px 0;
  }

  .download-content {
    margin-bottom: 20px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Additional responsive improvements for better mobile experience */
@media (max-width: 768px) {
  .row.align-items-center {
    text-align: center;
  }

  .col-lg-6.col-md-12:first-child {
    order: 2;
    margin-bottom: 30px;
  }

  .col-lg-6.col-md-12:last-child {
    order: 1;
  }

  .Promise_section .row.align-items-center .col-lg-6.col-md-12:first-child {
    order: 1;
    margin-bottom: 30px;
  }

  .Promise_section .row.align-items-center .col-lg-6.col-md-12:last-child {
    order: 2;
  }

  /* Improve Promise points layout on mobile */
  .Promise_points {
    text-align: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .Promise_points .bd-highlight:first-child {
    margin-bottom: 5px;
  }

  .Promise_points .flex-fill {
    text-align: center;
  }

  /* Improve chicken features layout on mobile */
  .chicken-features .Promise_points {
    text-align: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .chicken-features .Promise_points .bd-highlight:first-child {
    margin-bottom: 5px;
  }

  .chicken-features .Promise_points .flex-fill {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .col-lg-6.col-md-12:first-child {
    margin-bottom: 25px;
  }

  .Promise_section .row.align-items-center .col-lg-6.col-md-12:first-child {
    margin-bottom: 25px;
  }

  /* Further improve Promise points layout on small mobile */
  .Promise_points {
    gap: 6px;
    margin-bottom: 6px;
  }

  .Promise_points .bd-highlight:first-child {
    margin-bottom: 4px;
  }

  .chicken-features .Promise_points {
    gap: 6px;
    margin-bottom: 6px;
  }

  .chicken-features .Promise_points .bd-highlight:first-child {
    margin-bottom: 4px;
  }
}

@media (max-width: 480px) {
  .col-lg-6.col-md-12:first-child {
    margin-bottom: 20px;
  }

  .Promise_section .row.align-items-center .col-lg-6.col-md-12:first-child {
    margin-bottom: 20px;
  }

  /* Optimize for very small screens */
  .Promise_points {
    gap: 4px;
    margin-bottom: 4px;
  }

  .Promise_points .bd-highlight:first-child {
    margin-bottom: 3px;
  }

  .chicken-features .Promise_points {
    gap: 4px;
    margin-bottom: 4px;
  }

  .chicken-features .Promise_points .bd-highlight:first-child {
    margin-bottom: 3px;
  }

  /* Ensure proper spacing for content sections */
  .fresh-chicken-content,
  .download-content {
    padding: 8px 0;
  }

  /* Optimize button spacing */
  .chicken-cta {
    margin-top: 20px;
  }

  .chicken-order-btn {
    margin: 0 auto;
    display: block;
  }

  /* Improve download section mobile layout */
  .download-content {
    margin-bottom: 20px;
  }

  .app-store-badges {
    justify-content: center;
  }

  /* Ensure proper image sizing on very small screens */
  .Meat_Section_images,
  .full_mobile_section_img {
    margin-bottom: 20px;
  }

  /* Optimize background elements for small screens */
  .full_mobile_section_1::before {
    border-radius: 12px;
  }
}

.download-content h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 16px;
}

.franchise_Section {
  padding: 100px 0;
}

.franchise_Section {
  background-color: #ffffff;
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.franchise_Section h2 {
  color: #333;
}

.franchise_Section p {
  color: #666;
}

.promise_samann_pp h2 {
  color: #333;
}

.promise_samann_pp {
  padding: 80px 0;
}

/* --- Testimonial Slider Styles --- */
.testimonial-slider {
  max-width: 800px;
  margin: 0 auto;
}

/* Franchise Testimonials Slider Specific Styles */
.franchise-testimonials-slider {
  max-width: 100%;
  margin: 0 auto;
}

.franchise-testimonials-slider .slick-dots {
  bottom: -40px;
}

.franchise-testimonials-slider .slick-dots li button:before {
  font-size: 12px;
  color: #3969e7;
}

.franchise-testimonials-slider .slick-dots li.slick-active button:before {
  color: #3969e7;
}

.franchise-testimonials-slider .slick-arrow {
  background: #3969e7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.franchise-testimonials-slider .slick-arrow:hover {
  background: #5a4bc4;
}

.franchise-testimonials-slider .slick-prev {
  left: -50px;
}

.franchise-testimonials-slider .slick-next {
  right: -50px;
}

@media (max-width: 768px) {
  .franchise-testimonials-slider .slick-arrow {
    display: none !important;
  }

  .franchise-testimonials-slider .slick-dots {
    bottom: -30px;
  }
}

.testimonials-slider-container .testimonial-item {
  background: #f3f3f5;
  padding: 40px 20px;
  border-radius: 20px;
  margin: 00px 0;
}
.slick-list {
  padding: 0;
}
.stars {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.star {
  font-size: 24px;
  color: #ffa500;
}

.quote-text {
  color: #2c3e50;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  font-style: italic;
}

.quote-icon {
  display: flex;
  justify-content: center;
}

.quote-icon svg {
  opacity: 0.6;
}

.testimonial-text p {
  color: #6c757d;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-image img {
  border: 3px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.profile-name {
  color: #2c3e50;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

/* Responsive Design for Testimonials */
@media (max-width: 768px) {
  .testimonial-item {
    padding: 35px 20px;
    margin: 20px 0;
    border-radius: 15px;
  }

  .quote-text {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .testimonial-text p {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .profile-image img {
    width: 75px;
    height: 75px;
  }

  .stars {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .testimonial-item {
    padding: 25px 15px;
    margin: 15px 0;
    border-radius: 12px;
  }

  .quote-text {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .testimonial-text p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .stars {
    gap: 4px;
    margin-bottom: 18px;
  }

  .star {
    font-size: 22px;
  }

  .quote-icon {
    margin-bottom: 20px;
  }

  .quote-icon svg {
    width: 40px;
    height: 40px;
  }
}

.why-smann-works-2 {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
}

/* --- SMANN Presence Section Styles --- */
.smann-presence-section {
  background: #ffffff;
  padding: 00px 0;
  position: relative;
}

.presence-item {
  padding: 20px 10px;
  text-align: center;
}

.presence-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.presence-title {
  color: #2c3e50;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.presence-description {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.8;
}

/* Responsive Design for Presence Section */
@media (max-width: 768px) {
  .smann-presence-section {
    padding: 30px 0;
  }

  .presence-item {
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  .presence-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .presence-description {
    font-size: 1rem;
  }
  .franchise_Section,
  .promise_samann_pp {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .smann-presence-section {
    padding: 20px 0;
  }

  .presence-item {
    padding: 15px 5px;
    margin-bottom: 25px;
  }

  .presence-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .presence-description {
    font-size: 0.95rem;
  }
}

/* --- Apply Now Section Styles --- */
.apply-now-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #3b82f6 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.apply-now-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(59, 130, 246, 0.3);
  border-radius: 50%;
  filter: blur(40px);
  animation: float 6s ease-in-out infinite;
}

.apply-now-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 250px;
  height: 250px;
  background: rgba(59, 130, 246, 0.2);
  border-radius: 50%;
  filter: blur(30px);
  animation: float 8s ease-in-out infinite reverse;
}

.apply-now-section .floating-shape {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(234, 179, 8, 0.4);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  top: 20%;
  left: 10%;
  animation: float 7s ease-in-out infinite;
  filter: blur(20px);
}

.apply-now-content {
  position: relative;
  z-index: 2;
}

.apply-now-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.apply-now-subtitle {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.apply-now-description {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 40px;
  opacity: 0.9;
}

.apply-now-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.apply-btn {
  background: #ffffff;
  color: #1e40af;
  border: 2px solid #ffffff;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.apply-btn:hover {
  background: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.franchise-btn,
.schedule-btn {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.franchise-btn:hover,
.schedule-btn:hover {
  background: #ffffff;
  color: #1e40af;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive Design for Apply Now Section */
@media (max-width: 768px) {
  .apply-now-section {
    padding: 70px 0;
  }

  .apply-now-title {
    font-size: 2.8rem;
    margin-bottom: 18px;
  }

  .apply-now-subtitle {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }

  .apply-now-description {
    font-size: 1.3rem;
    margin-bottom: 35px;
  }

  .apply-now-buttons {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 25px;
  }

  .apply-btn,
  .franchise-btn,
  .schedule-btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
    padding: 18px 35px;
    font-size: 1.05rem;
  }

  .apply-now-section::before,
  .apply-now-section::after {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .apply-now-section {
    padding: 50px 0;
  }

  .apply-now-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .apply-now-subtitle {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .apply-now-description {
    font-size: 1.15rem;
    margin-bottom: 30px;
  }

  .apply-now-buttons {
    gap: 15px;
    margin-top: 20px;
  }

  .apply-btn,
  .franchise-btn,
  .schedule-btn {
    max-width: 280px;
    padding: 16px 30px;
    font-size: 1rem;
  }

  .apply-now-section::before,
  .apply-now-section::after {
    width: 150px;
    height: 150px;
  }
}

/* Additional Mobile Optimizations for Franchise Page */
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .why-smann-works-2 {
    padding: 70px 0;
  }

  .franchise-testimonials-slider .slick-dots {
    bottom: -35px;
  }
}

@media (max-width: 480px) {
  .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .why-smann-works-2 {
    padding: 50px 0;
  }

  .franchise-testimonials-slider .slick-dots {
    bottom: -30px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blue_partner {
  color: #1d4ed8;
}

.app_page {
  flex-direction: row;
}

.QR_images img {
  width: 50%;
}

.color_black {
  color: #212529 !important;
}
