@media (max-width: 768px) {
  .service-icon-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }
  .service-icon-item {
    padding: 20px 10px !important;
  }
  .service-icon-item i {
    font-size: 40px !important;
  }
  .service-icon-item h4 {
    font-size: 16px !important;
  }
  .service-icon-item p {
    font-size: 12px !important;
  }
  .service-icon-item .price-tag {
    font-size: 12px !important;
    padding: 4px 12px !important;
  }
  .featured-top {
    margin-top: -30px !important;
  }
  .request-form {
    padding: 20px 15px !important;
  }
  .request-form h2 {
    font-size: 24px !important;
  }
  .custom-input {
    height: 45px !important;
    font-size: 14px !important;
    padding-left: 40px !important;
  }
  .input-icon {
    top: 38px !important;
    font-size: 14px !important;
  }
  .custom-btn {
    height: 45px !important;
    font-size: 16px !important;
  }
  .heading-section h2 {
    font-size: 26px !important;
  }
  .heading-section .subheading {
    font-size: 14px !important;
  }
  .lead {
    font-size: 16px !important;
  }
  .car-wrap .text {
    padding: 15px !important;
  }
  .car-wrap h2 a {
    font-size: 18px !important;
  }
  .car-wrap .cat {
    font-size: 13px !important;
  }
  .car-wrap .price {
    font-size: 18px !important;
  }
  .car-wrap .btn {
    padding: 8px 12px !important;
    font-size: 13px !important;
  }
  .feature-box {
    padding: 30px 20px !important;
  }
  .feature-box h3 {
    font-size: 24px !important;
  }
  .feature-box p {
    font-size: 14px !important;
  }
  .feature-box .btn {
    padding: 12px 25px !important;
    font-size: 14px !important;
  }
  .safety-section {
    padding: 60px 20px !important;
  }
  .safety-section h2 {
    font-size: 28px !important;
  }
  .safety-section p {
    font-size: 16px !important;
  }
  .app-showcase {
    padding: 60px 0 !important;
  }
  .app-showcase .heading-section h2 {
    font-size: 28px !important;
  }
  .app-showcase .heading-section p {
    font-size: 16px !important;
  }
  .download-buttons .btn {
    padding: 12px 20px !important;
    font-size: 14px !important;
    margin-right: 8px !important;
  }
  .stats-badge {
    font-size: 14px !important;
    padding: 6px 15px !important;
  }
  .app-image {
    max-width: 70% !important;
  }
  .captain-section {
    padding: 60px 0 !important;
  }
  .benefit-list li {
    font-size: 14px !important;
  }
  .testimony-wrap {
    padding: 20px 15px !important;
  }
  .testimony-wrap p {
    font-size: 14px !important;
  }
  .testimony-wrap .name {
    font-size: 16px !important;
  }
  .block-18 .number {
    font-size: 28px !important;
  }
  .block-18 span {
    font-size: 13px !important;
  }
  .blog-entry .text {
    padding: 15px !important;
  }
  .blog-entry h3 a {
    font-size: 18px !important;
  }
  .blog-entry .btn {
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
  .ftco-footer-widget h2 {
    font-size: 20px !important;
  }
  .ftco-footer-widget ul li a {
    font-size: 14px !important;
    padding: 5px 0 !important;
  }
  .navbar-brand {
    font-size: 24px !important;
  }
  .navbar-toggler {
    padding: 4px 8px !important;
    font-size: 14px !important;
  }
  .nav-link {
    font-size: 15px !important;
    padding: 8px 15px !important;
  }
  .hero-wrap {
    min-height: 150px !important;
  }
}

/* EXISTING STYLES - KEPT EXACTLY */
.service-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}
.service-icon-item {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.service-icon-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(249, 109, 0, 0.15);
}
.service-icon-item i {
  font-size: 50px;
  color: #1089ff;
  margin-bottom: 15px;
}
.service-icon-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
}
.service-icon-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.service-icon-item .price-tag {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 15px;
  background: #1089ff;
  color: white;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}
.app-showcase {
  background: linear-gradient(135deg, #006cee 0%, #33b4ed 100%);

  padding: 100px 0;
  color: white;
}
.app-showcase .heading-section .subheading {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .index-banner-content {
    margin-top: -710px;
  }
}
@media (max-width: 991px) {
  .about-mission-mobile {
    margin-top: 25px;
  }
}
@media (min-width: 991px) {
  .index-banner-content {
    margin-top: -250px;
  }
}
.app-showcase .heading-section h2 {
  color: white;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}
.app-showcase .heading-section p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.8;
}
.download-buttons {
  margin-top: 40px;
}
.download-buttons .btn {
  background: white;
  color: #1089ff;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.download-buttons .btn:hover {
  background: #333;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.download-buttons .btn i {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
.app-image {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.app-image:hover {
  transform: scale(1.02);
}
.safety-section {
  background: #f8f9fa;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.safety-section:before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(249, 109, 0, 0.05);
  border-radius: 50%;
}
.captain-section {
  background: white;
  padding: 100px 0;
}
.feature-box {
  text-align: center;
  padding: 50px 30px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(16, 137, 255, 0.15);
}
.feature-box h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #333;
}
.feature-box p {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.feature-box .btn {
  background: #1089ff;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}
.feature-box .btn:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.app-mockup {
  position: relative;
  text-align: center;
}
.app-mockup img {
  max-width: 85%;
  border-radius: 30px;
}
.stats-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: white;
  font-weight: 600;
  margin-top: 20px;
}
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.benefit-list li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}
.benefit-list li i {
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
.price-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(249, 109, 0, 0.15);
}
.price-card h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.price-card .price {
  font-size: 36px;
  color: #1089ff;
  font-weight: 800;
  margin-bottom: 20px;
}
.price-card .price span {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
.custom-input {
  border: 2px solid #000000 !important;
  border-radius: 10px !important;
  padding-left: 45px !important;
  height: 48px !important;
}

.custom-input::placeholder {
  color: rgb(101, 101, 101) !important;
  font-size: 14px;
  opacity: 1;
}

.custom-input:focus {
  border-color: #1089ff;
  box-shadow: none;
}

/* icons inside input */
.input-icon {
  position: absolute;
  left: 15px;
  top: 38px;
  font-size: 16px;
}

.pickup-icon {
  color: black;
}

.drop-icon {
  color: black;
}

/* button border */
.custom-btn {
  border: 2px solid #1089ff;
  background: #1089ff;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  height: 50px;
}

.custom-btn:hover {
  background: #1089ff;
  color: white;
}
.request-form .form-control {
  border: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 40px !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 12px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.about-stats {
  background: linear-gradient(135deg, #006cee 0%, #33b4ed 100%);
  color: white;
  padding: 60px 0;
  margin-top: 50px;
}
.about-stats .stat-item {
  text-align: center;
}
.about-stats .stat-number {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}
.about-stats .stat-label {
  font-size: 18px;
  opacity: 0.9;
}
.mission-vision {
  padding: 80px 0;
  background: #f8f9fa;
}
.mission-box,
.vision-box {
  padding: 40px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.3s ease;
}
.mission-box:hover,
.vision-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(16, 137, 255, 0.15);
}
.mission-box h3,
.vision-box h3 {
  color: #1089ff;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
.value-item {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.value-item i {
  font-size: 48px;
  color: #1089ff;
  margin-bottom: 20px;
}
.value-item h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
.value-item p {
  color: #666;
  line-height: 1.8;
}
.team-section {
  padding: 80px 0;
}
.team-member {
  text-align: center;
  margin-bottom: 30px;
}
.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 5px solid #1089ff;
  padding: 5px;
}
.team-member h4 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}
.team-member p {
  color: #1089ff;
  margin-bottom: 10px;
}
.timeline {
  position: relative;
  padding: 40px 0;
}
.timeline-item {
  padding: 20px;
  margin-bottom: 30px;
  border-left: 3px solid #1089ff;
  position: relative;
}
.timeline-item:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 24px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1089ff;
}
.timeline-year {
  font-size: 24px;
  font-weight: 700;
  color: #1089ff;
  margin-bottom: 10px;
}
.btn, .btn.btn-primary {
  background: #003e7a !important;
  border: 1px solid #003e7a !important;
  color: #fff !important;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  padding: 0 15px;
  margin-bottom: 50px;
}

.contact-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(16, 137, 255, 0.4);
}

.contact-card .icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #006cee 0%, #33b4ed 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.contact-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(10deg);
}

.contact-card .icon-wrapper span {
  color: white;
  font-size: 36px;
}

.contact-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 700;
}

.contact-card .contact-link {
  font-size: 20px;
  color: #1089ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  word-break: break-word;
}

.contact-card .contact-link:hover {
  color: #1089ff;
}

.contact-card .address-text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  max-width: 250px;
  margin: 0 auto;
}

.contact-card .meta-text {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
}

.main-content {
  padding: 60px 0 80px;
  background: #f8f9fa;
}

.contact-form-wrapper {
  background: white;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 0 auto;
}

.contact-form-wrapper h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.contact-form-wrapper .subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
  font-size: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}

.form-control-modern {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-control-modern:focus {
  outline: none;
  border-color: #1089ff;
  background: white;
  box-shadow: 0 5px 15px rgba(249, 109, 0, 0.1);
}

.form-control-modern::placeholder {
  color: #aaa;
}

textarea.form-control-modern {
  height: 140px;
  resize: none;
}

.btn-submit-modern {
  background: linear-gradient(135deg, #006cee 0%, #33b4ed 100%);
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  letter-spacing: 1px;
}

.btn-submit-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(16, 137, 255, 0.4);
}

.map-container-modern {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.map-container-modern iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}

.quick-response {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #006cee 0%, #33b4ed 100%);
  border-radius: 15px;
  border-left: 4px solid #1089ff;
}

.quick-response p {
  margin: 0;
  color: #333;
  font-weight: 500;
}

.quick-response .badge {
  display: inline-block;
  padding: 5px 15px;
  background: #28a745;
  color: white;
  border-radius: 50px;
  font-size: 12px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    z-index: 0 !important;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .hero-wrap h1 {
    font-size: 32px;
  }
}
.service-category {
  padding: 80px 0;
  background: #f8f9fa;
}
.service-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(249, 109, 0, 0.15);
}
.service-card .service-icon {
  width: 80px;
  height: 80px;
  background: rgba(249, 109, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-card .service-icon i {
  font-size: 40px;
  color: #1089ff;
}
.service-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}
.service-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}
.service-card .price-tag {
  display: inline-block;
  padding: 8px 20px;
  background: #1089ff;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}
.service-card .features-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.service-card .features-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}
.service-card .features-list li i {
  color: #1089ff;
  margin-right: 10px;
  font-weight: bold;
}
.service-card .btn-book {
  background: transparent;
  border: 2px solid #1089ff;
  color: #1089ff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.service-card .btn-book:hover {
  background: #1089ff;
  color: white;
}
.featured-service {
  background: linear-gradient(135deg, #006cee 0%, #33b4ed 100%);
  color: white;
  padding: 60px 0;
}
.featured-service .service-icon i {
  color: white;
}
.download-app-section {
  padding: 80px 0;
}
.download-buttons .btn {
  background: #1089ff;
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.download-buttons .btn:hover {
  background: #333;
  transform: translateY(-3px);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #002c69 !important;
  }
}
.privacy-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.privacy-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  margin: 0 auto;
}

.privacy-header {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #1089ff;
  padding-bottom: 20px;
}

.privacy-header h1 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.privacy-header p {
  color: #666;
  font-size: 16px;
}

.privacy-header .last-updated {
  color: #1089ff;
  font-weight: 600;
  margin-top: 10px;
}

.privacy-content {
  color: #444;
}

.privacy-section-block {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.privacy-section-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.privacy-section-block h2 {
  font-size: 24px;
  color: #1089ff;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.privacy-section-block h2 .section-icon {
  width: 40px;
  height: 40px;
  background: rgba(16, 137, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #1089ff;
  font-size: 20px;
}

.privacy-section-block h3 {
  font-size: 18px;
  color: #333;
  margin: 20px 0 10px;
  font-weight: 600;
}

.privacy-section-block p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
}

.privacy-section-block ul,
.privacy-section-block ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.privacy-section-block li {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #555;
}

.privacy-section-block li strong {
  color: #1089ff;
}

.privacy-highlight {
  background: #eaf4ff;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #1089ff;
  margin: 20px 0;
}

.privacy-highlight p {
  margin-bottom: 0;
  color: #333;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.privacy-table th {
  background: #1089ff;
  color: white;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

.privacy-table td {
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.privacy-table tr:nth-child(even) {
  background: #f8f9fa;
}

.data-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.data-type-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.data-type-card h4 {
  color: #1089ff;
  margin-bottom: 10px;
  font-weight: 600;
}

.data-type-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.cookie-settings {
  background: linear-gradient(135deg, #eaf4ff 0%, #ffe6d5 100%);
  padding: 30px;
  border-radius: 15px;
  margin: 30px 0;
}

.cookie-settings h3 {
  color: #333;
  margin-bottom: 20px;
}

.cookie-option {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background: white;
  border-radius: 8px;
}

.cookie-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  accent-color: #1089ff;
}

.cookie-option label {
  flex: 1;
  margin: 0;
  font-weight: 500;
}

.cookie-option .cookie-desc {
  color: #666;
  font-size: 13px;
}

.btn-save-cookies {
  background: #1089ff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-save-cookies:hover {
  background: #333;
}

.privacy-nav {
  position: sticky;
  top: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.privacy-nav h4 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.privacy-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.privacy-nav li {
  margin-bottom: 10px;
}

.privacy-nav a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
}

.privacy-nav a:hover {
  color: #1089ff;
  background: #eaf4ff;
  padding-left: 25px;
}

.privacy-nav a.active {
  color: #1089ff;
  font-weight: 600;
  background: #eaf4ff;
}

.download-privacy {
  text-align: right;
  margin-bottom: 20px;
}

.btn-download {
  background: transparent;
  border: 2px solid #1089ff;
  color: #1089ff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-download:hover {
  background: #1089ff;
  color: white;
}

.contact-privacy {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
}

.contact-privacy h3 {
  color: #333;
  margin-bottom: 20px;
}

.contact-privacy .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-privacy .contact-item .icon {
  width: 40px;
  height: 40px;
  background: #1089ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
}

@media (max-width: 768px) {
  .privacy-container {
    padding: 30px 20px;
  }

  .privacy-header h1 {
    font-size: 28px;
  }

  .privacy-section-block h2 {
    font-size: 20px;
  }

  .data-type-grid {
    grid-template-columns: 1fr;
  }
}
.terms-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.terms-container {
  background: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  margin: 0 auto;
}

.terms-header {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #1089ff;
  padding-bottom: 20px;
}

.terms-header h1 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.terms-header p {
  color: #666;
  font-size: 16px;
}

.terms-header .last-updated {
  color: #1089ff;
  font-weight: 600;
  margin-top: 10px;
}

.terms-content {
  color: #444;
}

.terms-section-block {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.terms-section-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.terms-section-block h2 {
  font-size: 24px;
  color: #1089ff;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.terms-section-block h2 .section-icon {
  width: 40px;
  height: 40px;
  background: rgba(16, 137, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #1089ff;
  font-size: 20px;
}

.terms-section-block h3 {
  font-size: 18px;
  color: #333;
  margin: 20px 0 10px;
  font-weight: 600;
}

.terms-section-block p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
}

.terms-section-block ul,
.terms-section-block ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.terms-section-block li {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #555;
}

.terms-section-block li strong {
  color: #1089ff;
}

.terms-highlight {
  background: #eaf4ff;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #1089ff;
  margin: 20px 0;
}

.terms-highlight p {
  margin-bottom: 0;
  color: #333;
}

.terms-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.terms-table th {
  background: #1089ff;
  color: white;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

.terms-table td {
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.terms-table tr:nth-child(even) {
  background: #f8f9fa;
}

.acceptance-section {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(135deg, #eaf4ff 0%, #ffe6d5 100%);
  border-radius: 15px;
  text-align: center;
}

.acceptance-section p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.btn-accept {
  background: #1089ff;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-accept:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(249, 109, 0, 0.3);
}

.terms-nav {
  position: sticky;
  top: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.terms-nav h4 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

.terms-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-nav li {
  margin-bottom: 10px;
}

.terms-nav a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
}

.terms-nav a:hover {
  color: #1089ff;
  background: #eaf4ff;
  padding-left: 25px;
}

.terms-nav a.active {
  color: #1089ff;
  font-weight: 600;
  background: #eaf4ff;
}

.download-terms {
  text-align: right;
  margin-bottom: 20px;
}

.btn-download {
  background: transparent;
  border: 2px solid #1089ff;
  color: #1089ff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-download:hover {
  background: #1089ff;
  color: white;
}

@media (max-width: 768px) {
  .terms-container {
    padding: 30px 20px;
  }

  .terms-header h1 {
    font-size: 28px;
  }

  .terms-section-block h2 {
    font-size: 20px;
  }
}
.faq-section {
  padding: 80px 0;
  background: #f8f9fa;
}

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

.faq-header h1 {
  font-size: 42px;
  color: #333;
  font-weight: 800;
  margin-bottom: 15px;
}

.faq-header p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.faq-search {
  max-width: 600px;
  margin: 30px auto;
  position: relative;
}

.faq-search input {
  width: 100%;
  padding: 18px 25px;
  padding-left: 55px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(16, 137, 255, 0.25);
  font-size: 16px;
  transition: all 0.3s ease;
}

.faq-search input:focus {
  outline: none;
  box-shadow: 0 10px 25px rgba(16, 137, 255, 0.25);
  border-color: #1089ff;
}

.faq-search i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #1089ff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.faq-search i.fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.faq-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 40px 0;
}

.faq-category-btn {
  padding: 12px 28px;
  border: 2px solid #1089ff;
  background: transparent;
  color: #1089ff;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 15px;
}

.faq-category-btn:hover,
.faq-category-btn.active {
  background: #1089ff;
  color: white;
  transform: scale(1.05);
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  min-height: 400px;
}

.faq-category-section {
  margin-bottom: 50px;
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: opacity 0.2s ease;
}

.faq-category-section[style*="display: none"] {
  display: none !important;
}

.faq-category-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #1089ff;
}

.faq-category-title .icon {
  width: 50px;
  height: 50px;
  background: rgba(16, 137, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #1089ff;
  font-size: 24px;
}

.faq-category-title h2 {
  font-size: 28px;
  color: #333;
  margin: 0;
  font-weight: 700;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq-item[style*="display: none"] {
  display: none !important;
}

.faq-item:hover {
  box-shadow: 0 5px 15px rgba(16, 137, 255, 0.1);
  border-color: #1089ff;
}

.faq-question {
  padding: 18px 25px;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}

.faq-question.active {
  background: linear-gradient(135deg, #1089ff 0%, #0d6efd 100%);
}

.faq-question h3 {
  font-size: 17px;
  color: #333;
  margin: 0;
  font-weight: 600;
  flex: 1;
  padding-right: 15px;
}
.faq-question.active h3 {
  color: #fff !important;
}

.faq-question .arrow {
  width: 30px;
  height: 30px;
  background: #1089ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
  background: #333;
}

.faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  background: #f8f9fa;
}

.faq-answer.show {
  padding: 20px 25px;
  max-height: 500px;
}

.faq-answer p {
  margin: 0 0 10px;
  color: #555;
  line-height: 1.8;
}

.faq-answer ul,
.faq-answer ol {
  margin: 10px 0;
  padding-left: 20px;
}

.faq-answer li {
  margin-bottom: 5px;
  color: #555;
}

.faq-highlight {
  background: #1089ff;
  color: white;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 11px;
  margin-left: 10px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.still-have-questions {
  background: white;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.still-have-questions h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}

.still-have-questions p {
  color: #666;
  max-width: 500px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.contact-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-option {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background: #f8f9fa;
  border-radius: 50px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  font-weight: 500;
}

.contact-option:hover {
  background: #1089ff;
  color: white;
  transform: translateY(-3px);
}

.contact-option i {
  font-size: 18px;
  margin-right: 10px;
  color: #1089ff;
}

.contact-option:hover i {
  color: white;
}

.popular-topics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.popular-topic {
  background: white;
  padding: 25px 15px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
}

.popular-topic:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(16, 137, 255, 0.25);
}

.popular-topic i {
  font-size: 28px;
  color: #1089ff;
  margin-bottom: 10px;
  display: block;
}

.popular-topic h4 {
  font-size: 15px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.result-count {
  text-align: center;
  margin: 20px 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.result-count span {
  color: #1089ff;
  font-weight: 700;
  font-size: 18px;
}

.no-results {
  text-align: center;
  padding: 50px;
  background: white;
  border-radius: 20px;
  margin: 30px 0;
  display: none;
}

.no-results.show {
  display: block;
}

.no-results i {
  font-size: 60px;
  color: #1089ff;
  margin-bottom: 20px;
}

.no-results h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.no-results p {
  color: #666;
  margin-bottom: 20px;
}

/* Loading spinner */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #1089ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@media (max-width: 768px) {
  .faq-header h1 {
    font-size: 32px;
  }

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

  .faq-category-title h2 {
    font-size: 22px;
  }

  .still-have-questions {
    padding: 30px 20px;
  }

  .faq-categories {
    gap: 8px;
  }

  .faq-category-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}
