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


p{
    font-family: 'Simonetta', serif;
    font-size:18px;
}
.index-hero-section {
    background: url('../myimages/baneer.jpeg');
    color: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

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

.hero-content {
    position: relative;
    z-index: 2;
}
/*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;
    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-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;
}

.curveline {
   width: 160px;
    position: absolute;
    top: 135px;
    right: 45px;
}

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

.curveline1 {
    position: relative;
    /*bottom: 140px;*/
    z-index: 1;
}
.curveline-index {
    position: relative;
    bottom: 140px;
    z-index: 1;
}

@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;
        }

        .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: 50px;
            margin-bottom: 50px;
        }

        .feature-card,
        .feature-image {
            background: #fff;
            /*border-top: 10px solid #DFA61F;*/
            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: 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;
       }

/*==========================================*/
/*==================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;
         /*opacity:0.1;*/
         /*opacity: 0.1;*/
         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 {
  color: #680001;
  font-family: 'Simonetta', serif;
}

.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;
  /*background: #fff;*/
  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;
}

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

.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: #a85d6f;
  font-size: 18px;
  margin: 0 0 5px;
}

.point p {
  margin: 0;
  font-size: 15px;
  color: #444;
}

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

.matchmaking-section {
  background: #fce8eb;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Georgia', serif;
}
.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 {
  /*width: 100%;*/
  display: block;
  /*height: auto;*/
 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;
  gap: 60px;
  margin-top: 50px;
  flex-wrap: wrap;
  text-align: left;
}

.column {
  max-width: 400px;
}

.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: 1200px;
  height: 275px;
  left: calc(50% - 600px);
  background: #FFDDDD;
  border-radius: 500px;
}

/* Card Container */
.card-contact {
 position: absolute;
    width: 190px;
    height: 175px;
    top: 35px;
}

.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;
  top: 90px;
}

.nav-left {
  left: -42px;
}

.nav-right {
  left: 1008px;
  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: -99px;
       right: 105px;
       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;
}

/*=============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: flex-start;
  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: 30px;
    font-weight: 400;
}
.step-content ul li {
    font-size: 20px;
    
    margin: 10px 0 0;
    line-height: 30px;
    font-weight: 400;
    list-style-type: circle;
    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: #fff;
}

.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: #fffdf1;
  border-top: 1px solid #eee;
  font-size: 15px;
  color:#8E0E25;
}

.faq-card.active .faq-answer {
  display: block;
}
/*=============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;
            min-height: 100vh;
            padding: 20px; 
            display: flex;
            justify-content: center;
            align-items: center;
        }
     
    /*.login-popup {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    
    /*}*/


.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;
    /*max-height: 90vh;*/
    z-index: 9999;
    /*overflow-y: auto;*/
    height:auto;
}
    .login-popup h2 {
      text-align: center;
      font-size: 28px;
      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 {
      color: #85002D;
      margin-bottom: 5px;
    }

    .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;
    }

/*====== 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;
    }

@media (max-width: 768px) {
  .elephant-footer-left {
    /*width: 60%;*/
    /*max-width: 200px;*/
  }
  .elephant-footer-backline1 {
    /*top: -5%;*/
  }
}

/*.elephant-footer-left {*/
/*    position: absolute;*/
/*    top: -10%;*/
/*    left: 0;*/
/*    width: 25%; */
/*}*/



/*.elephant-footer-backline2 {*/
/*    position: absolute;*/
/*    top: -20%;*/
/*    right: 0;*/
/*    width: 20%;*/
/*}*/

/* Media queries for smaller devices */
/*@media screen and (max-width: 1024px) {*/
/*    .elephant-footer-left,*/
/*    .elephant-footer-backline1,*/
/*    .elephant-footer-backline2 {*/
/*        width: 30%;*/
/*        top: -8%;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .elephant-footer-left,*/
/*    .elephant-footer-backline1,*/
/*    .elephant-footer-backline2 {*/
/*        width: 40%;*/
/*        top: -5%;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 480px) {*/
/*    .elephant-footer-left,*/
/*    .elephant-footer-backline1,*/
/*    .elephant-footer-backline2 {*/
/*        width: 60%;*/
/*        top: -2%;*/
/*    }*/
/*}*/
  
  
  
  
  
  
  
   
/*==============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: 575px;
    background: #fff;
    border: 7px solid #8E0E25;
    border-radius: 40px;
    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: 16px;
    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;
    }
  }
  
  
  /*==================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 {
  /*width: 253px;*/
  /*height: 425px;*/
  margin-top: 20px;
  border-radius: 15px;
  overflow: hidden;
  background: #FFFFFF;
  border-bottom: 5px solid #DFA61F;
}

.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: 36px;
    line-height: 45px;
  }

  .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%;
    max-width: 385px;
    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 {
  max-width: 800px;
  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;
  width: 335px;
  height: 47px;
  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: 555px;
    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;
    }
     .pinkflower{
       position: absolute;
       top: -177px;
       height: 845px;
       right: 266px;
    }
     .register-tab-container {
            width: 300px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
.register-tab-box {
            display: flex;
            align-items: center;
            padding: 20px;
            gap: 10px;
            background: #FFFFFF;
            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: #975C58;
  margin-top: 10px;
  margin-bottom: 20px;
}

.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: #A45D5A;
      font-size: 20px;
    }

     .register-form-group placeholder {
         color: #A45D5A;
     }

    .register-form-group select,
    .register-form-group input {
      padding: 5px 10px;
      font-size: 20px;
      color: #8E0E25;
      border: 1px solid #A45D5A;
      border-radius: 8px;
      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: #975C58;
      font-size: 26px;
    }
     .register-form-wrapper {
      margin: 0px 40px;
      padding: 30px;
      background: #fff;
      border: 10px solid #8E0E25;
      border-radius: 40px;
      box-shadow: 0 0 50px rgba(142, 14, 37, 0.2);
    }
     @media (max-width: 768px) {
      .register-form-wrapper {
        padding: 20px;
        margin: 40px 20px;
      }

      .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;
}
/*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 {
  width: 630px;
  overflow-y: auto;
  height: 395px;
  background: #fff;
  border: 10px solid #8E0E25;
  border-radius: 40px;
  padding: 40px;
  position: relative;
  font-family: 'Simonetta', serif;
}

/* Header */
.custom-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

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

/* Close Button */
.popup-close {
  font-size: 32px;
  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 {
  padding: 15px 50px;
  background-color: #8E0E25;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  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;
  }
}

/* Action Buttons */
.profile-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  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: #111111;
  height: 60px;
}
.view-text {
  font-size: 14px;
  line-height: 18px;
  color: #860E24;
}
.view-button {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
}
/*=========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{
    height:200px;
        position: relative;
}
.basic-details-section{
    position:relative;
}
.edit-about-title {
font-family: 'Simonetta', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #680001;
  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;
    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: 260px;
  height: 890px;
  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: 16px;
    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;
  width: 705px;
  height: 1px;
  background: #680001;
  opacity: 0.1;
}
.edit-profile-img {
    width: 180px;
    height: 180px;
    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 {
    align-items: center;
    padding: 20px 0px;
  display: flex;
  gap: 15px;
}

/* 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: 125px 0px 5px 0px;
}

  .step-image{
        width: 60px;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    }

/*==================== register page responsive==============*/
