






/* .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}



.navbar-toggler-icon {
    filter: invert(1);
    background-color: #ffffffc7;
    border-radius: 4px;
} */



.logo_img
{
  /*height: 55px;*/
  height: 72px;
}


.footer_logo_img
{
  /*height: 50px;*/
  height: 75px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}





a{
    text-decoration: none;
    color: inherit;
}


/* ================================nabar===================*/



/* ================= TOP HEADER ================= */
.top_header_addad{
    background: linear-gradient(90deg,#000,#1a1a1a);
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.top_contact_info a{
    color:#fff;
    text-decoration:none;
    margin-right:25px;
    font-weight:500;
    transition:.3s;
}

.top_contact_info a:hover{
    color:#00c3ff;
}

.top_contact_info i{
    margin-right:6px;
}

.top_social_icons a{
    color:#fff;
    margin-left:18px;
    font-size:14px;
    transition:.3s;
}

.top_social_icons a:hover{
    color:#00c3ff;
    transform:translateY(-2px);
}

/* ================= NAVBAR ================= */




/* Floating Contact Wrapper */
.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Common Button Style */
.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Hover Effect */
.float-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

/* WhatsApp */
.float-btn.whatsapp {
    background: #25D366;
}

/* Call */
.float-btn.call {
    background: #0d6efd;
}

/* Email */
.float-btn.email {
    background: #dc3545;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .float-btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}




/* ========================================*/


/* ================= NAVBAR ================= */
/* .navbar_addad {
    position: absolute;
    top: 0;
    width: 97%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin: 20px;
} */




.navbar_addad {
    width: 97%;
    z-index: 1000;
    /* margin: 18px; */
    background-color: #f7f7f7;
}


.navbar-container {
    padding: 12px 0px;
}
/* Nav Links */
.navbar_addad .nav-link {
    color: #000000 !important;
    font-weight: 600;
    margin: 0 14px;
    transition: 0.3s;
}
.navbar_addad .nav-link:hover { opacity: 0.7; }

/* Logo */
.navbar_addad .navbar-brand {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff !important;
}

/* Contact Button */
.contact_btn_addad {
    border: 1px solid #000000;
    color: #000000;
    padding: 8px 22px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}
.contact_btn_addad:hover {
    background: #fff;
    color: #000;
}

/* White Toggle Icon */
.navbar-toggler { border: none; }
.navbar-toggler-icon { filter: invert(1); }

/* ================= DESKTOP LAYOUT ================= */
@media (min-width: 992px) {
    .center-logo-desktop {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {
    .navbar_addad {
        position: relative;
        border-radius: 0;
    }

    .navbar_addad .navbar-collapse {
        /* background: rgba(0, 0, 0, 0.92); */
        /* background: rgb(39 38 38 / 11%) !important; */
        padding: 15px;
        margin-top: 10px;
    }

    .navbar_addad .nav-link {
        margin: 10px 0;
        text-align: center;
    }
}




/* ================= HERO ================= */
.hero_addad{
    min-height:100vh;
    background:url('../images/home_bg.png') center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
}

.hero_overlay_addad{
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(0,0,0,0.65), rgba(0,0,0,0.25));
}

.hero_content_addad{
    position:relative;
    color:#fff;
    max-width:650px;
}

.hero_content_addad h1{
    font-size:60px;
    font-weight:800;
    line-height:1.1;
}

.hero_content_addad p{
    margin-top:20px;
    font-size:15px;
    opacity:0.9;
}

/* ================= RESPONSIVE ================= */
@media(max-width:992px){
    .hero_content_addad h1{
        font-size:46px;
    }
}

@media(max-width:768px){
    .navbar_addad{
        /* background:rgba(0,0,0,0.85); */
        /* background: rgb(0 0 0 / 8%); */
        border-radius:0;
    }

    .contact_btn_addad{
        display:inline-block;
        margin-top:15px;
    }


    .contact_btn_addad {
    border: 1px solid #000000;
    color: #000000;
    padding: 8px 22px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

    .hero_content_addad h1{
        font-size:36px;
    }
}

@media(max-width:480px){
    .hero_content_addad h1{
        font-size:30px;
    }
}



/* ---------------------------------------------------------------------------------- */


/* ==============================
   HOME EXECUTIVE SECTION
================================*/
.home_excutive_section {
    width: 100%;
    padding: 80px 20px;
    background: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.home_excutive_container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
}

/* Side Images */
.home_excutive_image {
    position: absolute;
    top: 40px;
    width: 220px;
    /* height: 140px; */
    overflow: hidden;
    border-radius: 10px;
    opacity: 0.9;
}

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

.home_excutive_image.left {
    left: 0;
    transform: rotate(-10deg);
}

.home_excutive_image.right {
    right: 0;
    transform: rotate(10deg);
}

/* Executive Summary */
.home_excutive_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.home_excutive_text {
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

/* About Us */
.home_excutive_about {
    margin-top: 70px;
}

.home_excutive_about_small {
    color: #ff7a00;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.home_excutive_about_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.home_excutive_about_text {
    max-width: 750px;
    margin: auto;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

/* Hidden Content */
.home_excutive_more_text {
    display: none;
    margin-top: 15px;
}

/* Button */
.home_excutive_btn {
    margin-top: 25px;
}

.home_excutive_btn button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.home_excutive_btn button:hover {
    background: #333;
}

/* ==============================
   RESPONSIVE
================================*/
@media (max-width: 992px) {
    .home_excutive_image {
        width: 180px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .home_excutive_image {
        position: static;
        transform: none;
        margin: 20px auto;
        display: block;
    }

    .home_excutive_container {
        padding-top: 20px;
    }

    .home_excutive_title,
    .home_excutive_about_title {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .home_excutive_title,
    .home_excutive_about_title {
        font-size: 22px;
    }

    .home_excutive_text,
    .home_excutive_about_text {
        font-size: 14px;
    }
}





/* ------------------------------------- */



.home_story_slider_wrapper {
  position: relative;
  overflow: hidden;
}

.home_story_slider {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease-in-out;
}

.home_story_slide {
  flex: 0 0 calc(33.333% - 14px);
  /* height: 380px; */
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

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

/* Tablet */
@media (max-width: 991px) {
  .home_story_slide {
    flex: 0 0 calc(50% - 10px);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .home_story_slide {
    flex: 0 0 100%;
  }
}

/* Navigation */
.home_story_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  z-index: 10;
}

.home_story_prev { left: 10px; }
.home_story_next { right: 10px; }




.home_story_section {
  width: 100%;
  padding: 60px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}

.home_story_container {
  width: 90%;
  margin: auto;
}

.home_story_header {
  text-align: center;
  margin-bottom: 40px;
}

.home_story_header h2 {
  font-size: 32px;
  font-weight: 700;
}

.home_story_header h2 span {
  color: #ff7a00;
}

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

/* Slider */
.home_story_slider_wrapper {
  position: relative;
  overflow: hidden;
}

.home_story_slider {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
}

.home_story_slide {
  min-width: 300px;
  /* height:520px; */
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

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

/* Text Card */
.home_story_active_text .home_story_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}

.home_story_text a {
  color: #ff7a00;
  font-weight: 600;
  text-decoration: none;
}

.home_story_text p {
  font-size: 14px;
  margin-top: 6px;
  color: #444;
}

/* Navigation */
.home_story_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  z-index: 10;
}

.home_story_prev { left: 10px; }
.home_story_next { right: 10px; }

/* Responsive */
@media (max-width: 768px) {
  .home_story_header h2 {
    font-size: 24px;
  }

  .home_story_slide {
    min-width: 220px;
    height: 320px;
  }
}

@media (max-width: 480px) {
  .home_story_slide {
    min-width: 180px;
    height: 260px;
  }
}
/* ------------------------------------- */




/* ================= SECTION ================= */
.home_travel_section{
    padding:80px 6%;
    background:#fff;
}

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

.home_travel_header h2{
    font-size:34px;
    font-weight:700;
}

.home_travel_header p{
    color:#ff6a00;
    margin-top:10px;
    font-size:15px;
}

/* ================= LAYOUT ================= */
.home_travel_wrapper{
    display:flex;
    gap:50px;
    align-items:center;
}

/* ================= IMAGE CARD ================= */
.home_travel_image_box{
    flex:1;
    position:relative;
    border-radius:18px;
    overflow:hidden;
}

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

.home_travel_image_overlay{
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
    background:rgba(0,0,0,0.6);
    color:#fff;
    padding:15px 18px;
    border-radius:14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.home_travel_image_overlay span{
    font-size:14px;
}

.home_travel_arrow{
    background:#fff;
    color:#000;
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

/* ================= CONTENT ================= */
.home_travel_content{
    flex:1;
}

.home_travel_item{
    display:flex;
    gap:15px;
    padding:18px;
    border-radius:14px;
    cursor:pointer;
    transition:0.3s;
}

.home_travel_item:hover,
.home_travel_item.active{
    background:#f5f5f5;
}

.home_travel_number{
    width:36px;
    height:36px;
    background:#f1f1f1;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
}

.home_travel_text h4{
    font-size:17px;
    margin-bottom:6px;
}

.home_travel_text p{
    font-size:14px;
    color:#555;
    line-height:1.5;
}

/* ================= RESPONSIVE ================= */
@media(max-width:992px){
    .home_travel_wrapper{
        flex-direction:column;
    }

    .home_travel_header h2{
        font-size:28px;
    }
}

@media(max-width:576px){
    .home_travel_item{
        flex-direction:column;
    }
}


/* ------------------------------------- */




/* ================================
   HOME EXPERIENCE HERO SECTION
================================ */
.home_exp_section {
    width: 100%;
    padding: 30px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.home_exp_container {
    max-width: 1400px;
    margin: auto;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

/* Background Image */
.home_exp_bg {
    width: 100%;
    min-height: 520px;
    background-image: url('../images/home_exp_bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay */
.home_exp_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.55)
    );
}

/* Content */
.home_exp_content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
    max-width: 800px;
}

.home_exp_title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.home_exp_subtitle {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Button */
.home_exp_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home_exp_btn:hover {
    background: #fff;
    color: #000;
}

.home_exp_btn_icon {
    width: 26px;
    height: 26px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.home_exp_btn:hover .home_exp_btn_icon {
    transform: translateX(4px);
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
    .home_exp_title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .home_exp_bg {
        min-height: 420px;
    }

    .home_exp_title {
        font-size: 30px;
    }

    .home_exp_subtitle {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .home_exp_section {
        padding: 15px;
    }

    .home_exp_title {
        font-size: 24px;
    }

    .home_exp_btn {
        font-size: 13px;
        padding: 10px 18px;
    }
}



/* ------------------------------------- */



.footer_main {
    /* background: linear-gradient(180deg, #000000, #050505); */
      background-color: #f7f7f7;
    color: #000000;
    padding-top: 60px;
}

.footer_container {
  width: 90%;
  margin: auto;
}

/* Top Section */
.footer_top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
}

.footer_col h4 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 18px;
}

/* Brand */
.footer_logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.footer_logo h3 {
  color: #000000;
  font-size: 20px;
}

.footer_brand p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 360px;
}

/* Links */
.footer_links {
  list-style: none;
}

.footer_links li {
  margin-bottom: 10px;
}

.footer_links a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  transition: color 0.3s;
}

.footer_links a:hover {
  color: #ff7a00;
}

/* Bottom Section */
.footer_bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer_bottom p {
  font-size: 13px;
}

.footer_bottom_links a {
  margin-left: 20px;
  font-size: 13px;
  color: #bdbdbd;
  text-decoration: none;
}

.footer_bottom_links a:hover {
  color: #ff7a00;
}

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

@media (max-width: 600px) {
  .footer_top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer_logo {
    justify-content: center;
  }

  .footer_brand p {
    margin: auto;
  }

  .footer_bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer_bottom_links a {
    margin: 0 10px;
  }
}



/* ---------------------------------------------------- */






.footer-bottom-bar {
  /* border-top: 1px solid #1e293b; */
  border-top:1px solid #f7f7f7 ;
  padding: 18px 0;
  background: #f7f7f7;
  /* background-color: #0f172b; */
  color: #000000;
  font-size: 14px;
}

/* FLEX ALIGNMENT */
.footer-bottom-flex {
  display: flex;
  justify-content: space-between; /* LEFT & RIGHT */
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* TEXT RESET */
.footer-bottom-flex p {
  margin: 0;
}

/* DESIGNER LINK */
.designer a {
  color: #ffea00ea;
  font-weight: bold;
  text-decoration: none;
}

.designer a:hover {
  text-decoration: underline;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
  .footer-bottom-flex {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}


/* =================================== */


/* ========================  ABOUT SECVTION========================= */


/* ================= NAVBAR ================= */
.about_sec_navbar{
    position:absolute;
    top:0;
    width:100%;
    z-index:10;
    background:rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    border-radius:0 0 20px 20px;
    transition:0.3s;
}

.about_sec_navbar.scrolled{
    background:rgba(0,0,0,0.85);
}

.about_sec_navbar .nav-link{
    color:#fff !important;
    margin:0 12px;
    font-size:14px;
}

.about_sec_contact_btn{
    border:1px solid #fff;
    color:#fff;
    padding:8px 18px;
    border-radius:10px;
    text-decoration:none;
    transition:0.3s;
}

.about_sec_contact_btn:hover{
    background:#fff;
    color:#000;
}

/* ================= HERO ================= */
.about_sec_hero{
    min-height:100vh;
    background:url('../images/about_bg.png') center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
}

.about_sec_overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgba(0,0,0,0.65), rgba(0,0,0,0.25));
}

/* ================= CONTENT ================= */
.about_sec_content{
    position:relative;
    color:#fff;
    max-width:650px;
}

.about_sec_subtitle{
    color:#ff7a18;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:10px;
}

.about_sec_title{
    font-size:64px;
    font-weight:800;
    line-height:1.05;
    margin-bottom:20px;
}

.about_sec_desc{
    font-size:15px;
    opacity:0.9;
    line-height:1.6;
}

/* ================= RESPONSIVE ================= */
@media(max-width:992px){
    .about_sec_title{
        font-size:48px;
    }
}

@media(max-width:768px){
    .about_sec_navbar{
        border-radius:0;
        background:rgba(0,0,0,0.9);
    }

    .about_sec_title{
        font-size:38px;
    }
}

@media(max-width:480px){
    .about_sec_title{
        font-size:30px;
    }
}



/*  ------------------------------------------- */




/* ================================
   ABOUT SECTION
================================ */
.abvout_section_wrapper {
    width: 100%;
    padding: 60px 20px;
    background: #ffffff;
    font-family: 'Segoe UI', sans-serif;
}

.abvout_section_container {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Heading */
.abvout_section_heading {
    text-align: center;
    margin-bottom: 40px;
}

.abvout_section_heading h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.abvout_section_heading p {
    font-size: 14px;
    color: #555;
}

/* Cards */
.abvout_section_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.abvout_section_card {
    background: #ffffff;
    padding: 25px 22px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abvout_section_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.abvout_section_card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.abvout_section_card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

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

@media (max-width: 768px) {
    .abvout_section_container {
        padding: 40px 25px;
    }

    .abvout_section_heading h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .abvout_section_cards {
        grid-template-columns: 1fr;
    }

    .abvout_section_heading h2 {
        font-size: 22px;
    }

    .abvout_section_heading p {
        font-size: 13px;
    }
}



/* ------------------------------------- */




.about-vission_section {
  width: 100%;
  padding: 80px 0;
  background: #ffffff;
}

.about-vission_container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Card Base */
.about-vission_card {
  background: #fff;
  max-width: 420px;
  padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.about-vission_card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #111;
}

.about-vission_card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Icons */
.about-vission_icon {
  font-size: 26px;
  margin-bottom: 15px;
}

/* Mission */
.about-vission_mission {
  border: 2px solid #ff7a00;
  transform: rotate(-3deg);
}

.about-vission_mission:hover {
  transform: rotate(0deg) translateY(-5px);
}

/* Vision */
.about-vission_vision {
  border: 2px solid #1e4dd8;
  transform: rotate(3deg);
}

.about-vission_vision:hover {
  transform: rotate(0deg) translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
  .about-vission_container {
    gap: 25px;
  }

  .about-vission_card {
    max-width: 100%;
    transform: rotate(0deg);
  }
}

@media (max-width: 480px) {
  .about-vission_section {
    padding: 50px 0;
  }

  .about-vission_card {
    padding: 25px;
  }

  .about-vission_card h3 {
    font-size: 20px;
  }
}



/* ------------------------------------- */




/* ================= MAIN SECTION ================= */
.about_values_section{
    padding:80px 6%;
    background:#ffffff;
}

/* ================= HEADER ================= */
.about_values_header{
    text-align:center;
    margin-bottom:50px;
}

.about_values_header h2{
    font-size:28px;
    font-weight:600;
    margin-bottom:8px;
}

.about_values_header p{
    font-size:14px;
    color:#666;
}

/* ================= VALUE CARDS ================= */
.about_values_cards{
    max-width:850px;
    margin:0 auto 70px;
    display:flex;
    flex-direction:column;
    gap:18px;
}

.about_values_card{
    background:#fff;
    border-radius:8px;
    padding:18px 22px;
    box-shadow:0 4px 12px rgba(0,0,0,0.06);
}

.about_values_card h4{
    font-size:15px;
    font-weight:600;
    margin-bottom:6px;
}

.about_values_card p{
    font-size:13px;
    color:#666;
    line-height:1.5;
}

/* ================= STATS ================= */
.about_cont_stats{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    gap:30px;
    max-width:900px;
    margin:0 auto;
}

.about_cont_box{
    flex:1;
}

.about_cont_box h3{
    font-size:34px;
    font-weight:700;
    color:#ff6a00;
    margin-bottom:6px;
}

.about_cont_box p{
    font-size:14px;
    color:#444;
}

/* ================= RESPONSIVE ================= */
@media(max-width:992px){
    .about_cont_stats{
        gap:20px;
    }

    .about_cont_box h3{
        font-size:30px;
    }
}

@media(max-width:768px){
    .about_values_section{
        padding:60px 5%;
    }

    .about_values_header h2{
        font-size:24px;
    }

    .about_cont_stats{
        flex-direction:column;
    }
}

@media(max-width:480px){
    .about_cont_box h3{
        font-size:28px;
    }
}




/* ------------------------------------- */


/* HERO SECTION */
.about_frm_hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: url('../images/mountain.jpg') center/cover no-repeat;
  /* border-radius: 16px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 60px 40px;
  box-sizing: border-box;
}

/* Blue Overlay */
.about_frm_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 140, 200, 0.75), rgba(0, 180, 255, 0.45));
  z-index: 1;
}

/* Content */
.about_frm_content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
}

/* Top Badge */
.about_frm_badge {
  display: inline-block;
  background: #ffffff;
  color: #000;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Title */
.about_frm_title {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 500;
}

/* Buttons */
.about_frm_buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.about_frm_btn {
  padding: 10px 22px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.about_frm_btn_primary {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(6px);
}

.about_frm_btn_outline {
  border: 1px solid #fff;
  color: #fff;
}

.about_frm_btn:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #007bb5;
}

/* Bottom Right Tagline */
.about_frm_tagline {
  position: absolute;
  right: 30px;
  bottom: 25px;
  background: #ffffff;
  color: #000;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 2;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 1024px) {
  .about_frm_title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about_frm_hero {
    padding: 50px 25px;
    min-height: 380px;
  }

  .about_frm_title {
    font-size: 18px;
  }

  .about_frm_tagline {
    right: 20px;
    bottom: 20px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .about_frm_hero {
    padding: 40px 18px;
    min-height: 340px;
  }

  .about_frm_badge {
    font-size: 12px;
    padding: 6px 14px;
  }

  .about_frm_title {
    font-size: 16px;
    line-height: 1.5;
  }

  .about_frm_buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .about_frm_btn {
    font-size: 13px;
    padding: 9px 18px;
  }

  .about_frm_tagline {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }
}



/* =================================================== */

/* ====================CONTCT PAGE =============== */



/* SECTION */
.contct_us_section {
  padding: 60px 20px;
  background: #f5f7fa;
  font-family: Arial, sans-serif;
}

.contct_us_container {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* TITLE */
.contct_us_title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* FORM */
.contct_us_form {
  margin-bottom: 40px;
}

.contct_us_row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contct_us_input {
  flex: 1;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contct_us_textarea {
  width: 100%;
  min-height: 120px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  resize: none;
  font-size: 14px;
}

.contct_us_btn {
  background: #1e73be;
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.contct_us_btn:hover {
  background: #155a94;
}

/* BOTTOM LAYOUT */
.contct_us_bottom {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

/* INFO */
.contct_us_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contct_us_info_box {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #f9fbfd;
  padding: 15px;
  border-radius: 10px;
}

.contct_us_icon {
  width: 45px;
  height: 45px;
  background: #e6f0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
}

.contct_us_label {
  font-size: 12px;
  color: #777;
  display: block;
}

.contct_us_text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

/* MAP */
.contct_us_map {
  flex: 1.3;
  background: #dfe6ee;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}

.contct_us_map_pin {
  font-size: 40px;
  color: #1e73be;
}

/* ---------------- RESPONSIVE ---------------- */

/* Tablet */
@media (max-width: 992px) {
  .contct_us_row {
    flex-direction: column;
  }

  .contct_us_bottom {
    flex-direction: column;
  }

  .contct_us_map {
    min-height: 200px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .contct_us_container {
    padding: 20px;
  }

  .contct_us_title {
    font-size: 22px;
  }

  .contct_us_btn {
    width: 100%;
  }

  .contct_us_info_box {
    flex-direction: row;
  }
}



/* ==================================== */
/* =====================================SERVICE PAGE================ */



/* ===============================
   SERVICE SECTION STYLES
=================================*/
.service_sec_section {
  font-family: Arial, sans-serif;
  padding: 60px 20px;
  background: #ffffff;
}

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

/* Heading */
.service_sec_header {
  text-align: center;
  margin-bottom: 40px;
}

.service_sec_header span {
  color: #ff7a00;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.service_sec_header h2 {
  font-size: 32px;
  margin: 10px 0;
}

.service_sec_header p {
  color: #666;
  max-width: 700px;
  margin: auto;
  font-size: 15px;
}

/* Cards Layout */
.service_sec_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Card */
.service_sec_card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: 0.3s ease;
}

.service_sec_card:hover {
  transform: translateY(-5px);
}

/* Image */
.service_sec_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Content */
.service_sec_content {
  padding: 20px;
}

.service_sec_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}

.service_sec_subtitle {
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
}

/* Price */
.service_sec_price {
  font-size: 26px;
  color: #ff7a00;
  font-weight: bold;
}

.service_sec_price small {
  font-size: 12px;
  color: #777;
  font-weight: normal;
}

/* Tag Buttons */
.service_sec_tags {
  margin: 12px 0;
}

.service_sec_tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #ff7a00;
  font-size: 12px;
  margin: 4px 4px 0 0;
  color: #ff7a00;
}

/* Description */
.service_sec_desc {
  font-size: 14px;
  color: #555;
  margin: 10px 0 15px;
}

/* Footer */
.service_sec_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service_sec_enquiry {
  font-size: 13px;
}

.service_sec_btn {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.service_sec_btn:hover {
  background: #ff7a00;
}

/* ===============================
   RESPONSIVE DESIGN
=================================*/
@media (max-width: 992px) {
  .service_sec_cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .service_sec_header h2 {
    font-size: 24px;
  }

  .service_sec_img img {
    height: 200px;
  }

  .service_sec_price {
    font-size: 22px;
  }
}



/* ------------------------------------- */

/* ===================================Service page========================== */



/* ===============================
   SERVICE CORE MAIN SECTION
=================================*/
.service_core_section {
    width: 100%;
    padding: 60px 20px;
    background: #f6f6f6;
    font-family: 'Segoe UI', sans-serif;
}

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

/* ===============================
   HEADINGS
=================================*/
.service_core_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #222;
}

.service_core_subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 15px;
}

/* ===============================
   SERVICE GRID
=================================*/
.service_core_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service_core_card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.service_core_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.service_core_card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
}

.service_core_card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ===============================
   WHY CHOOSE SECTION
=================================*/
.service_core_why_section {
    margin-top: 70px;
    padding: 50px 25px;
    border: 2px solid #f39c12;
    border-radius: 12px;
    background: #fff;
}

.service_core_why_title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.service_core_why_subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 35px;
    font-size: 14px;
}

.service_core_why_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

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

@media (max-width: 768px) {
    .service_core_grid {
        grid-template-columns: 1fr;
    }

    .service_core_why_grid {
        grid-template-columns: 1fr;
    }

    .service_core_section {
        padding: 40px 15px;
    }

    .service_core_title {
        font-size: 24px;
    }

    .service_core_why_title {
        font-size: 22px;
    }
}




/* ----------------------------------- */




/* ===============================
   SERVICE SPECILIZES SECTION
=================================*/

.service_specilizes_section {
    width: 100%;
    padding: 80px 20px;
    background: #f7f7f7;
    font-family: 'Segoe UI', sans-serif;
}

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

/* Heading */
.service_specilizes_header {
    text-align: center;
    margin-bottom: 60px;
}

.service_specilizes_header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.service_specilizes_header p {
    color: #666;
    font-size: 15px;
}

/* ===============================
   TOP CARDS GRID
=================================*/

.service_specilizes_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 80px;
}

.service_specilizes_card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

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

.service_specilizes_card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.service_specilizes_card_content {
    padding: 18px;
}

.service_specilizes_card_content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #222;
}

.service_specilizes_card_content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ===============================
   FEATURES SECTION
=================================*/

.service_specilizes_features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.service_specilizes_feature_column h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #222;
}

.service_specilizes_feature_column p {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Feature Box */
.service_specilizes_feature_box {
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    transition: 0.3s;
}

.service_specilizes_feature_box:hover {
    transform: translateY(-5px);
}

.service_specilizes_icon {
    font-size: 22px;
    color: #ff6a00;
    margin-top: 4px;
}

.service_specilizes_feature_text h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #222;
}

.service_specilizes_feature_text p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* ===============================
   RESPONSIVE DESIGN
=================================*/

@media (max-width: 1100px) {
    .service_specilizes_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service_specilizes_grid {
        grid-template-columns: 1fr;
    }

    .service_specilizes_features {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service_specilizes_header h2 {
        font-size: 26px;
    }
}




/* ================================ */



/* ===============================
   SERVICE CONTENT CTA SECTION
=================================*/

.service_content_section {
    padding: 60px 20px;
    background: #f4f4f4;
    font-family: 'Segoe UI', sans-serif;
}

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

.service_content_banner {
    position: relative;
    background: url('https://images.unsplash.com/photo-1501785888041-af3ef285b470') center/cover no-repeat;
    border-radius: 18px;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    align-items: center;
    padding: 50px 60px;
}

/* Dark Overlay */
.service_content_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

/* Content Wrapper */
.service_content_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

/* Left Text */
.service_content_text h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service_content_text p {
    color: #e0e0e0;
    font-size: 15px;
    max-width: 500px;
    line-height: 1.6;
}

/* Button */
.service_content_btn {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
    backdrop-filter: blur(6px);
    white-space: nowrap;
}

.service_content_btn:hover {
    background: #ffffff;
    color: #000;
}

/* ===============================
   RESPONSIVE DESIGN
=================================*/

@media (max-width: 992px) {

    .service_content_banner {
        padding: 40px 30px;
    }

    .service_content_text h2 {
        font-size: 28px;
    }

}

@media (max-width: 768px) {

    .service_content_inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .service_content_banner {
        padding: 35px 25px;
    }

    .service_content_text h2 {
        font-size: 24px;
    }

    .service_content_text p {
        font-size: 14px;
    }

    .service_content_btn {
        margin-top: 15px;
    }

}

@media (max-width: 480px) {

    .service_content_banner {
        min-height: 220px;
    }

    .service_content_text h2 {
        font-size: 20px;
    }

}

/* =============================== */




.product_featured_section{
  padding:60px 20px;
  background:#f5f5f5;
}

.product_featured_container{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:30px;
  flex-wrap:wrap;
}

.product_featured_card{
  flex:1 1 48%;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
}

/* IMAGE SECTION */

.product_featured_image{
  position:relative;
  height:320px;
  overflow:hidden;
}

.product_featured_image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.product_featured_overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}

.product_featured_content{
  position:absolute;
  bottom:20px;
  left:20px;
  right:20px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  color:#fff;
}

.product_featured_content h2{
  font-size:24px;
  font-weight:700;
  margin-bottom:8px;
}

.product_featured_content p{
  font-size:14px;
  opacity:0.9;
}

.product_featured_price{
  text-align:right;
}

.product_featured_price h3{
  color:#ff7a00;
  font-size:22px;
  font-weight:700;
}

.product_featured_price span{
  font-size:12px;
  opacity:0.8;
}

/* DETAILS SECTION */

.product_featured_details{
  padding:25px;
}

.product_featured_details h4{
  font-size:18px;
  margin-bottom:15px;
}

.product_featured_details ul{
  list-style:disc;
  padding-left:18px;
  margin-bottom:20px;
}

.product_featured_details ul li{
  font-size:14px;
  margin-bottom:8px;
  color:#444;
}

a.product_featured_btns {
    display: block;
    text-align: center;
    background-color: #0d6efd !important;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
a.product_featured_btns:hover{
  background:#ff7a00;
}

/* RESPONSIVE */

@media(max-width:992px){
  .product_featured_card{
    flex:1 1 100%;
  }
}

@media(max-width:600px){
  .product_featured_content{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .product_featured_price{
    text-align:left;
  }

  .product_featured_image{
    height:250px;
  }
}




/* ================================================= */




.package_details_section{
  /* padding:40px 20px; */
}

.package_details_container{
  width:100%;
  margin:auto;
}

/* ===== Banner ===== */

.package_details_banner{
  position:relative;
  height:450px;
  /* border-radius:12px; */
  overflow:hidden;
  margin-bottom:25px;
}

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

.package_details_overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0.8));
}

.package_details_banner_content{
  position:absolute;
  bottom:25px;
  left:25px;
  color:#fff;
}

.package_details_banner_content h1{
  font-size:36px;
  font-weight:700;
}

.package_details_price{
  color:#ff7a00;
  font-size:22px;
  margin-top:5px;
}

.package_details_back{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  display:inline-block;
  margin-bottom:10px;
}

/* ===== Highlights ===== */

.package_details_highlights{
  background:#fff;
  padding:20px;
  width:90%;
  margin: auto;
  border-radius:10px;
  margin-bottom:35px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
}


.package_details_itinerary {
    WIDTH: 90%;
    margin: auto;
}


.package_details_highlights h3{
  margin-bottom:15px;
}

.package_details_highlights ul{
  padding-left:18px;
}

.package_details_highlights li{
  margin-bottom:8px;
  font-size:14px;
}

/* ===== Itinerary ===== */

.package_details_heading{
  text-align:center;
  margin-bottom:25px;
}

.package_details_day_card{
  background:#fff;
  border:2px solid #ff7a00;
  border-radius:10px;
  padding:20px;
  margin-bottom:20px;
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.package_details_day_number{
  background:#ff7a00;
  color:#fff;
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  flex-shrink:0;
}

.package_details_day_content h4{
  margin-bottom:8px;
}

.package_details_day_content p{
  font-size:14px;
  margin-bottom:6px;
}

/* ===== CTA ===== */

.package_details_cta{
  text-align:center;
  margin-top:40px;
  padding:30px 20px;
}

.package_details_cta h3{
  color:#ff7a00;
  margin-bottom:10px;
}

.package_details_cta p{
  margin-bottom:15px;
}

.package_details_btn{
  display:inline-block;
  padding:10px 25px;
  background:#000;
  color:#fff;
  text-decoration:none;
  border-radius:6px;
  transition:0.3s;
}

.package_details_btn:hover{
  background:#ff7a00;
}

/* ===== Responsive ===== */

@media(max-width:768px){

  .package_details_banner{
    height:250px;
  }

  .package_details_banner_content h1{
    font-size:22px;
  }

  .package_details_day_card{
    flex-direction:column;
  }

  .package_details_day_number{
    margin-bottom:10px;
  }

}



/* ====================================== */



.booking_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.booking_modal_content {
  background: #fff;
  width: 50%;
  margin: 5% auto;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}

button.booking_submit_btn {
    padding: 8px;
    color: white;
    background-color: orange;
    border: none;
}

.booking_close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 22px;
}

.package_frm_group {
  margin-bottom: 15px;
}

.package_frm_group input,
.package_frm_group textarea {
  width: 100%;
  padding: 8px;
}



