/* Keyword pages css start */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #6d6e6f;

}

:root {
    --primary: #FD2C78;
    --hov-primary: #F96332;
    --soft-primary: rgba(249, 99, 50, 0.15);
    --secondary: #FD655B;
    --soft-secondary: rgba(253, 101, 91, 0.15);
}

.text-primary-grad {
    background: rgb(253, 41, 123);
    background: -moz-linear-gradient(0deg, rgba(253, 44, 120, 1) 0%, rgba(253, 101, 91, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(253, 44, 120, 1) 0%, rgba(253, 101, 91, 1) 100%);
    background: linear-gradient(0deg, rgba(253, 44, 120, 1) 0%, rgba(253, 101, 91, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary,
.bg-primary-grad {
    background: rgb(253, 41, 123);
    background: -moz-linear-gradient(225deg, rgba(253, 44, 120, 1) 0%, rgba(253, 101, 91, 1) 100%);
    background: -webkit-linear-gradient(225deg, rgba(253, 44, 120, 1) 0%, rgba(253, 101, 91, 1) 100%);
    background: linear-gradient(225deg, rgba(253, 44, 120, 1) 0%, rgba(253, 101, 91, 1) 100%);
}

.fill-dark {
    fill: #4d4d4d;
}

.fill-primary-grad stop:nth-child(1) {
    stop-color: rgba(253, 101, 91, 1);
}

.fill-primary-grad stop:nth-child(2) {
    stop-color: rgba(253, 44, 120, 1);
}






.keyword-one {
    padding: 30px;
}

.supplyment img {
    transition: transform 0.2s ease;
}

.supplyment:hover img {
    transform: scale(1.03);
}

.pers-img {
    width: 100%;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.f-sz {
    font-size: 30px !important;
    color: rgb(253 84 98);
    padding-bottom: 15px;
    font-weight: 600;
}

.key-1 {
    margin-top: 20px;
    color: rgb(253 84 98);
    font-weight: 600;
}

.spending {
    padding-left: 0px;
    list-style: none;
}

.spending i {
    color: rgb(253 84 98);
    margin-right: 10px;
}

.unset {
    padding-left: 0px;
    list-style: none;
}

.unset i {
    margin-right: 10px;
    color: rgb(253 84 98);
}

.unset i:hover {
    color: #2095AE;
}

.affor {
    color: rgb(83, 82, 82);
}

.section-set {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 15px;
    padding: 15px;
}

.section-set i {
    margin-right: 7px;
}

.li-design li {
    background-color: #80808029;
    border-left: 5px solid rgb(253 84 98);
    height: 47px;
    margin-bottom: 10px;
    list-style: none;
    border-radius: 15px;
    padding: 10px;
    line-height: 25px;
    font-size: 14px;
}

.li-design {
    background-color: white;
}

.key-side a {
    text-decoration: none;
    line-height: normal;
}

.key-side {
    padding-left: 0px;
}

.key1 {
    transition: transform 0.2s ease;
}

.key1:hover {
    transform: scale(1.03);
}

.list-inline-item {
    display: inline-block;
}

.text-reset {
    color: inherit !important;
    font-size: 13px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.opacity-60 {
    /* opacity: 0.6 !important; */
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.nav-help {
    padding-right: 30px;
}

.position-relative {
    position: relative !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding-top: 20px;
    height: 70px;
}

/* .d-inline-block {
    display: inline-block !important;
} */
.mb-n1,
.my-n1 {
    /* margin-bottom: -.25rem !important; */
    /* padding-right: 20px; */
    font-weight: 600;
}

.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    /* background: url(images/key-banner.png); */
    background: linear-gradient(rgb(239 130 135 / 88%), rgb(229 218 218 / 15%)), url(images/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
    width: 100%;
    height: 450px;
}

.text-justify {
    text-align: justify;
}



/* Services Section */
.services-section {
    /* padding: 50px 0; */
    background-color: #f4f5f5;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 0 20px;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #fd5462;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(176, 10, 30, 0.1);
}

.service-card h3 {
    color: #6d6e6f;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.service-card p {
    color: #666;
    margin-bottom: 20px;
}

.service-icon {
    font-size: 2.5rem;
    color: #cc0066;
    margin-bottom: 15px;
}

/* CTA Section */
.cta-section {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #fd5462, #d32f2f);
    border-radius: 10px;
    color: white;
}

.cta-section h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #fd5462;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.cta-btn:hover {
    background: transparent;
    color: white;
}

/* Testimonial Section */
.testimonial-section {
    margin-top: 50px;
    text-align: center;
}

.testimonial-section h2 {
    color: #fd5462;
    margin-bottom: 30px;
}

.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: none;
}

.testimonial.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
    color: #555;
}

.testimonial-author {
    font-weight: 600;
    color: #fd5462;
}

.testimonial-nav {
    margin-top: 20px;
}

.testimonial-nav button {
    background: #e4b363;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease;
}

.testimonial-nav button:hover {
    background: #fd5462;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .header h1 {
        font-size: 2rem;
    }

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

    .cta-section h2 {
        font-size: 1.5rem;
    }
}

/* Why Choose Us Section */
.section-title {
    text-align: center;
    margin: 60px 0 40px;
}

.section-title h2 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: var(--primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.feature-card {
    background: #fd406d;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    color: #ffffff;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 50px;
    color: var(--primary);
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--dark);
    font-weight: 600;
}

.list-marriege {
    border: 2px solid #f9aad1;
    border-radius: 0 30px 0 30px;
    padding: 20px;
    background: #f9aad1;
    color: #746f6f;
    font-size: 22px;
    font-weight: 600;
    list-style: none;
    text-align: center;
}

.under-famil {
    padding-bottom: 10px;
}



.section-padding {
    padding: 20px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-padding {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 60px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 0px 10px;
    }
}

.blue-bg {
    background: #9b034f;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.section-title-1 {
    position: relative;
    margin-bottom: 20px;
}

.section-title-1 h2 {
    font-size: 30px;
    font-weight: 400;
    /* line-height: 55px; */
    margin-bottom: 15px;
    margin-top: 15px;
    color: #1d2143;
}

.section-title-1 h6 {
    color: #CACACA;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.programe-wrapper {
    background: #fff;
    position: relative;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
}

.programe-inner {
    text-align: center;
    padding: 20px 0px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.programe-inner.bor-rgt-no {
    border-right: 0;
}

.programe-inner h5 {
    margin: 30px 0 10px;
}

.programe-inner:nth-last-child(4) {
    border-right: none;
}

.pro-fess li{
    list-style: none;
    font-size: 20px;
    font-weight: 600;
}
.icon-all i{
padding-right: 7px;
    color: #cc0066;
}
.why-choose-us {
    background-color: #f4f5f5;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.para-c {
    color: #6d6e6f;
}
.finding {
    color: #ffffff;
}
.verified li{
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 2;
}
.punjab-list i{
padding-right: 10px;
    color: #fd5462;
}
.community {
    border-radius: 10px;
    background: #efe4ed;
    height: 100px;
}
.types-all {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.all-padding {
    padding: 10px;
}
.marrige {
    height: 100%;
    width: 100%;
}
.marrige img{
    height: 280px;
    /* width: 100%; */
}
.support {
    height: 100%;
    width: 100%;
}
.support img{
    height: 440px;
    width: 100%;
}
.brahmin {
    height: 100%;
    width: 100%;
}
.brahmin img{
    height: 315px;
    width: 100%;
}
.brahmin-image {
    height: 100%;
    width: 100%;
}
.brahmin-image img{
    height: 440px;
    width: 100%;
}
.verifird-img {
    height: 100%;
    width: 100%;
}
.verifird-img img{
    height: 300px;
    width: 100%;
}
.christian {
    height: 100%;
    width: 100%;
}
.christian img{
    height: 530px;
    width: 100%;
}
.veri-fied {
    height: 100%;
    width: 100%;
}
.veri-fied img{
    height: 260px;
    width: 89%;
}
.pun-jabi {
    height: 100%;
    width: 100%;
}
.pun-jabi img{
        height: 343px;
    width: 90%
}
.sndhi-image {
    height: 100%;
    width: 100%;
}
.sndhi-image img{
    height: 300px;
    width: 100%;
}
.sindhi-marrige {
    height: 100%;
    width: 100%;
}
.sindhi-marrige img{
    height: 580px;
    width: 100%;
}
.breadcrumb-item a{
color: #ffffff;
}
.agr {
    color: #ffffff !important;
}
.marrige-list a{
color: #000;
}


/* Dropdown container */
.dropdown-container {
    position: relative;
    display: inline-block;
        padding-top: 11px;
        padding-left: 15px;
}
.dropdown-menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    min-width: 331px;
    right: -80px;
}
.dropdown-menu li {
    padding: 8px 15px;
}
.dropdown-menu li a {
    display: block;
    color: #333;
    text-decoration: none;
}
.dropdown-menu li:hover {
    background: #f5f5f5;
}
.dropdown-toggle{
    color: #fd5663;
}
.contact-all {
        color: #fd2c78;
}
.fs-14 {
    font-size: 14px;
}






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

    .keyword-one {
        padding: 15px;
    }

    .pers-img {
        width: 100%;
        height: auto !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .f-sz {
        font-size: 23px !important;
        color: rgb(253 84 98);
        text-align: justify;
    }
    .bg-breadcrumb {
    height: 255px;
}
.li-design li {
    height: 65px;
}
.marrige img {
    height: auto;
    width: 100%;
}
.support img {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}
.brahmin img {
    height: auto;
    width: 100%;
}
.brahmin-image img {
    height: auto;
    width: 100%;
     padding-bottom: 20px;
}
.verifird-img img {
    height: auto;
    width: 100%;
}
.christian img {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}
.veri-fied img {
    height: auto;
    width: 100%;
}
.pun-jabi img {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}
.sndhi-image img {
    height: auto;
    width: 100%;
}
.sindhi-marrige img {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}
.justify-content-between {
    height: 140px;
}
.pro-fess li {
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}
}



/*footer*/
.aiz-footer {
    background: #151c29;
    padding-top: 70px;
}

.aiz-front-widget .title {
    color: #717b8c;
}
.aiz-footer .menu a {
    color: #cfd3da;
}
.aiz-footer p {
    color: #cbcdd2;
}

/*copyright*/
.aiz-footer-copyright {
    border-top: 1px solid #283244;
}


/* FAQ and Funnel css start */
/* onnn */
.ptb-20 {
	padding-top: 10px;
	padding-bottom: 30px;
    color: #000000;
    font-weight: 600;
}


.brochures-prgs {
	cursor: pointer;
	border-top: 4px solid #fd5462;
	;
	border-left: 3px solid #fd5462;
	;
	padding: 11px;
	color: #373333;
	border-radius: 9px;
	background: #d3d3d336;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}

.disp {
	display: none;
	padding: 20px;
}


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

.brochures-prgs .fa {
	font-size: 18px;
	right: 0;
	position: absolute;
	padding: 10px;
	border-radius: 6px;
	margin-top: -7px;
	margin-right: 6px;
	background: #fd5462;
	color: #fff;
}

.trin-trin {
	animation-name: trin;
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes trin {
	from {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	20%,
	32%,
	44%,
	56%,
	68% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	23%,
	35%,
	47%,
	59%,
	71% {
		transform: rotate3d(0, 0, 1, 12deg);
	}

	26%,
	38%,
	50%,
	62%,
	74% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	29%,
	41%,
	53%,
	65%,
	77% {
		transform: rotate3d(0, 0, 1, -12deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

/* onnn */

/* -funnels-Css--- */
/*mobile footer css starts*/

.navbar-footer a {
	float: left;
	display: none;
	width: 25%;
	color: #fff;
	text-align: center;
	padding: 25px 22px 38px 20px;
	text-decoration: none;
	font-size: 21px;
	/* margin-right: 22px;
    margin-left: 21px; */
}

.navbar-footer a:hover {
	background: #F1F1F1;
	color: black;
}

.w_app>i {
	color: #fff;
}

.w_app {
	background-color: #28A745;
}

.e_mail>i {
	color: #fff;
}

.e_mail {
	background-color: #DC3545;
}

.ems_call>i {
	color: #fff;
}

.ems_call {
	background-color: #007BFF;
}

.ems_enquiry>i {
	color: #fff;
}

.ems_enquiry {
	background-color: #FFC107;
}

.upside {
	display: none;
}

.mobile-hidden i {
	color: white;
}

@media screen and (min-width :315px) and (max-width :768px) {
	.upside {
		display: block;
	}

	.funnal-mobile {
		display: none !important;
	}

	.mobile-footer {
		display: block !important;
	}

	.social-mobile li a .fa {
		display: none;
	}

	.navbar-footer {
		overflow: scroll;
		z-index: 9999999 !important;
		background-color: #ccc;
		position: fixed;
		bottom: -16px;
		width: 100%;
	}

	.navbar-footer a:hover {
		background: #f1f1f1;
		color: black;
	}

	.main {
		padding: 0px;
		margin-bottom: 54px;
	}

	.navbar-footer {
		display: block !important;
	}

}

.mobile-hidden a {
	font-size: 16px;
}
.matrimony-key {
    text-decoration: none;
}

/* mobile footer css end*/
@media only screen and (max-width:768px) {


	.mobile-hidden {
		display: none !important;
	}

	.tab {
		margin: 4px 4px !important;
	}

	.brochures-prgs .fa-plus {
		margin-right: 30px !important;
	}
}

/* Funnel css start */
.btn-success {
	color: #fff !important;
	background-color: #5cb85c;
	border-color: #4cae4c;
	padding: 15px 30px;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-danger {
	color: #fff !important;
	background-color: #d9534f;
	border-color: #d43f3a;
	padding: 15px 30px;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-warning {
	color: #fff !important;
	background-color: #f0ad4e;
	border-color: #eea236;
	padding: 15px 30px;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

/* .btn-primary {
      color: #fff!important;
      background-color: #0084bd;
      border-color: #0d668d;
      padding: 15px 30px;
    }
    .btn-primary:hover {
      color: #fff;
      background-color: #0d668d;
      border-color: #204d74
    } */
.pb-20 {
	padding-top: 10px;
	padding-bottom: 30px;
}


/* -funnels-Css-Ends--- */
/* FAQ and Funnel css end */


.compat {
    padding-top: 25px !important;
}
.christian-i {
    padding-top: 22px;
}

.social-links {
        display: flex;
    justify-content: center;
    gap: 20px;
        padding-top: 15px;
}
.social-links a {
    text-decoration: none;
    color: white;
    padding: 6px 14px;
    border-radius: 50%;
    font-size: 14px;
    transition: background-color 0.3s;
    width: 38px;
    height: 38px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 0px solid;
    background: #fd5366;
}
.colour-all {
    color: #fd5366;
    padding-right: 5px;
}
.add-call {
    line-height: 2rem;
    font-size: 14px;
}
.b-all {
    font-weight: 700;
}

/* Enquiry css */
.form-group {
  padding-top: 25px;
}
.contact-form .form-group button {
  margin-top: 0;
}


.social-all {
    text-decoration: none;
    color: white;
    padding: 6px 14px;
    /* border-radius: 50%; */
    /* font-size: 14px; */
    transition: background-color 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 0px solid;
    background: #fd5366;
}

.form-s {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*onload pop up image and enquiry section start*/
#initialPopup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1050; /* above other content */
    }
    #popupContent {
      background: #fff;
      padding: 24px 14px 14px 14px;
      border-radius: 10px;
      text-align: center;
      position: relative;
    }
    #popupContent img {
      max-width: 100%;
      height: auto;
      cursor: pointer;
      border-radius: 8px;
    }
    /* Hide initial popup after close */
    body.loaded #initialPopup {
      display: none;
    }
    .popup-close{
        margin-top: 1px !important;
        margin-right: 4px !important;
    }
    .modal-title {
        color: #fd3275;
    }
    .modal.show .modal-dialog {
        margin-top: 58px;
    }
    @media only screen and (max-width:768px) {
        #popupContent {
            margin: 20px;
        }
        .modal.show .modal-dialog {
            margin: 70px 16px 16px 16px;
        }
    }
/*onload pop up image and enquiry section closed*/


