.destination-category-item {
  margin-top: 0 !important;
}

/* css for destination  */
.destination-tabs {
  background: #f8f9fa;
  padding: 5px;
  border: 0px solid #e9ecef;
  border-left-width: 0;
  border-right-width: 0;
}

/* .hero-1 .hero-bg{
    height: 118%;
} */


@media (min-width: 768px) {
    .hero-bg{
        padding: 150px 0 ;
    }
}

@media (min-width: 900px) {
   .hero-bg{
        padding: 220px 0 ;
    } 
}

@media (max-width: 767px) {
   .hero-bg{
        padding: 40px 0 ;
    } 
}

.destination-tabs .nav-link {
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  color: #495057;
  transition: all 0.3s ease;
  background: transparent;
}

.destination-tabs .nav-link.active {
  background: #fff;
  color: var(--theme);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.destination-tabs .nav-link:hover:not(.active) {
  background: rgba(253, 197, 13, 0.1);
  color: var(--theme);
}

.category-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  /*width: 344px;*/
  height: 342px;
}

.tour-section #tourResults .destination-image{
    height: 220px !important;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-image:hover img {
  transform: scale(1.05);
}

.destination-category-item .category-image img{
    border-radius: 10px;
}

.category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 20px;
  color: white;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.destination_tour_count {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}
/* css for destination end */

.destination-tabs {
  position: relative;
  overflow: hidden;
}

.destination-tabs::before,
.destination-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}

.destination-tabs::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.destination-tabs::after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* Ensure tabs are above the gradients */
.destination-tabs .nav-link {
  position: relative;
  z-index: 3;
}

/* If you have a dark background, adjust the gradient colors */
.dark-theme .destination-tabs::before {
  background: linear-gradient(
    90deg,
    rgba(30, 30, 30, 1) 0%,
    rgba(30, 30, 30, 0) 100%
  );
}

.dark-theme .destination-tabs::after {
  background: linear-gradient(
    90deg,
    rgba(30, 30, 30, 0) 0%,
    rgba(30, 30, 30, 1) 100%
  );
}

.hero-content {
  margin-top: 10px !important;
}

/* .hero-section .swiper{
    height: 80% !important;
} */

.section-padding {
  padding: 60px 0 60px 0;
}

.feature-section.section-padding{
    padding: 60px 0 60px 0;
}
.cta-section.section-padding{
    padding: 60px 0 60px 0;
}
.testimonial-section.section-padding{
    padding: 60px 0 60px 0;
}
.travel-feature-section.section-padding{
    padding: 60px 0 60px 0;
}
.team-section.section-padding{
    padding: 60px 0 60px 0;
}
.news-section.section-padding{
    padding: 60px 0 60px 0;
}
.instagram-banner.section-padding{
    padding: 60px 0 60px 0;
}
.about-section.section-padding{
    padding: 60px 0 60px 0;
}
.tour-section.section-padding{
    padding: 60px 0 60px 0;
}
.contact-us-section.section-padding{
    padding: 60px 0 60px 0;
}
.popular-destination-section.section-padding{
    padding: 60px 0 60px 0;
}
.watch-video-section{
    padding: 60px 0 60px 0;
}

#mobile-menu li.active > a {
    color: var(--theme-2);
    font-weight: 600;
}

.video-wrapper .video-image::before{
    border-radius: 20px;
}

.about-image-2{
    /* height: 384px; */
}

.hero-1 {
  padding: 150px 205px 150px;
  position: relative;
  width: 100%;
  height: calc(-230px + 100vh);
  aspect-ratio: 398 / 1366;
  position: relative;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
}

.more_destination_btn .theme-btn.style-2 {
  border-radius: 100px;
  background: rgba(255, 249, 230, 0.77);
  color: var(--theme);
  padding: 10px 20px;
  min-width: 140px;
}
.more_destination_btn .theme-btn.style-2:hover {
  color: #fff;
}
#destinationTabContent .theme-btn.style-2::before {
  background-color: var(--theme) !important;
}

.destination-card-items .theme-btn{
    text-transform: unset;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px 24px
}
/* floating button css starts here */
.whatsapp_call_btns_sec {
    position: fixed;
    left: 20px;
    top: 80%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    animation: fadeIn 0.5s ease-in-out;
}

.call-btn, .whatsapp-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.call-btn {
    background: linear-gradient(135deg, #257fd3, #125f8c);
    color: white;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #36B849, #36b836);
    color: white;
}

.call-btn:hover, .whatsapp-btn:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.call-btn:active, .whatsapp-btn:active {
    transform: scale(0.95);
}

.call-btn i, .whatsapp-btn i {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.call-btn:hover i, .whatsapp-btn:hover i {
    transform: scale(1.1);
}

/* Pulse animation effect */
.call-btn::before, .whatsapp-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    animation: pulse 2s infinite;
    z-index: -1;
    opacity: 0.7;
}

/* Tooltip on hover */
.call-btn::after, .whatsapp-btn::after {
    content: attr(title);
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10000;
}

.call-btn:hover::after, .whatsapp-btn:hover::after {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .whatsapp_call_btns_sec {
        right: 15px;
        gap: 10px;
    }
    
    .call-btn, .whatsapp-btn {
        width: 50px;
        height: 50px;
    }
    
    .call-btn i, .whatsapp-btn i {
        font-size: 20px;
    }
    
    .call-btn:hover::after, .whatsapp-btn:hover::after {
        display: none;
    }
}


@media (max-width: 480px) {
    .whatsapp_call_btns_sec {
        left: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
        flex-direction: row;
        gap: 10px;
    }
    
    .call-btn, .whatsapp-btn {
        width: 45px;
        height: 45px;
    }
    .news-image{
        width: 100%;
        height: 244.45px;
    }
}
/* floating button css ends here */
.news-image{
   /* width: 306px;*/
    height: 244.45px;
}

.footer-section::before{
    background-color: #AF8D6391 !important;
}

#header-sticky{
    /* background-color: rgba(253, 197, 13, 0.1); */
    background-color: #fff;
}

.header-section-10::before {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28%;
  height: 75%;
  content: "";
  /* background-color: rgba(253, 197, 13, 0.1); */
  /* background-color: #fff; */
  z-index: 1;
  clip-path: polygon(78% 0, 100% 106%, 100% 100%, 0 100%, 0 0);
}

/* .header-top-wrapper-new{
    padding: 15px 0;
} 

.header-section-10 .header-logo {
  top: 60px;
} */

/* .destination-image{
    width: 304px;
    height: 450px;
}

.destination-card-items .destination-image img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
    object-fit: fill;
} */

.tour-packages .destination-image{
    /* height: 220px; */
}

.blog-card .destination-image{
    height: 300px;
}

.popular-destination-section .destination-image{
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 20px;
}

.destination-card-items .destination-image img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 👈 key fix */
    transition: transform 0.4s ease-in-out;
}

.destination-card-items .destination-image img:hover{
    transform: scale(1.1);
}


/* img.thumbnail {
    width: 364px;
    height: 264px;
    object-fit: cover;
} */

.header-11.sticky .header-main{
    padding: 0;
}

.footer-widget-wrapper-new .single-widget-items .list-items li:hover a{
    color: #fff;
}

.footer-widget-wrapper-new .single-widget-items .list-items li:not(:last-child){
    margin-bottom: 10px;
}

.footer-widget-wrapper-new .single-widget-items{
    margin-top: 0;
}

/* #tourResults .col-xl-4{
    width: 35%;
} */

.swiper-dot4{
    display: none !important;
}

.contact-us-main .contact-box-items .content h3 a{
    text-transform: lowercase !important;
}   

.contact-us-main .contact-box-items{
    padding: 28px 20px;
}

.destination-category-section .container-fluid .swiper {
    height: 40% !important;
}

#tourResults {
    height: 900px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Chrome, Safari, Opera */
#tourResults::-webkit-scrollbar {
    display: none;
}

.breadcrumb-wrapper .page-heading{
    padding: 30px 0;
}

/*.activities-details-section .activities-details-wrapper .details-thumb {
    width: 865px;
    height: 340px;
    overflow: hidden;
    position: relative;
}

.activities-details-section .activities-details-wrapper .details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}*/

.activities-details-section 
.activities-details-wrapper 
.details-thumb {
    width: 100%;
    max-width: 865px;
    aspect-ratio: 865 / 340;
    overflow: hidden;
    position: relative;
}

.activities-details-section 
.activities-details-wrapper 
.details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 768px) {
    .activities-details-section 
    .activities-details-wrapper 
    .details-thumb {
        aspect-ratio: 1 / 1;
        padding-top: 0;
    }
}

/* Social Media Floating Icons */
.social-icons-float {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.social_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
}

.social_icon:hover {
  transform: translateX(-8px) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: white;
}

/* Individual Social Media Colors */
.fb {
  background: linear-gradient(135deg, #1877f2, #0d5ab9);
}

.fb:hover {
  background: linear-gradient(135deg, #0d5ab9, #0a468c);
}

.twitter {
  background: linear-gradient(135deg, #1da1f2, #0c85d0);
}

.twitter:hover {
  background: linear-gradient(135deg, #0c85d0, #0a6ca8);
}

.instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}

.instagram:hover {
  background: linear-gradient(
    45deg,
    #fd1d1d,
    #e1306c,
    #c13584,
    #833ab4,
    #5851db,
    #405de6
  );
}

.youtube {
  background: linear-gradient(135deg, #ff0000, #cc0000);
}

.youtube:hover {
  background: linear-gradient(135deg, #cc0000, #990000);
}

/* Tooltip on Hover */
.social_icon::after {
  content: attr(aria-label);
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.social_icon:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Pulse Animation for New Content */
.social_icon.new::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 12px;
  height: 12px;
  background: #ff3b30;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .social_icons-float {
    right: 10px;
    gap: 12px;
  }

  .social_icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .social_icon:hover {
    transform: translateX(-5px) scale(1.05);
  }

  .social_icon::after {
    display: none; /* Hide tooltip on mobile */
  }
}

@media (max-width: 480px) {
  .social_icons-float {
    right: 8px;
    gap: 10px;
  }

  .social_icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  /* Optional: Stack icons horizontally on very small screens */
  @media (max-width: 320px) {
    .social_icons-float {
      flex-direction: row;
      bottom: 80px;
      top: auto;
      right: 50%;
      transform: translateX(50%);
      gap: 10px;
    }
  }
}