html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    background-color: #f4f7fb;
    color: #111;
}

/* Navigation */
nav {
    background-color: #001f3f;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

nav h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

nav li {
    list-style: none;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: 0.3s;
}

nav a:hover {
    color: #dce6ff;
}

.menu-toggle {
    display: none;
    background: none;
    color: white;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* Hero Section */
/* =====================================================
   MANIK PARASARA - MARITIME EXPERT WEBSITE
   Full CSS with visible maritime background images
   Use PNG files inside the images folder
===================================================== */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    background-color: #f4f7fb;
    color: #111;
}

/* =====================================================
   NAVIGATION
===================================================== */

nav {
    background-color: #001f3f;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

nav h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

nav li {
    list-style: none;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: 0.3s;
}

nav a:hover {
    color: #dce6ff;
}

.menu-toggle {
    display: none;
    background: none;
    color: white;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

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

.hero {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.42),
        rgba(0, 31, 63, 0.42)
    ), url("images/hero-sea.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 30px 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    text-align: center;
    max-width: 1050px;
}

.profile-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
    border: 5px solid white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hero-label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.14);
    color: white;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero h1 {
    font-size: 46px;
    color: white;
    line-height: 1.18;
    margin: 15px 0;
    font-weight: 800;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.hero-description {
    font-size: 20px;
    color: white;
    line-height: 1.75;
    max-width: 880px;
    margin: 0 auto;
    font-weight: 500;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

/* =====================================================
   BUTTONS
===================================================== */

.hero-buttons {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    background-color: #001f3f;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: 800;
    transition: 0.3s;
    border: 2px solid #001f3f;
}

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

.secondary-btn {
    background-color: white;
    color: #001f3f;
    border: 2px solid white;
}

.secondary-btn:hover {
    background-color: #001f3f;
    color: white;
    border-color: white;
}

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

.social-links {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.social-links a {
    color: white;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.social-links a:hover {
    text-decoration: underline;
}

/* =====================================================
   HERO HIGHLIGHT BOXES
===================================================== */

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.stat-box {
    background-color: rgba(255, 255, 255, 0.88);
    padding: 22px;
    border-radius: 12px;
    border-top: 5px solid #001f3f;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.stat-box h3 {
    color: #001f3f;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
}

.stat-box p {
    margin: 0;
    color: #222;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
}

/* =====================================================
   GENERAL SECTION STYLE
===================================================== */

section {
    padding: 85px 90px;
    scroll-margin-top: 95px;
}

section h2 {
    color: #001f3f;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 38px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.85);
}

/* =====================================================
   SECTION BACKGROUND IMAGES
   Pictures are visible and clear
===================================================== */

/* About Me */
.about {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/about-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Why Work With Me */
.why-me {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/why-sea.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Professional Maritime Services */
.services {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/services-port.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Professional Deliverables */
.deliverables {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/deliverables-report.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Professional Experience */
.experience {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/experience-container.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Selected Maritime Projects */
.projects {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/projects-maritime.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Core Competencies */
.certifications {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/competencies-bridge.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* How I Work */
.process {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/process-navigation.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Availability & Collaboration */
.availability {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/availability-collaboration.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* Frequently Asked Questions */
.faq {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/why-sea.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Maritime Banner */
.marine-banner {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.38),
        rgba(0, 31, 63, 0.38)
    ), url("images/contact-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Contact Section */
.contact {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.50),
        rgba(0, 31, 63, 0.50)
    ), url("images/contact-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.about-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.about-text {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.84);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(2px);
}

.about-text p {
    line-height: 1.8;
    color: #111;
    font-size: 17px;
    font-weight: 500;
}

.about-info {
    width: 40%;
}

/* =====================================================
   GRID CONTAINERS
===================================================== */

.why-container,
.process-container,
.availability-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

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

.certifications-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* =====================================================
   CARDS
===================================================== */

.about-info,
.why-box,
.service-box,
.deliverable-box,
.experience-box,
.project-box,
.certification-box,
.process-box,
.availability-box,
.faq-box {
    background-color: rgba(255, 255, 255, 0.84);
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: 0.3s;
}

.why-box:hover,
.service-box:hover,
.deliverable-box:hover,
.project-box:hover,
.process-box:hover,
.availability-box:hover,
.faq-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.why-box h3,
.service-box h3,
.deliverable-box h3,
.experience-box h3,
.project-box h3,
.certification-box h3,
.process-box h3,
.availability-box h3,
.faq-box h3 {
    color: #001f3f;
    margin-top: 0;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.about-info p,
.why-box p,
.service-box p,
.deliverable-box p,
.experience-box p,
.project-box p,
.certification-box p,
.process-box p,
.availability-box p,
.faq-box p {
    line-height: 1.75;
    color: #111;
    font-size: 16.5px;
    font-weight: 500;
}

.experience-company {
    font-weight: 800;
    color: #333;
}

/* =====================================================
   CALL TO ACTION
===================================================== */

.cta {
    background: linear-gradient(135deg, #001f3f 0%, #003366 100%);
    color: white;
    text-align: center;
    padding: 80px 90px;
}

.cta h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: none;
}

.cta p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta .secondary-btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.cta .secondary-btn:hover {
    background-color: white;
    color: #001f3f;
}

/* =====================================================
   MARITIME BANNER
===================================================== */

.marine-banner {
    padding: 100px 40px;
    text-align: center;
}

.marine-banner-content {
    max-width: 900px;
    margin: 0 auto;
}

.marine-banner h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
}

.marine-banner p {
    color: white;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

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

.contact {
    color: white;
    text-align: center;
}

.contact h2 {
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
}

.contact p,
.contact a {
    color: white;
    font-weight: 700;
}

.contact-form {
    max-width: 540px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.contact-form textarea {
    height: 130px;
    resize: none;
}

.contact-form button {
    background-color: white;
    color: #001f3f;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background-color: #dce6ff;
}

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

.floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #25d366;
    color: white;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    z-index: 999;
    transition: 0.3s;
}

.floating-whatsapp:hover {
    transform: translateY(-4px);
    background-color: #1ebe5d;
}

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

footer {
    background-color: #111;
    color: white;
    padding: 50px 90px 25px;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 35px;
    margin-bottom: 30px;
}

.footer-box h3 {
    margin-top: 0;
    color: white;
}

.footer-box p {
    color: #ddd;
    line-height: 1.7;
}

.footer-box a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-box a:hover {
    color: white;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 6px 0;
    color: #ccc;
    font-size: 14px;
}

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

@media screen and (max-width: 1024px) {
    nav {
        padding: 15px 30px;
    }

    nav ul {
        gap: 12px;
    }

    nav a {
        font-size: 12.5px;
    }

    section {
        padding: 70px 50px;
    }

    .hero-stats,
    .why-container,
    .process-container,
    .availability-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-container,
    .deliverables-container,
    .experience-container,
    .projects-container {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .about-container {
        flex-direction: column;
    }

    .about-text,
    .about-info {
        width: auto;
    }
}

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

@media screen and (max-width: 768px) {
    nav {
        flex-direction: row;
        justify-content: space-between;
        padding: 18px 25px;
    }

    nav h2 {
        font-size: 18px;
    }

    .menu-toggle {
        display: block;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: #001f3f;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        gap: 15px;
    }

    nav ul.active {
        display: flex;
    }

    .hero {
        padding: 150px 25px 80px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .social-links {
        flex-direction: column;
        gap: 10px;
    }

    .hero-stats,
    .why-container,
    .services-container,
    .deliverables-container,
    .experience-container,
    .projects-container,
    .certifications-container,
    .process-container,
    .availability-container,
    .faq-container {
        grid-template-columns: 1fr;
    }

    section {
        padding: 55px 25px;
        scroll-margin-top: 90px;
    }

    section h2 {
        font-size: 28px;
    }

    .about-container {
        flex-direction: column;
    }

    .about-text,
    .about-info {
        width: auto;
    }

    .cta {
        padding: 60px 25px;
    }

    .cta h2 {
        font-size: 28px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .marine-banner {
        padding: 70px 25px;
    }

    .marine-banner h2 {
        font-size: 28px;
    }

    .marine-banner p {
        font-size: 16px;
    }

    .floating-whatsapp {
        right: 18px;
        bottom: 18px;
        padding: 12px 16px;
        font-size: 14px;
    }

    footer {
        padding: 40px 25px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Buttons */
.hero {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.42),
        rgba(0, 31, 63, 0.42)
    ), url("images/hero-sea.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 30px 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    text-align: center;
    max-width: 1050px;
}

.profile-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
    border: 5px solid white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hero-label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.14);
    color: white;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero h1 {
    font-size: 46px;
    color: white;
    line-height: 1.18;
    margin: 15px 0;
    font-weight: 800;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.hero-description {
    font-size: 20px;
    color: white;
    line-height: 1.75;
    max-width: 880px;
    margin: 0 auto;
    font-weight: 500;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

/* Social Links */
.hero-buttons {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    background-color: #001f3f;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: 800;
    transition: 0.3s;
    border: 2px solid #001f3f;
}

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

.secondary-btn {
    background-color: white;
    color: #001f3f;
    border: 2px solid white;
}

.secondary-btn:hover {
    background-color: #001f3f;
    color: white;
    border-color: white;
}


/* Hero Highlight Boxes */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.stat-box {
    background-color: white;
    padding: 22px;
    border-radius: 12px;
    border-top: 5px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.stat-box h3 {
    color: #001f3f;
    margin: 0 0 10px;
    font-size: 18px;
}

.stat-box p {
    margin: 0;
    color: #444;
    line-height: 1.5;
    font-size: 14px;
}

/* General Section */
.social-links {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 22px;
}

.social-links a {
    color: white;
    font-weight: 800;
    text-decoration: none;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.social-links a:hover {
    text-decoration: underline;
}

/* =====================================================
   HERO HIGHLIGHT BOXES
===================================================== */

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.stat-box {
    background-color: rgba(255, 255, 255, 0.88);
    padding: 22px;
    border-radius: 12px;
    border-top: 5px solid #001f3f;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.stat-box h3 {
    color: #001f3f;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
}

.stat-box p {
    margin: 0;
    color: #222;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
}


/* About Section */
.about {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/about-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.about-text {
    width: 60%;
}

.about-text p {
    line-height: 1.8;
    color: #333;
    font-size: 17px;
}

.about-info {
    width: 40%;
    background-color: #f4f7fb;
    padding: 30px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.about-info p {
    margin: 12px 0;
    line-height: 1.6;
}

/* Why Work With Me Section */
.about {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/about-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.why-box {
    background-color: #f4f7fb;
    padding: 25px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.why-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
}

.why-box h3 {
    color: #001f3f;
    margin-top: 0;
}

.why-box p {
    line-height: 1.7;
    color: #444;
}

/* Services Section */
.why-me {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/why-sea.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


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

.service-box {
    background-color: white;
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
}

.service-box h3 {
    color: #001f3f;
    margin-top: 0;
}

.service-box p {
    line-height: 1.7;
    color: #444;
}

/* Experience Section */
.services {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/services-port.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



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

.experience-box {
    background-color: #f4f7fb;
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.experience-box h3 {
    color: #001f3f;
    margin-top: 0;
}

.experience-company {
    font-weight: bold;
    color: #555;
}

.experience-box p {
    line-height: 1.7;
}

/* Projects Section */
.projects {
    background-color: #f4f7fb;
}

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

.project-box {
    background-color: white;
    padding: 28px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.project-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
}

.project-box h3 {
    color: #001f3f;
    margin-top: 0;
}

.project-box p {
    line-height: 1.7;
    color: #444;
}

/* Competencies Section */
.certifications {
    background-color: white;
}

.certifications-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.certification-box {
    background-color: #f4f7fb;
    padding: 25px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.certification-box h3 {
    color: #001f3f;
    margin-top: 0;
}

.certification-box p {
    line-height: 1.7;
    color: #444;
}
/* Work Process Section */
.process {
    background-color: white;
}

.process-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.process-box {
    background-color: #f4f7fb;
    padding: 25px;
    border-radius: 12px;
    border-top: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.process-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
}

.process-box h3 {
    color: #001f3f;
    margin-top: 0;
}

.process-box p {
    line-height: 1.7;
    color: #444;
}
/* Availability Section */
.availability {
    background-color: #f4f7fb;
}

.availability-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.availability-box {
    background-color: white;
    padding: 25px;
    border-radius: 12px;
    border-left: 6px solid #001f3f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.availability-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
}

.availability-box h3 {
    color: #001f3f;
    margin-top: 0;
}

.availability-box p {
    line-height: 1.7;
    color: #444;
}
/* Call to Action Section */
.cta {
    background: linear-gradient(135deg, #001f3f 0%, #003366 100%);
    color: white;
    text-align: center;
    padding: 80px 90px;
}

.cta h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
}

.cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta .secondary-btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.cta .secondary-btn:hover {
    background-color: white;
    color: #001f3f;
}

/* Contact Section */
.contact {
    background-color: #001f3f;
    color: white;
    text-align: center;
}

.contact h2 {
    color: white;
}

.contact a {
    color: white;
    font-weight: bold;
}

.contact-form {
    max-width: 500px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

.contact-form button {
    background-color: white;
    color: #001f3f;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background-color: #dce6ff;
}

/* Footer */
/* Footer */
footer {
    background-color: #111;
    color: white;
    padding: 50px 90px 25px;
}

.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 35px;
    margin-bottom: 30px;
}

.footer-box h3 {
    margin-top: 0;
    color: white;
}

.footer-box p {
    color: #ddd;
    line-height: 1.7;
}

.footer-box a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-box a:hover {
    color: white;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 6px 0;
    color: #ccc;
    font-size: 14px;
}

/* Tablet Responsive */
@media screen and (max-width: 1024px) {     .availability-container {     .process-container {
        grid-template-columns: repeat(2, 1fr);
    }
        grid-template-columns: repeat(2, 1fr);
    }
    nav {
        padding: 15px 30px;
    }

    nav ul {
        gap: 14px;
    }

    nav a {
        font-size: 13px;
    }

    section {
        padding: 70px 50px;
    }

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

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

    .services-container,
    .experience-container,
    .projects-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .certifications-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Section Background Images */
.about {
    background-image: linear-gradient(rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.60)), url("images/about-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.why-me {
    background-image: linear-gradient(rgba(244, 247, 251, 0.60), rgba(244, 247, 251, 0.60)), url("images/why-sea.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services {
    background-image: linear-gradient(rgba(244, 247, 251, 0.60), rgba(244, 247, 251, 0.60)), url("images/services-port.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.experience {
    background-image: linear-gradient(rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.60)), url("images/experience-container.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projects {
    background-image: linear-gradient(rgba(244, 247, 251, 0.60), rgba(244, 247, 251, 0.60)), url("images/projects-bulk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.certifications {
    background-image: linear-gradient(rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.60)), url("images/competencies-bridge.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.process {
    background-image: linear-gradient(rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.60)), url("images/process-navigation.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.availability {
    background-image: linear-gradient(rgba(244, 247, 251, 0.60), rgba(244, 247, 251, 0.60)), url("images/availability-port.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.faq {
    background-image: linear-gradient(rgba(255, 255, 255, 0.60), rgba(255, 255, 255, 0.60)), url("images/faq-sea.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact {
    background-image: linear-gradient(rgba(0, 31, 63, 0.60), rgba(0, 31, 63, 0.60)), url("images/contact-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Mobile Responsive */
@media screen and (max-width: 768px ) {    .availability-container {    .process-container {     .floating-whatsapp {
        right: 18px;
        bottom: 18px;
        padding: 12px 16px;
        font-size: 14px;
    }
        grid-template-columns: 1fr;
    }
        grid-template-columns: 1fr;
    }
    nav {
        flex-direction: row;
        justify-content: space-between;
        padding: 18px 25px;
    }

    nav h2 {
        font-size: 18px;
    }

    .menu-toggle {
        display: block;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: #001f3f;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        gap: 15px;
    }

    nav ul.active {
        display: flex;
    }

    .hero {
        padding: 150px 25px 80px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .social-links {
        flex-direction: column;
        gap: 10px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

section {
    padding: 80px 90px;
    scroll-margin-top: 90px;
}

    section h2 {
        font-size: 28px;
    }

    .about-container {
        flex-direction: column;
    }

    .about-text,
    .about-info {
        width: auto;
    }

    .why-container,
    .services-container,
    .experience-container,
    .projects-container,
    .certifications-container {
        grid-template-columns: 1fr;
    }

    .cta {
        padding: 60px 25px;
    }

    .cta h2 {
        font-size: 28px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    /* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    background-color: #25d366;
    color: white;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: 0.3s;
}

.floating-whatsapp:hover {
    transform: translateY(-4px);
    background-color: #1ebe5d;
}
    footer {
        padding: 40px 25px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }    .floating-whatsapp {
        right: 18px;
        bottom: 18px;
        padding: 12px 16px;
        font-size: 14px;
    }} /* Frequently Asked Questions Background Picture */
.faq {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.55),
        rgba(255, 255, 255, 0.55)
    ), url("images/faq-sea.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Make FAQ cards readable */
.faq-box {
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(2px);
}

/* Make FAQ text readable */
.faq-box h3 {
    color: #001f3f;
}

.faq-box p {
    color: #222;
}/* Professional Deliverables Background Picture */
.experience {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/experience-container.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Make Deliverables cards readable */
.deliverable-box {
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(2px);
}

/* Make Deliverables text readable */
.deliverable-box h3 {
    color: #001f3f;
}

.deliverable-box p {
    color: #222;
}/* =====================================================
   FINAL VISIBLE MARITIME BACKGROUND DESIGN
   Hero section is NOT changed
   Paste this at the very bottom of style.css
===================================================== */

/* Professional font matching */
body {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

section h2 {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 0.4px;
}

/* About Me */
.about {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.25)
    ), url("images/about-ship.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Why Work With Me */
.why-me {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.25)
    ), url("images/why-sea.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Professional Maritime Services */
.services {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.25)
    ), url("images/services-port.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Professional Deliverables */
.deliverables {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.25)
    ), url("images/deliverables-report.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Professional Experience */
.experience {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.25)
    ), url("images/experience-container.webp") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Selected Maritime Projects */
.projects {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/projects-maritime.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Core Competencies */
.projects {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/projects-maritime.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* How I Work */
.process {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/process-navigation.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Availability & Collaboration */
.availability {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/availability-collaboration.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Frequently Asked Questions */
.faq {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.28)
    ), url("images/why-sea.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Maritime Banner */
.marine-banner {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.38),
        rgba(0, 31, 63, 0.38)
    ), url("images/contact-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Contact Section */
.contact {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.50),
        rgba(0, 31, 63, 0.50)
    ), url("images/contact-ship.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Make cards readable but still allow picture visibility */
.about-info,
.why-box,
.service-box,
.deliverable-box,
.experience-box,
.project-box,
.certification-box,
.process-box,
.availability-box,
.faq-box {
    background-color: rgba(255, 255, 255, 0.82) !important;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    border-left: 6px solid #001f3f;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.20);
}

/* Make paragraphs clear and professional */
.about-text p,
.about-info p,
.why-box p,
.service-box p,
.deliverable-box p,
.experience-box p,
.project-box p,
.certification-box p,
.process-box p,
.availability-box p,
.faq-box p {
    color: #111 !important;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.75;
}

/* Make section titles strong and aligned with maritime style */
.about h2,
.why-me h2,
.services h2,
.deliverables h2,
.experience h2,
.projects h2,
.certifications h2,
.process h2,
.availability h2,
.faq h2 {
    color: #001f3f !important;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.85);
}

/* Make card titles strong */
.why-box h3,
.service-box h3,
.deliverable-box h3,
.experience-box h3,
.project-box h3,
.certification-box h3,
.process-box h3,
.availability-box h3,
.faq-box h3 {
    color: #001f3f !important;
    font-weight: 800;
    letter-spacing: 0.2px;
}

/* Contact text stays white */
.contact h2,
.contact p,
.contact a {
    color: white !important;
}
.why-me {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.18)
    ), url("images/why-sea.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}
.services {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.18)
    ), url("images/services-port.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}
.deliverables {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.18)
    ), url("images/deliverables-report.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}
.experience {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.18)
    ), url("images/experience-container.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}
.about {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.18)
    ), url("images/about-ship.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}
.certifications {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.18)
    ), url("images/competencies-bridge.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}/* =====================================================
   FINAL UI/UX POLISH - MARITIME PROFESSIONAL WEBSITE
   Paste at the very bottom of style.css
===================================================== */

/* Global professional appearance */
:root {
    --navy: #001f3f;
    --navy-soft: #003366;
    --light-bg: #f4f7fb;
    --text-dark: #111827;
    --text-soft: #374151;
    --white-glass: rgba(255, 255, 255, 0.86);
    --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.18);
    --shadow-hover: 0 16px 38px rgba(0, 0, 0, 0.28);
}

body {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    color: var(--text-dark) !important;
    background-color: var(--light-bg) !important;
}

/* Navigation final polish */
nav {
    min-height: 58px !important;
    padding: 12px 42px !important;
    background-color: var(--navy) !important;
}

nav h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

nav ul {
    align-items: center !important;
    gap: 14px !important;
}

nav a {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    padding: 8px 2px !important;
}

nav a:hover {
    color: #cfe3ff !important;
}

/* Better section spacing */
section {
    padding: 95px 90px !important;
    scroll-margin-top: 90px !important;
}

/* Section title professional style */
section h2 {
    font-size: 36px !important;
    font-weight: 850 !important;
    color: var(--navy) !important;
    text-align: center !important;
    margin-bottom: 42px !important;
    letter-spacing: 0.3px !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 7px rgba(255, 255, 255, 0.95) !important;
}

/* Add subtle underline under section titles */
section h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background-color: var(--navy);
    margin: 16px auto 0;
    border-radius: 999px;
}

/* Force visible section backgrounds - not Hero */
#about,
.about {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/about-ship.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#why-me,
.why-me {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/why-sea.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#services,
.services {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/services-port.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#deliverables,
.deliverables {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/deliverables-report.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#experience,
.experience {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/experience-container.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#projects,
.projects {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/projects-maritime.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#certifications,
.certifications {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/competencies-bridge.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#process,
.process {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/process-navigation.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#availability,
.availability {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/availability-collaboration.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#faq,
.faq {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/why-sea.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#contact,
.contact {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.48),
        rgba(0, 31, 63, 0.48)
    ), url("images/contact-ship.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* About section alignment */
.about-container {
    display: flex !important;
    gap: 34px !important;
    align-items: stretch !important;
}

.about-text {
    width: 60% !important;
    background-color: var(--white-glass) !important;
    padding: 32px !important;
    border-radius: 14px !important;
    box-shadow: var(--shadow-soft) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
}

.about-info {
    width: 40% !important;
    background-color: var(--white-glass) !important;
    border-left: 6px solid var(--navy) !important;
    border-radius: 14px !important;
    padding: 32px !important;
    box-shadow: var(--shadow-soft) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
}

/* Grid alignment */
.why-container,
.process-container,
.availability-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

.services-container,
.deliverables-container,
.experience-container,
.projects-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.certifications-container {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 22px !important;
}

.faq-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}

/* Professional card style */
.why-box,
.service-box,
.deliverable-box,
.experience-box,
.project-box,
.certification-box,
.process-box,
.availability-box,
.faq-box {
    background-color: var(--white-glass) !important;
    min-height: 150px !important;
    padding: 30px !important;
    border-radius: 14px !important;
    border-left: 6px solid var(--navy) !important;
    box-shadow: var(--shadow-soft) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    transition: 0.28s ease !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.why-box:hover,
.service-box:hover,
.deliverable-box:hover,
.experience-box:hover,
.project-box:hover,
.certification-box:hover,
.process-box:hover,
.availability-box:hover,
.faq-box:hover {
    transform: translateY(-7px) !important;
    box-shadow: var(--shadow-hover) !important;
}

/* Card typography */
.why-box h3,
.service-box h3,
.deliverable-box h3,
.experience-box h3,
.project-box h3,
.certification-box h3,
.process-box h3,
.availability-box h3,
.faq-box h3 {
    color: var(--navy) !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    margin: 0 0 14px !important;
    letter-spacing: 0.2px !important;
}

.about-text p,
.about-info p,
.why-box p,
.service-box p,
.deliverable-box p,
.experience-box p,
.project-box p,
.certification-box p,
.process-box p,
.availability-box p,
.faq-box p {
    color: var(--text-dark) !important;
    font-size: 16px !important;
    font-weight: 550 !important;
    line-height: 1.75 !important;
    margin-top: 0 !important;
}

.experience-company {
    color: var(--text-soft) !important;
    font-weight: 800 !important;
}

/* Contact section polish */
.contact h2 {
    color: white !important;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45) !important;
}

.contact h2::after {
    background-color: white !important;
}

.contact p,
.contact a {
    color: white !important;
    font-weight: 700 !important;
}

.contact-form {
    max-width: 560px !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    padding: 15px !important;
    border-radius: 9px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    outline: none !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    box-shadow: 0 0 0 3px rgba(207, 227, 255, 0.7) !important;
}

/* Floating WhatsApp polish */
.floating-whatsapp {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 850 !important;
    letter-spacing: 0.2px !important;
}

/* Tablet responsive */
@media screen and (max-width: 1024px) {
    nav {
        padding: 12px 28px !important;
    }

    nav ul {
        gap: 10px !important;
    }

    nav a {
        font-size: 12px !important;
    }

    section {
        padding: 80px 50px !important;
    }

    .about-container {
        flex-direction: column !important;
    }

    .about-text,
    .about-info {
        width: auto !important;
    }

    .why-container,
    .process-container,
    .availability-container,
    .services-container,
    .deliverables-container,
    .experience-container,
    .projects-container,
    .certifications-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .faq-container {
        grid-template-columns: 1fr !important;
    }
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
    nav {
        padding: 16px 22px !important;
    }

    nav h2 {
        font-size: 18px !important;
    }

    nav ul {
        top: 58px !important;
        background-color: var(--navy) !important;
    }

    section {
        padding: 62px 24px !important;
        scroll-margin-top: 85px !important;
    }

    section h2 {
        font-size: 28px !important;
        margin-bottom: 32px !important;
    }

    .why-container,
    .process-container,
    .availability-container,
    .services-container,
    .deliverables-container,
    .experience-container,
    .projects-container,
    .certifications-container,
    .faq-container {
        grid-template-columns: 1fr !important;
    }

    .about-text,
    .about-info,
    .why-box,
    .service-box,
    .deliverable-box,
    .experience-box,
    .project-box,
    .certification-box,
    .process-box,
    .availability-box,
    .faq-box {
        padding: 24px !important;
    }
}
/* FAQ Section Background */
#faq,
.faq {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.22)
    ), url("images/faq-sea.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}

/* FAQ title */
#faq h2,
.faq h2 {
    color: #001f3f !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.95) !important;
}

/* FAQ cards */
.faq-box {
    background-color: rgba(255, 255, 255, 0.84) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    border-left: 6px solid #001f3f !important;
    border-radius: 12px !important;
    padding: 28px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
}

/* FAQ card title */
.faq-box h3 {
    color: #001f3f !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

/* FAQ text */
.faq-box p {
    color: #111 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    font-weight: 500 !important;
}
/* =====================================================
   AVAILABILITY & COLLABORATION BACKGROUND
   Paste at the very bottom of style.css
===================================================== */

#availability,
.availability {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.18)
    ), url("images/availability-collaboration.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}

/* Section title */
#availability h2,
.availability h2 {
    color: #001f3f !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    letter-spacing: 0.4px !important;
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.95) !important;
}

/* Cards */
.availability-box {
    background-color: rgba(255, 255, 255, 0.84) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    border-left: 6px solid #001f3f !important;
    border-radius: 12px !important;
    padding: 28px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22) !important;
    transition: 0.3s !important;
}

/* Card hover */
.availability-box:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

/* Card title */
.availability-box h3 {
    color: #001f3f !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

/* Card text */
.availability-box p {
    color: #111 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    font-weight: 500 !important;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
    #availability,
    .availability {
        padding: 60px 25px !important;
        background-position: center !important;
    }

    #availability h2,
    .availability h2 {
        font-size: 28px !important;
    }
}
/* =====================================================
   FINAL PROFESSIONAL UI/UX POLISH
   Maritime Portfolio Website
   Paste at the VERY BOTTOM of style.css
===================================================== */

:root {
    --navy: #001f3f;
    --navy-light: #003366;
    --text-dark: #111827;
    --text-soft: #374151;
    --card-bg: rgba(255, 255, 255, 0.86);
    --card-shadow: 0 12px 30px rgba(0, 0, 0, 0.20);
    --card-shadow-hover: 0 18px 42px rgba(0, 0, 0, 0.30);
}

/* Global font and page quality */
body {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    color: var(--text-dark) !important;
    background-color: #f4f7fb !important;
}

/* Navigation final polish */
nav {
    background-color: var(--navy) !important;
    padding: 13px 45px !important;
    min-height: 60px !important;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25) !important;
}

nav h2 {
    font-size: 20px !important;
    font-weight: 850 !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
}

nav ul {
    gap: 14px !important;
    align-items: center !important;
}

nav a {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    padding: 8px 2px !important;
}

nav a:hover {
    color: #cfe3ff !important;
}

/* Section spacing */
section {
    padding: 95px 90px !important;
    scroll-margin-top: 90px !important;
}

/* Section title style */
section h2 {
    color: var(--navy) !important;
    font-size: 36px !important;
    font-weight: 850 !important;
    text-align: center !important;
    margin-bottom: 42px !important;
    letter-spacing: 0.3px !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.95) !important;
}

section h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background-color: var(--navy);
    margin: 16px auto 0;
    border-radius: 999px;
}

/* =====================================================
   FINAL BACKGROUND CONTROL
   All pictures visible and clean
===================================================== */

#about,
.about {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/about-ship.webp") !important;
}

#why-me,
.why-me {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/why-sea.webp") !important;
}

#services,
.services {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/services-port.webp") !important;
}

#deliverables,
.deliverables {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/deliverables-report.webp") !important;
}

#experience,
.experience {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/experience-container.webp") !important;
}

#projects,
.projects {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/projects-maritime.webp") !important;
}

#certifications,
.certifications {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/competencies-bridge.webp") !important;
}

#process,
.process {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/process-navigation.webp") !important;
}

#availability,
.availability {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/availability-collaboration.webp") !important;
}

#faq,
.faq {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.20)
    ), url("images/why-sea.webp") !important;
}

#contact,
.contact {
    background-image: linear-gradient(
        rgba(0, 31, 63, 0.50),
        rgba(0, 31, 63, 0.50)
    ), url("images/contact-ship.webp") !important;
}

/* Background behavior */
#about,
.about,
#why-me,
.why-me,
#services,
.services,
#deliverables,
.deliverables,
#experience,
.experience,
#projects,
.projects,
#certifications,
.certifications,
#process,
.process,
#availability,
.availability,
#faq,
.faq,
#contact,
.contact {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* =====================================================
   CARD ALIGNMENT AND READABILITY
===================================================== */

.about-text,
.about-info,
.why-box,
.service-box,
.deliverable-box,
.experience-box,
.project-box,
.certification-box,
.process-box,
.availability-box,
.faq-box {
    background-color: var(--card-bg) !important;
    border-radius: 15px !important;
    border-left: 6px solid var(--navy) !important;
    box-shadow: var(--card-shadow) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
}

/* Cards same professional alignment */
.why-box,
.service-box,
.deliverable-box,
.experience-box,
.project-box,
.certification-box,
.process-box,
.availability-box,
.faq-box {
    padding: 30px !important;
    min-height: 165px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    transition: 0.28s ease !important;
}

.why-box:hover,
.service-box:hover,
.deliverable-box:hover,
.experience-box:hover,
.project-box:hover,
.certification-box:hover,
.process-box:hover,
.availability-box:hover,
.faq-box:hover {
    transform: translateY(-7px) !important;
    box-shadow: var(--card-shadow-hover) !important;
}

/* Card titles */
.why-box h3,
.service-box h3,
.deliverable-box h3,
.experience-box h3,
.project-box h3,
.certification-box h3,
.process-box h3,
.availability-box h3,
.faq-box h3 {
    color: var(--navy) !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    margin: 0 0 14px !important;
    letter-spacing: 0.2px !important;
}

/* Card text */
.about-text p,
.about-info p,
.why-box p,
.service-box p,
.deliverable-box p,
.experience-box p,
.project-box p,
.certification-box p,
.process-box p,
.availability-box p,
.faq-box p {
    color: var(--text-dark) !important;
    font-size: 16px !important;
    font-weight: 550 !important;
    line-height: 1.75 !important;
    margin-top: 0 !important;
}

/* About section balance */
.about-container {
    display: flex !important;
    gap: 34px !important;
    align-items: stretch !important;
}

.about-text {
    width: 60% !important;
    padding: 34px !important;
}

.about-info {
    width: 40% !important;
    padding: 34px !important;
}

/* Grid alignment */
.why-container,
.process-container,
.availability-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

.services-container,
.deliverables-container,
.experience-container,
.projects-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.certifications-container {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 22px !important;
}

.faq-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}

/* Contact section */
.contact h2 {
    color: white !important;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.45) !important;
}

.contact h2::after {
    background-color: white !important;
}

.contact p,
.contact a {
    color: white !important;
    font-weight: 700 !important;
}

.contact-form {
    max-width: 570px !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    padding: 15px !important;
    border-radius: 9px !important;
    outline: none !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    box-shadow: 0 0 0 3px rgba(207, 227, 255, 0.75) !important;
}

/* Footer polish */
footer {
    background-color: #0b0f14 !important;
}

.footer-box h3 {
    font-weight: 850 !important;
}

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

@media screen and (max-width: 1024px) {
    nav {
        padding: 12px 28px !important;
    }

    nav ul {
        gap: 10px !important;
    }

    nav a {
        font-size: 12px !important;
    }

    section {
        padding: 80px 50px !important;
    }

    .about-container {
        flex-direction: column !important;
    }

    .about-text,
    .about-info {
        width: auto !important;
    }

    .why-container,
    .process-container,
    .availability-container,
    .services-container,
    .deliverables-container,
    .experience-container,
    .projects-container,
    .certifications-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .faq-container {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 768px) {
    nav {
        padding: 16px 22px !important;
    }

    nav h2 {
        font-size: 18px !important;
    }

    nav ul {
        top: 60px !important;
    }

    section {
        padding: 62px 24px !important;
        scroll-margin-top: 85px !important;
    }

    section h2 {
        font-size: 28px !important;
        margin-bottom: 32px !important;
    }

    .why-container,
    .process-container,
    .availability-container,
    .services-container,
    .deliverables-container,
    .experience-container,
    .projects-container,
    .certifications-container,
    .faq-container {
        grid-template-columns: 1fr !important;
    }

    .about-text,
    .about-info,
    .why-box,
    .service-box,
    .deliverable-box,
    .experience-box,
    .project-box,
    .certification-box,
    .process-box,
    .availability-box,
    .faq-box {
        padding: 24px !important;
        min-height: auto !important;
    }
}
/* =====================================================
   CHANGE FAQ BACKGROUND
   Paste at the VERY BOTTOM of style.css
===================================================== */

#faq,
.faq {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.12)
    ), url("images/faq-background.webp") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 100px 90px !important;
}

/* FAQ title */
#faq h2,
.faq h2 {
    color: #001f3f !important;
    font-size: 36px !important;
    font-weight: 850 !important;
    text-align: center !important;
    margin-bottom: 42px !important;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.95) !important;
}

/* FAQ title underline */
#faq h2::after,
.faq h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background-color: #001f3f;
    margin: 16px auto 0;
    border-radius: 999px;
}

/* FAQ card alignment */
.faq-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
}

/* FAQ cards */
.faq-box {
    background-color: rgba(255, 255, 255, 0.82) !important;
    border-left: 6px solid #001f3f !important;
    border-radius: 14px !important;
    padding: 30px !important;
    min-height: 145px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    transition: 0.3s ease !important;
}

/* FAQ hover effect */
.faq-box:hover {
    transform: translateY(-7px) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.30) !important;
}

/* FAQ question */
.faq-box h3 {
    color: #001f3f !important;
    font-size: 17px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    margin: 0 0 14px !important;
}

/* FAQ answer */
.faq-box p {
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 550 !important;
    line-height: 1.75 !important;
    margin: 0 !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
    #faq,
    .faq {
        padding: 60px 25px !important;
        background-position: center !important;
    }

    .faq-container {
        grid-template-columns: 1fr !important;
    }

    #faq h2,
    .faq h2 {
        font-size: 28px !important;
    }

    .faq-box {
        padding: 24px !important;
        min-height: auto !important;
    }
}