/********** Template CSS **********/
:root {
    --primary: #f9080b;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.botmms_adsss p {
    display: flex;
}
.botmms_adsss p i {
    position: relative;
    top: 5px;
}

.link_ara a:hover {
    text-decoration: underline;
}
.link_ara a {
    color: #808b8d;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.top_adsss small a:hover {
    text-decoration: underline;
}

.top_adsss small a {
    color: #fff;
    font-size: 15px;
}
.al_space_sprt:before {
    background: #0006;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	    z-index: 1;
    content: '';
}
.al_space_sprt .tex_witss {
    color: #fff;
    z-index: 1;
    font-size: 15px;
    line-height: 21px;
}
.al_space_sprt .ovr_bxb {
    z-index: 1;
}

.botmms_adsss p a {
    color: #fff;
}
.botmms_adsss p a:hover {
    text-decoration: underline;
}
.rem_be_af:before {
    display: none;
}
.rem_be_af:after {
    display: none;
}


.al_space_sprt.maneg_hites_mld {
    height: 241px;
    overflow: hidden;
}
.al_space_sprt.maneg_hites_mld img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.al_space_sprt.maneg_hites_sm {
    height: 209px;
    overflow: hidden;
}
.al_space_sprt.maneg_hites_sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 45px;
    padding: 35px 0;
    color: #5184e4 !important;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:last-child{margin-right:0;}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #5184e4 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
	font-weight: 700;
}

.navbar-light .navbar-brand  img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand  img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #d7dced;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #d7dced;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
		        background: #d7dced;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #d7dced;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
    .nav-link {
        color: black;
        text-decoration: none;
    }
    
    .nav-link:hover {
        color: red;
    }
    
    .active {
        color: red; /* Color for the active page */
        font-weight: bold; /* Optional: Add some bold styling to distinguish the active page */
    }
    
}




/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/cta-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*** pring plan */
.pricing-plans {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .plan {
        width: 100%; /* Make each plan take full width on smaller screens */
    }
}

/* partner sections */
.partners-section {
    background-color: #334a74;
    padding: 20px 0;
}

.partners-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f7fa;
    padding: 20px;
    border-radius: 8px;
    margin: 0 50px;
}

@media (max-width: 768px) {
    .partners-container {
        width: 100%; /* Make each plan take full width on smaller screens */
    }
}

.partners-container img {
    max-height: 50px;
    max-width: 150px;
    object-fit: contain;
}

/* yr */
/* Newsletter Section */
.newsletter {
    background-color: #0474b6; /* Match this with your theme color */
    color: #fff;
    padding: 40px 0;
  }
  
  .newsletter h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .newsletter p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .newsletter-form input[type="email"] {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    width: 300px;
    max-width: 100%;
  }
  
  .newsletter-form .btn-subscribe {
    padding: 10px 20px;
    background-color: #e63946; /* Button color */
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .newsletter-form .btn-subscribe:hover {
    background-color: #d62828;
  }
  
  @media (max-width: 768px) {
    .newsletter-form {
      flex-direction: column;
    }
  
    .newsletter-form input[type="email"] {
      margin-bottom: 10px;
      margin-right: 0;
    }
  
    .newsletter h3 {
      font-size: 24px;
    }
  
    .newsletter p {
      font-size: 14px;
    }
  }
  /*yr end  */




  /* FAQ Section */
.faq {
    background-color: #f9f9f9; /* Background color */
    padding: 40px 0;
  }
  
  .faq h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .faq-item {
    border: 1px solid #ddd; /* Border for FAQ items */
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden; /* Prevent overflow of content */
  }
  
  .faq-question {
    background-color: #aeb0b3; /* Background color for questions */
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .faq-question h3 {
    margin: 0;
    font-size: 20px;
  }
  
  .toggle-icon {
    font-size: 20px;
  }
  
  .faq-answer {
    padding: 15px;
    display: none; /* Hide answers by default */
    background-color: #fff;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .faq h2 {
      font-size: 24px;
    }
  
    .faq-question h3 {
      font-size: 18px;
    }
  }
/* services */

 .service-item {
     background-color: #f8f9fa;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
 }
 .service-item:hover {
     transform: translateY(-10px);
     box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
 }
 .service-item i {
     color: #007bff;
 }

       /* hero and query */

       .hero-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background: url('background-image.jpg') no-repeat center center;
        background-size: cover;
        color: white;
    }
    
    .hero-text {
        flex: 1;
        font-size: 2rem;
        margin-right: 20px;
    }
    
    .quote-box {
        flex: 0.5;
        background-color: rgba(255, 255, 255, 0.1); /* Adjust opacity for background blur */
        padding: 20px;
        border-radius: 10px;
    }
    
    .quote-box input, .quote-box textarea {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    
    .quote-box button {
        background-color: #ffcc00;
        color: white;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }
    /* end hero and query */

    /*  */
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 20px;
    }
    .contact-heading {
        text-align: center;
        margin-bottom: 40px;
    }
    .contact-heading h2 {
        font-size: 36px;
        margin: 0;
        color: #333;
    }
    .contact-heading h6 {
        font-size: 18px;
        color: #007bff;
        margin-bottom: 10px;
    }
    .contact-form {
        display: flex;
        justify-content: center;
    }
    .contact-form form {
        width: 100%;
        max-width: 600px;
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .contact-form input,
    .contact-form textarea {
        width: calc(50% - 10px);
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
    }
    .contact-form input.full-width {
        width: 100%;
    }
    .contact-form textarea {
        resize: none;
        height: 150px;
    }
    .contact-form button {
        background-color: #ff0000;
        color: white;
        padding: 15px;
        font-size: 18px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        width: 100%;
        transition: background-color 0.3s;
    }
    .contact-form button:hover {
        background-color: #cc0000;
    }

    /* pakages pricing section */


  * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    
    
    
    .pricing-section {
        text-align: center;
        padding: 50px;
    }
    
    /* h2 {
        color: #ff8552;
        font-weight: 700;
    } */
    
    .subheading {
        font-size: 18px;
        margin-bottom: 40px;
        color: #333;
    }
    
    .pricing-plans {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
    
    .plan {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: 300px;
    }
    
    .plan h3 {
        font-size: 24px;
        color:  #ff0000;
        margin-bottom: 15px;
    }
    
    .price {
        font-size: 36px;
        color:  #ff0000;
        margin-bottom: 15px;
    }
    
    .price span {
        font-size: 16px;
        color: #777;
    }
    
    .plan ul {
        list-style: none;
        text-align: left;
        margin: 20px 0;
    }
    
    .plan ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    /*.plan ul li:before {
        content: '✓ ';
        color: #2ecc71;
    }
    
    .plan ul li:before {
        margin-right: 10px;
    }
    
    .plan ul li:before {
        content: '✘ ';
        color: #ff0000;
    }*/
    
    .btnnn {
        display: inline-block;
        background-color:  #ff0000;
        color: white;
        padding: 12px 25px;
        font-size: 16px;
        border-radius: 8px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
    
    .btnnn:hover {
        background-color: hsl(205, 67%, 50%);
    }


    /* we specialize in */
    .service-icon {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .service-card {
        border: none;
        text-align: center;
        padding: 2rem 1rem;
    }
    .service-title {
        font-weight: bold;
        color: #007bff; /* Bootstrap blue */
    }
    .service-desc {
        color: #6c757d; /* Bootstrap grey */
    }
