* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins';
    background-color: #f9f9f9;
    color: #1a1a1a;
}

/* Base styles */
.navbar {
    background-color: #f8f9fa;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}


.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 50px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links-footer {
    /* display: flex; */
    margin-top: 2%;
    gap: 2rem;
}

.contact {
    margin-top: 2%;
}

.nav-links a {
    color: #1f3a6c;
    text-decoration: none;
    font-weight: 500;
}

.whatsapp-button {
    background: white;
    border: 2px solid #1f3a6c;
    color: #1f3a6c;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.mobile-menu {
    display: none;
    align-items: center;
    gap: 1rem;
}

.mobile-menu i {
    font-size: 1.5rem;
    color: #1f3a6c;
}

.mobile-dropdown {
    display: none;
    flex-direction: column;
    background: #ffffff;
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.mobile-dropdown.show {
    display: flex;
}

.mobile-dropdown a {
    padding: 0.5rem 0;
    text-decoration: none;
    color: #1f3a6c;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-dropdown a:last-child {
    border-bottom: none;
}

.hero-first-text {
    margin-bottom: 3%;
}

.hero-text {
    margin-bottom: 5%;
}

/* Responsive behavior */
@media (max-width: 768px) {

    .nav-links,
    .whatsapp-button {
        display: none;
    }

    .mobile-menu {
        display: flex;
    }
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('../images/images.png') no-repeat center center/cover;
    position: relative;
    padding: 0px 10% 0;
    color: white;
    flex-wrap: wrap;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(3, 21, 43, 0.726);
    backdrop-filter: blur(4px);
    z-index: 0;
}

.hero-content,
.hero-image {
    position: relative;
    z-index: 1;
}

.hero-content {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    padding-bottom: 10px;
}

.hero h1 {

    font-size: 3.3rem;
    /* margin-bottom: 15px; */
    font-weight: 600;
    line-height: 1;
}

.hero p {
    font-size: 15px;
    margin-bottom: 30px;
    padding-right: 14%;
    line-height: 1.5;
}

.buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

.btn.primary {
    background: white;
    color: #1f3a6c;
    font-weight: bold;
}

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

.btn:hover {
    opacity: 0.9;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 69px;
    max-width: 800px;
    min-width: 300px;
}

.hero-image img {
    max-width: 110%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .hero {
        padding: 30px 8% 0px;
    }

    .hero h1 {
        font-size: 250%;
    }

    .hero p {
        font-size: 14px;
        padding-right: 5%;
    }

    .btn {
        padding: 10px 18px;
        font-size: 15px;
    }

    .hero-image img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 5% 0px;
    }

    .hero-content {
        padding: 20px 0;
    }

    .hero h1 {
        font-size: 32px;
        /* smaller heading */
    }

    .hero p {
        font-size: 14px;
        /* smaller paragraph text */
        padding-right: 0;
    }

    .buttons {
        justify-content: center;
        gap: 10px;
    }

    .btn {
        padding: 10px 16px;
        /* smaller padding */
        font-size: 14px;
        /* smaller text */
    }

    .hero-image {
        padding-top: 20px;
    }

    .hero-image img {
        max-width: 100%;
    }
}

.benefit-section {
    background-color: #f7f9fb;
    padding: 8rem 1rem;
}

.benefit-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    gap: 6rem;
}

.benefit-image {
    flex: 1 1 450px;
    text-align: center;
}

.benefit-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    object-fit: cover;
}

.benefit-content {
    flex: 1 1 500px;
    /* display: flex;
    align-items: center;
    flex-direction: column; */
    margin-left: 2%;
}

.benefit-tag {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f3a6c;
    margin-bottom: 1.5rem;
}

.benefit-title {
    font-size: 2.7rem;
    font-weight: 600;
    color: #1f3a6c;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.benefit-description {
    color: #444;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 500px;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1rem;
    color: #1f3a6c;
    font-weight: 500;
}

.icon {
    font-size: 1.3rem;
}

.icon.teal {
    color: #4eb19e;
}

.icon.blue {
    color: #49afd5;
}

.icon.blue-dark {
    color: #1f3a6c;
}

.benefit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.benefit-btn {
    background: transparent;
    border: 2px solid #1f3a6c;
    padding: 0.6rem 1.2rem;
    color: #1f3a6c;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.benefit-btn:hover {
    background-color: #1f3a6c;
    color: white;
}

.benefit-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #1f3a6c;
    text-decoration: none;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .benefit-title {
        font-size: 32px;

    }

    .benefit-tag {
        margin-bottom: 1rem;
    }
}

.services-section {
    padding: 4rem 18rem;
    background-color: #e6f4f1;
    text-align: center;
}

.section-subtitle {
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2c5c88;
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b2a5c;
    margin-bottom: 1rem;
}

.section-description {
    max-width: 720px;
    margin: 0 auto 3rem auto;
    font-size: 1rem;
    color: #333;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 1440px;
    margin: 0 auto;
    /* centers the grid container */
    justify-content: center;
}

.service-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.233);
    /* sleek soft border */
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    text-align: left;
    position: relative;
    min-width: 350px;
    isolation: isolate;
    animation: fadeInUp 0.8s ease both;
}

.service-card:hover {
    transform: translateY(-100px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #0b2a5c33;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #e6f4f1, transparent 80%);
    opacity: 0.2;
    z-index: -1;
    border-radius: inherit;
}

.image-wrapper {
    position: relative;
    /* max-width: 500px; */
    width: 100%;
    height: 300px;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    /* Darkness level */
    border-radius: 1rem 1rem 0 0;
    pointer-events: none;
}


.service-card h3 {
    font-size: 1.1rem;
    color: #0b2a5c;
    font-weight: 600;
    margin: 1rem 1.25rem 0.5rem 1.25rem;
}

.service-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 0 1.25rem 1.25rem 1.25rem;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .services-section {
        padding: 1.2rem;
    }

    .image-wrapper {
        position: relative;
        width: 100%;
        height: 280px;
        border-radius: 1rem 1rem 0 0;
        overflow: hidden;
    }
    .section-title{
        font-size: 2rem;
    }

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


/* Premium fade-in-up animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.service-card h3 .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.service-card:hover h3 .arrow {
  transform: translateX(5px);
}
.service-card {
  text-decoration: none;
  color: inherit;
}

.service-card h3,
.service-card p {
  text-decoration: none;
}
.service-card a {
    display: block;
    text-decoration: none; /* Removes default underline on the link */
}

.service-card h3 {
    font-size: 1.1rem;
    color: #0b2a5c;
    font-weight: 600;
    margin: 1rem 1.25rem 0.5rem 1.25rem;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.service-card:hover {
    transform: translateX(4px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #0b2a5c33;
}


.service-card i.fas {
    margin-left: 10px;
    font-size: 1.2rem;
    color: #0b2a5c;
    transition: transform 0.3s ease;
}

.service-card:hover i.fas {
    transform: translateX(5px); /* Makes the arrow move slightly on hover */
}

:root {
    --dark-blue: #1f3a6c;
    --blue: #49afd5;
    --green: #4eb19e;
    --light-bg: #f7fafc;
    --pill-bg: #4eb19d3f;
    --pill-text: #1f3a6c;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    color: var(--dark-blue);
    background: white;
}

.work-process {
    padding: 90px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.work-process .intro {
    /* text-transform: lowercase; */
    font-size: 14px;
    color: var(--green);
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.work-process .intro::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 110px;
    height: 4px;
    background: var(--green);
    border-radius: 2px;
}

.work-process h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.work-process .desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 600px;
}

.wp-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: start;
}

.wp-left img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.steps {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.step-card {
    background: var(--light-bg);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.step-card .pill {
    display: inline-block;
    background: var(--pill-bg);
    color: var(--pill-text);
    font-size: 0.875rem;
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.step-card h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.step-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.step-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.step-card ul li svg {
    flex-shrink: 0;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    fill: var(--green);
}

@media (max-width: 800px) {
    .wp-content {
        grid-template-columns: 1fr;
    }

    .work-process {
        padding: 40px 16px;
    }

    .work-process h2 {
        font-size: 2rem;
    }
}

.about-highlights {
    background-color: #f5f7fa;
    padding: 6rem 1rem;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
}

.about-info {
    flex: 1 1 500px;
    max-width: 600px;
}

.about-label {
    color: #1f3a6c;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.about-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1f3a6c;
    line-height: 1.3;
    margin-bottom: 1rem;
}
@media (max-width:768px) {
    .about-title{
    font-size: 2rem;
}
}
.about-description {
    font-size: 1.1rem;
    color: #3b4a5a;
    margin-bottom: 2rem;
    max-width: 500px;
}

.about-card {
    background-color: #ffffff;
    text-align: left;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.about-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.about-card p {
    font-size: 1rem;
    color: #444;
}

.about-image-container {

    flex: 1 1 400px;
    text-align: center;
}

.about-image {
    margin-bottom: 20px;
    width: 100%;
    max-width: 485px;
    border-radius: 20px;
    object-fit: cover;
}
.faq-section {
    background-color: #0f91753b;
    padding: 3rem 1.5rem;
    display: flex;
    justify-content: center;
}

.qanda-title {
    font-size: 3rem;
    font-weight: 600;
    margin-top: 1%;
    /* margin-bottom: auto; */
    /* margin-right: 10%; */
}

.faq-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 7rem;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
}

.faq-container h2 {
    color: #0b2a5c;
    font-size: 2rem;
    font-weight: 700;
    flex: 1 1 300px;
    min-width: 260px;
}

.accordion {
    flex: 2 1 500px;
    width: 100%;
}

.accordion-item {
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(210, 242, 238, 0.466);
    /* Transparent turquoise */
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.2),
        0 8px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.accordion-button {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 2.25rem 2rem 2.25rem 4rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0b2a5c;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.accordion-button::before {
    content: '+';
    position: absolute;
    left: 1rem;
    font-size: 1.5rem;
    color: #0b2a5c;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff8c;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.accordion-content p {
    padding: 1rem 0;
    color: #0b2a5c;
    font-size: 1rem;
    line-height: 1.6;
}

.accordion-item.active .accordion-content {
    max-height: 250px;
    padding: 0 1.5rem 1.25rem 1.5rem;
}

.accordion-item.active .accordion-button::before {
    content: '–';
}

/* Optional: Hover effect */
.accordion-item:hover {
    transform: translateY(-2px);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .qanda-title{
        font-size: 2rem;
    }
    .accordion-button {
        padding: 1rem 1rem 1rem 2.5rem;
        font-size: 1rem;
    }

    .accordion-content {
        padding: 0 1rem;
    }

    .accordion-item.active .accordion-content {
        padding: 0 1rem 1rem 1rem;
    }
}
