* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    color: #172033;
    background: #ffffff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

.container {
    width: min(1180px, 92%);
    margin: auto;
}


/* ================= HEADER ================= */

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #e8ebef;
}

.nav-menu {
    margin-left: auto;
}

.nav-button {
    margin-left: 28px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}



.nav-menu {
    display: flex;
    gap: 28px;
}

.nav-menu a {
    font-size: 13px;
    font-weight: 600;
    color: #596472;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #102a43;
}

.nav-button {
    padding: 12px 20px;
    background: #102a43;
    color: white;

    font-size: 13px;
    font-weight: 700;
}

.nav-button:hover {
    background: #c49a5a;
}

.menu-toggle {
    display: none;
    border: none;
    background: none;
    font-size: 25px;
}


/* ================= HERO ================= */

.hero {
    position: relative;

    min-height: 760px;

    display: flex;
    align-items: center;

    padding-top: 82px;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #0b2237,
            #163851,
            #24475f
        );

    color: white;
}

.hero-container {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 60px;
}

.hero-content {
    max-width: 720px;
}

.hero-label {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 25px;

    color: #d8b476;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}

.hero-label span {
    width: 30px;
    height: 2px;
    background: #d8b476;
}

.hero h1 {
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.04;

    letter-spacing: -3px;

    margin-bottom: 28px;
}

.hero h1 span {
    color: #d8b476;
}

.hero p {
    max-width: 680px;

    color: #d5dfe7;

    font-size: 16px;
    line-height: 1.9;

    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.primary-btn,
.secondary-btn {
    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 24px;

    font-size: 13px;
    font-weight: 800;

    transition: .3s;
}

.primary-btn {
    border: none;

    background: #c49a5a;
    color: white;

    gap: 12px;

    cursor: pointer;
}

.primary-btn:hover {
    background: #d9b878;
    transform: translateY(-2px);
}

.secondary-btn {
    border: 1px solid rgba(255,255,255,.4);
    color: white;
}

.secondary-btn:hover {
    background: white;
    color: #102a43;
}


/* Hero card */

.hero-card {
    width: 320px;

    padding: 28px;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.18);

    backdrop-filter: blur(15px);
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #d8b476;

    font-size: 10px;
    letter-spacing: 1px;
}

.card-top strong {
    color: white;
}

.card-line {
    height: 1px;
    background: rgba(255,255,255,.2);

    margin: 22px 0;
}

.hero-card-item {
    display: flex;
    justify-content: space-between;

    padding: 15px 0;

    border-bottom: 1px solid rgba(255,255,255,.1);

    color: #dce4eb;

    font-size: 13px;
}

.hero-card-item b {
    color: #d8b476;
}


/* Decorative shapes */

.hero-shape {
    position: absolute;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.shape-one {
    width: 650px;
    height: 650px;

    right: -250px;
    top: 60px;
}

.shape-two {
    width: 400px;
    height: 400px;

    right: -100px;
    top: 190px;
}


/* ================= TRUST ================= */

.trust-bar {
    background: #f6f7f8;
    border-bottom: 1px solid #e5e8eb;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.stat {
    padding: 28px 15px;
    text-align: center;

    border-right: 1px solid #e1e5e8;
}

.stat:last-child {
    border-right: none;
}

.stat strong {
    display: block;

    color: #102a43;

    font-size: 28px;
}

.stat span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;

    color: #78838e;
}


/* ================= GENERAL ================= */

.section {
    padding: 110px 0;
}

.section-label {
    display: block;

    color: #c49a5a;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 14px;
}

h2 {
    font-size: 45px;
    line-height: 1.15;

    letter-spacing: -1.5px;
}

h2 span {
    color: #c49a5a;
}

.section-heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;

    gap: 70px;

    margin-bottom: 60px;
}

.section-heading p {
    color: #6d7782;

    font-size: 15px;
    line-height: 1.9;
}

.centered {
    display: block;

    text-align: center;

    max-width: 750px;

    margin-left: auto;
    margin-right: auto;
}

.centered p {
    max-width: 650px;
    margin: 20px auto 0;
}


/* ================= ABOUT ================= */

.about-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 90px;

    align-items: center;
}

.about-image {
    position: relative;

    min-height: 500px;
}

.about-image-box {
    height: 500px;

    background:
        linear-gradient(
            145deg,
            #d9dee2,
            #71808c
        );

    display: flex;
    flex-direction: column;

    justify-content: flex-end;

    padding: 40px;

    color: white;
}

.about-image-box strong {
    display: block;

    font-size: 30px;
}

.about-image-box span {
    display: block;

    font-size: 13px;
}

.image-number {
    position: absolute;

    top: 25px;
    right: 30px;

    font-size: 12px !important;
}

.experience-badge {
    position: absolute;

    bottom: -25px;
    right: -25px;

    width: 150px;
    height: 150px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    background: #102a43;

    color: white;
}

.experience-badge strong {
    color: #d8b476;
    font-size: 36px;
}

.experience-badge span {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

.about-content p {
    color: #697480;

    font-size: 15px;
    line-height: 1.9;

    margin: 18px 0;
}

.about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 13px;

    margin-top: 28px;
}

.about-points div {
    font-size: 13px;
    font-weight: 700;
}

.about-points span {
    color: #c49a5a;
    margin-right: 8px;
}


/* ================= SERVICES ================= */

.services {
    background: #f7f8f9;
}

.service-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 18px;
}

.service-card {
    padding: 32px 26px;

    background: white;

    border: 1px solid #e7eaed;

    transition: .3s;
}

.service-card:hover {
    transform: translateY(-6px);

    border-color: #c49a5a;

    box-shadow: 0 15px 40px rgba(16,42,67,.08);
}

.service-number {
    color: #c49a5a;

    font-size: 11px;
    font-weight: 800;

    margin-bottom: 30px;
}

.service-card h3 {
    font-size: 18px;

    margin-bottom: 13px;
}

.service-card p {
    color: #707b86;

    font-size: 13px;

    line-height: 1.8;

    min-height: 120px;
}

.service-card a {
    color: #102a43;

    font-size: 12px;
    font-weight: 800;
}


/* ================= WHY US ================= */

.why-us {
    background: white;
}

.why-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 20px;

    margin-top: 60px;
}

.why-card {
    padding: 35px 25px;

    border-top: 2px solid #c49a5a;

    background: #f8f9fa;
}

.why-icon {
    color: #c49a5a;

    font-weight: 800;

    margin-bottom: 25px;
}

.why-card h3 {
    font-size: 17px;
    margin-bottom: 12px;
}

.why-card p {
    color: #707a85;

    font-size: 13px;
    line-height: 1.8;
}


/* ================= INDUSTRIES ================= */

.industries {
    background: #f7f8f9;
}

.industry-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 18px;
}

.industry-card {
    padding: 35px;

    background: white;

    border: 1px solid #e6e9ec;
}

.industry-card strong {
    color: #c49a5a;

    font-size: 11px;
}

.industry-card h3 {
    margin: 20px 0 8px;

    font-size: 18px;
}

.industry-card p {
    color: #707a85;

    font-size: 13px;
}


/* ================= NUMBERS ================= */

.numbers {
    padding: 90px 0;

    background: #102a43;

    color: white;
}

.numbers-heading {
    text-align: center;
    margin-bottom: 55px;
}

.numbers-heading h2 {
    max-width: 650px;
    margin: auto;
}

.numbers-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.numbers-grid > div {
    text-align: center;

    border-right: 1px solid rgba(255,255,255,.15);
}

.numbers-grid > div:last-child {
    border-right: none;
}

.numbers-grid strong {
    font-size: 45px;
}

.numbers-grid span {
    color: #d8b476;
    font-size: 25px;
}

.numbers-grid p {
    color: #aebdca;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* ================= PROCESS ================= */

.process-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 20px;

    margin-top: 60px;
}

.process-card {
    position: relative;

    padding: 35px 25px;

    border: 1px solid #e4e8eb;
}

.process-number {
    color: #c49a5a;

    font-weight: 800;

    margin-bottom: 25px;
}

.process-card h3 {
    margin-bottom: 12px;
}

.process-card p {
    color: #707a85;

    font-size: 13px;

    line-height: 1.8;
}


/* ================= COMPLIANCE ================= */

.compliance {
    background: #f7f8f9;
}

.compliance-box {
    padding: 65px;

    background: #e9edf0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;
}

.compliance-box h2 {
    max-width: 600px;
}

.compliance-box p {
    max-width: 650px;

    margin-top: 20px;

    color: #68737e;

    font-size: 14px;
}


/* ================= TESTIMONIAL ================= */

.testimonial-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 20px;

    margin-top: 55px;
}

.testimonial {
    padding: 35px;

    border: 1px solid #e5e8eb;
}

.quote {
    color: #c49a5a;

    font-size: 45px;

    line-height: 1;

    margin-bottom: 15px;
}

.testimonial p {
    color: #626d78;

    font-size: 14px;

    line-height: 1.9;
}

.client {
    margin-top: 25px;

    display: flex;
    flex-direction: column;
}

.client strong {
    font-size: 13px;
}

.client span {
    color: #89929b;

    font-size: 11px;
}


/* ================= FAQ ================= */

.faq {
    background: #f7f8f9;
}

.faq-grid {
    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 80px;
}

.faq-grid > div:first-child p {
    color: #707a85;

    margin-top: 20px;
}

.faq-item {
    background: white;

    border-bottom: 1px solid #e4e7ea;
}

.faq-question {
    width: 100%;

    border: none;
    background: white;

    padding: 22px 5px;

    display: flex;
    justify-content: space-between;

    cursor: pointer;

    text-align: left;

    font-size: 14px;
    font-weight: 700;

    color: #172033;
}

.faq-question span {
    color: #c49a5a;

    font-size: 20px;
}

.faq-answer {
    display: none;

    padding: 0 5px 20px;

    color: #707a85;

    font-size: 13px;

    line-height: 1.8;
}

.faq-item.open .faq-answer {
    display: block;
}


/* ================= CTA ================= */

.cta {
    padding: 90px 0;

    background:
        linear-gradient(
            110deg,
            #163852,
            #0b2237
        );

    color: white;
}

.cta-content {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;
}

.cta h2 {
    max-width: 650px;
}

.cta p {
    margin-top: 18px;

    max-width: 650px;

    color: #c6d1da;

    font-size: 14px;
}

.cta-button {
    white-space: nowrap;

    padding: 16px 25px;

    background: #c49a5a;

    font-size: 13px;
    font-weight: 800;
}

.cta-button span {
    margin-left: 10px;
}


/* ================= CONTACT ================= */

.contact-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 80px;
}

.contact-info > p {
    max-width: 500px;

    margin: 20px 0 35px;

    color: #707a85;

    font-size: 14px;

    line-height: 1.9;
}

.contact-detail {
    margin-bottom: 22px;
}

.contact-detail strong {
    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: #c49a5a;
}

.contact-detail p {
    margin-top: 4px;

    font-size: 14px;
}

.contact-form-box {
    padding: 40px;

    background: #f7f8f9;
}

.contact-form-box h3 {
    font-size: 24px;
}

.contact-form-box > p {
    margin: 8px 0 25px;

    color: #707a85;

    font-size: 13px;
}

form {
    display: flex;

    flex-direction: column;

    gap: 14px;
}

.form-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 14px;
}

input,
select,
textarea {
    width: 100%;

    padding: 15px;

    border: 1px solid #dfe3e6;

    background: white;

    outline: none;

    font-size: 13px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #c49a5a;
}

textarea {
    min-height: 130px;

    resize: vertical;
}


/* ================= FOOTER ================= */

footer {
    background: #0a1d2e;

    color: #aebac5;
}

.footer-grid {
    padding: 65px 0;

    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr 1fr;

    gap: 50px;
}

.footer-logo {
    color: white;

    font-size: 16px;
    font-weight: 800;

    letter-spacing: 1px;

    margin-bottom: 15px;
}

.footer-grid p {
    max-width: 280px;

    font-size: 12px;

    line-height: 1.8;
}

.footer-grid h4 {
    color: white;

    margin-bottom: 18px;

    font-size: 13px;
}

.footer-grid a {
    display: block;

    margin-bottom: 10px;

    font-size: 12px;
}

.footer-grid a:hover {
    color: #d8b476;
}

.footer-bottom {
    padding: 20px 0;

    border-top: 1px solid rgba(255,255,255,.08);
}

.footer-bottom p {
    font-size: 11px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 1000px) {

    .nav-menu {
        gap: 15px;
    }

    .hero-card {
        display: none;
    }

    .service-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .industry-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


@media (max-width: 800px) {

    .nav-menu,
    .nav-button {
        display: none;
    }

    .menu-toggle {
        display: block;
        color: #102a43;
    }

    .nav-menu.show {
        display: flex;

        position: absolute;

        top: 82px;
        left: 0;

        width: 100%;

        padding: 25px;

        background: white;

        flex-direction: column;

        gap: 20px;
    }

    .hero {
        min-height: 700px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .trust-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .about-grid,
    .faq-grid,
    .contact-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .section-heading {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .numbers-grid {
        grid-template-columns: repeat(2,1fr);

        gap: 35px;
    }

    .numbers-grid > div {
        border: none;
    }

    .cta-content,
    .compliance-box {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 600px) {

    .navbar {
        height: 72px;
    }

    .hero {
        padding-top: 72px;
    }

    .hero h1 {
        font-size: 42px;

        letter-spacing: -2px;
    }

    .hero p {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .trust-grid,
    .service-grid,
    .why-grid,
    .industry-grid,
    .process-grid,
    .testimonial-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .about-image,
    .about-image-box {
        min-height: 400px;
        height: 400px;
    }

    .experience-badge {
        right: 10px;
    }

    h2 {
        font-size: 35px;
    }

    .section {
        padding: 75px 0;
    }

    .numbers-grid strong {
        font-size: 35px;
    }

    .compliance-box {
        padding: 35px 25px;
    }

    .contact-form-box {
        padding: 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

}
/* Reduce spacing in Footer Contact section */
.footer-grid > div:last-child p {
    margin: 0 0 10px;
    line-height: 1.5;
}

.footer-grid > div:last-child a {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
/* RAVS Logo */
/* ================= HEADER FIX ================= */

/* ================= HEADER ================= */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #e8ebef;
}

/* ================================
   HEADER - DESKTOP
================================ */
/* DESKTOP */
.navbar {
    height: 82px;
    display: flex;
    align-items: center;
}
/* LOGO ONLY */
.logo {
    display: flex;
    align-items: center;
    margin-right: auto;
    flex-shrink: 0;
}

.logo img {
    width: 80px;
    height: 58px;
    object-fit: contain;
    display: block;
    transform: scale(4);
    transform-origin: left center;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

.nav-button {
    display: block;
    margin-left: 28px;
    white-space: nowrap;
}

.menu-toggle {
    display: none;
}

/* ================================
   MOBILE MENU
================================ */

@media (max-width: 800px) {

    .nav-menu {
        display: none;
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin: 0;
        padding: 20px 25px;
        box-sizing: border-box;
        z-index: 9999;
    }

    /* OPEN MENU */
    .nav-menu.show {
        display: flex !important;
    }

    .nav-menu a {
        display: block;
        width: 100%;
        padding: 14px 0;
        color: #102a43;
    }

    /* Hide Book Consultation on mobile */
    .nav-button {
        display: none;
    }

    /* Show hamburger */
    .menu-toggle {
        display: block;
        margin-left: auto;
        background: none;
        border: none;
        font-size: 30px;
        color: #102a43;
        cursor: pointer;
        z-index: 10000;
    }
}
.copyright {
    width: min(1180px, 92%);
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    font-size: 13px;
    color: #8a929d;
}