* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif !important;
}

body {
    line-height: 1.6;
    background: #fff;
    color: #474747;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.main-header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s;
}

.main-header.sticky {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.logo img {
    height: 55px;
}

.quote-btn {
    background: #ff6c00;
    color: #1a1a1a;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

.hero-sec {
    background: #0f3772;
    color: #fff;
    padding: 140px 0 80px;
}

.hero-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-left {
    flex: 1;
    min-width: 300px;
}

.hero-tag {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-title span {
    color: #ff6c00;
}

.hero-desc {
    font-size: 18px;
    opacity: 0.9;
    max-width: 520px;
    margin-bottom: 30px;
}

.hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #ff6c00;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.btn-secondary {
    background: #f5f6f8;
    color: #000;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.hero-right {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.hero-right img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 365px) {
    .quote-btn {
        padding: 10px 15px;
    }

    .logo img {
        height: 38px;
    }

}

@media (max-width: 768px) {
    .logo img {
        height: 45px;
    }

    .accordion {
        max-width: 100% !important;

    }

    .hero-sec {
        padding: 120px 0 50px;
        text-align: center;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-wrap {
        flex-direction: column;
    }

    .hero-btns {
        justify-content: center;
    }
}

.trust-sec {
    background: #fff;
    padding: 50px 0;		text-align: center;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.trust-item {
    padding: 10px;
}

.trust-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: #f5f5f5;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.trust-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    font-family: "Nunito", sans-serif;
}

@media (max-width: 992px) {
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.cta-install-sec {
    padding: 70px 0;
    background: linear-gradient(135deg, #071a34, #1b0b22);
}

.cta-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border-radius: 22px;
    padding: 50px;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.cta-left {
    flex: 0 0 55%;
    color: #fff;
}

.cta-tag {
    color: #ff6c00;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-left h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 800;
}

.cta-desc {
    opacity: 0.9;
    margin-bottom: 25px;
    max-width: 520px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-orange {
    background: #ff6c00;
    color: #fff;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
}

.btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 14px 22px;
    border-radius: 30px;
    text-decoration: none;
}

.cta-right {
    flex: 0 0 40%;
    background: linear-gradient(135deg, #0b1b3a, #3b1120);
    padding: 30px;
    border-radius: 18px;
    color: #fff;
}

.cta-box {
    align-items: stretch;
}

.guarantee {
    display: inline-block;
    background: #0e2b5c;
    padding: 8px 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cta-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.cta-list li {
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
}

.cta-list li:before {
    content: "✔";
    color: #ff6c00;
    position: absolute;
    left: 0;
}

.cta-chat {
    font-size: 14px;
    opacity: 0.85;
}

.cta-chat a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .cta-left h2 {
        font-size: 32px;
    }

    .cta-box {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .cta-box {
        flex-direction: column;
        text-align: left;
        padding: 20px;
    }

    .cta-buttons {
        justify-content: space-around;
    }

    .cta-install-sec {
        padding: 50px 0;
    }
}

.services-install-sec {
    padding: 80px 0;
    background: #f4f6f8;
    text-align: center;
}

.services-tag {
    color: #ff6c00;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
}

.services-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.services-sub {
    max-width: 760px;
    margin: 0 auto 45px;
    color: #5b6570;
    line-height: 1.6;
}

.services-install-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.install-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: left;
    border: 1px solid #e3e6ea;
    transition: 0.3s;
}

.install-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.install-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f1f3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.install-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.install-card p {
    font-size: 15px;
    color: #606a75;
    line-height: 1.6;
}

.services-cta {
    margin-top: 40px;
}

.btn-main {
    background: #ff6c00;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.services-note {
    margin-top: 12px;
    font-size: 14px;
    color: #7b8794;
}

@media (max-width: 992px) {
    .services-install-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-install-grid {
        grid-template-columns: 1fr;
    }

    .services-title {
        font-size: 26px;
    }

    .services-install-sec {
        padding: 60px 0;
    }
}

.google-pro-reviews-sec {
    padding: 90px 0;
    background: #f5f6f8;
    text-align: center;
    overflow: hidden;
}

.google-pro-slider {
    overflow: hidden;
    padding-top: 50px;
}

.google-pro-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    align-items: stretch;
}

.google-pro-card {
    flex: 0 0 calc((100% - 60px) / 3);
    background: #fff;
    padding: 26px;
    border-radius: 16px;
    border: 1px solid #e6e9ef;
    text-align: left;
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .google-pro-card {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}

@media (max-width: 576px) {
    .google-pro-card {
        flex: 0 0 100%;
    }
}

.google-head {
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
    align-items: center;
}

.google-avatar {
    width: 46px;
    height: 46px;
    background: #8b5a3c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.google-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.google-stars {
    color: #fbbc04;
    font-size: 14px;
}

.google-date {
    color: #70757a;
    font-size: 14px;
}

.verified-badge {
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
}

.google-text {
    color: #3c4043;
    line-height: 1.7;
    margin: 14px 0;
    flex-grow: 1;
}

.google-footer {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: #70757a;
}

.google-logo {
    font-weight: 700;
    background: linear-gradient(90deg, #4285f4, #ea4335, #fbbc05, #34a853);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.google-pro-dots {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.google-pro-dots span {
    width: 8px;
    height: 8px;
    background: #c5c9cf;
}

.packages-sec {
    padding: 90px 0;
    background: #fff;
    text-align: center;
}

.pkg-tag {
    color: #ff6c00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pkg-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.pkg-sub {
    max-width: 720px;
    margin: 0 auto 45px;
    color: #5f6368;
    line-height: 1.6;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.pkg-card {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid #e6e9ef;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.pkg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pkg-badge {
    font-size: 13px;
    background: #f1f3f6;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 14px;
    color: #202124;
}

.pkg-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.pkg-price {
    color: #5f6368;
    margin-bottom: 14px;
}

.pkg-price strong {
    color: #ff6c00;
    font-size: 22px;
}

.pkg-price.highlight {
    color: #ff6c00;
    font-weight: 700;
}

.pkg-card ul {
    padding-left: 18px;
    margin-bottom: 20px;
    color: #5f6368;
    line-height: 1.8;
}

.pkg-btn {
    margin-top: auto;
    display: inline-block;
    background: #2f4e7c;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1100px) {
    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .packages-grid {
        grid-template-columns: 1fr;
    }

    .pkg-title {
        font-size: 26px;
    }
}

.brands-sec {
    padding: 80px 0;
    background: #f5f6f8;
    text-align: center;
}

.brands-tag {
    color: #ff6c00;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

.brands-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1f2937;
}

.brands-sub {
    max-width: 760px;
    margin: 0 auto 40px;
    color: #5f6368;
    line-height: 1.6;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.brand-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e9ef;
    transition: 0.3s;
}

.brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.brand-card img {
    max-width: 120px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brands-title {
        font-size: 26px;
    }
}

.callbar-sec {
    padding: 60px 0;
    background: #fff;
}

.callbar {
    background: #0f3772;
    color: #fff;
    border-radius: 60px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 20px;
}

.callbar-left {
    font-size: 18px;
    font-weight: 600;
}

.callbar-right a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.callbar-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: #ff6c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1e2a30;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 8px solid #f5f6f8;
}

@media (max-width: 768px) {
    .callbar {
        flex-direction: column;
        border-radius: 20px;
        padding: 35px 20px;
        text-align: center;
    }

    .callbar-right {
        background: #ff6c00;
        padding: 10px 18px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
    }

    .callbar-icon {
        position: relative;
        left: auto;
        transform: none;
        margin: 10px 0;
    }

    .callbar-left,
    .callbar-right a {
        font-size: 16px;
    }
}

.clients-sec-2 {
    padding: 90px 0;
    background: #f5f6f8;
    text-align: center;
}

.clients-tag-2 {
    color: #ff6c00;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

.clients-title-2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1f2937;
}

.clients-sub-2 {
    max-width: 720px;
    margin: 0 auto 40px;
    color: #6b7280;
}

.clients-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-slider-2 {
    display: flex;
    gap: 22px;
    overflow: hidden;
    scroll-behavior: smooth;
    max-width: 1000px;
}

.client-card {
    min-width: 170px;
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-card img {
    max-width: 120px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.client-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 18px;
}

.client-arrow.left {
    left: -20px;
}

.client-arrow.right {
    right: -20px;
}

.clients-cta-wrap {
    margin-top: 40px;
}

.clients-cta-btn {
    background: #ff6c00;
    color: #000;
    padding: 16px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(255, 108, 0, 0.35);
}

.clients-rating {
    margin-top: 12px;
    color: #6b7280;
    font-size: 14px;
}

@media (max-width: 768px) {
    .clients-title-2 {
        font-size: 26px;
    }

    .clients-slider-2 {
        max-width: 90%;
    }

    .client-card {
        min-width: 140px;
    }
}

.simple-footer {
    background: #071a34;
    color: #cfd6e1;
    padding: 22px 0;
    text-align: center;
    font-size: 14px;
}

.simple-footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-legal a {
    color: #cfd6e1;
    text-decoration: none;
    margin: 0 6px;
    transition: 0.3s;
}

.footer-legal a:hover {
    color: #ff6c00;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

.ultra-enquiry-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
    font-family: "Nunito", sans-serif;
}

.ultra-enquiry-overlay.show {
    opacity: 1;
    visibility: visible;
}

.ultra-enquiry-box {
    background: #fff;
    width: 92%;
    max-width: 420px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transform: translateY(40px) scale(0.96);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.ultra-enquiry-overlay.show .ultra-enquiry-box {
    transform: translateY(0) scale(1);
}

.ultra-close {
    position: absolute;
    right: 16px;
    top: 14px;
    cursor: pointer;
    font-size: 18px;
}

.ultra-head h3 {
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
    text-align: center;
}

.ultra-head p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 18px;
    text-align: center;
}

.ultra-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ultra-form input,
.ultra-form select {
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    transition: 0.2s;
}

.ultra-form input:focus,
.ultra-form select:focus {
    border-color: #ff6c00;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 108, 0, 0.12);
}

.ultra-submit {
    background: #ff6c00;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 14px 30px rgba(255, 108, 0, 0.35);
    font-size: 16px;
}

.ultra-whatsapp {
    margin-top: 12px;
    text-align: center;
    background: #25d366;
    color: #fff;
    padding: 15px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 600px) {
    .ultra-enquiry-overlay {
        align-items: flex-end;
    }

    .ultra-enquiry-box {
        width: 100%;
        max-width: none;
        border-radius: 22px 22px 0 0;
        padding: 24px 18px calc(30px + env(safe-area-inset-bottom));
        transform: translateY(100%);
        min-height: 80vh;
    }

    .ultra-enquiry-overlay.show .ultra-enquiry-box {
        transform: translateY(0);
    }

    .ultra-enquiry-box::before {
        content: "";
        width: 50px;
        height: 5px;
        background: #e5e7eb;
        border-radius: 10px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ultra-head {
        margin-top: 20px;
    }

    .ultra-close {
        top: 16px;
        right: 18px;
        font-size: 20px;
    }

    .ultra-whatsapp {
        position: sticky;
        bottom: 0;
    }
}

.edge-call,
.edge-wa {
    position: fixed;
    bottom: 50px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    transition: 0.25s ease;
}

.edge-call {
    left: 22px;
}

.edge-wa {
    right: 22px;
}

.edge-call img,
.edge-wa img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.edge-call:hover,
.edge-wa:hover {
    transform: translateY(-4px);
}

@media (min-width: 768px) {

    .edge-call,
    .edge-wa {
        display: none;
    }
}

@keyframes softFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

.edge-call,
.edge-wa {
    animation: softFloat 3.2s ease-in-out infinite;
}

.edge-wa {
    animation-delay: 1.4s;
}

.edge-call:hover,
.edge-wa:hover {
    animation-play-state: paused;
}

.ultra-submit.loading {
    opacity: 0.7;
    pointer-events: none;
}


.accordion {
    width: 100%;
    max-width: 70%;
    margin: auto;
    text-align: center;
    padding: 50px 20px;
}

.accordion-item {
    background: #eee;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    transition: 0.3s ease;
    text-align: left;
}

.accordion-header:hover {
    background: #e4e4e4;
}

.accordion-header.active {
    color: #ff5a00;
}

.icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.accordion-header.active .icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #ddd;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
}

.accordion-content p {
    margin: 15px 0;
    color: #555;
    text-align: left;
}