:root {
    --bg: #f6f1e8;
    --bg-soft: #fbf8f3;
    --surface: rgba(255, 255, 255, 0.78);
    --surface-strong: #ffffff;
    --ink: #1f1d1a;
    --muted: #6b655c;
    --line: rgba(45, 36, 26, 0.1);
    --brand: #0573D4;
    --brand-strong: #045fb0;
    --accent: #d9a441;
    --accent-soft: #f6e5c0;
    --shadow: 0 24px 70px rgba(28, 26, 22, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(217, 164, 65, 0.12), transparent 30%),
        linear-gradient(180deg, #fbf8f3 0%, #f6f1e8 100%);
}

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

section,
.hero {
    position: relative;
}
#carouselExampleIndicators {
    margin-top:90px;
}

section {
    padding: 96px 0;
}

.navbar {
    padding: 18px 0;
    background: rgba(251, 248, 243, 0.72);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(45, 36, 26, 0.06);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--brand), #2490ef);
    color: #fff;
    font-family: "Google Sans";
    font-size: 1.25rem;
}

.nav-link {
    color: var(--muted);
    font-weight: 600;
    margin-left: 10px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--ink);
}

.btn {
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
    font-weight: 700;
    border-width: 1px;
}

.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    box-shadow: 0 18px 35px rgba(5, 115, 212, 0.22);
}

.btn-brand:hover {
    background: var(--brand-strong);
    border-color: var(--brand-strong);
    color: #fff;
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(5, 115, 212, 0.18);
    color: var(--brand);
}

.btn-ghost:hover {
    background: #fff;
    color: var(--brand-strong);
}

.hero {
    padding: 150px 0 90px;
    overflow: hidden;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    pointer-events: none;
}

.hero-orb-one {
    width: 360px;
    height: 360px;
    top: 70px;
    left: -120px;
    background: rgba(217, 164, 65, 0.16);
}

.hero-orb-two {
    width: 420px;
    height: 420px;
    right: -140px;
    top: 110px;
    background: rgba(5, 115, 212, 0.12);
}

.eyebrow,
.section-tag,
.package-kicker {
    display: inline-block;
    font-size: 0.83rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.eyebrow,
.section-tag {
    color: var(--brand);
    margin-bottom: 18px;
}

.section-tag.warm {
    color: #9e6c14;
}

.hero h1,
.section-intro h2,
.process h2,
.about h2,
.contact h2 {
    font-family: "Google Sans";
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #1b1814;
    font-size:60px !important;
}

.hero h1 {
    font-size: clamp(3rem, 5vw, 5.4rem);
    max-width: 11ch;
}

.hero-copy,
.section-intro p,
.process-copy,
.about p,
.contact-copy p,
.service-card p,
.package-card p,
.timeline-card p,
.why-card p,
.hero-floating-card p {
    color: var(--muted);
    font-size: 1.0rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 34px 0 38px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.metric-card {
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(45, 36, 26, 0.08);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.metric-card strong {
    display: block;
    color: var(--brand);
    font-size: 1.55rem;
    margin-bottom: 6px;
}

.metric-card span {
    color: var(--muted);
    font-size: 0.92rem;
}

.hero-panel {
    position: relative;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.64) 100%);
    border: 1px solid rgba(45, 36, 26, 0.08);
    border-radius: 34px;
    box-shadow: var(--shadow);
}

.hero-panel-top {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--brand);
    border: 1px solid rgba(5, 115, 212, 0.1);
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
}

.status-pill.light {
    color: #7a5a1f;
}

.hero-image,
.about-image {
    width: 100%;
    min-height: 540px;
    object-fit: cover;
    border-radius: 26px;
}

.hero-floating-card {
    position: absolute;
    right: -10px;
    bottom: 28px;
    width: min(320px, 82%);
    padding: 22px;
    background: rgba(255, 250, 243, 0.94);
    border: 1px solid rgba(45, 36, 26, 0.08);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(17, 15, 12, 0.12);
}

.hero-floating-card h5 {
    margin-bottom: 8px;
    font-weight: 800;
}

.trust-strip {
    padding: 0 0 40px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(45, 36, 26, 0.06);
}

.trust-item i {
    color: var(--accent);
    font-size: 1.2rem;
}

.services,
.process {
    background: rgba(255, 255, 255, 0.34);
}

.expertise {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 250, 243, 0.9) 100%);
}

.section-intro {
    max-width: 820px;
    margin: 0 auto 10px;
}

.section-intro h2 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    margin-bottom: 16px;
}

.service-card,
.package-card,
.timeline-card,
.expertise-card,
.why-card,
.contact-shell,
.about-panel {
    border: 1px solid rgba(45, 36, 26, 0.08);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.service-card,
.package-card,
.timeline-card,
.expertise-card {
    height: 100%;
    padding: 30px;
}

.service-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.package-card:hover,
.timeline-card:hover,
.expertise-card:hover {
    transform: translateY(-6px);
}

.service-icon,
.package-icon,
.expertise-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.service-icon {
    background: rgba(5, 115, 212, 0.1);
    color: var(--brand);
}

.expertise-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.expertise-icon {
    background: rgba(217, 164, 65, 0.16);
    color: #8c6315;
}

.package-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.package-icon {
    background: rgba(217, 164, 65, 0.16);
    color: #8c6315;
    flex-shrink: 0;
}

.package-kicker {
    color: var(--muted);
    margin-bottom: 4px;
}

.package-card h4 {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 800;
}

.package-badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 0.85rem;
    font-weight: 800;
}

.package-card.featured {
    background: linear-gradient(180deg, #0573D4 0%, #045fb0 100%);
    color: #fff;
}

.package-card.featured .package-kicker,
.package-card.featured p,
.package-card.featured li {
    color: rgba(255, 255, 255, 0.84);
}

.package-card.featured .package-icon {
    background: rgba(255, 255, 255, 0.14);
    color: #fff3d8;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 28px;
}

.feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 13px;
}

.feature-list li::before {
    content: "\F26A";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brand);
}

.package-card.featured .feature-list li::before {
    color: var(--accent-soft);
}

.process h2,
.about h2,
.contact h2 {
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    margin-bottom: 16px;
}

.timeline-grid,
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.timeline-step {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(5, 115, 212, 0.1);
    color: var(--brand);
    font-weight: 800;
    margin-bottom: 18px;
}

.about-panel {
    padding: 18px;
}

.why-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
}

.why-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
}

.why-card i {
    font-size: 1.3rem;
    color: var(--brand);
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 115, 212, 0.08);
}

.why-card h6 {
    font-weight: 800;
    margin-bottom: 6px;
}

.contact-shell {
    padding: 28px;
}

.contact-copy {
    height: 100%;
    padding: 14px 6px 14px 8px;
}

.contact-points {
    margin-top: 28px;
}

.contact-points p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--ink);
    font-weight: 600;
}

.contact-points i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--brand);
    background: rgba(5, 115, 212, 0.08);
}

.form-box {
    padding: 28px;
    background: var(--surface-strong);
    border-radius: 24px;
}

.form-label {
    font-weight: 700;
    color: #342e28;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    padding: 0.95rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(45, 36, 26, 0.12);
    background: #fcfaf7;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(5, 115, 212, 0.45);
    box-shadow: 0 0 0 0.25rem rgba(5, 115, 212, 0.12);
    background: #fff;
}

.footer {
    padding: 26px 0 36px;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(45, 36, 26, 0.08);
}

.footer p {
    margin: 0;
    color: var(--muted);
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 130px;
    }

    .hero-image,
    .about-image {
        min-height: 420px;
    }

    .hero-metrics,
    .trust-grid,
    .timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nav-link {
        margin-left: 0;
    }

    .navbar .btn-brand {
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    section {
        padding: 74px 0;
    }

    .hero {
        padding: 118px 0 64px;
    }

    .hero h1 {
        max-width: none;
    }

    .hero-metrics,
    .trust-grid,
    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        padding: 16px;
    }

    .hero-floating-card {
        position: static;
        width: 100%;
        margin-top: 16px;
    }

    .contact-shell,
    .form-box,
    .service-card,
    .package-card,
    .timeline-card {
        padding: 22px;
    }

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

@media (max-width: 992px) {
    .services h2, .section-intro h2, #process h2, #about h2, #contact h2 {
        font-size: 30px !important;
    }
}