/* Complete override for exact design match */
/* General resets */
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto';
  line-height: 1.5; 
  font-size: 16px;
    color: #6b7280;  
}
a{
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  
  font-family:  sans-serif; 
}
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 15px;
}
p{
  font-size: 18px;
  font-weight: 400;
}
.btn-custom {
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  color: rgba(44, 44, 44, 0.737);
  font-weight: 500;
  margin: 5px;
}

.greatest { background-color: #A3B8C2; }
.latest { background-color: #9D9BAF; }
.singer { background-color: #BCCBD4; }
.singer-songwriter { background-color: #B6D5DA; }

/* Typography overrides */
h2 {
  font-size: 20px;
  color: #1a3066;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
p {
  font-size: 16px;
  color: #6b7280;
}
/* Hero Section */
.hero-section {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.hero-image {
  position: relative;
  width: 100%;
  max-height: 550px;
  overflow: hidden;
}
.hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hero-content {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  text-align: center;
}
.app-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.app-badges .btn {
  background-color: white;
  color: #333;
  padding: 6px 12px;
  font-size: 13px;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.app-badges .btn i {
  margin-right: 6px;
}
/* Features Card */
.features-section {
  background: white;
  border-radius: 32px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: -50px auto 40px; /* Changed from margin-left/right to auto for centering */
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  max-width: 70%; /* This will make it 70% of the container width */
  left: 0;
  right: 0; /* Added left/right 0 with auto margins for perfect centering */
}
.features-section h2 {
  margin-bottom: 30px;
}
.features-section .text-secondary{
font-weight: 500;
font-size: 15px;
}
.tags-section{
  padding: 35px 0px;
}
.tags-section     .d-flex.flex-wrap {
        flex-direction: initial;
        gap: 10px;
    }
.wrap-section{ 
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    justify-items: anchor-center;
} 
.row-cols-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}
.col {
  width: 24%;
  text-align: center;
  margin-bottom: 10px;
}
.feature-icon {
  display: inline-block;
  margin-bottom: 10px;
  color: #4a7bff;
  font-size: 22px;
}
.feature-icon .fas.fa-crown {
  color: #9061f9;
}
.small {
  font-size: 13px;
  color: #6b7280;
}
.text-center.text-secondary {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6b7280;
  padding: 0 10px;
}
.d-flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.btn-primary {
  background-color: #4a7bff;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
}
.btn-light {
  background-color: #e5e7eb;
  color: #6b7280;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
}
/* Moments Section */
.moments-section {
  padding: 35px 0 40px;
}
.moments-section h2 {
  margin-bottom: 30px;
  
  font-family:  sans-serif; 
  color: #1a3066;
}
.row-cols-1.row-cols-md-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.moment-card { 
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  background: white;
   
}
.moment-card  .card-body{
  color: transparent; 
  background-color: #ffffff; /* Color(white: 1.0) */
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16); /* shadow with opacity */
}
.moment-card  .card-text{
  font-family:  sans-serif; 
  font-size: 18px;
  font-weight: bold;  
  color: rgb(26, 24, 24);  
  text-align: left;  
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper {
  overflow: hidden;
  border-radius: 0.5rem;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  color: white;
  display: block;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.video-wrapper:hover .video-overlay {
  display: none;
}

.video-hover {
  object-fit: revert;
}
.play-button {
  position: absolute;
  display: none;
  bottom: 68px;
  left: 36px;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.custom-video-height {
  /* height: 520px; Adjust height as needed */
  padding: 5px;
}
.custom-video-height video {
  object-fit: cover;
  height: 100%;
  border-radius: 35px;
}
.moment-card:hover .play-button{
display: block;
}
.card-body {
  padding: 15px;
  text-align: center;
}
.card-text {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}
/* Feedback Section */
.feedback-section {
  padding: 35px 0 40px;
  background: transparent;
}
.feedback-section h2 {
  color: #1a3066;
  
  font-family:  sans-serif; 
  margin-bottom: 25px;
}
.feedback-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;  
}
.feedback-container h5 {
  color: #1a3066;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
.feedback-container p {
  color: #6b7280; 
  margin-bottom: 25px;
}
 
.feedback-section .carousel-controls{
  margin: auto !important;
  display: block !important;
  width: 8%;
}
.ratings {
  margin-bottom: 25px;
}
.rating-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ddd;
}
.rating-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.filled {
  background-color: #4caf50;  
}

.border-only {
  border: 2px solid #ccc;
  background-color: transparent;
}
 
.navigation-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
/* Bookings Section */
.bookings-section {
  padding: 35px 0 40px;
  text-align: center;
}
.bookings-section h2 {
  color: #1a3066;
  margin-bottom: 15px;
}
.display-4 {
  font-size: 42px;
  font-weight: 700;
  color: #1a3066;
  margin-bottom: 30px;
}
.bookings-section .app-badges {
  margin-bottom: 25px;
}
.bookings-section .btn-dark {
  background: #333;
  color: white;
  border: none;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 13px;
}
.bookings-section .btn-primary {
  display: inline-block;
}
/* Footer */
.footer-section {
  padding: 30px 0;
  background: #f9fafb;
  text-align: center;
}
.d-flex.flex-column.flex-md-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-section svg { 
  width: 100%;
  margin-bottom: 0px;
}

.footer-section a {
  color: #6b7280;
  text-decoration: none;
}
.blog-content h2{
  text-align: left;
}
/* MOBILE MULTI CARD CAROUSEL */
@media (max-width: 767px) {
  .multi-carousel .carousel-inner {
    display: flex;
  }

  .multi-carousel .carousel-item {
    display: flex;
    justify-content: center;
  }

  .multi-carousel .carousel-item > .row {
    flex-wrap: nowrap;
    width: 120%;
    margin-left: -10%;
  }

  .multi-carousel .carousel-item .col-10 {
    flex: 0 0 80%;
    max-width: 80%;
    margin-right: 10px;
  }

  /* Show partial cards */
  .multi-carousel .carousel-inner {
    overflow: visible;
  }
  .multi-carousel {
  touch-action: pan-y;
}

}
.occasion-container span {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.4s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



   .sm-none{display: none;}
.lg-dis{
  display: block;
 }
 .chat-panel:not(.open) {
  display: none !important;
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
   .carousel-control-prev {
  left: -20px;   /* adjust spacing from edge */
}

.carousel-control-next {
  right: -20px;
}
  section{

  overflow-x: hidden;
}
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
   .carousel-control-prev {
  left: -20px;   /* adjust spacing from edge */
}


  
.carousel-control-next {
  right: -20px;
}
.footer-section .text-secondary, .footer-section .text-decoration-none {
    color: #6b7280;
    font-size: 10px !important;
}
.social-links {
    display: contents !important;
    gap: 2px !important;
        left: 34% !important;
        top: 15px;
}
.footer-section svg {
    width: 100%;
    margin-bottom: 12px;
}
.feedback-section .carousel-controls {
    margin: auto !important;
    display: flex !important;
    width: 23%;
    gap: 5px;
} 
section{

  overflow-x: hidden;
}
}
section{
  overflow-x: hidden !important;
}
.footer-section .text-secondary, .footer-section .text-decoration-none {
    color: #6b7280;
    font-size: 14px !important;
}
@media (max-width: 1199.98px) {
  .sm-none{display: none;}
.lg-dis{
  display: block;
 }
     .footer-section svg {
        width: 100%;
        margin-bottom: 12px;
    } 
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-control-prev {
  left: -20px;   /* adjust spacing from edge */
}

.carousel-control-next {
  right: -20px;
}
.footer-section .text-secondary {
    color: #6b7280;
    font-size: 12px !important;
}
section{

  overflow-x: hidden;
}
}
.page-item:last-child .page-link {
    border-top-right-radius: 50%;  
     border-bottom-right-radius: 50%;
}
.page-item:first-child .page-link {
    border-top-left-radius:50%;
    border-bottom-left-radius:50%;
}
.list-group .text-decoration-none {
    text-decoration: none !important;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
    padding: 20px 3px;
}
/* .list-group .list-group-item {
  padding: 0px !important;
} */
.fw-bold.text-white.text-capitalize h2{
  font-size: 28px !important;
}
.social-links {
  display: flex;
  gap: 0px;
  position: relative;
  left: -20px;
}
.social-links .btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0;
}
/* Chat Bubble */
.chat-bubble {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}
.chat-bubble .btn {
  background: #333334;
  color: rgb(21, 21, 21);
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
/* Media Queries */
@media (max-width: 768px) {
  .features-section {
      margin: -40px 15px 30px;
      padding: 25px 15px;
  }
  
  .col {
      width: 48%;
      margin-bottom: 20px;
  }
  
  .moment-card {
      width: 100%;
      margin-bottom: 20px;
  }
  
  .d-flex.flex-column.flex-md-row {
      flex-direction: column;
  }
}
@media (max-width: 576px) {
  .features-section {
      margin: -30px 10px 20px;
      padding: 20px 10px;
  }
  .store-button svg{
width: 80%;
  }
  .col {
      width: 100%;
      margin-bottom: 15px;
  }
  
  .d-flex.flex-wrap {
      flex-direction: column;
      gap: 10px;
  }
  
  .btn-primary, .btn-light {
      width: 100%;
  }
  
  .display-4 {
      font-size: 36px;
  }
  
  .bookings-section .app-badges {
      flex-direction: column;
  }
  
  .chat-bubble {
      bottom: 20px;
      right: 20px;
  }
}
.occasion-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.occasion-container {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;

    display: flex;
    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical center */

    text-align: center;
    flex-wrap: wrap;
    width: 100%;
}

.occasion-container span {
    display: inline-block;     /* REQUIRED for animation */
}


.char {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.6s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.store-buttons {
  display: flex;
  gap: 15px;
}
.parent {
  position: relative;   /* important */
}

.child {
    position: absolute;
    width: 25%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
}
.video-wrapper:hover .child{
  display: none;
}
/* .store-button {
  display: flex;
  align-items: center;
  background: white;
  border: 1.5px solid black;
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  color: black;
  font-family: sans-serif;
  width: 180px;
  height: 60px;
  box-sizing: border-box;
}

.store-button svg {
  /* width: 30px;
  height: 30px;
  margin-right: 10px; 
}
 */
.social-links svg{
  width: 30px;
}
.store-button .small-text {
  display: block;
  font-size: 11px;
  text-align: left;;
}
.moments-section .nav-link { 
    color: #636060;
}
.store-button .big-text {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ccc; 
}
.accordion-button:focus{
  border-color: none !important;
  box-shadow: none !important;
}
.blog-home { 
  padding: 35px 0;
}
.footer-section .footer-active span{
border-bottom:2px solid #1a4764
}
.blog-heading {
  font-weight: 700;
  font-size: 2rem;
  font-family:  sans-serif; 
  color: #1b1b1b;
}
 

.blog-heading span {
  color: #dc3545; /* red dot */
}

.blog-viewall {
  font-size: 1rem;
  color: #000;
}

.blog-card {
  border-radius: 20px;
  transition: all 0.3s ease;
}
.blog-card .badge{
  padding:5px 10px ;
}

.blog-card {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.099);
}
.blog-content{
  padding:20px 10px;
}
.blog-img {
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.blog-title {
  font-size: 1rem;
  color: #000;
}

.blog-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #6c757d;
}


.banner-image {
  background-color: #ddd;
  position: relative;
}

.banner-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
}

.banner-image h2 {
  
  font-family:  sans-serif; 
  position: relative;
  z-index: 1;
}


.custom-pagination .page-link {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  background-color: #d3dbe4;
  border: none;
  color: #000;
  font-weight: 500;
}

.custom-pagination .page-item.active .page-link {
  background-color: #1e88e5;
  color: #fff;
}

.custom-pagination .page-link:hover {
  background-color: #90caf9;
  color: #000;
}
 

/* Style the prev/next buttons */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;                     /* center vertically */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5); /* semi-transparent bg */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}


/* Optional: make the arrow icons white */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 50%;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hero-content .display-4.fw-bold.mb-2 svg{
    width: 50%;
    margin: auto;
  }
  .occasion-container {
    font-size: 19px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: auto; 
    display: block;
    justify-content: center;
    flex-wrap: wrap !important;
}
  .blog_wrapper{
    margin-bottom: 15px;
  }
  .hero-content {
  position: absolute;
  bottom: 32px;
  }
     .carousel-control-prev {
  left: -20px;    
}
.features-section{
  max-width: 95%;
}
   .features-section .col {
        width: 50%;
        margin-bottom: 15px;
    }
    .store-buttons {
    display: flex;
    gap: 0px !important;
    margin: auto !important;
}
.footer-section .text-secondary, .footer-section .text-decoration-none {
    color: #6b7280;
    font-size: 14px !important;
    margin: 7px;
    display: inline-block;
}
    .footer-section svg { 
        margin-bottom: 6px;
        margin-top: 6px;
    }
.blog-heading {
 display: flex;
}

.carousel-control-next {
  right: -20px;
}
  section{

  overflow-x: hidden;
}
}
 /* MOBILE DEFAULT */
@media (max-width: 468px) {
  .hero-content .display-4.fw-bold.mb-2 svg {
    width: 60%;
    display: block;
    margin: 0 auto;
  }

  .occasion-container {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 380px) {
  .hero-content .display-4.fw-bold.mb-2 svg {
    width: 75%;
  }

  .occasion-container {
    font-size: 15px;
  }
} 
.custom-video-height {
    height: 500px;
}

.video-wrapper video {
    height: 100%;
    object-fit: cover;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
}
.play-overlay {
  position: absolute;
  top: 15%;
  left: 50%; 
  width: 60px;
  height: auto; 
  transform: translateX(-50%);  
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}

@media (max-width: 768px) {
  .play-overlay {
    top: 20%;
    width: 50px;
  }
}

.video-wrapper.playing .play-overlay {
  opacity: 0;
}

.sound-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px; 
  color: #fff;
  padding: 6px 10px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  background:none;
  border: none;
}
.sound-overlay svg {
    width: 36px;
    height: 36px;
    display: block;
}
#momentCarousel {
    position: relative;
}

/* Move both controls to top-right */
#momentCarousel .carousel-control-prev,
#momentCarousel .carousel-control-next {
    position: absolute;
    top: -37px;
    bottom: auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
}

/* Previous button (left of next) */
#momentCarousel .carousel-control-prev {
    right: 50px;
    left: auto;
}

/* Next button */
#momentCarousel .carousel-control-next {
    right: 10px;
}

/* Optional: style icons */
#momentCarousel .carousel-control-prev-icon,
#momentCarousel .carousel-control-next-icon {
    filter: invert(1); /* white icons */
    background-size: 100% 100%;
}
