/*
Template Name: Matrimonial
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************center_h****************/
/* Top above-image like lifepartner.in */
.top-banner {
  width: 100%;
  margin: 0;
  padding: 0;
}
.top-banner .row.banner {
  margin: 0;
  padding: 0;
  height: 550px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width : 767px){
  .top-banner .row.banner {
    height: 280px;
    background-position: center;
  }
}

/* ===== Homepage professional layout ===== */
.home-welcome {
  background: linear-gradient(180deg, #faf6f2 0%, #ffffff 100%);
  padding: 2.5rem 0 2rem;
}
.home-welcome__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.home-welcome__salam {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a7a70;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}
.home-welcome__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #2c211c;
  margin-bottom: 1rem;
}
.home-welcome__title span {
  color: #ED1C24;
}
.home-welcome__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.home-welcome__whatsapp,
.home-welcome__register {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
}
.home-welcome__whatsapp {
  background: #25d366;
  color: #fff !important;
}
.home-welcome__whatsapp:hover { background: #1ebea5; color: #fff !important; }
.home-welcome__whatsapp i { font-size: 1.25rem; }
.home-welcome__register {
  background: #ED1C24;
  color: #fff !important;
}
.home-welcome__register:hover { background: #C41018; color: #fff !important; }
.home-welcome__text {
  color: #4d433c;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}
.home-welcome__text a {
  color: #ED1C24;
  font-weight: 600;
}

.home-section,
.home-payments {
  padding: 2.5rem 0;
}
.home-section--alt {
  background: #faf6f2;
}
.home-section__head {
  margin-bottom: 1.5rem;
}
.home-section__head h2 {
  color: #2c211c;
}

.profile-card {
  background: #fff;
  border: 1px solid #eadfd6;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.profile-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(60, 35, 20, 0.1);
}
.profile-card__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center top;
  background: linear-gradient(180deg, #f3ebe4 0%, #e8d9cb 100%);
  padding: 0;
  display: block;
}
.profile-card__media {
  position: relative;
  overflow: hidden;
  background: #f3ebe4;
}
.card .card-img-top {
  height: 210px !important;
  object-fit: cover;
  object-position: center top;
  background: linear-gradient(180deg, #f3ebe4 0%, #e8d9cb 100%);
}
.profile-card__body {
  padding: 0.9rem;
  text-align: center;
}
.profile-card__body h5 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  color: #2c211c;
}
.profile-card__body h5 small {
  font-size: 0.78rem;
  color: #8a7a70;
  font-weight: 500;
}
.profile-card__body p {
  font-size: 0.84rem;
  margin-bottom: 0.35rem;
  color: #5a5048;
}
.profile-card__addr {
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-profile {
  background: #ED1C24;
  border-color: #ED1C24;
  color: #fff;
  margin-top: 0.35rem;
}
.btn-profile:hover {
  background: #C41018;
  border-color: #C41018;
  color: #fff;
}

.home-profile-slider .carousel-control-prev,
.home-profile-slider .carousel-control-next {
  width: 40px;
  opacity: 0.85;
}
.home-profile-slider .carousel-control-prev-icon,
.home-profile-slider .carousel-control-next-icon {
  filter: invert(1) grayscale(1);
  background-color: rgba(44, 33, 28, 0.35);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-size: 60% 60%;
}

.home-payments {
  background: #fff;
}
.home-payments__note {
  max-width: 760px;
  margin: 0.35rem auto;
  color: #5a5048;
}
.payment-box {
  background: #faf6f2;
  border: 1px solid #eadfd6;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
}
.payment-box h3 {
  font-size: 1.35rem;
  margin: 0.75rem 0 0.5rem;
  color: #2c211c;
}
.payment-box p {
  margin: 0;
  color: #5a5048;
}

/* ===== Full-width professional footer ===== */
.site-footer {
  background: #000000;
  color: #f3ebe4;
  padding: 3rem 0 0;
  margin-top: 0;
}
.site-footer a { color: #f3ebe4; }
.site-footer a:hover { color: #ED1C24; }
.site-footer h5 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}
.site-footer__brand a {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}
.site-footer__brand a span {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 0.95rem;
  font-weight: 400;
  color: #ED1C24;
}
.site-footer__brand > p {
  color: #d7cbc1;
  margin-bottom: 1rem;
}
.site-footer__contact,
.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__contact li,
.site-footer__links li {
  margin-bottom: 0.55rem;
  color: #d7cbc1;
  font-size: 0.92rem;
}
.site-footer__contact i {
  width: 1.2rem;
  margin-right: 0.35rem;
}
.site-footer__desk p {
  margin-bottom: 0.45rem;
  color: #d7cbc1;
  font-size: 0.92rem;
}
.site-footer__cta {
  display: inline-block;
  margin-top: 0.75rem;
  background: #ED1C24;
  color: #fff !important;
  padding: 0.55rem 1.1rem;
  border-radius: 6px;
  font-weight: 600;
}
.site-footer__cta:hover { background: #C41018; color: #fff !important; }
.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 2rem;
  padding: 1rem 0 1.25rem;
  font-size: 0.88rem;
  color: #cbbfb5;
}
.site-footer__social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__social li {
  display: inline-block;
  margin-left: 0.45rem;
}
.site-footer__social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #fff;
}
.site-footer__social a:hover {
  background: #ED1C24;
  border-color: #ED1C24;
  color: #fff;
}

.carousel-caption{
background-color: rgba(0,0,0,.4)!important;
bottom:70px;
left:0;
color:#fff;
width:40%;
text-align:center;
left:30%;
padding:20px;
 }
.carousel-caption1{
left:57%;
 }
.carousel-caption2{
left:5%;
 }
.center_home .carousel-indicators{
bottom:20px; 
 }
/*********************center_h_end****************/

/*********************about_h****************/
.social_tag li a{
	border:1px solid #ED1C24;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ED1C24;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	transition: 0.3s;
 }
.social_tag li a:hover{
	border:1px solid #ED1C24;
	background:#ED1C24;
	color:#fff;
 }

.about_hm2{
top:0;
left:-5%; 
 }
.about_hm3{
bottom:0;
right:-5%; 
 }
.about_hm4{
bottom:40%;
right:-5%; 
 }
/*********************about_h_end****************/


/*********************attend****************/
.attend_1m{
padding:50px 50px;
border-radius:50% 50% 0 0; 
 }
.attend_1m .form-control{
border-top:0; 
border-left:0; 
border-right:0; 
 }
.attend_1m .form-select{
border-top:0; 
border-left:0; 
border-right:0; 
 }
.attend_1l{
padding-top:150px; 
 }
/*********************attend_end****************/

/*********************bride****************/

#bride .about_h1l {
width:75%; 
margin-top:12%;
margin-left:12%;
 }
/*********************bride_end****************/



@media screen and (max-width : 767px){
.carousel-caption{
padding:30px 15px 70px 15px;
position:static!important;
width:100%;
background:#333!important;
 }
.carousel-caption1{
left:0%;
 }
.carousel-caption2{
left:0%;
 }
.center_home .carousel-indicators{
bottom:15px; 
 }
.carousel-control-prev{
 display:none;
 }
.carousel-control-next{
 display:none;
 }


.center_home  p{
text-align:left;
font-size:14px;
}
.center_home  br{
display:none;
}
.center_home .font_60{
font-size:32px;
}
.center_home  .button{
padding:10px 15px;
}
.about_hm2{
display:none; 
 }
.about_hm3{
display:none; 
 }
.about_hm4{
display:none; 
 }
.about_h1r{
text-align:center!important; 
 }
.about_h1r p{
text-align:left; 
 }
.about_h1l {
margin-top:15px;
margin-bottom:15px; 
 }
.attend_1l {
padding-top:0;
}
.attend_1m {
    padding: 20px 15px;
    border-radius:0;
	margin-top:15px;
	margin-bottom:15px;
}
.bride_1i{
margin-top:15px;
margin-bottom:15px; 
 }
.attend_1l{
display:none;
 }
.bride_1i2n  h1{
font-size:36px; 
 }
.bride_1i2n  h6{
font-size:24px; 
 }
 }


@media (min-width:576px) and (max-width:767px) {
.carousel-caption{
bottom:50px;
 }
 }
 
@media (min-width:768px) and (max-width:991px) {
.center_home img{
min-height:800px; 
 }
.center_home .font_60{
font-size:36px;
}
.about_hm2 img{
width:100px;
height:100px; 
 }
.about_hm3 img{
width:100px;
height:100px; 
 }
.about_hm4 img{
width:100px;
height:100px;
 }
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
.attend_1m {
    padding: 20px 15px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
min-height:800px; 
 }
.about_hm2 img{
width:130px;
height:130px; 
 }
.about_hm3 img{
width:130px;
height:130px; 
 }
.about_hm4 img{
width:130px;
height:130px;
 }
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
 }
@media (min-width:1201px) and (max-width:1280px) {
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
.about_hm2 img{
width:130px;
height:130px; 
 }
.about_hm3 img{
width:130px;
height:130px; 
 }
.about_hm4 img{
width:130px;
height:130px;
 }
 }
@media (min-width:1400px) and (max-width:2000px) {
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
 }




/* ===== Brand logo (Momeen Nikah) ===== */
.brand-nav {
  border-bottom: 2px solid #ED1C24;
}
#header .navbar-brand.brand-logo,
#header .brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  line-height: normal !important;
  font-size: inherit !important;
  height: auto !important;
  max-height: none !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
#header .brand-logo span {
  margin-left: 0 !important;
}
#header .brand-logo__img,
.brand-logo__img {
  display: block !important;
  height: 78px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #ED1C24 !important;
}
.site-footer__logo {
  display: block !important;
  height: 100px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  margin-bottom: 0.75rem;
  background: #fff;
  border-radius: 8px;
  padding: 0.35rem 0.5rem;
}
.site-footer__cta,
.btn-profile,
.home-welcome__register {
  background: #ED1C24 !important;
  border-color: #ED1C24 !important;
  color: #fff !important;
}
.site-footer__cta:hover,
.btn-profile:hover,
.home-welcome__register:hover {
  background: #C41018 !important;
  border-color: #C41018 !important;
  color: #fff !important;
}
.home-welcome__title span {
  color: #ED1C24 !important;
}
@media screen and (max-width : 767px){
  #header .brand-logo__img,
  .brand-logo__img {
    height: 58px !important;
    max-width: 150px !important;
  }
}

/* ===== Inner page hero ===== */
.page-hero {
  background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
  border-bottom: 1px solid #f0d0d0;
  padding: 2.2rem 0 1.6rem;
}
.page-hero__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #111;
  margin: 0.25rem 0 0.6rem;
}
.page-hero__breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0 0 0.4rem;
}
.page-hero__breadcrumb li {
  display: inline-block;
  font-size: 0.9rem;
  color: #666;
}
.page-hero__breadcrumb a {
  color: #ED1C24;
  font-weight: 600;
}
.page-hero__breadcrumb .sep {
  margin: 0 0.4rem;
  color: #bbb;
}
.page-hero__breadcrumb .current {
  color: #111;
  font-weight: 600;
}
.page-hero__count {
  margin: 0.35rem 0 0;
  color: #777;
  font-size: 0.92rem;
}

.home-welcome__subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 700;
  color: #111;
  letter-spacing: 0.04em;
  margin: 0 0 1rem;
}
.home-welcome__text p {
  margin-bottom: 0.85rem;
  color: #4d433c;
  line-height: 1.75;
  text-align: left;
}
.about-content {
  text-align: center;
}
.about-content .home-welcome__text {
  margin-top: 0.5rem;
}

.home-payments {
  background: #fff5f5;
  border-top: 1px solid #f0d0d0;
  padding: 2.2rem 0;
}
.home-payments__note {
  max-width: 820px;
  margin: 0.6rem auto 0;
  color: #444;
  line-height: 1.7;
}
.site-footer__pay-note {
  margin-top: 0.85rem;
  font-size: 0.86rem;
  color: #d7cbc1;
  line-height: 1.55;
}
.site-footer__pay-note b {
  color: #ED1C24;
}

.terms-box {
  background: #fff;
  border: 1px solid #f0d0d0;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
}
.terms-box__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 1.25rem;
}
.terms-box__subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #ED1C24;
  text-align: center;
  margin: 1.75rem 0 1rem;
}
.terms-list {
  padding-left: 1.2rem;
  margin: 0;
}
.terms-list li {
  margin-bottom: 0.9rem;
  color: #444;
  line-height: 1.7;
  font-size: 0.98rem;
}
.terms-box p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 0.9rem;
}
