*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    /*font-family: 'SebastianBobby';*/
    font-family: "Dancing Script", Sans-serif;
    src: url('../fonts/sebastian_bobby-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AnalogueRegular';
    src: url('../fonts/analogue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a{
    text-decoration: none !important;
}

/* Testimonial Section start */
.testimonial-section{
    padding: 96px 0;
    background: #FFF7F1;
    overflow: hidden;
    position: relative;
    padding-bottom:36px;
}
.testimonial-section .row{
    row-gap: 30px;
}
.testimonial-section::before{
    content: "";
    position: absolute;
    top: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F6FAFD 0%, #FFE6DC 100%);
    z-index: 0;
    opacity: 0.5;
}
.testimonial-section .testimonial-title-wapper{
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
}
.testimonial-section .testimonial-title-wapper h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    color:#2573A6;
    margin: 0;
    padding-bottom: 8px;
}
.testimonial-section .testimonial-title-wapper h2{
    /*font-family: 'Sebastian Bobby';*/
    font-family: "Dancing Script", Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: #0A1A2F;
    margin: 0;
    padding-bottom: 12px;
}
.testimonial-section .testimonial-title-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #475569;
    margin: 0;
    padding: 0;
}
.testimonial-card-wapper{
    padding: 35px 32px 32px 32px;
    background: #FFFFFF;
    box-shadow: 0px 18px 50px rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition-duration: 300ms;
}
.testimonial-card-wapper::before{
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    width: 80px;
    height: 80px;
    background: url(../images/SVG.png) no-repeat;
}
#testimonial-carousel .owl-stage-outer {
    padding: 0 0.7%;
}
.testimonial-card-wapper .testimonial-card-top-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #475569;
    margin: 0;
    padding: 0;
}
.testimonial-card-wapper .testimonial-card-bottom-wapper{
    margin-top: auto;
    margin-bottom: 0;
}
.testimonial-card-wapper .testimonial-card-bottom-wapper .testimonial-card-bottom-profile{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #F1F5F9;
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-card-wapper .testimonial-card-bottom-wapper .testimonial-card-bottom-profile .testimonial-card-bottom-profile-img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-card-wapper .testimonial-card-bottom-wapper .testimonial-card-bottom-profile .testimonial-card-bottom-profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-card-wapper .testimonial-card-bottom-wapper .testimonial-card-bottom-profile .testimonial-card-bottom-profile-text h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0B1B2B;
    margin: 0;
    padding: 0;
}
.testimonial-card-wapper .testimonial-card-bottom-wapper .testimonial-card-bottom-profile .testimonial-card-bottom-profile-text p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #64748B;
    margin: 0;
    padding: 0;
}
.a_star_rating { unicode-bidi: bidi-override; direction: ltr; font-size: 15px; }
.a_star_rating span.star { font-family: "Font Awesome 5 Free"; font-weight: 900; font-style: normal; display: inline-block; }
.a_star_rating span.star:before { content: "\f005"; padding-right: 0px; color: #FACC15;font-weight: 500; }
.a_star_rating span.star.filled:before { color: #FACC15; content: "\f005"; font-weight: 900;}
.a_star_rating span.star.half-filled:before { content: "\f5c0"; color: #FACC15; }
.a_star_rating span.star.half-filled:after { content: "\f089"; color: #FACC15; margin-left: -16px; }
/* Testimonial Section end */

#testimonial-carousel .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
#testimonial-carousel .owl-prev,
#testimonial-carousel .owl-next {
    width: 44px;
    height: 44px;
    background: #FFFFFF !important;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgba(31, 78, 110, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease;
    outline:  none;
    border: none;
}
#testimonial-carousel .owl-prev:hover,
#testimonial-carousel .owl-next:hover {
    background: #F6FAFD !important;
    box-shadow: 0px 6px 20px rgba(31, 78, 110, 0.15);
}
#testimonial-carousel .owl-prev {
    left: -15px;
}
#testimonial-carousel .owl-next {
    right: -15px;
}
#testimonial-carousel .owl-prev::before,
#testimonial-carousel .owl-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: #1F4E6E;
}
#testimonial-carousel .owl-prev::before {
    content: '\f053'; 
}
#testimonial-carousel .owl-next::before {
    content: '\f054'; 
}
#testimonial-carousel .owl-stage {
    display: flex;
}
#testimonial-carousel .item {
    height: 100%;
}

@media(min-width:1300px) {
	.container {
		max-width: 1280px;
	}
}
@media(max-width:991px) {
	.testimonial-section .testimonial-title-wapper h2{
	    font-size: 40px;
	    line-height:40px;
	}
	.testimonial-card-wapper .testimonial-card-top-wapper p{
	    font-size:14px;
	}
}

@media(max-width:767px) {
	/* Testimonial Section start */
	.testimonial-section {
		padding: 50px 0;
	}
	/* Testimonial Section end */
}