:root {
    --primary-color1: #02468d;
    --primary-color2: #02468d;
}
header.style-2 .header-logo {
    width: 320px;
}
.home6-banner-section .banner-wrapper {
    height: 350px;
}
  /* .footer-section {
    background-image: url(../img/home1/footer-bg.png), linear-gradient(180deg, #110f0fcc 0%, #110F0F 100%);
  } */

.nice-select {
     line-height: 45px;
	 border-color: #024081;
}
  .gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
header.style-2 .mobile-logo-area .mobile-logo-wrap img {
     width: unset; 
}

.gallery-card:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.gallery-view {
    display: inline-block;
    padding: 6px 14px;
    background: #ff7a00;
    color: #fff;
    border-radius: 4px;
    text-decoration: none; 
}

 .gallery-view:hover {
    background: #ff5500;
}
.section-title p {
    max-width:100%;
}
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 100px;
}

#contact .form-inner textarea {
    min-height: 50px;
}
.recaptcha-center {
    display: flex;
    justify-content: center;
}
#quick-links .widget-list li:not(:last-child) a::after {
  content: " | ";
  color: #000000;
  padding: 0 2px 0 0;
}
  .footer-section .footer-bottom .copyright-and-payment-method-area p a{
      color: #02468d;
  }
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area span,
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area a,
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content span,
.footer-section .footer-menu-wrap .footer-widget .widget-list li a,
.footer-section .footer-bottom .copyright-and-payment-method-area p,
.footer-section .footer-menu-wrap .footer-widget .widget-title h5,
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact .content a,
.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover{

    color: #000000;
}

.footer-section {
    background-image: url(../img/home1/footer-bg.png) ;
   
}

.progress-wrap {
    bottom:100px;
}
.error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}
input.error, textarea.error {
    border: 1px solid red;
}
.package-card .package-content .btn-and-price-area .price-area span {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 15px;
}
.package-card .package-img-wrap .package-img img {
    width: 100%;
    height: 200px;
}
 
.pdp-enquiry-btn {
        display: none;
    }
        .pdp-enquiry-btn a{
            display: none;
        }

.mobile-contact .content img{
         display: block;
        position: fixed;
        border-radius: 50px;
        left: -5px;
        bottom: 100px;
        z-index: 9;
        padding: 5px 5px;
    }
    
    .recaptcha-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}
    .footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
        margin: 8px 0 15px;
}

.recaptcha-submit-wrapper .primary-btn1 {
  padding: 20px 40px;
}

.why-choose-video-area .why-choose-video-wrap img{
    height: 600px;
    width: 100%;
}
/* Stack on small screens */
@media (max-width: 767px) {
  .recaptcha-submit-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .recaptcha-submit-wrapper .primary-btn1 {
    padding: 20px 40px;
	margin:auto;
  }

    .filter-wrapper .filter-input-wrap .filter-input .single-search-box {
       
        width: 300px;
    }
}
@media screen and (max-width: 767px) {
    
    .mobile-contact .content img{       
        display: block;
        position: fixed;
        border-radius: 50px;
        left: 0px;
        bottom: 100px;
        z-index: 9;
        padding: 5px 5px;
    }
    
    .pdp-enquiry-btn {
        display: block;
    }

    .pdp-enquiry-btn a {
        position: fixed;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px;
        font-size: 20px;
        text-align: center;
        background: #02468d;
        color: white;
        z-index: 9;
    }
     iframe{
            width: 380px;
    }

}

@media (max-width: 576px) {
    .home1-destination-section .nav-pills .nav-item .nav-link {
        padding: 15px 13px;
    }
        .home6-banner-section .banner-wrapper .banner-content-wrap {
        padding: 120px 0px 20px;
    }
    .package-card .package-img-wrap .package-img img{
     min-height: unset;
     height:280px;
    }
    .form-inner input {
        height: 35px;
    }
    .nice-select {
    line-height: 20px;
     height: 35px;
    }
}
  @media (max-width: 426px) {
      
   
    .filter-wrapper .filter-input-wrap .filter-input .single-search-box {
        width: 350px;
    }
    iframe{
            width: 100%;
    }
}
@media (max-width: 991px) {
    .footer-section .footer-bottom .copyright-and-payment-method-area {
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .home6-banner-section .banner-wrapper .banner-content-wrap {
    padding: 130px 0px 20px;
}
  .footer-section .footer-menu-wrap {
        padding: 20px 0 0px;
    }

    
    .filter-wrapper .filter-input-wrap .filter-input .primary-btn1 {
        margin: 0 0 0 50px;
        width: 200px;
    }
}
  @media (min-width: 1200px) and (max-width: 1599px) {
    header.style-2 .main-menu > ul > li > a {
        font-size: 16px;
    }
       .home6-banner-section .banner-wrapper .banner-content-wrap{
        padding: 30px 0;
    }
    .home6-banner-section .banner-wrapper .banner-content-wrap {
    padding: 120px 0px 40px;
}
}

    .menu-list li.active > a {
        color: #d4af37;
        font-weight: 600;
    }

    @media (max-width: 1199.98px) {
        .main-menu {
            position: fixed;
            top: 0;
            right: 0;
            width: 320px;
            height: 100vh;
            z-index: 1000;
            background-color: #fff;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
            
         
            transform: translateX(100%);
            opacity: 0;
            visibility: hidden;
            
         
            transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
        }
        .main-menu.active {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }
    }

    @media (min-width: 1200px) {
        .main-menu {
          
            position: static;
            width: auto;
            height: auto;
            background-color: transparent;
            box-shadow: none;
            transform: none;
            opacity: 1;
            visibility: visible;
        }
    }
