/* Extracted from resources/views/frontend/pages/index-2.blade.php */
.hero-header {
    position: relative;
    background: radial-gradient(
        circle at top right,
        rgba(11, 130, 96, 0.05) 0%,
        rgba(248, 250, 252, 1) 70%
    ) !important;
    padding: 2.4rem 0 1.5rem 0 !important;
    overflow: hidden;
}
.hero-header::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(
        circle,
        rgba(11, 130, 96, 0.03) 0%,
        transparent 70%
    );
    top: -100px;
    left: -100px;
    border-radius: 50%;
    pointer-events: none;
}
.hover-scale {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-scale:hover {
    transform: translateY(-2px) scale(1.015);
    box-shadow: 0 10px 25px rgba(11, 130, 96, 0.18) !important;
}
.hover-primary {
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    border-color: #e2e8f0 !important;
    color: #64748b !important;
    background-color: #fff;
}
.hover-primary:hover {
    background-color: rgba(11, 130, 96, 0.08) !important;
    border-color: rgba(11, 130, 96, 0.2) !important;
    color: #0b8260 !important;
    transform: translateY(-1px);
}
.text-main-color {
    color: #0b8260 !important;
}
.hero-search-content input:focus {
    outline: none;
    box-shadow: none !important;
    background-color: #fff !important;
}
.btn-main-color {
    background-color: #0b8260 !important;
    color: #fff !important;
    border: none;
    transition: all 0.25s ease;
}
.btn-main-color:hover {
    background-color: #096b4f !important;
    color: #fff !important;
}

/* Premium Responsive Search Grid & Flex */
.hero-search-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
    width: 100%;
}
.hero-main-row {
    justify-content: space-between;
}
.hero-content-col {
    flex: 0 0 58%;
    max-width: 58%;
}
.hero-display {
    margin-bottom: 1rem;
    font-size: clamp(2.85rem, 4.4vw, 4.35rem);
    line-height: 1 !important;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: #0f172a;
    font-family: "Outfit", sans-serif;
}
.hero-display .accent {
    color: #0b8260;
}
.hero-image-col {
    flex: 0 0 42%;
    max-width: 42%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.search-from-clasic {
    max-width: 860px;
}
.hero-side-thumb {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -140px;
}
.hero-image-frame {
    width: min(100%, 900px);
    max-width: 900px;
}
.hero-side-thumb figure {
    width: 100%;
    text-align: right;
    margin: 0;
}
.hero-side-thumb img {
    width: 100%;
    max-height: 960px !important;
    object-fit: contain;
}
.hero-stats-section {
    margin-top: 26px;
    margin-bottom: 28px;
    background: transparent;
}
.hero-stats-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 690px;
    border: 1px solid rgba(223, 233, 239, 0.9);
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}
.hero-stat-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 14px 20px;
    background: transparent;
    transition: background-color 0.2s ease;
}
.hero-stat-card:hover {
    background: rgba(255, 255, 255, 0.18);
}
.hero-stat-card + .hero-stat-card {
    border-left: 1px solid #e8eef3;
}
.hero-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(180deg, #e9f4ef 0%, #edf5f1 100%);
    color: #0b8260;
    font-size: 1rem;
}
.hero-stat-number {
    font-size: clamp(1.25rem, 1.7vw, 1.5rem);
    line-height: 1.05;
    font-weight: 700;
    color: #10233f;
    letter-spacing: -0.03em;
    margin: 0;
}
.hero-stat-number .hero-rating-star {
    color: #f7b731;
    font-size: 0.58em;
    vertical-align: middle;
    margin-left: 3px;
}
.hero-stat-copy {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.25;
    color: #718196;
    max-width: 132px;
}
@media (min-width: 1200px) {
    .hero-image-col {
        padding-right: 0;
    }
    .hero-side-thumb {
        margin-top: -165px;
        margin-right: -120px;
    }
    .hero-image-frame {
        width: min(100%, 980px);
        max-width: 980px;
    }
}
@media (max-width: 991.98px) {
    .hero-content-col,
    .hero-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hero-display {
        font-size: clamp(2.4rem, 6vw, 3.6rem);
        line-height: 1.1;
    }
    .search-from-clasic {
        max-width: 100%;
    }
    .hero-side-thumb {
        justify-content: center;
        margin-top: 12px;
        margin-right: 0;
    }
    .hero-side-thumb figure {
        text-align: center;
    }
    .hero-image-frame {
        width: min(100%, 640px);
        max-width: 640px;
    }
    .hero-side-thumb img {
        width: 100%;
        max-height: 620px !important;
    }
    .hero-stat-card {
        padding: 14px 16px;
    }
}
@media (max-width: 767.98px) {
    .hero-display {
        font-size: clamp(2.1rem, 8.5vw, 2.95rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }
    .hero-stats-section {
        margin-top: 20px;
        margin-bottom: 22px;
    }
    .hero-stats-bar {
        grid-template-columns: 1fr;
    }
    .hero-stat-card {
        min-height: 72px;
        gap: 10px;
    }
    .hero-stat-card + .hero-stat-card {
        border-left: 0;
        border-top: 1px solid #e8eef3;
    }
    .hero-stat-number {
        font-size: 1.2rem;
    }
    .hero-stat-copy {
        max-width: 100%;
        font-size: 0.84rem;
    }
}
.hero-search-input-field {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-search-input-field i {
    position: absolute;
    left: 15px;
    color: #64748b;
    font-size: 0.95rem;
}
.hero-search-input-field input {
    width: 100%;
    border: none !important;
    background: transparent !important;
    padding: 12px 12px 12px 42px !important;
    font-size: 0.9rem !important;
    color: #0f172a !important;
}
.hero-search-input-field input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.hero-search-divider {
    width: 1px;
    height: 30px;
    background-color: #e2e8f0;
    margin: 0 8px;
}
.hero-search-btn-container {
    display: flex;
    align-items: center;
}
.hero-search-btn-container button {
    white-space: nowrap;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(11, 130, 96, 0.15);
}
@media (max-width: 767.98px) {
    .hero-search-wrapper {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        gap: 10px;
    }
    .hero-search-divider {
        display: none;
    }
    .hero-search-input-field input {
        padding: 14px 12px 14px 42px !important;
        background-color: #f8fafc !important;
        border-radius: 10px !important;
    }
    .hero-search-btn-container button {
        width: 100%;
        padding: 14px !important;
    }
}

/* Extracted from resources/views/frontend/pages/index-2.blade.php */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}
