/*************header************/
body {
    overflow: hidden !important;
  overflow-x: hidden !important;
}
.sectio-padding{
    padding:50px 0px !important;
}
h2 em{text-transform: lowercase;}
.h2 i{text-transform: capitalize !important;}
.heading  p i{text-transform: none !important;}
.h2 {text-transform: uppercase; padding-bottom: 20px;}
.wedding-section .heading {
    text-transform: uppercase;
    padding-bottom: 15px;
}
 div#main-wrapper {
            padding-bottom: 0 !important
        }

        .navigation-menu ul {
            /*display: flex;*/
            gap: 15px;
            margin: 0;
            padding: 0;
            list-style: none
        }

        .navigation-menu ul li a:hover {
            color: #ff4a57;
        }

        .header__logo img {
            display: block;
            margin: 0 auto
        }

        .mobile-header {
            padding: 0 0
        }

        .mobile-navigation-icon {
            font-size: 24px;
            cursor: pointer
        }

        .header__navigation.menu-style-four.d-none.d-xl-flex.w-100.align-items-center.justify-between {
            justify-content: center
        }

        .mobile-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%
        }

        .mobile-navigation-icon {
            font-size: 26px;
            cursor: pointer;
            display: flex;
            align-items: center
        }
   /***************************hero *************************************/
    .video-section {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .video-section video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: opacity 1s ease-in-out;
        background: #000; /* fallback background */
    }

    .video-section video.active {
        opacity: 1;
        z-index: 1;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0, 0, 0, .15);*/
        z-index: 2;
    }

    .overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        color: #fff;
        z-index: 3;
        width: 90%;
    }

    .overlay-content a {
        display: inline-block;
        color: #fff;
        padding: 8px 35px;
        border-radius: 70px;
        font-size: 1.1rem;
        text-decoration: none;
        border: 1px solid;
        transition: background .3s;
    }

    .video-section::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 202px;
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
    z-index: 2;
    pointer-events: none;
}
     video {
                    width: 100%;
                    height: 70vh;
                    object-fit: cover
                }    

    /*************************************about*************************************/
   .about-sect {
    background-image: url(../images/about-background-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
    position: relative;
    margin-bottom: -30px;
    z-index: 999;
}


    .machine-learning-about-company-area {
                    position: relative;
                    overflow-y: hidden;
                    padding: 40px 0px 0px;
                    background-size: cover;
                    background-position: center;
                    color: #000;
                    overflow-x: hidden
                }

                .machine-learning-about-company-area .floating-left {
                    left: 0;
                    top: -80px;
                }

                .floating-right {
                    right: 0
                }

                @keyframes floatAnim {
                    0%,
                    100% {
                        transform: translateY(-50%) translateX(0)
                    }
                    50% {
                        transform: translateY(-50%) translateX(15px)
                    }
                }

                .fun-fact-wrapper {
                    margin-bottom: 15px;
                    text-align: center
                }

                .fun-fact--five {
                    padding: 5px 0px;
                    margin: 15px;
                    display: inline-block;
                    width: 220px
                }

                .fun-fact__count {
                    font-size: 2.2rem;
                    font-weight: 700;
                    color: #ff6b35
                }

                .fun-fact__text {
                    font-size: 1rem;
                    margin-top: 10px;
                    color: #000
                }

                .rating-stars {
                    font-size: 1.3rem;
                    color: gold
                }
                 .section-title-wrap {
                   text-align: center;
                   margin-bottom: 25px;
                }

                .about-sect  .section-title-wrap {
                   text-align: center;
    margin-bottom: 15px;
    padding-top: 100px;
                }

                .section-sub-title {
                    font-size: 1rem;
                    color: #ff6b35;
                    letter-spacing: 1px;
                    text-transform: uppercase
                }

                .machine-learning-about-content {
                    margin: 0 auto;
                    text-align: center
                }

                .machine-learning-about-content h4 {
                    font-size: 1.5rem;
                    margin-bottom: 15px
                }

                .ht-btn:hover {
                    background: #e85a2a
                }



                 .floating-icon {
                    position: absolute;
                    z-index: 999;
                    animation: floatUpDown 6s ease-in-out infinite
                }

                .floating-icon.top-left {
                    top: 0;
                    left: 0;
                    width: auto
                }

                .floating-icon.bottom-right {
                    bottom: 0;
                    right: 0;
                    width: auto;
                    animation-delay: 3s
                }

                @keyframes floatUpDown {
                    0%,
                    100% {
                        transform: translateY(0)
                    }
                    50% {
                        transform: translateY(-20px)
                    }
                }
          .c-card .floating-left {
    bottom: 0px;
    bottom: -2px !important;
    z-index: -99;
}  

  @media (max-width:767px) {
          .process-wrapper::before{display:none;}
                    .floating-icon {
                        width: 50%;
                    }
                    .fun-fact--five {
                        width: 49%;
                        margin: 15px 0
                    }
                .machine-learning-about-company-area .floating-left {
                left: 0;
                top: -20px;
                }
                .about-sect .section-title-wrap {
    padding-top: 0px;
}
.about-sect {
    background-image: none;
        min-height: auto !important;
                margin-bottom: 20px;
 }
 .floating-right {
    right: 0;
    bottom: -30px;
}
}

   /*********************video section***********************/
    .contact-us-section-wrapper {
    position: relative;
    width: 100%;
    height: 80vh; /* extra scroll room */
    background: #540019;
}

/* Background video */
#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Sticky mask layer */
.mask-layer {
    position: sticky;
    top: 0;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}

/* Masked logo video */
.mask-layer .logoVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-mask-image: url("../images/logo-new.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 0%;

    mask-image: url("../images/logo-new.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 0%;
}

/* Blank overlay */
.blank-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    background: #540019; /* or white */
    z-index: 5;
    opacity: 0;
    pointer-events: none;
}


   /* .contact-us-section-wrapper {
                    position: relative;
                    width: 100%;
                    height: 100vh;
                    overflow: hidden;
                    background: #000
                }

                #bgVideo {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 120%;
                    object-fit: cover;
                    z-index: 1;
                    transform: translateY(0);
                    will-change: transform
                }

                .mask-layer {
                    position: sticky;
                    top: 0;
                    width: 100%;
                    height: 100vh;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    z-index: 3;
                    pointer-events: none;
                    background: 0 0
                }

                .mask-layer .logoVideo {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    mask-image: url(../images/logo/logo1.png);
                    -webkit-mask-image: url(../images/logo/logo1.png);
                    mask-repeat: no-repeat;
                    -webkit-mask-repeat: no-repeat;
                    mask-position: center;
                    -webkit-mask-position: center;
                    mask-size: 5%;
                    -webkit-mask-size: 5%;
                    transform: scale(1)
                }

                @supports (-webkit-touch-callout:none) {
                    .mask-layer .logoVideo {
                        display: none
                    }
                    .mask-layer {
                        background: url(../images/logo/logo1.png) no-repeat center/contain
                    }
                }   
*/




/*********************wedding style*********************************/ 
/* Default (Desktop) */
.c-card__figure.mob {
  display: none;
}

.c-card__figure.desk {
  display: block;
} 
#wedding .cta-button {
    text-align: left;
    margin-top: 40px;
}              
section#wedding {
    padding-top: 0px;
    padding-bottom: 60px;
    overflow: hidden;
}
.toptitle {
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 20px 10px;
  color: #000;
  text-align: center;
  
  p {
    margin-bottom: 16px;
  }
  
  
  div {
    margin-bottom: 0px;
    font-sizer: 18px;
    line-height: 32px;
    
  }
  
  a {
    font-size: 24px;
    color: var(--color-white);
    opacity: 1;
    transition: opacity .3s linear;
    
    &:hover {
      opacity: .8;
    }
  }
}

.l-cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}

.c-card {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
  min-height: 550px;
  background-color: white;
  box-shadow: 0px 0px 9px #ccc;
  border-radius: 25px;
  overflow: hidden;
}

/* 7 Columns */
.c-card__description {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.c-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;       /* full width of description div */
  height: 100%;      /* full height */
  opacity: 0.3;      /* adjust this for background transparency */
  z-index: 0;        /* behind text */
}

.c-card__subtitle{font-size:20px !important; text-transform: capitalize !important;}

.c-card__description > *:not(.c-card__bg) {
  position: relative;
  z-index: 1;        /* text above background */
}
/* 5 Columns */
.c-card__figure {
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
  position: relative;
  overflow: hidden;
}

.c-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    .c-card__tagline {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
    }
    h2.c-card__title {
    line-height: 40px;
    margin-bottom: 10px;
}
    .c-card__title span {
      font-size: 35px;
      line-height: 40px;
      padding-bottom: 20px;
      text-transform: capitalize !important;
    }
    .c-card__title i {
      font-size: 35px;
    
    }
    
    .c-card__excerpt {
     /* font-size: 16px;
      color: #000;*/
     
    }
    
    .c-card__cta {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-top: 32px;
      
      a {
        width: max-content;
        padding: 12px 24px;
        border: 1px solid black;
        color: black;
        font-size: 16px;
        text-decoration: none;
      }
    }
  }
    
  .c-card__figure {
    position: relative;
    overflow: hidden;

    img {
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}



/* Default Desktop */
.c-card__figure.mob {
  display: none;
}

.c-card__figure.desk {
  display: block;
}


/* MOBILE LAYOUT */
@media (max-width: 767px) {

  .c-card {
    flex-direction: column !important;
    width: 100%;
    margin: 20px 0;
    min-height: auto;
  }

  /* Hide desktop image */
  .c-card__figure.desk {
    display: none !important;
  }
  

  /* Show mobile image */
  .c-card__figure.mob {
    display: block !important;
    order: 2;   /* IMAGE after text */
    width: 100%;
  }

  /* TEXT full width */
  .c-card__description {
    order: 1;   /* TEXT first */
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    padding: 20px;
    text-align: left;
  }

  .c-card__figure.mob img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/*******************gallery****************************/       
/*************** FILTER CONTAINER & BUTTONS ***************/
/* ---- Filter buttons ---- */

.filter-container { text-align:center; margin-bottom:20px; }
.filter-btn {
   display:inline-block; padding:8px 25px; margin:5px;
   border-radius:25px; border:1px solid #fff;
   color:#000; background:#fff;
   font-weight:500; cursor:pointer;
   transition:all .3s ease; position:relative; overflow:hidden;
}
.filter-btn::before {
   content:''; position:absolute; top:0; left:-100%;
   width:100%; height:100%;
   background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
   transition:left .5s;
}
.filter-btn:hover::before { left:100%; }
.filter-btn:hover,
.filter-btn.active {
   background-color:#8B0A0A; color:#fff;
   transform:translateY(-2px);
   box-shadow:0 8px 25px rgba(233,30,99,.3);
}

/* ============================================================
   GALLERY CONTAINER — Desktop scattered layout
   ============================================================ */
.gall .container {
   position: relative;
   z-index: 2;
   width: 100%;
   max-width: 1200px;
   padding-left: 20px;
   padding-right: 20px;
   margin: 0 auto;
}

.gallery-container {
   position: relative;
   width: 100%;
   margin: 0 auto;
   padding-top: 20px;
   min-height: 580px;
   transition: min-height 0.4s ease;
}

/* ============================================================
   BASE GALLERY ITEM — Desktop
   ============================================================ */
.gallery-item {
   position: absolute;
   overflow: hidden;
   border-radius: 20px;
   box-shadow: 0 10px 35px rgba(0,0,0,.4);
   transition: transform .45s cubic-bezier(.4,0,.2,1),
               opacity   .45s ease,
               box-shadow .3s ease;
   cursor: pointer;
}
.gallery-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   border-radius: 4px;
}
.gallery-item:hover {
   transform: scale(1.06) rotate(0deg) !important;
   box-shadow: 0 20px 55px rgba(0,0,0,.55);
   z-index: 20 !important;
}
.gallery-item.hidden {
   opacity: 0;
   pointer-events: none;
}

/* ============================================================
   INDIVIDUAL POSITIONS — Desktop only (992px+)
   ============================================================ */
@media (min-width: 992px) {

   /* --- TOP ROW --- */
   .gallery-item.pos-1 {
      left: 1%; top: 20px;
      width: 30%; height: 250px;
      z-index: 4;
   }
   .gallery-item.pos-2 {
      left: 33%; top: 0px;
      width: 33%; height: 290px;
      z-index: 5;
   }
   .gallery-item.pos-3 {
      left: 68%; top: 40px;
      width: 30%; height: 225px;
      z-index: 4;
   }

   /* --- BOTTOM ROW --- */
   .gallery-item.pos-4 {
      left: 1%; top: 290px;
      width: 30%; height: 250px;
      z-index: 3;
   }
   .gallery-item.pos-5 {
      left: 33%; top: 310px;
      width: 33%; height: 240px;
      z-index: 3;
   }
   .gallery-item.pos-6 {
      left: 68%; top: 290px;
      width: 30%; height: 245px;
      z-index: 4;
   }
}

/* ============================================================
   TABLET (576px – 991px) — CSS GRID, no absolute positioning
   ============================================================ */
@media (max-width: 991px) and (min-width: 576px) {

   .gallery-container {
      position: static;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      min-height: unset;
      padding: 15px;
      width: 100%;
   }

   /* Reset all absolute positioning */
   .gallery-item {
      position: static !important;
      width: 100%    !important;
      height: 220px  !important;
      transform: none !important;
      margin: 0;
   }

   /* Show all 6 on tablet */
   .gallery-item.pos-5,
   .gallery-item.pos-6 { display: block; }
}

/* ============================================================
   MOBILE (max 575px) — CSS GRID 2 columns
   ============================================================ */
@media (max-width: 575px) {

   .gallery-container {
      position: static;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      min-height: unset;
      padding: 10px;
      width: 100%;
   }

   .gallery-item {
      position: static !important;
      width: 100%    !important;
      height: 160px  !important;
      transform: none !important;
      margin: 0;
   }

   /* Show all items on mobile */
   .gallery-item.pos-5,
   .gallery-item.pos-6 { display: block; }
}

/* ============================================================
   BACKGROUND + SECTION
   ============================================================ */
.gall { position:relative; overflow:hidden; height:auto; }
.bg-wrapper { position:absolute; top:0; left:0; width:100%; height:100%; z-index:0; }
.bg-slideshow { position:absolute; top:0; left:0; width:100%; height:100%; }
.bg-image {
   position:absolute; top:0; left:0; width:100%; height:100%;
   filter:grayscale(100%); animation:bgSlide 6s infinite;
}
.bg-image img { width:100%; height:100%; object-fit:cover; }
.bg-image:nth-child(1) { animation-delay:0s; }
.bg-image:nth-child(2) { animation-delay:2s; }
.bg-image:nth-child(3) { animation-delay:4s; }
@keyframes bgSlide {
   0%     { opacity:0; }
   16.67% { opacity:1; }
   33.33% { opacity:1; }
   50%    { opacity:0; }
   100%   { opacity:0; }
}
.bg-overlay {
   position:absolute; top:0; left:0; width:100%; height:100%;
   background:rgba(0,0,0,.25); z-index:1;
}
.gall .section-title-wrap,
.gall .filter-container { position:relative; z-index:2; }
.gall .gallery-container { position:relative; z-index:2; padding-top:20px; }
.gall .section-title-wrap .heading { color:#fff; }

/* ============================================================
   BACKGROUND + SECTION
   ============================================================ */
.gall { position:relative; overflow:hidden; height:auto; }
.bg-wrapper { position:absolute; top:0; left:0; width:100%; height:100%; z-index:0; }
.bg-slideshow { position:absolute; top:0; left:0; width:100%; height:100%; }
.bg-image {
   position:absolute; top:0; left:0; width:100%; height:100%;
   filter:grayscale(100%); animation:bgSlide 6s infinite;
}
.bg-image img { width:100%; height:100%; object-fit:cover; }
.bg-image:nth-child(1) { animation-delay:0s; }
.bg-image:nth-child(2) { animation-delay:2s; }
.bg-image:nth-child(3) { animation-delay:4s; }
@keyframes bgSlide {
   0%     { opacity:0; }
   16.67% { opacity:1; }
   33.33% { opacity:1; }
   50%    { opacity:0; }
   100%   { opacity:0; }
}
.bg-overlay {
   position:absolute; top:0; left:0; width:100%; height:100%;
   background:rgba(0,0,0,.25); z-index:1;
}
.gall .section-title-wrap,
.gall .filter-container { position:relative; z-index:2; }
.gall .gallery-container { position:relative; z-index:2; padding-top:20px; }
.gall .section-title-wrap .heading { color:#fff; }

/* ============================================================
   FULLSCREEN OVERLAY (unchanged)
   ============================================================ */
.image-overlay {
   display:none; position:fixed; z-index:1050;
   top:0; left:0; width:100%; height:100%;
   background:rgba(0,0,0,.9);
   align-items:center; justify-content:center; padding:30px;
}
.image-overlay.is-open { display:flex; }
.image-overlay__img {
   max-width:90%; max-height:80%;
   border-radius:8px; box-shadow:0 8px 40px rgba(0,0,0,.6);
}
.image-overlay__close {
   position:absolute; top:20px; right:30px;
   font-size:36px; color:#fff; background:none; border:none; cursor:pointer;
}
.image-overlay__prev,
.image-overlay__next {
   position:absolute; top:50%; transform:translateY(-50%);
   font-size:48px; color:#fff; background:none; border:none;
   cursor:pointer; padding:6px 12px; user-select:none;
}
.image-overlay__prev { left:18px; }
.image-overlay__next { right:18px; }


 /**************testimonials***********************/
  .testimonial-card {
                    position: relative;
                    
                    overflow: hidden;
                    box-shadow: 0 8px 5px rgba(0, 0, 0, .5);
                    border-top-left-radius: 20px;
                    border-top-right-radius: 20px
                }

                .testimonial-image {
                    position: relative
                }

                .testimonial-image img {
                    width: 100%;
                    height: auto;
                    display: block;
                  
                }
                .testimonial-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #fff);
    z-index: 9;
    pointer-events: none;
}

                .testimonial-overlay {
                    position: absolute;
                    bottom: -5px;
                    left: 0;
                    width: 100%;
                    padding: 20px;
                    background: linear-gradient(to top, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
                    color: #000;
                    text-align: center;
                    z-index: 999;
                }

                .testimonial-name {
                    font-weight: 500;
                    margin-bottom: 0;
                    color: #000;
                    text-shadow: 0 0 1px #ccc;
                    text-transform: capitalize;
                    font-size: 30px;
                }

                .testimonial-stars {
                    color: gold;
                    font-size: 1.1rem;
                    margin-bottom: 0
                }

                .testimonial-text {
                    font-size: 14px;
                    line-height: 1.4;
                    font-style: italic;
                    margin-bottom: 10px
                }

                .testimonial-decor {
                    font-size: 1.5rem;
                    color: #fcc
                }       

 /**********************************************************faq****************************************************/
   .section-elements-title {
                    text-align: center;
                    margin-bottom: 0rem
                }

                .section-elements-title h2 i {
                    font-style: italic;
                    font-weight: 300;
                    color: #000;
                    text-transform: lowercase;
                    font-size: .9em
                }

                .faq-main-section {
                    background-color: #fff;
                    padding: 4rem 0
                }

                .accordion {
                    border-radius: .5rem;
                    overflow: hidden;
                    width: 95%;
                    margin: auto
                }

                .accordion-item {
                    border-bottom: 1px solid #ccc !important
                }

                .accordion-item:last-child {
                    border-bottom: none
                }

                .accordion-header {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 2rem 0;
                    background: 0 0;
                    border: none;
                    color: inherit;
                    font-size: 1.25rem;
                    font-weight: 500;
                    text-align: left;
                    cursor: pointer;
                    transition: background-color .2s ease;
                    border-radius: .5rem;
                    margin: 0 0
                }

                .accordion-header:focus {
                    outline: 2px solid #3b82f6;
                    outline-offset: 2px
                }

                .accordion-question {
                    flex: 1;
                    padding-right: 1rem;
                    line-height: 1.4;
                    color: #111827;
                    letter-spacing: 0;
                    font-size: 18px;
                    font-weight: 400
                }

                .accordion-icon {
                    width: 2rem;
                    height: 2rem;
                    border: 1px solid #d1d5db;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: border-color .3s ease;
                    flex-shrink: 0;
                    background-color: #fff
                }

                .accordion-header:hover .accordion-icon {
                    border-color: #9ca3af
                }

                .plus-icon {
                    width: 1rem;
                    height: 1rem;
                    stroke: #000;
                    stroke-width: 2;
                    fill: none;
                    transition: all .3s ease;
                    display: block
                }

                .minus-symbol {
                    font-size: 1.25rem;
                    font-weight: 300;
                    color: #000;
                    line-height: 1;
                    transition: all .3s ease;
                    display: none
                }

                .accordion-header[aria-expanded=true] .plus-icon {
                    display: none
                }

                .accordion-header[aria-expanded=true] .minus-symbol {
                    display: block
                }

                .accordion-header[aria-expanded=false] .plus-icon {
                    display: block
                }

                .accordion-header[aria-expanded=false] .minus-symbol {
                    display: none
                }

                .accordion-content {
                    overflow: hidden;
                    transition: max-height .5s ease, opacity .5s ease, padding-bottom .5s ease;
                    max-height: 0;
                    opacity: 0;
                    padding-bottom: 0
                }

                .accordion-content.open {
                    max-height: 400px;
                    opacity: 1;
                    padding-bottom: 2rem
                }

                .accordion-text {
                    padding: 0 0rem;
                    color: #4b5563;
                    line-height: 1.6;
                    font-size: 1rem;
                    white-space: pre-line;
                    margin: 0 0
                }

                @media (max-width:768px) {
                    .section-elements-title h2 {
                        font-size: 2.25rem
                    }
                    .faq-main-section {
                        padding: 2rem 0
                    }
                    .title {
                        font-size: 1.75rem;
                        margin-bottom: 2rem;
                        margin-top: 2rem
                    }
                    .accordion-header {
                        padding: 1.5rem .5rem;
                        font-size: 1.125rem
                    }
                    .accordion-question {
                        padding-right: .75rem;
                        font-size: 15px !important
                    }
                    .accordion-icon {
                        width: 1.75rem;
                        height: 1.75rem
                    }
                    .accordion-text {
                        padding: 0 .5rem;
                        margin: 0 -.5rem;
                        text-align: left;
        font-size: 14px;
                    }
                    .accordion-content.open {
                        padding-bottom: 1.5rem
                    }
                }

                @media (max-width:480px) {
                    .section-elements-title h2 {
                        font-size: 1.75rem
                    }
                    .title {
                        font-size: 1.5rem;
                        margin-top: 1.5rem
                    }
                    .faq-main-section {
                        padding: 1.5rem 0
                    }
                    .accordion-header {
                        padding: 1.25rem .25rem;
                        font-size: 1rem
                    }
                    .accordion-question {
                        padding-right: .5rem
                    }
                    .accordion-icon {
                        width: 1.5rem;
                        height: 1.5rem
                    }
                    .plus-icon {
                        width: .875rem;
                        height: .875rem
                    }
                    .minus-symbol {
                        font-size: 1.125rem
                    }
                }

                .accordion-header[aria-expanded=true] .plus-icon {
                    display: none
                }

                .accordion-header[aria-expanded=true] .minus-symbol {
                    display: block
                }

                .accordion-header[aria-expanded=false] .plus-icon {
                    display: block
                }

                .accordion-header[aria-expanded=false] .minus-symbol {
                    display: none
                }

                .accordion-item {
                    background-color: #fff;
                    border: 0 solid rgba(0, 0, 0, .125)
                }        

 /************footer***********************/
   .footer-area {
  background-color: #540019; /* maroon background like screenshot */
  color: #fff;

  padding-bottom: 30px;
}

.footer-title {
     font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.footer-contact li {
  margin-bottom: 8px;
}

.footer-contact i {
  margin-right: 8px;
  color: #fff;
}

.footer-bottom {
  margin-top: 30px;
}

.footer-social a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #d32f2f; /* red hover effect */
}

.footer-divider {
     border: none;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    margin: 15px 0;
    width: 30%;
    margin: auto;
    margin-bottom: 10px;
}
.map-link a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
  transition: 0.3s;
}



.map-link a {
  font-weight: 300;
  text-decoration: none;
  transition: 0.3s;
}

.map-link a:hover {
  color: #d32f2f; /* red hover effect */
}

.footer-bottom p{ font-weight:300; font-size:15px; }
                      

/******************fixed button**********************/

.story-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  padding: 15px;
  background: rgba(255,255,255,0.95);
  color: #000;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

/* Mobile-specific */
@media (max-width: 767px) {
  .story-button {
    bottom: 15px;
    width: calc(100% - 30px); /* 15px left + 15px right */
    max-width: none;
    font-size: 14px;
    padding: 12px;
  }
}
#mob{display:none;}


/****************************************************************************************************************************************************************************************************************************************
 * *****************************************DESTINATION WEDDING****************************************************************************************************************************************************************************/
.machine-learning-about-company-areas {
                    position: relative;
                    overflow-y: hidden;
                    padding: 100px ;
                    background-size: cover;
                    background-position: center;
                    color: #000;
                    overflow-x: hidden;

                }
                #herodestination {
    padding: 50px;
}

                .machine-learning-about-company-areas .floating-left {
                    left: 0;
                    top: -80px;
                }
 .tag {
  position: absolute;
  padding: 10px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tag.show {
  opacity: 1;
  transform: scale(1);
  animation: zoom 3s ease-in-out infinite;
}

@keyframes zoom {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Positions */
.tag1 { top: 80px; left: 20%; background: #c8c2e0; }
.tag2 { top: 90px; right: 10%; background: #b9dec2; }
.tag3 { top: 210px; left: 50px; background: #e0bfc2; }
.tag4 { top: 220px; right: 120px; background: #c8c2e0; }
.tag5 { bottom: 60px; left: 15%; background: #e0bfc2; }
.tag6 { bottom: 40px; right: 20%; background: #b9dec2; }

    /* Center main text */
    .main-text {
      position: relative;
      z-index: 2;
      text-align: center;
    }

   

    .main-text h2 span {
      color: #941c35;

      text-transform: uppercase;
    }

    .main-text p {
      font-size: clamp(1rem, 1.5vw, 1.2rem);
      margin-top: 0px;
      color: #000;

    }

    /* Scroll icon */
    .scroll-icon {
      width: 30px;
      height: 70px;
      border: 2px solid #941c35;
      border-radius: 25px;
      margin: 0px auto 0;
      position: relative;
    }
    .scroll-icon::before {
      content: "";
      position: absolute;
      top: 100px;
      left: 50%;
      width: 8px;
      height: 8px;
      background: #941c35;
      border-radius: 50%;
      transform: translateX(-50%);
      animation: scroll 1.5s infinite;
    }

    @keyframes scroll {
      0% { top: 10px; opacity: 1; }
      80% { top: 30px; opacity: 0; }
      100% { top: 10px; opacity: 0; }
    }

.scroll {
    z-index: 99;
    position: relative;
    top: 26px;
}

    /* Responsive fix: stack tags on small screens */
    @media (max-width: 768px) {
      .tag {
        position: static;
        display: inline-block;
        margin: 8px;
      }
      .container {
        text-align: center;
      }
    }

 .machine-learning-about-company-areas.floating-right {
                    right: 0
                }




/******************************************************************Team Section************************************************/
.hero-section {
    min-height: 100vh;
    background: #fafafa; /* solid base color */
    position: relative;
    display: flex;
    align-items: center;
    padding: 85px 0px 40px 0px;

    /* Fade effect at top */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 80%, rgba(255, 182, 193, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 218, 185, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(230, 230, 250, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .left-content {
            position: relative;
            height: auto;
                padding-bottom: 30px;
        }

        .quote-card {
            background: white;
            padding: 1rem;
            border-radius: 10px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
           
            font-size: 22px;
            line-height: 30px;
            color: #000 !important;
            transform: rotate(-4deg) !important;
            position: absolute;
            top: 20px;
            left: 20px;
            z-index: 3;
            max-width: 300px;
            text-align: center;
            font-family: SilkSerif-MediumItalic;
            font-weight: 400;
        }

        .image-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
           /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
            transform: perspective(1000px) rotateY(-5deg);*/
            height: 100%;
            width: 100%;
                border-top-left-radius: 50%;
    border-top-right-radius: 50%;
        }
        .quote-card.aos-init.aos-animate {
    transform: rotate(-5deg);
}

        .team-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: inherit;
            display: block;
                border-top-left-radius: 50%;
    border-top-right-radius: 50%;
        }

        .decorative-flowers {
             position: absolute;
    top: -110px;
    right: 50px;
    width: 100px;
    height: 100px;
    /* opacity: 0.6; */
    transform: rotate(31deg);
    z-index: -9;
        }

        

        .right-content {
            padding-left: 2rem;
        }

        

        .subtitle {
            font-size: 2rem;
            font-style: italic;
            color: #000;
            margin-bottom: 0rem;
            margin-top: 5px;
            font-weight: 300;
             font-family: "SilkSerif-Regular" !important;
        }

        .features-list {
            list-style: none;
        }

        .bullet-point {
            width: 12px;
            height: 12px;
            background: #8B0000;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .feature-text {
            color: #000;
        }

        .feature-highlight {
            font-weight: 400;
            color: #8B0000;
        }

        /* Remove responsive media queries since Bootstrap handles this */
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .hero-section img.floating-icon.floating-left {
    animation: none;
}
@media (max-width: 900px) {
.image-container{
        min-height: 350px;
}

}
/*****************************************How Reddot***********************************************/

        .header-section {
            text-align: center;
            padding: 60px 0 40px;
            background-color: #fff;
        }

        .main-title {
            font-size: 3.5rem;
            font-weight: 300;
            color: #540019;
            margin-bottom: 10px;
            font-style: italic;
        }

        .sub-title {
            font-size: 3rem;
            font-weight: 400;
            color: #000;
            margin-bottom: 30px;
        }

        .description {
            font-size: 1.2rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .services-section {
            padding: 0px 0;
            background-color: transparent;
        }

        .service-card {
            background: #fff;
            border-radius: 20px;
            padding: 30px 15px;
            margin-bottom: 30px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            min-height: 360px;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
            border: 1px solid #540019;
        }

        .service-icon {
            font-size: 0rem;
            color: #540019;
            transition: all 0.3s ease;
        }

        .service-title {
            font-size: 25px;
    font-weight: 500;
    color: #540019;
    margin-bottom: 15px;
    line-height: 1.4;
    text-transform: capitalize;
        }

        .service-description {
            font-size: 15px;
            color: #000;
            line-height: 1.6;
            margin-bottom: 20px;
            min-height: 170px;
        }

        /* Initially hidden expanded content */
/* Initially hidden expanded content */
.expanded-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 15px;
}

/* Show expanded content only when active */
.service-card.active .expanded-content {
    max-height: 500px; /* adjust based on content length */
    padding: 15px;
}

/* Change the "Learn more" button arrow when expanded */
.read-toggle.expanded::after {
    content: ' ←';
}

/* Hide "Learn more" button when expanded */
.service-card .read-toggle.expanded {
    display: none;
}

/* Optional: the Read Less button is shown inside expanded content */
.expanded-content .read-less-btn {
    display: block;
}


        .expanded-content.show {
            display: block;
            animation: fadeIn 0.3s ease;
        }

        /* Hover option - uncomment this and comment the click functionality to use hover */
        /*
        .service-card:hover .expanded-content {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        */

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .read-less-btn {
            margin-top: 15px;
            display: block;
            color: #540019;
            text-decoration: none;
            font-weight: 500;
            font-size: 1rem;
            cursor: pointer;
            border: none;
            background: none;
            padding: 8px 0;
        }

        .read-less-btn:hover {
            color: #A0522D;
            text-decoration: underline;
        }

        .expanded-features {
            list-style: none;
            padding: 0;
            margin: 15px 0;
        }

        .expanded-features li {
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center;   /* vertically center dot + text */
    gap: 8px;              /* spacing between dot and text */
    margin-bottom: 10px;   /* space between lines */
}

.expanded-features li::before {
    content: '•';
    color: #540019;
    font-size: 1rem;
    line-height: 1;       /* keeps dot tight */
    position: static;     /* reset absolute positioning */
}


        .read-toggle {
            color: #540019;
            text-decoration: none;
            font-weight: 500;
            font-size: 1rem;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            background: none;
            padding: 0;
        }

        .read-toggle:hover {
            color: #A0522D;
            text-decoration: underline;
        }

        .read-toggle::after {
            content: ' →';
            transition: transform 0.3s ease;
        }

        .read-toggle.expanded::after {
            content: ' ←';
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2.5rem;
            }
            
            .sub-title {
                font-size: 2rem;
            }
            
            .service-card {
                min-height: auto;
                text-align: left;
            }
            
            .service-title {
                font-size: 1.3rem;
            }
        }

/*****************************************detination wedd********************************************************/

 .destination-section {
   text-align: center;
   padding: 60px 20px;
   background: #fff;
   -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%);
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
   mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%);
   mask-repeat: no-repeat;
   mask-size: 100% 100%;
}

.destination-title {
   font-size: 2rem;
   font-weight: bold;
   margin-bottom: 10px;
}

.destination-subtitle {
   font-size: 1.5rem;
   color: #7c0a1d;
   margin-bottom: 20px;
}

.destination-text {
   max-width: 70%;
   margin: 0 auto 50px;
   color: #000;
}

/* ---- Image Stack ---- */
.destination-section .image-stack {
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   gap: 20px;
   transition: all 0.5s ease-in-out;
   margin-top: 20px;
   min-height: 350px;
   margin-bottom: 60px;
   width: auto;
}

.image-stack .card {
   position: absolute;
   width: 400px;
   transition: all 0.6s ease;
   border-radius: 15px;
   overflow: hidden;
   border: 1px solid #e4a1a1;
   box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   cursor: pointer;
   padding: 30px;
   background: #fff;
}

.image-stack .card img {
   width: 100%;
   height: auto;
   display: block;
   transition: transform 0.5s ease;
   border-radius: 15px;
}

/* Overlay */
.overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.1);
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   opacity: 1;
   transition: opacity 0.4s ease;
   padding: 20px;
   font-size: 1.2rem;
}

.card:hover img {
   transform: scale(1.05);
}

.card:hover .overlay {
   opacity: 1;
}

/* ---- Desktop: Stacked positions (initial state) ---- */
.image-stack .card:nth-child(1) {
   transform: rotate(-3deg) translateX(-40px);
   z-index: 3;
}

.image-stack .card:nth-child(2) {
   transform: rotate(0deg);
   z-index: 2;
}

.image-stack .card:nth-child(3) {
   transform: rotate(3deg) translateX(40px);
   z-index: 1;
}

/* Desktop hover: spread into a row */
.image-stack:hover .card {
   position: relative;
   transform: rotate(0deg) translateX(0);
}

/* ---- Mobile Hint ---- */
.stack-hint {
   position: absolute;
   bottom: -40px;
   left: 50%;
   transform: translateX(-50%);
   display: none; /* hidden on desktop */
   align-items: center;
   gap: 6px;
   font-size: 0.85rem;
   color: #7c0a1d;
   font-weight: 500;
   white-space: nowrap;
   animation: hintBlink 1.5s ease-in-out infinite;
   z-index: 10;
}

.hint-icon {
   font-size: 1.1rem;
   display: inline-block;
   animation: hintBounce 1.5s ease-in-out infinite;
}

@keyframes hintBlink {
   0%, 100% { opacity: 1; }
   50%       { opacity: 0.25; }
}

@keyframes hintBounce {
   0%, 100% { transform: translateY(0); }
   50%       { transform: translateY(-5px); }
}

/* Hide hint once stack is expanded */
.image-stack.expanded .stack-hint {
   display: none !important;
}

/* ---- Mobile ---- */
@media (max-width: 768px) {

   /* Show the tap hint */
   .stack-hint {
      display: flex;
   }

   .destination-section .image-stack {
      min-height: 200px;
      margin-bottom: 70px; /* room for the hint text */
      cursor: pointer;
   }

   /* Keep stacked look by default */
   .image-stack .card {
      position: absolute !important;
      width: 100% !important;
      max-width: 100% !important;
      padding: 15px !important;
   }

   .image-stack .card:nth-child(1) {
      transform: rotate(-3deg) translateX(-30px) !important;
      z-index: 3;
   }

   .image-stack .card:nth-child(2) {
      transform: rotate(0deg) !important;
      z-index: 2;
   }

   .image-stack .card:nth-child(3) {
      transform: rotate(3deg) translateX(30px) !important;
      z-index: 1;
   }

   /* Override desktop hover so it doesn't fire on scroll */
   .image-stack:hover .card {
      position: absolute !important;
      transform: inherit;
   }
   .image-stack:hover .card:nth-child(1) {
      transform: rotate(-3deg) translateX(-30px) !important;
   }
   .image-stack:hover .card:nth-child(2) {
      transform: rotate(0deg) !important;
   }
   .image-stack:hover .card:nth-child(3) {
      transform: rotate(3deg) translateX(30px) !important;
   }

   /* Expanded state — triggered by JS on tap */
   .image-stack.expanded {
      flex-direction: column !important;
      align-items: center !important;
      min-height: unset !important;
      gap: 20px !important;
      margin-bottom: 30px !important;
   }

   .image-stack.expanded .card {
      position: relative !important;
      transform: rotate(0deg) translateX(0) !important;
      width: 100% !important;

   }
}

/***********************wedding Beyond****************************/


        .journey-container {
            position: relative;
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
            height: 400px;
        }

        .event-item {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 2;
        }

        .event-circle {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid #fff;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            margin-bottom: 15px;
            transition: transform 0.3s ease;
        }

        .event-circle:hover {
            transform: scale(1.05);
        }

        .event-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .event-label {
            font-size: 18px;
            font-weight: 500;
            color: #000;
            text-align: center;
            white-space: nowrap;
        }

        .center-circle {
            background: #d3d3d3;
        }

        /* Position each event - matching screenshot exactly */
        .haldi {
            top: 0px;
            left: 3%;
        }

        .sangeet {
            bottom: 20px;
            left: 18%;
        }

        .jaggo {
            top: 20px;
            left: 35%;
        }

        .anand-karaj {
            bottom: 0px;
            left: 60%;
            transform: translateX(-50%);
        }

        .mangalyam {
            top: 0px;
            right: 18%;
        }

        .reception {
            bottom: 20px;
            right: 3%;
        }

       .journey-container svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

       .journey-container svg path {
            fill: none;
            stroke: #000;
            stroke-width: 1.5;
            opacity: 0.4;
        }

        @media (max-width: 1200px) {
            .journey-container {
                height: 380px;
            }

            .event-circle {
                width: 200px;
                height: 200px;
            }

            .event-label {
                font-size: 16px;
            }
        }

        @media (max-width: 900px) {
            .journey-container {
                height: auto;
                min-height: 800px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
               margin-top: 32px;

            }

            .event-item {
                position: relative;
                top: auto !important;
                left: auto !important;
                right: auto !important;
                bottom: auto !important;
                transform: none !important;
            }

           .journey-container svg {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .event-circle {
               /* width: 110px;
                height: 110px;*/
            }

            .header {
                margin-bottom: 0px;
            }

            .event-label {
                font-size: 15px;
            }
        }


/**********************venues*********************************/
.trusted-venues {
         background-color: #fff;
         }
         .trusted-title {
         font-family: "Playfair Display", serif;
         font-weight: 700;
         font-size: 2rem;
         color: #000;
         text-transform: uppercase;
         letter-spacing: 1px;
         }
         .trusted-title .italic {
         font-style: italic;
         font-weight: 400;
         }
         .trusted-title .highlight {
         color: #a11224; /* deep wine-red like in the screenshot */
         }
         .trusted-subtitle {
         font-size: 1rem;
         color: #000;
         max-width: 700px; 
         margin: 0 auto;
         }
         .brand-logo {
         max-height: 100%;
         object-fit: contain;
         transition: transform 0.3s ease;
         }
         .brand-logo:hover {
         transform: scale(1.05);
         }
         @media (max-width: 576px) {
         .brand-logo {
         max-height: 100%;
        border: 1px solid #f3f3f3;
        border-radius: 10px;
         }
         .trusted-title {
         font-size: 1.6rem;
         }
         .trusted-subtitle {
         font-size: 0.95rem;
         }
         }






/**************************Gallery Swiper****************************************/
 .destination-sections {
  text-align: center;
  padding: 10px 0px;
}

.swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-right: 9%; /* space for the peek */
}

.swiper-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 85%; /* main slide width */
  cursor: pointer;
}

.destination-sections .swiper-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

/* overlay hidden by default */
.overlays {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  opacity: 1; /* always visible */
  transform: translateY(0); /* reset hover transform */
  pointer-events: auto; /* allow buttons to be clickable */
  max-width: 100%;
  text-align: left;
  /*background: rgba(0, 0, 0, 0.3);*/ /* optional: darker overlay for better contrast */
  backdrop-filter: blur(4px);
}


.overlays.active {
  /*opacity: 1;
  transform: translateY(0);
  pointer-events: auto;*/
}
/* Remove hover effect */
.swiper-slide img:hover + .overlays {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.overlays h3 {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.overlays p {
  margin: 0 0 14px;
  font-size: 1rem;
}

.overlays .btn {
  background: #fff;
  color: #000;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  margin-right: 8px;
  /*padding: 6px 14px;*/
  transition: background .3s ease, color .3s ease;
}
.overlays .btn:hover {
  background: #c2185b;
  color: #fff;
}

/* Mobile styling */
@media (max-width: 900px) {
  .destination-sections .swiper-slide img {
    height: 220px;
  }
  .overlays {
    max-width: 90%;
    padding: 10px 12px;
    bottom: 10px;
    left: 10px;
  }
  .overlays h3 {
    font-size: 1rem;
  }
  .overlays p {
    font-size: 0.8rem;
  }
   .overlays {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/*********************************************************Process Steps****************************************************************/

   .main-title {
            text-align: center;
            font-size: clamp(2.5rem, 5vw, 4rem);
            color: #696969;
            margin-bottom: 60px;
            letter-spacing: 8px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .boxarea {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 40px 15px;
           /* border: 1px solid #transparent;*/
            border-radius: 30px;
            
        }

        .card {
            background: transparent;
            border-radius: 0px;
            padding: 30px 15px;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 300px;
            width: 240px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            backdrop-filter: blur(10px);
            border: 0px solid rgba(255, 255, 255, 0.1);
           /* transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.24);
            box-shadow: 0 15px 35px rgba(139, 75, 107, 0.1);*/
        }

        .card:hover {
            transform: translateY(-10px);
            /*box-shadow: 0 25px 50px rgba(139, 75, 107, 0.2);*/
        }

        .card-number {
            font-size: 3rem;
    color: #696969;
    font-weight: bold;
    margin-bottom: 0px;
    opacity: 0.9;
        }

        .card-title {
            font-size: 18px;
color: #696969;
font-weight: 400;
letter-spacing: 0px;
text-transform: capitalize;
margin-bottom: 0px;
line-height: normal;
        }

        .card-text {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.5s ease;
            z-index: 2;
            position: relative;
        }

        .card-image {
            width: 180px;
            height: 120px;
            border-radius: 15px;
            object-fit: cover;
            opacity: 1;
            transform: translateY(20px);
            transition: all 0.5s ease;
            box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
            position: absolute;
        }

        /* Card 1: Text top, image bottom on hover */
        .card-1 {
            justify-content: flex-start;
        }

        .card-1 .card-image {
            bottom: 20px;
        }

        .card-1:hover .card-image {
            opacity: 1;
            transform: translateY(0);
        }

        /* Card 2: Text bottom, image top on hover */
        .card-2 {
            justify-content: flex-end;
        }

        .card-2 .card-image {
            top: 20px;
        }

        .card-2:hover .card-image {
            opacity: 1;
            transform: translateY(0);
        }

        /* Card 3: Text top, image bottom on hover */
        .card-3 {
            justify-content: flex-start;
        }

        .card-3 .card-image {
            bottom: 20px;
        }

        .card-3:hover .card-image {
            opacity: 1;
            transform: translateY(0);
        }

        /* Card 4: Text bottom, image top on hover */
        .card-4 {
            justify-content: flex-end;
        }

        .card-4 .card-image {
            top: 20px;
        }

        .card-4:hover .card-image {
            opacity: 1;
            transform: translateY(0);
        }

        /* Card 5: Text top, image bottom on hover */
        .card-5 {
            justify-content: flex-start;
        }

        .card-5 .card-image {
            bottom: 20px;
        }

        .card-5:hover .card-image {
            opacity: 1;
            transform: translateY(0);
        }

        .decorative-flower {
            position: absolute;
            width: 100px;
            height: 100px;
            opacity: 1.1;
        }

        .flower-top-left {
        top: 165px;
    left: 90px;
    transform: rotate(5deg);
    z-index: 99;
        }

        .flower-bottom-right {
            bottom: 125px;
    right: 10px;
    transform: rotate(15deg);
        }

        .bottom-text {
            text-align: center;
            margin-top: 60px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }

        .bottom-text p {
            font-size: 1.1rem;
            color: #8B4B6B;
            font-style: italic;
        }
.process-wrappers {
    position: relative;
    background: url("../images/steps-bg.png") no-repeat center center;
    background-size: cover;  /* responsive full coverage */
    min-height: 100vh;       /* full height section */
    display: flex;
    align-items: center;     /* center vertically */
    justify-content: center; /* center horizontally */
    padding: 150px 15px;      /* space inside */
        margin-top: -110px;
}

.boxarea {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    padding: 40px 15px;
    border-radius: 30px;

    background: none;/* optional inner bg */
   /* backdrop-filter: blur(10px);  */     /* optional glass look */
    position: relative;
    z-index: 1;
}


/* Arrow container same height as cards */
.arrow-container {
    display: flex;
    align-items: stretch;   /* makes arrow fill full height */
    justify-content: center;
    width: 1px;            /* horizontal gap */
}

/* Arrow line */
.curved-arrow {
    flex: 1; /* full height */
    width: 2px;
    background: linear-gradient(
        to bottom,
        rgba(84, 0, 25, 0) 0%,   /* fade at very top */
        rgba(84, 0, 25, 1) 10%,  /* solid middle */
        rgba(84, 0, 25, 1) 90%,  /* solid middle */
        rgba(84, 0, 25, 0) 100%  /* fade at very bottom */
    );
    border-radius: 2px;
}



        .arrow-1, .arrow-3 {
            transform: scaleY(1);
        }

        .arrow-svg {
            width: 100%;
            height: 100%;
        }

        .arrow-path {
            fill: none;
            stroke: #8B4B6B;
            stroke-width: 3;
            stroke-linecap: round;
        }

        .arrow-head {
            fill: #8B4B6B;
        }

        @media (max-width: 768px) {
            .arrow-container {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .container {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .card {
                min-height: 280px;
                padding: 25px 15px;
                width: 200px;
                margin: 10px;
            }
            
            .card-image {
                width: 150px;
                height: 100px;
            }
            
            .main-title {
                letter-spacing: 4px;
                margin-bottom: 40px;
            }
        }

        @media (max-width: 480px) {
            .container {
                flex-direction: column;
            }
            
            .card {
                width: 280px;
            }
            
            .card-number {
                font-size: 2.5rem;
            }
            
            .card-title {
                font-size: 1.1rem;
                letter-spacing: 1px;
            }
            
            .card-image {
                width: 160px;
                height: 110px;
            }
        }
        .process-wrapper {
    position: relative;
    background: #fff;
    padding-top: 100px !important;
        padding-bottom: 60px !important;
}

.process-wrapper {
    position: relative;
    background: #fff;
    overflow: hidden; /* ensures the images don't spill outside */
}



@media (max-width: 768px) {
    .boxarea {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
         margin-top: 70px;
    }

    .card {
        display: flex;
        flex-direction: row; /* number left, text right */
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 12px 10px;
        background: transparent;
        box-shadow: none;
        min-height: auto;
        margin: 0px !important;
    }

    .card:last-child {
        border-bottom: none;
    }

    .card-number {
        font-size: 1.6rem;
        font-weight: bold;
        color: #8B0000; /* red numbers */
        margin-right: 15px;
        flex-shrink: 0;   /* keep fixed width */
        width: 45px;      /* ensures it stays left aligned */
        text-align: left;
    }

    .card-title {
        font-size: 1rem;
        font-weight: 500;
        color: #000;
        margin: 0;
        text-transform: uppercase;
        flex: 1; /* take remaining width */
    }

    /* Hide images, arrows, flowers */
    .card-image,
    .arrow-container{
        display: none !important;
    }

    /* Extra bottom padding for sticky button */
    .process-wrapper {
        padding-bottom: 50px !important;
    }
    .card-text {
    display: flex;
    align-items: center;
}

.process-wrapper::after {
    right: 0px;
}
.flower-top-left {
    top: 0px;
    left: 13px;

}
.flower-bottom-right {
    bottom: 154px;
    right: -15px;
    z-index: 9;
}
}

/**********************toggle arrow**********************/

/***********************new********************/


.card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
}


/* Overlay container (only description) */
.card-overlay {
    position: absolute;
    inset: 0; 
    background: rgba(84, 0, 25, 0.95); 
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 10px;
    text-align: center;
    z-index: 99;
}

/* Show overlay on hover */
.card:hover .card-overlay {
    opacity: 1;
}

/* Card title & number (always visible) */
.card-number {
    font-size: 2rem;
    font-weight: bold;
    color: #8B4B6B;
    margin-top: 1px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 8px;
    color: #000;
}

/* Overlay text styles */
.card-overlay .overlay-text {
    line-height: 1.5;
    max-width: 100%;
}


@media (max-width: 768px) {


    .card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 5px 10px;
        background: #fff;
        /*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/
        border-radius: 10px;
        margin-bottom: 12px;
        position: relative;
        cursor: pointer;
    }

    .card-number {
        font-size: 1.6rem;
        font-weight: bold;
        color: #8B0000;
        margin-right: 15px;
        flex-shrink: 0;
        width: 45px;
        text-align: left;
        display: inline-block;
    }

    .card-title {
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        margin: 0;
        text-transform: uppercase;
        flex: 1;
        display: inline-block;
                text-align: left;
    }

    /* Arrange number + title in one row */
    .card-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    /* Accordion body (hidden by default) */
    .card-overlay {
        position: relative;
        background: transparent;
        color: #000;
        text-align: left;
        opacity: 1;
        display: none;
        padding: 10px 5px 0;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* Accordion open state */
    .card.active .card-overlay {
        display: block;
    }

    /* Hide images, arrows, flowers */
    .card-image,
    .arrow-container {
        display: none !important;
    }
}


/* Card text row */
@media (max-width: 768px) {
  .card-text {
    display: flex;
    align-items: center;
    justify-content: space-between; /* number left, title center, arrow right */
    width: 100%;
  }

  .card-number {
    font-size: 1.6rem;
    font-weight: bold;
    color: #8B0000;
    margin-right: 10px;
    flex-shrink: 0;
    width: 45px;  /* fixed width for numbers */
    text-align: left;
  }

  .card-title {
    flex: 1;              /* take remaining space */
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
  }

  /* Arrow on far right */
  .toggle-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #8B0000;
    border-bottom: 2px solid #8B0000;
    transform: rotate(-45deg); /* down */
    transition: transform 0.3s ease;
    margin-left: 10px;
    flex-shrink: 0;       /* don’t collapse */
  }

  /* Active card -> arrow up */
  .card.active .toggle-arrow {
    transform: rotate(135deg);
  }
}
















/********************************************wedding Story******************************************************/
    .section-heading {
      text-align: center;
      margin: 50px 0 20px;
    }
    .section-heading h2 {
      font-size: 2.5rem;
      font-weight: 600;
      color: #8b1c2c;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .section-heading h2 em {
      font-style: italic;
      font-weight: 400;
    }
    .section-heading p {
      max-width: 700px;
      margin: 10px auto 30px;
      font-size: 1rem;
      color: #000;
    }
    .carousel-inner img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #8b1c2c;
    }
    .view-btn {
      display: block;
      margin: 30px auto;
      text-align: center;
      background: transparent;
      border: 2px solid #8b1c2c;
      padding: 10px 35px;
      border-radius: 25px;
      color: #8b1c2c;
      text-decoration: none;
      transition: all 0.3s ease;
      width: fit-content;
      font-size: 16px;
    }
    .view-btn:hover {
      background: #8b1c2c;
      color: #000;
    }

    .view-btn span {
  position: relative;
  z-index: 3;   /* keeps text above overlay */
  color: #8b1c2c; /* default text color */
  transition: color 0.4s ease, transform 0.4s ease;
  display: inline-block;
}

.view-btn:hover span {
  color: #000; 
  transform: translateX(-10%);
}  
.view-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    /* transition: left 0.4s 
ease; */
    z-index: -9;
    color: #000 !important;
    font-size: 17px;
}  


/*************************************************************************************************************************************
 * ***************************************************Wedding Planner CSS**********************************************************************************/




/*************************************************************************************************************************************
 * ***************************************************Wedding Planner CSS End**********************************************************************************/

/*********************************intimte wedding*********************************************/


  .wedding-header {
            font-size: 3.5rem;
            font-weight: 300;
            color: #8b1538;
            text-align: center;
            margin: 2rem 0;
            letter-spacing: 0.1em;
        }

        .subtitle {
            text-align: center;
            color: #000;
            font-size: 1.1rem;
            line-height: 1.8;
            max-width: 900px;
            margin: 0 auto 3rem;
            padding: 0 1rem;
        }

        .collage-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 3rem auto;
            padding: 0 1rem;
        }

        /* ── Collage Container ── */
        .collage-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 3rem auto;
            padding: 0 1rem;
            width: 100%;
            max-width: 900px;
        }

        /* ── Main Collage Wrapper ──
           width: 100%  →  fills the container
           aspect-ratio →  locks height proportional to original 900x650
           All child images use % so they scale automatically
        */
        .center-collage {
            position: relative;
            width: 100%;
            aspect-ratio: 900 / 650;   /* maintains original height ratio */
            margin: 0 auto;
        }

        /* ── Base image styles ── */
        .collage-image {
            position: absolute;
            border-radius: 4px;
            object-fit: cover;
            border: 0px solid white;
            cursor: pointer;
            transition: all 0.5s ease;
        }

        /* Hover: scale in place */
        .collage-image:hover {
            transform: scale(0.9) rotate(0deg) !important;
            z-index: 100;
        }
        .img-5:hover {
            transform: translateX(-50%) scale(0.9) rotate(0deg) !important;
        }

        /*
         * All widths  → % of container width  (÷ 900)
         * top/bottom  → % of container height (÷ 650)
         * left/right  → % of container width  (÷ 900)
         */

        .img-1 {
            width: 27.78%;        /* 250 / 900 */
            top: 3.08%;           /* 20  / 650 */
            left: 6.67%;          /* 60  / 900 */
            z-index: 5;
            transform: rotate(-8deg);
        }

        .img-2 {
            width: 33.33%;        /* 300 / 900 */
            top: 0.77%;           /* 5   / 650 */
            left: 31.11%;         /* 280 / 900 */
            z-index: 6;
            transform: rotate(5deg);
        }

        .img-3 {
            width: 31.11%;        /* 280 / 900 */
            top: 6.15%;           /* 40  / 650 */
            right: 6.67%;         /* 60  / 900 */
            z-index: 4;
            transform: rotate(-6deg);
        }

        .img-4 {
            width: 20%;           /* 180 / 900 */
            top: 35.38%;          /* 230 / 650 */
            left: 13.33%;         /* 120 / 900 */
            z-index: 3;
            transform: rotate(7deg);
        }

        .img-5 {
            width: 35.56%;        /* 320 / 900 */
            top: 32.31%;          /* 210 / 650 */
            left: 50%;
            transform: translateX(-50%) rotate(-3deg);
            z-index: 9;
        }

        .img-6 {
            width: 44.44%;        /* 400 / 900 */
            top: 36.92%;          /* 240 / 650 */
            right: 10%;           /* 90  / 900 */
            z-index: 4;
            transform: rotate(8deg);
        }

        .img-7 {
            width: 25.56%;        /* 230 / 900 */
            bottom: 6.92%;        /* 45  / 650 */
            left: 9.44%;          /* 85  / 900 */
            z-index: 5;
            transform: rotate(-7deg);
        }

        .img-8 {
            width: 32.22%;        /* 290 / 900 */
            bottom: 9.23%;        /* 60  / 650 */
            left: 33.33%;         /* 300 / 900 */
            z-index: 6;
            transform: rotate(4deg);
        }

        .img-9 {
            width: 30.56%;        /* 275 / 900 */
            bottom: 5.38%;        /* 35  / 650 */
            right: 8.33%;         /* 75  / 900 */
            z-index: 4;
            transform: rotate(-5deg);
        }

        /* ── View Button ── */
        .view-btn {
            display: block;
            width: fit-content;
            margin: 3rem auto;
            padding: 1rem 3rem;
            border: 2px solid #8b1538;
            border-radius: 50px;
            color: #8b1538;
            text-decoration: none;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            background: transparent;
            cursor: pointer;
        }
        .view-btn:hover {
            background: #8b1538;
            color: white;
            transform: scale(1.05);
        }

        /* ── Tablet ── */
        @media (max-width: 768px) {
            .wedding-header {
                font-size: 2rem;
            }

            .collage-container {
                padding: 0 0.5rem;
            }

            /* aspect-ratio + % widths handle everything automatically.
               No image overrides needed — they all scale with the container. */
        }

        /* ── Mobile ── */
        @media (max-width: 480px) {
            .collage-container {
                padding: 0 0.25rem;
                margin: 1.5rem auto;
            }
        }


/************************gallery Grid**********************************************/

 .gallery-grid {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         gap: 40px;
         margin-bottom: 60px;
         max-width: 1080px;
         margin-left: auto;
         margin-right: auto;
         position: relative;
         margin-top: 60px;
         }
         .memory-card {
         background: white;
         border-radius: 20px;
         padding: 20px;
         box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         animation: fadeInUp 0.6s ease forwards;
         opacity: 0;
         position: relative;
         z-index: 999;
         }
         /* Floral decorations - positioned behind and around each card */
         .card-floral {
         position: absolute;
         width: 160px;
         opacity: 1;
         pointer-events: none;
         z-index: 1;
         }
         .card-floral img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         border-radius: 10px;
         }
         .card-floral-top-left {
         top: -20px;
         left: -20px;
         }
         .card-floral-top-right {
         top: -20px;
         right: -20px;
         }
         .card-floral-bottom-left {
         bottom: 40px;
         left: -20px;
         }
         .card-floral-bottom-right {
         bottom: 40px;
         right: -20px;
         }
         .memory-card:nth-child(1) { animation-delay: 0.1s;  transform: rotate(-3deg) !important; }
         .memory-card:nth-child(2) { animation-delay: 0.2s;  transform: rotate(3deg) !important; }
         .memory-card:nth-child(3) { animation-delay: 0.3s;  transform: rotate(-3deg) !important; }
         .memory-card:nth-child(4) { animation-delay: 0.4s;  transform: rotate(3deg) !important; }
         @keyframes fadeInUp {
         to {
         opacity: 1;
         transform: translateY(0);
         }
         }
         .memory-card:hover {
         transform: translateY(-10px) rotate(2deg);
         box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
         }
         .card-rotate-left {
         transform: rotate(-3deg);
         }
         .card-rotate-right {
         transform: rotate(3deg);
         }
         .card-rotate-left:hover {
         transform: rotate(-1deg) translateY(-10px);
         }
         .card-rotate-right:hover {
         transform: rotate(1deg) translateY(-10px);
         }
          .gallery-grid .image-container {
         width: 100%;
         height: 280px;
         border-radius: 15px;
         overflow: hidden;
         margin-bottom: 20px;
         position: relative;
         z-index: 5;
         }
         .image-slide {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         opacity: 0;
         transition: opacity 1s ease-in-out;
         }
         .image-slide.active {
         opacity: 1;
         }
         .image-slide img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         }
         .card-caption {
         font-size: 16px;
         font-style: italic;
         text-align: center;
         color: #000;
         line-height: 1.6;
         padding: 0 10px;
         font-weight: 300;
         }
         .view-more-btn {
         display: block;
         margin: 0 auto;
         padding: 15px 50px;
         background: white;
         border: 2px solid #8b1538;
         border-radius: 50px;
         font-size: 1.1rem;
         color: #8b1538;
         cursor: pointer;
         transition: all 0.3s ease;
         box-shadow: 0 5px 15px rgba(240, 98, 146, 0.2);
         }
         .view-more-btn:hover {
         background: #8b1538;
         color: white;
         transform: scale(1.05);
         box-shadow: 0 8px 25px rgba(240, 98, 146, 0.3);
         }
         @media (max-width: 768px) {
            .destination-text {
    max-width: 90%;
}
         .gallery-grid {
         grid-template-columns: 1fr 1fr;
         gap: 30px;
         }
         .card-floral {
         width: 60px;
         height: 60px;
         }
         .card-caption {
         font-size: 15px;
         color: #000;
         }
       
         }
         @media (max-width: 480px) {
         .image-container {
         height: 220px;
         }
         .view-more-btn {
         padding: 12px 35px;
         font-size: 1rem;
         }
         }
         .card-flower {
         position: absolute;
         width: 150px;
         opacity: 1;
         z-index: 1;
         pointer-events: none;
         transition: opacity 0.3s ease;
         }
         .card-flower-top-left {
         top: -90px;
         left: -100px;
         transform: rotate(-3deg) !important;
         }
         .card-flower-top-right {
         top: -90px;
         right: -100px;
         transform: rotate(10deg);
         }
         .card-flower-bottom-left {
         bottom: -90px;
         left: -100px;
         transform: rotate(8deg);
         }
         .card-flower-bottom-right {
         bottom: -90px;
         right: -100px;
         transform: rotate(-8deg);
         }
         .memory-card:hover .card-flower {
         opacity: 1;
         }
         @media (max-width: 768px) {
         .card-flower {
         width: 70px;
         }
         }








.guest-section { 
    background-color: #fff;
    position: relative; /* Add explicit positioning */
    z-index: 1; /* Ensure proper stacking order */
    padding: 60px 0; /* Add vertical spacing */
    overflow: hidden; /* Prevent overflow */
}

.section-title em { 
    font-style: italic; 
    color: #000; 
} 

.section-text { 
    font-size: 1rem; 
    color: #000; 
    line-height: 1.8; 
} 

#guestCarousel {
    position: relative; /* Ensure carousel doesn't escape */
}

.carousel-inner {
    position: relative; /* Fix carousel positioning */
}

.carousel-inner img { 
    border-radius: 0px; 
    object-fit: cover; 
    height: auto; /* Set fixed height instead of 100% */
    width: 100%;
} 
 .slides {
    position: relative;
    top: 0%;
     left: 0%;
 }


@media (max-width: 992px) { 
    .guest-section {
        padding: 40px 0; /* Adjust spacing for mobile */
    }
    
    .section-title { 
        font-size: 1.6rem; 
        text-align: center; 
    } 
    
    .section-text { 
        text-align: center; 
    }
    
    .carousel-inner img {
        height: 350px; /* Adjust height for mobile */
    }
} 

#abouvid {
    padding: 0px;
}




/***************************what we cerate*****************************/

    .what-we-create {
  background: #fff5f7;
}
 .services-grid {
           display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0px;
    justify-content: space-around;
        }

        .service-cards {
            background: white;
            border-radius: 15px;
            padding: 35px 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            min-height: 140px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Small boxes - 200px width */
        .service-cards.small {
            width: 240px;
            flex-shrink: 0;
        }

        /* Big boxes - 300px width */
        .service-cards.big {
            width: 320px;
            flex-shrink: 0;
        }

        .service-cards:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .service-cards h2 {
    font-size: 20px !important;
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: normal;
    font-family: "Poppins", sans-serif !important;
    text-align: left;

}

        .service-cards p {
            font-size: 16px;
            color: #000;
            line-height: 1.6;
            opacity: 0;
            max-height: 0;
            transition: all 0.3s ease;
         
        }

        .service-cards:hover p {
            opacity: 1;
            max-height: 100px;
        }

        /* Row 1: INVITATIONS (200px pink) + EVENT PLANNING (flexible white) */
        .service-cards:nth-child(1) {
            background: #f8e5ed;
        }

        .service-cards:nth-child(2) {
            background: white;
        }

        /* Row 2: VENUE (flexible white) + LOGISTICS (300px white) */
        .service-cards:nth-child(3) {
            background: #f8e5ed;
        }

        .service-cards:nth-child(4) {
            background: white;
        }

        /* Row 3: CATERING (200px white) + SOUND (flexible pink) */
        .service-cards:nth-child(5) {
            background: white;
        }

        .service-cards:nth-child(6) {
            background: #f8e5ed;
        }

        /* Row 4: EXPERIENCES (200px white) + PHOTOGRAPHY (300px white) */
        .service-cards:nth-child(7) {
            background: white;
        }

        .service-cards:nth-child(8) {
            background: #f8e5ed;
        }

         .cta-button {
            text-align: center;
            margin-top: 40px;
        }

        .cta-button button {
            background: transparent;
            color: #8b1538;
            border: 2px solid #8b1538;
            padding: 8px 35px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .cta-button button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #8b1538;
            transition: left 0.4s ease;
            z-index: 0;
        }

        .cta-button button:hover::before {
            left: 0;
        }

        .cta-button button:hover {
            color: white;
            padding-right: 60px;
        }

        .cta-button button span {
            position: relative;
            z-index: 1;
        }

        .cta-button button::after {
            content: '';
            position: absolute;
            right: 20px;
            width: 20px;
            height: 20px;
            background: url(../images/love_symbol.png) no-repeat center;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0;
            transform: translateX(-20px);
            transition: all 0.4s ease;
            z-index: 1;
             filter: brightness(0) invert(1);
        }

        .cta-button button:hover::after {
            opacity: 1;
            transform: translateX(0);
        }
        /* Responsive Design */
        @media (max-width: 1200px) {
            .service-cards.small,
            .service-cards.big {
                width: auto;
                flex: 1 1 45%;
                min-width: 250px;
            }
        }

        @media (max-width: 900px) {

    .services-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .service-cards.small,
    .service-cards.big {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 0px);
        min-width: unset;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* Make description always visible in mobile */
    .service-cards p {
        opacity: 1 !important;
        max-height: none !important;
        margin-top: 8px;
    }

    /* Equal height cards */
    .services-grid .service-cards {
        height: auto;
    }

    .services-grid {
        align-items: stretch;
    }

    .service-cards {
        padding: 15px 15px;
    }

    .service-cards h2 {
        font-size: 16px !important;
    }

    .service-cards p {
        font-size: 14px;
    }
}

        @media (max-width: 600px) {
            .header h1 {
                font-size: 2rem;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .service-cards {
                grid-column: span 1 !important;
                padding: 30px 25px;
                min-height: 120px;
            }

            .service-cards h2 {
                font-size: 1rem;
            }

            .cta-button button {
                padding: 12px 40px;
                font-size: 1rem;
            }
                .service-cards p {
        opacity: 1 !important;
        max-height: none !important;
        margin-top: 0px;
    }

    .service-cards {
        min-height: auto;
    }
     .service-cards {
        padding: 20px 20px;
        text-align: left;
    }

    .service-cards h2 {
        margin-bottom: 8px;
    }
        }

        @media (max-width: 400px) {
            .header h1 {
                font-size: 1.6rem;
            }

           
        }
















/******************************Team**************************************/
/* Masonry container (keeps normal Bootstrap structure) */
.team-gallery {
  display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 images per row */
  grid-auto-rows: auto;
  gap: 20px;
  position: relative;
}

.team-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #f8f8f8;
  filter: grayscale(100%);
  transition: all 0.4s ease;
  cursor: pointer;
}

/* image full display (no crop) */
.team-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #f8f8f8;
}
.team-img:nth-child(6n+1) { transform: translateY(0); }
.team-img:nth-child(6n+2) { transform: translateY(20px); }
.team-img:nth-child(6n+3) { transform: translateY(40px); }
.team-img:nth-child(6n+4) { transform: translateY(60px); }
.team-img:nth-child(6n+5) { transform: translateY(80px); }
.team-img:nth-child(6n+6) { transform: translateY(10px); }
/* overlay */
.team-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.38);
  transition: background .25s ease;
  pointer-events: none;
}

/* hover */
.team-img:hover {
  transform: translateY(-6px) scale(1.02);
  filter: grayscale(0%);
  z-index: 99;
}
.team-img:hover::before { background: rgba(0,0,0,0); }

/* right panel keep as before */
.team-details{ background:#e8e8e8; min-height:520px; border-radius:18px; padding:30px; }

/* responsive tidy (for small screens we stack) */
@media (max-width: 480px) {
  .team-gallery { position: relative; }
  .team-img { position: relative !important; left: auto !important; top: auto !important; width: 100% !important; margin-bottom: 12px; transform: none !important; }
}

/* Team details section */
.team-details {
  background-color: #e8e8e8;
  position: relative;
  min-height: 500px;
  transition: all 0.5s ease;
}

.team-details .watermark {
  font-size: 150px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.team-details .watermark i {

  color: rgba(0, 0, 0, 0.1);
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.member-info {
  display: none;
  text-align: left;
  padding: 20px;
}

.member-info.active {
  display: block;
}

.default-text {
  position: absolute;
  text-align: center;
}

/* === MOBILE GRID VIEW (360px–767px) === */
@media (max-width: 767px) and (min-width: 360px) {
  .team-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: auto;
    gap: 10px !important;
    position: relative !important;
    height: auto !important;
  }

  .team-gallery .team-img {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .team-gallery .team-img img {
    width: 100%;
    height: 120px !important;
    object-fit: cover;
  }


/* Masonry Grid Layout */
.masonry-grid {
  column-count: 4;
  column-gap: 15px;
}

.masonry-grid .team-img {
  break-inside: avoid;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}


/* Tablet */
@media (max-width: 991px) {
  .masonry-grid {
    column-count: 3;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .masonry-grid {
    column-count: 4;
  }

  .team-img img {
    width: 100%;
    height: auto;
  }
}

/***********************shuffle Gallery***********************/
a#whitebg  span {
    position: relative;
    z-index: 3;
    color: #881e1e !important;
    transition: color 0.4s 
ease, transform 0.4s 
ease, text-align 0.4s 
ease;
    display: inline-block;
    font-weight: 300;
}

section.wedding-stories {
    padding: 40px 0px;
}























/****************************************************************************************MAIN RESPONSIVE************************************************************/

@media only screen and (max-width: 767px) and (min-width: 360px)  {

    .c-card__description {
        padding: 35px 15px 0px !important;
        width: 100% !important;
        flex: 0 0 100%;
    }
    #desk{display: none;}
    #mob{display:inline-block; padding: 20px;}

    #mob img{ width: auto; height: auto;}
    #footer-logos{display: none;}
            .c-card__title {
            font-size: 26px !important;
            padding-bottom: 20px;
        }
        .about-sect {
    padding: 22px;
}
    .machine-learning-about-company-areas #herodestination {
        padding: 0px 10px;
    }
.machine-learning-about-company-areas {
           padding: 30px 0px;
}
.quote-card {
    font-size: 14px;
}
.quote-card.aos-init.aos-animate {
    transform: rotate(-5deg) !important;
}
.right-content {
    padding-left: 0rem;
}
.subtitle {
    font-size: 20px;
    padding-bottom: 10px;
}
.feature-text {
    text-align: left;
}
.hero-section {
    padding: 85px 0px 30px;
}
.destination-section {
    padding: 50px 0px;
}

.tag {
    padding: 10px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.process-wrappers {
    padding: 0px 15px !important;
    min-height: 60vh;
       background: url("../images/steps-bg-mob.png") !important;
       background-size: cover !important;
       background-position: center !important;
       background-repeat: no-repeat !important;
       height: auto;
}
.process-wrapper {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.quote-card {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    transform: rotate(-5deg);
    max-width: 70%;
    padding: 12px;
}
br {
   /* display: none;*/
}
.main-text {
    margin-top: 30px;
}
.bottomarrow.text {
    margin-bottom: 20px;
}
.mb-4 {
    margin-bottom: 1.1rem !important;
}
.description {
    font-size: 15px;
}
.sub-title {
    margin-bottom: 15px;
}
    h2 {
        font-size: 26px !important;
        line-height: 40px;
    
    }
    .service-title {
        /*font-size: 1.5rem;*/
        padding: 15px 0px;
        margin-bottom: 0px;
    }
    .destination-sections {
    text-align: center;
    padding: 50px 20px;
}
h2.heading.aos-init.aos-animate {
    margin-bottom: 0px;
    padding: 5px;
}
p:last-child {
    margin-bottom: 30px;
}
.overlay {

    font-size: 14px;
}
.toptitle {
    padding: 30px 20px 10px;
}
section#wedding {

    padding-bottom: 60px !important;
}
.overlays .btn {
    font-size: 9px;
    font-weight: 300;
    text-decoration: none;
    margin-right: 8px;
    padding: 0px 14px;
            height: 30px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 2px;

}
#herodestination {
    padding: 1px;
}
    .video-section {
       /* height: 70vh !important;*/
    }
  .heading {
    text-transform: uppercase;
    padding-bottom: 0px;
}  
.team-details {
    height: auto;
    min-height: 300px;
}
h2.watermark {
    font-size: 70px !important;
}
section.team-section.container-fluid.py-5.sectio-padding {
    padding-bottom: 0px !important;
}

}