/* html {
  overflow-x: clip;
}
body {
  position: relative;
} */
/* html, body{
    overflow-x: hidden;
} */
/* Mobile Second Header Navigation */
    .mobile-bottom-nav {
      background: white;
      border-bottom: 1px solid #e0e0e0;
      padding: 2px 0;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      position: sticky;
      top: 51px;
      z-index: 1000;
      width: 100%;
    }

    .mobile-bottom-nav .nav-item-bottom {
      flex: 1;
      text-align: center;
      text-decoration: none;
      color: #000;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
      font-size: 9px;
      font-weight: 500;
      transition: color 0.2s;
    }

    .mobile-bottom-nav .nav-item-bottom img {
      width: 30px;
      height: 30px;
    }

    .mobile-bottom-nav .nav-item-bottom.emergency {
      background: var(--brand);
      color: white;
      border-radius: 25px;
      padding:9px 10px;
      font-weight: 600;
      font-size: 12px;
      margin: 0 8px;
      outline: 2px solid white;
      outline-offset: -3px;

    }

    .mobile-bottom-nav .nav-item-bottom.emergency img {
      filter: brightness(0) invert(1);
    }

/* Banner */  
.hero-slider {
  position: relative;
  overflow: hidden;
  height: 470px;
  background-image: url("https://nekinsan-admin.s3.ap-south-1.amazonaws.com/web_banner/WebsiteBanner_12Feb26.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s;
  display: flex;
  align-items: center;
}

.slide.active {
  opacity: 1;
  visibility: visible;
}

.slide .content {
  display: flex;
  align-items: center;
  width: 100%;
}

.slide .text {
  flex: 1;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.3s;
  margin-left: 5rem;
}

.slide.active .text {
  opacity: 1;
  transform: translateY(0);
}

.slide .text h1, .slide .text h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

.slide .text p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.slide .image {
  flex: 1;
  text-align: right;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.5s;
}

.slide.active .image {
  opacity: 1;
  transform: translateX(0);
}

.slide .image img {
  max-height: 500px;
  width: auto;
}

 .product-btn-view {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bf023f17;
  width: 36px;
  height: 36px;
  border-radius: 8px;         
  border: 1px solid #bf023f30; 
}
.product-btn-view img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
/* Mobile CSS */
@media (max-width: 768px) {
  .hero-slider {
    background-image: url("https://nekinsan-admin.s3.ap-south-1.amazonaws.com/web_banner/WebsiteBanner_12Feb26.webp");
    height: 300px;
  }

  .slide .content {
    flex-direction: column;
    height: 100%;
    padding: 0;
    position: relative;
  }

  .slide .text {
    margin-left: 1rem;
    padding-right: 10px;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 0;
  }

  .slide .text h1 , .slide .text h2 {
    font-size: 1.8rem;
    white-space: normal;
    margin-bottom: 5px;
  }

  .slide .text p {
    font-size: 1rem;
    white-space: normal;
    margin-top: 0;
  }

  .slide .image {
    width: 100%;
    height: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .slide .image img {
    max-height: 180px;
    width: auto;
    object-fit: contain;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .footer-bottom{
    margin-bottom: 90px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .hero-slider {
    width: 100%;
    height: 300px;
    background-image: url("https://nekinsan-admin.s3.ap-south-1.amazonaws.com/web_banner/WebsiteBanner_12Feb26.webp");
    position: relative;
    top: 0;
  }

  .slide {
    top: 0;
    height: 100%;
  }

  .slide .content {
    height: 100%;
    padding: 0;
    position: relative;
  }

  .slide .text {
    width: 85%;
    text-align: left;
    margin: 0;
    padding: 15px 0 0 15px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide .text h1, .slide .text h2 {
    font-size: 1.6rem;
    white-space: normal;
    margin-bottom: 3px;
  }

  .slide .text p {
    font-size: 0.9rem;
    margin-top: 0;
  }

  .slide .image {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }

  .slide .image img {
    max-height: 230px;
    width: auto;
    margin: 0;
  }
}

/* Fix for very small screens */
@media (max-width: 360px) {
  .slide .text h1, .slide .text h2 {
    font-size: 1.4rem;
  }

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

  .slide .image img {
    max-height: 150px;
  }
}
/* ============================================================
   TOP CATEGORIES SECTION
============================================================ */
.top-categories-section {
  padding: 60px 0;
}

.section-category-header {
  text-align: left;
  margin-bottom: 20px;
}

.section-category-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.text-brand {
  color: var(--brand);
}

.section-category-subtitle {
  font-size: 1.1rem;
  color: #666;
  font-weight: 400;
  margin: 0;
}

.category-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-bottom: 4px solid var(--brand);
  border-radius: 15px;
  padding: 15px 15px;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 180px;
  transition: transform 0.3s ease;
}

.category-card:not(:hover) {
  transform: translateY(0);
}

.category-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.3;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .top-categories-section {
    padding: 40px 0;
  }
  
  .section-category-title {
    font-size: 2rem;
  }
  
  .section-category-subtitle {
    font-size: 1rem;
  }
  
  .category-card {
    padding: 20px 10px;
    min-width: 110px;
  }
  
  .category-icon {
    width: 60px;
    height: 60px;
  }
  
  .category-title {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .section-category-title {
    font-size: 1.75rem;
  }
  
  .section-category-subtitle {
    font-size: 0.75rem;
  }
  
  .category-card {
    padding: 2px 8px;
    min-width: 100px;
  }
  
  .category-icon {
    width: 60px;
    height: 60px;
  }
  
  .category-title {
    font-size: 0.7rem;
  }
}
.product-section-header {
    display: inline-block; 
  }
  
  .product-section-header h3 {
    color: #333;
    margin: 0;
    line-height: 0.5 !important;
  }
  
  .custom-header h1{
    font-size: 2rem;
    color: #fff;
    margin: 0;
    line-height: 0.5 !important;
  }
  
  .title-underline{
    height: 3px;
    width: 100px;
    background-color: #bf023f; 
    margin: 0 auto; 
  }
  
/* Products Section */

.product-section-header {
  margin-bottom: 10px;
}

.product-section-header h3 {
  color: #333;
}

.product-category-title {
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 10px;
  border-left: 4px solid #bf023f;
}

.qr-product-slider-container {
  position: relative;
  display: flex;
  align-items: center;
}

/* The slider itself */
.qr-product-slider {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 5px;
  width: 100%;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

.qr-product-slider::-webkit-scrollbar {
  display: none;
}

/* Scroll buttons */
.scroll-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.scroll-button:hover {
  background-color: #f5f5f5;
}

.scroll-button svg {
  width: 24px;
  height: 24px;
  stroke: #333;
  stroke-width: 4;
}

.prev-button {
  left: -10px;
}

.next-button {
  right: -10px;
}

/* Product Cards */
.qr-product-card {
  flex: 0 0 calc(25% - 15px);
  min-width: calc(25% - 15px);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qr-product-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.qr-product-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 12px;
}

.qr-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.qr-product-image:hover img {
  transform: scale(1.05);
}

.qr-product-title {
  text-align: center;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qr-product-title span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  line-height: 1.2;
}

/* Feature Badges */
.feature-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.feature-badge {
  background-color: #0d47a1;
  color: white;
  padding: 3px 0px;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .qr-product-card {
    flex: 0 0 calc(33.33% - 14px);
    min-width: calc(33.33% - 14px);
  }
}

/* Media Query for Mobile Devices */
@media (max-width: 767px) {
  .qr-product-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 10px 5px 20px;
  }

  .qr-product-slider:after {
    content: "";
    padding-right: 5px;
  }

  .qr-product-card {
    flex: none;
    min-width: 0;
    width: 100%;
    scroll-snap-align: start;
    padding: 12px;
  }

  .scroll-button {
    width: 30px;
    height: 30px;
  }

  .scroll-button svg {
    width: 20px;
    height: 20px;
  }

  .product-category-title {
    font-size: 1rem;
  }

  .qr-product-title {
    font-size: 0.85rem;
    height: 42px;
  }

  .feature-badges {
    gap: 6px;
  }

  .feature-badge {
    font-size: 0.4rem;
    padding: 5px 6px;
  }

}

/* Custom JavaScript for Grid Scrolling */
@media (max-width: 767px) {
  .qr-product-slider-container {
    overflow: hidden;
    position: relative;
  }

  .qr-product-slider {
    display: grid;
    grid-template-columns: repeat(4, 50%);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    width: max-content;
    min-width: 100%;
    scroll-snap-type: x mandatory;
  }

  .qr-product-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 767px) {
  /* For Emergency/Wrong Parking category */
  .category-section:first-of-type .qr-product-slider {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 100%;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
  }

  .category-section:first-of-type .qr-product-slider .qr-product-card {
    width: 100%;
    box-sizing: border-box;
  }

  .category-section:first-of-type .qr-product-slider .qr-product-card:nth-child(1),
  .category-section:first-of-type .qr-product-slider .qr-product-card:nth-child(2),
  .category-section:first-of-type .qr-product-slider .qr-product-card:nth-child(3),
  .category-section:first-of-type .qr-product-slider .qr-product-card:nth-child(4),
  .category-section:first-of-type .qr-product-slider .qr-product-card:nth-child(5),
  .category-section:first-of-type .qr-product-slider .qr-product-card:nth-child(6) {
    grid-column: auto;
  }

  /* For Premium Products category */
  .premium-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .premium-products-grid .qr-product-card:nth-child(3) {
    grid-column: 1 / span 2;
    width: 50%; 
    margin: 0 auto; 
  }

  .qr-product-card {
    width: 100%;
    box-sizing: border-box;
  }
}
.product-footer {
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}

.price-container .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px 4px;
}

.price-left {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  flex-shrink: 1;
}

.price-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  flex-shrink: 1;
  min-width: 0;
}

.discounted-price {
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 700;
  color: #bf023f;
  white-space: nowrap;
}

.original-price {
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 400;
  color: #9ca3af;
  text-decoration: line-through;
  white-space: nowrap;
}

.discount-percentage {
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 700;
  color: #16a34a;
  white-space: nowrap;
}

.pack-info {
  font-size: clamp(10px, 1vw, 12px);
  color: #6b7280;
  white-space: nowrap;
}

/* Action Row */
.footer-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.btn-view-details {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #bf023f 0%, #a00235 100%);
  color: #ffffff;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 7px 3px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-view-details:hover {
  background: linear-gradient(135deg, #d1034a 0%, #bf023f 100%);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #bf023f 0%, #a00235 100%);
  border-radius: 8px;
  padding: 7px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.btn-cart img,
.btn-cart svg {
  width: clamp(16px, 1.6vw, 22px);
  height: clamp(16px, 1.6vw, 22px);
  display: block;
}

.btn-cart:hover {
  background: linear-gradient(135deg, #d1034a 0%, #bf023f 100%);
  transform: translateY(-1px);
  color: #ffffff;
}

.asterisk {
  color: #bf023f;
  font-weight: 700;
}
/* Key Services Section with Curved Background */
.key-services-section {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    margin: 60px 0;
}

/* Curved Navy Blue Background */
.services-curved-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8f0f8 0%, #d4e4f7 100%);
    z-index: 0;
}

.services-curved-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: white;
    border-radius: 0 0 50% 50%;
    transform: translateY(-50%);
}

.services-curved-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: white;
    border-radius: 50% 50% 0 0;
    transform: translateY(50%);
}

.services-content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.services-header {
    text-align: left;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.services-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.services-header h3 {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}

.text-brand {
    color: #bf023f;
}

.services-description {
    max-width: 800px;
    margin: 0;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
}

/* Services Info bar with language switch */
.services-info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    gap: 15px;
}

.services-info-text {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    flex: 1;
    min-width: 0;
}
.services-info-bar.animate-in {
    opacity: 1;
    transform: translateY(0);
}
/* Language Toggle Switch */
.services-language-controls {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.services-language-switch {
    padding: 8px 25px;
    border: none;
    border-bottom: 2px solid #bf023f;
    background-color: transparent;
    color: #bf023f;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    min-width: 100px;
    white-space: nowrap;
}

.services-language-switch:hover {
    background-color: rgba(191, 2, 63, 0.1);
    border-bottom-color: #8f0230;
    color: #8f0230;
}

.services-language-switch:active {
    transform: scale(0.98);
}

/* Desktop Service Message Box (Speech Bubble) */
.service-message-box {
    position: absolute;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 10px;
    padding: 15px;
    width: 220px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.service-message-box.show {
    opacity: 1;
    visibility: visible;
}

.service-message-box::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

/* Pointer positions based on message box location */
.service-message-box.pointer-bottom::before {
    bottom: -10px;
    left: var(--service-pointer-left, 50%);
    transform: translateX(-50%);
    border-top: 10px solid #d0d0d0;
}

.service-message-box.pointer-bottom::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: var(--service-pointer-left, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
}

.service-message-box.pointer-top::before {
    top: -10px;
    left: var(--service-pointer-left, 50%);
    transform: translateX(-50%);
    border-bottom: 10px solid #d0d0d0;
}

.service-message-box.pointer-top::after {
    content: '';
    position: absolute;
    top: -8px;
    left: var(--service-pointer-left, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.service-message-box.pointer-left::before {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 10px solid #d0d0d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.service-message-box.pointer-left::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.service-message-box.pointer-right::before {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid #d0d0d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.service-message-box.pointer-right::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.service-message-content {
    color: #333;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: left;
}

/* ========================
   Mobile Service Bottom Sheet
======================== */
.service-bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.service-bottom-sheet.active {
    display: block;
    transform: translateY(0);
}

.service-sheet-handle {
    width: 40px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 12px auto;
}

.service-sheet-header {
    padding: 4px 20px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.service-sheet-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-sheet-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-sheet-title {
    font-size: 14px;
    font-weight: 700;
    color: #bf023f;
    margin: 0;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
}

.service-sheet-lang-switch {
    padding: 4px 12px;
    border: none;
    border-bottom: 1px solid #bf023f;
    background: transparent;
    color: #000;
    border-radius: 0;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
}

.service-sheet-lang-switch:active {
    background: #e0e0e0;
}

.service-sheet-body {
    padding: 16px 24px;
    max-height: 50vh;
    overflow-y: auto;
}

.service-sheet-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    text-align: center;
}

.service-sheet-footer {
    padding: 16px 24px 24px;
}

.service-sheet-button {
    width: auto;
    margin: 0 auto !important;
    display: block;
    padding: 10px 40px;
    background: #fff;
    color: #bf023f;
    border: 2px solid #D7D7D7;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

#serviceSheetGoBtn:hover,
#serviceSheetGoBtn:active {
    background-color: #198754;
    color: #ffffff !important;
}

#serviceSheetCloseBtn:hover,
#serviceSheetCloseBtn:active {
    background-color: #bf023f;
    color: #ffffff !important;
}

/* Modal Overlay for Mobile */
.service-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.service-modal-overlay.active {
    display: block;
}

.services-container {
    position: relative;
}

/* Services Grid - Circular Card Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px 20px;
    margin-bottom: 20px;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    background-color: transparent;
    border: none;
    padding: 20px 15px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px) scale(0.9);
}
.service-card.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.service-card:hover {
    transform: translateY(-8px) scale(1.05);
}

.service-card.active .service-icon-wrapper {
    box-shadow: 0 8px 20px rgba(191, 2, 63, 0.35);
    border: 2px solid #bf023f;
}

.service-icon-wrapper {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.service-card:hover .service-icon-wrapper {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(191, 2, 63, 0.2);
}

.service-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon-img {
    transform: scale(1.1);
}

.service-content {
    flex: 1;
    text-align: center;
}

.service-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-card:hover .service-title,
.service-card.active .service-title {
    color: #bf023f;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 15px;
    }
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
    }

    .service-icon-wrapper {
        width: 70px;
        height: 70px;
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .key-services-section {
        padding: 60px 0 80px;
        margin: 40px 0;
    }

    .services-content-wrapper {
        padding: 0 20px;
    }

    .services-header {
        text-align: left;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
        margin-top: -40px;
    }

    .services-header h3 {
        font-size: 2rem;
        text-align: left;
    }

    .services-description {
        font-size: 0.9rem;
        text-align: left;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 10px;
    }

    .service-card {
        padding: 15px 10px;
        gap: 8px;
    }

    .service-icon-wrapper {
        width: 100px;
        height: 100px;
        padding: 18px;
    }

    .service-title {
        font-size: 0.75rem;
    }

    .services-language-switch {
        display: none;
    }

    .services-info-bar {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .services-info-text {
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Hide desktop message box on mobile */
    .service-message-box {
        display: none !important;
    }

    /* Curved background adjustments */
    .services-curved-bg::before {
        height: 80px;
    }

    .services-curved-bg::after {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .key-services-section {
        padding: 60px 0 60px;
    }

    .services-content-wrapper {
        padding: 0 15px;
    }

    .services-header {
        text-align: left;
        margin-bottom: 25px;
        position: relative;
        z-index: 2;
        margin-top: -30px;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px 8px;
    }

    .services-header h3 {
        font-size: 1.6rem;
        text-align: left;
    }

    .services-description {
        font-size: 0.85rem;
        text-align: left;
    }

    .service-card {
        padding: 12px 8px;
        gap: 6px;
    }

    .service-icon-wrapper {
        width: 80px;
        height: 80px;
        padding: 15px;
    }

    .service-title {
        font-size: 0.65rem;
    }

    .services-info-text {
        font-size: 0.7rem;
    }

    .services-language-switch {
       display: none;
    }

    /* Curved background adjustments */
    .services-curved-bg::before {
        height: 60px;
    }

    .services-curved-bg::after {
        height: 60px;
    }
}

/* Desktop only - show message box */
@media (min-width: 769px) {
    .service-bottom-sheet {
        display: none !important;
    }
}
/* Information Banner Section with SVG Background */
.information-banner {
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
    width: 100%;
    min-height: 220px;
}

.info-banner-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

/* SVG Background Image - Full Width with Increased Height */
.info-banner-bg {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: contain;
}

/* Show desktop image on desktop, hide on mobile */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Show desktop text (2 lines), hide mobile text (3 lines) */
.desktop-text {
    display: block;
}

.mobile-text {
    display: none;
}

/* Text Overlay - Centered */
.info-banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 900px;
    z-index: 2;
}

.info-banner-title {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
}

.info-banner-text {
    font-size: 1rem;
    line-height: 1.6;
    color: white;
    margin: 0;
    font-weight: 400;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    max-width: 750px;
    margin: 0 auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .information-banner {
        margin: 25px 0;
        min-height: 200px;
    }
    
    .info-banner-container {
        min-height: 200px;
    }
    
    .info-banner-bg {
        height: 200px;
    }
    
    .info-banner-title {
        font-size: 2.2rem;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }
    
    .info-banner-text {
        font-size: 1.1rem;
        max-width: 700px;
    }
}

@media (max-width: 992px) {
    .information-banner {
        margin: 20px 0;
        min-height: 180px;
    }
    
    .info-banner-container {
        min-height: 180px;
    }
    
    .info-banner-bg {
        height: 180px;
    }
    
    .info-banner-title {
        font-size: 1.9rem;
        letter-spacing: 2.5px;
        margin-bottom: 10px;
    }
    
    .info-banner-text {
        font-size: 1rem;
        max-width: 650px;
    }
}

@media (max-width: 768px) {
    /* Switch to mobile image */
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
    }
    
    /* Switch to mobile text (3 lines) */
    .desktop-text {
        display: none;
    }
    
    .mobile-text {
        display: block;
    }
    
    .information-banner {
        margin: 15px 0;
        min-height: 160px;
    }
    
    .info-banner-container {
        min-height: 160px;
    }
    
    .info-banner-bg {
        height: 160px;
    }
    
    .info-banner-overlay {
        width: 85%;
    }
    
    .info-banner-title {
        font-size: 1.5rem;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }
    
    .info-banner-text {
        font-size: 0.9rem;
        line-height: 1.5;
        max-width: 600px;
    }
}

@media (max-width: 576px) {
    .information-banner {
        margin: 10px 0;
        min-height: 140px;
    }
    
    .info-banner-container {
        min-height: 140px;
    }
    
    .info-banner-bg {
        height: 140px;
    }
    
    .info-banner-overlay {
        width: 90%;
    }
    
    .info-banner-title {
        font-size: 1.2rem;
        letter-spacing: 1.5px;
        margin-bottom: 2px;
    }
    
    .info-banner-text {
        font-size: 0.75rem;
        line-height: 1.4;
        max-width: 550px;
    }
}

@media (max-width: 480px) {
    .information-banner {
        margin: 8px 0;
        min-height: 120px;
    }
    
    .info-banner-container {
        min-height: 120px;
    }
    
    .info-banner-bg {
        height: 120px;
    }
    
    .info-banner-title {
        font-size: 1rem;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }
    
    .info-banner-text {
        font-size: 0.65rem;
        line-height: 1;
        max-width: 500px;
    }
    .footer-actions{
        gap: 6px;
    }
}

/* Optional: Add entrance animation */
.information-banner {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInBanner 0.8s ease forwards;
}

@keyframes fadeInBanner {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* certificate section */ 
.section-header {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-header h3 {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.underline {
    height: 3px;
    width: 100px;
    background-color: #bf023f;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
}

.ido-frf {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.certificate-img-first{
width: 60px;

}
.certificate-img-second{
width: 75px;

}
.certificate-img-main{
width: 90px;

}
@media (max-width:767px){
.certificate-img-first{
  width: 50px !important;
  
}
.certificate-img-second{
  width: 62px !important;
  
}
.certificate-img-main{
  width: 75px !important;
 
} 
.ido-frf{
  gap: 10px !important;
}
}

/* Features Section  */
.features-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    background-color: transparent;
    position: relative;
}

/* Info bar with language switch */
.info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    gap: 15px;
}

.section-header.animate-in ~ .info-bar {
    opacity: 1;
    transform: translateY(0);
}

.info-text {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    flex: 1;
    min-width: 0;
}

/* Language Toggle Switch */
.language-controls {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.language-switch {
    padding: 8px 25px;
    border: none;
    border-bottom: 2px solid #bf023f;
    background-color: transparent;
    color: #bf023f;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    min-width: 100px;
    white-space: nowrap;
}

.language-switch:hover {
    background-color: transparent;
    border-bottom-color: #8f0230;
    color: #8f0230;
}

.language-switch:active {
    transform: scale(0.98);
}

/* Desktop Message Box (Speech Bubble) */
.message-box {
    position: absolute;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 10px;
    padding: 15px;
    width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.message-box.show {
    opacity: 1;
    visibility: visible;
}

.message-box::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

/* Pointer positions based on message box location */
.message-box.pointer-bottom::before {
    bottom: -10px;
    left: var(--pointer-left, 50%);
    transform: translateX(-50%);
    border-top: 10px solid #d0d0d0;
}

.message-box.pointer-bottom::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: var(--pointer-left, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
}

.message-box.pointer-top::before {
    top: -10px;
    left: var(--pointer-left, 50%);
    transform: translateX(-50%);
    border-bottom: 10px solid #d0d0d0;
}

.message-box.pointer-top::after {
    content: '';
    position: absolute;
    top: -8px;
    left: var(--pointer-left, 50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.message-box.pointer-left::before {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 10px solid #d0d0d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.message-box.pointer-left::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.message-box.pointer-right::before {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid #d0d0d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.message-box.pointer-right::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.message-content {
    color: #333;
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: left;
}

/* ========================
   Mobile Bottom Sheet
======================== */
.feature-bottom-sheet {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10001;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.feature-bottom-sheet.active {
    display: block;
    transform: translateY(0);
}

.bottom-sheet-handle {
    width: 40px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 12px auto;
}

.bottom-sheet-header {
    padding: 4px 20px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.bottom-sheet-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-sheet-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom-sheet-title {
    font-size: 14px;
    font-weight: 700;
    color: #bf023f;
    margin: 0;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
}

.bottom-sheet-lang-switch {
    padding: 4px 12px;
    border: none;
    border-bottom: 1px solid #bf023f;
    background: transparent;
    color: rgb(0, 0, 0);
    border-radius: 0;
    font-size: 13px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
}

.bottom-sheet-lang-switch:active {
    background: #e0e0e0;
}

.bottom-sheet-body {
    padding: 16px 24px;
    max-height: 50vh;
    overflow-y: auto;
}

.bottom-sheet-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    text-align: center;
}

.bottom-sheet-footer {
    padding: 16px 24px 24px;
}

.bottom-sheet-button {
    width: auto;
    margin: 0 auto !important;
    display: block;
    padding: 10px 40px;
    background: #fff;
    color: #bf023f;
    border: 2px solid #D7D7D7;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

/* Modal Overlay for Mobile */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.modal-overlay.active {
    display: block;
}

.features-container {
    position: relative;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

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

.feature-icon-box {
    width: 150px;
    aspect-ratio: 1;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon-box,
.feature-item.active .feature-icon-box {
    border-color: #bf023f;
    box-shadow: 0 4px 12px rgba(191, 2, 63, 0.2);
}

.feature-icon-box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.8) rotate(-10deg);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item.animate-in .feature-icon-box img {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.feature-item:hover .feature-icon-box img {
    transform: scale(1.1) rotate(3deg);
}

.feature-name {
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

    .features-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .feature-name {
        font-size: 0.7rem;
    }

    .language-switch {
       display: none;
    }

    .info-bar {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .info-text {
        font-size: 0.80rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .feature-icon-box {
        padding: 12px;
    }

    /* Hide desktop message box on mobile */
    .message-box {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .section-header h3 {
        font-size: 1.5rem;
    }

    .info-text {
        font-size: 0.65rem;
    }

    .language-switch {
       display: none;
    }

    .feature-name {
        font-size: 0.6rem;
        margin-top: 8px;
    }

    .feature-icon-box {
        padding: 8px;
        width: 100%;
    }

    .features-section {
        padding: 30px 15px;
    }
}

/* Desktop only - show message box */
@media (min-width: 769px) {
    .feature-bottom-sheet {
        display: none !important;
    }
}
/* About Section */
.about-section {
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}

/* Top Divider Line */
.about-divider {
    border-top: 2px solid #D1D1D1;
    margin: 0 auto 40px;
    max-width: 1400px;
}

.about-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

/* Header Above Images */
.about-header {
    text-align: center;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

.text-brand {
    color: #bf023f;
}

/* Image Carousel - Semi Circle */
.about-images-carousel {
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Transitioning state - fade out ALL cards during movement */
.carousel-wrapper.transitioning .image-card {
    opacity: 0 !important;
    transition: opacity 0.3s ease;
}

.image-card {
    position: absolute;
    width: 200px;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.001s linear,
                filter 0.6s ease 0.3s,
                opacity 0.6s ease 0.3s,
                box-shadow 0.6s ease 0.3s;
    cursor: pointer;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Position cards in semi-circle - with seamless transitions */
.image-card[data-position="0"] {
    transform: translateX(-500px) translateY(80px) scale(0.75);
    filter: blur(.3px) brightness(0.8);
    opacity: 0.5;
    z-index: 1;
}

.image-card[data-position="1"] {
    transform: translateX(-260px) translateY(20px) scale(0.85);
    filter: blur(.2px) brightness(0.9);
    opacity: 0.75;
    z-index: 2;
}

.image-card[data-position="2"] {
    transform: translateX(0) translateY(0) scale(1);
    filter: blur(0px) brightness(1);
    opacity: 1;
    z-index: 3;
}

.image-card[data-position="3"] {
    transform: translateX(260px) translateY(20px) scale(0.85);
    filter: blur(.2px) brightness(0.9);
    opacity: 0.75;
    z-index: 2;
}

.image-card[data-position="4"] {
    transform: translateX(500px) translateY(80px) scale(0.75);
    filter: blur(.3px) brightness(0.8);
    opacity: 0.5;
    z-index: 1;
}

/* Center card highlight */
.image-card.center {
    box-shadow: 0 12px 40px rgba(150, 148, 149, 0.3);
    border: 2px solid rgba(8, 8, 8, 0.5);
}

/* Hover effect */
.image-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

/* About Content */
.about-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.about-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}

/* 3D White Button with Shadow */
.explore-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background: #fff;
    color: #bf023f;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid #bf023f;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 0px #bf023f;
    position: relative;
}

.explore-button:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #bf023f;
}

.explore-button:active {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px #bf023f;
}

.explore-button svg {
    transition: transform 0.3s ease;
}

.explore-button:hover svg {
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-divider {
        margin-bottom: 35px;
    }

    .image-card[data-position="0"] {
        transform: translateX(-420px) translateY(70px) scale(0.7);
    }

    .image-card[data-position="1"] {
        transform: translateX(-220px) translateY(15px) scale(0.82);
    }

    .image-card[data-position="3"] {
        transform: translateX(220px) translateY(15px) scale(0.82);
    }

    .image-card[data-position="4"] {
        transform: translateX(420px) translateY(70px) scale(0.7);
    }
}

@media (max-width: 992px) {
    .about-section {
        padding: 30px 0;
    }

    .about-divider {
        margin-bottom: 30px;
    }

    .about-container {
        padding: 0 30px;
    }

    .about-images-carousel {
        height: 300px;
    }

    .image-card {
        width: 170px;
        height: 220px;
    }

    .image-card[data-position="0"] {
        transform: translateX(-340px) translateY(60px) scale(0.65);
    }

    .image-card[data-position="1"] {
        transform: translateX(-180px) translateY(10px) scale(0.8);
    }

    .image-card[data-position="3"] {
        transform: translateX(180px) translateY(10px) scale(0.8);
    }

    .image-card[data-position="4"] {
        transform: translateX(340px) translateY(60px) scale(0.65);
    }

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

    .about-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 25px 0;
    }

    .about-divider {
        margin-bottom: 25px;
        max-width: 350px;
    }

    .about-container {
        padding: 0 20px;
    }

    .about-images-carousel {
        height: 260px;
    }

    .image-card {
        width: 140px;
        height: 190px;
    }

    /* Mobile Semi-circle - proper arc positioning */
    .image-card[data-position="0"] {
        transform: translateX(-240px) translateY(50px) scale(0.65);
        filter: blur(3px) brightness(0.8);
        opacity: 0.5;
    }

    .image-card[data-position="1"] {
        transform: translateX(-125px) translateY(10px) scale(0.8);
        filter: blur(2px) brightness(0.9);
        opacity: 0.7;
    }

    .image-card[data-position="2"] {
        transform: translateX(0) translateY(0) scale(0.95);
    }

    .image-card[data-position="3"] {
        transform: translateX(125px) translateY(10px) scale(0.8);
        filter: blur(2px) brightness(0.9);
        opacity: 0.7;
    }

    .image-card[data-position="4"] {
        transform: translateX(240px) translateY(50px) scale(0.65);
        filter: blur(3px) brightness(0.8);
        opacity: 0.5;
    }

    .about-title {
        font-size: 1.75rem;
    }

    .about-description {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .explore-button {
        padding: 10px 28px;
        font-size: 0.95rem;
        box-shadow: 3px 3px 0px #bf023f;
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 20px 0;
    }

    .about-divider {
        margin-bottom: 20px;
        max-width: 350px;
    }

    .about-images-carousel {
        height: 240px;
    }

    .image-card {
        width: 115px;
        height: 160px;
        border-radius: 15px;
    }

    /* Small mobile semi-circle - keep 5 cards visible */
    .image-card[data-position="0"] {
        transform: translateX(-180px) translateY(45px) scale(0.6);
        filter: blur(3px) brightness(0.8);
        opacity: 0.4;
    }

    .image-card[data-position="1"] {
        transform: translateX(-95px) translateY(10px) scale(0.75);
        filter: blur(1.5px) brightness(0.9);
        opacity: 0.7;
    }

    .image-card[data-position="2"] {
        transform: translateX(0) translateY(0) scale(0.9);
    }

    .image-card[data-position="3"] {
        transform: translateX(95px) translateY(10px) scale(0.75);
        filter: blur(1.5px) brightness(0.9);
        opacity: 0.7;
    }

    .image-card[data-position="4"] {
        transform: translateX(180px) translateY(45px) scale(0.6);
        filter: blur(3px) brightness(0.8);
        opacity: 0.4;
    }

    .about-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .about-description {
        font-size: 0.9rem;
    }

    .explore-button {
        box-shadow: 2px 2px 0px #bf023f;
    }
}

/* Animation for scroll-in effect */
.about-section {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* App Download Section */
.app-download-section {
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.app-download-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Content */
.app-download-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.app-download-title {
    font-size: 3rem;
    font-weight: 800;
    color: #333;
    line-height: 1.2;
    margin: 0;
}

.text-brand {
    color: #bf023f;
}

.app-download-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    max-width: 500px;
    position: relative;
}

.quote-img {
    width: 40px;
    height: 40px;
    color: #bf023f;
    opacity: 0.7;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

/* QR Code and Download Actions */
.app-download-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.qr-code-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    background: white;
    border: 3px solid #e0e0e0;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.qr-code-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr-mascot {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    animation: bounce 2s ease-in-out infinite;
}

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

.download-button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.download-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
}

.google-play-button {
    display: block;
    width: 150px;
    transition: transform 0.3s ease;
}

.google-play-button:hover {
    transform: scale(1.05);
}

.google-play-button img {
    width: 100%;
    height: auto;
}

/* App Stats */
.app-stats {
    display: flex;
    gap: 40px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
    flex-wrap: nowrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}

.stat-icon {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #333;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: #777;
    margin-top: 4px;
}

/* Right Phone Image - Spinning Animation */
.app-phone-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.phone-container {
    width: 100%;
    max-width: 500px;
    position: relative;
}
.zoom-phone {
  transform: scale(0.8) translateY(50px);
  opacity: 0;
  transition: all 0.8s ease;
}

.zoom-phone.show {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.phone-image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* Responsive Design */
@media (max-width: 1200px) {
    .app-download-container {
        gap: 60px;
    }

    .app-download-title {
        font-size: 2.5rem;
    }

    .phone-container {
        max-width: 400px;
    }
}

@media (max-width: 992px) {
    .app-download-section {
        padding: 60px 0;
    }

    .app-download-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    /* Move phone to top on mobile */
    .app-phone-wrapper {
        order: -1;
    }

    .app-download-content {
        align-items: center;
        order: 1;
    }

    .app-download-title {
        font-size: 2.2rem;
    }

    .app-download-description {
        max-width: 600px;
        text-align: center;
    }

    .app-download-actions {
        justify-content: center;
    }

    .app-stats {
        justify-content: center;
    }

    .stat-item {
        align-items: center;
    }

    .phone-container {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .app-download-section {
        padding: 50px 0;
    }

    .app-download-container {
        padding: 0 20px;
        gap: 40px;
    }

    .app-download-title {
        font-size: 2rem;
    }

    .app-download-description {
        font-size: 1rem;
    }

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

    .app-stats {
        gap: 30px;
        flex-wrap: nowrap;
    }

    .stat-item {
        align-items: center;
    }

    .stat-value {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }

    .phone-container {
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .app-download-section {
        padding: 40px 0;
    }

    .app-download-container {
        gap: 35px;
    }

    .app-download-title {
        font-size: 1.75rem;
    }

    .app-download-description {
        font-size: 0.95rem;
    }

    .app-download-actions {
        flex-direction: row;
        gap: 20px;
    }

    .qr-code-wrapper {
        width: 90px;
        height: 90px;
    }

    .app-stats {
        gap: 25px;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .stat-item {
        align-items: center;
    }

    .stat-value {
        font-size: 1.3rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .phone-container {
        max-width: 280px;
    }
}

/* Entrance Animation */
.app-download-section {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.app-download-section {
  cursor: pointer;
}
/* Testimonials Section */
.testimonials-section {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #e8f0f8 0%, #f5f9fc 100%);
    position: relative;
    overflow: hidden;
}

/* Wave decoration */
.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
    clip-path: ellipse(80% 100% at 50% 0%);
}

.testimonials-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
    clip-path: ellipse(80% 100% at 50% 100%);
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

/* Header - Inside curved area */
.testimonials-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.quote-icon {
    width: 60px;
    height: 60px;
    color: #bf023f;
    flex-shrink: 0;
}

.quote-icon svg {
    width: 100%;
    height: 100%;
    fill: #bf023f;
}

.testimonials-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #333;
    line-height: 1.2;
    margin: 0;
}

/* Carousel Wrapper */
.testimonials-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Carousel Container - Show 3 cards */
.testimonials-carousel {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

/* Testimonial Card - Base size */
.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    flex: 0 0 320px;
    width: 320px;
    min-height: 400px;
}

/* Inset border - sits inside card with gap from edges */
.testimonial-card::before {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1.5px solid #e0e0e0;
    border-radius: 14px;
    pointer-events: none;
    z-index: 0;
}

/* Side cards - smaller and slightly faded */
.testimonial-card.side {
    transform: scale(0.85);
    opacity: 0.7;
    z-index: 1;
}

/* Center card - larger and prominent */
.testimonial-card.center {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    box-shadow: 0 12px 40px rgba(191, 2, 63, 0.15);
}

.testimonial-card:hover {
    transform: translateY(-5px) scale(0.85);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.testimonial-card.center:hover {
    transform: translateY(-5px) scale(1);
}

.testimonial-quote-mark {
    width: 40px;
    height: 40px;
    color: #bf023f;
}

.testimonial-quote-mark svg {
    width: 100%;
    height: 100%;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    flex: 1;
}

/* Author Section */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #bf023f;
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #bf023f;
    margin: 0 0 2px 0;
}

.author-location {
    font-size: 0.8rem;
    color: #777;
    margin: 0;
}

/* Navigation Buttons */
.carousel-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #bf023f;
    color: #bf023f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
    background: #bf023f;
    color: white;
    transform: scale(1.1);
}

.carousel-nav:active {
    transform: scale(0.95);
}

/* Carousel Dots - Show all */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.dot {
    width: 30px;
    height: 4px;
    background: #d0d0d0;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #bf023f;
    width: 60px;
}

.dot:hover {
    background: #bf023f;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .testimonial-card {
        flex: 0 0 280px;
        width: 280px;
        padding: 25px;
    }

    .carousel-nav {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 992px) {
    .testimonials-section {
        padding: 80px 0 60px;
    }

    .testimonials-container {
        padding: 0 30px;
    }

    .testimonials-title {
        font-size: 2.4rem;
    }

    .testimonials-carousel {
        gap: 20px;
    }

    .testimonial-card {
        flex: 0 0 250px;
        width: 250px;
    }

    .testimonial-card.side {
        transform: scale(0.8);
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 80px 0 70px;
    }

    .testimonials-container {
        padding: 0 20px;
    }

    .testimonials-header {
        gap: 15px;
        margin-bottom: 40px;
    }

    .quote-icon {
        width: 50px;
        height: 50px;
    }

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

    /* Show only center card on mobile */
    .testimonials-carousel {
        gap: 0;
    }

    .testimonial-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 420px;
        padding: 25px;
        min-height: 350px;
    }

    .testimonial-card.side {
        display: none;
    }

    .testimonial-card.center {
        transform: scale(1);
    }

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

    .author-image {
        width: 60px;
        height: 60px;
    }

    .carousel-dots {
        margin-top: 30px;
    }

    .dot {
        width: 20px;
    }

    .dot.active {
        width: 30px;
    }

    .carousel-nav {
        display: none;
    }

    /* Increase wave decoration height */
    .testimonials-section::before {
        height: 80px;
    }

    .testimonials-section::after {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: 70px 0 60px;
    }

    .testimonials-header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

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

    .testimonials-title {
        font-size: 1.75rem;
    }

    .testimonial-card {
        max-width: 100%;
        padding: 20px;
        min-height: 320px;
    }

    .author-image {
        width: 60px;
        height: 60px;
    }

    .testimonial-text {
        font-size: 0.85rem;
    }

    .author-name {
        font-size: 0.85rem;
    }

    .author-location {
        font-size: 0.75rem;
    }

    /* Increase wave decoration height */
    .testimonials-section::before {
        height: 70px;
    }

    .testimonials-section::after {
        height: 70px;
    }
}

/* Entrance Animation */
.testimonials-section {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header */
.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-main-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.faq-subtitle {
    font-size: 1rem;
    color: #666;
    margin: 0;
    text-align: center;
}

/* Custom Accordion Styles */
.custom-accordion {
    border-top: none;
}

.custom-accordion .accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Remove box and shadow for expanded items */
.custom-accordion .accordion-item.expanded {
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

.custom-accordion .accordion-header .accordion-button {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border: none;
    padding: 18px 20px;
    box-shadow: none;
    border-radius: 6px;
}

.custom-accordion .accordion-header .accordion-button.collapsed {
    border-radius: 6px;
}

.custom-accordion .accordion-header .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    border-left: 4px solid #bf023f;
    box-shadow: none;
    border-radius: 0;
}

.custom-accordion .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    font-weight: bold;
}

.custom-accordion .accordion-body {
    padding: 20px;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    background-color: #fff;
}

.custom-accordion .accordion-body strong {
    color: #bf023f;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-container {
        padding: 0 20px;
    }
    
    .faq-main-title {
        font-size: 1.6rem;
    }
    
    .faq-subtitle {
        font-size: 0.95rem;
    }
    
    .custom-accordion .accordion-header .accordion-button {
        font-size: 0.9rem;
        padding: 15px 16px;
    }
    
    .custom-accordion .accordion-body {
        padding: 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-container {
        padding: 0 15px;
    }

    .faq-main-title {
        font-size: 1.5rem;
    }

    .faq-subtitle {
        font-size: 0.9rem;
    }
}

/* Entrance Animation */
.faq-section {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* mobile footer */
/* ── DESKTOP: hide completely ── */
@media (min-width: 1024px) {
  section.mobil-btnnn {
    display: none !important;
  }
}

/* ── BASE / MOBILE styles ── */
section.mobil-btnnn {
  display: block;
  width: 100%;
}

.new-footer-wrapper {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 5px);
  max-width: 500px;
  z-index: 999;
  height: 115px;
  display: flex;
  align-items: flex-end;
}

.new-footer-btn-new {
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0px 8px;
  width: 100%;
}

.main-footer-mobile-new-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-item-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  cursor: pointer;
  text-decoration: none !important;
  color: #333 !important;
  gap: 3px;
  padding: 0px 0;
  transition: transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.nav-item-foot:active {
  transform: scale(0.92);
}

.nav-item-foot img.new-scfdd {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.nav-item-foot .nav-label {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #333;
  line-height: 1;
  white-space: nowrap;
}

.nav-item-center {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 18px;
  cursor: pointer;
  text-decoration: none !important;
  color: #bf023f !important;
  gap: 3px;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease;
}

.nav-item-center:active {
  transform: scale(0.92);
}

.scan-ring {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scan-ring img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.nav-item-center .nav-label-center {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #bf023f;
  line-height: 1;
  white-space: nowrap;
  margin-top: 1px;
}

/* ── TABLET (768px – 1023px) ── */
@media (min-width: 768px) and (max-width: 1023px) {
  section.mobil-btnnn {
    display: block;
  }

  .new-footer-wrapper {
    max-width: 680px;
    height: 120px;
    bottom: 14px;
    width: calc(100% - 20px);
  }

  .new-footer-btn-new {
    padding: 0px 16px;
  }

  .nav-item-foot img.new-scfdd {
    width: 28px;
    height: 28px;
  }

  .nav-item-foot .nav-label,
  .nav-item-center .nav-label-center {
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  .scan-ring {
    width: 64px;
    height: 64px;
  }

  .scan-ring img {
    width: 70px;
    height: 70px;
  }

  .nav-item-center {
    bottom: 22px;
  }
}