body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.logo-main {
  color: #c91f1f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.logo-tag {
  color: #f6f6f6;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
}

.btn-outline-light {

  font-size: 14px;
    font-weight: 600;
    background: #6D5E63;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
}

.btn-outline-light:hover{
  background: #6D5E63;
  color: #fff;
}


.btn-signup {
  background: #368D87;
    padding: 12px 25px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.btn-signup:hover {
  background: #22a29a;
  border-color: #22a29a;
  color: #fff;
}

.hero-section {
  
}

.desk-banner{
  width: 100%;
}

img.mbile-banner {
  display: none;
}



/* Header */
.about-sh2-header {
  background-color: #6db4ad;
}

/* Breadcrumb */
.about-sh2-breadcrumb {
  background: #f5f5f5;
  color: #777;
}

/* Main Section */
.about-sh2-main {
  background: #f5f5f5;
}
/* Title */
.about-sh2-title {
  font-weight: 600;
  font-size: 28px;
}

.about-sh2-title span {
  color: #c62828;
}

/* Divider */
.about-sh2-divider {
  height: 2px;
  background: #ddd;
  position: relative;
}

.about-sh2-divider::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #c62828;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
}

/* Lead Text */
.about-sh2-lead {
  font-size: 19px;
  font-weight: 700;
  color: #777576;
}

/* Paragraph */
.about-sh2-text {
  color: #666;
  font-size: 14px;
}

/* Blocks */
.about-sh2-block {
  margin-top: 20px;
}

.about-sh2-block h5 {
  color: #c62828;
  font-weight: 600;
}

.about-sh2-block p {
  font-size: 14px;
  color: #555;
}

/* Footer */
.about-sh2-footer {
  background: #f8f8f8;
}

.about-sh2-footer h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

.about-sh2-footer ul {
  list-style: none;
  padding: 0;
}

.about-sh2-footer ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}

/* Footer Bottom */
.about-sh2-footer-bottom {
  background: #c62828;
  color: #fff;
  font-size: 14px;
}





@media (max-width: 767.98px) {
  img.mbile-banner {
    display: block;
    width: 100%;
  }

  .desk-banner{
   display: none;
  }
  

}





.hero-content {
  color: #fff;
  max-width: 520px;
}

.hero-content h1 {
  font-size: 2rem;
  font-weight: 700;
}

.hjhn {
  background: #FF716F;
  border-radius: 6px;
  padding: 10px 15px 8px 10px;
  display: table;
  margin: auto;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  margin-top: 6px;
}



.content-section p {
  color: #000;
  font-size: 17px;
  line-height: 34px;
}
.section-title {
  color: #b71c1c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.browse-profiles-section {
  background: #ffffff;
}

.browse-title {
  color: #D20200;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 8px;
}

.browse-arrow {
  border: 0;
  background: transparent;
  color: #2f8a7f;
  font-size: 28px;
  line-height: 1;
  padding: 0 6px;
}

.profile-card {
  border-radius: 8px;
  padding: 38px 14px 38px;
  background-color: #f8f8f8;
  box-shadow: 0px 2px 0px #e5e6e6;
}

.profile-card h5 {
  color: #5d5d5d;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
}

.profile-card p {
  color: #337ab7;
  font-size: 17px;
  line-height: 1.35;
  min-height: 90px;
  margin-bottom: 18px;
}

.profile-btn {
  min-width: 110px;
  background: #76c7c0;
  color: #337ab7;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 18px;
  box-shadow: 0 4px 0 #62b9b0;
}

.profile-btn:hover {
  background: #56b7b2;
  color: #fff;
}

.articles-section {
  background: #fff;
}

.article-card,
.idea-card,
.feature-box {
  background: #fff;
}

.article-title {
  text-align: center;
  color: #505050;
  font-style: italic;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 14px;
}

.article-card img,
.idea-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

.article-card p,
.idea-card p,
.feature-box p {
  font-size: 17px;
  line-height: 1.45;
  color: #242424;
}

.article-link {
  color: #337899;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  float: right;
}

.article-link:hover {
  color: #23617f;
}

.members-section {
  background: #fff;
}

.members-title {
  color: #b20f15;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 6px;
}

.member-info {
  padding: 8px 10px 0;
}

.member-icon {
  width: 260px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 4px;
}

.member-info p {
  color: #000000;
  font-size: 17px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 96%;
}

.first-date-section {
  background: #fff;
}

.first-date-title {
  color: #a90d13;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.first-date-card {
  border-radius: 10px;
  padding: 14px;
  background-color: #f8f8f8;
  box-shadow: 0px 2px 0px #e5e6e6;
}
.first-date-card p {
  color: #1d1d1d;
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.first-date-card img {
  width: 100%;
  object-fit: cover;
}

.best-matrimony-section {
  background: #f3f3f3;
}
.best-matrimony-content {
  max-width: 980px;
}

.best-matrimony-title {
  color: #D20200;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 14px;
}

.best-matrimony-content p {
  color: #666;
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0;
}

.best-brand {
  color: #a51419;
  font-weight: 700;
  font-style: italic;
  margin-right: 4px;
}

.feature-icon {
  font-size: 2.2rem;
}

.site-footer {
  background: #f3f3f3;
}

.footer-top {
  background: #f3f3f3;
}

.footer-heading {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
}

.footer-heading::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 8px;
  background: #b61218;
}

.footer-about {
  color: #555;
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li::before {
  content: "›";
  color: #909090;
  margin-right: 8px;
}

.footer-links a {
  color: #555;
  font-size: 17px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #aa1016;
}

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #b40000;
  text-decoration: none;
  font-weight: 700;
}

.footer-bottom {
  background: #b40000;
}

.follow-label {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-copy {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.footer-logo {
  color: #f4ccb2;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .logo-main {
    font-size: 1.5rem;
  }

  .hero-section {
    min-height: 65vh;
  }

  .hero-content h1 {
    font-size: 1.55rem;
  }

  .browse-title {
    font-size: 1.5rem;
  }

  .profiles-wrapper {
    gap: 8px;
  }

  .browse-arrow {
    font-size: 1.4rem;
    padding: 0;
  }

  .profile-card h5 {
    font-size: 1rem;
  }

  .profile-card p {
    font-size: 0.85rem;
    min-height: auto;
  }

  .article-title {
    font-size: 1.2rem;
  }

  .article-card img {
    height: 180px;
  }

  .article-card p {
    font-size: 1rem;
  }

  .article-link {
    float: none;
    font-size: 1rem;
  }

  .members-title {
    font-size: 1.1rem;
  }

  .member-icon {
    width: 88px;
    height: 88px;
  }

  .member-info p {
    font-size: 1rem;
    max-width: 100%;
  }

  .first-date-title {
    font-size: 1.2rem;
  }

  .first-date-wrapper {
    gap: 8px;
  }

  .first-date-card p {
    font-size: 0.95rem;
  }

  .first-date-card img {
    height: 175px;
  }

  .best-matrimony-title {
    font-size: 1.35rem;
  }

  .best-matrimony-content p {
    font-size: 0.95rem;
    text-align: left;
  }

  .footer-about,
  .footer-links a,
  .follow-label {
    font-size: 0.95rem;
  }

  .footer-heading {
    font-size: 1rem;
  }

  .footer-copy {
    font-size: 0.8rem;
  }

  .footer-logo {
    font-size: 1.4rem;
  }
}
