/* HawaiiRental.pro - Tropical Aloha Theme */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Playfair+Display:wght@400;600;700&display=swap');

:root {
    --hr-ocean: #0891b2;
    --hr-ocean-dark: #0e7490;
    --hr-tropical: #059669;
    --hr-sunset: #f59e0b;
    --hr-sunset-light: #fbbf24;
    --hr-sand: #fef3c7;
    --hr-coral: #f87171;
    --hr-palm: #065f46;
    --hr-sky: #e0f2fe;
}

body {
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1e293b;
}

h1, h2, h3, .section-title,
.elementor-heading-title,
.cth-heading .heading-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.btn-primary,
.cth-btn-primary,
.elementor-button,
a.btn-primary,
.woocommerce .button.alt,
.menu-btn > a {
    background: linear-gradient(135deg, var(--hr-ocean) 0%, var(--hr-tropical) 100%) !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.3) !important;
    text-transform: none !important;
}

.btn-primary:hover,
.cth-btn-primary:hover,
.elementor-button:hover,
a.btn-primary:hover,
.woocommerce .button.alt:hover,
.menu-btn > a:hover {
    background: linear-gradient(135deg, var(--hr-ocean-dark) 0%, var(--hr-palm) 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.4) !important;
}

.cth-header,
.site-header,
#cth-header {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.cth-header .navbar-nav > li > a,
.main-menu-wrapper .navbar-nav > li > a {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.menu-btn > a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 8px 20px !important;
    margin-top: 10px;
    display: inline-block !important;
}

.cth-hero-section .hero-search-form {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 24px !important;
    backdrop-filter: blur(5px);
}

.cth-heading .heading-title::after,
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--hr-ocean), var(--hr-sunset));
    margin: 12px auto 0;
    border-radius: 2px;
}

.listing-cat-item,
.category-item {
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.listing-cat-item:hover,
.category-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 40px rgba(8, 145, 178, 0.2) !important;
}

.listing-item,
.cth-listing-item {
    border-radius: 16px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease !important;
}

.listing-item:hover,
.cth-listing-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

.listing-item .listing-price,
.cth-listing-item .listing-price {
    color: var(--hr-ocean) !important;
    font-weight: 800 !important;
    font-size: 18px !important;
}

.cth-process .process-item .process-icon {
    background: linear-gradient(135deg, var(--hr-ocean) 0%, var(--hr-tropical) 100%) !important;
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.3);
}

.cth-counter-section,
.counter-section {
    background: linear-gradient(135deg, var(--hr-ocean-dark) 0%, var(--hr-palm) 50%, var(--hr-ocean) 100%) !important;
}

.cth-testimonial-item {
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    border-left: 4px solid var(--hr-sunset) !important;
}

.cth-pricing-item,
.membership-plan-item {
    border-radius: 16px !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.cth-pricing-item:hover,
.membership-plan-item:hover {
    border-color: var(--hr-ocean) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(8, 145, 178, 0.15) !important;
}

.cth-footer,
.site-footer,
footer.footer {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
}

.cth-footer h4,
.cth-footer .widget-title,
footer .widget-title {
    color: var(--hr-sunset-light) !important;
    font-family: 'Playfair Display', serif !important;
}

.footer-bottom,
.cth-footer-bottom {
    background: rgba(0, 0, 0, 0.3) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.hero-search-form input,
.hero-search-form select,
.cth-search-form input,
.cth-search-form select {
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    padding: 10px 16px !important;
    font-family: 'Nunito', sans-serif !important;
}

.hero-search-form input:focus,
.hero-search-form select:focus {
    border-color: var(--hr-ocean) !important;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1) !important;
}

.page-title-section,
.cth-page-title {
    background: linear-gradient(135deg, rgba(8, 145, 178, 0.85), rgba(5, 150, 105, 0.85)) !important;
}

.star-rating span::before,
.cth-rating i,
.listing-rating i.active {
    color: var(--hr-sunset) !important;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: var(--hr-ocean);
    color: white;
}

@media (max-width: 768px) {
    .cth-hero-section .hero-search-form {
        border-radius: 12px !important;
        padding: 16px !important;
    }
    .listing-cat-item:hover,
    .listing-item:hover {
        transform: translateY(-3px) !important;
    }
}

.cth-collage-images .collage-main-img {
    border: 4px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.cth-collage-images .collage-sub-img {
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

.listing-item img,
.category-item img {
    transition: transform 0.5s ease !important;
}

.listing-item:hover img,
.category-item:hover img {
    transform: scale(1.05) !important;
}


/* Hide Open/Closed working hours status on listing cards - not relevant for rental marketplace */
.wkhour-status.wkhour-closed,
.wkhour-status.wkhour-open,
span.wkhour-closed,
span.wkhour-open {
    display: none !important;
}

/* Hide Closed/Open status text everywhere on the site */
.wkhour-status,
.wkhour-closed,
.wkhour-open,
span.wkhour-status,
span.wkhour-closed,
span.wkhour-open,
.listing-working-hours .wkhour-status,
.single-listing .wkhour-status,
.single-listing .wkhour-closed,
.single-listing .wkhour-open,
.listing-header .wkhour-status,
.cth-header-info .wkhour-status {
    display: none !important;
    visibility: hidden !important;
}

/* Improve listing detail page header image area */
.listing-header-img {
    min-height: 300px;
}

/* Better blog card styling */
.blog-post .entry-title a {
    color: #1a1a2e;
}
.blog-post .entry-title a:hover {
    color: #0d9488;
}

/* === Login/Register Modal Enhancements === */
.cth-login-modal .modal-content,
.cth-register-modal .modal-content {
    border-radius: 16px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3) !important;
}

.cth-login-modal .modal-header,
.cth-register-modal .modal-header {
    background: linear-gradient(135deg, #0e4a5c 0%, #0891b2 100%) !important;
    color: white !important;
    padding: 25px 30px !important;
    border-bottom: none !important;
}

.cth-login-modal .modal-title,
.cth-register-modal .modal-title {
    color: white !important;
    font-size: 22px !important;
}

.cth-login-modal .modal-body,
.cth-register-modal .modal-body {
    padding: 30px !important;
}

.cth-login-modal .btn-primary,
.cth-register-modal .btn-primary,
.cth-login-modal .btn-theme,
.cth-register-modal .btn-theme {
    background: #0891b2 !important;
    border-color: #0891b2 !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.cth-login-modal .btn-primary:hover,
.cth-register-modal .btn-primary:hover,
.cth-login-modal .btn-theme:hover,
.cth-register-modal .btn-theme:hover {
    background: #0e7490 !important;
    border-color: #0e7490 !important;
    transform: translateY(-1px) !important;
}

.cth-login-modal .close,
.cth-register-modal .close {
    color: white !important;
    opacity: 0.8 !important;
}

/* Login form styling */
#cth-login-modal .form-control,
#cth-register-modal .form-control,
.cth-modal .form-control {
    border-radius: 8px !important;
    border: 2px solid #e5e7eb !important;
    padding: 12px 16px !important;
    transition: border-color 0.3s ease !important;
}

#cth-login-modal .form-control:focus,
#cth-register-modal .form-control:focus,
.cth-modal .form-control:focus {
    border-color: #0891b2 !important;
    box-shadow: 0 0 0 3px rgba(8,145,178,0.1) !important;
}

/* WP Login page styling */
.login #login h1 a {
    background-size: contain !important;
    width: 280px !important;
    height: 80px !important;
}

.login #loginform {
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

.login .button-primary {
    background: #0891b2 !important;
    border-color: #0891b2 !important;
    border-radius: 8px !important;
}

.login .button-primary:hover {
    background: #0e7490 !important;
    border-color: #0e7490 !important;
}

/* === Fluent Form Enhancements === */
.fluentform .ff-el-form-control {
    border-radius: 8px !important;
    border: 2px solid #e5e7eb !important;
    padding: 10px 14px !important;
    transition: border-color 0.3s ease !important;
}

.fluentform .ff-el-form-control:focus {
    border-color: #0891b2 !important;
    box-shadow: 0 0 0 3px rgba(8,145,178,0.1) !important;
}

.fluentform .ff-btn-submit {
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
    transition: all 0.3s ease !important;
}

.fluentform .ff-btn-submit:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* Footer newsletter form compact styling */
.footer-newsletter .fluentform .ff-el-group {
    margin-bottom: 10px !important;
}

.footer-newsletter .fluentform .ff-el-form-control {
    background: rgba(255,255,255,0.1) !important;
    border-color: rgba(255,255,255,0.2) !important;
    color: white !important;
}

.footer-newsletter .fluentform .ff-el-form-control::placeholder {
    color: rgba(255,255,255,0.5) !important;
}

.footer-newsletter .fluentform .ff-el-form-control:focus {
    background: rgba(255,255,255,0.15) !important;
    border-color: #0891b2 !important;
}

.footer-newsletter .fluentform .ff-el-input--label label {
    color: rgba(255,255,255,0.7) !important;
    font-size: 13px !important;
}

/* === General UX Improvements === */

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Better button transitions site-wide */
.btn, button, input[type="submit"], a.btn {
    transition: all 0.3s ease !important;
}

/* CTA banner in footer area */
.cth-banner-wrap {
    background: linear-gradient(135deg, #0e4a5c 0%, #0891b2 100%) !important;
}

/* Listing card hover enhancement */
.listing-item .lp-detail-wrap {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.listing-item:hover .lp-detail-wrap {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
}

/* Search bar styling */
.search-form-wrap .form-control {
    border-radius: 8px !important;
}

/* Mobile menu improvements */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #1e3a4f !important;
        padding: 15px !important;
        border-radius: 0 0 12px 12px !important;
    }

    .navbar-collapse .nav-link {
        padding: 10px 15px !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }
}


/* ============================================
   ENHANCED HAWAII RENTAL VISUAL UPGRADE
   ============================================ */

/* === Tropical Color Palette === */
:root {
    --hawaii-teal: #0891b2;
    --hawaii-teal-dark: #0e4a5c;
    --hawaii-coral: #f97316;
    --hawaii-sand: #fef3c7;
    --hawaii-palm: #065f46;
    --hawaii-ocean: #0369a1;
    --hawaii-sunset: #f59e0b;
    --hawaii-lava: #dc2626;
}

/* === Typography Enhancement === */
h1, h2, h3, .section-title, .page-title {
    letter-spacing: -0.02em !important;
}

.section-title {
    position: relative;
    padding-bottom: 15px !important;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--hawaii-teal), var(--hawaii-coral));
    border-radius: 2px;
}

/* === Hero Section Polish === */
.overvi {
    position: relative;
}

.overvi .esb-section-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.overvi h2 {
    text-shadow: 0 2px 20px rgba(0,0,0,0.3) !important;
    font-size: 42px !important;
    font-weight: 800 !important;
}

.overvi h3 {
    text-shadow: 0 1px 10px rgba(0,0,0,0.3) !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    opacity: 0.95;
}

/* === Category Cards Enhancement === */
.category-item,
.listing_cat-item {
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

.category-item:hover,
.listing_cat-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.category-item .overlay-content,
.listing_cat-item .overlay-content {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%) !important;
}

.category-item img,
.listing_cat-item img {
    transition: transform 0.6s ease !important;
}

.category-item:hover img,
.listing_cat-item:hover img {
    transform: scale(1.1) !important;
}

/* === Listing Cards Premium Styling === */
.listing-item {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    background: white !important;
}

.listing-item:hover {
    box-shadow: 0 16px 40px rgba(0,0,0,0.12) !important;
    transform: translateY(-6px) !important;
}

.listing-item .lp-media {
    overflow: hidden !important;
}

.listing-item .lp-media img {
    transition: transform 0.5s ease !important;
}

.listing-item:hover .lp-media img {
    transform: scale(1.08) !important;
}

.listing-item .lp-detail {
    padding: 18px 20px !important;
}

.listing-item .lp-detail h4 a {
    font-weight: 700 !important;
    font-size: 17px !important;
    color: #1e293b !important;
    transition: color 0.3s ease !important;
}

.listing-item .lp-detail h4 a:hover {
    color: var(--hawaii-teal) !important;
}

.listing-item .lp-price {
    color: var(--hawaii-teal) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.listing-item .lp-price .price-suffix {
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
}

.listing-item .lp-location {
    color: #64748b !important;
    font-size: 13px !important;
}

.listing-item .lp-location i {
    color: var(--hawaii-coral) !important;
}

/* Listing card badge/ribbon */
.listing-item .lp-badge,
.listing-item .featured-badge {
    background: var(--hawaii-coral) !important;
    border-radius: 20px !important;
    padding: 4px 12px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* === Stats Counter Section === */
.cth-counter-wrap {
    padding: 20px !important;
}

.cth-counter-wrap .counter-number {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: var(--hawaii-teal) !important;
    line-height: 1 !important;
}

.cth-counter-wrap .counter-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #64748b !important;
    margin-top: 8px !important;
}

/* === Testimonials Enhancement === */
.testimonial-item,
.cth-testimonial {
    background: white !important;
    border-radius: 16px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border: 1px solid #f1f5f9 !important;
    position: relative;
}

.testimonial-item::before,
.cth-testimonial::before {
    content: "\201C";
    font-size: 80px;
    color: var(--hawaii-teal);
    opacity: 0.15;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-item .testi-author-name,
.cth-testimonial .testi-author-name {
    font-weight: 700 !important;
    color: #1e293b !important;
}

.testimonial-item .rating-stars i,
.cth-testimonial .rating-stars i {
    color: #f59e0b !important;
}

/* === How It Works Section === */
.how-it-works-item,
.cth-icon-box {
    text-align: center;
    padding: 30px 20px !important;
    border-radius: 16px !important;
    transition: all 0.3s ease !important;
    background: white !important;
}

.how-it-works-item:hover,
.cth-icon-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    transform: translateY(-4px) !important;
}

.how-it-works-item .icon-wrap i,
.cth-icon-box .icon-wrap i {
    font-size: 40px !important;
    color: var(--hawaii-teal) !important;
    margin-bottom: 15px !important;
}

/* === Section Spacing & Backgrounds === */
.elementor-section {
    position: relative;
}

/* Subtle wave pattern between sections */
.sec2::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(135deg, #f0fdfa 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, #f0fdfa 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, #f0fdfa 25%, transparent 25%),
                linear-gradient(45deg, #f0fdfa 25%, transparent 25%);
    background-size: 100px 30px;
    background-color: transparent;
}

/* === Buttons Global Enhancement === */
.btn-primary,
.btn-theme,
.elementor-button,
.cth-btn {
    border-radius: 10px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover,
.btn-theme:hover,
.elementor-button:hover,
.cth-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.3) !important;
}

/* === Search Bar Enhancement === */
.search-form-wrap,
.esb-search-form {
    background: white !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12) !important;
    padding: 8px !important;
    border: 1px solid #e2e8f0 !important;
}

.search-form-wrap .form-control,
.esb-search-form .form-control {
    border: none !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
}

.search-form-wrap .btn-primary,
.esb-search-form .btn-primary {
    border-radius: 12px !important;
    padding: 14px 30px !important;
    background: linear-gradient(135deg, var(--hawaii-teal), var(--hawaii-ocean)) !important;
    border: none !important;
}

/* === Footer Enhancement === */
footer,
.cth-footer,
#footer {
    position: relative;
}

footer .widget-title,
.cth-footer .widget-title,
#footer .widget-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
    position: relative;
}

footer .widget-title::after,
.cth-footer .widget-title::after,
#footer .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--hawaii-coral);
}

/* === Pricing Cards Enhancement === */
.pricing-table,
.cth-pricing {
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    border: 1px solid #e2e8f0 !important;
}

.pricing-table:hover,
.cth-pricing:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.pricing-table.featured,
.cth-pricing.featured {
    border: 2px solid var(--hawaii-teal) !important;
    position: relative;
}

.pricing-table.featured::before,
.cth-pricing.featured::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: 0;
    right: 0;
    background: var(--hawaii-coral);
    color: white;
    padding: 4px 16px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0 0 0 12px;
}

/* === Blog Cards === */
.post-item,
.blog-item {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.post-item:hover,
.blog-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
}

.post-item .post-thumb img,
.blog-item .post-thumb img {
    transition: transform 0.5s ease !important;
}

.post-item:hover .post-thumb img,
.blog-item:hover .post-thumb img {
    transform: scale(1.05) !important;
}

/* === Back To Top Button === */
.back-to-top,
#back-to-top {
    background: var(--hawaii-teal) !important;
    border-radius: 12px !important;
    width: 48px !important;
    height: 48px !important;
    box-shadow: 0 4px 15px rgba(8,145,178,0.3) !important;
}

/* === Map Enhancement === */
.map-container,
.cth-map-wrap {
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

/* === Dashboard Enhancement === */
.dashboard-content .card,
.dashboard-content .panel {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

/* === Page Specific - Search Results === */
.search-results-wrap .listing-item {
    margin-bottom: 20px !important;
}

/* === Animations === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.listing-item,
.category-item,
.listing_cat-item,
.post-item,
.blog-item {
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger animation for grid items */
.listing-item:nth-child(2),
.category-item:nth-child(2) { animation-delay: 0.1s; }
.listing-item:nth-child(3),
.category-item:nth-child(3) { animation-delay: 0.2s; }
.listing-item:nth-child(4),
.category-item:nth-child(4) { animation-delay: 0.3s; }
.listing-item:nth-child(5),
.category-item:nth-child(5) { animation-delay: 0.4s; }

/* === Breadcrumb Enhancement === */
.breadcrumb-wrap {
    background: linear-gradient(135deg, var(--hawaii-teal-dark) 0%, var(--hawaii-teal) 100%) !important;
    padding: 30px 0 !important;
}

.breadcrumb-wrap .breadcrumb a {
    color: rgba(255,255,255,0.7) !important;
}

.breadcrumb-wrap .breadcrumb .active {
    color: white !important;
}

/* === Single Listing Page === */
.single-listing .listing-detail-header {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.single-listing .listing-detail-content {
    border-radius: 12px !important;
}

.single-listing .listing-sidebar .widget {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
}

/* === CTA Section Enhancement === */
.cth-banner-wrap {
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
}

.cth-banner-wrap::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.cth-banner-wrap::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

/* === Loading/skeleton shimmer === */
.listing-item .lp-media::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: 2;
}

/* === Responsive Improvements === */
@media (max-width: 767px) {
    .overvi h2 {
        font-size: 28px !important;
    }
    .overvi h3 {
        font-size: 16px !important;
    }
    .listing-item {
        margin-bottom: 16px !important;
    }
    .category-item,
    .listing_cat-item {
        margin-bottom: 12px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .overvi h2 {
        font-size: 34px !important;
    }
}

/* === Selection/Highlight Color === */
::selection {
    background: var(--hawaii-teal);
    color: white;
}

/* === Scrollbar Styling (webkit) === */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: var(--hawaii-teal);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--hawaii-teal-dark);
}

/* === Collage/Photo Grid Enhancement === */
.photo-collage img,
.gallery-item img {
    border-radius: 12px !important;
    transition: all 0.4s ease !important;
}

.photo-collage img:hover,
.gallery-item img:hover {
    transform: scale(1.03) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
}

/* === Notification/Alert Styling === */
.alert, .notice {
    border-radius: 12px !important;
    border: none !important;
    padding: 16px 20px !important;
}

.alert-success {
    background: #f0fdfa !important;
    color: var(--hawaii-teal-dark) !important;
    border-left: 4px solid var(--hawaii-teal) !important;
}

/* === Form page headers === */
.page-header, .entry-header {
    margin-bottom: 30px !important;
}

.page-header h1, .entry-header h1 {
    font-weight: 800 !important;
    color: #1e293b !important;
}

/* === Social icons in footer === */
.social-icons a {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    background: rgba(255,255,255,0.1) !important;
    margin-right: 6px !important;
}

.social-icons a:hover {
    background: var(--hawaii-teal) !important;
    transform: translateY(-3px) !important;
}

/* === Header Carousel Fixes === */
.list-single-carousel-wrap .fw-carousel .slick-slide-item .box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-single-carousel-wrap {
    min-height: 450px;
}
.list-single-carousel-wrap .fw-carousel .slick-slide-item {
    min-height: 450px;
}
.list-single-carousel-wrap .fw-carousel .slick-slide-item .box-item {
    height: 100%;
    min-height: 450px;
}

/* === Hotel Booking Widget Price Fix === */
.azp_widget_booking_hotel .booking-form-content .total-price,
.azp_widget_booking_hotel #bookingform-app .bk-total-cost {
    display: none;
}
.azp_widget_booking_hotel .box-widget-item-header h3::after {
    content: " Check availability & pricing";
    font-size: 0.75em;
    display: block;
    color: #7d93b2;
    font-weight: 400;
    margin-top: 4px;
}

/* === Card Price Styling === */
.geodir-category-text .pricerange {
    margin-bottom: 8px;
}
.geodir-category-text .lprice-from {
    color: #0891b2;
    font-weight: 700;
    font-size: 1.1em;
}

/* === Rating Stars Enhancement === */
.listing-rating.card-popup-rainingvis {
    margin-bottom: 8px;
}
.listing-rating span {
    color: #666;
    font-size: 0.9em;
}

/* === Listing Detail Page Enhancements === */
.listing-single-main .listing-title h2 {
    font-size: 2em;
    color: #1a1a2e;
    font-weight: 700;
}
.listing-single-main .listing-single-author {
    margin-top: 5px;
}

/* === Availability Calendar Enhancement === */
.azp_availability_calendar .box-widget-item-header h3 {
    color: #1a1a2e;
}
.cal-day.cal-available {
    background: #e0f7fa !important;
    border-color: #0891b2 !important;
}

/* === Sidebar Widgets === */
.box-widget-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}
.box-widget-item-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 15px 20px;
}
.box-widget-item-header h3 {
    color: #fff;
    font-size: 1.1em;
    margin: 0;
}

/* === Scroll Nav Bar Enhancement === */
.azp_lscroll_nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.azp_lscroll_nav .sclnav-item a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.5px;
}
.azp_lscroll_nav .sclnav-item.active a {
    color: #0891b2;
}

/* === Breadcrumb Enhancement (Listing Detail) === */
.listing-single-main .listing-breadcrumbs {
    margin-bottom: 20px;
}
.listing-single-main .listing-breadcrumbs .breadcrumbs-link {
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* === Share Button === */
.listing-single-main .share-btn {
    border-radius: 25px;
    transition: all 0.3s ease;
}
.listing-single-main .share-btn:hover {
    transform: scale(1.05);
}

/* === Weather Widget Enhancement === */
.azp_widget_weather .box-widget-content {
    padding: 15px;
}

/* === Featured Badge on Cards === */
.listing-badge-wrap .listing-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    border-radius: 20px;
    padding: 4px 12px;
    font-weight: 600;
}

/* === Category Cards on Homepage === */
.listing-cat-card {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.listing-cat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.listing-cat-card .listing-cat-card-title {
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* === "Not review yet" text styling === */
.listing-rating span:only-child {
    color: #999;
    font-style: italic;
    font-size: 0.85em;
}

/* === Listing Grid Card Improvements === */
.slick-slide-item .listing-item,
.listing-card-wrap .listing-item {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-slide-item .listing-item:hover,
.listing-card-wrap .listing-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.listing-item .geodir-category-img img {
    transition: transform 0.6s ease;
}
.listing-item:hover .geodir-category-img img {
    transform: scale(1.08);
}

/* === Listing Card Content === */
.listing-item .geodir-category-text {
    padding: 15px 18px;
}
.listing-item .geodir-category-text h3 a {
    color: #1a1a2e;
    font-weight: 700;
    font-size: 1.1em;
}
.listing-item .geodir-category-text .lcard-excerpt {
    color: #64748b;
    font-size: 0.9em;
    line-height: 1.5;
}

/* === Price on Card === */
.listing-item .pricerange .lprice-from {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 1.15em;
}

/* === Footer Enhancement === */
.main-footer {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
}
.main-footer .footer-widget h4 {
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}
.main-footer .footer-widget h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #0891b2;
    border-radius: 2px;
}

/* === Navigation Enhancement === */
.main-header .nav-holder nav ul li a {
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* === Mobile Responsive Improvements === */
@media (max-width: 768px) {
    .list-single-carousel-wrap {
        min-height: 300px;
    }
    .list-single-carousel-wrap .fw-carousel .slick-slide-item,
    .list-single-carousel-wrap .fw-carousel .slick-slide-item .box-item {
        min-height: 300px;
    }
    .listing-single-main .listing-title h2 {
        font-size: 1.5em;
    }
    .box-widget-item {
        border-radius: 8px;
    }
}

/* === Hero Section Overlay Enhancement === */
.hero-section-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(255,255,255,0.9), transparent);
    pointer-events: none;
    z-index: 1;
}

/* === Testimonial Cards === */
.testimonial-item {
    border-radius: 16px;
    transition: all 0.3s ease;
}
.testimonial-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* === Loading & Animation Improvements === */
@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.listing-item {
    animation: fadeSlideUp 0.5s ease forwards;
}

/* === How It Works Cards === */
.process-item {
    border-radius: 16px;
    transition: all 0.3s ease;
}
.process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* === Contact Form Enhancement === */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form textarea {
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    transition: border-color 0.3s ease;
}
.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form textarea:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.1);
}

/* === Pricing Table Enhancement === */
.pricing-table {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.pricing-table:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.pricing-table.featured {
    border: 2px solid #0891b2;
}

/* === Hide $0.00 Total Cost in Hotel Booking Widget === */
#bookingform-app .total-coast,
#bookingform-app .total-cost-input,
.azp_widget_booking_hotel .total-coast {
    display: none !important;
}

/* === Listing Card "Not review yet" hide/restyle === */
.listing-item .listing-rating:not(.card-popup-rainingvis) {
    display: none;
}

/* === Carousel gap fix - make images fill edge to edge === */
.fw-carousel .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
}
.fw-carousel .slick-list {
    margin: 0 !important;
}
.list-single-carousel-wrap .fw-carousel .slick-slide-item .box-item {
    overflow: hidden;
}

/* === Header carousel navigation arrows === */
.list-single-carousel-wrap .swiper-button-prev,
.list-single-carousel-wrap .swiper-button-next {
    background: rgba(255,255,255,0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.list-single-carousel-wrap .swiper-button-prev:hover,
.list-single-carousel-wrap .swiper-button-next:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transform: scale(1.1);
}
.list-single-carousel-wrap .swiper-button-prev i,
.list-single-carousel-wrap .swiper-button-next i {
    color: #1a1a2e;
    font-size: 1.2em;
}

/* === Listing dots on carousel === */
.fw-carousel .slick-dots {
    bottom: 15px;
}
.fw-carousel .slick-dots li button:before {
    color: #fff;
    opacity: 0.6;
    font-size: 10px;
}
.fw-carousel .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

/* === Search Bar on Homepage === */
.main-search-input {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    overflow: hidden;
}
.main-search-input-item input,
.main-search-input-item select {
    border: none;
    padding: 15px 20px;
}
.main-search-input .main-search-button {
    border-radius: 0 12px 12px 0;
}

/* === Blog Cards Enhancement === */
.post-article .post-article-inner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
.post-article .post-article-inner:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

/* === Category Grid Cards (Homepage) === */
.lcat-card-wrap .lcat-card {
    border-radius: 16px;
    overflow: hidden;
}
.lcat-card-wrap .lcat-card .lcat-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
}

/* === Price Range Widget Enhancement === */
#listing-price-range-widget .pricerange {
    font-size: 1.3em;
    text-align: center;
    padding: 15px 0;
}
#listing-price-range-widget .lprice-from {
    color: #0891b2;
    font-weight: 800;
    font-size: 1.4em;
}
#listing-price-range-widget .lprice-text {
    color: #64748b;
    font-weight: 500;
}

/* === Review Section Enhancement === */
.reviews-score-wrap {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 20px;
}
.reviews-total-score {
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    color: #fff;
    border-radius: 12px;
    padding: 15px;
}

/* === Comment/Review Cards === */
.reviews-comments-item {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.reviews-comments-item:hover {
    border-color: #0891b2;
    box-shadow: 0 4px 15px rgba(8,145,178,0.08);
}

/* === "Add Review" link styling === */
.listing-single-main .add-review-link,
.listing-single-main a[href="#listing-add-review"] {
    color: #0891b2;
    font-weight: 600;
}

/* === Lightgallery link in carousel === */
.fw-carousel .gal-link {
    background: rgba(0,0,0,0.3);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease;
    opacity: 0;
}
.fw-carousel .slick-slide-item:hover .gal-link {
    opacity: 1;
}
.fw-carousel .gal-link i {
    color: #fff;
    font-size: 1.1em;
}

/* === Map Container Enhancement === */
#listing-contacts-widget .box-widget {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

/* === About Page / How It Works === */
.about-wrap {
    border-radius: 16px;
    overflow: hidden;
}

/* === FAQ Section === */
.faq-section .faq-item {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.faq-section .faq-item:hover {
    border-color: #0891b2;
}
.faq-section .faq-item .faq-title {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
}

/* === Smooth Scrollbar === */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0891b2, #06b6d4);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0e7490;
}


/* ===============================================
   HOMEPAGE VISUAL POLISH - 2026-05-24
   =============================================== */

/* === Feature Boxes (Why Choose Us) === */
.features-box {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #e2e8f0;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.features-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0891b2, #06b6d4, #22d3ee);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}
.features-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(8, 145, 178, 0.15);
    border-color: #0891b2;
}
.features-box:hover::before {
    transform: scaleX(1);
}
.features-box .time-line-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}
.features-box:hover .time-line-icon {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    transform: scale(1.1) rotate(5deg);
}
.features-box .time-line-icon i {
    font-size: 28px;
    color: #0891b2;
    transition: color 0.4s ease;
}
.features-box:hover .time-line-icon i {
    color: #fff;
}
.features-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}
.features-box p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

/* === Island / Location Cards Enhancement === */
.gallery-items .gallery-item .listing-item-grid {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.gallery-items .gallery-item .listing-item-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.gallery-items .gallery-item .listing-item-cat {
    z-index: 2;
    position: relative;
}
.gallery-items .gallery-item .listing-counter {
    z-index: 2;
    position: relative;
}
.gallery-items .gallery-item .listing-item-grid img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-items .gallery-item:hover .listing-item-grid img {
    transform: scale(1.08);
}
.gallery-items .gallery-item .listing-item-cat h3 a {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.gallery-items .gallery-item .listing-term-desc {
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.9;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.gallery-items .gallery-item .listing-counter {
    background: rgba(8, 145, 178, 0.9);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 600;
}

/* === Section Titles Enhancement === */
.cth-section-title .section-title-head {
    position: relative;
}
.cth-section-title .section-title-head h2 {
    font-weight: 700;
    letter-spacing: -0.5px;
}
.cth-section-title .section-title-head .section-subtitle {
    color: #0891b2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

/* === Hero Section Enhancement === */
.hero-section .hero-section-wrap .intro-item h2 {
    font-size: 48px;
    font-weight: 800;
    text-shadow: 0 4px 16px rgba(0,0,0,0.3);
    letter-spacing: -1px;
}
.hero-section .hero-section-wrap .intro-item h3 {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    opacity: 0.95;
}
.hero-section .header-sec-link a {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.4);
}
.hero-section .header-sec-link a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.5);
    background: linear-gradient(135deg, #06b6d4, #22d3ee);
}

/* === Process Steps Enhancement === */
.process-item {
    transition: all 0.3s ease;
}
.process-item:hover {
    transform: translateY(-5px);
}
.process-item .time-line-icon {
    transition: all 0.3s ease;
}
.process-item:hover .time-line-icon {
    transform: scale(1.1);
}

/* === Testimonials Enhancement === */
.testi-item {
    transition: all 0.3s ease;
}
.testi-item .testi-text {
    border-radius: 16px;
}
.swiper-slide-active .testi-item .testi-text {
    box-shadow: 0 10px 30px rgba(8, 145, 178, 0.15);
}

/* === Blog Posts Grid Enhancement === */
.post-grid-item {
    transition: all 0.3s ease;
}
.post-grid-item:hover {
    transform: translateY(-5px);
}
.post-grid-item .post-grid-media img {
    transition: transform 0.5s ease;
}
.post-grid-item:hover .post-grid-media img {
    transform: scale(1.05);
}
.post-grid-item .post-grid-content h3 a {
    transition: color 0.3s ease;
}
.post-grid-item:hover .post-grid-content h3 a {
    color: #0891b2;
}

/* === Counters Section Enhancement === */
.count-number {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -2px;
}
.count-desc {
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* === Parallax CTA Enhancement === */
.parallax-section .parallax-wrap h2 {
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

/* === View All Button Enhancement === */
.view-all-cats {
    margin-top: 30px;
}
.view-all-cats .btn {
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.view-all-cats .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(8, 145, 178, 0.3);
}

/* === Category Cards Enhancement === */
.listing-item-grid .listing-item-cat h3 {
    margin-bottom: 0;
}

/* === Collage Section Text === */
.color-bg-text {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
}

/* === Gradient Background Section Polish === */
.gradient-bg.join-wrap-cus {
    position: relative;
}
.gradient-bg.join-wrap-cus .elementor-text-editor {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.95);
}

/* === Mobile Responsive Polish === */
@media (max-width: 768px) {
    .hero-section .hero-section-wrap .intro-item h2 {
        font-size: 32px;
    }
    .hero-section .hero-section-wrap .intro-item h3 {
        font-size: 16px;
    }
    .features-box {
        margin-bottom: 20px;
    }
    .gallery-items .gallery-item .listing-item-cat h3 a {
        font-size: 18px;
    }
    .count-number {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .hero-section .hero-section-wrap .intro-item h2 {
        font-size: 26px;
    }
    .features-box {
        padding: 25px 20px;
    }
}
