@import url('base.css');

.hero {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)),
        url("/assets/images/about_us_hero.jpg");
}

.hero .hero-card {
    padding-right: 40%;
}

.hero-card h1.display-5 {
    font-size: 60px;
}

/* SECTION SETUP */
.pad-con {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

/* BACKGROUND TITLE */
.what-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin: 0 0 2rem;
    font-size: 11rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--light-dark-grey);
    pointer-events: none;
}

/* CARD STYLES */
.what-we-do .card {
    background: none;
}

.what-we-do .card-header {
    background-color: #041536;
    color: #fff;
    padding: 1.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
    min-height: 5rem;
}

.what-we-do .card-header i {
    font-size: 1.75rem;
}

.what-we-do .card-header h5 {
    font-size: 1.5rem;
}

.what-we-do .card-body {
    background-color: #e6edf3;
    padding: 1.5rem;
    border-radius: 0 0 0.25rem 0.25rem;
}

.what-we-do .card-body p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #212529;
}

/* GUTTER & SPACING */
.what-we-do .row>[class*="col-"] {
    display: flex;
}

.what-we-do .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bg-brand {
    background-color: #1f3e5c;
}

.what-we-do .card-header i {
    flex-shrink: 0;
}

/* ---------- Testimonials Section ---------- */
.testimonials-heading {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin: 0 0 2rem;
    font-size: 6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--light-dark-grey);
    pointer-events: none;
}


/* 2) Inject your own light-grey arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    font-size: 2.0rem;
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
}

/* ← on the left */
.swiper-button-prev::after {
    content: '←';
    left: 0.5rem;
    color: black;
}

/* → on the right */
.swiper-button-next::after {
    content: '→';
    right: 0.5rem;
    color: black;
}


@media (max-width: 767.98px) {
    .section-bg-title {
        font-size: 3rem;
    }

    .what-we-do .card-header {
        padding: 1rem;
        min-height: auto;
    }

    .what-we-do .card-header i {
        font-size: 1.5rem;
    }

    .what-we-do .card-header h5 {
        font-size: 1rem;
    }

    .what-we-do .card-body {
        padding: 1rem;
    }

    .what-we-do .card-body p {
        font-size: 0.9rem;
    }
}

/* ---------- Pricing Section ---------- */
.pricing-section .plan-card {
    border: 1px solid #041536;
    border-radius: 0.5rem;
    padding: 2rem;
    background-color: #fff;
    position: relative;
    overflow: visible;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pricing-section .row>[class*="col-"] {
    display: flex;
}

.pricing-section .plan-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.pricing-section .feature-item img[src$="check-mark.svg"] {
    filter: invert(36%) sepia(82%) saturate(5283%) hue-rotate(90deg) brightness(90%) contrast(92%);
}

.price-btn {
    background-color: var(--primary-color, #00adef)
}

.pricing-container {
    padding-top: 2rem;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.most-selected {
    background-color: #000 !important;
}

.pricing-heading {
    font-size: 4rem;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 2rem;
}


.pricing-heading::after {
    content: "";
    display: block;
    width: 3rem;
    height: 0.35rem;
    background-color: #041536;
    margin: 0.25rem auto 0;
    border-radius: 2px;
}

.plan-card h3 {
    font-size: 1.75rem;
}

.plan-card .price {
    font-size: 1.25rem;
    font-weight: 500;
}

.pricing-section .plan-card.featured .ribbon {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e6edf3;
    color: #000;
    padding: 0.35rem 0.75rem;
    border-radius: 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    z-index: 1;
    white-space: nowrap;
}

/* ---------- Company Logos ---------- */
.company-logo {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.company-logos .company-logo {
    height: 120px;
    width: 100%;
    padding: 2rem;
}


/* Tablet & below */
@media (max-width: 992px) {
    .testimonials-heading {
        font-size: 4rem;
    }

}

/* Phone & below */
@media (max-width: 576px) {
    .hero .hero-card {
        padding-right: 0%;
        padding-left: 0%
    }

    .hero-card h1.display-5 {
        font-size: 40px;
    }

    .hero-card p {
        font-size: 1.15rem;
    }

    .what-title {
        font-size: 3.2rem;
    }

    .pricing-heading {
        font-size: 3rem;
        font-weight: 700;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .pricing-container {
        padding-top: 2rem;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .testimonials-heading {
        font-size: 2.5rem;
    }

    .pad-con {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

.cta-section {
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        /* darker overlay */
        url("/assets/images/pricing_hero2.jpg") center/cover no-repeat;
}
