/* =========================
   Hero Banner - Home Page
   ========================= */

.hero {
    background: url('../images/main-slider/slider1-2.jpg') no-repeat center center !important;
    background-size: cover !important;
    position: relative !important;
    padding: 100px 0 !important;
    min-height: 620px !important;
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    z-index: 1 !important;
    width: 100% !important;
}

.hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(14, 46, 92, 0.75) !important;
    z-index: 0 !important;
}

.service-hero {
    background-position: center right !important;
}

.service-hero::before {
    background:
        linear-gradient(90deg, rgba(4, 9, 18, 0.9) 0%, rgba(4, 9, 18, 0.78) 42%, rgba(4, 9, 18, 0.58) 72%, rgba(4, 9, 18, 0.5) 100%) !important;
}

.ac-repair-hero {
    background-image: url('../images/main-slider/hero-ac-repair.webp') !important;
}

.ac-service-hero {
    background-image: url('../images/main-slider/hero-ac-service.webp') !important;
}

.ac-installation-hero {
    background-image: url('../images/main-slider/hero-ac-installation.webp') !important;
}

.ac-maintenance-hero {
    background-image: url('../images/main-slider/hero-ac-maintenance.webp') !important;
}

.split-ac-hero {
    background-image: url('../images/main-slider/hero-split-ac.webp') !important;
}

.window-ac-hero {
    background-image: url('../images/main-slider/hero-window-ac.webp') !important;
}

.cassette-ac-hero {
    background-image: url('../images/main-slider/hero-cassette-ac.webp') !important;
}

.hero-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
}

.hero-content {
    flex: 1 !important;
    max-width: 600px !important;
    padding-right: 40px !important;
    text-align: left !important;
}

.hero-content h1 {
    font-size: 52px !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
    text-transform: none !important;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.hero-subtitle {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    color: rgb(99 196 209 / 92%) !important;
    display: block !important;
}

.hero-content>p:not(.hero-subtitle) {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
    color: rgba(255, 255, 255, 0.92) !important;
}

.hero-btns {
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-top: 10px !important;
}

.hero-btn {
    display: inline-flex !important;
    align-items: center !important;
    padding: 14px 28px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
    box-shadow: 0 14px 34px rgb(99 196 209 / 24%) !important;
}

.hero-btn i {
    margin-right: 10px !important;
    font-size: 17px !important;
}

.primary-btn {
    background-color: #ff5500 !important;
    color: #fff !important;
    border: 2px solid #ff5500 !important;
}

.primary-btn:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}

.secondary-btn {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    backdrop-filter: blur(8px);
}

.secondary-btn:hover {
    background-color: #fff !important;
    color: #0e2e5c !important;
}

.home-hero-actions {
    gap: 14px !important;
}

.home-hero-actions .hero-btn {
    min-width: 184px !important;
    justify-content: center !important;
    min-height: 56px !important;
    padding: 0 22px !important;
    border-radius: 9px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.home-hero-actions .home-whatsapp-btn {
    background: #24c46a !important;
    border: 2px solid #24c46a !important;
    color: #fff !important;
}

.home-hero-actions .home-whatsapp-btn:hover {
    background: #18a957 !important;
    border-color: #18a957 !important;
    color: #fff !important;
}

.home-hero-actions .home-call-btn {
    background: #fff !important;
    border: 2px solid #0E2E65 !important;
    color: #0E2E65 !important;
}

.home-hero-actions .home-call-btn:hover {
    background: #0E2E65 !important;
    border-color: #0E2E65 !important;
    color: #fff !important;
}

.service-hero .hero-content h1 {
    max-width: 760px !important;
    margin-bottom: 20px !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

.service-hero .hero-subtitle {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    margin-bottom: 24px !important;
    padding: 10px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    backdrop-filter: blur(8px);
}

.service-hero .hero-content>p:not(.hero-subtitle) {
    max-width: 660px !important;
    margin-bottom: 28px !important;
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.service-hero .home-hero-actions {
    margin-top: 0 !important;
}

.service-hero .home-hero-actions .hero-btn {
    width: 198px !important;
    min-width: 198px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 20px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* ========================
   Hero Form
   ======================== */
.hero-form-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
    flex-shrink: 0 !important;
}

.hero-form-wrapper h3 {
    background-color: #0e2e5c !important;
    color: #ffffff !important;
    padding: 18px 22px !important;
    text-align: center !important;
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.hero-form-container {
    padding: 22px !important;
    background: #fff !important;
}

.hero-form-container .input-group {
    position: relative !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
}

.hero-form-container .input-group>i:first-child {
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #0e2e5c !important;
    pointer-events: none !important;
    font-size: 14px !important;
    z-index: 2 !important;
}

.hero-form-container input,
.hero-form-container select {
    width: 100% !important;
    padding: 12px 14px 12px 40px !important;
    border: 1px solid #dce0e6 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none !important;
    color: #333 !important;
    background: #f9f9f9 !important;
    display: block !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.hero-form-container input:focus,
.hero-form-container select:focus {
    border-color: #0e2e5c !important;
    background: #fff !important;
}

.hero-form-container .arrow-icon {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    color: #888 !important;
    font-size: 12px !important;
    left: auto !important;
}

.submit-btn {
    width: 100% !important;
    padding: 15px !important;
    background: #ff5500 !important;
    color: #fff !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    margin-top: 8px !important;
    border-radius: 4px !important;
    letter-spacing: 1px !important;
    display: block !important;
}

.submit-btn:hover {
    background: #cc4400 !important;
}

/* ========================
   Responsive
   ======================== */
@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 40px !important;
    }

    .hero-content {
        padding-right: 20px !important;
    }
}

@media (max-width: 991px) {
    .hero {
        padding: 70px 0 !important;
    }

    .hero-container {
        flex-direction: column !important;
        text-align: center !important;
    }

    .hero-content {
        padding-right: 0 !important;
        margin-bottom: 40px !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .hero-btns {
        justify-content: center !important;
    }

    .hero-content h1 {
        font-size: 36px !important;
    }

    .hero-form-wrapper {
        max-width: 480px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 575px) {
    .hero {
        padding: 60px 0 !important;
    }

    .hero-content h1 {
        font-size: 28px !important;
    }

    .hero-btns {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .hero-btn {
        padding: 12px 15px !important;
        font-size: 14px !important;
        flex: 1 !important;
        justify-content: center !important;
    }

    .hero-form-container {
        padding: 16px !important;
    }

    .hero-form-wrapper {
        max-width: 100% !important;
    }
}

/* SK Cooling Solutions premium cyan overrides */
.hero::before {
    background: linear-gradient(90deg, rgba(15, 18, 24, 0.9), rgba(15, 18, 24, 0.68), rgb(99 196 209 / 12%)) !important;
}

.hero-subtitle {
    color: rgb(99 196 209 / 92%) !important;
}

.primary-btn,
.submit-btn {
    background: #0E2E65 !important;
    border-color: #0E2E65 !important;
    color: #b3c6ab !important;
}

.primary-btn:hover,
.submit-btn:hover {
    background: #09244f !important;
    border-color: #09244f !important;
    color: #b3c6ab !important;
}

.secondary-btn:hover {
    color: #b3c6ab !important;
}

.hero-form-wrapper h3 {
    background: linear-gradient(135deg, #b3c6ab, #2b2f38) !important;
}

.hero-form-container .input-group>i:first-child {
    color: #b3c6ab !important;
}

.hero-form-container input:focus,
.hero-form-container select:focus {
    border-color: rgb(99 196 209 / 92%) !important;
    box-shadow: 0 0 0 3px rgb(99 196 209 / 18%) !important;
}

/* Final hero refresh loaded after theme files */
.hero {
    position: relative !important;
    overflow: hidden !important;
    background: #11151c !important;
}

.hero.service-hero {
    background-color: #11151c !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: cover !important;
}

.hero.service-hero.ac-repair-hero {
    background-image: url('../images/main-slider/hero-ac-repair.webp') !important;
}

.hero.service-hero.ac-service-hero {
    background-image: url('../images/main-slider/hero-ac-service.webp') !important;
}

.hero.service-hero.ac-installation-hero {
    background-image: url('../images/main-slider/hero-ac-installation.webp') !important;
}

.hero.service-hero.ac-maintenance-hero {
    background-image: url('../images/main-slider/hero-ac-maintenance.webp') !important;
}

.hero.service-hero.split-ac-hero {
    background-image: url('../images/main-slider/hero-split-ac.webp') !important;
}

.hero.service-hero.window-ac-hero {
    background-image: url('../images/main-slider/hero-window-ac.webp') !important;
}

.hero.service-hero.cassette-ac-hero {
    background-image: url('../images/main-slider/hero-cassette-ac.webp') !important;
}

.hero-slider-bg,
.hero-slider-bg span {
    position: absolute !important;
    inset: 0 !important;
}

.hero-slider-bg {
    z-index: 0 !important;
}

.hero-slider-bg span {
    background-position: center !important;
    background-size: cover !important;
    opacity: 0;
    transform: scale(1.08) translateX(2%);
    animation: skHeroSlide 18s infinite;
}

.hero-slider-bg span:nth-child(2) {
    animation-delay: 6s;
}

.hero-slider-bg span:nth-child(3) {
    animation-delay: 12s;
}

.hero::before {
    z-index: 1 !important;
    background: linear-gradient(90deg, rgba(12, 15, 22, 0.94), rgba(12, 15, 22, 0.74) 48%, rgba(12, 15, 22, 0.36)) !important;
}

.hero.service-hero::before {
    background: linear-gradient(90deg, rgba(5, 9, 18, 0.78), rgba(5, 9, 18, 0.5) 48%, rgba(5, 9, 18, 0.16)) !important;
}

.hero.service-hero.ac-service-hero {
    background-position: center center !important;
}

.hero-container {
    position: relative !important;
    z-index: 2 !important;
}

@keyframes skHeroSlide {
    0% {
        opacity: 0;
        transform: scale(1.08) translateX(2%);
    }

    8%,
    30% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }

    38%,
    100% {
        opacity: 0;
        transform: scale(1.03) translateX(-2%);
    }
}

.hero-trust-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(190px, 1fr)) !important;
    gap: 12px !important;
    max-width: 560px !important;
    margin: 24px 0 30px !important;
    padding: 0 !important;
    list-style: none !important;
}

.hero-trust-list li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 46px !important;
    padding: 10px 14px !important;
    border: 1px solid rgb(99 196 209 / 36%) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.hero-trust-list i {
    color: #b3c6ab !important;
    background: rgb(99 196 209 / 92%) !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    flex: 0 0 22px !important;
}

.hero-form-wrapper {
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
}

.hero-form-wrapper h3 {
    display: block !important;
    margin: 0 !important;
    color: #0e2e5c !important;
    text-align: center !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.8px !important;
    padding: 22px 18px 12px !important;
    background: #fff !important;
    border-radius: 18px 18px 0 0 !important;
}

.hero-form-container {
    padding: 18px 22px 22px !important;
    background: #fff !important;
    border-radius: 0 0 18px 18px !important;
}

.hero-form-container input,
.hero-form-container select {
    min-height: 46px !important;
    border-radius: 999px !important;
    border: 1px solid #d9e1ec !important;
    background: #fff !important;
    color: #b3c6ab !important;
    font-weight: 600 !important;
}

.submit-btn {
    border-radius: 8px !important;
    min-height: 52px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.hero-form-wrapper,
.hero-form-container,
.hero-form-container form,
.hero-form-container .input-group {
    overflow: visible !important;
}

.hero-form-container .input-group.has-custom-select {
    z-index: 8 !important;
}

.hero-form-container .input-group.has-custom-select:focus-within {
    z-index: 30 !important;
}

.hero-form-container select.sk-native-select {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: -1 !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.hero-form-container .input-group.has-custom-select > .arrow-icon {
    display: none !important;
}

.sk-select {
    position: relative !important;
    width: 100% !important;
    z-index: 2 !important;
}

.sk-select-trigger {
    position: relative !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 10px 46px 10px 40px !important;
    border: 1px solid #d9e1ec !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #212529 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.sk-select-trigger:after {
    content: "\f107";
    position: absolute;
    right: 18px;
    top: 50%;
    color: #212529;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    transition: transform 180ms ease;
}

.sk-select.is-open .sk-select-trigger {
    border-color: #0E2E65 !important;
    box-shadow: 0 0 0 3px rgba(14, 46, 101, 0.14) !important;
}

.sk-select.is-open .sk-select-trigger:after {
    transform: translateY(-50%) rotate(180deg);
}

.sk-select-trigger.is-placeholder {
    color: #7b8794 !important;
}

.sk-select-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    z-index: 9999 !important;
    display: none;
    max-height: 230px;
    overflow-y: auto;
    padding: 8px !important;
    border: 1px solid #dce6f0 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.2) !important;
}

.sk-select.is-open .sk-select-menu {
    display: block;
}

.sk-select-option {
    display: block !important;
    width: 100% !important;
    min-height: 38px !important;
    padding: 9px 12px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #212529 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    cursor: pointer !important;
}

.sk-select-option:hover,
.sk-select-option:focus {
    background: #0E2E65 !important;
    color: #fff !important;
}

.sk-select-option.is-placeholder {
    color: #7b8794 !important;
}

@media (max-width: 991px) {
    .hero-trust-list {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 575px) {
    .hero-trust-list {
        grid-template-columns: 1fr !important;
    }
}
