/* Responsive styles for the website */
@media screen and (min-width: 1401px) {}

/* ========== Max-width: 1200px ========== */
@media (max-width: 1200px) {
  .pill-section {
    margin: 30px 30px !important;
  }

}

/* ========== Max-width: 900px ========== */
@media (min-width: 900px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {

  .card-title-overlay {

    opacity: 1 !important;

  }

  body {
  padding-top: 92px;  
}

  h1,
  .h1 {
    font-size: var(--h1-size-md);
  }

  h2,
  .h2 {
    font-size: var(--h2-size-md);
  }

  h3,
  .h3 {
    font-size: var(--h3-size-md);
  }

  h4,
  .h4 {
    font-size: var(--h4-size-md);
  }

  h5,
  .h5 {
    font-size: var(--h5-size-md);
  }

  h6,
  .h6 {
    font-size: var(--h6-size-md);
  }

  .img-responsive {
    width: 100%;
  }

  .pill-section {
    flex-direction: column;
    border-radius: 126px;
    /* 8 × 8, keeps the pill look */
    padding: 64px 32px;
    /* both values now multiples of 8px */
    height: auto;
    max-width: 90%;
    position: relative;
    overflow: visible;
    margin: 90px 30px !important;
  }

  .pill-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .image-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    /*min-height: 280px;*/
    object-fit: cover;
    border-radius: 45%;
    overflow: hidden;
  }

  .text-content {
    padding: 0;
    max-width: 100%;
    text-align: center;
  }

  .text-content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .text-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  /* Ribbons repositioned to top and bottom center */
  .ribbons {
    flex-direction: column;
    position: absolute;
    left: 50% !important;
    gap: 10px;
    z-index: 2;
    transform: translateX(0%);
  }

  .ribbons.left {
    top: -35px;
    left: 45% !important;
    transform: rotate(90deg);
  }

  .ribbons.right {
    top: 93%;
    right: 50%;
    transform: rotate(90deg);
  }

  .ribbons img {
    width: 55px;
  }

  .wpcf7-response-output {
    position: absolute;
    bottom: 75px;
  }
}

/* ========== Max-width: 768px ========== */
@media (max-width: 768px) {
  .locations-more-locations .location-card .card-text{line-height: 1.5 !important;}
  .load_more_travel .card-body{
    padding:16px 0 0 0;
  }
  .moodboard_inspiration p{font-size: 16px !important; line-height: 1.3;}
  .sweet-options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
  .sweet-choice-img {
  border-radius: 60px;
  object-fit: cover;
  box-shadow: 2px 0 0 #F8CA33,4px 0 0 #F8CA33,6px 0 0 #F8CA33;
  max-width: 80px;
}
.sweet-choice {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  border: 2px solid #000;
  border-radius: 70px;
  background: #fff0;
  padding: 5px 10px !important;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
  .w-75-m {
    width: 40% !important;
  }
  .short-heading {
    font-size: 0.8rem !important;
  }

  .sweet-option-headings{line-height: 1.3;
  font-size: 1rem;} 

  .container-sm-w {
  width: 100%;
  padding-left: 30px;
}
  /* .carousel-item img {
    width: 80%;
    height: 520px;
    aspect-ratio: 2/ 4;
    object-fit: cover;
    border-radius: 8rem;
  }*/
   .arrow-spin {
    padding-top: 50px;
    max-width: 120px;
  }
  .video-card-1 img{min-height: 320px;}
  .video-card-1 img{min-height: 480px;}
  .score-back-btn{width:80%;}
  .w-75-m {
    width: 75% !important;
  }

  .blog-social-images {
    max-width: 30px;
  }
  .mob_media {
        font-size: 13px;
        font-weight: 500 !important;
    }

  h1,
  .h1 {
    font-size: var(--h1-size-sm);
  }

  h2,
  .h2 {
    font-size: var(--h2-size-sm);
  }

  h3,
  .h3 {
    font-size: var(--h3-size-sm);
  }

  h4,
  .h4 {
    font-size: var(--h4-size-sm);
  }

  h5,
  .h5 {
    font-size: var(--h5-size-sm);
  }

  h6,
  .h6 {
    font-size: var(--h6-size-sm);
  }

  .carousel-bg {
    background: var(--bg-warning) !important;
  }

  .main-image {
    border: 15px solid #f9c933 !important;
    box-shadow: 6px 10px 15px 10px #f9c933 !important;
    max-width: 100% !important;
    width: 100% !important;
    /* height: 520px; */
    object-fit: cover !important;
    clip-path: inset(10px 6px 6px 10px) !important;
  }

  .travel-booking-section .booking-form {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    overflow-x: visible;
  }

  .booking-field {
    width: 100%;
    max-width: 100%;
  }

  .booking-field input[type="text"],
  .booking-field input[type="date"] {
    font-size: 1rem;
    width: 100%;
  }

  .switch-icon {
    order: 0;
    justify-content: end;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: 37%;
  }

  .switch-icon img {
    width: 50px;
  }

  .search-btn {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
  }

  #newsletter .booking-field {
    margin-bottom: 1rem;
  }

  .slider-background::before {
    border-radius: unset;
  }

  .overlay-text h3 {
    font-weight: bold;
    font-size: 1rem;
  }

  .main-image {
    border: 15px solid #f9c933 !important;
    box-shadow: 6px 10px 15px 10px #f9c933 !important;
    max-width: 100% !important;
    width: 100% !important;
    /* height: 520px; */
    object-fit: cover !important;
    clip-path: inset(10px 6px 6px 10px) !important;
  }

  .trip-slider .slick-list .slick-slide {
    padding: 5px;
  }

  .trip-image-container {
    position: relative;
  }

  .trip-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
  }

  .trip-overlay-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 3;
    font-size: 14px;
  }

  .category-card {
    height: 200px;
    margin-bottom: 20px;
  }

  .card-title {
    font-size: 1.5rem;
  }

  .star-element, .star-element-video{
    display: none;
  }

  #carouselExample {
    background: unset;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
  }

  .trip-box {
    padding: 16px;
  }

  .rounded-2x-start {
    border-top-left-radius: 45px !important;
    border-bottom-left-radius: unset !important;
    border-top-right-radius: 45px !important;
    border-bottom-right-radius: unset !important;
  }

  .overlay-play-btn img {
    width: 25px;
    height: 25px;
  }

  .vjs-big-play-button {
    width: 90px !important;
    height: 90px !important;
  }

  .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 45px !important;
  }

  .video-title {
    font-size: 16px;
    bottom: 20px;
  }

  progress {
    width: 220px;
  }

  .custom-controls {
    /* flex-direction: column; */
    align-items: center;
  }

 /* #banner-text {
    font-size: clamp(3rem, 6vw, 4rem);
    letter-spacing: 0.1rem;
    line-height: 1;
  }*/

  /* Newsletter Section */
  #newsletter .row {
    flex-direction: column;
    text-align: center;
  }

  #newsletter .inspiration-text h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  #newsletter .d-flex {
    flex-direction: column;
    align-items: center;
  }

  #newsletter .booking-field {
    width: 100%;
    margin-bottom: 1rem;
  }

  #newsletter button.btn {
    width: 100%;
  }

  #newsletter .text-tertiary {
    text-align: center;
    margin-top: 1rem;
  }

  #newsletter a {
    font-size: 0.85rem;
    display: inline-block;
    margin: 0 8px;
  }

  /* Thumbnail Scroll */
  .thumb-scroll {
    justify-content: center;
  }

  .thumb-img {
    width: 70px;
    height: 40px;
  }

  .arrow-group {
    bottom: -20px;
  }



  .svg-section {
    padding-top: 25px;
    margin-top: 0px !important;
    margin-bottom: -30px;
    right:unset;
  }

  .inspiration-text h1 {
    font-size: 1.6rem !important;
    font-weight: 700;
    color: var(--secondary);
    text-transform: uppercase;
    font-family: "Akira Expanded", sans-serif;
  }

  .svg-section-2 {
    left: unset;
    top: unset;
    margin: -30px 0% -25px 0;
    pointer-events: none;
  }

  .cloud-1,.podcast-cloud-1, .before-cloud-2-3 {
    display: none;
  }

  .cloud-2 {
    display: none;
  }

  .cloud-2-3 {
    display: none;
  }

  .cloud-4 {
    display: none;
  }

  .cloud-404 {
    display: none;
  }

  /* category list */
  .article-list-1 {
    max-width: 100%;
    min-height: 148px;
    width: 100%;
  }

  .wpcf7-response-output {
    position: absolute;
    bottom: 85px;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    padding: 10px;
    margin: 15px 0 !important;
  }

  span.wpcf7-not-valid-tip {
    position: relative;
    text-align: left;
  }

  /* quiz */
  .scene-options {
    gap: 10px !important;
  }

  .sweet-choice {
    width: 100% !important;
  }
}

/* ========== Max-width: 550px ========== */

/* ========== Max-width: 500px ========== */
@media (max-width: 500px) {
  .score-back-btn{width:80%;}

  .video-card-1 img{min-height: 260px;}
  .video-card-2 img{min-height: 320px;}

  .wpcf7-response-output {
    position: unset;
  }

  .inspiration-slider .slick-slide {
    padding: 0 6px;
  }

  .inspiration-slider {
    margin: 0 -6px;
  }

  .card-title {
    font-size: 1.3rem;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 1rem !important;
  }
}

/* ========== Max-width: 605px ========== */
@media (max-width: 605px) {
  .inspiration-slider .first-card .card-title-overlay,.trip-slider .trip-image-main.active-default{box-shadow: unset !important;}
  section {
    padding: 30px 0;
  }


  .top-illustration {
    max-width: 340px;
    padding: 0 2rem;
    top: 130px;
  }

  .trip-ideas-section {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .inspiration-bg-shape {
    height: 25% !important;
    border-radius: 0px !important;
  }

  footer .email-btn,.fh_subscription_form .wpcf7-form-control-wrap {
    width: 80%;
  }

  .hd-badge {
    background: red;
    color: white;
    font-size: 6px;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    bottom: 30px;
    right: 4px;
  }

  .blog-social-images {
    max-width: 25px;
  }

}

/* ========== Max-width: 576px ========== */
@media (max-width: 576px) {
  .arrow-spin {
    padding-top: 30px;
    max-width: 80px;
  }
  .inspiration-slider .slick-list{
  padding: 25px 35px !important;
}

  .locations-more-locations .card img {
    min-height: 260px;
  }

  
  .load-more-go .plan-card img {
    min-height: 260px;
  }

  .mob_media{
    font-size: 11px;
    font-weight: 500 !important;
  }

  .banner-section {
  
  height: 75vh;
  
}

  .overlay-text {
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 20px;
  z-index: 3;
  padding: 8px;
}

    .btn-secondary {
    width: 80%;
    justify-content: center;
  }

  /*#banner-text span {
  font-size: 40px;
  
  line-height: 1;
  
}*/

  #lottie-loader {
  width: 160px;
  height: 90px;
}
  .swiper-backface-hidden .swiper-slide {
    padding: 5px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Tablet view */
  }

  .thumb-img {
    width: 60px;
    height: 35px;
  }

  .arrow-group {
    bottom: -18px;
  }

  .blog-social-images {
    max-width: 20px;
  }

  .circle {
    width: 80px;
    height: 80px;
  }

  .wrapper svg {
    width: 80px;
    height: 80px;
  }


  /* buttons padding */
  .btn-primary {
    padding: 0.8rem 1.2rem;
  }

  .btn-secondary {
    padding: 0.8rem 1.2rem;
  }

  .btn-search {
    padding: 0.8rem 1.2rem;
  }

  .btn-tertiary {
    padding: 0.8rem 1.2rem;
  }
}
@media (max-width: 380px) {
  #banner-text {
   
  font-weight: 800;
  color: white;
  letter-spacing: 0rem;
  word-wrap: break-word;
  line-height: 0.8;
}
}

@media (max-width: 480px) {
  .arrow-spin {
    padding-top: 15px;
    max-width: 70px;
  }

  .top-48{top : 48% !important;}


  /*#banner-text {
    font-size: clamp(1rem, 5vw, 2.5rem);

  }
*/
  .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important;
  }

  .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 32px !important;
  }

  .video-title {
    font-size: 14px;
    bottom: 18px;
  }

  progress {
    width: 180px;
  }

  .custom-controls {
    padding: 12px;
  }

  .custom-btn img {
    width: 18px;
    height: 18px;
  }

  /*.inspiration-slider .slick-slide {
    padding: 20px;
  }*/

  #gdpr p {
    font-size: 8px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }

  #gdpr p a {
    font-size: 8px;
    line-height: 16px;
    margin-bottom: 0;
    color: #fff;
  }

  #gdpr .btn-primary {
    margin-top: 8px;
  }
}

@media (max-width: 380px) {
  .podcast-social-media {
    text-align: center;
  }

  .circle {
    display: none;
  }

  .wrapper svg {
    display: none;
  }

  .external-video-text {
    font-size: 8px !important;
  }

  .outer-frame:hover .external-video-title {
    position: absolute;
    bottom: 10px;
    right: 16px;
    color: white !important;
    font-size: 12px;
    text-align: right;
    font-weight: 500;
    border-radius: 8px;
    padding: 5px;background: var(--secondary);display: block;
  }
}