body {
	color: #000 !important;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

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: 50px;
    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;*/
    margin-bottom: 3px;
}

.ready-to-begin-header-bottom-text p {
    font-family: 'Montserrat';
    font-size: 16px;
    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: 8px;
    margin-top: 3px !important;
}

.ready-to-begin-header-bottom-personal-info-wapper {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 20px;
	padding: 0px;
	position: relative;
	padding-top: 310px;
}
.ready-to-begin-header-bottom-personal-info-wapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 304px;
	background: url(../images/contact-form.jpg) no-repeat;
	background-size: contain;
}
.ready-to-begin-header-bottom
{
    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 / 100%);
    padding: 20px;
    border-radius: 20px;
}
.ready-to-begin-header-bottom-personal-info-wapper form .form-bg-sub-wapper {
	/*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 / 100%);*/
	border-radius: 20px;
	margin-bottom: 25px;
}
.ready-to-begin-header-bottom-personal-info-wapper form .form-bg-sub-wapper:first-child {
	margin-bottom: 20px;
}

.custom-contact-form-home {
	background-color: rgb(255 255 255 / 100%);
	padding: 20px;
	border-radius: 20px;
	margin-top: 0;
}
/* Form Styling */
.ready-to-begin-header-bottom-personal-info-wapper h3 {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #000;
}
.form-group label {
	font-size: 0.85rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
}


.form-group input {
    height: 50px;
    padding: 0 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.form-group input:focus {
    border-color: #d0d0d0 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04) !important;
}
.form-group select {
    height: 50px;
    padding: 0 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}
.form-group select:focus {
    border-color: #d0d0d0 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04) !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;
    padding: 12px;
    font-size: 0.9rem;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}
textarea.form-control:focus {
    border-color: #d0d0d0 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04) !important;
}
.form-group {
	margin-bottom: 20px;
}

/* 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, #open-travel-popup {
	display: inline-block;
	padding: 15px 40px;
	background: #959589;
	color: #fff !important;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	background-image: linear-gradient(90deg, #C93B83 0%, #8D63C9 100%);
	border: 0;
}
.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%);
}
.send-travel-btn button: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%);
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
}

/* 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;
	font-weight: 400;
}

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


/* Button */
.send-travel-btn a {
  display: inline-block;
  padding: 14px 28px;
  background: #c65b8c;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}

.send-travel-btn a:hover {
  background: #b44c7a;
}
.form-group .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
 
.form-group #Phone {
    padding-left: 100px !important;
}
/* Overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup Card */
.popup-card {
  background: #ffffff;
  max-width: 520px;
  width: 90%;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* Close */
.popup-close {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 26px;
  cursor: pointer;
}

/* Icon */
.popup-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f2e3cf;
  color: #c9a56a;
  font-size: 36px;
  line-height: 70px;
}

/* Title */
.popup-title {
  font-size: 22px;
  margin-bottom: 18px;
}

/* Content */
.popup-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #333;
}

.popup-signoff {
  margin-top: 18px;
}

/* Button */
.modal{
    z-index: 1050000 !important;
}
.popup-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 36px;
  background: #c65b8c;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
}

.popup-btn:hover {
  background: #b44c7a;
}
.m-notification-wapper .modal-content {
			max-width: 700px;
		 background-image: url('../images/popup-bg.png');
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.m-notification-wapper .modal-body {
			padding: 0;
		}
		.m-notification-card {
			padding: 200px 50px 80px;
		}
		.m-notification-text h2{
			font-family: "Dancing Script", Sans-serif;
			font-size: 31px;
			color: #3c3c3c;
			margin-bottom: 14px;
			text-align: center;
		}
		.m-notification-text h4 {
			font-size: 13.5px;
			color: #4a4a4a;
			margin-bottom: 22px;
			text-align: center;
		}
		.m-notification-text p {
			font-family: 'Montserrat';
			font-size: 13px;
			line-height: 1.7;
			color: #6a6a6a;
			margin-bottom: 22px;
			text-align: center;
		}
		.m-notification-regards p {
			font-family: 'Playfair Display', serif;
			font-size: 15px;
			line-height: 1.7;
			color: #6a6a6a;
			margin-bottom: 10px;
			text-align: center;
		}
		.m-notification-regards h4 {
			font-size: 18px;
			color: #4a4a4a;
			margin-bottom: 10px;
			text-align: center;
			font-weight: 600;
		}
		.m-notification-regards span {
			display: block;
			font-family: 'Playfair Display', serif;
			font-size: 15px;
			line-height: 1.7;
			color: #6a6a6a;
			text-align: center;
		}
		.m-notification-btn {
			display: block;
			font-family: "Montserrat", Sans-serif;
			font-size: 16px;
			font-weight: 700;
			line-height: 24px;
			text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
			background-image: linear-gradient(90deg, #C93B83 0%, #8D63C9 100%);
			border-radius: 30px 30px 30px 30px;
			max-width: 200px;
			width: 100%;
			margin: auto;
			margin-top: 40px;
			transition: transform 0.2s ease;
			height: 50px;
			color: #fff;
			line-height: 50px;
			text-align: center;
		}
		.m-notification-btn: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%);
			transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
			color: #fff;
		}



@media(min-width:1300px) {
    .container {
        max-width: 1280px;
    }
}



@media(max-width:767px) {
    .ready-to-begin-header-bottom-personal-info-wapper {
    padding-top: 150px;
}
 
.ready-to-begin-header-bottom-personal-info-wapper::before {
    height: 150px;
}

    /* 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;
	}
}
@media(max-width:991px){
    .ready-to-begin-header-bottom-personal-info-wapper {
    padding-top: 100px;
}
 
.ready-to-begin-header-bottom-personal-info-wapper::before {
    height: 220px;
}
}