/* NAVBAR */
.navbar{
  width:100%;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.nav-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px;
}
nav a{
  margin:0 15px;
  text-decoration:none;
  color:#222;
  font-weight:500;
}
.nav-btn{
  background:#00a7c4;
  color:#fff;
  padding:8px 15px;
  border-radius:20px;
}


.country {
    margin-left: 18px;   /* SPACE HERE */
    font-weight: 600;
    font-size: 10px;
}
/* HERO */
.hero {
    width: 100%;
    display: flex;
    align-items: center;
    url("/assets/images/back3.jpg") position:relative;
    background-image: linear-gradient( rgba(0,0,0,0.45), rgba(0,0,0,0.45) ), url("/assets/images/Mask-group.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.trip-type {
  margin-top: 8px;
  text-align: left;
  display:flex;
    gap:30px;
}
.search-card {
  background: #fff;
  color: #000;
  border-radius: 0px;
  padding: 15px 25px;
  margin-top: 0px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 5px 9px 0px slategray;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
}
.hero-content{
  position:relative;
  max-width:1200px;
  margin:auto;
  color:#fff;
  padding:20px;
}

.logo img {
    height: 40px;
    width: auto;
    display: block;
}

.hero h1{
  font-size:60px;
  line-height:1.2;
}
.hero p{
  font-size:26px;
  max-width:1196px;
  margin:15px 0 30px;
}

/* SEARCH */

 .from-to-wrap{
  display:flex;
  direction: row ;
  align-items:center;
  gap:14px;
}

.search-box {
    background: #F8FAFB;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 3fr auto 3fr auto 2fr auto 2fr auto 2fr 2fr;
    gap: 10px;
    padding: 15px;
    margin-top: 25px;
    color: black;
}
.search-item{
  font-size:14px;/* Wrappers */
}
.row-item{
  display:flex;
  align-items:center;
  gap:14px;
}

.col-item{
  display:flex;
  align-items:center;
}

/* Horizontal separator */
.h-line{
  height:2px;
  width:28px;
  background: #061728;
  flex-shrink:0; 
  margin:0 12px;
}

/* Vertical separator */
.v-line {
    width: 2px;
    height: 33px;
    background: #061728;
    margin: 0 12px 0 0;
    flex-shrink: 0;
}


.search-btn{
  background:#00a7c4;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
}

.destinations-wrapper {
  background:url("/assets/images/back.jpg") center/cover no-repeat;
}
/* DESTINATION */
.destinations {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 0px 80px;
    gap: 40px;
    padding: 80px 20px;
}

.dest-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
}
.dest-card{
  background:#fff;
  
  border-radius:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.05);
  
}

/* AIRLINES */
.airlines{
  text-align:center;
  padding:80px 20px;
}
.air-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:100px;
   max-width: 1990px;
  margin:auto;
}
.air-card{
  
   
   
  box-shadow:0 10px 28px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  gap:14px;
  transition:0.3s ease;
   width: 281px;
  height: 353px;



background: #FFFFFF;
border: 1px solid rgba(54, 58, 237, 0.2);
box-shadow: -5px 13px 25px rgba(0, 0, 0, 0.2);
border-radius: 10px;

  
}

 

/* Row 1 */
.air-top{
 display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #112F4E;
  margin: 8px;
  
  height: 53px;
}

/* Row 2 */
.air-middle{
      display: grid;
    grid-template-columns: 60px 1fr;
    /* gap: 14px; */
    align-items: center;
    height: auto;
    flex: 1;
}

/* Image */
.air-img img{
     height: 140px;
    object-fit: cover;
    /* border-radius: 12px; */
    padding: 0px 20px;
}


/* Info column */
.air-info{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.air-title{
  font-size:16px;
  font-weight:700;
  color:#243757;
  text-align: left;
}

.air-sub{
  font-size:13px;
  color:#6b7280;
  text-align: left;
}

.air-meta{
  font-size:12px;
  color:#94a3b8;
}

/* Row 3 */
.air-bottom{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:6px;
  background: #0CA3C8;
border-radius: 0px 0px 10px 10px;
width:281px;
height: 62px;

}

.air-price{
  font-size:20px;
  font-weight:700;
  color:#0CA3C8;
}

/* Button */
.air-btn{
  background:#0CA3C8;
  color:#fff;
  border:none;
  padding:10px 22px;
  border-radius:22px;
  cursor:pointer;
   
  box-shadow:0 6px 16px rgba(12,163,200,0.4);
  
 font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;

color: #FFFFFF;


}
 


/* FEATURE CARD STRUCTURE */

.feature{
  background:#fff;
  padding:18px 20px;
  border-radius:14px;
  box-shadow:0 8px 22px rgba(0,0,0,0.08);
  display:flex;
  align-items:flex-start;
  gap:14px;
  transition:0.3s ease;
}

.feature:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(0,0,0,0.12);
}

/* Icon */
.feature-icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:12px;
  background:#f2f7fb;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 50%;
}

.feature-icon img{
  width:28px;
  height:28px;
  object-fit:contain;
  
}

/* Text */
.feature-text h4{
  font-family:'Inter', sans-serif;
  font-size:18px;
  font-weight:600;
  margin:0 0 6px 0;
  color:#243757;
}

.feature-text p{
  font-family:'Inter', sans-serif;
  font-size:14px;
  color:#6b7280;
  margin:0;
  line-height:1.5;
}

/* DISCOVER */
.discover{
  display:grid;
  grid-template-columns:1fr 1fr;
  max-width:1200px;
  margin:0px auto 80px;
  gap:40px;
  padding:40px 20px;
  
}
.feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.feature{
  background:#fff;
  padding:15px;
  border-radius:10px;
}

/* TESTIMONIALS */
.testimonials{
  text-align:center;
  padding:80px 20px;
}
.test-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  max-width:1200px;
  margin:auto;
}
.test-card{
  background:#fff;
  padding:25px;
  border-radius:10px;
}

/* FAQ */
 
/* ================= FAQ (SMART ADAPTIVE BACKGROUND) ================= */

.faq{
  position: relative;
  display:grid;
  grid-template-columns:1fr 1fr;

  width: 85vw;                /* responsive width */
  max-width: 1400px;
  margin:0px auto;
  gap:40px;
  padding:50px;

  overflow:hidden;
}

/* Background Layer */
.faq::before{
  content:"";
  position:absolute;
  inset:0;

  background: url("/assets/images/back_2.jpg") center/cover no-repeat;   /* desktop fill */

  z-index:-1;
}

/* FAQ cards */
.faq-item{
  background: rgba(255,255,255,0.95);
  padding:15px;
  margin:10px 0;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

/* ================= FAQ RIGHT FIXED LAYOUT ================= */

.faq{
  height: 600px;          /* 🔥 fixed main section height */
}

/* Right side fixed container */
.faq-right{
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Header area stays fixed */
.faq-right .section-header,
.faq-right .section-title{
  flex-shrink: 0;
}

/* Scroll container */
.faq-list{
  flex: 1;                /* 🔥 takes remaining space */
  overflow-y: auto;       /* 🔥 internal scroll */
  padding-right: 10px;
  margin-top: 20px;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Card */
.faq-box{
  background: rgba(255,255,255,0.96);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Question */
.faq-question{
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 600;
  color: #243757;
  text-align: left;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Icon */
.faq-icon{
  font-size: 22px;
  transition: 0.3s ease;
}

/* Answer */
.faq-answer{
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  transition: all 0.35s ease;
}

/* Active */
.faq-box.active .faq-answer{
  max-height: 300px;
  padding: 0 22px 18px;
}
 
/* ================= ADAPTIVE BEHAVIOR ================= */

/* Tablet */
@media(max-width: 1024px){
  .faq{
    width: 94vw;
    padding:40px;
  }

  .faq::before{
    background-size: cover;
    background-position: center;
  }
}

/* Mobile */
@media(max-width: 768px){
  .faq{
    grid-template-columns:1fr;
    width: 96vw;
    padding:30px 20px;
    display: none;
  }

  .faq::before{
    background-size: contain;    /* 🔥 full image visible */
    background-position: center;
    background-color:#000;       /* safe fallback */
  }
}

/* Small Mobile */
@media(max-width: 480px){
  .faq{
    width: 98vw;
    padding:25px 15px;
    gap:25px;
  }

  .faq::before{
    background-size: contain;
    background-position: top center;
  }
}


/* FOOTER */
.footer-bg{
  height:300px;
  background:#0b2e59
}

/* FIX TOPBAR HEIGHT */
.topbar .container {
    margin: 0 auto;        /* 🔥 remove vertical margin */
    padding: 6px 20px;     /* control height here */
}


.topbar {
    padding: 2px 0;
}

.topbar-flex {
    min-height: 44px;   /* airline header standard */
}


.topbar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 7px;
}

  .phone {
    margin-top: 10px;
  }
/* =========================
   PHONE BLOCK (FIXED)
========================= */
.phone {
  background: #0CA3C8;
  color: #fff;
  
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.phone-circle {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.phone-circle i {
  color: #112F4E;
  font-size: 16px;
}

.phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.phone-text .title {
  font-size: 11px;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-left: 2px;
}

.phone-text .number {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.number {
    display: inline-flex;
    align-items: center;
    padding:10px 0px 10px 20px;
}
/* =========================
   SUPPORT TEXT (SEPARATE)
========================= */
.support-text {
  font-size: 14px;
  font-weight: 500;
  color: #112F4E;
  white-space: nowrap;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;   /* 👈 reduce/increase gap here */
}

/* support text */
.title {
  font-size: 14px;
  font-weight: 500;
  color: #112F4E;
  white-space: nowrap;
}

/* reduce nav internal spacing */
.main-nav a {
  margin: 0 8px;
}
.main-nav a:hover {
  color: #ff9800;
}

.v-divider {
  width: 1px;
  height: 28px;
  background: #d9d9d9;
}

/* FROM item layout */
.from-item{
  display:flex;
  align-items:center;
  gap:6px;   /* tight spacing */
}

.from-item, .to-item{
  display:flex;
  align-items:center;
  gap:6px;   /* tight spacing */
}

/* icon */
.from-icon{
  width:18px;
  height:18px;
  background:url("/assets/images/Airplane-Take-Off.png") center/contain no-repeat;
  flex-shrink:0;
}

/* icon */
.to-icon{
  width:18px;
  height:18px;
  background:url("/assets/images/Airplane-Landing.png") center/contain no-repeat;
  flex-shrink:0;
}
/* text block */
.from-text{
  line-height:1.3;
}

/* ================= HAMBURGER ================= */

.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #112F4E;
}

/* ================= NAV ================= */

.main-nav {
  display: flex;
  align-items: center;
}
.info-box{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 22px;
}

.info-icon{
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.info-icon img{
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.info-content h4{
  width: 307px;
 
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;

color: #000000;

  margin: 0 0 6px 0;
}

.info-content p{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 12px; /* space between line and text */
  margin-bottom: 20px;
}

.section-line {
  display: inline-block;   /* allows width/height */
  width: 75px;
  height: 4px;
  background: #0CA3C8;
  border-radius: 2px;      /* optional, rounded edges */
  padding-right: 10px;
}

 

 



/* Section Titles */

.section-subtitle{
  font-family: 'Akaya Kanadaka', cursive;
  font-size: 30px;
  font-weight: 400; /* Regular */
  line-height: 36px;
  color: #243757;
  margin: 0 0 10px 20px;
}

.section-title{
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-weight: 700; /* Bold */
  line-height: 1.2;
  color: #243757;
  margin: 0 0 30px 0;
}

.bold{ font-weight:700; }
.semibold{ font-weight:600; }
.regular{ font-weight:400; }

/* RESPONSIVE */
@media(max-width:900px){
  .destinations,.discover,.faq{
    grid-template-columns:1fr;
  }
 
   
  .search-box{
    grid-template-columns:1fr;
  }
  
  
  
}

/* ===== DEST GRID ===== */
.dest-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Card row layout */
.dest-card{
  background:#fff;
  border-radius:10px;
  padding:12px 16px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition:0.3s ease;

  display:flex;                 /* 🔥 single row */
  align-items:center;
  gap:16px;
}

/* Image */
.dest-img{
  width: 120px;
height: 120px;
  object-fit:cover;
  border-radius:10px;
  flex-shrink:0;
}

/* City name */
.dest-name{
  flex:1;                       /* 🔥 pushes button to right */
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 36px;

color: #000000;


  
}

/* Button */
.dest-btn{
  width:42px;
  height:42px;
  border-radius:50%;
  border:none;
  background:#0CA3C8;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:0.3s ease;
  box-shadow:0 4px 10px rgba(12,163,200,0.4);
}

.dest-btn:hover{
  background:#0789a1;
  transform:scale(1.1);
}


.reviews-section{
  width:100%;
  text-align:center;
  background:white  ;
}

.reviews-title{
  font-size:42px;
  font-weight:700;
  margin-bottom:40px;
  color:#243757;
}

/* slider wrapper */
.review-slider{
  width:100%;
  overflow:hidden;
  display:flex;
  justify-content:center;   /* 🔥 center horizontally */
}

/* moving track */
.review-track{
  display:flex;
  align-items:center;
  gap:30px;
  width:max-content;
  animation: scrollReviews 40s linear infinite;
}

/* card */
.review-card{
  min-width:541px;
  max-width:541px;
  min-height: 280px;
  background:#ffffff;
  padding:28px 22px;
  box-shadow:0 10px 26px rgba(0,0,0,0.08);
  border: 1px solid rgba(0, 0, 0, 0.3);
  display:flex;
  flex-direction:column;
  align-items:center;       /* 🔥 horizontal center */
  justify-content:center;
  text-align:center;


 
  
}

/* image */
.client-img{
  width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:12px;
  background-color: #D9D9D9;


}

/* name */
.client-name{
font-family: 'Inter';
font-style: normal;
color: #000000;
font-weight: 600;
font-size: 25px;
line-height: 30px;
color: #000000;
}

/* city */
.client-city{
   
  
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 38px;

color: #000000;





}

/* review */
.client-review{
    

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;

color: #000000;

 
}

/* animation */
@keyframes scrollReviews{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50%);
  }
}

/* responsive */
@media(max-width:768px){
  .review-card{
    min-width:260px;
    max-width:260px;
  }

  .reviews-title{
    font-size:32px;
  }
}


/* Responsive */
@media(max-width:768px){
  .dest-grid{
    grid-template-columns:1fr;
  }
}


/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  /* hide nav inline */
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    display: none;
    padding: 10px 0;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  }

  .main-nav a {
    padding: 14px 20px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #eee;
  }

  .main-nav a:last-child {
    border-bottom: none;
  }

  /* when active */
  .main-nav.active {
    display: flex;
  }

  /* keep phone visible */
  .header-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .v-divider,
  .title {
    display: none;

  }
  
}


/* Topbar Base */
.topbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.topbar > .container {
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px; /* standard airline header */
}

/* Logo & Nav */
.logo {
  font-size: 22px;
  font-weight: 700;
  color: #112F4E;
}

.main-nav a {
  color: #112F4E;
  margin: 0 8px;
  text-decoration: none;
  font-weight: 500;
}

/* Hamburger & Mobile Nav */
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #112F4E;
}

@media (max-width: 768px) {
  .menu-toggle { display: block; }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    display: none;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  }

  .main-nav.active { display: flex; }

  .main-nav a {
    padding: 14px 20px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #eee;
  }

  .main-nav a:last-child { border-bottom: none; }

  .header-right { display: flex; align-items: center; gap: 10px; }
  .v-divider, .title { display: none; }
}

/* =====================================================
   FAQ ARROW ICON STYLE
===================================================== */

.faq-icon i{
  font-size: 14px;
  color: #0b5ed7;
  transition: 0.2s ease;
}

.faq-question{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}

@media (min-width: 1540px) {
    .footer .container {
        max-width: 1501px;
        width: 100%;
        margin: 0 auto;
    }
}

    @media (max-width: 768px) {
        .footer-section h4 {
            text-align: center;
        }

        .footer-links li {
            margin-bottom: 8px;
            text-align: center;
        }

        .stars {
            margin-bottom: 8px;
            text-align: center;
        }

        .payment-methods {
            text-align: center;
        }

        .payment-icons img {
            margin: 0 auto;
        }

        .payment-methods::before {
            transform: translate(-50%, -50%);
            left: 50%;
        }
    }

    /* Footer */
    .footer {
        background: #000000;
        color: white;
        padding: 60px 0 30px;
    }

    .footer-section h4 {
        font-size: 18px;
        font-weight: 600;
        color: white;
        margin-bottom: 20px;
    }

    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-links li {
            margin-bottom: 8px;
        }

        .footer-links a {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

            .footer-links a:hover {
                color: white;
            }

    .trustpilot-rating {
        margin-bottom: 25px;
    }

    .stars {
        margin-bottom: 8px;
    }

        .stars i {
            color: #00B67A;
            font-size: 16px;
            margin-right: 2px;
        }

    .trustpilot-logo {
        background: #00B67A;
        color: white;
        padding: 4px 8px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 3px;
    }

    .payment-methods h5 {
        font-size: 16px;
        font-weight: 600;
        color: white;
        margin-bottom: 15px;
    }

    .payment-icons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .payment-icons img {
            height: 30px;
            width: auto;
            border-radius: 4px;
        }

    .footer-bottom {
        margin-top: 40px;
        padding-top: 30px;
        border-top: 1px solid #444;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        color: #000000;
        padding-bottom: 20px;
        border-radius: 10px;
    }

    .footer-text {
        flex: 1;
        max-width: 80%;
        text-align: center;
    }

        .footer-text p {
            font-size: 12px;
            color: #000000;
            line-height: 1.5;
            margin-bottom: 10px;
        }

    .footer-bottom .social-icons {
        display: flex;
        gap: 10px;
    }

        .footer-bottom .social-icons a {
            width: 30px;
            height: 30px;
            background: #444;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: background 0.3s ease;
        }

            .footer-bottom .social-icons a:hover {
                background: #D64E41;
            }

/* --- General Reset & Typography --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

h2 {
    font-size: 2rem;
    color: #1e293b; /* Dark Slate */
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* Utility: The small blue header line */
.section-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-family: 'Brush Script MT', cursive; /* Trying to mimic the scripty font for 'About' */
    font-style: italic;
    font-size: 1.1rem;
}
    .section-tag span {
        font-family: 'Akaya Kanadaka', cursive;
    }

    .section-tag::before {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #0ea5e9; /* Light Blue */
    }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Section 1: About (Airplane Window) --- */
.about-section {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

    .about-image img {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        display: block;
    }

.about-content {
    flex: 1;
    min-width: 300px;
}

.check-list {
    list-style: none;
}

    .check-list li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 15px;
    }

.check-icon {
    background-color: #0CA3C8;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.faq-section {
    background-color: #f0f9ff;
    padding: 80px 0;
    background-image: url("/assets/images/bg-03.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Align top */
    gap: 50px;
}

.faq-content {
    flex: 1;
    min-width: 300px;
}

/* Accordion Styling using <details> */
details {
    background: white;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

summary {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #334155;
    list-style: none; /* Hide default triangle */
    position: relative;
    padding-right: 40px;
}

    /* Custom Accordion Arrow */
    summary::after {
        content: '+'; /* Simple symbol */
        position: absolute;
        right: 20px;
        font-size: 1.2rem;
        color: #94a3b8;
    }

details[open] summary::after {
    content: '-';
}

/* Hide default marker in Webkit */
summary::-webkit-details-marker {
    display: none;
}

.accordion-body {
    padding: 0 20px 20px 20px;
    color: #64748b;
    font-size: 0.95rem;
    border-top: 1px solid #f1f5f9;
}

.link-highlight {
    color: #475569;
    text-decoration: underline;
    font-weight: bold;
}

/* Image Collage Styling */
.collage-column {
    flex: 1;
    min-width: 300px;
    position: relative;
    height: 400px; /* Height needed for absolute positioning */
    display: flex;
    justify-content: center;
    align-items: center;
}

.polaroid {
    position: absolute;
    width: 300px;
    height: auto;
    border: 8px solid white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 4px;
    transition: transform 0.3s ease;
}

    .polaroid img {
        width: 100%;
        display: block;
    }

/* Positioning the 3 images */
.p-left {
    transform: rotate(-15deg) translate(-80px, 20px);
    z-index: 1;
}

.p-center {
    z-index: 3;
    width: 300px; /* Center one is slightly larger */
}

.p-right {
    transform: rotate(15deg) translate(80px, 20px);
    z-index: 2;
}

.book-head-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 80px;
    margin-top: 40px;
    color: #243757;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .about-section, .faq-container {
        flex-direction: column;
    }

    .collage-column {
        display: none;
        height: 300px;
        margin-top: 40px;
    }
    .book-head-text {
        font-size: 40px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .polaroid {
        width: 140px;
    }

    .p-center {
        width: 160px;
    }

    .p-left {
        transform: rotate(-10deg) translate(-50px, 10px);
    }

    .p-right {
        transform: rotate(10deg) translate(50px, 10px);
    }
}