@font-face {
  font-family: "Lufga-Medium";
  src: url("../fonts/Lufga-Medium.eot");
  src: url("../fonts/Lufga-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lufga-Medium.woff2") format("woff2"),
    url("../fonts/Lufga-Medium.woff") format("woff"),
    url("../fonts/Lufga-Medium.ttf") format("truetype"),
    url("../fonts/Lufga-Medium.svg#Lufga-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lufga-Regular";
  src: url("../fonts/Lufga-Regular.eot");
  src: url("../fonts/Lufga-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lufga-Regular.woff2") format("woff2"),
    url("../fonts/Lufga-Regular.woff") format("woff"),
    url("../fonts/Lufga-Regular.ttf") format("truetype"),
    url("../fonts/Lufga-Regular.svg#Lufga-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lufga-Regular";
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.5rem;
}

/* === HERO SECTION === */
.hero-section {
  background-image: url("../images/header.png");
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: #fff;
  padding-bottom: 35rem;
}

.main-logo {
  height: 75px;
}

.navbar .nav-link {
  color: #fff;
  margin-right: 20px;
}

.navbar .nav-link:hover {
  color: #28a745;
}

.btn.btn-book {
  background-color: #28a745;
  color: #fff;
  border-radius: 12px;
  padding: 6px 20px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.hero-subtitle {
  font-size: 1.125rem;
  text-align: center;
  max-width: 720px;
  margin: 1rem auto 2rem;
  color: #ccc;
}

.btn.btn-cta {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn.btn-cta .icon {
  background-color: #28a745;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

/* === ABOUT SECTION === */
.about-section {
  background-color: #fff;
  color: #000;
  padding: 4rem 1rem;
}

.about-section .section-title {
  color: #28a745;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}

.about-section h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 700;
}

.about-section p.lead {
  text-align: center;
  max-width: 760px;
  margin: 1rem auto 3rem;
  color: #555;
}

.about-img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.about-box h4 {
  font-weight: 600;
  margin-top: 1rem;
}

.about-box p {
  font-size: 0.95rem;
  color: #444;
}

.how-it-works .nav-link {
  background-color: #e9ecef;
  color: #333;
  font-size: 1rem;
}

.how-it-works .nav-link.active {
  background-color: #000 !important;
}

.how-it-works .carousel-inner img {
  height: 440px;
  object-fit: contain;
  border-radius: 20px;
}

.steps h6 {
  font-size: 0.95rem;
}

.steps p {
  font-size: 0.85rem;
}

.step-tabs .step-item {
  padding-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.step-tabs .step-border {
  height: 3px;
  width: 80%;
  margin: 0 auto;
  background-color: #e0e0e0;
  border-radius: 5px;
}

.step-tabs .step-item.active .step-border {
  background-color: #00b341;
}

.fade-img {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.fade-img.fade-out {
  opacity: 0;
}

.tab-content .rounded-circle {
  background-color: rgb(0 0 0) !important;
  height: 45px;
  width: 45px;
  background-size: 20px;
}

/* === DISASTER SECTION === */
.disaster-section {
  background-color: #000;
  color: #fff;
  padding: 4rem 1rem;
}

.disaster-section .card-dark {
  background-color: #1b1b1b;
  border-radius: 20px;
}
.p-4.card-dark {
  min-height: 194px;
}
.avatar-group img {
  border: 2px solid #000;
}

.feature-section h2 {
  font-size: 2.25rem;
}

.feature-section .bg-light {
  background-color: #f8f9fa !important;
}

/* === TESTIMONIALS SECTION === */
.testimonial-card {
  background-color: #fff;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.testimonial-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.testimonial-card h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.testimonial-card p {
  font-size: 0.9rem;
  color: #6c757d;
}

.rounded-arrow {
  height: 45px;
  width: 45px;
}

.easy-booking-section {
  background-color: #f8f9fa;
}
.easy-booking {
  padding-left: 4rem;
}
.booking-img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  object-fit: cover;
}

.bg-dark-subtle,
.bg-subtle {
  background-color: #1e1e1e;
}
.white-space-nowrap {
  white-space: nowrap;
}

.faq-section .accordion-button {
  font-weight: 500;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 1rem !important;
  box-shadow: none;
  transition: background-color 0.2s ease;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
}

.faq-section .accordion-body {
  padding-top: 0;
  font-size: 0.95rem;
}

.contact-section input,
.contact-section textarea,
.contact-section .form-control {
  background-color: #f2f2f2;
  border: none;
  font-size: 0.95rem;
}

.contact-section .form-label {
  font-weight: 500;
}

.contact-section .input-group-text {
  border: none;
  background-color: #f2f2f2;
}

.footer-logo {
  height: 80px;
}

.footer-section {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-section i.bi {
  color: #fff;
  transition: color 0.2s;
}

.footer-section i.bi:hover {
  color: #28a745;
}
.col-md.footer-menu{
  padding-left: 60px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  .easy-booking {
    padding: 2rem;
  }
}
