.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
    background-color: #128C7E;
}

.whatsapp-icon {
    font-size: 28px;
    color: white;
}

/* Optional tooltip */
.whatsapp-float::before {
    content: "Chat with us on WhatsApp";
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.whatsapp-float:hover::before {
    opacity: 1;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-icon {
        font-size: 24px;
    }

    .whatsapp-float::before {
        display: none;
    }
}

.theme-txt-clr {
    color: #F9738A;
}

.inline-text {
    display: inline-block;
}

.home-s1-img1 {
    width: 410px;
    height: auto;
}

.home-s1-img2 {
    width: 352px;
    height: auto;
    border: none;
}

@media (max-width: 768px) {
    .home-s1-img1 {
        width: 100%;
        height: auto;
    }

    .home-s1-img2 {
        display: none;
    }
}

.text-end-lg {
    text-align: right;
}

.text-start-lg {
    text-align: left;
}

@media (max-width: 992px) {

    .text-end-lg,
    .text-start-lg {
        text-align: center;
    }
}

.div-dark-overlay {
    position: relative;
    z-index: 1;
}

.div-dark-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.business-section-home {
    padding: 0px;
}

@media (max-width: 768px) {
    .business-section-home {
        padding: 0px 10px;
    }
}

.business-section-home div {
    border-radius: 20px;
}

.pt-120 {
    padding-top: 120px !important;
}

/* start testimonials */


.testimonial-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Georgia', serif;
}

.section-subtitle {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 4rem;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 500;
}

.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 15px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.stars {
    display: flex;
    gap: 4px;
}

.stars i {
    color: #113D48;
    font-size: 0.9rem;
}

.stars i.empty {
    color: #5c5c5c;
}

.rating-text {
    font-size: 1rem;
    color: #113D48;
    font-weight: 600;
    margin-left: 5px;
}

.testimonial-text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    flex-grow: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: var(--primary-color);
    border-radius: 8px;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -2.5rem;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 10px auto;
}

.testimonial-location {
    color: white;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.swiper {
    padding: 20px 0 60px;
}

.swiper-slide {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color);
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .testimonial-card {
        height: auto;
        min-height: 400px;
    }
}

/* end testimonials */


/* start cta banner section */
.cta-section {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background-image: url('../img/beach-side.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.2);
}


.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.cta-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: white;
    margin-bottom: 1.5rem;
    font-family: 'Georgia', serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-description {
    color: white;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 15px 40px;
    font-size: 1.05rem;
    border-radius: 50px;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    min-width: 200px;
    text-align: center;
}

.btn-primary-cta {
    background-color: var(--pink-color);
    color: white;
    border-color: var(--pink-color);
}

.btn-primary-cta:hover {
    background-color: #ff4d82;
    border-color: #ff4d82;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 157, 0.4);
}

.btn-outline-cta {
    background-color: transparent;
    color: white;
    border-color: white;
}

.btn-outline-cta:hover {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .cta-section {
        min-height: 500px;
        padding: 60px 20px;
    }

    .cta-title {
        font-size: 2.5rem;
    }

    .cta-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .btn-cta {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .cta-title {
        font-size: 2rem;
    }

    .cta-description {
        font-size: 0.95rem;
    }

    .btn-cta {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

/* end cta banner section */

.menu-two-col {
    column-count: 2;
    column-gap: 30px;
}

@media (max-width: 767px) {
    .menu-two-col {
        column-count: 1;
    }
}


/* start footer */
@media (max-width: 767px) {
    .footer-wrapper .widget {
        text-align: center;
    }

    .footer-wrapper .th-social {
        justify-content: center;
        display: flex;
        gap: 15px;
    }

    .footer-wrapper .about-logo {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-wrapper .th-widget-about .about-text {
        text-align: center;
    }

    .footer-wrapper .menu li a {
        text-align: center;
        display: block;
    }

    .menu-all-pages-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* end footer */


/* Slider animations */
.slide-animate {
    opacity: 0;
    transition: opacity 1.3s ease-out, transform 1.3s ease-out;
}

.animate-on-scroll {
    opacity: 0;
    transition:
        opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.animate-left {
    transform: translateX(-40px);
}

.animate-right {
    transform: translateX(40px);
}

.animate-down {
    transform: translateY(40px);
}

.animate-up {
    transform: translateY(-40px);
}


.slide-left {
    transform: translateX(-60px);
}

.slide-right {
    transform: translateX(60px);
}

.slide-down {
    transform: translateY(60px);
}

.slide-up {
    transform: translateY(-60px);
}


/* Active state */
.swiper-slide-active .slide-animate {
    opacity: 1;
    transform: translate(0, 0);
}

/* Delay for staggered animations */
.swiper-slide-active .slide-animate[data-ani-delay="0.2s"] {
    transition-delay: 0.2s;
}

.swiper-slide-active .slide-animate[data-ani-delay="0.4s"] {
    transition-delay: 0.4s;
}

/* Reset animation when slide is not active */
.swiper-slide:not(.swiper-slide-active) .slide-animate {
    opacity: 0;
}

.swiper-slide:not(.swiper-slide-active) .slide-left {
    transform: translateX(-60px);
}

.swiper-slide:not(.swiper-slide-active) .slide-right {
    transform: translateX(60px);
}

.swiper-slide:not(.swiper-slide-active) .slide-down {
    transform: translateY(60px);
}

.swiper-slide:not(.swiper-slide-active) .slide-up {
    transform: translateY(-60px);
}

/* ===== Preloader ===== */
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
}

.loader-circle {
    width: 120px;
    height: 120px;
    background-color: #113D48;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: breathe 2.2s ease-in-out infinite;
}

.loader-circle img {
    width: 60%;
    height: auto;
}

/* Outer ripple ring */
.loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(17, 61, 72, 0.5);
    animation: ripple 2.2s ease-out infinite;
}

/* Animations */
@keyframes breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


/* fixes */

@media (min-width: 768px) {
    .first-top-title {
        margin-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-first-img-set .home-s1-img2 {
        margin-right: 150px;
    }

    .home-second-img-set .home-s1-img2 {
        margin-right: 150px;
    }
}

/* align to right */
.home-second-img-set .home-s1-img1 {
    position: relative;
    margin-left: auto;
}

.home-second-img-set .home-s1-img2 {
    border-radius: 0 0 0 50px;
}


/* contact pg */

/* Full screen hero breadcrumb */
.breadcumb-wrapper {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    position: relative;
}

/* Dark overlay for readability */
.breadcumb-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.breadcumb-wrapper .container {
    position: relative;
    z-index: 1;
}

/* Content area */
.breadcumb-content {
    max-width: 1000px;
    padding-left: 24px;
    /* left gap (not corner) */
    text-align: left;
}

.breadcumb-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 16px;
}

.breadcumb-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
    .breadcumb-content {
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .breadcumb-title {
        font-size: 36px;
    }

    .breadcumb-desc {
        font-size: 16px;
    }
}

.rectangle-label {
    border-style: solid;
    border-radius: 10px;
    border-color: white;
    border-width: 1px;
    padding: 10px 15px;
    display: inline-block;
    color: white;
}
.custom-title-1 {
    font-size: 4em;
}
.white-space-nowrap {
    white-space: nowrap;
}

.nice-select.form-select.open ul li {
    color: rgb(62, 62, 62) !important;
}

/* Fix selected value alignment */
.hero-form .nice-select {
    position: relative;
}

.hero-form .nice-select .current {
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 30px; /* space for arrow */
    box-sizing: border-box;
}

/* Keep arrow position */
.hero-form .nice-select:after {
    right: 12px;
}

/* Dropdown options alignment */
.hero-form .nice-select .list .option {
    text-align: right;
}
