.about-section {
  background-color: #111; /* dark background */
      padding-top:104px;
      padding-bottom:30px;
    background: url(../images/bgforall.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    width: 95%;
    margin: auto;
    height: 300px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.about-image img{
  display: none;
}

.logo-slider {
  overflow: hidden;
  margin: 40px auto;
  padding: 20px 0;
  max-width: 100%;
  position: relative;
  background-color: #0d0d0d;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 20s linear infinite;
  gap: 60px;
  align-items: center;
}

.logo-track img {
  height: 50px;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.logo-track img:hover {
  transform: scale(1.05);
  opacity: 1;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .dome-bg-left,
  .dome-bg-right {
    width: 100px;
  }

  .logo-track {
    gap: 30px;
  }

  .logo-track img {
    height: 40px;
  }
  .about-section {
    display: flex;
    flex-direction: column-reverse;
    background-image: none; 
    /* Remove background image */
    margin-bottom: 320px !important;
  }

  .about-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-image img {
    width: 100%;
    position: relative;
    bottom: 190px;
    display: inline-block !important;
  }
  .about-text {
    background-color: #1d1d1d;
    border-radius: 10px;
    padding: 30px;
    max-width: 451px;
    flex: 1;
    color: #eee;
    position: relative;
    left: 0px !important;
    top: 515px !important;
}
}

.about-text {
 background-color: #1d1d1d;
    border-radius: 10px;
    padding: 30px;
    max-width: 451px;
    flex: 1;
    color: #eee;
    position: relative;
    left: -119px;
    top: -70px;
}

.about-badge {
  display: inline-block;
  background-color: #BD9C6A;
  color: #000;
  padding: 6px 14px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

.about-text h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.about-text p {
  line-height: 2.3;
  font-size: 15px;
  color: #ccc;
}

.about-image {
  flex: 1;
  max-width: 550px;
  text-align: center;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
  }

  .about-text, .about-image {
    max-width: 100%;
  }

  .about-text {
    text-align: center;
  }
}


.rates-section {
  padding: 60px 20px;
  text-align: center;
}

/* Search Bar */
.search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.search-bar input {
  padding: 19px 20px;
  border-radius: 25px;
  border: 1px solid #333;
  background-color: #0f0f0f;
  color: #fff;
  width: 650px;
  max-width: 90%;
  outline: none;
}

.search-bar button {
  padding: 12px 20px;
  border-radius: 25px;
  background: linear-gradient(to right, #d5a44b, #e6c37f);
  border: none;
  color: #000;
  position: relative;
  right: 186px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/* Table Title */
.section-title {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: 1.5rem;
}

/* Table */
.table-wrapper {
  overflow-x: auto;
}

.rates-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  background-color: #121212;
  color: #fff;
}

.rates-table thead {
  background-color: #001b59;
}

.rates-table th, .rates-table td {
  padding: 14px 20px;
  text-align: left;
  font-size: 0.95rem;
  border-bottom: 1px solid #2a2a2a;
}

.rates-table th {
  color: #fff;
  font-weight: 600;
}

.rates-table tbody tr:last-child td {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    text-align: center;
    color: #BD9C6A;
  }
.rates-section{
  padding: 0px 20px !important;
}
.search-bar button{
      right: -86px !important;
    bottom: 56px !important;
}
  .rates-table th, .rates-table td {
    font-size: 0.85rem;
    padding: 12px;
  }
}





  .pricing-section {
      padding: 80px 20px;
      text-align: center;
      color: #fff;
    }

    .pricing-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 100px;
    }

    .highlight-pill {
      background: #002b80;
      color: #fff;
      padding: 4px 14px;
      border-radius: 6px;
      margin-left: 10px;
    }

    .pricing-section {
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

/* Fix pricing slider overflow */
.pricing-slider {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; /* prevent vertical scroll */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 0 10px 20px;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
}

/* Card width adjustment */
.pricing-card {
  background: #001A4B;
  padding: 30px 20px;
  border-radius: 16px;
  /* width: 260px; */
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
  color: #fff;
  flex: 0 0 80%;
  max-width: 100%;
  scroll-snap-align: center;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

    .pricing-card.active {
      transform: scale(1.18);
      z-index: 1;
    }

    .pricing-card h3 {
      font-size: 1.2rem;
      margin-bottom: 15px;
    }

    .price {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 15px;
      color: rgba(189, 156, 106, 1);
    }

    .price s {
      font-size: 0.9rem;
      color: #999;
    }

    .price small {
      font-size: 0.9rem;
      color: #ccc;
    }

    .pricing-card ul {
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
    }

    .pricing-card ul li {
      margin: 8px 0;
      font-size: 0.95rem;
    }

    .buy-btn {
      background: rgba(189, 156, 106, 1);
      color: #000;
      padding: 10px 22px;
      border: none;
      border-radius: 25px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .buy-btn:hover {
      background: #e0b843;
    }

    .read-more {
      margin-top: 70px;
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      padding: 10px 26px;
      border-radius: 50px;
      font-size: 1rem;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .read-more:hover {
      background: #fff;
      color: #000;
    }

    .pricing-nav {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .nav-btn {
      background-color: rgba(189, 156, 106, 1);
      border: none;
      color: black;
      font-size: 1.5rem;
      padding: 10px 18px;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .nav-btn:hover {
      background-color: #e0b843;
    }

   /* Responsive steps */
@media (min-width: 600px) {
  .pricing-card {
    flex: 0 0 60%;
  }
}

@media (min-width: 900px) {
  .pricing-card {
    flex: 0 0 30%;
  }
}

/* Hide native scrollbars (optional but cleaner) */
.pricing-slider::-webkit-scrollbar {
  display: none;
}

.pricing-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1340px) {
  .about-text{
    left:0px !important;
  }
}