/*=====================================*/
/*===========index page style==========*/
/*<!--main banner----------------------->*/ 
/* home page (red)main banner style*/ 


p, span, label{
    font-family: 'Simonetta', serif !important;
    font-size:18px;
}
a{
    color:#8E0E25;
}
a:hover{
    color:#680001;
}
.index-hero-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url('../myimages/baneer-new.png');
    color: #fff;
    padding: 60px 0;
}

.hero-logo {
     padding: 20px;
     height: 100px;
     max-width: 100%;
     display: block;
}
.curve-bg-index {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: url('../myimages/baneer-new.png') no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}
.hero-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/*=========card css===========*/
.tilted-card-index {
    background: url('../myimages/nrii.png') no-repeat center center;
    background-size: cover;
    color: #8B3438;
    padding: 30px;
    position: relative;
    border-radius: 5px;
    transform: rotate(-8deg);
    width: 514px;
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.tilted-card-index h4 {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.tilted-card-index p {
    font-size: 18px;
    margin: 10px 0 0;
    font-family: 'Simonetta', serif;
}
/*=== ==========Button Column===== ===*/
.button-column-index {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 200px;
}

.btn-link {
    background: linear-gradient(270deg, #A1A1A1 0%, #999999 28.72%, #ECECEC 49.47%, #B7B7B7 70.94%, #FFFFFF 100%);
    color: #000000;
    border-radius: 8px;
    font-family: 'Simonetta', serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
    border: none;
    display: inline-block;
}
/* ================== Curved Line Section============== === */
.curveline {
   width: 160px;
    position: absolute;
    top: 135px;
    right: 45px;
}

.decoration1 {
    height: 110px;
    position: relative;
    left: -58px;
    bottom: -57px;
    transform: rotate(7deg);
}
.curveline1 {
    position: relative;
    z-index: 1;
}

.curveline-index {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -150px;
  z-index: 1;
}
.curveimg {
  width: 100%;
  height: auto; 
  display: inline-block;
}



/*======================================*/
/*flags section */

  .nri-trust-section {
    background: #f7f2f2;
    padding: 50px 0;
    position: relative;
    z-index: 0;
    margin-top: -30px;
    background: url('../myimages/flags-section.png')no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.trust-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 20px;
    color: #8E0E25;
    font-weight: 400;
    font-family: 'Simonetta', serif !important;

}

.trust-title {
   font-size: 28px;
    color: #8E0E25;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.flags-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}
  
.flags-row img {
    width: 60px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.trust-stats .divider {
    margin: 0 10px;
    color: #c7a6a6;
}
/*==================================/*/

/* --- Large Devices (Desktops <1200px) --- */
@media (max-width: 1200px) {
  .tilted-card-index {
    width: 450px;
    transform: rotate(-6deg);
  }
}
/* ✅ For large and medium screens (desktops & tablets) */
@media (max-width: 992px) {
  .curveline-index {
    bottom: 100px;
  }

  .curveimg {
    max-width: 900px;
  }
  .curve-bg-index {
    padding: 50px 20px;
  }
  .tilted-card-index {
    width: 440px;
    transform: rotate(-4deg);
  }
  .button-column-index {
    width: 180px;
  }
}

/* ✅ For small screens (mobile) */
@media (max-width: 768px) {
  .curveline-index {
    bottom: 60px;
  }
  .curveimg {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
   .hero-layout {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .button-column-index {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .btn-link {
    font-size: 16px;
    padding: 10px 15px;
  }

  .tilted-card-index {
    transform: rotate(0deg);
    width: 90%;
    margin-top: 30px;
  }

  .curveline,
  .decoration1 {
    display: none;
  }

  .hero-logo {
    height: 80px;
   margin: 0 auto;
  }
  
}


/*edit_profile_image */
@media (max-width: 768px) {

    .registration-hero-section{
        height: 205px !important;
    }
}
  


/* --- Extra Small Devices (Phones <576px) --- */
@media (max-width: 576px) {
  .curve-bg-index {
        position: relative;
        padding: 0px 0px;
        height: 67px;
        text-align: center;
    }

  .tilted-card-index {
    width: 100%;
    padding: 20px;
  } 

  .tilted-card-index p {
    font-size: 16px;
  }

  .btn-link {
    width: 100%;
  }
   .curveline-index {
    bottom: 190px;
  }

  .curveimg {
    width: 100%;
    height: auto;
  }
  .matchmaking-section-index{
          padding: 20px 0px;
  }
  .feature-card, .feature-image{
       padding: 5px 2px; 
  }
}

@media (max-width: 768px) {
  .about-couple-img {
    position: static;
    display: none;
    margin: 20px auto;
  }
}
@media screen and (max-width: 769px) {
    .home-tit {
        padding-top: 10px;
        margin-bottom: 0px;
    }
}


@media (max-width: 768px) {
    .hero-layout {
        flex-direction: column;
        align-items: center;
    }

    .tilted-card-index {
        transform: rotate(0deg);
        margin-top: 30px;
    }
}


/*<!-- index about css-->*/

.about-section-index {
    position: relative;
    background-color: #fff;
}
.about-couple-img {
    position: absolute;
    right: 180px;
    top: -50px;
    width: 200px;
    height: auto;
    z-index: 1;
}

.index-about-heading{
   font-weight: 600;
    font-family: 'Playfair Display', serif;
}
/*==============index machmaking section CSS============*/

.matchmaking-section-index{
    position: relative;
    padding: 40px;
    color: white;
    z-index: 1;
    overflow: hidden; 
    background-color: #FAF3DC;
    text-align: center;
}
  
        .matchmaking-section {
            background: url('../myimages/imgg.png') no-repeat center center;
            background-size: cover;
            background-color: #FAF3DC;
            position:relative;
            text-align: center;
            padding: 60px 20px;

        }

        .section-header h2 {
            font-family: 'Simonetta', serif;
            font-size: 50px;
            color: #111;
            margin-bottom: 20px;
        }

        .section-divider {
            width: 180px;
            height: 2px;
            background: #111;
            margin: 0 auto 40px;
        }
        .flower1{
            position: absolute;
            bottom: 0px;
            left: 3px;
       }
       .flower2{
            position: absolute;
            bottom: 8px;
            left: 57px;
        }
       .decoration2 {
            height: 120px;
            position: relative;
            right: -104px;
            bottom: -15px;
}
        .features-row {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 50px;
        }

        .feature-card,
        .feature-image {
            background: #fff;
            border-radius: 20px;
            padding: 20px;
            width: 326px;
            box-sizing: border-box;
            text-align: center;
        }

        .feature-card img,
        .feature-image img {
            width: 125px;
            height: 105px;
            object-fit: cover;
            margin-bottom: 15px;
        }

       .image-text-card {
          background: white;
          margin-top: 128px;
          border-radius: 11px;
          padding: 6px;
          font-family: 'Playfair Display', serif;
        }
        
        .feature-card h3,
        .image-text-card h3 {
           font-family: 'Simonetta', serif;
           font-size: 24px;
           color: #8E0E25;
           font-weight: 600;
           margin: 10px 0;
        }

        .feature-card p,
        .image-text-card p {
            font-family: 'Simonetta', serif;
            font-size: 20px;
            color: #860E24;
            line-height: 25px;
        }
 /*===============footer style=========*/

/*footer css*/
.footer-image{
   width: 100%;
    max-width: 265px;
    height: 265px;
    text-align: center;
}
/* Footer Strip */
.plus-sign {
  position: relative;
  width: 16.86px;
  height: 16.86px;
  flex: none;
  flex-grow: 0;
}

.plus-sign::before,
.plus-sign::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
}

.plus-sign::before {
  width: 100%;
  height: 2px; 
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.plus-sign::after {
  height: 100%;
  width: 2px; 
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  gap: 32px;
  position: absolute;
    width: 100%;
  max-width: 1440px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #8D1027;
}


/* Text */
.club-text {
  font-family: 'Simonetta', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  height: 35px;
  width: 182px;
  flex: none;
  flex-grow: 0;
}
/*footer-leaf css*/
       .footer-leaf{
           position: absolute;
           top: 0px;
           right: 0px;
       }
/*==================================================*/
/*===================contact page css ===============*/
@media screen and (max-width: 992px) {
    .ab-sec2 {
        padding-bottom: 5px;
    }
}
@media (max-width: 600px) {
    .contact-form-wrapper {
        padding: 10px 5px;
        border-width: 3px;
         margin-top: 10px;
         border-radius: 15px;
    }
    .curveline1,.nav-left, .nav-right{
        display:none;
    }
    .background-oval {
      display: none;
}
}

.contact-wrapper{
border:10px solid #8E0E25;
box-shadow:0 0 50px rgba(142,14,37,0.2);
padding:20px;
background:#fffdf1;
}

.support-card{
text-align:center;
padding:25px 20px;
border:2px solid #8E0E25;
border-radius:30px;
background:#f5f0e54a;
height:100%;
}

.support-card img{
width:55px;
margin-bottom:10px;
}

.support-card h4{
font-family:'Simonetta',serif;
margin-bottom:10px;
}

.support-card p{
margin-bottom:10px;
}

.whatsapp-btn{
background:#0db53c;
color:#fff;
padding:12px 30px;
border-radius:40px;
display:inline-block;
font-weight:600;
}

.whatsapp-btn:hover{
background:#09932f;
color:#fff;
text-decoration:none;
}

.contact-bottom{
text-align:center;
font-weight:600;
font-size:22px;
margin-top:25px;
color:#8e0e25;
}

/* Tablet */
@media (max-width:992px){

.contact-wrapper{
padding:15px;
}

.support-card{
padding:20px;
}

}

/* Mobile */
@media (max-width:768px){

.support-card{
margin-bottom:20px;
}

.contact-bottom{
font-size:18px;
line-height:28px;
}

}
/*==============================*/

/*==========================================*/
/*==================about page css ==============*/

/*main banner style*/
        .hero-section-about {
            background: url('../myimages/banner/main-background1.png') no-repeat center center;
            background-size: cover;
            color: #fff;
            height: 500px;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            z-index: 1;
}

        @media (max-width: 768px) {
            .hero-layout {
                flex-direction: column;
                align-items: center;
            }
        }
        .backgroundtwo{
                width: 689px;
                background-size: cover;
                height: auto;
                position: absolute;
                right: 0px;
                top: 0;
        }
        .nri-logo{
                padding: 20px ;
                height: 100px;
        }
        .banner-title{
           color:white; 
           font-weight:500;
           font-family: 'Simonetta';
           padding: 42px 0px;
        }
 
    .about-section-about{
        background:url('../myimages/aboutimages/about.png') no-repeat;
         background-size: cover;
         color: #680001;
         font-family: 'Simonetta', serif;
         position:relative;
         padding-top: 250px;
         margin-top: -170px;
    }
    .about-flower{
    position: absolute;
    width: 195px;
    right: 293px;
    top: 65px;
    transform: rotate(-90deg);
    }
    .backline1{
     position: absolute;
    top: 74px;
    left: 0px;
    /*z-index: -1;*/
    }
    .backline2{
    position: absolute;
    right: 0px;
    top: 30px;
    }



.about-section-about h2 {
  font-size: 40px;
  line-height: 63px;
  letter-spacing: 0px;
}
.image-wrapper {
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 575px;
  height: 500px;
  border-radius: 500px 500px 0px 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-wrapper::before {
  content: "";
  position: absolute;
     top: 32px;
    left: 53px;
    right: 55px;
    bottom: 30px;
  border: 2px solid #8E0E25; 
  border-radius: 500px 500px 0px 500px;
  z-index: 1;
  pointer-events: none;
}

.image-wrapper img {
  width: 420px;
  height: 420px;
  object-fit: cover;
  border-radius: 500px 500px 0px 500px;
  z-index: 2;
  position: relative;
}

.column {
  max-width: 400px;
}

.point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.point img {
  width: 75px;
  height: 75px;
  margin-top: 5px;
}

.point h4 {
  color: #8E0E25;
  font-size: 18px;
  margin: 0 0 5px;
}

.point p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .matchmaking-content {
    flex-direction: column;
    align-items: center;
  }
}
.contact-info {
  position: relative;
  background: url('../myimages/contactinfo.png') no-repeat center center;
  background-size: cover;
  padding: 40px;
  color: white;
  z-index: 1;
  overflow: hidden;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdddd;
  opacity: 0.9; 
  z-index: -1;
}
.matchmaking-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
  position: relative;
}

.matchmaking-image-wrapper {
  position: relative;
  flex: 1;
  min-width: 300px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
    margin: 40px auto;
    max-width: 680px;
    height: 315px;
  /*border: 3px solid #f7c2cf;*/
  border-radius: 500px;
  overflow: hidden;
}

.matchmaking-image-wrapper img {
  display: block;
 width: 657px;
    height: 299px;
  object-fit: cover;
  border-radius: 500px;
  z-index: 2;
  position: relative;
}

.matchmaking-image-wrapper::before {
  content: "";
  position: absolute;
       top: 1px;
    left: 7px;
    right: 6px;
    bottom: 0px;
  border: 3px solid #f7c2cf; 
  border-radius: 500px;
  z-index: 1;
  pointer-events: none;
}
.valentine-text {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: 'Brush Script MT', cursive;
  font-size: 36px;
  color: white;
  text-align: right;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.valentine-text span {
  font-size: 48px;
}

.matchmaking-content {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
  text-align: left;
}


.column h4 {
  color: #a85d6f;
  font-size: 18px;
  margin-bottom: 5px;
}

.column p {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .matchmaking-content {
    flex-direction: column;
    align-items: center;
  }

  .valentine-text {
    font-size: 28px;
  }

  .valentine-text span {
    font-size: 36px;
  }
}

/*============contact page  style ========*/

/*main banner (red) style*/
       
.hero-section-contact {
    background: url('../myimages/contact_banner.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding-top: 0px;
    height: 550px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* oval bg style Background oval */
.background-oval {
  position: absolute;
  width: 100%;
  height: 100%;
  /*left: calc(50% - 600px);*/
  background: #FFDDDD;
  border-radius: 500px;
}

/* Card Container */
.card-contact {
 position: absolute;
}

.card-rect {
  width: 190px;
  height: 195px;
  background: #FFFFFF;
  border-bottom: 2px solid #8E0E25;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
}

.card-image-contact {
  position: absolute;
  width: 98px;
  height: 98px;
  left: 46px;
  top: 30px;
  background: url('../myimages/card-img.svg') no-repeat center center / cover;
  box-sizing: border-box;
}

.card-label {
  position: absolute;
  width: 100%;
  top: 140px;
  font-family: 'Simonetta', serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #8E0E25;
}

/* Navigation Arrows */
.nav-left, .nav-right {
  position: absolute;
  width: 150px;
  height: 100px;
}

.nav-left {
  left: 0px;
}

.nav-right {
     right: 0px;
  transform: scaleX(-1); 
}

.nav-rectangle {
  width: 150px;
  height: 100px;
  background: #8E0E25;
  border-radius: 12px 50px 50px 12px;
}

.nav-ellipse {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 60px;
  top: 10px;
  background: #FFDDDD;
  border-radius: 50%;
}

.nav-icon-contact {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 75px;
  top: 25px;
  background: url(../myimages/image-right.png) no-repeat center center / cover;
}
.nav-icon-contact1 {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 75px;
  top: 25px;
  transform: scaleX(-1);
  background: url(../myimages/image-right.png) no-repeat center center / cover;
}

/*section contact class css*/
    .contact-class{
       background:#FFFDF1; 
       position:relative;
        /*top: -73px;*/
    }
    .contact-imgflower{
          position: absolute;
    top: -204px;
    right: 12px;
    opacity: 0.1;
    z-index: 2;
    }
    .form-img{
        border-radius:20px;
    }
 .contact-info {
  position: relative;
  background: url('../myimages/contactinfo.png') no-repeat center center;
  background-size: cover;
  padding: 40px;
  color: white;
  z-index: 1;
  overflow: hidden;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdddd;
  opacity: 0.7; 
  z-index: -1;
}
.curveimg01{
position: relative;
    bottom: 100px;
    right: 111px;  
}
.curveimg02{
    position: absolute;
    bottom: 168px;
    right: 0px;  
}
.contact-title{
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #680001;
    line-height: 75px;
    font-family: 'Playfair Display', serif;
}
.background-oval {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 95%;*/
  max-width: 1200px;
  /*height: 275px;*/
  background: #FFDDDD;
  border-radius: 500px;
  z-index: 0;
}

.card-contact {
  position: relative;
  z-index: 2;
}

.card-rect {
  background: #FFFFFF;
  border-bottom: 2px solid #8E0E25;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
  padding: 20px 0 10px;
}
.card-label {
  margin-top: 10px;
  font-family: 'Simonetta', serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #8E0E25;
}

.nav-btn {
  width: 80px;
  height: 80px;
  background: #8E0E25;
  border-radius: 50%;
  z-index: 2;
}

.nav-ellipse {
  width: 70px;
  height: 70px;
  background: #FFDDDD;
  border-radius: 50%;
}

.nav-icon {
  width: 30px;
  height: 30px;
}

.rotate-180 {
  transform: rotate(180deg);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .background-oval {
    height: 400px;
  }

  .card-contact {
    margin-bottom: 20px;
  }

  .nav-btn {
    display: none !important;
  }
}

/*====================================*/
/*=================footer pages css ==================*/
.hero-logo {
     padding: 20px;
     height: 100px;
     max-width: 100%;
     display: block;
}

/*================== Responsive Login Page ==================*/
/* =============================
Small Mobile (0px - 575px)
============================= */
@media (max-width:575px){

.login-popup{
    padding:20px 15px;
    border-radius:10px;
}

.hero-logo{
    padding:5px;
    position:relative;
    height:80px;
    max-width:100%;
    display:block;
    z-index:999;
}

.hero-section-footerpages{
    height:260px;
    padding:30px 0;
}

.backgroundtwofooter{
    width:280px;
    height:auto;
}

.backline-footerbanner1,
.backline-footerbanner2{
    display:none !important;
}
.curveline1,
.curveimg01,
.curveimg02{
    display:none !important;
}

}


/* =============================
Mobile (576px - 767px)
============================= */
@media (min-width:576px) and (max-width:767px){

.hero-section-footerpages{
    height:280px;
    padding:90px 0;
}

.hero-logo{
    height:85px;
}

.backgroundtwofooter{
    width:320px;
}

.backline-footerbanner1,
.backline-footerbanner2{
    display:none !important;
}
.curveline1,
.curveimg01,
.curveimg02{
    display:none !important;
}

}


/* =============================
Tablet (768px - 991px)
============================= */
@media (min-width:768px) and (max-width:991px){

.hero-section-footerpages{
    height:320px;
    padding:110px 0;
}

.backgroundtwofooter{
    width:450px;
}

.backline-footerbanner1,
.backline-footerbanner2{
    display:none !important;
}
.curveline1,
.curveimg01,
.curveimg02{
    display:none !important;
}

}


/* =============================
Laptop (992px - 1199px)
============================= */
@media (min-width:992px) and (max-width:1199px){

.backgroundtwofooter{
    width:550px;
    position:absolute;
    right:0;
    top:0;
}

.backline-footerbanner1{
    left:-145px;
    top:69px;
}

.backline-footerbanner2{
    position:absolute;
    right:-75px;
    top:32px;
}

}


/* =============================
Desktop (1200px and above)
============================= */
@media (min-width:1200px){

.backgroundtwofooter{
    width:630px;
    position:absolute;
    right:0;
    top:0;
}

.backline-footerbanner1{
    left: -40px;
    top: 61px;
}

.backline-footerbanner2{
    position:absolute;
    right:-75px;
    top:32px;
}

}
/*===========================================*/
/*=============main footer css ==================*/
/*<!--footer style one css -->*/
/*footer css*/
.social-icons {
  margin-top: 10px;
  display: flex;
  gap: 12px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8b1c2c;
  width: 40px;
  height: 40px;
  color: white !important;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s ease;
} 

.social-list-footer {
  display: block !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-list-footer li {
  display: inline-block;
  margin-right: 10px;
}
.footer-image{
   width: 100%;
    max-width: 265px;
    height: auto;
    text-align: center;
}
/* Footer Strip */
.plus-sign {
  position: relative;
  width: 16.86px;
  height: 16.86px;
  flex: none;
  flex-grow: 0;
}

.plus-sign::before,
.plus-sign::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
}

.plus-sign::before {
  width: 100%;
  height: 2px; 
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.plus-sign::after {
  height: 100%;
  width: 2px; 
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 15px;
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #8D1027;
}


/* Text */
.club-text {
  font-family: 'Simonetta', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  height: 35px;
  width: 182px;
  flex: none;
  flex-grow: 0;
}
/*footer-leaf css*/
       .footer-leaf{
           position: absolute;
           top: 0px;
           right: 0px;
       }
/* Hide on small devices */
@media (max-width: 767.98px) {
  .footer-leaf {
    display: none;
  }
}
/*==========================================*/
@media (max-width: 768px) {
  .footer-leaf {
    position: static;
    display: none;
    margin: 20px auto;
  }
  .footer-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
      
  }
  .social-list-footer {
    display: table !important;
}
    .social-list-footer li a {
        text-align: center; 
    }
}


/*==========elephant footer css ========*/

/*====== Elephant Footer =======*/
.elephant-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.elephant-footer-backline1{
    position: absolute;
    top: -8%;   
    left: 0;
    }
.elephant-footer-backline2{
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 9999999999999999;
    }
/*====== Elephant Footer =======*/
.elephant-footer {
  position: relative;
  width: 100%;
}
.elephant-footer-left {
  width: 100%;
  height: auto;
}

.elephant-footer-backline1{
    position: absolute;
    top: -24%;   
    left: -15px;
    }
.elephant-footer-backline2{
    position: absolute;
    right: -30px;
    top: -130px;
    }

/* ✅ Mobile - hide backlines */
@media (max-width: 767px) {
  .elephant-footer-backline1,
  .elephant-footer-backline2 {
    display: none !important;
  }

}
@media (max-width: 991px) {
  .elephant-footer-backline1,
  .elephant-footer-backline2 {
    display: none !important;
  }
}
.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.quick-links  li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.quick-links  li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #8e0e25;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.quick-links a {
    text-decoration: none;
    color: #333;
}

.quick-links a:hover {
    color: #b8905b;
}


/*=============footerpages================*/
/*--------------terms & conditions ---------*/
 .hero-section-footerpages {
            background: url('../myimages/banner/main-background1.png') no-repeat center center;
            background-size: cover;
            color: #fff;
            height: 500px;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            z-index: 1;
}
 .backgroundtwofooter{
                width: 689px;
                background-size: cover;
                height: auto;
                position: absolute;
                right: 0px;
                top: 0;
        }
        .fotterp-banner-title{
           color:white; 
           font-weight:500;
           font-family: 'Simonetta';
           padding: 42px 0px;
        }
         @media (max-width: 768px) {
            .hero-layout {
                flex-direction: column;
                align-items: center;
            }
        }
      .ps{
     font-size:30px;
 }
 
 .backline-footerbanner1{
     position: absolute;
    top: 74px;
    left: 0px;
    }
    .backline-footerbanner2{
    position: absolute;
    right: 0px;
    top: 30px;
    }    
    
    
    
/*----------footer pages yellow background--------*/
.yellow-background{
  background:#FFFDF1;
  position:relative;
  padding-top: 170px;
  margin-top: -170px; 
}

/*==========camel divider =============*/
.camel-divider {
    width: 100%;
    text-align: center;
    margin-top: 40px; 
}

.camel-divider img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

 
.yellow-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../myimages/yellowbackground/imagedecor.jpg');
     background-repeat: repeat-x;
    background-size: auto;
    background-position: top left;
    z-index: 1;
}
 .section-title-fpage {
  /*width: 100%;*/
  /*max-width: 1200px;*/
  margin: 0 auto;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 63px;
  letter-spacing: 0.02em;
  color: #8E0E25;
  /*padding: 20px 0;*/
}

 .steps-container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px;
  font-family: 'Simonetta', serif;
  color: #860E24;
}

.step {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 10px;
}

.step-number {
  font-size: 22px;
  min-width: 10px;
}

.step-content h3 {
    margin: 0;
    font-family: 'Simonetta', serif;
    font-size: 22px;
    color: #8E0E25;
    font-weight: 600;
}

.step-content p {
    font-size: 20px;
    margin: 15px 0 0;
    line-height: 35px;
    font-weight: 400;
}
.step-content ul li {
    font-size: 20px;
    margin: 10px 0 0;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Simonetta';
}
.topcontent {
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 400;
}
.simple-list {
    list-style-type: disc; 
    margin-left: 20px;      
    padding-left: 0;       
}

.simple-list .nested-list {
    padding-left: 20px;
}

 /*===================faqs-================*/
 
.faq-container {
  max-width: 700px;
  padding: 0 20px;
}

.faq-card {
  margin-bottom: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s;
   box-sizing: border-box;
  border: 2px solid #CDCDCD;
  border-radius: 16px;
  background: linear-gradient(117.11deg, #FFFFFF 0.06%, #FFFFFF 62.51%, #F8F7FF 98.91%);
  font-family: 'Simonetta';
}

.faq-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  background: #FDF4F5;
}

.faq-number {
  font-size: 28px;
  line-height: 36px;
  color: #8E0E25;
  padding: 0px 15px;
}

.faq-question {
  flex: 1;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #8E0E25;
}

.faq-plus-icon {
  width: 28px;
  height: 28px;
  background: #FFCFCB;
  border: 0.5px solid #8E0E25;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8E0E25;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-card.active .faq-plus-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 15px 20px;
  display: none;
  background-color: #FAE6EA;
  border-top: 1px solid #eee;
  font-size: 15px;
  color:#8E0E25;
}

.faq-card.active .faq-answer {
  display: block;
}

/*=============================================*/
/*=========================log in css ==================*/
/*=============log in page css==========*/
.login-banner-section {
            background: url('../myimages/loginimages/hearts.svg') no-repeat center center;
            color: #fff;
            position: relative;
            overflow: hidden;
            background-size: cover;
            padding: 20px; 
            display: flex;
            justify-content: center;
            align-items: center;
        }

.login-popup {
    position: relative;
    background: #fff;
    width: 100%;
    left: 25%;
    max-width: 700px;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    height:auto;
}
    .login-popup h2 {
      text-align: center;
      font-size: 30px;
      color: #85002D;
      font-weight:700;
      margin-bottom: 20px;
    }

    .login-form-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 20px;
       gap: 10px;
    }

    .login-form-row label {
      width: 150px;
      color: #85002D;
      font-size: 16px;
    }

    .login-form-row input {
      flex: 1;
      padding: 10px;
      border: 1px solid #85002D;
      border-radius: 5px;
      font-size: 16px;
    }

    .forget-password {
      display: flex;
      justify-content: flex-end;
      font-size: 14px;
      margin-top: -10px;
      margin-bottom: 10px;
    }

    .forget-password a {
      color: #85002D;
      text-decoration: none;
    }

    .login-popup label {
      color: #85002D;
      font-family: 'Simonetta';
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: 600;
    }

    .login-popup input[type="text"],
    .login-popup input[type="email"],
    .login-popup input[type="password"] {
      width: 100%;
      padding: 10px;
      border: 1px solid #85002D;
      border-radius: 5px;
      margin-bottom: 15px;
      font-size: 16px;
    }
   
    .signup {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
      color: #A45D5A;
    }

.button-group {
  display: flex;
  gap: 6px;
}

.login-btn-primary {
  background: #8E0E25;
  color: white;
  padding: 12px 56px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.btn-outline {
  border: 1px solid #8E0E25;
  color: #8E0E25;
  background: transparent;
  padding: 12px 56px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
} 

    .actions {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-top: 10px;
    }
    .signup a {
      font-weight: bold;
      color: #85002D;
      text-decoration: none;
    }

/*================== Responsive Login Page ==================*/

/* Tablet devices (up to 991px) */
@media (max-width: 991px) {
  .login-popup {
    left: 0;
    max-width: 85%;
    padding: 30px 25px;
  }

  .login-popup h2 {
    font-size: 24px;
  }

  .login-form-row label {
    width: 120px;
    font-size: 15px;
  }

  .login-form-row input {
    font-size: 15px;
    padding: 9px;
  }

  .login-btn-primary,
  .btn-outline {
    padding: 10px 45px;
    font-size: 15px;
  }
}

/* Mobile devices (up to 767px) */
@media (max-width: 767px) {
  .login-banner-section {
    padding: 10px 0px;
    background-position: center;
    min-height: auto;
  }

  .login-popup {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  }

  .login-popup h2 {
    font-size: 22px;
  }

  .login-form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .login-form-row label {
    width: 100%;
    font-size: 14px;
  }

  .login-form-row input {
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }

  .button-group {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .login-btn-primary,
  .btn-outline {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }

  .forget-password {
    justify-content: center;
    font-size: 13px;
    margin-top: 0;
  }

  .signup {
    font-size: 13px;
  }
}

/* Small phones (up to 480px) */
@media (max-width: 480px) {
  .login-popup {
    padding: 20px 15px;
    border-radius: 10px;
  }

  .login-popup h2 {
    font-size: 20px;
  }

  .login-btn-primary,
  .btn-outline {
    font-size: 15px;
    padding: 10px;
  }

  .login-form-row input {
    font-size: 14px;
  }
}

/*=============log in page css==========*/
.login-popup {
    position: relative;
    background: #fff;
    width: 100%;
    left: 25%;
    max-width: 700px;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    height:auto;
}
    .login-popup h2 {
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      color: #85002D;
      margin-bottom: 20px;
    }

    .login-form-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 20px;
       gap: 10px;
    }

    .login-form-row label {
      width: 150px;
      color: #85002D;
      font-size: 16px;
    }

    .login-form-row input {
      flex: 1;
      padding: 10px;
      border: 1px solid #85002D;
      border-radius: 5px;
      font-size: 16px;
    }

    .forget-password {
      display: flex;
      justify-content: flex-end;
      font-size: 14px;
      margin-top: -10px;
      margin-bottom: 10px;
    }

    .forget-password a {
      color: #85002D;
      text-decoration: none;
    }

    .login-popup label {
          font-weight: 600;
    color: #85002D;
    font-family: 'Simonetta';
    margin-bottom: 5px;
    font-size: 20px;
    }

    .login-popup input[type="text"],
    .login-popup input[type="email"],
    .login-popup input[type="password"] {
      width: 100%;
      font-family: 'Simonetta';
      padding: 10px;
      border: 1px solid #85002D;
      border-radius: 5px;
      margin-bottom: 15px;
      font-size: 16px;
    }
   
    .signup {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
      color: #A45D5A;
    }

.button-group {
  display: flex;
  gap: 6px;
}

.login-btn-primary {
  background: #8E0E25;
  color: white;
  padding: 12px 56px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.btn-outline {
  border: 1px solid #8E0E25;
  color: #8E0E25;
  background: transparent;
  padding: 12px 56px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
} 
    .actions {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-top: 10px;
    }
    .signup a {
      font-weight: bold;
      color: #85002D;
      text-decoration: none;
    }

/*====== Elephant Footer =======*/
.elephant-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.elephant-footer-backline1{
    position: absolute;
    top: -8%;   
    left: 0;
    }
.elephant-footer-backline2{
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 9999999999999999;
    }
/*==============contact form css==============*/
  .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .club-title {
    color: #A45D5A;
    font-size: 20px;
    font-family: 'Simonetta', serif;
    margin-bottom: 5px;
  }

  .contact-form-wrapper {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border: 7px solid #8E0E25;
    border-radius: 20px;
    box-shadow: 0px 0px 50px rgba(142, 14, 37, 0.2);
    padding: 10px 30px;
    box-sizing: border-box;
  }

  .contact-form-header {
    text-align: center;
    font-size: 36px;
    color: #975C58;
    font-family: 'Simonetta', serif;
    background: #FFDDDD;
    border-radius: 30px 30px 0 0;
    padding: 5px;
    margin: 0px 0px 5px 2px;
  }

  .contact-form-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .contact-form-group label {
    font-size: 20px;
    color: #A45D5A;
    font-family: 'Simonetta', serif;
  }

  .contact-form-group input,
  .contact-form-group textarea {
    font-size: 20px;
    color: #8E0E25;
    border: 1px solid #A45D5A;
    border-radius: 8px;
    padding: 12px 10px;
    font-family: 'Simonetta', serif;
    box-sizing: border-box;
    width: 100%;
    resize: none;
  }

  .contact-form-submit {
    display: flex;
    justify-content: center;
  }

  .contact-form-submit button {
    padding: 12px 56px;
    font-size: 20px;
    background: #8E0E25;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Simonetta', serif;
    letter-spacing: 0.02em;
  }

  .contact-form-submit button:hover {
    background-color: #a81632;
  }

  @media (max-width: 600px) {
    .contact-form-wrapper {
      padding: 20px;
      border-width: 6px;
    }

    .contact-form-header {
      font-size: 28px;
    }

    .contact-form-group input,
    .contact-form-group textarea {
      font-size: 16px;
    }
  }
  
  
  
  /*=================================================*/
  /*=====================register page css===============*/
  /*new style*/
.register-banner-section {
            background: url('../myimages/loginimages/hearts.svg') no-repeat center center;
            color: #fff;
            position: relative;
            overflow: hidden;
            background-size: cover;
            /*min-height: 100vh;*/
            padding: 20px; 
            display: flex;
            justify-content: center;
            align-items: center;
        }

.register-popup {
    position: relative;
    background: #fff;
    width: 100%;
    left: 25%;
    max-width: 700px;
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
    height:auto;
}


/*page css style code css */
    .error-message { 
    color: red; font-weight: 600; font-size: 14px;
}

.fields1 {
    width: var(--containerWidth);
    margin: -25px 0px;
    display: flex;
    position: relative;
}
/*password check*/
 #message {
    display: none;
    background: #fff;
    color: #000;
    position: relative;
    padding: 12px;
  }

#message p {
  padding-left: 32px;
  font-size: 16px;
  position: relative;
  margin-bottom: 2px;
}


/* VALID */
.valid {
  color: #2e7d32;
}

.valid::before {
  content: "\f058"; /* check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #2e7d32;
}

/* INVALID */
.invalid {
  color: #8b2c2c;
}

.invalid::before {
  content: "\f057"; /* times-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #8b2c2c;
}
  .h2font h3 {
  font-size: 18px;
    font-family: 'Simonetta';
    font-weight: 600;
}

.select2-container .select2-selection--multiple {
    min-height: 44px !important;
}

@media (max-width: 480px) {
    .login-popup {
        padding: 10px;
        width: 98%;
        border-radius: 15px;
    }
    .login-popup input,
    .login-popup select {
        font-size: 13px;
        padding: 10px;
    }
    .login-popup .login-btn-primary,
    .login-popup .btn-outline {
        font-size: 14px;
        padding: 10px;
    }
}
.login-popup select {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #85002D;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Simonetta';
}



/*responsive css*/
@media (max-width: 767px) {
     .login-popup .actions {
        flex-direction: column;
    }
    .register-popup {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 15px 7px;
        border-radius: 15px;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    }
    .register-banner-section {
    padding: 13px 0px;
}
}
/* Tablet devices (up to 991px) */
@media (max-width: 991px) {
  .login-popup {
    left: 0;
            max-width: 100%;
        padding: 30px 10px;
  }

  .login-popup h2 {
    font-size: 24px;
  }

  .login-form-row label {
    width: 120px;
    font-size: 15px;
  }

  .login-form-row input {
    font-size: 15px;
    padding: 9px;
  }

  .login-btn-primary,
  .btn-outline {
    padding: 10px 45px;
    font-size: 15px;
  }
}

/*<!--otp css-->*/

/*otp button*/
    /* .box-style {*/
    /*      background: #8E0E25;*/
    /*      color: white;*/
    /*      padding: 12px 56px;*/
    /*      border: none; */
    /*      border-radius: 8px;*/
    /*      font-size: 16px;*/
    /*      cursor: pointer;*/
    /*      }*/
    /*      .phone-input-group { */
    /*          display: flex;*/
    /*          gap: 10px; */
    /*          align-items: center;*/
    /*          flex-wrap: wrap;*/
    /*          }*/
          .privacy-text {
              /*display: none;*/
              margin-top: 6px;
              font-size: 18px;
              color: #333;
              }
          
          #privacy-msg {
  display: block;
}
    /*.phone-code { */
    /*    width: 150px; */
        
    /*}*/
    /*    .phone-number{*/
    /*        flex: 1; */
    /*        min-width: 200px;*/
    /*        }*/
    /*    .otp-section { */
    /*        display: none !important;*/
    /*        margin-top: 15px;*/
    /*        } */
            
    /*    .otp-section.visible { */
    /*        display: block !important;*/
    /*        } */
            
    /*    .otp-input-group {*/
    /*        display: flex;*/
    /*        gap: 10px;*/
    /*        align-items: center;*/
    /*        }*/
    /*    .otp-input {*/
    /*        width: 200px;*/
    /*        }*/
            
    /*    .error-message { */
    /*        color: red;*/
    /*        font-size: 14px; */
    /*        font-weight: 600;*/
    /*        margin-top: 5px;*/
            
    /*    }*/
    /*    .success-message { */
    /*        color: green; */
    /*        font-size: 14px;*/
    /*        font-weight: 600;*/
    /*        margin-top: 5px; */
            
    /*    }*/
    /*    .box-style:disabled {*/
    /*        background: #ccc; */
    /*        cursor: not-allowed; */
            
    /*    }*/
    /*    .timer {*/
    /*        font-size: 14px;*/
    /*    color: #333;*/
    /*    margin-left: 10px;*/
    /*    }*/
    /*    .send-again-group {*/
    /*        display: none;*/
    /*        align-items: center;*/
    /*        gap: 10px;*/
    /*        }*/
    /*    #send_otp_btn { */
    /*        display: none; */
            
    /*    } */
    /*    @media (max-width: 768px) {*/
            
    /*.phone-input-group, .otp-input-group, .send-again-group {*/
    /*            flex-direction: column;*/
    /*            align-items: stretch; */
                
    /*}*/
    /*        .phone-code, .phone-number, .otp-input { */
    /*            width: 100%; */
                
    /*        }*/
    /*        .timer { */
    /*            margin-left: 0;*/
    /*            margin-top: 5px; }*/
    /*    }*/
  
  
  /*==================dashboard page css ===============*/
  .contact-imgflower01{
  position: absolute;
    top: 1711px;
    right: 818px;
    height: 300px;
    opacity: 0.1;
}
/*mathches section*/
.matches-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #680001;
  margin-bottom: 20px; 
}
.profile-card {
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
  background: #FFFFFF;
  border-bottom: 5px solid #8e0e25;
}

.profile-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 15px 15px 0 0;
}


.profile-details {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  padding: 5px;
  text-align: left;
  /*gap: 10px;*/
}

.profile-id {
  font-size: 20px;
  line-height: 10px;
  text-align: left;
  letter-spacing: 0.02em;
}

.profile-info {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.02em;
}
.profile-location {
  /*height: 40px; */
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .matches {
    margin-top: 50px;
  }

  .matches-title {
            font-size: 30px;
        line-height: 35px;
  }

  .profile-grid {
    grid-template-columns: 1fr;
  }

  .view-all {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .matches,
  .recent-visitors {
    margin-top: 50px;
  }

  .section-title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 50px;
  }

  .matches-grid,
  .visitors-grid {
    grid-template-columns: 1fr;
  }

  .profile-card,
  .visitor-card {
    width: 100%;
    margin: 0 auto;
  }
}



/*view all button*/
.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 50px;
  background: #680001;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin: 30px auto;
  cursor: pointer;
}
/*match bottom flower*/
.match-bottomflower {
    position: absolute;
    top: 1368px;
    right: 698px;
    height: 393px;
    opacity: 0.1;
}

/*visitor styles*/
.visitor-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  gap: 10px;
  width: 205px;
}
.visitor-image {
  width: 180px;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 15px 0 0 15px;
}
.visitor-card {
  width: 385px;
  height: 180px;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  background: #FFFFFF;
  border-right: 5px solid #DFA61F;
}
.recent-visitors {
  padding: 0 20px;
  position: relative;
}

.visitors-grid {
  grid-template-columns: repeat(auto-fit, minmax(385px, 1fr));
}

.profile-grid {
  display: grid;
  gap: 20px;
  justify-content: center;
}
.visitors-section-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0.02em;
  color: #680001;
  margin-bottom: 2px;
}
 .visitor-imgflower{
  position: absolute;
    top: 557px;
    right: 750px;
    height: 403px;
    opacity: 0.1;
     
 }
 
 
 /*==========setting page css========= */
 
.settings-tabs .nav-link {
    border: 1px solid #8E0E25;
    margin: 5px;
    color: #8E0E25;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    font-family: 'Simonetta', serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.settings-tabs .nav-link.active {
  background-color: #8E0E25;
  color: #fff;
}

.settings-tabs .nav-link:hover {
    background: #ffdddd;
    transform: translateY(-2px);
  }
  .rectangle-container {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
/*=============settings button ===========*/

.settings-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background: #8E0E25;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: 'Simonetta', serif;
  font-size: 16px;
  cursor: pointer;
  width: 215px;
  transition: background 0.3s;
}

.settings-btn:hover {
  background: #a31e34;
}

.settings-tab-title {
  font-family: 'Simonetta', serif;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #680001;
  margin-bottom: 20px;
}
   .settings-tab-container {
  position: relative;
  width: 720px;
  padding-top: 30px;
}
.settings-formlabel {
  font-family: 'Simonetta', serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #A45D5A;
  display: block;
  margin-bottom: 8px;
}
.settings-input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 10px;
  gap: 10px;
  max-width: 280px;
  background: #FFFFFF;
  border: 1px solid #A45D5A;
  border-radius: 8px;
  margin-bottom: 20px;
}
.settings-input {
  border: none;
  outline: none;
  width: 100%;
  font-family: 'Simonetta', serif;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #680001;
}
.password-label-row {
  display: flex;
  gap: 163px;
  margin-bottom: 8px;
}

.password-input-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.photo-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.photo-icon {
    width: 24px;
    height: 24px;
    color: white;
    font-size: 16px;
    padding: 3px;
    line-height: 21px;
    background-color: #8E0E25;
    border-radius: 5px;
}

.photo-text {
  font-family: 'Simonetta', serif;
  font-size: 20px;
  line-height: 25px;
  color: #680001;
  letter-spacing: 0.02em;
  flex: 1;
}
.setting-flower {
    position: absolute;
    top: 1983px;
    right: 631px;
    height: 468px;
    opacity: 0.1;
}
/*=========registraction tab section ===========*/
 .registration-hero-section {
    background: url('../myimages/register-tabs/heart011.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding:0;
    height: 665px;
    position: relative;
    overflow: hidden;
    }
     .registration-curveimg01{
    position: relative;
    bottom: 102px;
    right: 7px; 
    }
    .registration-curveimg02{
      position: absolute;
    top: -153px;
    right: 0px;
    }
    .register-tab-section{
       background:#FFFDF1; 
       position:relative;
       margin-top: 103px;
    }
     .pinkflower{
       position: absolute;
       top: -321px;
       height: 845px;
       right: 266px;
    }
     .register-tab-container {
            display: flex;
            flex-direction: column;
            gap: 18px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 10px;
    border-radius: 5px;
        }
.register-tab-box {
            display: flex;
            align-items: center;
            padding: 10px;
            gap: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            background: #FEF5F8;
            border: 1px solid #8E0E25;
            border-radius: 10px;
            font-size: 20px;
            line-height: 25px;
            color: #8E0E25;
            cursor: pointer;
            transition: background 0.3s ease;
            position: relative;
        }
        .register-tab-box.active {
             background: #fcecef;
             border-width: 1px 1px 1px 10px;
             border-color: #8E0E25;
             padding-left: 30px;
        }
        .register-tab-box:hover {
            background: #f9e7ea;
        }
        .register-tab-box img {
            width: 32px;
            height: 32px;
        }
        .register-tab-panel {
            display: none;
        }

        .register-tab-panel.active {
            display: block;
        }
.register-form-group textarea {
  width: 100%;
  height: 150px;
  padding: 12px 10px;
  border: 1px solid #A45D5A;
  border-radius: 8px;
  font-family: 'Simonetta';
  font-size: 20px;
  color: #8E0E25;
  resize: none;
  box-sizing: border-box;
}

.verification-section {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.verification-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.verification-label {
  color: #A45D5A;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
}
.verification-box {
  flex: 1 1 calc(33.333% - 13.33px);
   width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.verification-upload {
  width: 100%;
  height: 150px;
  border: 1px dashed #A45D5A;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8E0E25;
  font-size: 20px;
  cursor: pointer;
  background: #FFFFFF;
}
.note {
  font-size: 14px;
  color: #8E0E25;
      margin-bottom: 0;
}

.captcha {
  margin-bottom: 20px;
}

.terms {
  font-size: 14px;
  color: #8E0E25;
  text-align: left;
  margin: 10px 0;
}

.terms input {
  margin-right: 5px;
}

.terms a {
  color: #8E0E25;
  text-decoration: underline;
}
.nav-icon001 {
  width: 32px;
  height: 32px;
}
.register-form-group {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .register-form-group label {
    color: #8e0e25;
    font-size: 22px;
    position: relative;
    width: 100%;
    font-family: 'Simonetta', serif;
    line-height: 35px;
    font-weight: 500;
    }
.about-label{
   color: #8e0e25;
    font-size: 22px;
    position: relative;
    width: 100%;
    font-family: 'Simonetta', serif;
    line-height: 35px;
    font-weight: 600;   
    margin-bottom: 10px;
}
     .register-form-group placeholder {
         color: #A45D5A;
     }

    .register-form-group select,
    .register-form-group input {
      padding: 5px 10px;
         font-size: 16px;
    color: #8E0E25;
    border: 1px solid #A45D5A;
    border-radius: 8px;
    font-family: 'Simonetta';
      background: #fff;
    }

    .register-form-group select:focus,
    .register-form-group input:focus {
      outline: none;
      border-color: #8E0E25;
    }
 .register-form-section {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 40px;
    }
    .register-form-footer {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 50px;
    }
    .register-form-header {
      background: #FFDDDD;
      border-radius: 30px 30px 0 0;
      padding: 10px 0;
      text-align: center;
      color: #8E0E25;
      font-size: 22px;
       margin-bottom: 15px;
    }
    .register-form-wrapper {
    margin: 0px 0px;
    padding: 10px;
    background: #fff;
    border: 5px solid #8E0E25;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(142, 14, 37, 0.2);
}
     @media (max-width: 768px) {
      .register-form-wrapper {
        padding: 10px;
        margin: 0;
        border: 4px solid #8E0E25;
        border-radius: 12px;
        margin-top: 10px;
      }
.register-form-header {
    padding: 7px 0;
    font-size: 15px!important;
}
.register-form-group label {
    font-size: 18px;
    position: relative;
    width: 100%;
    line-height: 30px;
}
.register-form-group select, .register-form-group input {
    padding: 8px 8px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
}
      .register-form-section {
        flex-direction: column;
      }
    }
    
    /*===================dashboard css =============*/
.notification-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #8E0E25;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 11px;
}
  .instruction-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff5f5;
  border-left: 4px solid #8B3438;
  padding: 12px 15px;
  border-radius: 8px;
  margin-top: 10px;
      width: 99%;
}

.instruction-icon {
  font-size: 18px;
  line-height: 1;
}

.instruction-content strong {
  font-size: 16px;
  color: red;
  margin-bottom: 3px;
}

.instruction-content p {
  font-size: 15px;
  color: #555;
  margin: 0;
}
/*custom pop up */
          /* Popup Overlay */
.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.custom-popup {
  height: auto;
  background: #fff;
  border: 5px solid #8E0E25;
  padding: 15px;
  position: relative;
  font-family: 'Simonetta', serif;
  width: 100%;
    max-width: 750px;
    max-height: 90vh;
    margin: 10% auto;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Header */
.custom-popup-header {
  /*display: flex;*/
  /*justify-content: end;*/
  /*align-items: center;*/
  /*margin-bottom: 20px;*/
    position: absolute;
    right: 30px;
}

.custom-popup-header h3 {
  color: #680001;
  font-size: 30px;
  font-weight: 400;
}

/* Close Button */
.popup-close {
  font-size: 40px;
  color: #8E0E25;
  cursor: pointer;
  font-weight: bold;
}

/* Line */
.popup-line {
  border: none;
  height: 1px;
  background: #680001;
  opacity: 0.1;
  margin-bottom: 20px;
}

/* Body */
.custom-popup-body .popup-subtitle {
  font-size: 20px;
  color: #680001;
  margin-bottom: 10px;
}

.custom-popup-body .popup-message {
  font-size: 16px;
  color: #7E555A;
}

/* Footer */
.custom-popup-footer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.popup-ok-btn {
    width: 100%;
    padding: 10px 40px;
    background-color: #8E0E25;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'Simonetta', serif;
}
/* Chat Request Section (chat) */

.chat-wrapper {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 40px;
  font-family: 'Simonetta', serif;
  color: #8E0E25;
}

.chat-header {
  background: #FFDDDD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px 30px 0 0;
  padding: 20px 40px;
}

.chat-header .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.chat-header .user-info .name {
  font-size: 20px;
  color: #860E24;
}

.chat-header .user-info .online-dot {
  width: 10px;
  height: 10px;
  background: #33EC23;
  border-radius: 50%;
}

.chat-body {
  max-height: 600px;
  overflow-y: auto;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.chat-msg {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  max-width: 70%;
}

.chat-msg.left {
  flex-direction: row;
  align-self: flex-start;
}

.chat-msg.right {
  flex-direction: row-reverse;
  align-self: flex-end;
}

.chat-msg .bubble {
  padding: 15px 20px;
  border-radius: 10px;
  background: #FEF2F2;
  font-size: 16px;
  line-height: 170%;
}

.chat-msg.right .bubble {
  background: #FFDDDD;
  border-radius: 10px 10px 0px 10px;
}

.timestamp {
  text-align: center;
  color: #975C58;
  font-size: 15px;
  margin: 10px 0;
}

.chat-input-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #A45D5A;
  border-radius: 50px;
  padding: 12px 20px;
  margin: 30px 40px;
}

.chat-input-area input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 18px;
  color: #975C58;
}

.chat-input-area .icon-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.chat-input-area .send-btn {
  background: #8E0E25;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .chat-wrapper {
    width: 95%;
    padding: 10px;
  }

  .chat-header, .chat-body, .chat-input-area {
    padding: 15px;
  }

  .chat-msg {
    max-width: 90%;
  }

  .chat-msg .bubble {
    font-size: 14px;
  }

  .chat-input-area input {
    font-size: 16px;
  }
}

.profile-actions.threebtn {
    flex-direction: row;
    justify-content: center;
}

/* Action Buttons */
.profile-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}
.action-icon img,
.view-button img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.profile-message {
  font-size: 16px;
  line-height: 20px;
  color: #8E0E25;
  height: 60px;
}
.view-text {
  font-size: 16px;
    line-height: 12px;
    color: #860E24;
    font-family: 'Simonetta';
    font-weight: 700;
}
.view-button {
  display: flex;
  align-items: center;
  gap: 5px;
}
/*=========edit profile css==============*/
.edit-rectangle-container {
    background: #FFFFFF;
    position: relative;
    border-radius: 20px;
    padding: 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.edit-about-section{
    min-height:200px;
    position: relative;
}
.basic-details-section{
    position:relative;
}
.edit-about-title {
font-family: 'Simonetta', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #8e0e25;
  margin: 5px 0px;
  margin-top: 10px;
}
.edit-about-description {
   font-family: 'Simonetta', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
  color: #860E24;
  margin: 0;
}

.about-divider {
  position: absolute;
  min-width:285px;
    max-width: 700px;
    height: 1px;
    left: 20px;
    top: 206px;
    background: #680001;
    opacity: 0.1;
}

/* Edit Icon Container */
.edit-about-icon {
position: absolute;
    width: 45px;
    height: 45px;
    right: 10px;
    top: 1px;
}

/* Circular background */
.edit-circle {
  width: 40px;
  height: 40px;
  background: #860E24;
  border-radius: 50%;
}

/* Pencil Icon */
.edit-pencil {
  position: absolute;
  width: 25px;
    height: 25px;
    top: 9px;
    left: 9px;
  background: url('../myimages/aboutimages/edit.png') no-repeat center;
  background-size: contain;
}

.edit-profile-card {
  position: relative;
  width: 100%;
  height: auto;
  /*margin: 50px auto;*/
  background: #FFDDDD;
  border-radius: 500px 500px 0 0;
  padding: 20px;
  box-sizing: border-box;
}
.edit-detail-item {
     display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #860E24;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    margin-bottom: 50px;
    justify-content: flex-start;
}

.edit-detail-item img {
  width: 24px;
  height: 24px;
}

.divider-line {
  position: absolute;
  bottom: -1px;
      min-width: 295px;
    max-width: 705px;
  height: 1px;
  background: #680001;
  opacity: 0.1;
}
.edit-profile-img {
    width: 205px;
    height: 205px;
    margin: 0 auto; 
    border-radius: 50%;
    overflow: hidden;
}

.edit-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* edit-tab Container */
.edit-tab-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0px;
    gap: 5px;
}

/* edit-tab Box */
.edit-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid #8E0E25;
  border-radius: 10px;
  background-color: #FFFFFF;
  font-family: 'Simonetta', serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #8E0E25;
  cursor: pointer;
}

/* Active edit-tab */
.edit-tab.active {
  background-color: #8E0E25;
  color: #FFFFFF;
}

/* Icon */
.edit-tab-icon {
  width: 24px;
  height: 24px;
}
.edit-profile-flower {
    position: absolute;
    top: 1362px;
    right: 819px;
    height: 384px;
    z-index: 1;
    opacity: 0.1;
}
.edit-profile-page{
    background: #FFFDF1;
    padding: 50px 0px 5px 0px;
}

  .step-image{
        width: 60px;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    }
/*footer*/
.social-icons {
  margin-top: 10px;
  display: flex;
  gap: 12px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8b1c2c;
  width: 40px;
  height: 40px;
  color: white !important;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s ease;
} 

.social-list-footer {
  display: block !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-list-footer li {
  display: inline-block;
  margin-right: 10px;
}
/*==================== register page responsive==============*/
/* <==============edit profile popup css ===================>
  /* Textarea */
  .about-textarea {
    position: relative;
    width: 100%;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 1px solid #A45D5A;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    font-family: 'Simonetta', serif;
    resize: none;
    background: #FFFFFF;
    outline: none;
  }

.custom-popup-body textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}

.custom-popup-body textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

/*==========mail mailbox page toast csss=======*/
.toast {
   display: none;
    position: fixed;
    right: 20px;
    top: 60px;
    background-color: rgb(247 247 247);
    border: 2px solid #176e01;
    border-radius: 48px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
    padding: 5px 5px;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(var(--p2), 1);
    z-index: 9999;
    opacity: 1;
    animation: fadeInOut 3s ease-out;
}

.toast-header {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.toast-body {
    line-height: normal;
    gap: 5px; /* Added gap */
}

.toast-wrapper {
    position: fixed;
    top: 20px; /* Adjust as needed */
    right: 0;
    z-index: 9999;
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translateX(100%); }
    10% { opacity: 1; transform: translateX(0); }
    90% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(100%); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .advanced-searrch-list.rent-searrch {
        width: 28%;
    }
    .advanced-searrch-list.rent-searrchs {
        width: 10%;
    }
}
/*================rating cards csss mail mailbox pages Partner Matching Score pag=========*/
 .rating-card {
height:160px;
  background: #FFDDDD;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: 'Simonetta', serif;
  color: #680001;
}

.rating-score {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.rating-text {
  font-size: 18px;
  line-height: 23px;
}

.stars {
  display: flex;
  gap: 3px;
}

.star {
  font-size: 24px;
  color: #ccc; /* default empty star */
}

.star.filled {
  color: #680001;
}

.star.half {
  color: #680001;
  position: relative;
}

.star.half::after {
  content: "★";
  color: #ccc;
  position: absolute;
  left: 50%;
  width: 50%;
  overflow: hidden;
}

  
.about-box {
  max-width: 838px;
  margin: 40px auto;
  font-family: 'Simonetta', serif;
  color: #680001;
}

.about-title {
  font-size: 24px;
  margin-bottom: 25px;
  color: #680001;
}

.ratings {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}

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

.rating-item .label {
  font-size: 14px;
  color: #8E0E25;
  min-width: 100px;
}

.rating-item .bar {
  flex: 1;
  height: 10px;
  background: #FFDDDD;
  border-radius: 15px;
  position: relative;
}

.rating-item .fill {
  height: 10px;
  background: #8E0E25;
  border-radius: 15px;
}

.rating-item .value {
  font-size: 14px;
  color: #680001;
  min-width: 40px;
  text-align: right;
}



/*about text-area====*/
.about-textarea {
    position: relative;
    width: 100%;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 1px solid #A45D5A;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    font-family: 'Simonetta', serif;
    resize: none;
    background: #FFFFFF;
    outline: none;
  }
  
  
  
/*==========hobby section mail mailbox page tab hobby css =======*/
 .line {
  height: 1px;
  background: #680001;
  opacity: 0.1;
  margin: 15px 0;
}

.verify-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.verified-dot {
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
}

.unverified-dot {
  width: 10px;
  height: 10px;
  background: gray;
  border-radius: 50%;
}

.profile-buttons {
  position: absolute;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
 
 .activity-section {
  position: relative;
}
.activity-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
  width: auto;
  height: 45px;
  padding: 10px;
  background: #FEF2F2;
  border-radius: 5px;
}

.activity-box .icon {
  width: 24px;
  height: 24px;
  background: #8E0E25;
  border-radius: 4px;
}

.activity-box span {
  font-size: 18px;
  color: #680001;
  letter-spacing: 0.02em;
}
/*============mail mailbox button class ---------*/

.btn-red {
  width: 215px;
  height: 50px;
  background-color: #8E0E25;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}
/*===========mail mailbox upper profile view section css ---===========*/
    .profile-view-divider {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #680001;
    opacity: 0.1;
}

.profile-view-card {
  display:flex;
  /*flex-wrap: wrap;*/
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  background: #ffdddd;
  border-radius: 20px;
  padding: 15px;
  margin: 0px auto;
  font-family: 'Simonetta', serif;
  color: #680001;
}

.profile-img img {
  width: 295px;
  height: 295px;
  object-fit: cover;
  border-radius: 15px;
}

.profile-view-info {
    display: flex;
    background: white;
    border-radius: 20px;
    padding: 20px;
    font-family: 'Simonetta', serif;
}

.info-left, .info-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile-actions button {
  background: #8E0E25;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  border: 2px solid #fff;
  border-radius: 8px;
  cursor: pointer;
}

.blurred {
    color: transparent;
    text-shadow: #111 0 0 15px;
    transition: 0.4s;
    cursor: not-allowed;
    user-select: none;
}



/*==============home page css ============*/
.db-int-pro-1 img {
    width: auto;
    height: auto;
    border-radius: inherit;
}
 .home-wrapper{
    border: 10px solid #8E0E25;
    box-shadow: 0 0 50px rgba(142, 14, 37, 0.2);
    padding: 15px;
    background: #fffdf1;
 } 
 .home-header{
    background: #792B21;
    border-radius: 10px 10px 0 0;
    padding: 7px 16px;
    text-align: left;
    color: white;
    font-size: 27px;
    font-family: 'Simonetta';
    margin: 13px;
    font-weight: 600;
 }
 .profile-status {
     display: flex;
    gap: 8px;
    font-size: 16px;
    font-family: 'Simonetta';
    margin-bottom: 12px;
    opacity: 0.95;
}

.separator {
  color: rgb(121 43 33);
}

.progress-bar {
    width: 36%;
    height: 6px;
    background-color: #80808033;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 30px;
}

.progress-fill {
  width: 40%;
  height: 100%;
  background-color: #792b21;
  border-radius: 3px;
}
.verification-cards {
  /*display: grid;*/
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 24px;
  margin-bottom: 32px;
}

.verification-card {
  /*background-color: white;*/
  border-radius: 16px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.shield-icon {
  color: #c9a963;
  margin-bottom: 16px;
}

.verification-card h2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #2c1810;
}

.verification-card p {
  font-size: 1.1rem;
  color: #5d3426;
  margin-top: 8px;
}

.btn-primary {
  background-color: #7a3422;
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn.btn-primary {
    background: #680001;
    border-color: #680001;
}
.btn-primary:hover {
  background-color: #5d3426;
}
.btn.btn-outline-primary {
    color: #680001;
    border-color: #680001;
}
.profile-details {
    display: flex;
    padding: 10px;
    margin-top: 10px;
    flex-wrap: nowrap;
    align-content: center;
}

.btn:hover{
     background-color: #5d3426;
     color:white!important;
}
.btn-primary-wide {
  background-color: #7a3422;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
  margin-top: 8px;
}

.btn-primary-wide:hover {
  background-color: #5d3426;
}

.btn-secondary {
  background-color: transparent;
  color: #2c1810;
  border: 2px solid #ddd;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-secondary:hover {
  background-color: #f5f0e8;
  border-color: #bbb;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 24px;
  color: #2c1810;
  font-weight: 600;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.profile-icon {
  color: #7a3422;
}

.profile-header h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.verified-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #7a3422;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}

.verified-badge svg {
  width: 14px;
  height: 14px;
}
.register-tab-box{
    background:#f0e8dc;
}
.register-tab-box.active{
    background:#f4d9cc;
}

    /* Main wrapper for image + details */
.profile-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
}

/* Left area (images) */   
.profile-left {
    width: 18%;
}

/* Right area (name + details) */
.profile-right {
    width: 60%;
}

/* Name + Verified inline */
.profile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* Name */
.profile-header h5 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

/* Verified badge */
.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #792b21;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 14px;
}

/* Founder badge */
.founder-badge {
    background: #FFD700;
    color: #000;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
}

/* Details list */
.profile-details1 .poi {
    display: flex ;
    gap: 80px;
    margin-bottom: 20px;
    padding-left: 5px;
}

.profile-details1 .poi li {
    list-style: none;
    font-size: 16px;
}

.filter-popup {
  max-width: 700px;
  width: 90%;
  overflow-y: auto;
}
/*media query for home.php*/
/* Large Laptop */
@media (max-width:1440px){
.profile-details1 .poi{
gap:60px;
}
}

/* Laptop */
@media (max-width:1366px){
.profile-details1 .poi{
gap:50px;
}
}

/* Tablet */
@media (max-width:1024px){
.profile-details1 .poi{
gap:40px;
}
}

/* Small Tablet */
@media (max-width:768px){
.profile-details1 .poi{
 display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0px;
flex-wrap:wrap;
}
.profile-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.profile-left {
    width: 100%;
}
.profile-right {
    width: 100%;
}
.profile-header {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.home-header {
    background: #792B21;
    border-radius: 10px 10px 0 0;
    padding: 7px 16px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Simonetta';
    margin: 0px;
    font-weight: 600;
}
}

/* Mobile */
@media (max-width:600px){
.profile-details1 .poi{
 display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0px;
}
.profile-right {
    width: 100%;
}
.profile-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.profile-left {
    width: 100%;
}
.profile-header {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.home-header {
    background: #792B21;
    border-radius: 10px 10px 0 0;
    padding: 7px 16px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Simonetta';
    margin: 0px;
    font-weight: 600;
}
}

/* Small Mobile */
@media (max-width:480px){
.profile-details1 .poi{
 display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0px;
}
.profile-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.profile-left {
    width: 100%;
}
.profile-header {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.home-header {
    background: #792B21;
    border-radius: 10px 10px 0 0;
    padding: 7px 16px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Simonetta';
    margin: 0px;
    font-weight: 600;
}
}
/* Small Mobile */
@media (max-width:380px){
.profile-details1 .poi{
 display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0px;
}
.profile-left {
    width: 100%;
}
.profile-right {
    width: 100%;
}
.profile-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.profile-header {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.home-header {
    background: #792B21;
    border-radius: 10px 10px 0 0;
    padding: 7px 16px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Simonetta';
    margin: 0px;
    font-weight: 600;
}
}

/*=============== profile slider ==============*/
.pr-bio-cc{
    padding:50px 50px;
    position:relative;
    background: #FFDDDD;
    border-radius: 500px;
}
.wedd-rel-box{
    overflow:hidden;
    text-align:center;
    position:relative;
    transition:0.3s;
    background: #FFFFFF;
    border-bottom: 2px solid #8E0E25;
    border-radius: 30px 30px 0 0;
    box-sizing: border-box;
    padding: 20px 0 10px;
}

.wedd-rel-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.wedd-rel-img img{
    background: #FFFFFF;
    border-bottom: 2px solid #8E0E25;
    box-sizing: border-box;
    border-radius: 50%;
    width: 50%;
    height: 120px;
    border: 2px solid #690102;
    object-fit: cover;
}

.profile-slider .slick-slide{
    padding:0 12px;
}

.profile-slider{
    margin:0 -12px;
}



/*profile view page responsive css */

/* =============================
Small Mobile (0px - 575px)
============================= */
@media (max-width:575px){

.profile-view-card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.profile-view-info{
    border-radius: 10px;
    padding: 10px; 
}
 .profile-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
} 
.btn-red{
margin-bottom: 5px;
}
.curveline1{
    display:none;
}
.edit-tab-container {
    align-items: center;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
}
/* =============================
Mobile (576px - 767px)
============================= */
@media (min-width:576px) and (max-width:767px){
    .profile-view-card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.profile-view-info{
    border-radius: 10px;
    padding: 10px; 
}
.profile-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.btn-red{
margin-bottom: 5px;
}
.curveline1{
    display:none;
}

}


/*====footer pages css ===========*/
.hero-logo {
     padding: 20px;
     height: 100px;
     max-width: 100%;
     display: block;
}

/*================== Responsive Login Page ==================*/
/* =============================
Small Mobile (0px - 575px)
============================= */
@media (max-width:575px){
 .register-form-wrapper {
        padding: 5px;
        margin: 0;
        border: 3px solid #8E0E25;
        border-radius: 12px;
        margin-top: 5px;
      }
.register-form-header {
    padding: 7px 0;
    font-size: 18px;
}
.register-form-group label {
    font-size: 18px;
    position: relative;
    width: 100%;
    line-height: 30px;
}
.register-form-group select, .register-form-group input {
    padding: 8px 8px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
}
      .register-form-section {
        flex-direction: column;
      }    
.btn-outline {
    padding: 8px 36px;
    border-radius: 5px;
    font-size: 18px;
}    
.login-popup{
    padding:20px 15px;
    border-radius:10px;
}

.hero-logo{
    padding:5px;
    position:relative;
    height:80px;
    max-width:100%;
    display:block;
    z-index:999;
}

.hero-section-footerpages{
    height:260px;
    padding:30px 0;
}

.backgroundtwofooter{
    width:280px;
    height:auto;
}

.backline-footerbanner1,
.backline-footerbanner2{
    display:none !important;
}
.curveline1,
.curveimg01,
.curveimg02{
    display:none !important;
}
.pinkflower{
    display:none;
}
.rectangle-container{
    padding:10px;
}
.settings-tab-container {
    position: relative;
    padding-top: 10px;
    width: 100%;
}
.settings-tab-title {
    font-size: 25px;
    line-height: 30px;
    
}
.password-label-row {
    display: flex;
    gap: 11px;
    margin-bottom: 8px;
    flex-direction: row;
}
.settings-formlabel {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
}
.fotterp-banner-title{
padding: 0px 0px;
}
.about-flower {
    position: absolute;
    width: 142px;
    right: 47px;
    top: 132px;
    transform: rotate(-90deg);
}
.contact-info{
    padding:15px;
}
.matchmaking-content {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 10px;
    flex-wrap: wrap;
    text-align: left;
}
}


/* =============================
Mobile (576px - 767px)
============================= */
@media (min-width:576px) and (max-width:767px){
.hero-section-footerpages{
    height:280px;
    padding:90px 0;
}
.rectangle-container{
    padding:10px;
}
.settings-tab-container {
    position: relative;
    padding-top: 10px;
    width: 100%;
}
.settings-tab-title {
    font-size: 25px;
    line-height: 30px;
    
}
  .password-label-row {
    display: flex;
    gap: 11px;
    margin-bottom: 8px;
    flex-direction: row;
}  
.settings-formlabel {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
}
.hero-logo{
    height:85px;
}

.backgroundtwofooter{
    width:320px;
}

.backline-footerbanner1,
.backline-footerbanner2{
    display:none !important;
}
.curveline1,
.curveimg01,
.curveimg02{
    display:none !important;
}
.pg-cont ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 30px;
    justify-content: center;
}
}


/* =============================
Tablet (768px - 991px)
============================= */
@media (min-width:768px) and (max-width:991px){
.pinkflower {
    position: absolute;
    top: -230px;
    height: 230px;
    right: 0px;
}    
     .register-form-wrapper {
        padding: 10px;
        margin: 0;
        border: 4px solid #8E0E25;
        border-radius: 12px;
        margin-top: 10px;
      }
.register-form-header {
    padding: 7px 0;
    font-size: 18px;
}
.register-form-group label {
    font-size: 18px;
    position: relative;
    width: 100%;
    line-height: 30px;
}
.register-form-group select, .register-form-group input {
    padding: 8px 8px;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
}
      .register-form-section {
        flex-direction: column;
      }
      .register-tab-container{
          padding:10px;
      }
.register-tab-box {
    padding: 15px;
    gap: 5px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 20px;
}
.register-tab-box span {
    font-size: 15px;
    line-height: 20px;
}
/*=======profile view ======*/
.profile-view-card {
    display: flex;
    flex-wrap: wrap; 
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    padding: 15px;
    margin: 0px auto;
}
.profile-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top:20px;
}
.hero-section-footerpages{
    height:320px;
    padding:110px 0;
}

.backgroundtwofooter{
    width:450px;
}

.backline-footerbanner1,
.backline-footerbanner2{
    display:none !important;
}
.curveline1,
.curveimg01,
.curveimg02{
    display:none !important;
}

}


/* =============================
Laptop (992px - 1199px)
============================= */
@media (min-width:992px) and (max-width:1199px){

.backgroundtwofooter{
    width:550px;
    position:absolute;
    right:0;
    top:0;
}

.backline-footerbanner1{
    left:-145px;
    top:69px;
}

.backline-footerbanner2{
    position:absolute;
    right:-75px;
    top:32px;
}

}


/* =============================
Desktop (1200px and above)
============================= */
@media (min-width:1200px){

.backgroundtwofooter{
    width:630px;
    position:absolute;
    right:0;
    top:0;
}

.backline-footerbanner1{
    left: -40px;
    top: -185px;
}

.backline-footerbanner2{
    position:absolute;
    right:-75px;
    top:-250px;
}

}

/*==========setting page csss============*/
  ul.nav.settings-tabs {
      display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
li.setting-nav-item
 {
    margin-bottom: 20px;
}
.profile-preview {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
.settings-input-group1 {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    gap: 10px;
    width: 335px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #A45D5A;
    border-radius: 8px;
    margin-bottom: 20px;
    flex-direction: column;
}


/*================filter popup css===============*/
.filter-popup {
  max-width: 700px;
  width: 90%;
  overflow-y: auto;
}

@media (min-width: 1440px) {
  .hero-section-footerpages{
    height:620px;
} 
}
@media (min-width: 1600px) {
    .hero-section-footerpages{
    height:735px;
} 
}
@media (max-width: 575px){

.register-form-group input,
.register-form-group select,
.register-form-group input[type="file"]{
    width:99%;
}

}
/* Select2 Container */
.select2-container--default .select2-selection--multiple {
    background-color: white;
    font-size: 20px  !important;
    color: #8E0E25 !important;
    border: 1px solid #A45D5A !important;
    border-radius: 8px !important;
    padding: 5px 10px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    height: 30px !important;
}
/*<!--progress bar style-->*/
    .progress-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
    }

    .progress-header span {
      font-size: 14px;
      font-weight: 600;
    }

   .progress-bar {
    height: 12px;
    /*background: #8E0E25;*/
    border-radius: 30px;
    transition: width 0.4s ease-in-out;
    /* ✅ Remove width:10% from here - JS will control it */
}

.progress-container {
    width: 100%;
    background: #e6e6e6;
    border-radius: 30px;
    /*overflow: hidden;*/
    height: 12px;
    margin-bottom: 25px;
}
    .tab {
      display: none;
      animation: fadeIn 0.4s ease-in-out;
    }

    .tab.active {
      display: block;
    }

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

   
    button[disabled] {
      background: #bbb;
      cursor: not-allowed;
    }
    
    /*all registration  tabs css */
    .error-message { 
color: red; font-weight: 600; font-size: 14px;
}
form .tab-content .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid rgba(var(--s6), 0.2);
    border-radius: 0;
    font-size: 16px;
    color: #444;
}

.select2-results__option {
  padding-right: 0px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	/*border-width: 2px;*/
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
/* 	display: none; */
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}
 #error_message {
        color: red;
        display: none;
        margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    width:100% !important;
}
 .locked{
pointer-events:none;
opacity:0.5;
}

/*all registration radio button */
.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
}

.form-check-label {
    margin: 0;
    cursor: pointer;
        font-family: 'Simonetta';
}
input[type="radio"]{
width:15px !important;
height:15px !important;
}
.form-check-input:checked {
    background-color: #8b3438;
    border-color: #8b3438;
}

.nested-item{
    list-style-type: disc;
}
  .photo-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 15px;
}
/* ===== REPORT POPUP SPECIFIC FIXES ===== */

#reportPopup .custom-popup-header {
  position: relative;
  right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 10px 0;
}

#reportPopup .custom-popup-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #680001;
  font-family: 'Simonetta', serif;
}

#reportPopup .custom-popup-footer {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  text-align: right;
  margin-top: 15px;
}

/* ---- Radio Options ---- */

.single-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1.5px solid #FFDDDD;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  width: calc(50% - 8px);
  min-width: 180px;
  font-family: 'Simonetta', serif;
}

.single-radio:hover {
  border-color: #8E0E25;
  background: #fff5f6;
}

.checkmark {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  border: 2px solid #FFAAAA;
  background: #ffffff;
  position: relative;
  transition: all 0.2s;
  display: inline-block;
}

.single-radio input[type="radio"]:checked + .checkmark {
  background: #8E0E25;
  border-color: #8E0E25;
}

.single-radio input[type="radio"]:checked + .checkmark::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-radio input[type="radio"]:checked ~ .title-item {
  color: #8E0E25;
  font-weight: 600;
}

.title-item {
  font-size: 18px;
  color: #680001;
  font-family: 'Simonetta', serif;
  line-height: 1.4;
}

.radio-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---- Other Textarea ---- */

#message-input label {
  font-size: 16px;
  color: #8E0E25;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  font-family: 'Simonetta', serif;
}

#message-input textarea.form-control {
  border: 1.5px solid #FFDDDD;
  border-radius: 8px;
  font-family: 'Simonetta', serif;
  font-size: 16px;
  color: #680001;
  padding: 10px 12px;
  resize: vertical;
  transition: border-color 0.2s;
  width: 100%;
}

#message-input textarea.form-control:focus {
  border-color: #8E0E25;
  outline: none;
  box-shadow: none;
}

/* ---- Notice Text ---- */

#reportPopup .custom-popup-body > p.mt-4 {
  font-size: 14px;
  color: #A45D5A;
  padding: 10px 14px;
  background: #FFF5F5;
  border-left: 3px solid #FFDDDD;
  border-radius: 0 6px 6px 0;
}

/* ---- Mobile ---- */

@media (max-width: 575px) {
  .single-radio {
    width: 100%;
    min-width: unset;
  }
  .verification-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f3e8;
    border: 1px solid #e8dfc8;
    border-radius: 10px;
    padding: 16px 24px;
    gap: 16px;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    flex-direction: column;
}
}

/*============MEMBERSHIP PLAN PAGE CSS =========*/
/* TITLE */
.main-title {
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

.subtitle {
  text-align: center;
}

/* TEXT */
.plan-title {
  font-weight: 600;
  letter-spacing: 1px;
  text-align:center;
}

.sub-title {
  font-size: 18px;
  text-align:center;
}

.price {
  font-size: 34px;
  font-weight: bold;
  margin: 10px 0;
  text-align:center;
}

.price span {
  font-size: 14px;
  color:white;
}

.year {
    color: #000;
    text-align: center;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #eee;
  margin: 10px 0;
}

.divider.light {
  background: rgba(255,255,255,0.3);
}

/* GOLD TEXT */
.text-gold {
  color: #e6c089;
}
/* CARD BASE */
.pricing-card {
  background:#FFFDF1;
  border-radius: 20px;
  padding-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible; 
}
/* DARK HEADER */
.card-header-dark {
  background: linear-gradient(180deg, #5a2e2e 0%, #3b1d1d 100%);
  color: #fff;
  padding: 30px 25px;
  text-align: center;
  position: relative;
      border-radius: 10px 10px 0px 0px;
}

/* LIGHT BODY */
.card-body-light {
  background: #FFFDF1;
  padding: 10px;
}
/* TEXT COLORS */
.card-header-dark h5,
.card-header-dark h4,
.card-header-dark h1 {
  color: #fff;
}
/* FEATURES */
.features {
  list-style: none;
  padding: 0;
}
.cross {
  color: #d9534f;
}
/* PROMO TAG */
.promo-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #d4a373, #e6c089);
  color: #4b2e2b;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 2;
}
.promo-tag::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #d4a373 transparent transparent transparent;
}
/* BUTTON */
.join-btn.gold {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(45deg, #d4a373, #e6c089);
  color: #4b2e2b;
  font-weight: bold;
  border: none;
}
/* LEFT CARD */
.light-card {
  border: 1px solid #eee;
  padding: 30px 25px;
}
/* BUTTON */
.join-btn {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #4b2e2b;
  color: #fff;
  border: none;
  font-weight: 600;
}

.join-btn.gold {
  background: linear-gradient(45deg, #d4a373, #e6c089);
  color: #4b2e2b;
}

/* LIGHT TEXT */
.features.light li {
  color: #f1e9e9;
}
.pricing-section {
  background: #f7f4f2;
}
.section-title-membership{
    font-family: 'Simonetta', serif;
    font-size: 1.2rem;
    font-weight: 600;
}

/* FEATURES */
.features {
  list-style: none;
  padding: 0;
  text-align: left;
}

.features li {
  margin: 10px 0;
  font-family: 'Simonetta';
  font-size: 14px;
}

.features.light li {
  color: #eee;
}

.cross {
  color: #d9534f;
}

/* ===== END REPORT POPUP FIXES ===== */
/*========================================================*/
/*==========================RESPONSIVE CSS===================*/
/*===============================================================*/


/*==============================================*/
/* 1.Extra Small Devices (Mobile)*/
/*============================================*/

@media (max-width: 575px) {
   .flower1{
       display:none;
   } 
   .flower2{
       display:none;
   }
   .features-row {
    margin-bottom: 0px;
}
.feature-card img, .feature-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-bottom: 10px;
}
.section-title-fpage {
    font-weight: 500;
    line-height: 50px;
    font-size: 22px;
}
.login-popup select {
    padding: 13px;
    font-size: 12px;
}
.all-pro-box{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    width: 100%;
    margin: auto;
    flex-direction: column;
}
.pro-detail{
    padding:0px;
}
.all-pro-box{
    padding:5px;
}
.image-wrapper img {
    width: 390px;
    height: 330px;
    object-fit: cover;
    border-radius: 500px 500px 0px 500px;
    z-index: 2;
    position: relative;
}
.image-wrapper::before {
    content: "";
    position: absolute;
    top: 78px;
    left: -5px;
    right: -5px;
    bottom: 78px;
    border: 2px solid #8E0E25;
    border-radius: 500px 500px 0px 500px;
    z-index: 1;
    pointer-events: none;
}
.image-wrapper {
    position: relative;
    flex: 1;
    min-width: 330px;
    max-width: 574px;
    height: 500px;
    border-radius: 500px 500px 0px 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.login-form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 10px;
}
#prevButton, #nextButton, #exitButton {
    position: absolute;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
}
.verified-row {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: #8B6914;
    font-weight: 500;
    flex-direction: column;
}
.dot-sep {
    line-height: 0 !important;
}
}



/*=====================================================*/
/*2.Small Devices (Large Mobile)*/
/*=======================================================*/
@media (min-width: 576px) and (max-width: 767px) {
.image-wrapper img {
    width: 390px;
    height: 330px;
    object-fit: cover;
    border-radius: 500px 500px 0px 500px;
    z-index: 2;
    position: relative;
}
.image-wrapper::before {
    content: "";
    position: absolute;
    top: 78px;
    left: -5px;
    right: -5px;
    bottom: 78px;
    border: 2px solid #8E0E25;
    border-radius: 500px 500px 0px 500px;
    z-index: 1;
    pointer-events: none;
}
.image-wrapper {
    position: relative;
    flex: 1;
    min-width: 330px;
    max-width: 574px;
    height: 500px;
    border-radius: 500px 500px 0px 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.verified-row {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: #8B6914;
    font-weight: 500;
    flex-direction: column;
}
.dot-sep {
    line-height: 0 !important;
} 
}

/*=======================================================*/
/*3.Medium Devices (Tablet)*/
/*===========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
.image-wrapper img {
    width: 390px;
    height: 330px;
    object-fit: cover;
    border-radius: 500px 500px 0px 500px;
    z-index: 2;
    position: relative;
}
.image-wrapper::before {
    content: "";
    position: absolute;
    top: 78px;
    left: -5px;
    right: -5px;
    bottom: 78px;
    border: 2px solid #8E0E25;
    border-radius: 500px 500px 0px 500px;
    z-index: 1;
    pointer-events: none;
}
.image-wrapper {
    position: relative;
    flex: 1;
    min-width: 330px;
    max-width: 574px;
    height: 500px;
    border-radius: 500px 500px 0px 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.verified-row {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: #8B6914;
    font-weight: 500;
    flex-direction: column;
}
.dot-sep {
    line-height: 0 !important;
}
}

/*=========================================================*/
/*4.Large Devices (Small Laptop)*/
/*==========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
.login-banner-section{
    height:560px;
}
}
/*=========================================================*/
/*5.Extra Large Devices (Desktop)*/
/*==========================================================*/
@media (min-width: 1200px) and (max-width: 1399px) {
.login-banner-section{
           height: auto;
        min-height: 550px;
}
}
/*====================================*/
/*6.Ultra Large Screens*/
/*========================================*/
@media (min-width: 1400px) {
.nri-trust-section{
    margin-top:-50px;
}
.curveline-index{
    margin-top:-215px;
}
.login-banner-section{
           height: auto;
        min-height: 650px;
}
}

