body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f9f9f9;
}

h2, h3 {
    font-family: 'Playfair Display', serif;
    color: #2c3e50;
}

/* Main Section Wrapper */
.ready-to-begin-section {
	padding: 0 0 20px 0;
	/*background: url(../images/form-bg.png) no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center -90px;*/
	/*position: relative;*/
	  background: #ffff;
}

.testimonial-main-section
{
    background: #ffff;
}
.ready-to-begin-section::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, 0.3);*/
}
.ready-to-begin-section .container{
position: relative;
}
.ready-to-begin-section {
	margin-top:36px;
}
.ready-to-begin-main-wapper{
    /*background: url(../images/form-bg.png) no-repeat;*/
    background-size: cover;
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto;
    background-position: center;
    background-size: inherit;
    padding-bottom: 40px;
}

/* Header Top Styles */
.ready-to-begin-header-top {
	/* margin-bottom: 50px; */
	padding: 50px 30px 200px 30px;
}
.ready-to-begin-header-top h2 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    font-family: "Dancing Script", cursive;
}
.ready-to-begin-header-top .ready-to-begin-header-text{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.ready-to-begin-header-top .ready-to-begin-header-text p {
	color: #000;
	margin: 0;
	padding: 0;
	/* min-width: 600px; */
	max-width: 570px;
}
.start-custom-btn a {
    /* display: inline-block; */
    padding: 12px 0px;
    background: #8A9086;
    color: #FFF !important;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-size: 14px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(90deg, #C93B83 0%, #8D63C9 100%);
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
}
.start-custom-btn a:hover{
    transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(107.14deg, #8D63C9 0%, #C93B83 100%);
    background-color: rgba(0, 0, 0, 0);
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
}
.start-custom-btn a: hover{
transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(107.14deg, #8D63C9 0%, #C93B83 100%);
}

/* The Frosted Glass Box (Header Bottom) */


.ready-to-begin-header-bottom-text {
    text-align: center;
    /* margin-bottom: 40px; */
}

.ready-to-begin-header-bottom-text h2 {
    font-family:"Dancing Script", Sans-serif;
    font-size: 52px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-transform: none;
    color: #111111;
    text-align: center;
    margin: 0;
    padding: 0;
}

.ready-to-begin-header-bottom-text p {
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #6B6B6B;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.ready-to-begin-header-bottom-personal-info-wapper{
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 20px;
    padding: 30px;
    background: url(../images/form-bg.png) no-repeat;
    background-size: cover;
}

.ready-to-begin-header-bottom-personal-info-wapper form{
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 1px 8px rgba(0, 0, 0, 0.20);
    background: rgb(255 255 255 / 55%);
    border-radius: 20px;
}
.custom-contact-form-home{
	background-color: rgb(255 255 255 / 50%);
    padding: 20px;
    border-radius: 20px;
    margin-top: 340px;
}
/* Form Styling */
.ready-to-begin-header-bottom-personal-info-wapper h3 {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}


.form-group input {
	height: 50px;
	border-radius: 10px !important;
	color: #000;
	outline: none !important;
	border: 2px solid #ffffff24 !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 1px 8px rgba(0, 0, 0, 0.20) !important;
}
.form-group select {
	height: 50px;
	border: 2px solid #ffffff24 !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 1px 8px rgba(0, 0, 0, 0.20) !important;
}

.form-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-top: 0;
}


.form-control {
	border-radius: 10px;
	padding: 12px;
	font-size: 0.9rem;
	background: rgba(255, 255, 255, 0.24) !important;
	color: #000;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 1px 8px rgba(0, 0, 0, 0.20) !important;
}
.single-package-wrapper{
    padding-bottom: 0px;
}
textarea.form-control {
	height: auto;
	border-radius: 10px;
	border: 1px solid #666;
	padding: 12px;
	font-size: 0.9rem;
	background: rgba(255, 255, 255, 0.2);
	color: #000;
	border: 2px solid #ffffff24 !important;
	background: rgba(255, 255, 255, 0.24) !important;
	outline: none !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 1px 8px rgba(0, 0, 0, 0.20)!important;
}

/* Border Dividers */
.form-border-custom {
    height: 1px;
    background: #66666661;
    margin: 0px 0 20px 0;
}
textarea.form-control::placeholder{
    color: #000;
}
 
.form-group input::placeholder{
    color: #000;
}
/* Checkbox Styling */
.form-check-label {
    font-size: 0.85rem;
    color: #666;
}

.form-check-label span {
    color: #000;
    font-style: italic;
}

/* Submit Button */
.send-travel-btn {
    text-align: center;
    margin-top: 0px;
}

.send-travel-btn a {
	display: inline-block;
	padding: 15px 40px;
	background: #959589;
	color: #fff !important;
	border-radius: 50px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	background-image: linear-gradient(90deg, #C93B83 0%, #8D63C9 100%);
}
.send-travel-btn a: hover{
transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(107.14deg, #8D63C9 0%, #C93B83 100%);
}



/* Footer Info List */
.other-info-wapper ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px;
}

.other-info-wapper ul li {
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 25px;
}

.form-check .form-check-label{
    font-size: 13px;
}

.other-info-wapper ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #c33f8a;
}



.ready-to-begin-header-bottom-personal-info-wapper form h3{
    padding-bottom: 10px;
}
.main-bg-wapper {
/*background: url('../images/mainbg.png') no-repeat;*/
	/*background-size: cover;*/
	/*background-position: top;*/
	/*background-repeat:no-repeat;*/
}

/* Testimonial Section start */

.testimonial-section{
    padding: 0 0 56px 0;
    /* background: #FCFCFE; */
}

.testimonial-section .row{
    row-gap: 30px;
}

/* .testimonial-section .owl-stage-outer {
	padding:2%;
} */
.testimonial-section .owl-stage-outer {
	padding:2% 0.8%;
}
.testimonial-section .testimonial-title-wapper{
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.testimonial-section .testimonial-title-wapper h2{
   font-family: "Dancing Script", Sans-serif;
font-size: 52px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
letter-spacing: 0.5px;
line-height: 1.2;
text-transform: none;
color: #111111;
text-align: center;
margin: 0;
padding: 0;
}

.testimonial-section .testimonial-title-wapper p{
    font-family: 'Montserrat';
font-size: 17px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
letter-spacing: 0.2px;
line-height: 1.6;
color: #6B6B6B;
text-align: center;
margin: 0;
padding: 0;
}


.testimonial-section .item {
	padding: 0;
}

.testimonial-card-wapper{
    padding: 30px;
    /* 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;
    background: #ffffff;
  border-radius: 12px;
/*   box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); */
	box-shadow:0 4px 20px rgba(0, 0, 0, 0.3);
}


.testimonial-card-wapper::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: url('../images/image-16.png') no-repeat;
}

.testimonial-card-wapper .testimonial-card-top-wapper p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475569;
    margin: 0;
    padding: 0;
    text-align: center;
}

.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;
}

.form-error-message {
    margin-top: 15px;
    padding: 10px 15px;
    background: #ffe6e6;
    color: #b30000;
    border-left: 4px solid #b30000;
    font-size: 14px;
    border-radius: 4px;
}

.form-success-message {
    margin-top: 15px;
    padding: 10px 15px;
    background: #e6ffe6;
    color: #006600;
    border-left: 4px solid #006600;
    font-size: 14px;
    border-radius: 4px;
}

.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-nav.disabled{
    display: none;
}

#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:767px) {

    /* Testimonial Section start */
    .ready-to-begin-section {
    background-size: contain;
    background-position: unset;
}
    .testimonial-section {
        padding: 50px 0;
    }
        .ready-to-begin-header-top .ready-to-begin-header-text {
    align-items: start;
    flex-direction: column;
    gap: 20px;
}
    .ready-to-begin-header-bottom-personal-info-wapper form .row .row .col-lg-6 {
    margin-bottom: 10px;
}
.send-travel-btn a {
	padding: 15px 15px;
}

    /* Testimonial Section end */
	
	.ready-to-begin-header-bottom-personal-info-wapper {
		padding:0;
		background-position:center;
	}
	.custom-contact-form-home { margin:0; }
	.ready-to-begin-main-wapper { padding-bottom:20px; }
	
	
	.ready-to-begin-header-bottom-text h2, .testimonial-section .testimonial-title-wapper h2 {
		font-size: 40px;
        line-height: 40px;
	}
}