/*html, body {*/
/*    overflow-x: hidden;*/
/*}*/
/*overlap-section*/


/*.overlap-section {*/
/*  position: sticky;*/
/*  top: 0;*/
  /*height: 100vh;*/
/*  background: white;*/
/*  z-index: 1;*/
/*}*/

/* make later sections stack above earlier ones */
/*.tour-section .overlap-section:nth-child(1) { z-index: 1; }*/
/*.domestic-section .overlap-section:nth-child(2) { z-index: 2; }*/
/*.international-section .overlap-section:nth-child(3) { z-index: 3; }*/

/* index banner section */

.hero {
        position: relative;
        /*max-width: 1440px;*/
        width: 100%;
        height: 681px;
        margin: 40px auto;
        border-radius: 30px;
        overflow: hidden;
        margin-top: 104px;
      }

      .hero video {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
      }

      .hero-content {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        text-align: center;
        padding: 20px;
      }

      .hero-content h1 {
        font-size: 42px;
        font-weight: 500;
        line-height: 1.2;
      }

      .hero-content h1 span {
        color: #ff0000;
        font-weight: 600;
      }

      .hero-content p {
        margin-top: 14px;
        font-size: 18px;
        line-height: 1.6;
        max-width: 720px;
        opacity: 0.9;
      }

      @media (max-width: 640px) {
        .hero {
          height: 300px;
          border-radius: 20px;
          margin-top: 85px !important;
        }

        .hero-content h1 {
          font-size: 26px;
        }

        .hero-content p {
          font-size: 12px;
        }
      }


/*index page about us   */
.experience-section {
          width: 100%;
          margin: 80px auto;
          text-align: center;
          position: relative;
          font-family: 'Urbanist', sans-serif;
          background: #F5EEEE !important;
        }
 
        .experience-container {
          max-width: 1440px;
          margin: 0 auto;
          padding: 20px 20px;
          text-align: center;
          font-family: 'Urbanist', sans-serif;
        }
 
        .subtitle {
          color: #ff0000;
          font-size: 20px;
          font-weight: 100 !important;
          margin-bottom: -23px;
          font-family: yellowtail, cursive;
        }
 
        .experience-title {
          font-size: 32px;
          font-weight: 700;
          color: #0b1b2b;
          line-height: 1.3;
          margin-bottom: 12px;
          font-family: Urbanist;
        }
 
        .description {
          font-size: 18px;
          color: #06202B;
          line-height: 1.6;
          margin-bottom: 20px;
          font-family: Urbanist;
        }
 
        .read-more {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          background: linear-gradient(90deg, #FF7A00, #FF0000);
          color: #ffffff;
          padding: 10px 20px;
          border-radius: 30px;
          font-size: 18px;
          font-weight: 500;
          text-decoration: none;
          transition: background 0.3s ease;
        }
 
        .read-more span {
          width: 22px;
          height: 22px;
          background: #fff;
          color: #ff4d00;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px
        }
 
        .read-more .icon i {
          font-size: 18px;
          color: #ff4d00;
          margin-left: 1px;
        }
 
        .image-row {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-template-areas:"left right" "center center";
          justify-items: center;
          align-items: end;
          gap: 223px;
          margin-top: 60px;
        }
 
        .oval.left {
          grid-area: left;
        }
 
        .oval.last {
          grid-area: right;
        }
 
        .oval.center {
            grid-area: center;
        }
 
        .oval img {
          width: 100%;
          height: 101%;
          object-fit: cover;
        }
 
        .oval.left,
        .oval.last {
          height: 400px;
          margin-top: -152px;
        }
 
        .oval.center {
          width: 240px;
          height: 360px;
          margin-top: -391px;
        }
 
        .experience-section * {
          transform-style: preserve-3d;
        }
 
        .read-more {
          box-shadow: 0 0 0 rgba(255, 77, 0, 0.6);
        }
 
        @keyframes pulseGlow {
          0% {
            box-shadow: 0 0 0 rgba(255, 77, 0, 0.5);
          }
 
          50% {
            box-shadow: 0 0 30px rgba(255, 77, 0, 0.8);
          }
 
          100% {
            box-shadow: 0 0 0 rgba(255, 77, 0, 0.5);
          }
        }
 
        .read-more {
          animation: pulseGlow 3s infinite;
        }
 
        /* =========================
            MOBILE ( ≤ 768px )
        ========================= */
        @media (max-width: 768px) {
 
          .experience-section {
            margin: 40px auto;
            padding: 0;
          }
 
          .experience-container {
            padding: 5px 16px;
          }
 
          .subtitle {
            font-size: 16px;
            margin-bottom: 4px;
          }
 
          .experience-title {
            font-size: 22px;
            line-height: 1.25;
          }
 
          .description {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 16px;
          }
 
          .image-row {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            gap: 16px;
            margin-top: 32px;
          }
 
          .oval {
            width: 32%;
            height: auto;
            margin: 0;
          }
 
          .oval img {
            width: 100%;
            height: 400px;
            object-fit: contain;
          }
 
          .oval.center {
            width: 36%;
          }
 
          .read-more {
            font-size: 14px;
            padding: 10px 18px;
          }
 
          .read-more span {
            width: 18px;
            height: 18px;
            font-size: 12px;
          }
 
          .experience-section *,
          .experience-section *::before,
          .experience-section *::after {
            animation: none !important;
            transition: none !important;
            transform: none !important;
          }
        }
 
/* index page card section */
 


/* index page domestic css   */

.domestic-section {
          padding: 78px 20px;
          border: 1px solid #e6e6e6;
          margin: 80px auto;
          border-radius: 30px;
          padding-bottom: 140px;
          background: #173F5F !important;
        }

        .domestic-container {
          max-width: 1320px;
          margin: auto;
          text-align: center;
        }

        .subtitle {
          font-family: 'Yellowtail', cursive;
          color: red;
          font-size: 20px;
          margin-bottom: 10px
        }

        .domestic-title {
          font-size: 32px;
          font-weight: 600;
          margin: 8px 0;
          font-family: Urbanist;
          color: #ffffff;
        }

        .domestic-desc {
          margin: 0 auto 40px;
          color: #ffffff;
          font-size: 18px;
        }

        .destination-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          grid-auto-rows: 220px;
          gap: 20px;
        }

        .card {
          position: relative;
          border-radius: 24px;
          overflow: hidden;
          background-size: cover;
          background-position: center;
        }

        .card::before {
          content: "";
          position: absolute;
          inset: 0;
          background-image: inherit;
          background-size: cover;
          background-position: center;
          transition: transform 0.6s ease;
          z-index: 0;
        }

        .card:hover::before {
          transform: scale(1.1);
        }

        .card span {
          position: absolute;
          z-index: 2;
        }

        .card::after {
          content: "";
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.05));
          z-index: 1;
        }

        .card span {
          position: absolute;
          bottom: 14px;
          left: 14px;
          color: #fff;
          font-weight: 400;
          font-size: 20px;
          font-family: 'Urbanist';
        }

        .card-label {
          display: inline-flex;
          align-items: center;
          gap: 6px;
        }

        .card-label img {
          width: 30px;
          height: auto;
          display: block;
        }

      /* Layout matching image */
.kerala { background-image: url('/images/Kerala - India (1).png');    height: 345px; }
.rajasthan { background-image: url('/images/Rajasthan - India.png');     height: 343px;}
.madhya { background-image: url('/images/Madhya Pradesh - India.png'); height: 315px; }

.goa {
  background-image: url('/images/Goa - India.png');
  grid-row: span 2;
 height: 698px;
}

.uttarakhand {
  background-image: url('/images/Uttarakhand - India.png');
  grid-column: span 2;
    top: 145px;
    height: 324px;
}

.kashmir {
  background-image: url('/images/Kashmir - India.png');
  height: 357px;
    top: 112px;
}

        .domestic-section {
          position: relative;
          overflow: hidden;
        }

        .vector {
          position: absolute;
          z-index: 0;
          pointer-events: none;
        }

        .vector-top-right {
          top: -9px;
          right: -3px;
          opacity: 54%;
        }

        .vector-bottom-left {
          bottom: 0px;
          left: -1px;
          opacity: 49%;
        }

        .domestic-container {
          position: relative;
          z-index: 2;
        }

        @media (max-width: 768px) {
          .destination-grid {
            display: grid;
            grid-auto-rows: 155px;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
          }
          
           
          .goa,
          .uttarakhand {
            grid-row: auto;
            grid-column: auto;
            margin: 0;
            top: 0;
          }

          .kerala {
            order: 1;
            grid-column: span 2;
            height: 160px;
          }

          .uttarakhand {
            order: 4;
            grid-column: span 2;
            height: 160px;
          }

          .rajasthan {
            order: 2;
            height: 150px;
          }

          .madhya {
            order: 3;
            height: 150px;
          }

          .kashmir {
            order: 5;
            height: 150px;
            top:0px!important;
          }

          .goa {
            order: 6;
            height: 150px;
          }

          .domestic-section {
            padding: 40px 15px 10px;
            margin: 40px auto;
          }

          .subtitle {
            font-size: 18px;
          }

          .domestic-title {
            font-size: 24px;
          }

          .domestic-desc {
            font-size: 15px;
            margin-bottom: 20px;
          }

          .card span {
            font-size: 16px;
          }

          .card-label img {
            width: 22px;
          }

          .vector-top-right {
            width: 140px;
            top: -30px;
            right: -30px;
          }

          .vector-bottom-left {
            width: 160px;
            bottom: -30px;
            left: -30px;
          }
        }

        @media (max-width: 768px) {

          .uttarakhand {
            display: block !important;
          }
        }


        .international-section {
            height: 667px;
            width: 100%;
            margin-top: 102px;
            padding: 78px 0;
            background: #F5EEEE !important;
        }

        .international-container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }

        .subtitle {
            font-family: 'Yellowtail', cursive;
            color: #ff0000;
            font-size: 18px;
            margin-bottom: 8px;
        }

        .title {
            font-size: 32px;
            font-weight: 600;
            color: #06202B;
            margin-bottom: 10px;
            font-family: Urbanist;
        }

        .desc {
            font-size: 18px;
            color: #06202B;

            margin: 0 auto 40px;
            line-height: 1.5;
        }

        .international-slider {
            overflow: hidden;
        }

        .slides {
            display: flex;
            gap: 22px;
            justify-content: center;
        }

        .slide {
            width: 315px;
            height: 460px;
            border-radius: 22px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 28px;
        }

        .slider-dots span {
            width: 7px;
            height: 7px;
            background: #000;
            border-radius: 50%;
            opacity: 0.6;
        }

        .slider-dots span.active {
            background: #ff6a00;
            opacity: 1;
        }

        /* =========================
           MOBILE ONLY ( ≤ 768px )
           ========================= */
        @media (max-width: 768px) {

            .international-section {
                height: auto;
                margin-top: 60px;
                padding: 40px 0;
            }

            .subtitle {
                font-size: 16px;
            }

            .title {
                font-size: 26px !important;
                line-height: 1.3;
            }

            .desc {
                font-size: 14px;
                margin-bottom: 24px;
                padding: 0 10px;
            }

            .slides {
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
                justify-content: center;
            }

            .slide {
                flex: 0 0 calc(50% - 8px);
                height: 195px;
                border-radius: 18px;
            }

            .slider-dots {
                margin-top: 20px;
            }
        }

/* index page internation page css */
.international-section {
              position: relative;
              overflow: hidden;
            height: 667px;
            width: 100%;
            margin-top: 102px;
            padding: 78px 0;
            background: #4E0346 !important;
        }
        
        .international-section .vector {
           position: absolute;
           z-index: 1;     /* background layer */
           pointer-events: none;
        }

        .international-container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }
        
        .international-container {
  position: relative;
  z-index: 2;   /* content layer */
}


.slides,
.slide {
  position: relative;
  z-index: 3;   /* cards/images on top */
}

.international-slider {
  position: relative;
  padding-bottom: 0px; /* reserve space for bullets */
}


        .subtitle {
            font-family: 'Yellowtail', cursive;
            color: #ff0000;
            font-size: 18px;
            margin-bottom: 8px;
        }

        .title {
            font-size: 32px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 10px;
            font-family: Urbanist;
        }

        .desc {
            font-size: 18px;
            color: #ffffff;

            margin: 0 auto 40px;
            line-height: 1.5;
        }

        .international-slider {
            overflow: hidden;
        }

        .slides {
            display: flex;
            gap: 22px;
            justify-content: center;
        }

        .slide {
            width: 315px;
            height: 460px;
            border-radius: 22px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 28px;
        }

        .slider-dots span {
            width: 7px;
            height: 7px;
            background: #000;
            border-radius: 50%;
            opacity: 0.6;
        }

        .slider-dots span.active {
            background: #ff6a00;
            opacity: 1;
        }
        
        
        .swiper {
  /*overflow: hidden;*/
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;

}

.swiper-pagination-bullet-active {
  background: #ff6a00;
  opacity: 1;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: auto;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: var(--swiper-pagination-bottom, 20px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}




        /* =========================
           MOBILE ONLY ( ≤ 768px )
           ========================= */
        @media (max-width: 768px) {

            .international-section {
                height: 502px;
                margin-top: 60px;
                padding: 40px 0;
            }

            .subtitle {
                font-size: 16px;
            }

            .title {
                font-size: 26px !important;
                line-height: 1.3;
            }

            .desc {
                font-size: 14px;
                margin-bottom: 24px;
                padding: 0 10px;
            }

            .slides {
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
                justify-content: center;
            }

            .slide {
                flex: 0 0 calc(50% - 8px);
                height: 195px;
                border-radius: 18px;
            }

            .slider-dots {
                margin-top: 20px;
            }
        }

/* index page overlap css to all section */
.overlap-section {
          margin-bottom: -180px;
          border-radius: 8px;
      }

      .overlap-wrapper {
          position: relative;
      }

      .overlap-section {
          position: sticky;
          top: 32px!important;
          min-height: auto;
          background: #fff;
          border-radius: 30px;
          margin-bottom: 57px;
          z-index: 1;
      }

      .experience-section {
          z-index: 1;
      }

      .tour-section {
          z-index: 2;
      }

      .domestic-section {
          z-index: 3;
      }

      .international-section {
          z-index: 4;
      }
      
      
       .vector-right {
          top: 0px;
          right: -3px;
          opacity: 54%;
        }

        .vector-left {
          bottom: 0px;
          left: -1px;
          opacity: 49%;
        }


      .overlap-section {
          transition: transform 0.6s ease, opacity 0.6s ease;
          will-change: transform, opacity;
      }
      
      

          
          @media (max-width: 768px) {
      .overlap-section {
          position: sticky;
          top: -40px!important;
          min-height: auto;
          background: #fff;
          border-radius: 30px;
          margin-bottom: 57px;
          z-index: 1;
      }
          } 

/* index page holidays section */
/* .holiday-section {*/
/*  padding: 30px 0;*/
/*  text-align: center;*/
/*  overflow: hidden;*/
/*  margin-top: 219px;*/
/*}*/

/*.subtitle {*/
/*  font-family: 'Yellowtail', cursive;*/
/*  font-size: 20px;*/
/*  color: #ff0000;*/
/*  margin-bottom: 4px;*/
/*  font-weight: 600;*/
/*}*/

/*.title {*/
/*  font-size: 32px;*/
/*  font-weight: 600;*/
/*  margin-bottom: 25px;*/
/*  color: #06202B;*/
/*  font-family:Urbanist;*/
/*}*/

/* Carousel container */
/*.owl-carousel {*/
/*  background-color: #06202B;*/
/*  padding: 20px 0px;*/
 
/*  display:block;*/
/*}*/

/*.owl-carousel .item {*/
/*  display: inline-flex;*/
  /*flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 6px;*/
/*  padding: 12px 23px;*/
/*  color: #fff;*/
/*  font-size: 14px;*/
/*  font-weight: 500;*/
/*  text-align: center;*/
/*  cursor: pointer;*/
/*   border: 1px solid #fff;*/
/*  border-radius: 10px;*/
/*}*/

/* Image styling */
/*.owl-carousel .item img {*/
  /*width: 42px;     */
/*  height: 42px;*/
/*  object-fit: contain;*/
/*}*/

/* Text */
/*.owl-carousel .item span {*/
/*  display: block;*/
/*  margin-top: 4px;*/
/*}*/


/* Navigation arrows */
/*.owl-nav button {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  background: none !important;*/
/*  border: none !important;*/
/*  font-size: 30px;*/
/*  color: #fff;*/
/*}*/

/*.owl-nav .owl-prev {*/
/*  left: 5px;*/
/*}*/

/*.owl-nav .owl-next {*/
/*  right: 5px;*/
/*}*/

/*.owl-nav button:hover {*/
/*  color: #ff6a00;*/
/*}*/


/*.owl-carousel .item {*/
/*    position: relative;*/
/*    text-align: center;*/
    /* padding-right: 79px;  */
/*}*/
/* .owl-carousel .item::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #ccc; 
    opacity:40%;
} */

/* Remove line after the last item */
/* .owl-carousel .item:last-child::after {
    display: none;
} */


/* Mobile */
/*@media (max-width: 600px) {*/
/*  .owl-carousel .item {*/
/*    font-size: 12px;*/
/*  }*/
/*  .owl-carousel .item svg {*/
/*    width: 28px;*/
/*    height: 28px;*/
/*  }*/
/*}*/
/* index page price card css */
.card-wrapper {
            display: flex;
            gap: 120px;
            justify-content: center;
            align-items: center;
            padding-bottom: 37px;
            flex-wrap: wrap;
        }

        .image-card {
            width: 520px;
            height: 300px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .image-card img {
            width: 100%;
            height: 100%;

        }

        /* ======================
              Tablet (≤1024px)
            ====================== */
        @media (max-width: 1024px) {
            .card-wrapper {
                gap: 60px;
            }

            .image-card {
                width: 420px;
                height: 260px;
            }
        }

        /* ======================
              Mobile (≤768px)
            ====================== */
        @media (max-width: 768px) {
            .card-wrapper {
                flex-direction: column;
                gap: 15px;
            }

            .image-card {
                width: 100%;
                max-width: 360px;
                height: 220px;
            }
        }

        /* ======================
              Small Mobile (≤480px)
            ====================== */
        @media (max-width: 480px) {
            .image-card {
                max-width: 100%;
                height: 200px;
                border-radius: 14px;
            }
        }

/* triangle rotated index page css */
.travel-activities {
            margin-top: 0px;
            padding: 70px 0;
            text-align: center;
            background: #ffffff;
            position: relative;
            overflow: hidden;
            padding-top:0px;
        }

        .travel-activities .tag {
            font-family: 'Yellowtail', cursive;
            color: #ff0000;
            font-weight: 100;
            font-size: 20px;
            font-style: italic;
            margin-bottom: 8px;
        }

        .travel-activities h2 {
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #06202B;
            font-family: Urbanist;
                margin-top: -7px;
        }

        .travel-activities p {
            max-width: 720px;
            margin: 0 auto 60px;
            color: #6b7c8f;
            font-size: 16px;
        }

        .activity-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 130px;
            position: relative;
        }

        .activity-card {
            width: 280px;
            height: 280px;
            transform: rotate(45deg);
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .activity-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: rotate(-45deg) scale(1.5);
        }

        .activity-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.1));
        }

        .activity-text {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
            transform: rotate(-45deg);
            padding: 20px;
            z-index: 2;
        }

        .activity-text h4 {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.4;
        }

        .purple-diamond {
            width: 100px;
            height: 100px;
            background: #4b004b;
            transform: rotate(45deg);
            position: absolute;
            border-radius: 12px;
        }

        .purple-1 {
            left: calc(50% - clamp(240px, 18vw, 258px));
            bottom: 0;
        }

        /* RIGHT purple */
        .purple-2 {
            left: calc(50% + clamp(156px, 22vw, 156px));
            top: 0;
        }

        @media (max-width: 768px) {

            /* 🔧 AUTO SCALE BASED ON SCREEN WIDTH */
            :root {
                --diamond-size: clamp(120px, 33vw, 180px);
                --small-diamond: clamp(50px, 19vw, 80px);
            }

            .activity-wrapper {
                position: relative;
                width: 100%;
                height: calc(var(--diamond-size) * 2);
            }

            .travel-activities {
                margin-top: 0px;
                padding: 0px 0;
                padding-bottom: 70px;
                text-align: center;
                background: #ffffff;
                position: relative;
                overflow: hidden;
            }

            .travel-activities p {
                max-width: 720px;
                margin: 0 auto 0px;
                color: #6b7c8f;
                font-size: 16px;
            }

            .travel-activities h2 {
                font-size: clamp(22px, 6vw, 30px);
            }

            /* MAIN DIAMONDS */
            .activity-card {
                width: var(--diamond-size);
                height: var(--diamond-size);
                position: absolute;
                transform: rotate(45deg);
            }

            .activity-card img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform: rotate(-45deg) scale(1.45);
            }

            .activity-text {
                transform: rotate(-45deg);
                padding: clamp(10px, 3vw, 14px);
            }

            .activity-text h4 {
                font-size: clamp(12px, 3.5vw, 14px);
                line-height: 1.4;
            }

            /* LEFT DIAMOND */
            .activity-card:nth-child(1) {
                top: clamp(60px, 20vw, 90px);
                left: 5%;
            }

            /* RIGHT DIAMOND */
            .activity-card:nth-child(3) {
                top: clamp(60px, 20vw, 90px);
                right: 5%;
            }

            /* BOTTOM DIAMOND */
            .activity-card:nth-child(5) {
                top: calc(var(--diamond-size) + clamp(40px, 10vw, 60px));
                left: 50%;
                transform: translateX(-50%) rotate(45deg);
            }

            /* SMALL CENTER DIAMOND */
            .purple-diamond {
                width: var(--small-diamond);
                height: var(--small-diamond);
                position: absolute;
                top: clamp(30px, 8vw, 45px);
                left: 50%;
                transform: translateX(-50%) rotate(45deg);
                border-radius: 10px;
                background: #b28bb3;
                z-index: 5;
            }

            .purple-1 {
                top: clamp(50px, 14vw, 65px);
            }

            .purple-2 {
                display: none;
            }
        }

/* index page testomonial css */
body {
            font-family: 'Urbanist', sans-serif;
        }

        .testimonial-wrapper {
            background: #f2edf1;
            padding: 15px 20px;
            border-radius: 50px;
        }

        .testimonial-title {
            text-align: center;
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 25px;
            margin-top: 50px;
            color: #20323c;
        }

        .testimonial-card {
            max-width: 1200px;
            width: 100%;
            margin: 80px auto 60px auto;
            background: #06202B;
            border-radius: 40px;
            padding: 60px 70px;
            display: flex;
            gap: 50px;
            color: #fff;
            align-items: center;
        }

        .testimonial-image img {
            width: 400px;
            height: 380px;
            object-fit: cover;
            border-radius: 25px;
        }

        .testimonial-text {
            position: relative;
            padding: 10px 30px;
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 13px;
        }

        .testimonial-text::before {
            content: "“";
            font-size: 90px;
            position: absolute;
            top: -40px;
            left: -10px;
            color: rgba(255, 255, 255, 0.2);
        }

        .testimonial-text::after {
            content: "”";
            font-size: 90px;
            position: absolute;
            bottom: -76px;
            right: 348px;
            color: rgba(255, 255, 255, 0.2);
        }

        .testimonial-author {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 8px;
            margin-top: 20px;
        }

        .testimonial-stars {
            color: #ff2b2b;
            font-size: 18px;
        }

        .testimonial-line {
            margin-top: 35px;
            height: 2px;
            background: rgba(255, 255, 255, 0.3);
            position: relative;
        }

        .text-testimonial-line {
            margin-top: 5px;
            height: 2px;
            background: rgba(255, 255, 255, 0.3);
            position: relative;
        }

        .testimonial-line::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 2px;
            width: 70px;
            background: #ff2b2b;
        }
        
        .testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

        
        .testimonial-slider {
    position: relative;
    width: 100%;
}

.testimonial-card {
    display: none;
}

.testimonial-card.active {
    display: flex;
}

/* Buttons */
.slider-btn {
    position: absolute;
    /*top: 50%;*/
    transform: translateY(-50%);
    background: #ff2b2b;
    color: #fff;
    border: none;
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

/*.prev-btn {*/
/*        left: 50px;*/
/*    top: 7158px;*/
/*}*/

/*.next-btn {*/
/*      right: 51px;*/
/*    top: 7157px;*/
/*}*/




        
        
        

        @media (max-width: 900px) {
            .testimonial-card {
                flex-direction: column;
                text-align: center;
            }
        }

        @media (max-width: 768px) {

            .testimonial-title {
                font-size: 26px;
                margin-bottom: 20px;
                margin-top: 20px;
                padding: 0 10px;
            }

            .testimonial-wrapper {
                padding: 15px;
                border-radius: 1px;
            }

            .testimonial-card {
                margin: 30px auto;
                padding: 30px 0px;
                gap: 25px;
                border-radius: 25px;
                flex-direction: column;
                text-align: center;
            }

            .testimonial-image img {
                width: 100%;
                height: auto;
                max-width: 280px;
                margin: 0 auto;
                border-radius: 20px;
            }

            .testimonial-text {
                font-size: 16px;
                line-height: 1.6;
                padding: 15px 20px;
            }

            .testimonial-text::before {
                font-size: 60px;
                top: -25px;
                left: 0;
            }

            .testimonial-text::after {
                font-size: 60px;
                bottom: -40px;
                right: 0;
            }

            .text-testimonial-line {
                margin: 10px auto 0;
                width: 50px;
            }

            .testimonial-author {
                font-size: 18px;
                margin-top: 15px;
            }

            .testimonial-stars {
                font-size: 16px;
            }

            .testimonial-line {
                margin-top: 25px;
            }

            .testimonial-line::after {
                width: 50px;
                left: 50%;
                transform: translateX(-50%);
            }
        }
 
/* index page contect strip */
.contact-strip {
    width:100%;
            background: #5b0a4f;
            padding: 30px 0px;
            margin-top: 80px;
        }

        .contact-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            color: #fff;
        }

        .contact-icon {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
        }

        .contact-icon img {
            width: 26px;
            height: 26px;
            object-fit: contain;
        }


        .contact-text span {
            font-size: 14px;
            opacity: 0.8;
        }

        .contact-text strong {
            display: block;
            font-size: 16px;
            font-weight: 600;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .contact-container {
                flex-direction: column;
                text-align: center;
            }

            .contact-item {
                justify-content: center;
            }

            .contact-strip {
                background: #5b0a4f;
                padding: 30px 0px;
                margin-top: 0px;
            }
        }
        
        
/* pages header banner css */
.page-header {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 437px;
  border-radius: 16px;
  overflow: hidden;
  background-image: url("/images/day-office-travel-agency 1.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
      margin-top: 109px;
}
 
/* Dark overlay */
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.35)
  );
  z-index: 1;
}
 
/* Breadcrumb */
.breadcrumb {
  position: relative;
  z-index: 2;
  padding: 20px 28px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px;
  color: #ffffff;
}
 
.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
 
.breadcrumb a:hover {
  text-decoration: underline;
}
 
.breadcrumb span {
  margin: 0 6px;
  opacity: 0.85;
}
 
.breadcrumb .active {
  font-weight: 500;
  opacity: 1;
}
 
/* ========================= */
/* 📱 Responsive Breakpoints */
/* ========================= */
 
@media (max-width: 1200px) {
  .page-header {
    height: 380px;
    border-radius: 14px;
  }
}
 
@media (max-width: 992px) {
  .page-header {
    height: 320px;
    border-radius: 12px;
  }
 
  .breadcrumb {
    padding: 18px 22px;
    font-size: 13px;
  }
}
 
@media (max-width: 768px) {
  .page-header {
    height: 260px;
    border-radius: 10px;
  }
 
  .breadcrumb {
    padding: 14px 18px;
    font-size: 12px;
  }
}
 
@media (max-width: 576px) {
  .page-header {
    height: 220px;
    border-radius: 8px;
    margin-top: 86px;
  }
 
  .breadcrumb {
    padding: 12px 14px;
    font-size: 11px;
  }
 
  .breadcrumb span {
    margin: 0 4px;
  }
}
 