:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
}
.hero-section {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('https://readdy.ai/api/search-image?query=beautiful%20beach%20resort%20with%20palm%20trees%2C%20crystal%20clear%20blue%20water%2C%20luxury%20travel%20destination%2C%20golden%20sunset%2C%20professional%20travel%20photography%2C%20high-end%20tourism%2C%20cinematic%20lighting%2C%20wide%20angle&width=1920&height=1080&seq=123&orientation=landscape');
background-size: cover;
background-position: center;
}
.search-tab.active {
color: #1e88e5;
border-bottom: 3px solid #1e88e5;
}
.destination-card:hover .destination-overlay {
opacity: 1;
}
.destination-card:hover img {
transform: scale(1.05);
}
.service-card:hover {
transform: translateY(-10px);
}
.faq-item.active .faq-answer {
max-height: 1000px;
opacity: 1;
}
.faq-item.active .faq-icon {
transform: rotate(180deg);
}
.faq-answer {
max-height: 0;
opacity: 0;
transition: all 0.3s ease;
overflow: hidden;
}
.search-tab {
transition: all 0.3s ease;
}
input:focus, select:focus, textarea:focus {
outline: none;
border-color: #1e88e5;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.custom-checkbox {
position: relative;
cursor: pointer;
}
.custom-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: 2px solid #ddd;
border-radius: 4px;
}
.custom-checkbox:hover input ~ .checkmark {
border-color: #ccc;
}
.custom-checkbox input:checked ~ .checkmark {
background-color: #1e88e5;
border-color: #1e88e5;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
display: block;
}
.custom-checkbox .checkmark:after {
left: 6px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
/* Custom range slider */
.range-slider {
-webkit-appearance: none;
width: 100%;
height: 6px;
border-radius: 5px;
background: #e0e0e0;
outline: none;
}
.range-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #1e88e5;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.range-slider::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
background: #1e88e5;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
border: none;
}
/* Custom switch */
.switch {
position: relative;
display: inline-block;
width: 50px;
height: 24px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: .4s;
border-radius: 34px;
}
.slider:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background-color: white;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #1e88e5;
}
input:checked + .slider:before {
transform: translateX(26px);
}
.animate-on-scroll {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease;
}
.animate-on-scroll.visible {
opacity: 1;
transform: translateY(0);
}
