body {
            background: #DEDDE4;
        }

        .navbar-custom {
            background-color: #1E1832;
        }

        .join-now {
            background-color: #1E1832;
            color: #D89623;
            font-weight: 900 !important;
            border-radius: 0px !important;
            width: 100%;
            height: 100%;
            font-size: 20px;
        }

        .join-now:hover {
            color: #fff;
        }

        .carousel-caption>h1 {
            font-weight: bold !important;
            font-size: 70px !important;
            /* background-color: rgba(0, 0, 0, 0.5) */
        }

        .btn-learn-more {
            background-color: #426BD4;
            color: #fff;
            padding: 10px 20px;
        }

        .badge {
            padding-left: 5px !important;
            padding-right: 5px !important;
            padding-top: 2px !important;
            padding-bottom: 2px !important;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 50%;
        }

        #lblCartCount {
            font-size: 12px;
            padding: 5px;
            background: #D89623;
            color: #fff;
            padding: 0 5px;
            vertical-align: top;
            margin-left: -10px;
            z-index: 999;
        }

       
        .footer-nav {
            list-style: none;
            padding: 0;
            margin: 0;
            padding: 0px 0px 0px 20px;
            padding-left: 0px;
            margin-left: 0px;
        }
        .footer-list-container {
            padding-top: 75px;
            padding-bottom: 75px;
        }

        @media (max-width: 768px) {
            .footer-list-container {
                padding-top: 60px;
                padding-bottom: 60px;
            }
        }

        .footer-nav li {
            margin-bottom: 13px;
        }

        .footer-link {
            color: #fff !important;
            text-decoration: none !important;
            margin-bottom: 20px;
        }

        .footer-link:hover {
            color: #efefef !important;
        }


        .table th {
            border-bottom: none !important;
        }

        .table td {
            border-top: none !important;
        }

                .navbar-toggler {
            position: absolute;
            right: -5px !important;
            top: -35px;
            padding: 1px 6px;
            font-size: inherit;
        }

        .carousel-caption-cta2{
            margin-top:20px;
            background-color: #3C2A76;
            color:#fff;
            padding:10px 20px;
            border-radius:20px;
            font-size: 14px;

        }
        .carousel-caption-cta2 img{
            max-width: 24px;
            margin-left: 10px;
            margin-top: -5px;
        }
        h1{
            font-size: 3.5vw !important;
            font-weight: bold;
        }
        html, body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .swiper {
    width: 100%;
    height: 100vh;
    margin-top: 50px;
  }
  .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .slide-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  .slide-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .slide-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: white;
    z-index: 3;
    max-width: 900px;
    text-align: left;
  }
  .slide-content h1 {
    font-size: 72px !important;
    font-family: 'Outfit', sans-serif;
     font-weight: 700;
     color: #ffffff;
  }
  .slide-content p {
    font-size: 32px;
    margin-bottom: 1.5rem;
     font-family: 'Raleway', sans-serif;
     width: 560px;
  }
  .btn-slider{
  font-family: 'Raleway', sans-serif;
  background-color: #D89624;
  border: none;
  border-radius: 100px;
  font-size: 17px;
  padding: 8px 30px 8px 30px;
  color: white;
   text-transform: uppercase;
}
.btn-slider:hover {
  background-color:rgb(216, 148, 31);
  color: black;
  text-decoration: none;
}
  .swiper-pagination {
    bottom: 20px !important;
  }
  .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: orange;
}
@media (max-width: 768px) {
  .swiper {
    height: auto;
    padding-top: 50px; /* Adjust if your header is taller or shorter */
  }

  .swiper-slide {
    height: 100%;
    position: relative;
    min-height: 500px;
  }

  .slide-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .slide-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }

  .slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    padding-right: 10%;
    z-index: 3;
    max-width: 90%;
  }

  .slide-content h1 {
    font-size: 34px !important; /* Your requested font size */
    line-height: 1.3;
    color: #ffffff;
  }

  .slide-content p {
    font-size: 26px;
    margin: 1rem 0;
    color: white;
    width: 330px  !important;
  }

  .btn-slider {
    font-size: 16px;
    padding: 8px 24px;
  }
}
 .photographer-section {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: sans-serif;
    text-align: center;
  }

  .photographer-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1a1a1a;
    font-family: 'Outfit', sans-serif;
  }

  .photographer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
  }

  .photographer-card {
    background-color: #F0F0F0;
    border-radius: 20px;
    padding: 30px 20px;
   /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    
    align-items: flex-start;
  }

  .photographer-card:hover {
    transform: translateY(-5px);
  }

  .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px !important;
    color: #1a1a1a;
    font-family: 'Outfit', sans-serif;
  }

  .card-text {
    font-size: 12px;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 30px;
    font-family: 'Outfit', sans-serif;
  }

  .card-image {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
   .package-card {
        width: 100%;
        max-width: 320px;
        background: #d9d9d9;
        border-radius: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /* .package-card.taller {
        padding-bottom: 30px;
    } */
    .join-btn {
        padding: 10px 30px;
        background-color: #D89623;
        border-radius: 20px;
        border: none;
        color: white;
        font-family: 'Raleway', sans-serif;
    }
    .tick {
        color: #D89623;
        font-weight: bold;
        margin-right: 6px;
    }
    .faq-container {
  padding: 60px 20px;
  font-family: 'Outfit', sans-serif;
  max-width: 900px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #2b2b2b;
  
}

.faq-item {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: none;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}

/* Remove focus outline or border */
.faq-question:focus {
  outline: none;
  box-shadow: none;
}

.faq-answer {
  padding: 0 24px;
  font-size: 16px;
  color: #444;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-answer {
  padding: 18px 24px;
  max-height: 500px;
}

/* Custom arrow icon with vertical tail and downward arrow head */
.arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  transition: transform 0.3s ease;
}

.arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: black;
  transform: translateX(-50%);
  z-index: 1;
}

.arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: translateX(-50%) rotate(45deg);
  background-color: transparent;
  z-index: 2;
}

/* Rotate arrow on open */
.faq-item.open .arrow {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .faq-container {
    padding: 40px 16px;
  }

  .faq-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .faq-question {
    padding: 16px 18px;
    font-size: 18px;
  }

  .faq-answer {
    padding: 0 18px;
    font-size: 15px;
  }

  .faq-item.open .faq-answer {
    padding: 14px 18px;
  }

  .arrow {
    width: 14px;
    height: 14px;
  }

  .arrow::after {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 480px) {
  .faq-title {
    font-size: 32px;
  }

  .faq-question {
    font-size: 16px;
    padding: 20px 35px;
  }

  .faq-answer {
    font-size: 14px;
    padding: 0 16px;
  }

  .faq-item.open .faq-answer {
    padding: 12px 16px;
  }
}
 .packagesheading{
        text-align: center;
        font-size: 48px ;
        color: white;
    }
    .subdes{
        text-align: center;
         font-family: 'Raleway', sans-serif;
        color: white;
        font-size: 20px;
        padding-left: 100px;
        padding-right: 100px;
        margin-bottom: 50px;
    }
    @media (max-width: 768px) {
         .packagesheading{
            font-size: 32px !important;
            margin-bottom: 25px;

         }
        .subdes{
            padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
        }
    }

    @media (max-width: 768px) {
    .photographer-title{
      font-size: 37px !important;
    }
}
@media (max-width: 768px) {
    .photographer-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 10px 16px; /* add side padding */
    }

    .photographer-card {
        flex: 0 0 75%;
        scroll-snap-align: start;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .photographer-grid::-webkit-scrollbar {
        display: none;
    }

    .photographer-grid {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }
}
/* Mobile Horizontal Scroll - Fixed First Card Issue */
@media only screen and (max-width: 767px) {
    .container {
        overflow-x: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    
    .row.d-flex.justify-content-center {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 20px 0 30px 0;
        margin: 0;
        width: 100%;
        justify-content: flex-start !important; /* Override Bootstrap center */
        scroll-snap-type: none !important;
    }
    
    .row.d-flex.justify-content-center::-webkit-scrollbar {
        display: none;
    }
    
    
    .package-card {
        width: 100% !important;
        margin: 0 !important;
    }
    
    /* For Firefox */
    @-moz-document url-prefix() {
        .row.d-flex.justify-content-center {
            scrollbar-width: none;
        }
    }
}
@media only screen and (max-width: 767px) {
    .container {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .row.d-flex.justify-content-center {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 20px 0 30px 0;
        margin: 0;
        width: 100%;
        justify-content: flex-start !important;
    }

    .row.d-flex.justify-content-center::-webkit-scrollbar {
        display: none;
    }

    .col-md-4.d-flex.justify-content-center.mb-4 {
        flex: 0 0 90% !important;
        max-width: 90% !important;
        padding: 0 5% 0 0 !important;
    }

    

    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(151, 151, 151, 0.2);
        color: #ffffff;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 18px;
        cursor: pointer;
        z-index: 10;
        transition: background-color 0.3s ease;
        outline: none !important;
    }

    .scroll-left {
        left: 10px;
    }

    .scroll-right {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .taller {
        /* default scale 1.2 */
        transform: scale(1.05);
        background-color: #f5f5f5 !important;
    }

}

@media (max-width: 767.98px) {
    

    .package-card {
        border-radius: 16px;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }



    .pricing-slider,
    .slick-slide,
    .slick-slide-inner {
        
        padding: 5px;
        margin: 0 !important;
    }


    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }

}
@media only screen and (max-width: 767px) {
  .photographer-wrapper {
    position: relative;
  }

  .photographer-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
  }

  .photographer-card {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .photo-scroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    outline: none !important;
  }

  .photo-scroll:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .scroll-left {
    left: 10px;
  }

  .scroll-right {
    right: 10px;
  }

  .photographer-grid::-webkit-scrollbar {
    display: none;
  }
}
  .feature-row {
    display: flex;
    align-items: flex-start;
    gap: 2px; 
  }

  .tick {
    color: orange;
    flex-shrink: 0;
    margin-top: 2px; 
  }

  .feature-text {
    line-height: 1.4;
  }
@media (max-width: 767px) {
  .br-top {
    display: block;
    margin-bottom: 0px; /* space below the top line */
  }

  .br-bottom {
    display: block;
    margin-top: 0px; /* space above the bottom line */
  }
}
