html,
body {
    width: 100%;
    overflow-x: hidden;
}

html,
body a{
    text-decoration: none;
}

.navbar {
    background-color: #aed4dd !important;
}

.navbar-brand {
    color: #fff !important;
    font-weight: bold;
}

.navbar img {
    margin-left: 20%;
}

.navbar-nav {
    margin-left: auto;
    padding: 15px 20px 15px 0;
    gap: 10px;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background-color: #2c4f5e;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
}

.nav-item {
    padding-right: 15px;
}

#navbarNavDropdown {
    padding-right: 10%;
}

.navbar-nav .nav-link {
    color: #040609 !important;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: #fff;
}

.navbar-nav .nav-link.active {
    color: #021c31;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #12819C 30%, #12819C 70%);
    padding: 80px 0;
    min-height: max-content;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.corner-img {
    position: absolute;
    rotate: -25deg;
    top: 60%;
    right: -20%;
    width: 30%;
    height: auto;
    overflow: hidden;
}

.hero-section .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.hero-text {
    color: #fff;
    padding: 40px 20px;
}


.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: -20%;
    width: 100%;
}

.hero-text .btn {
    position: relative;
    background-color: #e6f603;
    color: #000000;
    font-weight: 600;
    padding: 12px 35px;
    border: none;
    border-radius: 0px;
    transition: all 0.3s ease;
    margin-top: 6%;
    margin-left: 20%;
    z-index: 10;
}

.hero-text .btn:hover {
    background-color: #468493;
    color: #fff;
    border: 2px solid #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.hero-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40rem;
}

.hero-image img {
    max-width: 65%;
    height: auto;
    filter: brightness(1.4);
}

/* Overlapping Text Section - Desktop */
.hero-overlay-text {
    position: relative;
    height: 140px;
    margin: 0 0 60px 0;
    width: fit-content;
    margin-left: 40%;
}

.overlay-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 700;
}

.line-1 {
    padding: 1rem;
    top: 0;
    font-size: 3.5rem;
    color: #fff;
    width: max-content;
}

.line-2 {
    top: 50px;
    font-size: 5.3rem;
    color: #f4c430;
    z-index: 10;
    font-family: 'Allura', cursive;
}

.line-3 {
    top: 110px;
    font-size: 3.5rem;
    color: #000000;
}

/* Responsive Design - Mobile */


@media (max-width: 480px) {
    .corner-img {
        max-width: 300px;
    }

    .hero-overlay-text {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0;

    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-text .btn {
        margin: 0 auto;
        display: block;
        font-size: 0.9rem;
    }

    .hero-image img {
        position: relative;
        z-index: 2;
        max-width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .hero-section h6 {
        margin-top: 1rem;
        justify-content: center;
        text-align: center;
    }

    .corner-img {
        position: absolute;
        z-index: 1;
        rotate: -25deg;
        top: 60%;
        right: -70%;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
}

@media (min-width: 481px) {
    .hero-section .row {
        flex-direction: row;
    }

    .hero-text {
        flex: 1;
    }

    .hero-image {
        flex: 1;
        justify-content: flex-end;
    }



    .hero-section h6 {
        margin-top: 1rem;
        margin-left: 22%;
        text-align: left;
    }

    .hero-section .hero-subtitle {
        width: 100%;
        max-width: 100%;
    }

    .hero-left {
        position: relative;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* horizontal center */
        text-align: center;
        z-index: 2;
    }

    .hero-left .btn {
        width: max-content;
        margin-left: 28%;
    }


    .hero-left h6 {
        width: max-content;
        margin-left: 28%;
    }

    /* Optional spacing */
    .hero-overlay-text {
        margin-bottom: 3rem;
    }

    #heroButtonContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        margin-left: 25%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .hero-section .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-image img {
        max-width: 85%;
        height: auto;
        filter: brightness(1.4);
    }

    .hero-text .btn {
        background-color: #e6f603;
        color: #000000;
        font-weight: 600;
        padding: 12px 35px;
        border: none;
        border-radius: 0px;
        transition: all 0.3s ease;
        margin-top: 6%;
        margin-left: 10%;
    }

    .hero-section h6 {
        margin-top: 1rem;
        margin-left: 4rem;
        text-align: left;
    }

    .hero-section .hero-subtitle {
        width: 130%;
    }
}


/* ===============================
   WHO WE WORK WITH – SECTION
================================ */

.who-we-work {
    background: linear-gradient(135deg, #cfe7ee, #8fc2d4);
    padding: 50px 6% 80px;
    /* top reduced */
    height: max-content;
}

/* ---------- TITLE ---------- */
.section-title {
    padding-top: 1.5rem;
    padding-left: 2rem;
    font-size: 36px;
    margin-bottom: 40px;
    color: #1c3d4f;
}

/* ---------- ROW 1 : GRID ---------- */
.work-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: stretch;
    padding: 1rem;
}

.who-we-work {
    padding: 0;
}

/* Cards */
.info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: max-content;
}

.info-card img {
    width: 48px;
}

.info-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #0f2f3d;
}

.info-card p {
    font-size: 14px;
    color: #555;
}

/* Illustration column */
.illustration-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-box img {
    width: 100%;
    min-height: max-content;
    object-fit: fill;
}

/* ---------- ROW 2 : GAP ---------- */
.gap-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #ffffff;
    padding-top: 2rem;
}

.gap-left {
    padding-left: 5%;
}

.gap-left h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.gap-left ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.gap-left li {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.gap-left li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f4c430;
    font-weight: bold;
}

.gap-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10%;
    min-height: max-content;
}

.gap-right img {
    max-height: 400px;
    object-fit: contain;
    padding: 15%;
}

/* ---------- FOOTER STRIP ---------- */
.gap-footer {
    background: #12819C;
    color: #ffffff;
    text-align: left;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
}

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

/* Tablet */
@media (max-width: 992px) {
    .who-we-work {
        padding: 0;
    }

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

    .gap-row {
        flex-direction: column;
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .who-we-work {
        padding: 0;
    }

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

    .illustration-box img {
        max-height: 260px;
    }
}

/* ===== AIP SECTION ===== */
.aip-section {
    background: linear-gradient(135deg, #cfe7ee, #eaf6fb);
    padding: 80px 6%;
    text-align: center;
}

.aip-header h2 {
    font-size: 34px;
    color: #1c3d4f;
}

.aip-header p {
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.8;
}



.aip-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
    /* keep in one line for desktop */
}

/* Card style (optional if already added) */
.aip-card {
    text-align: center;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
    min-width: 12rem;
}

.arrow {
    font-size: 1.5rem;
    font-weight: bold;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
    .aip-steps {
        flex-direction: column;
        /* stack vertically */
        align-items: center;
    }

    .arrow {
        transform: rotate(90deg);
        /* arrow down */
    }
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #2b6f82;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

#aip-card-1 {
    background: #1C7BB3;
}

#aip-card-2 {
    background: #6CA564;
}

#aip-card-3 {
    background: #EC8B23;
}

#aip-card-4 {
    background: #744A94;
}

.icon-circle.yellow {
    background: #f4c430;
}

.aip-card h4 {
    margin-bottom: 6px;
}

.aip-card span {
    font-size: 14px;
    font-weight: 600;
    color: #2b6f82;
}

.arrow {
    font-size: 30px;
    color: #2b6f82;
}

/* BUTTON */
.primary-btn {
    background: #f4c430;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

/* ===== WHY SECTION ===== */
.why-section {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 80px 6%;
    background: #f9fcfe;
}

.why-left a {
    text-decoration: none;
    color: #1c3d4f;
}

.why-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.why-left ul {
    list-style: none;
    padding: 0;
}

.why-left li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.why-left li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f4c430;
}

/* FORM CARD */
.why-right {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    max-width: 480px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-right h2 b {
    background-color: #1c3d4f;
    color: #ffffff;
    padding: 0.4rem;
    border-radius: 6px;
}

.why-right input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.radio-group {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}

.primary-btn.full {
    width: 100%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .why-section {
        flex-direction: column;
        align-items: center;
    }

    .arrow {
        display: none;
    }
}

.site-footer {
    background: #aed4dd;
    color: #000000;
    padding: 50px 6% 20px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

/* LOGO */
.footer-logo {
    max-width: 250px;
}

/* NAV LINKS */
.footer-nav {
    display: flex;
    gap: 30px;
}

.footer-nav a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-nav a:hover {
    opacity: 1;
}

/* BOTTOM STRIP */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 14px;
    opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
}