* {
    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');
    src: url('../Fonts/DancingScript-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Analogue Regular';
    src: url('../fonts/analogue-webfont\ \(1\).woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: none !important;
}
.our-partners-banner-section {
    padding: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.partner-btn.package-btn:hover {
    background-color: #f5f5f5 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.partner-btn.package-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff !important;
}
.our-partners-banner-section .our-partner-text-wapper {
    max-width: 700px;
    margin: 0 auto;
}
.our-partners-banner-section .our-partner-text-wapper h1 {
    font-family: "Dancing Script", Sans-serif;
    font-size: 68px;
    font-weight: 600;
    line-height: 72px;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 100px;
}
.our-partners-banner-section .our-partner-text-wapper p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    text-align: center;
}
.our-partner-content-wapper {
    padding: 50px 0;
    background: #ebe9ec;
	margin: 2px 0px;
}

/* banner btn css start */
.partner-banner-buttons {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	gap:20px;
	flex-flow:row wrap;
}
.partner-banner-buttons .banner-btn.btn-view-resort {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    height: 40px;
    margin-top: 0;
    background: #16404e;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    transition: background-color 0.3s ease;
}
.partner-banner-buttons .banner-btn.btn-become-partner {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    height: 40px;
    margin-top: 0;
    background: #fff;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #16404e;
    text-align: center;
    transition: background-color 0.3s ease;
}
/* banner btn css end */

.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.filter-tabs .tab-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1F4E6E;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 9999px;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 10%);
    backdrop-filter: blur(10px) saturate(1);
    -webkit-backdrop-filter: blur(10px) saturate(1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ui-autocomplete {
    z-index: 99999999 !important;
}

body .ui-autocomplete {
    position: absolute !important;
}

.elementor-section,
.elementor-column,
.elementor-widget-wrap {
    overflow: visible !important;
}


/*.filter-tabs .tab-btn:hover {*/
/*  background-color: #F1F5F9;*/
/*}*/
.filter-tabs .tab-btn.active {
    background: linear-gradient(107.14deg, #8D63C9 0%, #2573A6 100%);
    color: #FFFFFF;
    border-color:#8D63C9;
}
.partner-directory .row {
    row-gap: 30px;
}
.partner-card {
    background: #FFFFFF;
    border-radius: 4px;
/*     box-shadow: 0px 0px 0px 1px #F1F5F9, 0px 10px 30px rgba(15, 23, 42, 0.06); */
    padding: 0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
/*     box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1); */
/*     backdrop-filter: blur(10px) saturate(1);
    -webkit-backdrop-filter: blur(10px) saturate(1); */
/*     border: 1px solid rgba(255, 255, 255, 0.1); */
    transform-style: preserve-3d;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
/* .relationships-wapper .row{
            align-items: center;
        } */
.partner-card:hover {
/*     transform: translateY(-5px); */
/*     box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12); */
}
.partner-logo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	position:relative
}
.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.partner-logo:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	 border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.partner_tag {
	position:absolute;
	top:0px;
	right:20px;
	width:100px;
	text-align:center;
	z-index:1000;
	background-color:#846d49;
	color:#fff;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
	padding:8px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	display:block;
}
.partner_txt_card {
	position:absolute;
	bottom:10px;
	left:auto;
	right:auto;
	width:100%;
	text-align:center;
	z-index:1000;
}
.partner_txt_card h3 {
    font-family: 'Analogue Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-top:0;
    margin-bottom:10px;
}
.partner_txt_card p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
}
.partner-card-text {
    padding: 30px;
}
.partner-card-text h3 {
    font-family: 'Analogue Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 30px;
    color: #0B1B2B;
    margin-top:0;
    margin-bottom:10px;

}
.partner-card-text h5 {
    margin-top:0;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: #0B1B2B;
    margin-bottom:10px;
	text-align:center;
}
.partner-card-text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475569;
    margin: 0;
    padding-bottom: 20px;
}
.p_view_resort_btn {
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:200px;
	width:100%;
	height:40px;
	margin:auto;
	margin-top:16px;
	 background:#16404e;
	border-radius:4px;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
	text-align:center;
	transition: background-color 0.3s ease;
}
.p_view_resort_btn:hover {
	color:#fff; !important;
}
.partner-card-text .visit-btn {
    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;
    display: inline-block;
    transition: background-color 0.3s ease;
    display: block;
}
.partner-card-text span {
    color: #404751;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height:14px;
}

.partner-item.hide {
    display: none;
}
.inquiry-widget {
    text-align: center;
    margin-top: 64px;
}
.inquiry-widget .partner-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 30px;
    background: linear-gradient(107.14deg, #8D63C9 0%, #2573A6 100%);
    border-radius: 9999px;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none;
    border: none;
}
.inquiry-widget .partner-btn:hover {
    opacity: 0.9;
    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;
}
.modal-header,
.modal-footer {
    border: none;
}
.modal-content {
    border-radius: 16px;
    border: none;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    /*font-family: 'SebastianBobby', sans-serif;*/
    font-family: "Dancing Script", Sans-serif;
    font-size: 32px !important;
    color: #0B1B2B !important;
}
.modal-body p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475569;
    margin: 0;
    padding: 0 0 15px 0;
}
.modal-body .form-control {
    min-height: 48px;
    border-radius: 8px;
}
.modal-footer .btn-primary {
    background: #FF6F61 !important;
    border-color: #FF6F61 !important;
    border-radius: 9999px;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    box-shadow: none;
    outline: none;
}
.modal-footer .btn-primary:hover {
    background: rgb(255 111 97 / 0.9) !important;
    border-color: rgb(255 111 97 / 0.9) !important;
}
.our-network-card-wapper{
	margin-top: 52px;
	margin-bottom:32px;
}
.our-network-wapper {
    max-width: 100%;
    width: 100%;
    margin: auto;
/*     padding: 40px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
    border-radius: 15px;
}
.our-network-wapper h2, .our-partner-title h2 {
    color: #000000;
    font-family: "Dancing Script", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
    line-height: 46px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
.our-network-wapper p,  .our-partner-title p {
    color: #404751;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.our-network-wapper p:last-child, .our-partner-title p:last-child {
    margin: 0;
}
.our-partner-title {
    max-width:900px;
    width: 100%;
    margin: auto;
    margin-bottom:50px;
}

/* logo slider css start */
.partner-logo-slider-wapper {
	position:relative;
	padding:30px 0 0;
	margin: 2px 0px;
}
.partner_title h2 {
	color: #000000;
    font-family: 'Analogue Regular';
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    line-height: 26px;
    margin: 0;
    margin-bottom: 30px;
	text-align:center;
}
.partner_logo_item {
	max-width:200px;
	width:100%;
	height:auto;
	margin:auto;
}
.partner_logo_item img {
	width:100%;
	height:auto;
	object-fit:contain;
}


/* logo slider css end */
/* new section css */
.relationships-wapper
{
    position: reletive;
    padding: 56px 0 ;
	margin: 2px 0px;
}
.relationships-image {
	border-radius: 8px;
	max-width: 500px;
	margin: 0 auto;
}

.relationships-image img {
    border-radius: 8px;
    width: 100%;
    height: auto;

}
.relationships-text h2{
    color: #000000;
    font-family: "Dancing Script", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
    line-height: 46px;
    margin: 0;
    margin-bottom: 20px;
}
.relationships-text p {
    color: #404751;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
}

.relationships-text ul {
    padding: 0;
    margin: 0;
   list-style-type:none;
}
.relationships-text ul li{
	list-style-type:none;
	padding-left: 30px;
    color: #404751;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
	position:relative;
}

.relationships-text ul li:before{
	content:'\f00c';
	position:absolute;
	top:0;
	left:0;
	font-size:16px;
	color: #404751;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	
}

.relationships-botton-text {
    max-width: 700px;
    width: 100%;
/*     margin: auto;
    margin-top: 26px; */
}

.relationships-botton-text p {
    margin: 0;
    color: #404751;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.other-input
{
    height: 40px !important;
    margin-left: -45px !important;
        width: 340px !important;
        min-height: 40px !important;
}

@media(min-width:1300px) {
    .container {
        max-width: 1280px;
    }
}
@media(max-width:767px) {
	.inquiry-widget { margin-top:42px; }
    .our-partners-banner-section .our-partner-text-wapper h1 {
        /*font-family: 'SebastianBobby', sans-serif;*/
        font-family: "Dancing Script", Sans-serif;
        font-size: 46px;
        font-weight: 600;
        line-height: 46px;
        color: #FFFFFF;
        margin: 0;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 80px;
    }
    .our-partners-banner-section .our-partner-text-wapper p {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        opacity: 0.9;
        text-align: center;
    }
    .partner-logo-slider-wapper {
	z-index: 0;
}
}


/* === Partner Modal Form Styling === */
#partnerModal .modal-content {
    border-radius: 16px !important;
    border: none !important;
    background-image:url('https://icondevteam.in/Murakatravels/wp-content/uploads/2026/02/partner-form-modal-popup.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
#partnerModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
#partnerModal .modal-title {
    margin:0;
    font-weight: 600;
    font-size:60px !important;
    line-height: 60px;
    text-align:center;
}
#partnerModal .form-label {
    font-weight: 500;
}
#partnerModal .form-control,
#partnerModal .form-select {
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: border-color 0.2s, box-shadow 0.2s;
}
#partnerModal .form-control:focus,
#partnerModal .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.15);
}
#partnerModal small.text-muted {
    font-size: 0.8rem;
}
#partnerModal .btn-success {
    border: none;
    border-radius: 9999px;
    font-weight: 600 !important;
    padding: 10px 24px !important;
    box-shadow: none;
    outline: none;
    background: linear-gradient(105.26deg, #C93B83 0%, #8D63C9 100%)!important;
    color:#ffffff !important;
    width: fit-content !important;
    margin: 0 0 0 auto;
    display: flex;
}
#partnerModal .close:hover {
    background: transparent !important;
}
#partnerModal .modal-header{
    border:  none !important;
}
#partnerModal .modal-body {
    font-family: 'Montserrat', sans-serif;
    margin: 40px;
    background-color: #ffffff;
    border-radius: 16px !important;
    padding: 30px;
}
.modal-body-text-a {
    padding-bottom:20px;
    border-bottom:1px solid #707070;
}
#partnerForm {
    padding-top:20px;
}
.modal-body-text-a p{
    color: #404751;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    text-align:center;
    margin-top:20px;
}
#partnerModal .modal-body .form-group {
    margin-bottom: 1rem;
}
#partnerModal .modal-body .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #334155; /* A slightly darker text for labels */
    margin-bottom: 0.5rem;
    display: block;
}
#partnerModal .modal-body .form-control,
#partnerModal .modal-body .form-select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #1F4E6E;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #E2E8F0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px; /* Consistent with your other styles */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: 48px; /* Consistent with your other styles */
}
#partnerModal .modal-body .form-control:focus,
#partnerModal .modal-body .form-select:focus {
    color: #1F4E6E;
    background-color: #FFFFFF;
    border-color: #1F4E6E; /* Highlight with main color */
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 78, 110, 0.25);
}
#partnerModal .modal-body .form-control::placeholder {
    color: #94A3B8;
    opacity: 1;
}
#partnerModal .modal-body .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}
#partnerModal .modal-body .form-select[multiple] {
    background-image: none;
    padding-right: 1rem;
    height: auto; /* Allow multiple select to grow */
}
#partnerModal .modal-body .form-check {
    display: block;
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 1rem;
}
#partnerModal .modal-body .form-check-input {
    position: absolute;
    margin-left: -1.75rem;
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.15em;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
}
#partnerModal .modal-body .form-check-input:checked {
    background-color: #1F4E6E;
    border-color: #1F4E6E;
}
#partnerModal .modal-body .form-check-input:focus {
    border-color: #1F4E6E;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 78, 110, 0.25);
}
#partnerModal .modal-body .form-check-label {
    font-size: 16px;
    color: #475569;
    font-weight: 400;
    margin-bottom: 0;
}
#partnerModal .modal-body .form-check-label a {
    color:#C93B83; 
    text-decoration: none !important;
    font-weight: 500;
}
#partnerModal .modal-body .form-check-label a:hover {
    text-decoration: underline !important;
}
/* Specific styling for file input to look better */
#partnerModal .modal-body input[type="file"].form-control {
    padding-top: 0.6rem; /* Adjust padding for file input */
}
#partnerModal .modal-body input[type="file"]::file-selector-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1F4E6E;
    background-color: #F1F5F9;
    border: none;
    border-radius: 4px;
    padding: 0.4rem 0.8rem;
    margin-right: 1rem;
    margin-left: -0.5rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
#partnerModal .modal-body input[type="file"]::file-selector-button:hover {
    background-color: #E2E8F0;
}

.section-label {
    font-size: 18px !important;
    color: #475569;
    font-weight:600 !important;
}

@media (min-width: 768px) {
    #partnerModal .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    #partnerModal .modal-lg, .modal-xl {
        max-width: 800px !important;
    }
}
/* Responsive Fix */
@media (max-width: 767px) {
    .elementor-location-header {
        position: sticky;
        top: 0;
        z-index: 9999999;
        background: #FFF;
        z-index: 1 !important;
    }
    #partnerModal .modal-body  {
        margin: 20px;
        padding: 20px;
    }
    #partnerModal .modal-title {
        font-size: 40px !important;
        line-height: 40px !important;
    }
/* 	.relationships-text h2{
        text-align: center;
    } */
}