/*your custom css goes here*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

:root {
    --main-bg-color: #f9f3e6;
    --light-text-color: #FFFBEF;
    --main-color: #990000;
    --secondary-color: #FFF6E9;
}

.mt-20{
  margin-top: 20px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}

.btn-primary {
  background-color: var(--main-color) !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: var(--secondary-color) !important;
  color: var(--main-color) !important;
  text-decoration: none !important;
}

.btn-secondary {
  background-color: var(--secondary-color) !important;
  color: var(--main-color) !important;
}
.btn-secondary:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.packages-section-button button.btn.btn-primary {
    padding: 10px 30px !important;
}

a.btn.btn-primary.packages-section-button {
    padding: 10px 30px !important;
}

.dropdown-item:focus, .dropdown-item:hover{
    background: var(--main-color) !important;
}

.aiz-profile-sidebar .btn-primary {
    padding: 15px;
}

.member-profile-dashboard-custom{
  margin: 0px !important;
  gap: 10px;
}
.member-profile-dashboard-custom.col{
  padding: 0px;
}

*{
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

.mobile-nav{
  display: none;
}

.text-primary{
  color: var(--main-color) !important;
}

.mcontainer1370{
    max-width: 1370px;
    margin: 0 auto;
}
.mcontainer900{
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.top-navbar{
    background: #990000;
}

.header-reg-btn{
    color: #990000 !important;
    background-color: var(--secondary-color) !important;
}

.notification-custom-style a {
  text-decoration: none !important;
}

.aiz-header{
    background: #FFF6E9;
}

.active-nav-link a{
    color: #990000 !important;
}

.active-nav-link{
    color: #990000 !important;
    text-decoration: underline;
}

.nav-link{
    color: #000;
}

a.nav-link:hover {
    color: var(--main-color);
}

.mcontainer1370 {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.filter-container form {
    display: flex;
    gap: 10px;
}

.filter-container-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.filter-container {
  background-color: var(--main-color);
  padding: 45px 36px 64px 36px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  gap: 15px;
  border: 1px solid #fff;
  /* width: 100%; */
  z-index: 999;
  position: absolute;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group input{
  background-color: var(--secondary-color);

}

.filter-option-inner-inner {
    opacity: 0.6;
}

.filter-label {
  color: white;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 4px;
}

.filter-select {
  height: 40px;
  border-radius: 3px;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  background-color: #FFF6E9;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239D9D9D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  appearance: none;
  padding-right: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 246, 233, 0.5);
}

.filter-select.gender {
  min-width: 180px;
}

.filter-select.age {
  min-width: 115px;
}

.filter-select.religion {
  min-width: 200px;
}

.filter-select.language {
  min-width: 330px;
}

.to-text {
  color: white;
  font-size: 16px;
  margin: 0 5px;
  align-self: center;
  padding-bottom: 10px;
}

.filter-button {
  background: #051C2E;
  color: var(--secondary-color);
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 84px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.3s ease;
  min-width: 120px;
}

.filter-button:hover {
  background: var(--secondary-color);
  color:  #051C2E;
}



@media screen and (max-width: 1200px) {
  .filter-container {
    padding: 30px 25px;
    gap: 12px;
  }
  
  .filter-select.language {
    min-width: 140px;
  }

  .filter-container form {
    flex-wrap: wrap;
  }
}

@media(max-width: 998px){

}

@media screen and (max-width: 768px) {
  .filter-container {
    width: 90%;
    flex-direction: column;
    align-items: stretch;
    padding: 25px 20px;
    gap: 15px;
  }
  
  .filter-group {
    width: 100%;
  }
  
  .filter-select {
    width: 100%;
    min-width: unset;
  }
  
  .to-text {
    align-self: flex-start;
    padding: 0;
  }
  
  .filter-button {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    
  }
  
  .age-range-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .premium-member-section {
    padding: 220px 0 130px 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .filter-container {
    padding: 20px 15px;
  }
  
  .filter-label {
    font-size: 14px;
  }
  
  .filter-select {
    height: 38px;
  }
}


.home_text_content img {
  padding: 10px 0 20px 0;
}

.home_text_content button {
  margin-top: 30px;
}


.premium-member-section{
  background-image: url("/public/assets/img/recents/m-background.png");
  padding: 100px 0 100px 0;
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.premium-member-section .premium-member-section-top-logo{
    width: fit-content;
    padding: 40px 0 30px 0;
}

.premium-member-section-top-text h2{
  font-size: 38px;
  font-weight: 600;
  color: var(--main-color);
}
.premium-member-section-top-text p{
  font-size: 18px;
  color: #051C2E;
}



.premium-member-section .tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px;
    font-size: 16px;
  }

.premium-member-section .tab {
    padding: 10px 35px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

.premium-member-section .tab.active {
    background-color: var(--main-color);
    color: white;
  }

.premium-member-section .tab:not(.active) {
    background-color: #FFFBEF;
    color: #000;
    border: 1px solid var(--main-color);
  }

  #bride-tab, #groom-tab {
    cursor: grab;
  } 

  /* Swiper styling */
  .premium-member-section .swiper-container {
    position: relative;
    width: 100%;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  .premium-member-section .swiper {
    width: 100%;
    padding: 10px 40px;
  }

  .premium-member-section .swiper-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--main-color);
    aspect-ratio: 3/4;
  }

  .profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    scale: 1.01;
  }

  .profile-info {
    position: absolute;
    top: 7.5%; 
    left: 10%;
    width: 80%;
    height: 85%; 
    background-color: rgba(179, 0, 0, 0.9); 
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    border-radius: 5px;
    transition: opacity 0.3s ease-in-out; 
  }

  .premium-member-section .swiper-slide:hover .profile-info {
    opacity: 1;
  }

  .profile-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .profile-details {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .view-profile-btn {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid white;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    align-self: flex-start;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
  }
  
  .view-profile-btn:hover {
    background-color: var(--main-color);
    color: #fff;
    text-decoration: none;
  }

  .premium-member-section .swiper-button-next,
  .premium-member-section .swiper-button-prev {
    color: var(--light-text-color);
    background-color: #EAD3AB;
  }

  .premium-member-section .swiper-button-next,
  .premium-member-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  /* .premium-member-section .swiper-button-next:after,
  .premium-member-section .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
  } */

  .premium-member-section .swiper-button-next:hover, 
  .premium-member-section .swiper-button-prev:hover {
    background-color: var(--main-color);
    transition: 0.3s ease-in-out;
}

.home_text_content h1 {
  width: 600px;
  color: #FFF6E9;
    font-size: 55px;
    font-family: "Helvetica";
    font-weight: 700;
}

.why_section {
    background: var(--main-color);
    padding-bottom: 100px;
}



.why_section .why_section_top_logo{
    width: fit-content;
    padding: 40px 0 130px 0;
    text-align: center;
}

.why_section .why_section_img_start img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    border: 20px solid var(--secondary-color);
    
}

.why_section_text_start {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 30px;
}

.why_section .why_section_text_start h3{
    font-size: 45px;
    font-family: "Marcellus", serif;
    color: var(--light-text-color);
}

.why_section .why_section_text_start p{
    font-size: 24px;
    font-weight: 300;
    width: 95%;
    color: var(--light-text-color);
}

.why_section .why_section_text_start p span{
    color: #FDC564;
}

.why_section .why_section_text_start img{
    padding: 25px 0 0 0;
}


.why_section_bottom {
    padding: 200px 0 0 0 ;
    justify-content: space-between;
}

.why_section .why_section_bottom_img img{
    width: 650px;
    height: 650px;
    object-fit: cover;
    border: 20px solid var(--secondary-color);
}


.why_section_bottom_text{
  width: 40%;
  color: var(--light-text-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why_section_bottom_text .why_section_bottom_text_one h3,
.why_section_bottom_text .why_section_bottom_text_two h3,
.why_section_bottom_text .why_section_bottom_text_three h3{
  font-family: "helvetica";
  font-weight: 600;
  font-size: 38px;
}

.why_section_bottom_text hr{
  width: 100%; 
  border-top: 1px solid #fff;
}

.why_section_bottom_text p{
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

/*  How It Works Section */

.how_it_works_section{
    background-image: url("/public/assets/img/how_section_bg.jpg");
    width: 100%;
    padding: 40px 0 50px 0 ;
}

.trusted_section .trusted_section-top-text{
  padding-bottom: 100px;
}

.trusted_section .trusted_section-top-text,
.how_it_works_section .how_it_works_section-top-text h3{
  font-family: "marcellus" !important;
  color: var(--main-color);
  font-size: 38px;
}

.how_it_works_section .how_it_works_section-top-text p{
  color: #051C2E;
  font-size: 24px;
  width: 72%;
  margin: auto;
  padding: 35px 0 120px 0;
}

.trusted_section .trusted_section-top-logo,
.how_it_works_section .how_it_works_section-top-logo{
  width: fit-content;
  padding-bottom: 30px;
}

.how_it_works_section .steps-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.how_it_works_section .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 256px;
}

.how_it_works_section .icon-circle {
  width: 206px;
  height: 206px;
  background-color: #EAD3AB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.how_it_works_section .step-number {
  position: absolute;
  bottom: -12px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.how_it_works_section .step-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 30px;
  color: #051C2E;
}

.how_it_works_section .step-description {
  font-size: 16px;
  line-height: 1.4;
  color: #353535;

}

.how_it_works_section .button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.how_it_works_section .icon {
  width: 100px;
  height: 100px;
}

.trusted_section{
  padding: 40px 0 100px 0;
}

.testimonial-title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 30px;
    position: absolute !important;
    margin: -20px 20px 20px 0;
    right: 0;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.trusted_section-top-text.text-center h1 {
  font-family: 'Marcellus';
  font-size: 40px;
}

.testimonial-section{
  position: relative;
}

.testimonial-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-image-container {
    width: 440px; 
    height: 440px;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid var(--main-color);
    flex-shrink: 0;
    margin-left: 125px;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    background-color: #FFF6E9;
    padding: 20px 30px;
    border-radius: 40px;
    max-width: 724px;
    flex-grow: 1;
    position: relative;
}

.testimonial-quote-icon {
   width: 44px;
   height: 33px;
   padding: 0; 
}

.testimonial-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFF6E9;
  border-radius: 40px;
  top: 0;
  left: -80%;
  z-index: -1;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
    font-weight: normal;
    padding: 0px 0px 0 50px;
}


.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.testimonial-section .swiper-button-prev {
    left: 10px;
    background-color: #EAD3AB;
}

.testimonial-section .swiper-button-next {
    right: 10px;
    background-color: var(--main-color);
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 0;
}

.cta-section .cta_section_top_logo{
    width: fit-content;
    padding: 40px 0 40px 0;
    text-align: center;
}

.cta-section{
  /* height: 350px; */
  width: 100%;
  background-image: url("/public/assets/img/recents/blue-bg.png");
  margin-bottom: 150px;
  
}

.cta-section h3{
  font-size: 45px;
  font-family: Helvetica, sans-serif;
  color: #FFFBEF;
  width: 525px;
  padding: 53px 0;
}

/* .cta-section .btn-primary {
  background-color: var(--secondary-color);
  color: var(--main-color);
}
.cta-section .btn-primary:hover {
  background-color: var(--main-color);
  color: #fff;
} */

.ss-footer a:hover {
    color: #e6e6e6;
    text-decoration: none;
}

.ss-footer {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: var(--main-color);
  color: white;
  padding: 40px 0 20px;
}

.ss-footer-top-section{
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
}

.ss-footer-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.ss-footer-column {
  margin-bottom: 20px;
}

.ss-footer-column h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.ss-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ss-quick-links{
    display: flex;
    gap: 100px;
}

.ss-footer-links li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s;
}

.ss-footer-links li a:hover {
  opacity: 0.8;
}


.ss-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}

.ss-footer-logo img {
  max-width: 360px;
  height: auto;
}


.ss-contact-info {
  /* flex: 1; */
  /* min-width: 250px; */
  margin-bottom: 20px;
}

.ss-contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.ss-contact-item  {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ss-contact-item a{
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ss-contact-icon {
  font-size: 16px;
}

.ss-social-media {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.ss-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 25%;
  background-color: white;
  color: var(--main-color);
  text-decoration: none;
  transition: background-color 0.3s;
}

.ss-social-icon:hover {
  background-color: #f5f5f5;
}


.ss-coming-soon {
  margin-top: 80px;
}

.ss-coming-soon h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.ss-app-buttons {
  display: flex;
  gap: 10px;
}

.ss-app-button img {
  height: 40px;
  width: auto;
}

/* Most searched section */
.ss-most-searched {
  width: 100%;
  margin-top: 30px;
}

.ss-most-searched h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.ss-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
}

.ss-search-tag {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.ss-search-tag:hover {
  opacity: 0.8;
}

.ss-search-divider {
  color: rgba(255, 255, 255, 0.5);
}

/* Footer bottom */
.ss-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ss-footer-copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.ss-footer-copyright a{
  color: var(--secondary-color);
}

.ss-footer-copyright a:hover{
  color: #e1a0a0;
}

.ss-payment-methods {
  display: flex;
  gap: 10px;
}

.ss-payment-icon {
  height: 30px;
  width: auto;
  background-color: white;
  padding: 5px;
  border-radius: 4px;
}


.footer-bottom-data{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
}

@media (min-width: 1360px) {
  .premium-member-section  .swiper-slide {
    width: 322px;
    height: 435px;
    flex-shrink: 0;
  }
  
  .testimonial-content:before {
    left: -78%;
  }
}


@media screen and (max-width: 1360px) {
  .filter-container{
    width: 95%;
  }
  .testimonial-title {
    margin: -60px 0;

  }
}

@media screen and (max-width: 1199px) {
  .ss-footer{
    padding: 40px 0 80px;
  }

}



@media screen and (max-width: 1101px) {

  .why_section_bottom_text .why_section_bottom_text_one h2, .why_section_bottom_text .why_section_bottom_text_two h2, .why_section_bottom_text .why_section_bottom_text_three h2 {
    font-size: 34px;
  }

  .why_section .why_section_bottom_img img {
    width: 550px;
    height: 550px;
    transition: all ease-in-out;
  }

  .testimonial-image-container {
    margin-left: 30px;
  }

  .testimonial-title{
    position: relative !important;
    margin: 20px 0 !important;
  }

  .trusted_section .trusted_section-top-text {
    padding-bottom: 20px;
  }

}

@media (max-width: 1024px) {
  .premium-member-section  .swiper-slide {
    aspect-ratio: 3/4;
  }
}


@media screen and (max-width: 998px) {
  .ss-quick-links {
    gap: 25px;
  }

  .main-header{
    display: none;
  }

  .mobile-nav{
    position: fixed;
    align-items: center;
    justify-content: space-between;
    top: 0;
    display: flex;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 5px 20px;
    background: #FFF6E9;
  }

  .filter-button {
    padding: 10px 60px;
  }

  .filter-container {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
    padding: 30px 20px;
  }
  
  .filter-button {
    margin-top: 15px;
    width: 100%;
    max-width: 200px;
  }

  .steps-container {
    gap: 30px;
  }

  .step {
      width: calc(50% - 30px);
  }

  .why_section_main {
    flex-direction: column;
  }

  .why_section_bottom_text .why_section_bottom_text_one h2, .why_section_bottom_text .why_section_bottom_text_two h2, .why_section_bottom_text .why_section_bottom_text_three h2 {
    font-size: 30px;
  }

  .why_section_bottom_text p {
    font-size: 20px;
  }

  .why_section_img_start{
    display: flex;
    justify-content: end;
  }

  .why_section .why_section_bottom_img img {
    width: 425px;
  }

  .why_section_bottom_text {
    padding: 20px;
    width: 80%;
  }

  .testimonial-section .swiper-slide {
    flex-direction: column;
  }

  .testimonial-text {
    padding: 0;
  }

  .testimonial-quote-icon {
    padding: 0px 0px 0 25px
  }

  .testimonial-content:before{
    display: none;
  }

  .testimonial-content {
    max-width: 85%; 
  }

  .testimonial-image-container{
    margin: unset;
  }
  
}

@media screen and (max-width: 768px) {

  .filter-button {
    max-width: 100%;
  }

  .home_text_content h1 {
    width: 350px;
  }

  .ss-footer-container {
    flex-direction: column;
  }

  .how_it_works_section .how_it_works_section-top-text p{
    padding: 35px 0 75px 0;
  }

  .to-text {
    padding-bottom: 0px;
  }

  .cta-section h3 {
    font-size: 32px;
    width: 320px;
  }

  .home_text_content h1 {
    font-size: 40px;
  }

  .ss-footer-top-section{
    align-items: start;
  }
  
  .ss-footer-logo {
    order: -1;
    margin-bottom: 30px;
    align-self: center;
  }
  
  .ss-footer-bottom .footer-bottom-data {
    flex-direction: column;
    gap: 20px;
  }

  .why_section{
    /* padding-top: 200px; */
  }

  .why_section_main {
    flex-direction: column;
  }

  .why_section_img_start{
    display: flex;
    justify-content: center;
  }

  .why_section_bottom {
    flex-direction: column;
  }

  .why_section_bottom_img img{
    width: 100% !important;
  }

  .why_section_img_start {
    padding-top: 50px;
  }

  .ss-footer-top-section{
    flex-direction: column;
  }

  .why_section_bottom_text {
    padding: 0px;
    width: 100%;
  }

  .why_section .why_section_img_start img {
    width: 100%;
  }

  .why_section_bottom {
    padding: 50px 15px 0;
    gap: 20px;
  }

  .why_section .why_section_top_logo {
    width: fit-content;
    padding: 40px 0 50px 0;
  }
  
  .home_text_content{
    padding-bottom: 10rem;
  }

  .premium-member-section  .swiper {
    padding: 10px 30px;
  }

  .testimonial-image-container {
    width: calc(60% - 20px); 
    height: auto;
    margin: 0;
    background-color: #FFF6E9;
    padding: 30px;
    border: none !important;
  }
  .testimonial-image {
      border: 5px solid var(--main-color);
  }
  
  .testimonial-text {
      font-size: 14px; 
  }

  .steps-container {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .step {
      width: 100%;
      max-width: 300px;
      margin-bottom: 20px;
  }

  .premium-member-section .tab {
    padding: 10px 10px !important;
  }
  .premium-member-section .tabs {
    font-size: 14px !important;
    margin: 30px 10px;
  }

  .how_it_works_section .how_it_works_section-top-text p{
    width: 100%;
  }

  
  }

@media (max-width: 568px){
  .how_it_works_section .step{
    max-width: 200px;;
  }
}

@media (max-width: 480px) {

   .how_it_works_section .step {
    max-width: 150px;
  }

  .swiper-slide {
    flex-direction: column; 
  }

  .testimonial-image-container {
      width: 90%; 
      height: auto; 
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
  }

  .testimonial-content {
      max-width: 90%; 
      padding: 15px; 
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }

  .testimonial-text {
      font-size: 13px; 
  }

  .premium-member-section  .swiper {
    padding: 10px 20px;
  }
  .profile-info h2 {
    font-size: 20px;
  }
  .profile-details {
    font-size: 14px;
  }

  /* .tabs{
    margin: 0px;
  font-size: 12px;
  } */
  .container {
    padding: 20px 10px;
}

.how_it_works_section .icon-circle {
    width: 90px;
    height: 90px;
}

.how_it_works_section .step-number {
    width: 25px;
    height: 25px;
    font-size: 14px;
}

.how_it_works_section .icon {
    width: 60px;
    height: 60px;
}

.how_it_works_section .step-title {
    font-size: 15px;
}

.how_it_works_section .step-description {
    font-size: 12px;
}
}

@media (max-width: 360px) {
  .ss-footer-logo img {
    max-width: 220px;
  }
  .home_text_content img {
    max-width: 65vw;
  }
}


/* HAMBURGER MENU */

.mobile-nav .logo{
  z-index: 2;
}

.hamburger-menu {
  z-index: 9998;
  cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width: 25px;
  height: 3px;
  
}

.bar {
  position: relative;
  background: black;
  transition: all 0ms 300ms;
  margin: 20px 0;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Mobile Menu */

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 35px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
}

.mobile-menu li:first-child {
  margin-top: 20%;
}

.mobile-menu li a {
  text-decoration: none;
  color: #000;
}

.nav-link.active{
  color: var(--main-color);
}


.aiz-cookie-alert .text-white {
    text-align: center;
}

.aiz-cookie-alert .bg-dark {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


	/* Menu Slide */

.mobile-menu {
  top: 0;
  max-width: 100%;
  right: -100%;
  width: 100%;
  background: #FFF6E9;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 1;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}


.aiz-notify.alert-danger {
    background: #fff !important;
}

.ss-recharge-method a:hover{
  text-decoration: none;
}

.aiz-mobile-bottom-nav i::before {
  color: var(--main-color);
}

.custom-grad-members{
  background: linear-gradient(225deg, rgba(255, 32, 78, 1) 0%, rgba(239, 136, 173, 1) 100%);
}
.card .card-header {
    background: #e91e6326 !important;
    color: #990000;
}

.badge-dot.badge-sm {
    height: 13px !important;
    width: 11px !important;
}

.members-pass-reset-custom button {
  border: none;
}

.members-pass-reset-custom button:hover{
  border: none;
}

.about-main-content {
  padding-top: 50px;
}

span.about-list-custom,
span.pp-list-custom{
  font-weight: bold;
}



/* privacy policy */

.about-list-custom{
  margin-left: 30px;
}
.pp-list-custom-ul {
  margin-left: 30px;
}

.privacy-policy-main-custom {
  padding-top: 50px;
}

@media (max-width: 768px){
  .privacy-policy-main-custom {
    padding-top: 20px;
  }
}