*{
    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: 'Analogue Regular';
    src: url('../fonts/analogue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a{
    text-decoration: none !important;
}

/* featured packages section start */
.header-banner-section {
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                  url('https://icondevteam.in/Murakatravels/wp-content/themes/hello-biz-child-main/assets/images/package-banner.jpg');
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	text-align: center;
	color: #FFFFFF;
}
.header-banner-section h1 {
	/*font-family: SebastianBobby;*/
	font-family: "Dancing Script", Sans-serif;
	font-size: 72px;
	font-weight: 600;
	line-height: 72px;
	margin-bottom: 8px;
}
.header-banner-section p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	max-width: 600px;
	margin: 0 auto;
	opacity: 0.9;
}
.filter-bar-section {
	padding: 32px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E2E8F0;
}
.filter-bar-section .form-row{
	row-gap: 20px;
}
.filter-bar-section .form-control {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	border-radius: 8px;
	border-color: #E2E8F0;
	color: #000;
}
.filter-bar-section .form-control:focus {
	border-color: #1F4E6E;
	box-shadow: 0 0 0 0.2rem rgba(31, 78, 110, 0.25);
}
.featured-packages-section{
	padding: 56px 0 15px 0;
	background: linear-gradient(to bottom, #F6FAFD, #FFF);
}
.featured-packages-section .row{
	row-gap: 30px;
}
.featured-packages-section .featured-packages-title-wapper{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 48px;
}
.featured-packages-section .featured-packages-title-wapper .featured-packages-title-left h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #2573A6;
    margin: 0;
    padding-bottom: 12px;
}
.featured-packages-section .featured-packages-title-wapper .featured-packages-title-left h2{
    /*font-family: 'SebastianBobby';*/
    font-family: "Dancing Script", Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    color: #0A1A2F;
    margin: 0;
    padding-bottom: 12px;
}
.featured-packages-section .featured-packages-title-wapper .featured-packages-title-left p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #475569;
    margin: 0;
    padding: 0;
}
.featured-packages-section .featured-packages-title-wapper .featured-packages-title-right{
    display: flex;
}
.featured-packages-section .featured-packages-title-wapper .featured-packages-title-right a{
    padding: 12px 20px;
   background: linear-gradient(90deg, #C93B83 0%, #8D63C9 100%);
    box-shadow: 0px 18px 50px rgba(15, 23, 42, 0.08);
    border-radius: 9999px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.featured-packages-section .featured-packages-title-wapper .featured-packages-title-right 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%);
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
}
.featured-packages-card-wapper{
   background: #FFFFFF;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 100%;
    display: flex;
    flex-direction: column;
    border-color: #e5e7eb;
  border-width: 0.5px;
  border-style: solid;
}
.featured-packages-card-wapper:hover{
    transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(15, 23, 42, 0.15);
}
.featured-packages-card-wapper .featured-packages-card-img{
    position: relative;
    height: 224px;
    overflow: hidden;
}
.featured-packages-card-wapper .featured-packages-card-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition-duration: 500ms;
    overflow: hidden;
}
.featured-packages-card-wapper .featured-packages-card-img img:hover{
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}
.featured-packages-card-wapper .featured-packages-card-img span.featured-day{
    position: absolute;
    right: 16px;
    top: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border-radius: 9999px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #C93B83;
    padding: 7px 12px;
    display: flex;
}
.featured-packages-card-wapper .featured-packages-card-inner{
    padding: 24px;
}
.featured-packages-card-wapper .featured-packages-card-inner h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1F4E6E;
    margin: 0;
    padding-bottom: 9px;
}
.featured-packages-card-wapper .featured-packages-card-inner h3{
    margin: 0;
    padding: 0;
    line-height: 0;
    padding-bottom: 8px;
}
.featured-packages-card-wapper .featured-packages-card-inner h3 a{
    font-family: 'Analogue Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #0B1B2B;                                             
}
.featured-packages-card-wapper .featured-packages-card-inner p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #475569;
    margin: 0;
    padding-bottom: 0;
}
.featured-packages-card-inner-bottom{
	padding:0 24px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: auto;
    width: 100%;
}
.featured-packages-card-inner-bottom .featured-packages-card-inner-bottom-left h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #1F4E6E;
    margin: 0;
    padding-bottom: 4px;
}
.featured-packages-card-inner-bottom .featured-packages-card-inner-bottom-left p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #64748B;
    margin: 0;
    padding: 0;
}
.featured-packages-card-inner-bottom .featured-packages-card-inner-bottom-right{
    display: flex;
}
.featured-packages-card-inner-bottom .featured-packages-card-inner-bottom-right a{
    background: #C93B83;
    border-radius: 9999px;
    padding: 10px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
     transition: background-color 0.8s ease, transform 0.8s ease;
}
.featured-packages-card-inner-bottom .featured-packages-card-inner-bottom-right 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%);
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
}
.featured-packages-paggination {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.featured-packages-paggination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 8px;
}
.featured-packages-paggination li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #1F4E6E;
	background-color: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.featured-packages-paggination li:hover {
	background-color: #F1F5F9;
	color: #0B1B2B;
}
.featured-packages-paggination li.active {
	background: linear-gradient(104.67deg, #1F4E6E 0%, #0B1B2B 100%);
	color: #FFFFFF;
	border-color: #1F4E6E;
}
.cta-strip-section {
	padding: 0px 0;
	background-color: #FFF;
}
.cta-strip-section .container , .featured-packages-section .container , .contact-form-section .container , .testimonial-section .container{
    max-width:1280px;
    width:100%;
}
.cta-strip-section .cta-wrapper {
	background: linear-gradient(99.16deg, #8D63C9 0%, #2573A6 100%) !important;
	border-radius: 16px;
	padding: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	max-width: 1280px;
	margin: 0 auto;
}
.cta-strip-section .cta-left h3 {
	/*font-family: 'SebastianBobby', sans-serif;*/
	font-family: "Dancing Script", Sans-serif;
	font-weight:600;
	font-size: 70px;
	line-height:70px;
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 16px;
}
.cta-strip-section .cta-left p{
	color: #FFFFFFCC;
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	margin: 0;
	padding: 0;
}     
.cta-strip-section .cta-right a {
	padding: 12px 20px;
	font-style: normal;
	color: #FFFFFF;
	box-shadow: 0px 18px 50px rgba(15, 23, 42, 0.08);
	transition: background-color 0.3s ease;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	background: #C93B83 !important;
	border-radius: 25px 25px 25px 25px;
	padding: 12px 24px;
}
.cta-strip-section .cta-right a:hover {
    transform: scale(1.05)  !important; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2)  !important; 
    background: linear-gradient(107.14deg, #8D63C9 0%, #C93B83 100%)  !important;
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out  !important;
}

/* featured packages section end */
@media(max-width:1024px){
    .featured-packages-section {
        padding: 56px 0;
    }
}
@media(min-width:1300px) {
    .container {
        max-width: 1280px;
    }
}
@media(max-width:1199px) {
	.cta-strip-section .cta-wrapper {
		padding: 48px 20px;
	}
}
@media(max-width:991px) {
      .cta-strip-section .cta-wrapper .cta-right{
        min-width: 150px;
      }
      .featured-packages-section .featured-packages-title-wapper .featured-packages-title-left h2{
          font-size: 40px;
          line-height:40px;
      }
      .cta-strip-section .cta-left h3{
          font-size: 46px;
          line-height:46px;
      }
}
@media(max-width:767px) {
    /* featured packages section start */
	.header-banner-section h1 {
		/*font-family: SebastianBobby;*/
		font-family: "Dancing Script", Sans-serif;
		font-size: 46px;
		font-weight: 400;
		line-height: 46px;
		margin-bottom: 8px;
	}
	.header-banner-section p {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		max-width: 600px;
		margin: 0 auto;
		opacity: 0.9;
	}
	.featured-packages-section {
		padding: 50px 0;
	}
	.featured-packages-section .featured-packages-title-wapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.featured-packages-section .featured-packages-title-wapper .featured-packages-title-left h6,
	.featured-packages-section .featured-packages-title-wapper .featured-packages-title-left h2, 
	.featured-packages-section .featured-packages-title-wapper .featured-packages-title-left p {
		text-align: center;
	}
	.featured-packages-card-wapper .featured-packages-card-inner p{
	    font-size:14px;
	}
	.featured-packages-section .featured-packages-title-wapper {
		flex-direction: column;
	}
	.cta-strip-section .cta-wrapper {
		flex-direction: column;
	}
	.cta-strip-section .cta-left h3{
		text-align:center;
	}
	.cta-strip-section .cta-left p{
		text-align:center;
		font-size:14px;
	}
	
	/* featured packages section end */
}
/* === Custom Contact Form Styles === */
.custom-contact-form {
	max-width: 600px;
	margin: 40px auto;
	background: #ffffff;
	padding: 30px 40px;
	border-radius: 16px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.custom-contact-form p {
	margin-bottom: 20px;
}
.custom-contact-form label {
	display: block;
	font-weight: 600;
	color: #333;
	margin-bottom: 6px;
	font-size: 15px;
}
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="subject"],
.custom-contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 15px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background-color: #fafafa;
}
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
	border-color: #0073aa;
	box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
	outline: none;
	background-color: #fff;
}
.custom-contact-form textarea {
	resize: vertical;
	min-height: 120px;
}
.custom-contact-form input[type="submit"] {
	background-color: #0B1B2B;
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	width: 100%;
}
.custom-contact-form input[type="submit"]: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%) !important;

  transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
}
.custom-contact-form input[type="submit"]:active {
	transform: translateY(0);
}
/* === Success message styling === */
.custom-contact-form-success {
	background-color: #e7f9ef;
	color: #0f5132;
	border: 1px solid #badbcc;
	padding: 12px 16px;
	border-radius: 8px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
/* === Responsive adjustments === */
@media (max-width: 600px) {
	.custom-contact-form {
		padding: 20px;
	}
	.custom-contact-form input[type="submit"] {
		padding: 12px 18px;
	}
}