/* ===== RESPONSIVE LAYOUT FIX =====
   Converts absolute-positioned sections to normal document flow
   and adds full responsive design + interactive enhancements
   ===== */

/* ===== BASE CONTAINER FIX ===== */
.nabagunjara-website-homepage {
  min-height: auto !important;
  height: auto !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.body-euablink-icon {
  display: none !important;
}

/* ===== HERO SECTION ===== */
.content-block {
  position: relative !important;
  width: 100% !important;
  min-height: 100vh;
}

/* ===== ABOUT US SECTION ===== */
.frame-parent {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 75rem;
  margin: 5rem auto;
  padding: 0 2rem;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.frame-group {
  min-width: 0 !important;
}

.right-image-icon {
  width: 100%;
  max-width: 35rem;
  height: auto;
}

/* ===== LINE DIVIDERS ===== */
.line, .line2 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 60%;
  max-width: 43rem;
  margin: 0 auto;
}

/* ===== EXPLORE BY EXPERIENCE ===== */
.frame-section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 75rem;
  margin: 3rem auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

/* ===== MOST LOVED DESTINATIONS ===== */
.loved-container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  margin: 3rem auto;
  padding: 2rem 2rem 3rem;
  box-sizing: border-box;
  background-image: url(images/Body-euablink@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.text-stripe-parent {
  height: auto !important;
  min-height: auto !important;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Scrolling text stripe - horizontally centered behind card */
.text-stripe {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0;
  transform: translateY(-50%) !important;
  height: auto !important;
  margin: 0 !important;
  width: 100% !important;
  z-index: 0 !important;
  pointer-events: none;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lined-up {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
  width: max-content;
  animation: marqueeDestinations 30s linear infinite;
}

.marquee-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 3rem;
  padding: 0 1.5rem;
}

.item-text {
  opacity: 0.15;
  white-space: nowrap;
  font-family: "Cal Sans", sans-serif;
  font-size: 3.5rem;
  letter-spacing: -0.56px;
  line-height: 3.85rem;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

@keyframes marqueeDestinations {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Card centered with higher z-index */
.destinations-carousel-wrapper {
  margin: 1rem auto !important;
  position: relative;
  z-index: 2;
}

/* ===== TOUR PACKAGES SECTION ===== */
.frame-parent3 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 75rem;
  margin: 4rem auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.packages-grid-container {
  width: 100%;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.package-card-item {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.package-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.image-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  border-radius: 24px;
}

.pkg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.package-card-item:hover .pkg-image {
  transform: scale(1.05);
}

.days-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  backdrop-filter: blur(4px);
  border-radius: 1000px;
  background-color: rgba(5, 5, 5, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.625rem;
  z-index: 2;
}

.days-text {
  font-family: Inter, sans-serif;
  font-size: 0.813rem;
  letter-spacing: 0.98px;
  line-height: 1.138rem;
  color: #fff;
}

.pkg-details {
  padding: 1rem 0.5rem 0.5rem;
}

.pkg-title {
  margin: 0;
  font-family: "Cal Sans", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.2px;
  line-height: 1.625rem;
  font-weight: 400;
  color: #000;
}

.pkg-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  margin-top: 0.4rem;
  font-family: Inter, sans-serif;
  color: #404040;
  font-size: 1rem;
}

.price-from {
  letter-spacing: -0.32px;
  line-height: 1.25rem;
}

.price-currency {
  font-size: 1.5rem;
  letter-spacing: -0.32px;
  line-height: 1.25rem;
  font-weight: 400;
}

.price-val {
  font-family: "Cal Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: -0.36px;
  line-height: 1.575rem;
  color: #191919;
}

.price-per {
  letter-spacing: -0.32px;
  line-height: 1.25rem;
  font-size: 0.875rem;
}

/* ===== WHY TRAVEL WITH US ===== */
.section-why-us {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  margin: 0;
  padding: 5rem 2rem;
  box-sizing: border-box;
}

.overlay-silhouette-of-trees {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: bottom !important;
  filter: brightness(1.1);
  z-index: 0 !important;
}

.section-why-us-inner {
  max-width: 75rem;
  margin: 0 auto;
}

.envato-market {
  max-width: 75rem;
  margin: 0 auto;
}

.image5 {
  width: 100% !important;
  max-width: 33.5rem;
  padding: 0 !important;
  border-radius: 24px;
  overflow: hidden;
  height: 33.5rem;
  flex-shrink: 0;
}

.image5 .figure-venice-grand-canal-i {
  position: relative !important;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.image5 .figure-culinary-a-plate-of {
  display: none;
}

.left-content {
  min-width: 0 !important;
}

/* Desktop active items hover */
.desktop-active,
.desktop-active3 {
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.desktop-active:hover,
.desktop-active3:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

/* ===== TESTIMONIALS SECTION ===== */
.who-traveled-parent {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 75rem;
  margin: 5rem auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.desktop-1-main-container {
  min-height: 28rem;
}

/* ===== BLOGS SECTION ===== */
.blogs-heading-parent {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 75rem;
  margin: 4rem auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.image-parent {
  height: auto !important;
  min-height: 20rem;
}

.image6 {
  min-height: 20rem;
}

/* Blog card hover */
.image6 {
  transition: transform 0.3s ease;
}

.image6:hover {
  transform: scale(1.02);
}

.content4 {
  min-width: 0 !important;
  transition: transform 0.3s ease;
  cursor: pointer;
}

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

/* ===== FAQ SECTION ===== */
.frame-parent11 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 75rem;
  margin: 4rem auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.faq {
  flex-wrap: wrap;
}

.faqs-left {
  min-width: 0 !important;
}

/* FAQ interactive hover */
.close, .close2, .close3, .close5, .close6, .close7, .close8 {
  transition: all 0.3s ease;
  cursor: pointer;
}

.close:hover, .close2:hover, .close3:hover, .close5:hover,
.close6:hover, .close7:hover, .close8:hover {
  background-color: #f0f9fa !important;
  border-color: #033d4a !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(3, 61, 74, 0.1);
}

.plus-button-icon {
  transition: transform 0.3s ease;
}

.close:hover .plus-button-icon,
.close2:hover .plus-button-icon,
.close3:hover .plus-button-icon,
.close5:hover .plus-button-icon,
.close6:hover .plus-button-icon,
.close7:hover .plus-button-icon,
.close8:hover .plus-button-icon {
  transform: rotate(45deg);
}

/* ===== FOOTER SECTION ===== */
.footer {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  margin: 0;
}

.footer-desktop {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

/* ===== TRAVEL STORIES / VIBE WITH US ===== */
.section-travel-stories {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  padding: 4rem 2rem;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
}

.stories-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.real-travel-stories {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  text-align: center;
  width: 100%;
}

.frame-parent21 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  gap: 2rem;
}

.the-world-wrapper {
  padding: 0 !important;
  justify-content: center !important;
}

.story-items {
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 1rem;
}

.story-items::-webkit-scrollbar {
  display: none;
}

/* Hide empty placeholder items */
.story-items > .item,
.story-items > .item2 {
  display: none;
}

.item12, .item14 {
  flex: 0 0 14rem !important;
  max-width: 14rem !important;
  min-width: 14rem !important;
  height: 22rem;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.item12:hover, .item14:hover {
  transform: scale(1.03);
}

.subtext-tag-vibewithtravell-parent {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100%;
  max-width: 75rem;
  margin: 2rem auto 0;
  padding: 0 !important;
}

.line-wrapper8 {
  min-width: 0 !important;
}

/* ===== CTA / CONVERSION SECTION ===== */
.section-conversion {
  padding: 8rem 2rem 4rem !important;
  align-items: center;
}

.travel-dreams-parent {
  max-width: 35rem;
  margin: 0 auto;
}

.travel-dreams {
  height: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.turn-your-travel,
.dreams-into-reality {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
}

.design-remember {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  margin-top: 1rem;
  text-align: center;
}

.design-forever {
  padding: 0 !important;
  justify-content: center;
}

.frame-wrapper7 {
  justify-content: center;
}

.content-parent2 {
  justify-content: center;
}

/* Scrolling marquee in CTA */
.container {
  margin-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* ===== FILL / FOOTER BOTTOM ===== */
.fill {
  padding: 2.5rem 2rem !important;
}

.frame-parent12 {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.pages-parent {
  flex-wrap: wrap;
  gap: 2rem !important;
}

.bottom {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.social {
  padding: 0 !important;
}

.social-parent {
  margin-left: 0 !important;
}

.social2 {
  width: auto !important;
  transform: none !important;
}

.pages2 {
  width: auto !important;
  margin-left: 0 !important;
  transform: none !important;
}

.documentation {
  width: auto !important;
}

.line15 {
  position: absolute;
  width: 100% !important;
  left: 0 !important;
}

/* ===== LOGO IMAGE AT BOTTOM ===== */
.nabagunjara-website-homepage-child {
  display: none !important;
}

/* ===== BUTTON INTERACTIONS ===== */
.content, .content2, .content6, .content7 {
  transition: all 0.3s ease;
}

.content:hover, .content2:hover, .content6:hover {
  background-color: #06586a !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(3, 61, 74, 0.3);
}

.content7:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.icon, .icon2, .icon5 {
  transition: transform 0.3s ease;
}

.content-parent:hover .icon,
.content-group:hover .icon2,
.content-container:hover .icon2,
.content-parent2:hover .icon5 {
  transform: rotate(45deg);
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Large tablets and small desktops */
@media screen and (max-width: 1200px) {
  .frame-parent,
  .frame-section,
  .frame-parent3,
  .who-traveled-parent,
  .blogs-heading-parent,
  .frame-parent11 {
    max-width: 100%;
    padding: 0 3rem;
  }

  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .envato-market {
    flex-wrap: wrap;
  }

  .image5 {
    max-width: 100%;
    width: 100% !important;
    height: 20rem;
  }

  .left-content {
    min-width: 100% !important;
  }

  .section-why-us {
    padding: 4rem 3rem;
  }

  .fill {
    padding: 2.5rem 3rem !important;
  }

  .section-conversion {
    padding: 6rem 3rem 3rem !important;
  }
}

/* Tablets */
@media screen and (max-width: 925px) {
  .frame-parent {
    flex-direction: column;
    gap: 2rem;
    margin: 3rem auto;
  }

  .frame-group {
    min-width: 100% !important;
  }

  .right-image-icon {
    max-width: 100%;
    width: 100%;
  }

  .exceptional-cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq {
    flex-direction: column;
  }

  .faqs-left {
    width: 100%;
  }

  .image-parent {
    flex-direction: column;
  }

  .image6 {
    min-width: 100% !important;
    min-height: 16rem;
  }

  .content4 {
    min-width: 100% !important;
  }

  .blogs-contents {
    flex-direction: column;
  }

  .desktop-1-main-container {
    min-height: 22rem;
  }

  .overlay {
    gap: 4rem;
    padding: 2rem;
  }

  .rating-content {
    width: 100%;
  }

  .frame-parent10 {
    min-width: 0 !important;
  }

  .line-wrapper {
    min-width: 0 !important;
  }

  .explor-stories {
    gap: 1.5rem;
  }

  .first-theme-parent {
    gap: 2rem !important;
    height: auto !important;
    flex-wrap: wrap;
  }

  .content-block {
    padding: 10rem 3rem 5rem !important;
    gap: 3rem !important;
  }

  .content-block-inner {
    width: 100% !important;
  }

  .section-conversion {
    padding: 5rem 2rem 3rem !important;
  }

  .turn-your-travel,
  .dreams-into-reality {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }

  .item12, .item14 {
    flex: 0 0 12rem !important;
    max-width: 12rem !important;
    min-width: 12rem !important;
    height: 18rem;
  }

  .pages-parent {
    width: 100% !important;
  }

  .social {
    width: 100%;
  }
}

/* Mobile */
@media screen and (max-width: 600px) {
  html {
    font-size: 14px !important;
  }

  .frame-parent,
  .frame-section,
  .frame-parent3,
  .who-traveled-parent,
  .blogs-heading-parent,
  .frame-parent11 {
    padding: 0 1.25rem;
    margin: 2.5rem auto;
  }

  .content-block {
    padding: 8rem 1.5rem 4rem !important;
    gap: 2rem !important;
    min-height: auto !important;
  }

  .explore-odishaaaaa {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
  }

  .and-unravel-the {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
  }

  .title-box {
    padding: 0 !important;
  }

  .history-description {
    width: 100% !important;
    padding: 0 !important;
  }

  .first-theme-parent {
    flex-direction: column;
    gap: 1.5rem !important;
    height: auto !important;
  }

  .exceptional-cards {
    grid-template-columns: 1fr !important;
  }

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

  .one-planet-wrapper,
  .travel-style-wrapper,
  .who-traveled2,
  .with-peace-of-mind-wrapper,
  .before-you-travel-wrapper,
  .popular-destinations-wrapper,
  .next-travel2 {
    padding: 0 !important;
  }

  .section-why-us {
    padding: 3rem 1.25rem !important;
  }

  .desktop-active,
  .desktop-active3 {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.75rem;
  }

  .desktop-1-main-container {
    min-height: 18rem;
    border-radius: 16px;
  }

  .overlay {
    padding: 1.5rem;
    gap: 3rem;
  }

  .heading-5 {
    font-size: 1rem !important;
  }

  .div-leftsidebar-parent {
    flex-wrap: wrap;
  }

  .border6,
  .default-woman-in-black-long,
  .selective-focus-photo-of-man-s {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }

  .faq {
    gap: 1rem;
  }

  .section-travel-stories {
    padding: 3rem 1.25rem;
  }

  .item12, .item14 {
    flex: 0 0 10rem !important;
    max-width: 10rem !important;
    min-width: 10rem !important;
    height: 16rem;
  }

  .section-conversion {
    padding: 4rem 1.25rem 2.5rem !important;
  }

  .turn-your-travel,
  .dreams-into-reality {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  .fill {
    padding: 2rem 1.25rem !important;
  }

  .frame-parent12 {
    flex-direction: column;
    gap: 2rem;
  }

  .pages-parent {
    flex-direction: column;
    width: 100% !important;
    gap: 1.5rem !important;
  }

  .bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem !important;
  }

  .all-rights-reserved {
    width: auto !important;
    text-align: center;
  }

  .designed-by {
    width: auto !important;
    text-align: center;
    justify-content: center;
  }

  .social {
    justify-content: center;
    flex-wrap: wrap;
  }

  .subtext-tag-vibewithtravell-parent {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .explor-stories {
    flex-direction: column;
    gap: 1rem;
  }

  .frame-parent2,
  .frame-parent6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    height: auto !important;
    padding-bottom: 0 !important;
  }

  .nav-links2 {
    height: auto !important;
    padding-bottom: 0 !important;
  }
}

/* Very small mobile */
@media screen and (max-width: 380px) {
  html {
    font-size: 13px !important;
  }

  .content-block {
    padding: 7rem 1rem 3rem !important;
  }

  .explore-odishaaaaa {
    font-size: 2rem !important;
  }

  .and-unravel-the {
    font-size: 1.5rem !important;
  }
}

/* ===== SMOOTH SCROLL ===== */
html {
  scroll-behavior: smooth;
}

/* ===== CTA SECTION BACKGROUND ===== */
.section-conversion {
  background-image: url(images/Body-euablink@2x.png);
  background-size: cover;
  background-position: center;
}

.overlaymask-group-icon {
  display: none;
}

/* ===== MARQUEE SCROLLING STRIP ===== */
.container {
  display: flex !important;
  animation: marqueeScroll 20s linear infinite;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.item-heading, .item-heading2 {
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  width: auto !important;
}

/* ===== SECTION TRAVEL STORIES (now outside footer) ===== */
.section-travel-stories {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #012830;
  font-family: "Cal Sans", sans-serif;
  font-size: 1rem;
  overflow: hidden;
}

/* ===== SECTION FADE-IN ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
