html {
  height: 100%;

  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans', sans-serif;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, .call-btn {
  font-family: 'Noto Sans', sans-serif;
}

    .hero-section {
      /*background: url('https://dreamstour.dreamstechnologies.com/html/assets/img/banner/banner-01.jpg') center center / cover no-repeat;*/
        background: url('../images/logo/banner.webp') center center / cover no-repeat;
      color: white;
      min-height: 100vh;
      position: relative;
    }

       .hero-section2 {
      /*background: url('https://dreamstour.dreamstechnologies.com/html/assets/img/banner/banner-01.jpg') center center / cover no-repeat;*/
        background: url('../images/logo/banner2.webp') center center / cover no-repeat;
      color: white;
      min-height: 40vh;
      position: relative;
    }

 .overlay2 {
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      padding: 10px 0 80px;
      height: 40vh;
    }
    .overlay {
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      padding: 10px 0 80px;
      height: auto;
    }

    .topbar {
      font-size: 0.875rem;
    }

    @media (max-width: 767px) {
      .topbar .email-section {
        display: none;
      }

      .topbar .phone-section {
        width: 100%;
        text-align: center;
      }
      .main-title{

        font-size: 24px!important;
        line-height: 1.7!important;
    }
   
    .carousel-control-prev {
  width: auto!important;
      left: 0px!important;
}
.carousel-control-next {
  width: auto!important;
      right: 0px!important;
}

    }

    .navbar {
      margin-bottom: 20px;
    }

    .navbar-nav {
      margin: 0 auto;
    }

    .nav-item.dropdown:hover .dropdown-menu {
      display: block;
    }

    .navbar-dark .navbar-nav .nav-link {
      color: white;
      padding: 8px 15px;
    }

    .main-title {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.7;
    }

    .sub-title {
      font-size: 1.1rem;
      color: #ccc;
    }

   .search-box {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.fancy-input {
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: 0.3s;
}

.fancy-input:focus {
  border-color: #ff4c4c;
  box-shadow: 0 0 0 0.15rem rgba(255, 76, 76, 0.25);
}

.custom-radio .form-check-label {
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 25px;
  border: 1px solid #ddd;
  transition: background 0.3s, color 0.3s;
}

.custom-radio .form-check-input:checked + .form-check-label {
  background-color: #dc3545;
  color: white;
}

.custom-radio .form-check-label i {
  margin-right: 6px;
}

.animated-btn {
  transition: background 0.3s, transform 0.3s;
}

.animated-btn:hover {
  background-color: #c82333;
  transform: scale(1.05);
}

/* Optional animation class */
.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


    #form-t{
      color: #000;
    }

    .traveller-box {
    position: absolute;
    background: white;
    z-index: 1000;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }

  .traveller-dropdown-toggle {
    cursor: pointer;
    background-color: #fff;
  }

  .traveller-box label {
    margin-bottom: 4px;
    font-weight: 500;
    color: #000;
  }

  .traveller-box .btn-sm {
    width: 30px;
    height: 30px;
    padding: 0;
  }

  #adultCount{
    color: #000;
  }
  #childCount{
    color: #000;

  }
  .form-label{
    color: #000;
  }

  .custom-radio .form-check-input {
  margin-right: 6px;
  margin-top: 12px;
}
.custom-radio label {
  cursor: pointer;
}

.location-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.card-body.bg-gradient-dark {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
  padding-bottom: 20px; /* Default padding */
  transition: padding-bottom 0.4s ease;
}

.location-card:hover .card-body.bg-gradient-dark {
  padding-bottom: 100px; /* On hover */
}


.hover-info {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  padding: 12px 0;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  z-index: 3;
}

.location-card:hover .hover-info {
  opacity: 1;
  transform: translateY(0%);
}
/*.carousel-control-prev {
  width: auto!important;
      left: -45px!important;
}
.carousel-control-next {
  width: auto!important;
      right: -45px!important;
}*/
.benefits-section2 {
 
  width: 100%;
  margin: auto;

  background-image: url('../images/logo/bg.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  color: #fff; /* Optional: Make text white for better contrast */
}
.benefits-section {
  padding: 70px 20px;
  text-align: center;
  max-width: 1200px;
  margin: auto;

}


    .benefits-section2 h2 {
      font-size: 32px;
      /*font-weight: bold;*/
      color: #212529;
    }

    .benefits-section h2 span {
      color: #e63946;
      text-decoration: underline;
      text-underline-offset: 6px;
    }

    .benefits-section p.subtitle {
      color: #555;
      font-size: 18px;
      margin-top: 10px;
      margin-bottom: 40px;
    }

    .benefits-row {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .benefit-card {
      background: #fff;
      flex: 1 1 calc(33.333% - 20px);
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .benefit-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .benefit-icon {
      font-size: 30px;
      background: #eee;
      color: #333;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }

    .benefit-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
          color: #ff4d4d;
    }

    .benefit-text {
      font-size: 15px;
      color: #666;
    }

    @media (max-width: 900px) {
      .benefit-card {
        flex: 1 1 100%;
      }
         .flight-deals {
  background-color: #f8f9fa;
  padding: 70px 20px!important;
}
.parallax-content h1 {
    font-size: 2rem!important;
    margin-bottom: 1rem;
}


    }

    .flight-deals {
  background-color: #f8f9fa;
  padding: 70px 50px;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #111;
}

.subtitle {
    color: #555;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}


.deals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
}

.deal-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 4px solid #0077cc;
}

.airline-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.airline-info img {
  height: 30px;
  width: auto;
}

.flight-dates {
  font-size: 14px;
  color: #444;
}

.flight-route {
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
}

.trip-type {
  font-size: 14px;
  color: #666;
}

.price {
  font-size: 20px;
  color: #e60000;
  font-weight: bold;
}

.disclaimer {
  background: #fff;
  margin-top: 30px;
  padding: 16px 20px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #444;
}

.disclaimer a {
  color: #ff8a00;
  text-decoration: underline;
}

#airfare h2 span {
    color: #e63946;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.trending-flights {
  padding: 60px 20px;
  background: #fff;

}

/*.section-title {
  font-size: 2.2rem;
  text-align: center;
  color: #222;
}*/

.section-title span {
  color: #d63031;
  text-decoration: underline;
}

.section-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}

.category-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.category-tabs button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  background: transparent;
  color: #444;
  cursor: pointer;
  transition: 0.2s;
}

.category-tabs button.active {
  background: #d63031;
  color: white;
}

.flight-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.flight-card {
  background: #f9f9f9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.flight-img {
  position: relative;
}

.flight-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  color: white;
}

.badge-blue {
  background-color: #5f27cd;
}

.rating {
  position: absolute;
  top: 10px;
  right: 10px;
  background: gold;
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: bold;
}

.flight-info {
  padding: 15px;
}

.route {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.flight-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #222;
  text-align: center;
}

.airline {
  text-align: center;
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
}

.dates {
  background: #eef2f7;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.price strong {
  color: #e74c3c;
}

.seats {
  font-weight: 600;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 8px;
}

.seats.green {
  background: #d4f8e8;
  color: #27ae60;
}

.agent-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}


.swiper {
  padding-bottom: 40px;
  position: relative;
}

.swiper-slide {
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #d63031;
  top: 40%;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}



.counter-section {
  position: relative;
  background: #f4f7fa;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.counter-box {
  background: linear-gradient(to right, #f8fcff, #fff8f6);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.counter-item {
  text-align: center;
  min-width: 180px;
}

.counter-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.counter-value {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
}

/* Colored labels */
.counter-label.green { color: #00a37a; }
.counter-label.purple { color: #6c5ce7; }
.counter-label.pink { color: #e84393; }
.counter-label.blue { color: #0984e3; }

/* Side angled ribbons */
.angled-ribbon {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 20px;
  background: #00bcd4;
  transform: rotate(-15deg);
  z-index: 0;
}

.angled-ribbon.right {
  right: 0;
  background: #e74c3c;
  transform: rotate(213deg);
}

.angled-ribbon.left {
  left: 0;
}
.parallax-hero {
  position: relative;
  display: flex;
  align-items: center;         /* Vertically center content */
  justify-content: center;     /* Horizontally center content */
  min-height: 60vh;           /* Full viewport height */
  text-align: center;
  color: white;
  z-index: 1;
  overflow: hidden;
}

.parallax-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../images/logo/vacation.webp');


  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: -1;
}

.parallax-content {
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 30px;
  border-radius: 10px;
  max-width: 600px;
}

.parallax-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.parallax-content p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.btn {
  background-color: #ff4d4d;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #cc0000;
}


.faq-section {
  padding: 60px 20px 0px;

  text-align: center;
  background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/logo/faq-bg.png);
}

.faq-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding: 60px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(40px);
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #555;
  line-height: 1.6;
}


.subscribe-section {
  background-color: #ffeeec;
  padding: 60px 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;

}

.subscribe-content h2 {
  font-size: 2.2rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 10px;
}

.subscribe-content p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
}

.subscribe-form .input-group {
  background: white;
  border: 2px solid #ffd6d1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 8px 15px;
  box-shadow: 0 0 10px rgba(255, 77, 77, 0.05);
}

.input-icon {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #888;
}

.subscribe-form input[type="email"] {
  border: none;
  outline: none;
  flex: 1;
  padding: 10px 15px;
  font-size: 1rem;
  color: #333;
}

.subscribe-form button {
  background-color: #ff4d4d;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #cc3c2e;
}


.footer {
  background-color: #f3f6f9;
  padding: 50px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.footer-column h4 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #111;
  position: relative;
  padding-bottom: 6px;
}

.footer-column h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #e94040;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #e94040;
}

.footer-disclaimer {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  line-height: 1.5;
  padding: 0 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}


.marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #ff4d4d; /* Red background */
  padding: 10px 0;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


.about-us-section{
  padding: 50px 0px;
}
.breadcrumb-content h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.breadcrumb-content p a {
  color: #ffffffcc;
  text-decoration: underline;
}

/* About Us Section */
.about-us-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.about-us-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}

/* Why Choose Us Section */
.why-choose-us {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.why-choose-us h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.feature-box {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 300px;
}

.feature-box i {
  font-size: 30px;
  color: #0077cc;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, #0077cc, #00aaff);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.cta-section .btn {
  background-color: white;
  color: #0077cc;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-section .btn:hover {
  background-color: #f0f0f0;
}




/* Contact Section */
.contact-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info, .contact-form {
  flex: 1 1 45%;
}

.contact-info h2,
.contact-form h2 {
  margin-bottom: 20px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info ul li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #333;
}

.contact-info ul i {
  margin-right: 10px;
  color: #ff4d4d;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form form .btn {
  background: #ff4d4d;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.contact-form form .btn:hover {
  background: #005fa3;
}

/* Vision & Mission Section */
.vision-mission {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.vm-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.vm-box {
  flex: 1 1 45%;
  background: #f3f3f3;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.vm-box h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, #0077cc, #00aaff);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.cta-section .btn {
  background-color: white;
  color: #0077cc;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.cta-section .btn:hover {
  background-color: #f0f0f0;
}

.destination-intro {
  padding: 60px 20px;
  background-color: #f1f1f1;
  text-align: center;
}

.destination-intro .container {
  max-width: 1000px;
  margin: 0 auto;
}

.destination-intro h2 {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

.destination-intro p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}



.privacy-policy {
  padding: 60px 20px;
  background-color: #ffffff;
  color: #333;
}

.privacy-policy .container {
  max-width: 900px;
  margin: 0 auto;
}

.privacy-policy h1 {
  font-size: 2rem;
  color: #ff4d4d;
  margin-bottom: 20px;
}

.privacy-policy h2 {
  font-size: 1.6rem;
  margin-top: 30px;
  color: #ff4d4d;
}

.privacy-policy p, .privacy-policy ul {
  font-size: 1.05rem;
  line-height: 1.8;
}

.privacy-policy address {
  font-style: normal;
  margin-top: 20px;
}




.terms-conditions {
  padding: 60px 20px;
  background-color: #f9f9f9;
  color: #333;
}

.terms-conditions .container {
  max-width: 900px;
  margin: 0 auto;
}

.terms-conditions h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff4d4d;
}

.terms-conditions h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  color: #ff4d4d;
}

.terms-conditions p, .terms-conditions ul {
  font-size: 1.05rem;
  line-height: 1.8;
}

.terms-conditions address {
  font-style: normal;
  margin-top: 20px;
}


.refund-policy {
  padding: 60px 20px;
  background-color: #fff;
  color: #333;
}

.refund-policy .container {
  max-width: 900px;
  margin: 0 auto;
}

.refund-policy h1 {
  font-size: 2rem;
  color: #ff4d4d;
  margin-bottom: 25px;
}

.refund-policy h2 {
  font-size: 1.4rem;
  color: #ff4d4d;
  margin-top: 30px;
}

.refund-policy p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.refund-policy address {
  font-style: normal;
  margin-top: 20px;
}
