body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6f8;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    background: #fff;
    align-items: center;
}

.logo {
    font-size: 26px;
    font-weight: bold;
    color: #ff4234;
}

.header-right a {
    margin-left: 15px;
    text-decoration: none;
    color: #000;
}

.btn-primary {
    background: #ff4234;
    padding: 8px 16px;
    color: #fff;
    border-radius: 20px;
}

.btn-outline {
    border: 1px solid #ff4234;
    padding: 8px 16px;
    border-radius: 20px;
}

.hero {
    background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),
    url('../images/asbanner1.jpg') center/cover;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.booking-box {
    background: #fff;
    color: #000;
    border-radius: 12px;
    max-width: 1100px;
    margin: 30px auto;
    padding: 25px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab {
    padding: 10px 20px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.tab.active {
    background: #ff4234;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    gap: 15px;
}

input, select {
    width: 95%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.explore-btn {
    background: #f36f21;
    color: #fff;
    border: none;
    padding: 14px 40px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.footer {
    background: #111;
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.footer h4 {
    margin-bottom: 10px;
}

.footer a {
    display: block;
    color: #bbb;
    text-decoration: none;
    margin-bottom: 6px;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #aaa;
}
.about-section {
    padding: 22px 15px;
    background: #ffffff;
}

.about-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.about-title {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.about-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.underline {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.underline span {
    height: 4px;
    width: 45px;
    display: inline-block;
}

.underline .blue {
    background: #1da1f2;
}

.underline .red {
    background: #ff3b3b;
}

.about-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: left;
    margin-bottom: 5px;
}
.local-cab-section {
    padding: 15px 15px;
    background: #ffffff;
    text-align: center;
}

.local-cab-section .container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.underline {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.underline span {
    height: 4px;
    width: 50px;
    display: inline-block;
}

.underline .blue {
    background: #2bb1f2;
}

.underline .red {
    background: #ff4b4b;
}

.features {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.feature-box {
    flex: 1;
}

.icon-circle {
    width: 130px;
    height: 130px;
    background: linear-gradient(135deg, #ff6a5b, #ff3b3b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.icon-circle i {
    font-size: 42px;
    color: #fff;
}

.feature-box h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #ff4b4b;
}

.section-text {
    max-width: 1000px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}
.destinations {
    padding: 16px 15px;
    background: #fff;
    text-align: center;
}

.destinations .container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.underline {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.underline span {
    width: 50px;
    height: 4px;
}

.underline .blue {
    background: #2bb1f2;
}

.underline .red {
    background: #ff4b4b;
}

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 30px;
    width: 100%;
}

.slide {
    min-width: 260px;
    text-align: center;
}

.slide img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.slide img:hover {
    transform: scale(1.05);
}

.slide h4 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.nav {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    color: #333;
}

.nav:hover {
    color: #ff4b4b;
}

.packages {
    background: #f6fbff;
    padding: 15px 15px;
    text-align: center;
}

.packages .container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
}

.underline {
    display: flex;
    justify-content: center;
    margin: 12px 0 50px;
}

.underline span {
    width: 50px;
    height: 4px;
}

.underline .blue { background: #2bb1f2; }
.underline .red  { background: #ff4b4b; }

.package-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.package-slider {
    display: flex;
    gap: 25px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.package-card {
    background: #fff;
    min-width: 260px;
    border-radius: 20px;
    padding-bottom: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform .3s;
}

.package-card:hover {
    transform: translateY(-8px);
}

.image-box {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.call {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.location {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #eaffea;
    color: #198754;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.package-card h4 {
    margin-top: 15px;
    font-size: 18px;
}

.small {
    color: #777;
    font-size: 14px;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #ff3b3b;
}

.price span {
    font-size: 14px;
    color: #000;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    background: #ff3b3b;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

.pkg-nav {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    padding: 10px;
}

.pkg-nav:hover {
    color: #ff3b3b;
}
.how-it-works {
    padding: 15px 15px;
    background: #fff;
    text-align: center;
}

.how-it-works .container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 34px;
    font-weight: 800;
}

.subtitle {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}

.underline {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}

.underline span {
    width: 50px;
    height: 4px;
}

.underline .blue { background: #2bb1f2; }
.underline .red  { background: #ff4b4b; }

.steps-wrapper {
    margin-top: 50px;
}

.steps-bar {
    background: #ff3b3b;
    border-radius: 80px;
    padding: 5px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.step {
    text-align: center;
    color: #000;
    width: 25%;
    position: relative;
}

.icon-circle {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -85px auto 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.icon-circle img {
    width: 45px;
    height: 45px;
}

.step h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.tour-section{
    padding:15px 5%;
    background:#fff;
    text-align:center;
}

.tour-title{
    font-size:36px;
    font-weight:800;
    letter-spacing:1px;
}

.tour-divider{
    width:120px;
    height:4px;
    background:linear-gradient(90deg,#0ea5e9,#f97316);
    margin:12px auto 20px;
    border-radius:4px;
}

.tour-desc{
    max-width:900px;
    margin:0 auto 50px;
    font-size:16px;
    color:#555;
}

.tour-desc a{
    color:#f97316;
    font-weight:600;
    text-decoration:none;
}

/* GRID */
.tour-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
}

/* CARD */
.tour-card{
    position:relative;
    border:3px solid #f59e0b;
    border-radius:22px;
    overflow:hidden;
    height:220px;
    cursor:pointer;
    transition:.3s;
}

.tour-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.tour-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* TEXT OVERLAY */
.tour-card span{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:20px;
    font-weight:700;
    text-shadow:0 4px 10px rgba(0,0,0,.6);
}

.safety-section{
  background:#fff9e8;
  padding:20px 6%;
  font-family:system-ui, sans-serif;
}

.safety-container{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:50px;
}

/* LEFT */
.safety-left h2{
  font-size:44px;
  font-weight:800;
  color:#020617;
}

.safety-divider{
  width:120px;
  height:5px;
  margin:12px 0 22px;
  background:linear-gradient(90deg,#38bdf8,#fb7185);
  border-radius:4px;
}

.intro{
  font-size:17px;
  color:#334155;
  margin-bottom:25px;
}

.safety-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 40px;
  margin-bottom:25px;
  list-style:none;
  padding:0;
}

.safety-points li{
  position:relative;
  padding-left:22px;
  font-size:16px;
}

.safety-points li::before{
  content:"●";
  color:#22c55e;
  position:absolute;
  left:0;
  top:0;
}

.contact{
  font-size:16px;
  margin-bottom:25px;
}

.desc{
  font-size:15.5px;
  color:#334155;
  line-height:1.8;
}

/* RIGHT */
.safety-right{
  display:flex;
  flex-direction:column;
  gap:25px;
}

.rating-card,
.feedback-card{
  background:#eef7e1;
  padding:30px;
  border-radius:14px;
  border:1px solid #c7e0b6;
}

.rating-card h4,
.feedback-card h4{
  text-align:center;
  font-size:18px;
  margin-bottom:12px;
}

.rating-score{
  font-size:48px;
  font-weight:800;
  color:#65a30d;
  text-align:center;
}

.rating-sub{
  text-align:center;
  color:#475569;
}

.stars{
  text-align:center;
  color:#facc15;
  font-size:18px;
}

.stars span{
  color:#475569;
  font-size:14px;
}

.reviews{
  text-align:center;
  font-size:14px;
  margin-top:10px;
}

/* FEEDBACK */
.feedback-text{
  text-align:center;
  font-size:15px;
  margin-bottom:20px;
}

.feedback-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  align-items:center;
}

.feedback-score{
  background:#e6f2d9;
  padding:20px;
  border-radius:12px;
  text-align:center;
}

.feedback-bars div{
  display:flex;
  justify-content:space-between;
  font-size:14px;
  margin-bottom:8px;
}

.happy{
  text-align:center;
  font-size:14px;
  margin-top:20px;
}
.why-section{
  padding:20px 6%;
  background:#ffffff;
  font-family:system-ui, -apple-system, sans-serif;
}

.why-container{
  max-width:1200px;
  margin:auto;
  text-align:center;
}

.why-container h2{
  font-size:40px;
  font-weight:800;
  color:#020617;
}

.why-divider{
  width:140px;
  height:5px;
  margin:14px auto 20px;
  background:linear-gradient(90deg,#38bdf8,#fb7185);
  border-radius:4px;
}

.why-intro{
  max-width:820px;
  margin:0 auto 50px;
  font-size:16.5px;
  color:#475569;
}

.why-intro a{
  color:#f97316;
  text-decoration:none;
  font-weight:600;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.why-card{
  background:#ffffff;
  padding:40px 25px;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  transition:all .3s ease;
}

.why-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.icon-circle{
  width:110px;
  height:110px;
  margin:0 auto 25px;
  border-radius:50%;
  background:#ff5c4d;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  color:#ffffff;
}

.why-card h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
}

.why-card p{
  font-size:15.5px;
  color:#475569;
  line-height:1.6;
}
.faq-section{
  padding:20px 6%;
  background:#ffffff;
  font-family:system-ui,-apple-system,sans-serif;
}

.faq-container{
  max-width:1200px;
  margin:auto;
}

.faq-title{
  text-align:center;
  font-size:38px;
  font-weight:800;
  margin-bottom:40px;
}

.faq-category{
  display:flex;
  align-items:center;
  gap:10px;
  margin:35px 0 15px;
}

.faq-category h3{
  font-size:20px;
  font-weight:700;
}

.dot{
  width:14px;
  height:14px;
  border-radius:50%;
}

.yellow{ background:#facc15; }
.icon{ font-size:18px; }

.faq-item{
  border-radius:8px;
  margin-bottom:14px;
  overflow:hidden;
}

.yellow-bg{ background:#fffbe6; border:1px solid #fde68a; }
.green-bg{ background:#ecf8ec; border:1px solid #c7e9c7; }

.faq-question{
  width:100%;
  padding:16px 18px;
  font-size:16px;
  font-weight:600;
  color:#14532d;
  background:none;
  border:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.faq-answer{
  padding:0 18px 16px;
  font-size:15px;
  color:#334155;
  line-height:1.6;
  display:none;
}

.faq-item.open .faq-answer{
  display:block;
}

.arrow{
  font-size:12px;
  transition:transform .3s ease;
}

.faq-item.open .arrow{
  transform:rotate(180deg);
}
.as-footer{
  background:#000;
  color:#e5e7eb;
  padding:30px 6% 0;
  font-family:system-ui,-apple-system,sans-serif;
}

.as-footer-container{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:40px;
}

.footer-logo{
  max-width:160px;
  margin-bottom:20px;
}

.footer-brand p{
  line-height:1.7;
  margin-bottom:20px;
}

.footer-btn{
  display:inline-block;
  background:#22c55e;
  color:#000;
  padding:12px 22px;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
}

.footer-col h4{
  font-size:18px;
  margin-bottom:18px;
  border-bottom:1px solid #1f2937;
  padding-bottom:8px;
}

.footer-col h5{
  margin-top:18px;
  color:#22c55e;
}

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

.footer-col ul li{
  margin-bottom:10px;
  position:relative;
  padding-left:14px;
}

.footer-col ul li::before{
  content:"•";
  position:absolute;
  left:0;
  color:#22c55e;
  font-size:18px;
}

.footer-col a{
  color:#e5e7eb;
  text-decoration:none;
}

.footer-col a:hover{
  color:#22c55e;
}

.footer-col i{
  color:#22c55e;
  margin-right:8px;
}

.footer-social{
  margin-top:20px;
}

.footer-social a{
  display:inline-block;
  margin-right:12px;
  font-size:18px;
  color:#fff;
}

.footer-social a:hover{
  color:#22c55e;
}

.footer-bottom{
  margin-top:50px;
  padding:20px 0;
  border-top:1px solid #1f2937;
  text-align:center;
  font-size:14px;
  color:#9ca3af;
}

.footer-bottom span{
  color:#22c55e;
}

/* RESPONSIVE */
@media(max-width:900px){
  .as-footer-container{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .as-footer-container{
    grid-template-columns:1fr;
  }
}

/* RESPONSIVE */
@media(max-width:992px){
  .why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .why-grid{
    grid-template-columns:1fr;
  }
  .why-container h2{
    font-size:32px;
  }
}

/* RESPONSIVE */
@media(max-width:900px){
  .safety-container{
    grid-template-columns:1fr;
  }
  .safety-left h2{
    font-size:34px;
  }
}

/* MOBILE */
@media(max-width: 900px) {
    .steps-bar {
        flex-direction: column;
        border-radius: 40px;
    }

    .step {
        width: 100%;
        margin-bottom: 40px;
    }

    .icon-circle {
        margin-top: 0;
    }
}


@media(max-width: 768px) {
    .package-card {
        min-width: 80%;
    }
}

@media (max-width: 768px) {
    .slide img {
        width: 200px;
        height: 200px;
    }
}


@media (max-width: 768px) {
    .features {
        flex-direction: column;
        gap: 40px;
    }

    .section-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 26px;
    }

    .about-subtitle {
        font-size: 18px;
    }

    .about-text {
        font-size: 15px;
        text-align: justify;
    }
}
