@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --navy: #001f4e;
    --dark: #061936;
    --gold: #d9a300;
    --gold2: #b57d00;
    --light: #f4d477;
    --bg: #f7f8fa;
    --muted: #748094;
    --border: #e7ebf1
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial;
    color: #172033
}

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

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

.topbar {
    background: var(--dark);
    color: #b9c4d3;
    font-size: 10px;
    padding: 0px 0
}

.topbar .container {
    display: flex;
    justify-content: space-between
}

.navbar {
    height: 84px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo img {
    width: 145px
}

.nav-links {
    display: flex;
    gap: 25px;
    align-items: center
}

.nav-links a {
    font-size: 10px;
    font-weight: 700;
    color: var(--navy)
}

.nav-links a:hover,
.nav-links .active {
    color: var(--gold2)
}

.nav-cta {
    background: var(--gold);
    padding: 11px 16px
}

.menu {
    display: none;
    border: 0;
    background: none;
    font-size: 23px;
    color: var(--navy)
}

.hero,
.page-hero {
    background: linear-gradient(110deg, rgba(6, 25, 54, .98), rgba(0, 31, 78, .9));
    color: #fff
}

.hero {
    min-height: 590px;
    display: flex;
    align-items: center
}

.hero-content {
    max-width: 700px
}

.eyebrow {
    color: var(--light);
    font-size: 9px;
    letter-spacing: 3px;
    font-weight: 800
}

.hero h1 {
    font: 600 clamp(46px, 6vw, 74px) Georgia, serif;
    line-height: .96;
    margin: 15px 0
}

.hero p,
.page-hero p {
    color: #c3cddd;
    font-size: 12px;
    line-height: 1.9;
    max-width: 600px
}

.buttons {
    display: flex;
    gap: 12px;
    margin-top: 27px
}

.btn {
    display: inline-flex;
    padding: 14px 22px;
    font-size: 10px;
    font-weight: 800
}

.gold {
    background: var(--gold);
    color: var(--navy)
}

.outline {
    border: 1px solid #fff;
    color: #fff
}

.trust {
    border-bottom: 1px solid var(--border)
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.trust-item {
    text-align: center;
    padding: 22px;
    border-right: 1px solid var(--border)
}

.trust-item strong {
    display: block;
    color: var(--navy);
    font: 600 26px Georgia
}

.trust-item span {
    font-size: 8px;
    color: var(--muted)
}

.section {
    padding: 80px 0
}

.section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px
}

.section-head .eyebrow {
    color: var(--gold2)
}

.section-head h2,
.about h2 {
    font: 600 44px Georgia;
    color: var(--navy);
    margin: 9px 0 13px
}

.section-head p,
.about p,
.content p {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.9
}

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

.about-image {
    height: 400px;
    /* background: linear-gradient(135deg, var(--dark), #0b2b5c); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .06);
    font: 700 130px Georgia
}

.check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0
}

.check span {
    font-size: 9px;
    font-weight: 700;
    color: var(--navy)
}

.check span:before {
    content: '✓';
    color: var(--gold2);
    margin-right: 7px
}

.services {
    background: var(--bg)
}

.service-grid,
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.service-card,
.blog-card {
    background: #fff;
    border: 1px solid var(--border);
    padding: 27px;
    transition: .25s
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold)
}

.service-icon {
    width: 48px;
    height: 48px;
    background: #faf3d9;
    color: var(--gold2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px
}

.service-card h3,
.blog-card h3 {
    font: 600 26px Georgia;
    color: var(--navy);
    margin: 0 0 10px
}

.service-card p,
.blog-card p {
    font-size: 10px;
    color: var(--muted);
    line-height: 1.8
}

.read {
    display: inline-block;
    margin-top: 12px;
    color: var(--gold2);
    font-size: 9px;
    font-weight: 800
}

.verify {
    background: var(--navy);
    color: #fff
}

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

.verify h2 {
    font: 600 44px Georgia;
    margin: 8px 0
}

.verify p {
    font-size: 11px;
    color: #c3cddd;
    line-height: 1.8
}

.verify-box {
    background: #fff;
    padding: 28px
}

.verify-box input {
    width: 100%;
    height: 48px;
    border: 1px solid var(--border);
    padding: 0 13px
}

.verify-box button {
    width: 100%;
    height: 48px;
    border: 0;
    background: var(--gold);
    color: var(--navy);
    font-weight: 800;
    margin-top: 10px
}

.page-hero {
    padding: 30px 0
}

.page-hero h1 {
    font: 600 58px Georgia;
    margin: 10px 0
}

.breadcrumb {
    color: var(--light);
    font-size: 8px;
    letter-spacing: 1px
}

.content-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 30px
}

.side-card {
    background: var(--bg);
    padding: 25px;
    border: 1px solid var(--border)
}

.side-card h3 {
    font: 600 25px Georgia;
    color: var(--navy)
}

.side-link {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
    font-size: 9px;
    font-weight: 700
}

.report-form,
.contact-form {
    max-width: 650px;
    margin: auto;
    border: 1px solid var(--border);
    padding: 30px
}

.report-form input {
    width: 100%;
    height: 48px;
    border: 1px solid var(--border);
    padding: 0 12px;
    margin: 12px 0
}

.report-form button {
    height: 48px;
    background: var(--gold);
    border: 0;
    padding: 0 25px;
    font-weight: 800
}

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

.gallery-item {
    height: 240px;
    background: linear-gradient(135deg, var(--dark), #12365f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff18;
    font: 700 55px Georgia
}

.gallery-section {
    padding: 80px 0;
}

.gallery-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.gallery-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b8922f;
}

.gallery-heading h2 {
    margin: 0 0 15px;
    font-size: 38px;
    color: #1d1d1d;
}

.gallery-heading p {
    margin: 0;
    color: #777;
    line-height: 1.7;
}

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

.gallery-item {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    background: #eee;
}

.gallery-item.large,
.gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7),
        transparent 65%
    );
    opacity: 0;
    transition: 0.3s;
}

.gallery-overlay span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

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

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-empty {
    padding: 30px 20px;
    text-align: center;
    color: var(--muted);
    border: 1px dashed var(--border);
    border-radius: 12px;
    background: #fafbfc;
}

.gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.gallery-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.gallery-pagination a:hover,
.gallery-pagination a.active {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .gallery-item {
        height: 220px;
    }
}

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

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.05) 60%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-overlay span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transform: translateY(15px);
    transition: transform 0.4s ease;
}

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

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 60px 0;
    }

    .gallery-heading h2 {
        font-size: 28px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
        gap: 12px;
    }

    .gallery-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .gallery-item.wide {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }

    .gallery-item.large,
    .gallery-item.wide {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-heading h2 {
        font-size: 25px;
    }
}


.blog-img {
    height: 180px;
    background: linear-gradient(135deg, var(--dark), #12365f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff18;
    font: 700 50px Georgia
}

.blog-card {
    padding: 0
}

.blog-body {
    padding: 20px
}

.blog-body small {
    color: var(--gold2);
    font-size: 8px
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 25px
}

.contact-info {
    background: var(--navy);
    color: #fff;
    padding: 35px
}

.contact-info h2 {
    font: 600 40px Georgia
}

.contact-info p {
    font-size: 10px;
    color: #c3cddd;
    line-height: 1.8
}

.contact-row {
    border-top: 1px solid #ffffff18;
    padding: 14px 0;
    font-size: 9px
}

.contact-row strong {
    display: block;
    color: var(--light);
    margin-bottom: 4px
}

.form-alert {
    padding: 14px 16px;
    margin: 0 0 20px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    border: 1px solid transparent;
}

.form-alert-success {
    background: #eafaf1;
    border-color: #a9e4be;
    color: #166534;
}

.form-alert-error {
    background: #fff1f1;
    border-color: #f1b8b8;
    color: #8b1e1e;
}

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

.contact-form label {
    display: block;
    font-size: 8px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    padding: 12px;
    font-size: 10px
}

.contact-form textarea {
    height: 130px
}

.full {
    grid-column: 1/-1
}

.footer {
    background: var(--dark);
    color: #aeb9c9;
    padding: 50px 0 20px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 30px
}

.footer img {
    width: 135px;
    background: #fff;
    padding: 5px
}

.footer p,
.footer a {
    font-size: 9px;
    line-height: 1.8
}

.footer h4 {
    color: #fff;
    font-size: 10px
}

.footer a {
    display: block;
    margin: 8px 0
}

.copyright {
    border-top: 1px solid #ffffff12;
    margin-top: 30px;
    padding-top: 16px;
    font-size: 8px;
    display: flex;
    justify-content: space-between
}

@media(max-width:900px) {
    .nav-links {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 84px;
        background: #fff;
        padding: 18px;
        flex-direction: column;
        align-items: flex-start
    }

    .nav-links.open {
        display: flex
    }

    .menu {
        display: block
    }

    .nav-cta {
        display: none
    }

    .about-grid,
    .verify-grid,
    .content-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .service-grid,
    .blog-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:600px) {
    .topbar .container {
        display: block;
        text-align: center
    }

    .hero {
        min-height: 520px
    }

    .hero h1 {
        font-size: 45px
    }

    .section {
        padding: 60px 0
    }

    .service-grid,
    .blog-grid,
    .gallery-grid {
        grid-template-columns: 1fr
    }

    .check,
    .contact-form .form-grid {
        grid-template-columns: 1fr
    }

    .full {
        grid-column: auto
    }

    .page-hero {
        padding: 60px 0
    }

    .page-hero h1 {
        font-size: 43px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .copyright {
        display: block;
        line-height: 2
    }
}


/* rahul add css */

