/*  ============================ HEADER CSS START HERE  ============================ */


 .contact-us-custom-btn a {

  background: linear-gradient(130.35deg, #F78152 3.51%, #EE5882 50%, #ED4780 96.49%) !important;
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;

}

 @media (max-width: 767px){
 .contact-us-custom-btn a {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 16px;
}

 }
/*  ============================ HEADER CSS END HERE  ============================ */



/*  ============================ OUR FEATURES CSS STARTHERE  ============================ */

.slick-track{
  padding:20px 0;
}

.slick-list {
  margin: 0 15px !important;
  /* Removes side space */
}

.slick-track {
  display: flex;
  align-items: stretch;
}

.slick-slide {
  padding: 0 16px;
  /* Removes internal padding */
  transition: all 0.3s ease;
}

.card-box {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 30px 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: #333;
  text-align: left;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.image-text-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.image-text-wrapper img {
  width: 50px;
  height: auto;
}
.slick-current .image-text-wrapper img{
  filter: brightness(0) invert(1);
}

.card-box h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-weight: 600;
}

.card-box p {
  font-size: 20px;
  color: #555;
  line-height: 150%;
  flex-grow: 1;
  margin: 0;
}

.card-box a {
  border: none;
  background: linear-gradient(135deg, #ff6b6b, #f6416c, #ff758c);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.card-box a:hover {
  background: #ff4f7b;
  color: #fff;
}

/* Active slide styling */
.slick-current .card-box {
  background: linear-gradient(135deg, #ff6b6b, #f6416c, #ff758c);
  color: #fff;
}

.slick-current .card-box p {
  color: #fff;
}

.slick-current .card-box a {
  background: #fff;
  color: #f6416c;
  box-shadow: none;
}

.slick-prev:before,
.slick-next:before {
  color: #f6416c;
  font-size: 30px;
}

li.slick-active {
  width: 60px !important;
  height: 16px !important;
}

.slick-dots {
  bottom: unset !important ;
}


li.slick-active .slick-dots li button {
  width: 30px;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: linear-gradient(135deg, #ff6b6b, #f6416c, #ff758c) !important;
  width: 60px !important;
}

.slick-dots li button:before {

  width: 16px !important;
  height: 16px !important;
  background: #B5B5B5;
  border-radius: 50px;
  opacity: 1 !important;
   color: transparent !important;
}

.slick-dots li button {

  width: 16px !important;
  height: 16px !important;
}

/*  ============================ OUR FEATURES CSS END HERE  ============================ */

/*  ============================ OUR Testimonial CSS START HERE  ============================ */
/* .custom-prev, .custom-next {
    background: #A934BD;  
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: 0.3s ease;
}

.custom-prev:hover, .custom-next:hover {
    background: #8B21A3;
} */

/* Left Arrow */
/* .custom-prev {
    left: -50px;
} */

/* Right Arrow */
/* .custom-next {
    right: -50px;
} */
.slick-next:before, .slick-prev:before {
   display: none !important; 
}

button.slick-prev.custom-prev.slick-arrow {
    top: -100px;
    right: 60px !important;
    left: unset;
}


button.slick-next.custom-next.slick-arrow {
    top: -100px;
    right: 0;
}

.slick-next, .slick-prev {
    width: 50px !important;
    height: 50px !important;
    background: #ffffff !important;
    border-radius: 3px !important;
}
.slick-next:hover, .slick-prev:hover {
  
  background: linear-gradient(130.35deg, #F78152 3.51%, #EE5882 50%, #ED4780 96.49%) !important;

}
.slick-next:hover img, .slick-prev:hover img{
  
  filter: brightness(0) invert(1);

}
    
    .testimonial-slider .slick-track {
      display: flex;
      align-items: center;
    }
    
    /* Slides */
    .testimonial-slider .slick-slide {
      padding: 0 15px;
      transition: all 0.4s ease;
      opacity: 1;
    }
    
    /* Testimonial card-box */
    .testimonial-card {
      background: transparent;
      border-radius: 3px;
      padding: 35px 30px 25px;
      min-height: 200px;
      display: flex;
      flex-direction: column;
      transition: all 0.4s ease;
      position: relative;
      box-shadow: none;
    }
    
    /* Speech bubble arrow */
    .testimonial-card::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 80px;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid transparent;
      opacity: 0;
      transition: all 0.4s ease;
    }
    
    /* QUOTE ICON */
    .quote-icon {
      font-size: 48px;
      color: #e2e8f0;
      margin-bottom: 12px;
      line-height: 1;
      margin: 0;
    }
    
    /* Text */
    .testimonial-text {
      font-size: 18px;
      line-height: 1.6;
      color: #64748b;
      flex-grow: 1;
      margin: 0;
    }
    
    
    /* Author Box - Outside the card-box */
    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 36px;
      padding-left: 48px;
    }
    
    .testimonial-author img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .author-info {
      text-align: left;
    }
    
    .testimonial-author h4 {
      margin: 0 0 3px 0;
      font-size: 24px;
      line-height: 100%;
      font-weight: 600;
      color: #1e293b;
    }
    
    .testimonial-author span {

      color: #f6416c;
      font-size: 18px;
      line-height: 100%;


    }
    
    /* ACTIVE SLIDE (Center card-box) */
    .testimonial-slider .slick-current .testimonial-card {
      background: linear-gradient(135deg, #ff8a5c 0%, #f6416c 50%, #ff6b9d 100%);
      color: #fff;
      box-shadow: 0 10px 30px rgba(246, 65, 108, 0.3);
      transform: scale(1.05);
    }
    
    .testimonial-slider .slick-current .testimonial-card::after {
      opacity: 1;
      border-top-color: #f6456b;
    }
    
    .testimonial-slider .slick-current .testimonial-card .testimonial-text {
      color: #fff;
    }
    
    .testimonial-slider .slick-current .testimonial-card .quote-icon {
      color: rgba(255, 255, 255, 0.4);
    }
    
    
    /* Responsive */
    @media (max-width: 992px) {
      .testimonial-slider .slick-current .testimonial-card {
        transform: scale(1.02);
      }
    }

    @media (max-width: 700px) {
    
       .testimonial-slider .slick-slide {
       padding: 0px;
      }
      .slick-list{
        margin: 0 !important;
      }
      .testimonial-card{
        padding: 20px 20px 20px;
      }
      .testimonial-author{
         padding: 10px;
      }

      .testimonial-author img {
        width: 50px;
        height: 50px;
        border: 1px solid #fff;

      }
      .testimonial-card::after{
            left: 28px;
      }
      .testimonial-author h4{
        font-size: 16px;
      }
      .testimonial-author span{
        font-size: 15px;
      }
    }
    
    @media (max-width: 576px) {
      .testimonial-card-box {
        min-height: 260px;
        padding: 30px 25px 20px;
      }
      
      .testimonial-text {
        font-size: 14px;
      }
    }


/*  ============================ OUR Testimonial CSS END HERE  ============================ */









/*  ============================ chatgpt css for monthly highlights sections  ============================ */



.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tab-button {
  padding: 14px 32px !important;
  border: none !important;
  font-size: 15px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  background: #FFE6EF!important;
  color: #ff6b8a !important;
  font-weight: 500 !important;
}

.tab-button:first-child {
  border-radius: 8px 0 0 8px;
}

.tab-button:last-child {
  border-radius: 0 8px 8px 0;
}

.tab-button.active {
  background: linear-gradient(130.35deg, #F78152 3.51%, #EE5882 50%, #ED4780 96.49%) !important;

  color: white !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}


.story-card-box {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 10px;
  padding: 24px;
  box-shadow: 0px 0px 4px 0px #00000024;

}

.story-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

/* .story-badge {
  background: linear-gradient(135deg, #ff6b8a 0%, #ff8fa3 100%);
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
} */


.story-card{
  padding: 20px;
  box-shadow: 0px 0px 4px 0px #00000024;
  border-radius: 24px;
  margin: 0 20px;

}
.story-top{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}
.story-date-top {
  color: #999;
  font-size: 14px;
}
button.view-story-btn {
    display: flex;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 4px;
    border: none;
   background: linear-gradient(130.35deg, #F78152 3.51%, #EE5882 50%, #ED4780 96.49%);

}
button.view-story-btn img{
      filter: brightness(0) invert(1);
      width: 20px;
      height: 20px;
}
button.view-story-btn span {

    color: #FFF;
    font-size: 13px;
}

.story-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-info{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      border-radius: 100%;
}
.avatar .country-flag{
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
}

.user-info h3 {
  color: #0F1419;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}

.user-info p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
    color: #536471;
}
.story-content{
  padding-top: 14px;
}
.story-title {
  color: #0F1419;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin: 0;
  padding-bottom: 10px;

}

.story-text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #0F1419;

}
.monthly-container{
  margin: 0 80px;
}
.media-wrapper{

  width: 100%;
  height: 100% ;
  border-radius: 16px ;
  padding-top: 14px;
}

.story-image {

  width: 100%;
  height: 300px !important;
  object-fit: cover;
  border-radius: 16px !important;

}

.video-wrapper {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slick-prev {
  left: -10px;
}

.slick-next {
  right: -10px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  color: #ff6b8a;
  opacity: 1;
}

@media (max-width: 767px) {
     .monthly-container{
  margin: 0 0px;
}
button.view-story-btn span {
    display: none;

}
.story-card{
  margin: 0 3px;
}

}

@media (max-width: 500px) {
  
.tab-button {
    padding: 14px !important;
    font-size: 13px !important;
  
}


}
/*  ============================ chatgpt css for monthly highlights sections  ============================ */




/*  ============================MODAL CSS START HERE  ============================ */



/* Modal media styling to mimic card-box design */
#highlightModalBody .modal-story-card-box {
  background:#fff;
  border-radius:10px;
  padding:16px;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}
#highlightModalBody .modal-media .slick-slide img,
#highlightModalBody .modal-media .slick-slide video {
  width:100%;
  max-height:560px;
  object-fit:cover;
  border-radius:8px;
}
#highlightModalBody .modal-avatar {
  width:64px;
  height:64px;
  border-radius:50%;
  object-fit:cover;
}
#highlightModalBody .modal-flag {
  width:22px;height:15px;object-fit:cover;border-radius:3px;margin-left:8px;
}
#highlightModalBody .modal-title {
  margin:0 0 8px 0;font-size:22px;
}
#highlightModalBody .modal-description { color:#333; line-height:1.5; }


/* .modal-media.slider.slick-initialized.slick-slider.slick-dotted .slick-next, .modal-media.slider.slick-initialized.slick-slider.slick-dotted  .slick-prev{
  display: none !important;
} */

.modal-media.slider {
    width: 90%;
    margin: auto;
}

@media (max-width: 991px) {
  
.modal-media.slider {
    width: 100%;
    margin: auto;
}


}

/*  ============================MODAL CSS END HERE  ============================ */


/*  ============================CONTACT US FORM CSS START HERE  ============================ */

.contact-us-form input{
  width: 100%;
  background-color: #F9F9FF;
  padding: 16px;
  font-size: 20px;
  line-height: 100%;
  border: none;
  font-weight: 400;
}
.contact-us-form textarea{
  width: 100%;
  background-color: #F9F9FF;
  padding: 16px;
  font-size: 20px;
  line-height: 100%;
  border: none;
  font-weight: 400;
}

.contact-us-form input::placeholder {
  color: #ADABC3;
  opacity: 1; /* Firefox */
}
.contact-us-form textarea::placeholder {
  color: #ADABC3;
  opacity: 1; /* Firefox */
}
.contact-us-form .submit{
  background: linear-gradient(130.35deg, #F78152 3.51%, #EE5882 50%, #ED4780 96.49%);
  color: #fff;
  width: auto;

}


/*  ============================CONTACT US FORM CSS END HERE  ============================ */
