/* =========================================
   GLOBAL
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #172033;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.site-header {
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #edf0f5;
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 5px 25px rgba(20, 30, 50, 0.08);
}

.header-container {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* Logo */

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    width: 175px;
    height: auto;
}


/* Navigation */

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #505a6c;
    position: relative;
    padding: 29px 0;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e64b2c;
    transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #e64b2c;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}


/* Header Actions */

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff2ed;
    color: #e64b2c;
    border-radius: 50%;
    font-size: 16px;
}

.header-phone small,
.header-phone strong {
    display: block;
}

.header-phone small {
    font-size: 13px;
    color: #8991a0;
}

.header-phone strong {
    font-size: 13px;
    color: #172033;
}

.header-quote-btn {
    background: #e64b2c;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.header-quote-btn:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.main-nav > a,
.dropdown-toggle {
    font-size: 14px;
    font-weight: 600;
    color: #182338;
    transition: .3s;
}

.main-nav > a:hover,
.main-nav > a.active,
.dropdown-toggle:hover {
    color: #e85d04;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
}

.dropdown-toggle i {
    font-size: 10px;
}

.nav-dropdown {
    position: relative;
}
.nav-dropdown .dropdown-toggle.active{
    color:#e85d04;
}
.dropdown-menu {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 245px;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 15px 45px rgba(20, 30, 50, .14);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 12px);
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
}

.dropdown-menu a:hover {
    background: #fff3e9;
    color: #e85d04;
}

.dropdown-menu i {
    color: #e85d04;
    width: 20px;
}

/* Mobile */

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #172033;
    margin: 5px auto;
}
.menu-toggle i{
    font-size:25px;
}
.mobile-call-btn {
    display: none;
}


/* =========================================
   HERO
========================================= */

.hero-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}


/* subtle background */

.hero-section::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: #fff7f3;
    top: 40px;
    right: -180px;
    z-index: 0;
}

.hero-container {
    min-height: 590px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
    padding: 65px 0;
}


/* Hero Content */

.hero-content {
    max-width: 650px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid #f1ddd7;
    background: #fffaf8;
    border-radius: 50px;
    color: #d94a2d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e64b2c;
    box-shadow: 0 0 0 4px #ffe6df;
}


.hero-content h1 {
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.08;
    letter-spacing: -2px;
    color: #151d2d;
    font-weight: 800;
    margin-bottom: 22px;
}

.hero-content h1 span {
    color: #e64b2c;
    display: block;
}


.hero-description {
    max-width: 600px;
    color: #687284;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.hero-description strong {
    color: #30394b;
}


/* Hero Buttons */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 35px;
}

.btn {
    min-height: 50px;
    padding: 0 23px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #e64b2c;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(230, 75, 44, 0.18);
}

.btn-primary:hover {
    background: #c93c20;
    transform: translateY(-3px);
}

.btn-whatsapp {
    border: 1px solid #e1e5eb;
    color: #fff;
    background: #25d366;
}

.btn-whatsapp:hover {
    border-color: #d0d6df;
    background: #f8fafc;
    transform: translateY(-3px);
}


/* Trust */

.hero-trust {
    display: flex;
    align-items: center;
    gap: 25px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.trust-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff1ec;
    color: #e64b2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
}

.trust-item strong,
.trust-item small {
    display: block;
}

.trust-item strong {
    color: #273044;
    font-size: 16px;
}

.trust-item small {
    color: #8b94a3;
    font-size: 13px;
}


/* =========================================
   HERO IMAGE
========================================= */

.hero-right {
    display: flex;
    justify-content: center;
}

.hero-image-card {
    width: 100%;
    max-width: 520px;
    height: 430px;
    position: relative;
    border-radius: 25px;
    background: #f7f8fa;
    border: 1px solid #edf0f4;
    overflow: hidden;
}

.image-shape {
    position: absolute;
    width: 360px;
    height: 360px;
    background: #fff0eb;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-image {
    position: absolute;
    width: 88%;
    max-width: 450px;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 2;
}


/* Floating Cards */

.floating-card {
    position: absolute;
    z-index: 5;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #edf0f4;
    box-shadow: 0 15px 35px rgba(30, 40, 60, 0.12);
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-card-top {
    top: 35px;
    left: 25px;
}

.floating-card-bottom {
    right: 25px;
    bottom: 30px;
}

.floating-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff0eb;
    color: #e64b2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.floating-card strong,
.floating-card span {
    display: block;
}

.floating-card strong {
    font-size: 16px;
    color: #222b3c;
}

.floating-card span {
    font-size: 14px;
    color: #8992a2;
}

.rating-stars {
    color: #f5a623;
    font-size: 20px;
}


/* =========================================
   SERVICE STRIP
========================================= */

.hero-services {
    border-top: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
    background: #ffffff;
    position: relative;
    z-index: 5;
}

.service-strip {
    min-height: 95px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.service-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-right: 1px solid #edf0f4;
}

.service-strip-item:first-child {
    border-left: 1px solid #edf0f4;
}

.service-strip-item > span {
    font-size: 35px;
}

.service-strip-item strong,
.service-strip-item small {
    display: block;
}

.service-strip-item strong {
    font-size: 17px;
    color: #293346;
}

.service-strip-item small {
    font-size: 15px;
    color: #929aaa;
}


/* =========================================
   FLOATING WHATSAPP
========================================= */

.floating-whatsapp {
    width: 56px;
    height: 56px;
    position: fixed;
    right: 20px;
    bottom: 73px;
    z-index: 999;
    background: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.08);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1050px) {

    .main-nav {
        gap: 18px;
    }

    .header-phone {
        display: none;
    }

    .hero-container {
        gap: 30px;
    }

    .hero-content h1 {
        font-size: 50px;
    }
}


@media (max-width: 850px) {

    .header-container {
        min-height: 72px;
    }

    .logo img {
        width: 155px;
    }

    .header-actions {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        padding: 15px 5%;
        background: #ffffff;
        border-top: 1px solid #edf0f4;
        box-shadow: 0 15px 25px rgba(20, 30, 50, 0.08);

        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .main-nav.open {
        display: flex;
    }

    .nav-link {
        padding: 13px 0;
        border-bottom: 1px solid #f0f2f5;
    }

    .nav-link::after {
        display: none;
    }

    .mobile-call-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e64b2c;
        color: #ffffff;
        padding: 12px;
        margin-top: 12px;
        border-radius: 6px;
        font-weight: 700;
        font-size: 14px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 55px 0 45px;
    }

    .hero-content {
        margin: auto;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

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

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

    .hero-right {
        margin-top: 15px;
    }

    .hero-image-card {
        max-width: 600px;
    }

    .service-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-strip-item {
        min-height: 80px;
        border-bottom: 1px solid #edf0f4;
    }

    .service-strip-item:nth-child(2) {
        border-right: none;
    }
}


@media (max-width: 600px) {

    .container {
        width: 90%;
    }

    .hero-container {
        padding-top: 42px;
    }

    .hero-content h1 {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .hero-trust {
        align-items: flex-start;
        flex-wrap:wrap;
        text-align: left;
        width: fit-content;
        margin: 0 auto;
        gap: 13px;
    }

    .hero-image-card {
        height: 300px;
        border-radius: 18px;
    }

    .image-shape {
        width: 240px;
        height: 240px;
    }

    .floating-card {
        padding: 8px 10px;
    }

    .floating-card-top {
        top: 18px;
        left: 12px;
    }

    .floating-card-bottom {
        right: 12px;
        bottom: 15px;
    }

    .floating-icon {
        width: 28px;
        height: 28px;
    }

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

    .service-strip-item,
    .service-strip-item:first-child {
        border-left: none;
        border-right: none;
    }

    .service-strip-item {
        justify-content: flex-start;
        padding-left: 0px;
        border:none;
        padding:10px 20px;
        margin:10px 0px;
        border-radius:5px;
        background-color:#eee;
    }
.service-strip-item > span{
    font-size:45px;
}
  .floating-whatsapp {
    width: 50px;
    height: 50px;
    right: 16px;
    bottom: 66px;
}
}
/* =========================================
   WHY CHOOSE US SECTION
========================================= */

.why-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}


/* Section Heading */

.section-heading {
    max-width: 720px;
    margin: 0 auto 65px;
    text-align: center;
}

.section-tag {
    display: inline-block;
    padding: 7px 13px;
    border-radius: 50px;
    background: #fff4f0;
    color: #e64b2c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-heading h2 {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #151d2d;
    margin-bottom: 17px;
}

.section-heading h2 span {
    color: #e64b2c;
}

.section-heading p {
    max-width: 650px;
    margin: auto;
    color: #727c8d;
    font-size: 16px;
    line-height: 1.8;
}


/* Main Grid */

.why-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 75px;
}


/* =========================================
   WHY IMAGE
========================================= */

.why-image-wrap {
    display: flex;
    justify-content: center;
}

.why-image-box {
    width: 100%;
    max-width: 470px;
    height: 490px;
    position: relative;
    background: #f7f8fa;
    border: 1px solid #edf0f4;
    border-radius: 24px;
    overflow: hidden;
}

.why-circle {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: #fff0eb;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.why-image-box img {
    position: absolute;
    width: 300px;
    left: 50%;
    height: 300px;
    bottom: -13%;
    object-fit: cover;
    transform: translate(-50%,-50%);
    z-index: 2;
    border-radius: 50%;
}


/* Experience Card */

.experience-card {
    position: absolute;
    z-index: 5;
    left: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 12px;
    padding: 13px 18px;
    box-shadow: 0 15px 35px rgba(30, 40, 60, 0.12);
}

.experience-number {
    color: #e64b2c;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
}

.experience-text strong,
.experience-text span {
    display: block;
}

.experience-text strong {
    color: #222b3c;
    font-size: 20px;
}

.experience-text span {
    color: #8992a2;
    font-size: 15px;
}


/* =========================================
   WHY CONTENT
========================================= */

.why-content {
    max-width: 620px;
}

.small-label {
    color: #e64b2c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.why-intro h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #151d2d;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.why-intro p {
    color: #737d8e;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
}


/* Features */

.why-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.why-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff1ec;
    color: #e64b2c;
    font-size: 13px;
    font-weight: 800;
}

.why-feature h4 {
    color: #273044;
    font-size: 16px;
    margin-bottom: 4px;
}

.why-feature p {
    color: #8992a2;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================
   WHY CTA
========================================= */

.why-cta {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #edf0f4;
}

.why-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #e64b2c;
    color: #ffffff;
    padding: 13px 19px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.why-btn:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.why-btn span {
    font-size: 18px;
}

.why-call {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-call-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff2ed;
    color: #e64b2c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-call small,
.why-call strong {
    display: block;
}

.why-call small {
    font-size: 14px;
    color: #929aaa;
}

.why-call strong {
    font-size: 15px;
    color: #273044;
}


/* =========================================
   TRUST STATS
========================================= */

.trust-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
    border: 1px solid #edf0f4;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
}

.stat-item {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #edf0f4;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item strong {
    color: #151d2d;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.stat-item > span {
    color: #e64b2c;
    font-size: 19px;
    font-weight: 800;
    margin-top: -2px;
}

.stat-item p {
    color: #8992a2;
    font-size: 15px;
    margin-top: 7px;
}


/* =========================================
   WHY RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .why-section {
        padding: 75px 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .why-image-box {
        max-width: 550px;
    }

    .why-content {
        max-width: 700px;
        margin: auto;
    }

}


@media (max-width: 600px) {

    .why-section {
        padding: 60px 0;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .section-heading p {
        font-size: 13px;
    }

    .why-image-box {
        height: 360px;
        border-radius: 18px;
    }
.why-image-box img {

    bottom: -30%;

}
    .why-circle {
        width: 280px;
        height: 280px;
    }

    .why-intro h3 {
        font-size: 28px;
    }

    .why-features {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .why-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .trust-stats {
        grid-template-columns: 1fr 1fr;
        margin-top: 55px;
    }

    .stat-item {
        min-height: 105px;
        border-bottom: 1px solid #edf0f4;
    }

    .stat-item:nth-child(2) {
        border-right: none;
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        border-bottom: none;
    }

    .stat-item strong {
        font-size: 25px;
    }

}
/* =========================================
   SERVICES SECTION
========================================= */

.services-section {
    padding: 100px 0;
    background: #f9fafb;
    position: relative;
}


/* Heading */

.services-heading {
    margin-bottom: 55px;
}


/* Services Grid */

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


/* Service Card */

.service-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9edf2;
    border-radius: 16px;
    padding: 27px;
    min-height: 285px;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #e64b2c;
    transition: width 0.35s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: #f1d8d1;
    box-shadow: 0 18px 40px rgba(30, 40, 60, 0.09);
}

.service-card:hover::before {
    width: 100%;
}


/* Card Top */

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff2ed;
    border: 1px solid #f8dfd7;
    font-size: 23px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.06);
    background: #ffe9e2;
}

.service-number {
    color: #cbd0d8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* Card Content */

.service-card h3 {
    color: #1c2536;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 11px;
}

.service-card p {
    color: #7b8595;
    font-size: 15px;
    line-height: 1.75;
    max-width: 330px;
}


/* Service Link */

.service-link {
    position: absolute;
    left: 27px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #e64b2c;
    font-size: 14px;
    font-weight: 800;
}

.service-link span {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.service-link:hover span {
    transform: translateX(5px);
}


/* =========================================
   SERVICES BOTTOM CTA
========================================= */

.services-bottom {
    margin-top: 35px;
    min-height: 82px;
    padding: 17px 23px;
    background: #ffffff;
    border: 1px solid #e9edf2;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.services-bottom-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-bottom-content strong {
    color: #222b3c;
    font-size: 14px;
}

.services-bottom-content span {
    color: #8992a2;
    font-size: 14px;
}

.services-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border-radius: 7px;
    background: #e64b2c;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.services-cta:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.services-cta span {
    font-size: 16px;
}


/* =========================================
   SERVICES RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta-content {
    flex-direction: column;
    align-items: flex-start;
}


}


@media (max-width: 650px) {

    .services-section {
        padding: 65px 0;
    }

    .services-heading {
        margin-bottom: 38px;
    }
.page-hero h1 {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 20px;
}
    .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-card {
        min-height: 265px;
        padding: 23px;
    }

    .service-link {
        left: 23px;
        bottom: 20px;
    }

    .services-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .services-bottom-content {
        display: block;
    }

    .services-bottom-content strong,
    .services-bottom-content span {
        display: block;
    }

    .services-bottom-content strong {
        margin-bottom: 4px;
    }

    .services-cta {
        width: 100%;
        justify-content: center;
    }
    
       .cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
    }


}
/* =========================================
   MOVING PROCESS SECTION
========================================= */

.process-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.process-heading {
    margin-bottom: 70px;
}


/* =========================================
   PROCESS WRAPPER
========================================= */

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


/* Connecting Line */

.process-line {
    position: absolute;
    top: 36px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: #e7ebf0;
    z-index: 0;
}


/* =========================================
   PROCESS ITEM
========================================= */

.process-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.process-number {
    position: absolute;
    top: -5px;
    right: 4px;
    color: #dfe3e8;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}

.process-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 50%;

    font-size: 35px;

    box-shadow:
        0 0 0 8px #fff,
        0 8px 25px rgba(30, 40, 60, 0.08);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.process-item:hover .process-icon {
    transform: translateY(-6px);
    border-color: #f0cfc6;
    box-shadow:
        0 0 0 8px #fff,
        0 12px 30px rgba(230, 75, 44, 0.13);
}

.process-item h3 {
    color: #202a3b;
    font-size: 18px;
    margin-bottom: 8px;
}

.process-item p {
    color: #8992a2;
    font-size: 13px;
    line-height: 1.7;
    max-width: 155px;
    margin: auto;
}


/* =========================================
   PROCESS CTA
========================================= */

.process-cta {
    margin-top: 70px;
    padding: 22px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    border: 1px solid #edf0f4;
    border-radius: 14px;
    background: #fafbfc;
}

.process-cta-text {
    display: flex;
    align-items: center;
    gap: 13px;
}

.process-cta-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff0eb;
    color: #e64b2c;

    border-radius: 50%;
    font-size: 15px;
    font-weight: 800;
}

.process-cta-text strong {
    display: block;
    color: #202a3b;
    font-size: 14px;
    margin-bottom: 2px;
}

.process-cta-text p {
    color: #8992a2;
    font-size: 13px;
}


/* CTA Buttons */

.process-cta-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.process-call-btn,
.process-whatsapp-btn {
    padding: 11px 17px;
    border-radius: 7px;

    font-size: 13px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.process-call-btn {
    background: #e64b2c;
    color: #ffffff;
}

.process-call-btn:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.process-whatsapp-btn {
    background: #25d366;
    color: #fff;
}

.process-whatsapp-btn:hover {
    background: #f5f7f9;
    transform: translateY(-2px);
}


/* =========================================
   PROCESS RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .process-wrapper {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 55px;
    }

    .process-line {
        display: none;
    }

    .process-item p {
        max-width: 190px;
    }

}


@media (max-width: 650px) {

    .process-section {
        padding: 65px 0;
    }

    .process-heading {
        margin-bottom: 45px;
    }

    .process-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }

    .process-icon {
        width: 62px;
        height: 62px;
        font-size: 22px;
    }

    .process-item h3 {
        font-size: 14px;
    }

    .process-item p {
        font-size: 13px;
    }

    .process-number {
        right: 5px;
    }

    .process-cta {
        margin-top: 50px;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .process-cta-buttons {
        width: 100%;
    }

    .process-call-btn,
    .process-whatsapp-btn {
        flex: 1;
        text-align: center;
    }

}


@media (max-width: 400px) {

    .process-wrapper {
        grid-template-columns: 1fr;
    }

    .process-item p {
        max-width: 230px;
    }

}
/* =========================================
   ABOUT SECTION
========================================= */

.about-section {
    padding: 100px 0;
    background: #f9fafb;
    position: relative;
    overflow: hidden;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 80px;
}


/* =========================================
   ABOUT CONTENT
========================================= */

.about-content {
    max-width: 610px;
}

.about-content h2 {
    color: #151d2d;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin: 14px 0 20px;
}

.about-content h2 span {
    display: block;
    color: #e64b2c;
}

.about-content p {
    color: #737d8e;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 16px;
}

.about-content .about-lead {
    color: #4f596b;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   ABOUT POINTS
========================================= */

.about-points {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-check {
    width: 27px;
    height: 27px;
    min-width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0eb;
    color: #e64b2c;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}

.about-point strong,
.about-point small {
    display: block;
}

.about-point strong {
    color: #293346;
    font-size: 16px;
    margin-bottom: 2px;
}

.about-point small {
    color: #8992a2;
    font-size: 14px;
    line-height: 1.6;
}


/* About Button */

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 13px 19px;
    background: #e64b2c;
    color: #ffffff;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    transition: all 0.3s ease;
}

.about-btn span {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.about-btn:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.about-btn:hover span {
    transform: translateX(4px);
}


/* =========================================
   COVERAGE CARD
========================================= */

.about-right {
    position: relative;
}

.coverage-card {
    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(25, 35, 50, 0.06);
}


/* Coverage Header */

.coverage-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #edf0f4;
}

.coverage-header span {
    color: #e64b2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.coverage-header h3 {
    color: #202a3b;
    font-size: 22px;
    line-height: 1.35;
    margin-top: 6px;
}

.coverage-header h3 strong {
    color: #e64b2c;
    display: block;
}

.coverage-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff1ec;
    color: #e64b2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}


/* Location List */

.location-list {
    padding: 12px 0;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
}

.location-item:last-child {
    border-bottom: none;
}

.location-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 9px;
    background: #f8f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.location-item strong,
.location-item small {
    display: block;
}

.location-item strong {
    color: #293346;
    font-size: 16px;
}

.location-item small {
    color: #929aaa;
    font-size: 15px;
    margin-top: 2px;
}


/* =========================================
   COVERAGE FOOTER
========================================= */

.coverage-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid #edf0f4;
}

.coverage-stat {
    text-align: center;
}

.coverage-stat strong,
.coverage-stat span {
    display: block;
}

.coverage-stat strong {
    color: #e64b2c;
    font-size: 22px;
    line-height: 1;
}

.coverage-stat span {
    color: #8d96a5;
    font-size: 14px;
    margin-top: 5px;
}

.coverage-divider {
    width: 1px;
    height: 32px;
    background: #e8ecf1;
    justify-self: center;
}


/* =========================================
   TRUST CARD
========================================= */

.about-trust-card {
    position: absolute;
    left: -35px;
    bottom: -30px;

    display: flex;
    align-items: center;
    gap: 11px;

    background: #ffffff;
    border: 1px solid #e9edf2;
    border-radius: 11px;
    padding: 12px 17px;

    box-shadow: 0 15px 35px rgba(25, 35, 50, 0.10);
}

.about-trust-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff0eb;
    color: #e64b2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
}

.about-trust-card strong,
.about-trust-card span {
    display: block;
}

.about-trust-card strong {
    color: #263044;
    font-size: 16px;
}

.about-trust-card span {
    color: #929aaa;
    font-size: 14px;
}


/* =========================================
   ABOUT RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .about-section {
        padding: 75px 0;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-content {
        max-width: 700px;
        margin: auto;
    }

    .about-right {
        max-width: 650px;
        width: 100%;
        margin: auto;
    }

}


@media (max-width: 600px) {

    .about-section {
        padding: 60px 0;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-content .about-lead {
        font-size: 14px;
    }

    .about-content p {
        font-size: 14px;
    }

    .coverage-card {
        padding: 21px;
        border-radius: 16px;
    }

    .coverage-header h3 {
        font-size: 19px;
    }

    .about-trust-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 15px;
        width: 100%;
    }

    .coverage-footer {
        gap: 5px;
    }

}
/* =========================================
   TESTIMONIALS SECTION
========================================= */

.testimonials-section {
    padding: 100px 0;
    background: #f9fafb;
}

.testimonials-heading {
    margin-bottom: 45px;
}


/* =========================================
   RATING SUMMARY
========================================= */

.review-summary {
    max-width: 850px;
    margin: 0 auto 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding: 20px 25px;

    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
}


.overall-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.overall-rating > strong {
    color: #202a3b;
    font-size: 38px;
    line-height: 1;
}

.rating-details .stars {
    color: #f5a623;
    font-size: 20px;
    letter-spacing: 1px;
}

.rating-details span {
    display: block;
    color: #8992a2;
    font-size: 13px;
    margin-top: 3px;
}


.review-trust {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-check {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff0eb;
    color: #e64b2c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}

.review-trust strong,
.review-trust small {
    display: block;
}

.review-trust strong {
    color: #293346;
    font-size: 16px;
}

.review-trust small {
    color: #929aaa;
    font-size: 14px;
    margin-top: 2px;
}


/* =========================================
   REVIEWS GRID
========================================= */

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* Review Card */

.review-card {
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 16px;
    padding: 25px;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: #f0d6ce;
    box-shadow: 0 18px 40px rgba(30, 40, 60, 0.08);
}


/* Review Top */

.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer-info {
    display: flex;
    align-items: center;
    gap: 11px;
}

.customer-avatar {
    width: 43px;
    height: 43px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff0eb;
    color: #e64b2c;

    font-size: 14px;
    font-weight: 800;
}

.customer-info strong,
.customer-info span {
    display: block;
}

.customer-info strong {
    color: #293346;
    font-size: 14px;
}

.customer-info span {
    color: #929aaa;
    font-size: 14px;
    margin-top: 2px;
}


/* Google */

.google-mark {
    width: 29px;
    height: 29px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #edf0f4;

    color: #4285f4;
    font-size: 13px;
    font-weight: 800;
}


/* Stars */

.review-stars {
    margin-top: 20px;
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 1px;
}


/* Review Text */

.review-card h3 {
    margin-top: 12px;
    margin-bottom: 8px;

    color: #202a3b;
    font-size: 15px;
}

.review-card p {
    color: #737d8e;
    font-size: 13px;
    line-height: 1.8;
}

.review-date {
    margin-top: 18px;
    padding-top: 14px;

    border-top: 1px solid #edf0f4;

    color: #a0a7b2;
    font-size: 12px;
}


/* =========================================
   REVIEW BOTTOM CTA
========================================= */

.reviews-bottom {
    margin-top: 35px;

    padding: 20px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    background: #ffffff;
    border: 1px solid #e8ecf1;
    border-radius: 13px;
}

.reviews-bottom strong,
.reviews-bottom span {
    display: block;
}

.reviews-bottom strong {
    color: #273044;
    font-size: 18px;
}

.reviews-bottom span {
    color: #929aaa;
    font-size: 16px;
    margin-top: 3px;
}

.review-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 18px;

    background: #e64b2c;
    color: #ffffff;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 800;

    white-space: nowrap;

    transition: all 0.3s ease;
}

.review-cta:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.review-cta span {
    color: #ffffff;
    font-size: 16px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .testimonials-section {
        padding: 75px 0;
    }

    .reviews-grid {
        grid-template-columns: 1fr 1fr;
    }

    .review-card:last-child {
        grid-column: span 2;
        max-width: calc(50% - 11px);
        width: 100%;
        margin: auto;
    }

}


@media (max-width: 650px) {

    .testimonials-section {
        padding: 60px 0;
    }

    .review-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    .reviews-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-cta {
        width: 100%;
        justify-content: center;
    }

}
/* =========================================
   SERVICE AREAS SECTION
========================================= */

.areas-section {
    padding: 100px 0;
    background: #ffffff;
}

.areas-heading {
    margin-bottom: 55px;
}


/* =========================================
   AREAS LAYOUT
========================================= */

.areas-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 25px;
    align-items: stretch;
}


/* =========================================
   MAIN LOCATION CARD
========================================= */

.areas-main-card {
    padding: 30px;
    border-radius: 18px;
    background: #151d2d;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.areas-main-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    right: -90px;
    bottom: -100px;
    border: 35px solid rgba(255,255,255,0.04);
}

.areas-main-top {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
    z-index: 2;
}

.areas-location-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(230, 75, 44, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.areas-main-top span {
    display: block;
    color: #e98a76;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.areas-main-top h3 {
    margin-top: 3px;
    font-size: 22px;
    line-height: 1.2;
}

.areas-main-card > p {
    position: relative;
    z-index: 2;
    color: #aeb6c4;
    font-size: 14px;
    line-height: 1.8;
    margin: 25px 0;
    max-width: 330px;
}


/* Highlights */

.areas-highlight {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid rgba(255,255,255,0.10);
    padding-top: 22px;
}

.areas-highlight div {
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.10);
}

.areas-highlight div:first-child {
    text-align: left;
}

.areas-highlight div:last-child {
    border-right: none;
}

.areas-highlight strong,
.areas-highlight span {
    display: block;
}

.areas-highlight strong {
    color: #ffffff;
    font-size: 16px;
}

.areas-highlight span {
    color: #8993a3;
    font-size: 14px;
    margin-top: 3px;
}


/* =========================================
   AREAS LIST
========================================= */

.areas-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.area-item {
    min-height: 58px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 14px;

    border: 1px solid #e9edf2;
    border-radius: 9px;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.area-item:hover {
    transform: translateX(4px);
    border-color: #f1d4cb;
    box-shadow: 0 8px 20px rgba(30, 40, 60, 0.06);
}

.area-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff1ec;
    color: #e64b2c;

    font-size: 13px;
    font-weight: 800;
}

.area-item > span:nth-child(2) {
    color: #394255;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}

.area-item > strong {
    color: #c3c9d1;
    font-size: 15px;
    transition: transform 0.3s ease;
}

.area-item:hover > strong {
    color: #e64b2c;
    transform: translateX(3px);
}


/* =========================================
   NCR AREA
========================================= */

.ncr-areas {
    margin-top: 55px;
    padding: 27px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    border: 1px solid #e8ecf1;
    border-radius: 15px;
    background: #f9fafb;
}

.ncr-heading h3 {
    margin-top: 5px;
    color: #263044;
    font-size: 18px;
}

.ncr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.ncr-list span {
    padding: 8px 13px;
    border: 1px solid #e2e6eb;
    border-radius: 50px;
    background: #ffffff;
    color: #626c7c;
    font-size: 13px;
    font-weight: 600;
}


/* =========================================
   AREAS CTA
========================================= */

.areas-cta {
    margin-top: 20px;

    padding: 20px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    border: 1px solid #f0ddd8;
    border-radius: 13px;

    background: #fffaf8;
}

.areas-cta strong,
.areas-cta span {
    display: block;
}

.areas-cta strong {
    color: #293346;
    font-size: 18px;
}

.areas-cta div > span {
    color: #929aaa;
    font-size: 15px;
    margin-top: 3px;
}

.areas-cta > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 11px 17px;

    background: #e64b2c;
    color: #ffffff;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;

    transition: all 0.3s ease;
}

.areas-cta > a:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.areas-cta > a span {
    font-size: 15px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .areas-section {
        padding: 75px 0;
    }

    .areas-layout {
        grid-template-columns: 1fr;
    }

    .areas-main-card {
        min-height: 250px;
    }

    .ncr-areas {
        align-items: flex-start;
        flex-direction: column;
    }

    .ncr-list {
        justify-content: flex-start;
    }

}


@media (max-width: 600px) {

    .areas-section {
        padding: 60px 0;
    }

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

    .areas-main-card {
        padding: 24px;
    }

    .areas-highlight {
        gap: 5px;
    }

    .ncr-areas {
        padding: 22px;
        margin-top: 40px;
    }

    .areas-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .areas-cta > a {
        width: 100%;
        justify-content: center;
    }

}
/* =========================================
   FAQ SECTION
========================================= */

.faq-section {
    padding: 100px 0;
    background: #f9fafb;
}

.faq-heading {
    margin-bottom: 55px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    /* JS controls max-height */
}

/* =========================================
   FAQ LAYOUT
========================================= */

.faq-layout {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 55px;
    align-items: start;
}


/* =========================================
   FAQ INTRO
========================================= */

.faq-intro-card {
    background: #151d2d;
    border-radius: 18px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.faq-intro-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border: 35px solid rgba(255,255,255,0.04);
    border-radius: 50%;
    right: -80px;
    bottom: -90px;
}

.faq-question-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(230, 75, 44, 0.15);
    color: #e64b2c;

    font-size: 21px;
    font-weight: 800;

    margin-bottom: 22px;
}

.faq-intro-card h3 {
    position: relative;
    z-index: 2;

    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
}

.faq-intro-card p {
    position: relative;
    z-index: 2;

    color: #aeb6c4;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.faq-call-btn {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    padding: 12px;

    border-radius: 7px;

    background: #e64b2c;
    color: #ffffff;

    font-size: 13px;
    font-weight: 800;

    transition: all 0.3s ease;
}

.faq-call-btn:hover {
    background: #c93c20;
    transform: translateY(-2px);
}


/* =========================================
   FAQ ITEMS
========================================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 11px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item.active {
    border-color: #f0d6ce;
}

.faq-question {
    width: 100%;
    min-height: 62px;

    border: none;
    outline: none;

    background: transparent;

    padding: 17px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    cursor: pointer;

    color: #293346;

    font-family: inherit;
    font-size: 14px;
    font-weight: 700;

    text-align: left;
}

.faq-plus {
    width: 25px;
    height: 25px;
    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff1ec;
    color: #e64b2c;

    font-size: 17px;
    font-weight: 400;

    transition: transform 0.3s ease;
}

.faq-item.active .faq-plus {
    transform: rotate(45deg);
}


/* Answer */

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    padding: 0 20px 20px;

    color: #7c8696;

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================
   FAQ RESPONSIVE
========================================= */

@media (max-width: 850px) {

    .faq-section {
        padding: 75px 0;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .faq-intro-card {
        max-width: 650px;
        margin: auto;
    }

}


@media (max-width: 600px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-heading {
        margin-bottom: 38px;
    }

    .faq-intro-card {
        padding: 24px;
    }

    .faq-intro-card h3 {
        font-size: 20px;
    }

    .faq-question {
        padding: 15px;
        font-size: 13px;
    }

    .faq-answer p {
        padding: 0 15px 17px;
    }

}
/* =========================================
   CONTACT SECTION
========================================= */

.contact-section {
    padding: 100px 0;
    background: #ffffff;
}


/* =========================================
   CONTACT WRAPPER
========================================= */

.contact-wrapper {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 30px;

    border-radius: 22px;
    overflow: hidden;

    border: 1px solid #e8ecf1;
    box-shadow: 0 20px 60px rgba(25, 35, 50, 0.07);
}


/* =========================================
   FORM BOX
========================================= */

.contact-form-box {
    padding: 45px;
    background: #ffffff;
}

.contact-heading {
    margin-bottom: 28px;
}

.contact-heading h2 {
    color: #151d2d;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 12px 0;
}

.contact-heading h2 span {
    color: #e64b2c;
}

.contact-heading p {
    color: #7e8796;
    font-size: 14px;
    line-height: 1.7;
    max-width: 560px;
}


/* =========================================
   FORM
========================================= */

.moving-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;

    color: #394255;
    font-size: 13px;
    font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    border: 1px solid #e2e7ed;
    border-radius: 7px;

    background: #ffffff;

    color: #293346;

    padding: 12px 13px;

    font-family: inherit;
    font-size: 13px;

    outline: none;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.form-group input,
.form-group select {
    height: 43px;
}

.form-group textarea {
    min-height: 95px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a9b0bb;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #e6a08f;
    box-shadow: 0 0 0 3px rgba(230, 75, 44, 0.07);
}


/* Submit */

.quote-submit-btn {
    width: 100%;

    border: none;
    border-radius: 7px;

    padding: 14px 18px;

    background: #e64b2c;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-family: inherit;
    font-size: 13px;
    font-weight: 800;

    cursor: pointer;

    transition: all 0.3s ease;
}

.quote-submit-btn:hover {
    background: #c93c20;
    transform: translateY(-2px);
}

.quote-submit-btn span {
    font-size: 17px;
}

.form-note {
    margin-top: 10px;
    text-align: center;

    color: #a0a7b2;
    font-size: 15px;
}


/* =========================================
   CONTACT INFO
========================================= */

.contact-info-box {
    background: #151d2d;
    color: #ffffff;

    position: relative;
    overflow: hidden;
}

.contact-info-box::before {
    content: "";
    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    border: 65px solid rgba(255,255,255,0.025);

    right: -180px;
    top: -130px;
}

.contact-info-box::after {
    content: "";
    position: absolute;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    border: 45px solid rgba(230,75,44,0.04);

    left: -160px;
    bottom: -130px;
}

.contact-info-content {
    position: relative;
    z-index: 2;

    padding: 45px;
}

.contact-info-content h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    margin: 12px 0;
}

.contact-info-content h2 span {
    color: #e98a76;
}

.contact-info-content > p {
    color: #aeb6c4;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}


/* =========================================
   CONTACT ITEMS
========================================= */

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 14px 0;

    border-bottom: 1px solid rgba(255,255,255,0.08);

    color: #ffffff;
}

.contact-info-icon {
    width: 39px;
    height: 39px;
    min-width: 39px;

    border-radius: 9px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,0.06);

    font-size: 15px;
}

.contact-info-item small,
.contact-info-item strong {
    display: block;
}

.contact-info-item small {
    color: #7f899a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.contact-info-item strong {
    color: #ffffff;
    font-size: 13px;
}

.contact-arrow {
    margin-left: auto;
    color: #657082;
    font-size: 16px;

    transition: transform 0.3s ease;
}

.contact-info-item:hover .contact-arrow {
    color: #e64b2c;
    transform: translateX(4px);
}


/* =========================================
   CONTACT TRUST
========================================= */

.contact-trust {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-top: 25px;
    padding: 14px;

    border-radius: 9px;

    background: rgba(255,255,255,0.04);
}

.contact-trust > span {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(230,75,44,0.15);
    color: #e98a76;

    font-size: 14px;
    font-weight: 800;
}

.contact-trust strong,
.contact-trust small {
    display: block;
}

.contact-trust strong {
    color: #ffffff;
    font-size: 13px;
}

.contact-trust small {
    color: #7f899a;
    font-size: 14px;
    margin-top: 3px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .contact-section {
        padding: 75px 0;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .contact-section {
        padding: 60px 0;
    }

    .contact-form-box,
    .contact-info-content {
        padding: 28px 22px;
    }

    .contact-heading h2,
    .contact-info-content h2 {
        font-size: 27px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

}
/* =========================================
   FOOTER
========================================= */

.site-footer {
    background: #111827;
    color: #ffffff;
    padding-top: 70px;
}


/* =========================================
   FOOTER MAIN
========================================= */

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
    gap: 55px;
    padding-bottom: 55px;
}


/* =========================================
   FOOTER BRAND
========================================= */

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-logo-mark {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #e64b2c;
    color: #ffffff;

    font-size: 13px;
    font-weight: 900;
}

.footer-logo-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
}

.footer-logo-text small {
    display: block;
    margin-top: 4px;

    color: #8993a3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-brand > p {
    max-width: 310px;

    margin: 20px 0;

    color: #8993a3;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SOCIAL
========================================= */

.footer-social {
    display: flex;
    gap: 8px;
}

.footer-social a {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 7px;

    color: #aeb6c4;

    font-size: 13px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #e64b2c;
    border-color: #e64b2c;
    color: #ffffff;
    transform: translateY(-2px);
}


/* =========================================
   FOOTER COLUMNS
========================================= */

.footer-column h3 {
    color: #ffffff;

    font-size: 14px;
    font-weight: 800;

    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 11px;
}

.footer-column li a {
    color: #8993a3;

    font-size: 15px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-column li a:hover {
    color: #e98a76;
    padding-left: 3px;
}


/* =========================================
   FOOTER CONTACT
========================================= */

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 16px;

    color: #ffffff;
}

.footer-contact-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: rgba(255,255,255,0.06);

    color: #e98a76;

    font-size: 14px;
}

.footer-contact-item small,
.footer-contact-item strong {
    display: block;
}

.footer-contact-item small {
    color: #697487;
    font-size: 15px;
    margin-bottom: 3px;
}

.footer-contact-item strong {
    color: #d9dee6;
    font-size: 18px;
}


/* =========================================
   FOOTER AREAS
========================================= */

.footer-areas {
    padding: 22px 0;

    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-areas-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
}

.footer-area-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.footer-area-links a {
    padding: 6px 10px;

    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 50px;

    color: #788395;

    font-size: 15px;

    transition: all 0.25s ease;
}

.footer-area-links a:hover {
    color: #e98a76;
    border-color: rgba(230,75,44,0.35);
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {
    padding: 22px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom p {
    color: #687386;
    font-size: 14px;
}

.footer-legal {
    display: flex;
    gap: 18px;
}

.footer-legal a {
    color: #687386;
    font-size: 15px;
    transition: color 0.25s ease;
}

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


/* =====================================================
   GALLERY
===================================================== */
.gallery-section {
    padding: 90px 0;
    background: #f7f9fc;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.gallery-item {
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.gallery-item:hover img {
    transform: scale(1.07);
}

.gallery-overlay {
    position: absolute;
    inset: auto 0 0 0;
    min-height: 155px;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #ffffff;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0)
    );
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s ease;
}
.gallery-view {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #111f52;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
}
.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.94);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}


.gallery-lightbox.active {
    display: flex;
}


.gallery-lightbox img {
    max-width: 90%;
    max-height: 86vh;

    object-fit: contain;

    border-radius: 8px;
}


.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;

    width: 50px;
    height: 50px;

    border: none;
    border-radius: 50%;

    background: #ffffff;
    color: #111f52;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    font-size: 18px;

    transition: all 0.3s ease;
}


.lightbox-close {
    top: 25px;
    right: 25px;
}


.lightbox-prev {
    left: 25px;
}


.lightbox-next {
    right: 25px;
}


.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    transform: scale(1.08);
}

/* =========================================
   WEBSITE CREDIT
========================================= */

/* =========================================
   PAGE HERO
========================================= */

.page-hero {
    background:
        linear-gradient(
            rgba(10, 25, 48, 0.88),
            rgba(10, 25, 48, 0.88)
        ),
        url("images/about-banner.jpg") center/cover no-repeat;

    padding: 100px 0;
    color: #ffffff;
    text-align: center;
}

.page-hero-content {
    max-width: 850px;
}

.hero-label,
.section-label {
    display: inline-block;
    color: #f15a24;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.page-hero h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-hero h1 span {
    color: #f15a24;
}

.page-hero p {
    max-width: 700px;
    margin: auto;    font-size: 17px;
}

.breadcrumb {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.breadcrumb a {
    color: #ffffff;
}

.breadcrumb span {
    color: #f15a24;
}

.footer-credit {
    padding: 13px 0;

    border-top: 1px solid rgba(255,255,255,0.06);

    text-align: center;

    color: #596476;

    font-size: 17px;
}

.footer-credit a {
    color: #9da6b4;
    font-weight: 700;

    transition: color 0.25s ease;
}

.footer-credit a:hover {
    color: #e98a76;
}


/* =========================================
   FLOATING CONTACT BUTTONS
========================================= */

.floating-contact {
    position: fixed;

    right: 18px;
    bottom: 20px;

    display: flex;
    flex-direction: column;
    gap: 9px;

    z-index: 999;
}

.floating-contact a {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;

    box-shadow: 0 8px 25px rgba(0,0,0,0.15);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.floating-contact a:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
}

.floating-whatsapp {
    background: #25d366;
}

.floating-call {
    background: #e64b2c;
}


/* =========================================
   BACK TO TOP
========================================= */

.back-to-top {
    position: fixed;

    right: 20px;
    bottom: 130px;

    width: 40px;
    height: 40px;

    border: 1px solid #e5e9ee;
    border-radius: 8px;

    background: #ffffff;
    color: #394255;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 17px;

    cursor: pointer;

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    transition: all 0.3s ease;

    z-index: 998;

    box-shadow: 0 8px 25px rgba(25,35,50,0.10);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #e64b2c;
    border-color: #e64b2c;
    color: #ffffff;
}


/* =========================================
   FOOTER RESPONSIVE
========================================= */

@media (max-width: 950px) {

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

}


@media (max-width: 600px) {

    .site-footer {
        padding-top: 50px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .footer-brand > p {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-legal {
        flex-wrap: wrap;
    }

    .floating-contact {
        right: 13px;
        bottom: 15px;
    }

    .floating-contact a {
        width: 43px;
        height: 43px;
    }

    .back-to-top {
        right: 14px;
        bottom: 120px;
    }

}


/* =========================================
   ABOUT INTRO
========================================= */

.about-intro {
    padding: 100px 0;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 12px;
}

.experience-box {
    position: absolute;
    right: -25px;
    bottom: 30px;
    background: #f15a24;
    color: #ffffff;
    padding: 22px 25px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 170px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.experience-box strong {
    font-size: 38px;
    line-height: 1;
}

.experience-box span {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px;
}

.about-content h2,
.mission-content h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.about-content h2 span,
.mission-content h2 span {
    color: #f15a24;
    display: block;
}

.about-content p {
    color: #667085;
    margin-bottom: 16px;
}

.about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 25px;
}

.about-point {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}

.about-point i {
    color: #f15a24;
}

/* =========================================
   WHY CHOOSE
========================================= */

.why-section2 {
    background: #f7f9fc;
    padding: 100px 0;
}

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

.why-section2 .why-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 10px;
    border: 1px solid #edf0f4;
    transition: 0.3s;
}

.why-section2 .why-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.why-section2 .why-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff1eb;
    color: #f15a24;
    border-radius: 8px;
    font-size: 25px;
    margin-bottom: 22px;
}

.why-section2 .why-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.why-section2 .why-card p {
    color: #667085;
    font-size: 14px;
}

/* =========================================
   MISSION
========================================= */

.mission-section {
    padding: 100px 0;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.mission-content p {
    color: #667085;
    margin-bottom: 15px;
}

.mission-list {
    margin-top: 25px;
    display: grid;
    gap: 12px;
}

.mission-list div {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 600;
}

.mission-list i {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f15a24;
    color: #ffffff;
    font-size: 11px;
}

.mission-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
}


/* =========================================
   SERVICES SUMMARY
========================================= */

.about-services {
    padding: 100px 0;
    background: #f7f9fc;
}

.service-mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service-mini {
    background: #ffffff;
    padding: 22px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 45px 1fr 20px;
    gap: 15px;
    align-items: center;
    border: 1px solid #e9edf2;
    transition: 0.3s;
}

.service-mini:hover {
    transform: translateY(-4px);
    border-color: #f15a24;
}

.service-mini > i:first-child {
    font-size: 22px;
    color: #f15a24;
}

.service-mini > i:last-child {
    font-size: 13px;
    color: #999;
}

.service-mini h3 {
    font-size: 17px;
}

.service-mini p {
    color: #777;
    font-size: 13px;
}


/* =========================================
   CTA
========================================= */

.cta-section {
    background: #0c1d35;
    color: #ffffff;
    padding: 70px 0;
}

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

.cta-content h2 {
    font-size: 35px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.cta-content h2 span {
    color: #f15a24;
}

.cta-content p {
    color: #cbd2dc;
}

.cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.btn {
    padding: 13px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.btn-primary {
    background: #f15a24;
    color: #ffffff;
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
}


/* =====================================================
   CONTACT PAGE
===================================================== */

.contact-section {
    padding: 100px 0;
    background: #ffffff;
}


.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: start;
}


.contact-info h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 15px 0 20px;
}


.contact-info h2 span {
    display: block;
}


.contact-info > p {
    color: #68758a;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 560px;
}


/* Contact Cards */

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 18px;

    margin-bottom: 15px;

    border: 1px solid #e6eaf0;
    border-radius: 12px;

    text-decoration: none;

    color: inherit;

    transition: all 0.3s ease;
}


.contact-info-card:hover {
    transform: translateX(5px);
    border-color: #d5ddea;
    box-shadow: 0 10px 30px rgba(20, 35, 70, 0.07);
}


.contact-icon {
    width: 52px;
    height: 52px;

    flex-shrink: 0;

    border-radius: 12px;

    background: #eef3ff;
    color: #111f52;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 19px;
}


.whatsapp-icon {
    background: #eefaf3;
}


.contact-info-card span {
    display: block;

    font-size: 12px;
    color: #7a8597;

    margin-bottom: 5px;
}


.contact-info-card strong {
    display: block;

    font-size: 15px;
    color: #18243c;
}


/* =====================================================
   CONTACT FORM
===================================================== */

.contact-form-box {
    padding: 40px;

    background: #f7f9fc;

    border: 1px solid #e6eaf0;

    border-radius: 20px;
}


.form-heading h2 {
    font-size: 30px;
    margin: 12px 0 10px;
}


.form-heading p {
    color: #68758a;
    line-height: 1.7;
    margin-bottom: 30px;
}


.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}


.form-group {
    margin-bottom: 18px;
}


.form-group label {
    display: block;

    margin-bottom: 8px;

    font-size: 14px;
    font-weight: 600;

    color: #27344b;
}


.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    padding: 14px 15px;

    border: 1px solid #dce2eb;

    border-radius: 9px;

    background: #ffffff;

    color: #26344d;

    font-family: inherit;

    font-size: 14px;

    outline: none;

    transition: border-color 0.3s ease,
                box-shadow 0.3s ease;

}


.form-group textarea {
    resize: vertical;
}


.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #111f52;

    box-shadow: 0 0 0 3px rgba(17, 31, 82, 0.08);
}


.form-submit {
    width: 100%;

    border: none;

    padding: 15px 20px;

    border-radius: 9px;

    background: #111f52;

    color: #ffffff;

    font-family: inherit;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;

    transition: all 0.3s ease;
}


.form-submit:hover {
    background: #0b153d;
    transform: translateY(-2px);
}


.form-note {
    text-align: center;

    color: #7a8597;

    font-size: 12px;

    margin: 15px 0 0;
}


.form-note i {
    margin-right: 5px;
}



/* =====================================================
   CONTACT SERVICES
===================================================== */

.contact-services {
    padding: 100px 0;

    background: #f7f9fc;
}


.contact-service-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 22px;

    margin-top: 45px;
}


.contact-service-card {
    padding: 30px;

    background: #ffffff;

    border: 1px solid #e7ebf1;

    border-radius: 15px;

    text-decoration: none;

    color: inherit;

    transition: all 0.3s ease;
}


.contact-service-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 15px 35px rgba(20, 35, 70, 0.08);

    border-color: #d8deea;
}


.contact-service-icon {
    width: 55px;
    height: 55px;

    border-radius: 12px;

    background: #eef3ff;

    color: #111f52;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 21px;

    margin-bottom: 20px;
}


.contact-service-card h3 {
    font-size: 19px;

    margin: 0 0 8px;
}


.contact-service-card p {
    color: #707c8f;

    font-size: 14px;

    line-height: 1.6;

    margin-bottom: 18px;
}


.contact-service-card span {
    color: #111f52;

    font-size: 13px;

    font-weight: 700;
}


.contact-service-card span i {
    margin-left: 5px;

    transition: transform 0.3s ease;
}


.contact-service-card:hover span i {
    transform: translateX(4px);
}



/* =====================================================
   MAP
===================================================== */

.map-section {
    padding: 100px 0;

    background: #ffffff;
}


.map-heading {
    text-align: center;

    max-width: 750px;

    margin: 0 auto 40px;
}


.map-heading h2 {
    font-size: 38px;

    line-height: 1.2;

    margin: 15px 0;
}


.map-heading h2 span {
    display: block;
}


.map-heading p {
    color: #707c8f;

    line-height: 1.7;
}


.map-box {
    overflow: hidden;

    border-radius: 18px;

    border: 1px solid #e4e8ef;

    box-shadow: 0 10px 35px rgba(20, 35, 70, 0.06);
}


.map-box iframe {
    display: block;
}



/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

.about-intro-grid {
    grid-template-columns: 1fr;
    gap: 45px;
}
    .contact-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-points,.why-section2 .why-grid,.mission-grid,.service-mini-grid,.gallery-grid{
    grid-template-columns: 1fr;
}
.main-nav.active{
    display:flex;
}
}


@media (max-width: 600px) {

    .contact-section,
    .contact-services,
    .map-section {
        padding: 70px 15px;
    }

.page-hero h1 {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 20px;
}
    .contact-info h2 {
        font-size: 32px;
    }


    .contact-form-box {
        padding: 25px 18px;
    }


    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }


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


    .map-heading h2 {
        font-size: 30px;
    }


    .map-box iframe {
        height: 350px;
    }

}


/* HOUSE TYPES */

.house-types {
    padding: 100px 0;
    background: linear-gradient(to bottom, #f7f9fc, #fff);
}

.house-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.house-type-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8ecf1;
}

.type-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.type-content {
    padding: 30px;
}

.type-content > span {
    color: #f15a24;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.type-content h3 {
    font-size: 25px;
    margin: 8px 0 12px;
}

.type-content p {
    color: #667085;
    font-size: 14px;
    margin-bottom: 20px;
}

.type-content a {
    color: #f15a24;
    font-weight: 700;
    font-size: 14px;
}

.type-content a i {
    margin-left: 7px;
}


/* WHAT WE MOVE */

.what-move-section {
    padding: 100px 0;
}

.what-move-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.what-move-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 12px;
}

.what-move-content h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.what-move-content h2 span {
    display: block;
    color: #f15a24;
}

.what-move-content p {
    color: #667085;
}

.move-list {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.move-list div {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 600;
}

.move-list i {
    color: #f15a24;
}


/* PROCESS */

.process-section {
    padding: 100px 0;
    background: #f7f9fc;
}

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

.process-card {
    position: relative;
    background: #fff;
    padding: 35px 28px;
    border-radius: 10px;
    border: 1px solid #e8edf2;
}

.process-number {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 35px;
    font-weight: 800;
    color: #eef0f3;
}

.process-icon {
    width: 55px;
    height: 55px;
    background: #fff1eb;
    color: #f15a24;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.process-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.process-card p {
    color: #667085;
    font-size: 14px;
}


/* BENEFITS */

.service-why {
    padding: 100px 0;
}

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

.benefit-card {
    text-align: center;
    padding: 35px 22px;
    border: 1px solid #e9edf2;
    border-radius: 10px;
}

.benefit-card > i {
    font-size: 30px;
    color: #f15a24;
    margin-bottom: 18px;
}

.benefit-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.benefit-card p {
    color: #667085;
    font-size: 14px;
}


/* FAQ */

.faq-section {
    padding: 100px 0;
    background: #f7f9fc;
}

.faq-container {
    max-width: 850px;
    margin: auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid #e8edf2;
    border-radius: 7px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px 22px;
    background: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    color: #1b2430;
}

.faq-question i {
    color: #f15a24;
    transition: .3s;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.faq-answer p {
    padding: 0 22px 20px;
    color: #667085;
    font-size: 14px;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .service-hero-grid,
    .what-move-grid {
        grid-template-columns: 1fr;
    }

    .service-hero-image {
        order: -1;
    }

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

    .process-grid {
        grid-template-columns: 1fr 1fr;
    }
.dropdown-menu{
   left:35%;
    z-index:44;
}
}


@media (max-width: 768px) {

    .service-hero {
        padding: 65px 0;
    }

    .service-hero-content h1 {
        font-size: 36px;
    }

    .service-hero-image img {
        height: 350px;
    }

    .intro-grid,
    .house-type-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .what-move-section,
    .service-intro,
    .house-types,
    .process-section,
    .service-why,
    .faq-section {
        padding: 70px 0;
    }

    .what-move-image img {
        height: 350px;
    }

    .what-move-content h2 {
        font-size: 32px;
    }

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

}


@media (max-width: 550px) {

    .service-hero-content h1 {
        font-size: 30px;
    }

    .service-hero-content p {
        font-size: 15px;
    }

    .hero-trust {
        gap: 15px;
    }

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

    .type-image img {
        height: 240px;
    }

}