@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Rowdies:wght@700&display=swap');

/* Hero New Section Styles */
.hero-new {
    position: relative;
    background: #111111;
    color: #ffffff;
    overflow: hidden;
    padding: 223px 0 56px;
    min-height: auto;
    display: flex;
    align-items: flex-start;

    --hero-accent: #58c6f9;
    --hero-border: 4px;
}

.hero-new::before {
    /* content: ''; */
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 62% 44%, rgba(88, 198, 249, 0.20) 0%, rgba(88, 198, 249, 0.00) 58%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.85) 78%);
    pointer-events: none;
}

.hero-new .container {
    /* position: relative;
    z-index: 2; */
    max-width: 1600px;
    /* width: 100%;
    margin: 0 auto;
    padding: 0 40px; */
}

.hero-new-content {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 1.15fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
    min-height: auto;
}

.hero-new-text {
    position: relative;
    /* z-index: 2; */
    width: 100%;
    max-width: 620px;
    padding: 0;
    left: auto;
}

.hero-new-text h1 {
    margin: 0 0 20px;
    font: inherit;
    letter-spacing: 0;
    text-shadow: 0 0 transparent;
}

.hero-new-text h1 span {
    display: inline;
    /* font-family: 'Rowdies', 'Chakra Petch', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif; */
    font-weight: 800;
    line-height: 1.15;
    font-size: clamp(32px, 3.5vw, 58px);
    color: #ffffff;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9), 0px 2px 8px rgba(0, 0, 0, 1);
    letter-spacing: -0.5px;
}

.hero-new-text p {
    /* font-family: 'Roboto', 'Mulish', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif; */
    font-weight: 600;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.96);
    margin: 0 0 28px;
    text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.9), 0px 1px 6px rgba(0, 0, 0, 1);
    max-width: 600px;
}

.hero-reviews {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 28px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.7));
}

.hero-reviews img {
    height: 32px;
    width: auto;
}

.hero-new-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-btn {
    display: inline-block;
    padding: 12px 26px;
    /* font-family: 'Roboto', 'Mulish', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif; */
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    border: 2px solid transparent;
    box-shadow: 0 2px 6px rgba(0,0,0,0.6);
    min-width: 220px;
}

.hero-btn-primary {
    background: var(--hero-accent);
    color: #000000;
    border: 3px solid #ffffff;
}

.hero-btn-primary:hover {
    background: #55c2f9;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(88, 198, 249, 0.22);
}

.hero-btn-secondary {
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
    border: 2px solid var(--hero-accent);
}

.hero-btn-secondary:hover {
    background: rgba(88, 198, 249, 0.10);
    border-color: var(--hero-accent);
    transform: translateY(-2px);
}

.hero-trust-badges {
    display: flex;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-family: 'Roboto', 'Mulish', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif; */
    font-size: 13px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.hero-badge:not(:last-child)::after {
    content: '|';
    margin: 0 16px;
    color: rgba(255, 255, 255, 0.6);
}

.hero-badge-icon {
    font-size: 1.4rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

.hero-badge-icon.green {
    color: #4ade80;
}

.hero-badge-icon.blue {
    color: #60a5fa;
}

.hero-badge-icon.yellow {
    color: #fbbf24;
}

.hero-new-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* z-index: 1; */
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 920px;
    aspect-ratio: 16 / 10;
    aspect-ratio: 785 / 747;
    border-radius: 24px;
    overflow: hidden;
    background: rgb(0, 0, 0);
    margin-left: 0;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
}

.hero-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 0;
    pointer-events: none;
    z-index: 1;
}


.hero-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.28) 36%, rgba(0,0,0,0.00) 66%); */
    pointer-events: none;
    /* z-index: 2; */
}

.hero-image-wrapper img {
    width: 100%;
    height: 100% !important; 
    display: block;
    object-fit: cover;
    object-position: bottom;
    opacity: 0.42;
    opacity: 0.92;
    /* opacity: 1; */
    
}

/* Tablet Styles */
@media (max-width: 1024px) {
    .hero-new {
        padding: 100px 0 60px;
    }

    .hero-new .container {
        padding: 0 20px;
    }

    .hero-new-content {
        grid-template-columns: minmax(280px, 1fr) minmax(340px, 1fr);
        gap: 24px;
    }

    .hero-new-text {
        left: auto;
        width: 100%;
        max-width: 100%;
    }

    .hero-new-text h1 span {
        font-size: clamp(28px, 4vw, 48px);
    }

    .hero-new-text p {
        font-size: 15px;
    }

    .hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 10;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .hero-new {
        padding: 80px 0 50px;
        padding: 130px 0px 20px;
        min-height: auto;

    }

    .hero-new .container {
        padding: 0 20px;
    }

    .hero-new-content {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .hero-new-image {
        order: 1;
        width: 100%;
        padding: 0;
        justify-content: center;
    }

    .hero-new-text {
        order: 2;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        max-width: 100%;
        width: 100%;
        padding: 0 5px;
        text-align: center;
        margin-bottom: 0;
    }

    .hero-new-text h1 {
        margin-bottom: 20px;
    }

    .hero-new-text h1 span {
        font-size: clamp(28px, 7vw, 42px);
        line-height: 1.2;
        font-weight: 800;
    }

    .hero-new-text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
        max-width: 100%;
        padding: 0 10px;
    }

    .hero-reviews {
        justify-content: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .hero-review-badge {
        padding: 12px 18px;
    }

    .hero-new-buttons {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        align-items: center;
        width: 100%;
    }

    .hero-btn {
        width: 100%;
        max-width: 100%;
        padding: 16px 32px;
        font-size: 16px;
        font-weight: 700;
        min-width: 0;
        border-radius: 12px;
    }

    .hero-trust-badges {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        row-gap: 12px;
        align-items: center;
    }

    .hero-badge {
        font-size: 11px;
        white-space: nowrap;
    }

    .hero-badge-icon {
        font-size: 1.1rem;
    }

    .hero-image-wrapper {
        aspect-ratio: 16/9;
        border-radius: 24px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .hero-image-wrapper::before {
        border: var(--hero-border) solid var(--hero-accent);
    }

    .hero-image-wrapper img {
        object-position: bottom;
    }
}

@media (max-width: 480px) {
    /* .hero-new {
        padding: 70px 0 40px;
    } */

    .hero-new .container {
        padding: 0 15px;
    }

    .hero-new-text {
        padding: 0 5px;
    }

    .hero-new-text h1 span {
        font-size: clamp(24px, 7.5vw, 38px);
        font-size: clamp(24px, 7vw, 38px);

    }

    .hero-new-text p {
        font-size: 16px;
        margin-bottom: 25px;
        padding: 0 5px;
    }

    .hero-reviews {
        gap: 10px;
        margin-bottom: 25px;
    }

    .hero-review-badge {
        padding: 10px 14px;
        gap: 8px;
    }

    .hero-review-badge .review-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .hero-new-buttons {
        margin-bottom: 25px;
    }

    .hero-btn {
        font-size: 15px;
        padding: 14px 28px;
    }

    .hero-badge {
        font-size: 10px;
    }

    .hero-badge:not(:last-child)::after {
        margin: 0 8px;
    }

    .hero-badge-icon {
        font-size: 1rem;
    }

    .hero-new-image {
        padding: 0;
    }

    .hero-image-wrapper {
        max-width: 100%;
        border-radius: 20px;
    }
}
/* 
#header.header .logo img {
    filter: drop-shadow(0 2px 8px rgba(88, 198, 249, 0.3));
    transition: transform 0.3s ease;
} */

#header.header .logo:hover img {
    transform: scale(1.02);
}

/* Enhanced Review Badges Styling */
.hero-reviews {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 28px;
    filter: none;
}

.hero-reviews img {
    display: none;
}

.hero-review-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.hero-review-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.25);
}

.hero-review-badge .review-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    flex-shrink: 0;
}

.hero-review-badge.facebook .review-icon {
    background: #1877f2;
    color: #ffffff;
}

.hero-review-badge.google .review-icon {
    background: #ffffff;
    color: #4285f4;
}

.hero-review-badge .review-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-review-badge .review-stars {
    display: flex;
    gap: 2px;
    color: #fbbf24;
    font-size: 14px;
}

.hero-review-badge .review-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .hero-reviews {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-review-badge {
        padding: 10px 16px;
        gap: 10px;
    }

    .hero-review-badge .review-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .hero-review-badge .review-stars {
        font-size: 12px;
    }

    .hero-review-badge .review-text {
        font-size: 11px;
    }
}

/* Enhanced Navbar Styling */
.navbar {
    border-radius: 50px ;
    padding: 10px 30px ;
    background-color: rgba(15, 15, 15, 0.85) ;
    border: 1px solid rgba(255, 255, 255, 0.1) ;
    backdrop-filter: blur(15px) ;
    -webkit-backdrop-filter: blur(15px) ;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5) ;
}

#header.header .navbar ul li a {
    color: rgba(255, 255, 255, 0.9) ;
    font-weight: 600 ;
    font-size: 14px ;
    transition: color 0.3s ease ;
}

#header.header .navbar ul li a:hover,
#header.header .navbar ul li a.active {
    color: #58c6f9 ;
    text-shadow: 0 0 10px rgba(88, 198, 249, 0.5) ;
}

/* Google Logo - Simple & Clean */
.hero-review-badge.google .review-icon {
    background: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-review-badge.google .review-icon i {
    background: linear-gradient(45deg, #4285f4, #ea4335, #fbbc05, #34a853);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 48 48%22%3E%3Cpath fill=%22%23EA4335%22 d=%22M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z%22/%3E%3Cpath fill=%22%234285F4%22 d=%22M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z%22/%3E%3Cpath fill=%22%23FBBC05%22 d=%22M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z%22/%3E%3Cpath fill=%22%2334A853%22 d=%22M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z%22/%3E%3C/svg%3E");

    display: block;
}

@media (max-width: 900px) {
    .hero-image-wrapper::before, .hero-image-wrapper img ,.hero-image-wrapper {
        border-radius: 40px;
    }
}

/* Keep hero padding, but reduce the big gap before the next section on desktop */
@media (min-width: 769px) {
    .hero-new {
        margin-bottom: 0;
    }

    .hero-new + .custom-page-content .about_section.section_space_lg {
        padding-top: 36px !important;
    }
}

/* Service Area Section */
.service-area-section {
    background: #111111;
    padding: 22px 0 56px;
}

.service-area-card {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(280px, 410px);
    grid-template-columns: minmax(360px, 1fr) minmax(280px, 470px);

    gap: 20px;
    align-items: start;
    padding: 0;
}

.service-area-image-wrap {
    width: 100%;
    margin-left: auto;
    border: 1px solid rgba(88, 198, 249, 0.35);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.service-area-image-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
}

.service-area-content {
    padding: 0;
}

.service-area-content .section_heading {
    margin-bottom: 10px;
}

.service-area-intro {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    max-width: none;
}

.service-area-description {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    margin-bottom: 18px;
    max-width: 760px;
}

.service-area-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 22px;
    max-width: none;
}

.service-area-list li {
    position: relative;
    padding-left: 18px;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.45;
}

.service-area-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #58c6f9;
    box-shadow: 0 0 8px rgba(88, 198, 249, 0.6);
}

.service-area-more {
    color: rgba(255, 255, 255, 0.78);
}

.service-area-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    max-width: none;
}

.service-area-phone {
    color: #58c6f9;
    text-decoration: none;
    border-bottom: 1px solid rgba(88, 198, 249, 0.45);
}

.service-area-phone:hover {
    color: #8ad7ff;
    border-bottom-color: rgba(138, 215, 255, 0.7);
}

@media (max-width: 991px) {
    .service-area-card {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-area-image-wrap img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .service-area-content {
        padding: 0;
    }

    .service-area-image-wrap {
        width: min(100%, 560px);
        margin-right: auto;
    }

    .service-area-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .service-area-section {
        padding: 20px 0 44px;
    }

    .service-area-image-wrap {
        border-radius: 12px;
    }

    .service-area-image-wrap img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
}

/* .hero-new::before,
.hero-new::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.hero-new::before {
    top: 120px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0) 72%);
}

.hero-new::after {
    left: -140px;
    bottom: 120px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(200, 176, 141, 0.08) 0%, rgba(200, 176, 141, 0) 74%);
} */