/* Own Css Start Here */


.social-icons-wrapper.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 5px;
    width: max-content;
}
.social-icons-wrapper.grid span.grid-item {
    display: inline-block;
    width: max-content;
}
a.social-icon {
    background-color: #02010100;
    --icon-padding: 0.8em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF2E;
    padding: 6px;
    display: block;
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
.social-icons-wrapper.grid svg {
    fill: #fff;
    position: relative;
    top: -6px;
}
.site-branding .row {
    align-items: center;
    width: 100%;
}
.call {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.call-icon i {
    color: #EC1D29;
    font-size: 28px;
}
.call h3.section-subtitle {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    margin-bottom: 0;
}
.call a {
    color: #fff;
    text-decoration: none;
}
.call a h2.heading--title {
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 3px;
}
.top-footer {
    background-color: #F09204;
    padding: 100px 0 60px;
}
.white-bg {
    background-color: #fff;
    padding: 35px 25px;
}
.white-bg p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins';
    margin-bottom: 0;
    margin-top: 15px;
}
.footer-content h2 {
    color: #fff;
    padding: 0px 0px 5px 0px;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    width: max-content;
    margin-bottom: 25px;
}
.footer-content ul.icon-list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-content ul.icon-list-items li a, .footer-content ul.icon-list-items li {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 16px;
}
.footer-content ul.icon-list-items li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-content p {
    color: #fff;
    font-family: 'Poppins';
}
.footer-content span.icon-list-icon svg {
    fill: #CE1017;
}
.footer-content li.icon-list-item {
    display: flex;
    align-items: center;
	gap: 10px;
}
.footer-content li.icon-list-item span.icon-list-icon {
    width: 12px;
}
.bottom-footer {
    background-color: #CE1017;
    padding: 10px 0;
}
.Copyright {
    text-align: right;
    font-family: 'Poppins';
    color: #fff;
}
.bottom-footer .row {
    align-items: center;
}


.star-rating p {
    font-family: 'Poppins';
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.e-rating-wrapper {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.e-rating-wrapper .e-icon svg {
    fill: #CE1017;
    height: 13px;
}
.star-rating {
    width: 35%;
}
.trusted-by {
    width: 65%;
}
.section-two .row {
    width: 65%;
    margin-left: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.15);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 50px;
}
.section-two {
    margin-top: -90px;
    z-index: 9;
    position: relative;
}
.trusted-by h2 {
    font-family: 'Poppins';
    font-size: 28px;
    color: #000;
}
.section-three .row{
	gap:55px;
}
.experience {
    box-shadow: 0px 30px 50px 15px rgba(0, 0, 0, 0.15);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #fff;
}
.experience h2 {
    color: #F09204;
    margin: 0px 0px 0px 0px;
    font-family: 'Poppins';
    font-size: 90px;
    font-weight: 900;
    line-height: 1.2em;
}
.experience p {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
.about-us .heading__description p {
    font-size: 16px;
    color: #888888;
    line-height: 26px;
}	
.progess ul.icon-list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.progess ul.icon-list-items li.icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 8px;
    font-family: 'Poppins';
}
.progess ul.icon-list-items li.icon-list-item svg {
    height: 15px;
    position: relative;
    top: -6px;
    fill: #F09204;
}
.progess ul.icon-list-items li.icon-list-item span.icon-list-icon {
    height: 15px;
}
.section-three {
    padding: 100px 0;
}
.progress {
    height: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #F09204;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar {
	 width: 0;
	 animation: progress 1.5s ease-in-out forwards;
}
 .progress-bar .title {
	 opacity: 0;
	 animation: show 0.35s forwards ease-in-out 0.5s;
}
 @keyframes progress {
	 from {
		 width: 0;
	}
	 to {
		 width: 100%;
	}
}
 @keyframes show {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 
 .rating-percentage span.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:5px;
}

.rating-percentage span.title h2 {
    font-family: 'Poppins';
    font-size: 17px;
    color: #000;
    margin: 0;
}
.rating-percentage span.title p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.dual-images {
    display: flex;
    align-items: center;
}
.big-image {
    margin-right: -50px;
    width: 55%;
}
.big-image img{
    border-radius:20px;
}
.short-image {
    width: 45%;
    border: 10px solid #fff;
    box-shadow: 0 0 5px 0 #ccc;
}
.section-three .second-row {
    gap: 0px;
    margin-top: 50px;
	align-items:center;
}
.img-text img {
    border-radius: 20px;
}
.img-text p {
    font-family: 'Poppins';
    color: #000;
    margin-top: 35px;
}
.section-four {
    background-color: #fff;
    padding: 100px 0;
}
.fs-3 {
        font-weight: 600;
    }
.section-four svg {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
hr.line {
    border: 3px solid #f09204;
    height: 0;
    width: 70px;
    opacity: 1;
    border-radius: 20px;
    margin-top: 7px;
}
.section-four h2.heading--title {
    margin-bottom: 20px;
}
.section-four .heading__description p {
    font-size: 15px;
}
.icon-box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #fff;
}
.icon-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #A5A5A524;
    margin-bottom: 30px;
}
.icon-text .icon svg {
    height: 50px;
    width: 50px;
    fill: #F09204;
}
.icon-text h2 {
    font-size: 54px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #A7A7A757;
    stroke: #A7A7A757;
    color: #000;
    font-family: 'Poppins';
}
.icon-box p {
    color: #888888;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0px 0px 0px 0px;
}
.post, .page {
    margin: 0px;
}
h3.section-subtitle {
    color: #f09204;
}
.section-four h2.heading--title {
    color: #fff;
}
.section-five {
    padding: 80px 0;
}
.section-five h3.section-subtitle {
    font-size: 24px;
    font-weight: 600;
}
.section-five h2 {
    color: #000;
    font-weight: 600;
}
.list-description {
    margin-top: 35px;
}

.list-description h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}
.list-description h4::after {
    content: '';
    position: absolute;
    background-color: #f09204;
    height: 5px;
    width: 80px;
    border-radius: 20px;
    left: 0;
    bottom: -12px;
}
.ideal-match {
    position: relative;
    padding-top: 80px;
}
.ideal-match .lets-begin {
    position: relative;
    max-width: 100%;
	bottom:0px;
}
.ideal-match .lets-begin .form-group .age {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ideal-match h2 {
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}
.testimonials {
    background-size: cover;
    padding: 100px 50px;
    background-position: center;
    position: relative;
}
.testimonials::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
	z-index:0px;
}
.review-slide {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    font-size: 15px;
}
.review-slide h2 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.review-slide h3 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.review-slide p {
    text-align: center;
    margin: 0;
    color: #000;
    margin-top: 15px;
    max-width: 500px;
    margin: auto;
    padding-bottom: 15px;
}
.testimonials .row > h2 {
    text-align: center;
    font-weight: 400;
    color: #fff;
    z-index: 9;
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.testimonials .container {
    position: relative;
}

.testimonials .swiper-button-prev, .testimonials .swiper-button-next {
    background-size: 10px;
    background-color: red;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    filter: brightness(24);
    top: 50%;
}

.testimonials .swiper-button-prev {
    left: -55px;
}

.testimonials .swiper-button-next {
    right: -55px;
}
@media(max-width:1400px){
	.section-three .container,
	.section-four .container,
	#colophon .container{
		max-width: 95%;
	}
	.section-three .row {
        gap: 0;
        justify-content: space-between;
    }
	.section-three .second-row{
		gap:0px;
	}
	.top-footer .row {
    gap: 0;
    justify-content: space-between;
}
	.bannerSection .overlay {
        width: 100%;
    }
}
@media(max-width:1200px){
	.section-three .container, .section-four .container, #colophon .container {
        max-width: 100%;
    }
	.icon-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-three .row .col-md-2 {
		width: 22%;
	}
}

@media(max-width:767px){
	.section-three .second-row {
    gap: 30px 0px;
    margin-top: 50px;
    align-items: center;
    text-align: center;
}
	.icon-box {
    margin-top: 50px !important;
}
	.dual-images {
    justify-content: space-between;
}
	.big-image {
    width: 70%;
}
	.jsr_hlp_drp_dwn2 {
    width: 290px!important;
}
.help-icons {
    padding: 0 0px 0 10px!important;
}
	.footer-content {
    padding-top: 0;
}
	.top-footer .row {
    gap: 30px;
    justify-content: space-between;
}
	.section-three .row .col-md-2 {
        width: 100%;
        margin-bottom: 40px;
    }
	
	.social-icons-wrapper.grid{
		margin: 0 auto;
	}
    .Copyright {
        text-align: center;
    }
}


.suggestionList .card {
  display: grid;
  grid-template-columns: 120px 1fr; /* left image, right details */
  gap: 20px;
  padding: 15px 20px;
  border-bottom: 1px solid #f1f1f1;
  transition: background 0.3s ease;
  align-items: flex-start;
}

.suggestionList .wrap-image {
  width: 120px;
  height: 140px;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggestionList .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.suggestionList .card-text {
  display: flex;
  flex-direction: column;
}

.suggestionList .card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.suggestionList .profile-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #374151;
}

.suggestionList .profile-info-list li {
  margin-bottom: 4px;
}

.suggestionList a {
  color: #f09204;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
  text-decoration: none;
}

.suggestionList a:hover {
  color: #c56e02;
  text-decoration: underline;
}
