@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700;800&family=Poppins:wght@500;600;700;800&display=swap');

:root {

    /*--------------------------------------------------
    Oliver Brand
    --------------------------------------------------*/

    --oliver-navy: #10233f;
    --oliver-blue: #214f86;
    --oliver-gold: #f59e0b;
    --oliver-bg: #f4f7fb;

    /*--------------------------------------------------
    BootstrapMade Overrides
    --------------------------------------------------*/
    --background-color: #f4f7fb;
    --default-color: #596779;
    --heading-color: #10233f;
    --accent-color: #214f86;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;

    --nav-color: #20334f;
    --nav-hover-color: #214f86;
    --nav-mobile-background-color: #ffffff;
    --nav-dropdown-background-color: #ffffff;
    --nav-dropdown-color: #20334f;
    --nav-dropdown-hover-color: #214f86;

    --default-font: "Manrope", sans-serif;
    --heading-font: "Poppins", sans-serif;
    --nav-font: "Manrope", sans-serif;
    scroll-behavior: smooth;
}

body {
    font-family: var(--default-font);
    background: var(--background-color);
    color: var(--default-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--heading-color);
}

.oliver-header,
.header {
    background: linear-gradient(135deg, #10233f, #214f86) !important;
    padding: 0 !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .18) !important;
}

.header .logo h1,
.header .logo span,
.header a {
    color: #fff !important;
}

nav.enterprise-nav{
    margin: 18px 0 !important;
}

.header .logo img {
    max-height: 75px;
    margin: 8px;
}

.bi-chevron-down {
    color: #fff !important;
}

@media(min-width:1200px) {

    .navmenu a {
        color: #fff !important;
        font-weight: 600;
        letter-spacing: .7px;
    }

    .navmenu a:hover,
    .navmenu .active {
        color: #f59e0b !important;
    }

    .navmenu .dropdown ul {
        background: #ffffff !important;
        border: none;
        border-radius: 8px;
        padding: 12px 0;
        box-shadow: 0 20px 45px rgba(15, 23, 42, .12);
        min-width: 240px;
    }

    .navmenu .dropdown ul li {
        padding: 0;
    }

    .navmenu .dropdown ul a {
        color: #42526b !important;
        padding: 12px 22px;
        font-size: 15px;
        transition: .25s;
    }

    .navmenu .dropdown ul a:hover {
        color: #f59e0b !important;
        background: #f8fbff;
    }


    .navmenu>ul>li>a {
        padding: 18px 16px;
        transition: .25s;
        position: relative;
    }

    .navmenu>ul>li>a::after {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 8px;
        height: 2px;
        background: #f59e0b;
        transform: scaleX(0);
        transition: .25s;
    }

    .navmenu>ul>li:hover>a::after {
        transform: scaleX(1);
    }

    .navmenu li>a:hover .toggle-dropdown,
    .navmenu li:hover>a .toggle-dropdown {
        color: #f59e0b !important;
        transition: .25s;
    }

    .enterprise-nav .dropdown .dropdown>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .enterprise-nav .dropdown .dropdown>a .toggle-dropdown {
        color: #42526b !important;
        font-size: 13px;
        transition: .25s;
    }

    .enterprise-nav .dropdown .dropdown:hover>a .toggle-dropdown {
        color: #f59e0b !important;
    }
}

@media(max-width:1199px) {
    .navmenu ul {
        background: #13294b !important;
    }

    .navmenu a {
        color: #ffffff !important;
    }

    .navmenu a:hover {
        color: #f59e0b !important;
    }

    .navmenu .dropdown ul {
        background: #21406d !important;
    }

    .navmenu .dropdown ul a {
        color: #ffffff !important;
    }

    .mobile-nav-toggle {
        color: #fff;
    }

    .enterprise-nav .dropdown .dropdown>ul {
        background: #2b4d7e !important;
        border-left: 3px solid #f59e0b;
        border-radius: 8px;
        padding: 8px 0;
    }

    .enterprise-nav .dropdown .dropdown>ul a {
        color: #ffffff !important;
        font-size: 15px;
        padding-left: 20px;
    }

    .enterprise-nav .dropdown .dropdown>a {
        color: #ffffff !important;
        font-weight: 600;
    }

    .enterprise-nav .dropdown .dropdown>a .toggle-dropdown {
        background: #1d4d8b;
        color: #fff !important;
    }

    .hero h2 {
        color: #fff !important;
        font-size: 36px !important;
    }

    .carousel-item .container {
        width: 95%;
    }

    .oliver-hero .container {
        width: 360px !important;
        max-width: calc(100vw - 30px);
        padding: 40px !important;
    }

    .carousel-control-prev,
    .carousel-control-next,
    .carousel-indicators {
        display: none !important;
    }
}

.hero .container {
    background: linear-gradient(135deg, rgba(16, 35, 63, .94), rgba(33, 79, 134, .90)) !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 60px;
}


.hero h2 {
    color: #fff !important;
    font-size: 54px;
}

.hero p {
    color: #d8e6ff !important;
}

.hero .btn-get-started {
    background: #f59e0b !important;
    border: none !important;
    color: #10233f !important;
    font-weight: 700 !important;
    padding: 14px 34px !important;
    border-radius: 10px !important;
}

.hero .carousel-indicators li {
    opacity: 0.3;
}

.hero .carousel-indicators li.active {
    opacity: 1;
    background: var(--oliver-gold);
}

.section-title {
    text-align: left !important;
}

.section-title h2 {
    text-transform: none !important;
    font-size: 42px !important;
}

.section-title h2:after {
    left: 0 !important;
    margin: 0 !important;
    width: 80px !important;
    height: 5px !important;
    background: #f59e0b !important;
}

.services .service-item {
    border-radius: 18px !important;
    border: 1px solid #e7edf5 !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08) !important;
    transition: .35s;
}

.services .service-item:hover {
    transform: translateY(-8px);
}

.services .service-item .icon {
    background: linear-gradient(135deg, #10233f, #214f86) !important;
    border-radius: 18px !important;
}

.services .service-item .icon svg {
    display: none !important;
}

.services .service-item .icon i {
    color: #fff !important;
}

.footer {
    background: #10233f !important;
    color: #dce7f6 !important;
}

.footer a {
    color: #dce7f6 !important;
}

.footer a:hover {
    color: #f59e0b !important;
}

.footer .footer-heading span {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--heading-font);
    color: var(--heading-color);
    line-height: 1.05;
}

.footer .footer-heading img{
    width: 75px;
    margin: 0 10px;
}

.mobile-section-divider {
    margin-top: 35px !important;
}
.enterprise-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: #ffbf69;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 18px;
}

.oliver-hero .container {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left !important;
}

.oliver-hero .btn-get-started {
    margin-top: 20px;
}

.oliver-hero .carousel-item {
    align-items: center !important;
}

section:nth-of-type(even) {
    background: linear-gradient(180deg, #fbfcff, #f1f5fb) !important;
}

.services .service-item {
    position: relative;
    overflow: hidden;
}

.services .service-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(#1b4b82, #f59e0b);
}

.services .service-item h3 {
    text-align: left;
    padding-left: 8px;
}

.services .service-item p {
    text-align: left;
    padding-left: 8px;
}

.footer {
    padding-top: 35px !important;
}

.footer:before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #1b4b82, #f59e0b);
    margin-bottom: 30px;
}

/*=========================================================
PARTNERS
=========================================================*/
.oliver-partners {
    background:
        linear-gradient(135deg,
            #10233f 0%,
            #18375f 100%) !important;
    position: relative;
    overflow: hidden;
}

.oliver-partners::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background:
        rgba(255, 255, 255, .04);
    right: -180px;
    top: -180px;
}

.oliver-partners::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background:
        rgba(245, 158, 11, .08);
    left: -120px;
    bottom: -120px;
}

.oliver-partners .section-tag {
    display: inline-block;
    color: #ffb347;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 18px;
}

.oliver-partners h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.oliver-partners p {
    color: #cfd9e7;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 45px;
}

.partner-stats {
    display: flex;
    gap: 45px;
}

.partner-stats strong {
    display: block;
    color: #ffffff;
    font-size: 42px;
    font-family: Poppins;
}

.partner-stats span {
    color: #c5d2e5;
}

.partner-slider-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    box-shadow:
        0 35px 80px rgba(0, 0, 0, .25);
}

.partner-logo-wrapper {
    background: #ffffff;
    border: 1px solid #edf2f8;
    border-radius: 16px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.partner-logo-wrapper:hover {
    transform: translateY(-8px);
    border-color: #ffb347;
    box-shadow:
        0 18px 35px rgba(0, 0, 0, .12);
}

.partner-logo {
    max-width: 130px;
    max-height: 55px;
    filter: grayscale(100%);
    opacity: .75;
    transition: .35s;
}

.partner-logo-wrapper:hover .partner-logo {
    filter: none;
    opacity: 1;
    transform: scale(1.08);
}

@media(max-width:991px) {
    .partner-slider-card {
        margin-top: 50px;
    }

    .partner-stats {
        justify-content: center;
    }

    .oliver-partners {
        text-align: center;
    }
}

/*======================================================
TESTIMONIALS
======================================================*/
.testimonials {
    background:
        linear-gradient(180deg,
            #ffffff,
            #f5f8fc);
}

.testimonial-header {
    max-width: 700px;
    margin: 0 auto 70px;
    text-align: center;
}

.testimonial-header span {
    display: inline-block;
    color: #f59e0b;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 13px;
}

.testimonial-header h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #12263f;
}

.testimonial-header p {
    color: #6b7a90;
    line-height: 1.9;
    font-size: 17px;
}

.testimonial-wrapper {
    position: relative;
}

.testimonial-item {
    position: relative;
    border: none;
    border-radius: 22px;
    background: #ffffff;
    padding: 45px;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .07);
    transition: .35s;
    overflow: hidden;
}

.testimonial-item::before {
    content: "❝";
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 90px;
    color: #edf2fa;
    font-family: Georgia;
}

.testimonial-item:hover {
    transform: translateY(-12px);
    box-shadow:
        0 28px 65px rgba(0, 0, 0, .12);
}

.testimonial-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 4px solid #f5f7fb;
    margin-bottom: 20px;
}

.testimonial-item h3 {
    font-size: 22px;
    margin-bottom: 4px;
}

.testimonial-item h4 {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.stars {
    margin-bottom: 18px;
}

.stars i {
    color: #ffb400;
    margin-right: 2px;
}

.testimonial-item p {
    color: #5f7088;
    line-height: 1.9;
    font-size: 16px;
}

.quote-icon-left,
.quote-icon-right {
    display: none;
}

@media(max-width:992px) {
    .testimonial-header h2 {
        font-size: 36px;
    }

    .testimonial-item {
        padding: 35px;
    }
}

/*=========================================================
CONTACT
=========================================================*/
.contact {
    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #f7f9fc 100%);
}

/* ---------- Heading ---------- */
.contact-heading {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}

.contact-heading span {
    display: inline-block;
    color: #f59e0b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.contact-heading h2 {
    color: #13294b;
    font-size: 46px;
    margin-bottom: 22px;
}

.contact-heading p {
    color: #68768c;
    line-height: 1.9;
    font-size: 17px;
}

/* ---------- Left Panel ---------- */
.contact-card {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    height: 100%;
}

.contact-card h3 {
    font-size: 34px;
    color: #13294b;
    margin-bottom: 35px;
}

.vertical-contact-divider {
    display: none !important;
}

/* ---------- Contact Items ---------- */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
    background: none;
    border: none;
    transition: .3s;
}

.info-item:hover {
    transform: translateX(6px);
}

.info-item i {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf4fc;
    color: #1d4d8b;
    font-size: 20px;
    flex-shrink: 0;
    transition: .3s;
}

.info-item:hover i {
    background: #1d4d8b;
    color: #ffffff;
}

.info-item h4 {
    color: #13294b;
    margin-bottom: 6px;
    font-size: 18px;
}

.info-item p {
    margin-bottom: 3px;
    color: #66758b;
    line-height: 1.7;
}

/* ---------- Form Card ---------- */
.contact-form-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 45px;
    border: 1px solid #e8edf5;
    box-shadow:
        0 18px 45px rgba(15, 23, 42, .08);
    height: 100%;
}

/* ---------- Inputs ---------- */


.contact-form-card .form-control {
    height: 56px;
    border-radius: 12px;
    border: 1px solid #c8d5e3 !important;
    box-shadow: none;
    transition: .3s ease;
    padding: 0 18px;
    background:#ffffff;
    color:#24364d;
}

.contact-form-card textarea.form-control {
    height: 180px;
    padding-top: 16px;
}

.contact .email-form input[type="text"],
.contact .email-form input[type="email"],
.contact .email-form textarea{
    color:var(--heading-color);
    background:#fff;
    border:1px solid #c8d4e2;
    border-radius:12px;
    font-size:15px;
    transition:all .25s ease;
}

.contact .email-form input::placeholder,
.contact .email-form textarea::placeholder{
    color:#73849a !important;
    opacity:1 !important;
}

.contact-form-card .form-control:focus {
    border-color: #1d4d8b;
    box-shadow:
        0 0 0 4px rgba(29, 77, 139, .08);
}

/* ---------- Button ---------- */
.contact-form-card button {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 12px;
    background:
        linear-gradient(135deg,
            #1d4d8b,
            #3a6fb2);
    color: #fff;
    font-weight: 600;
    transition: .35s;
}

.contact-form-card button:hover {
    transform: translateY(-3px);
    box-shadow:
        0 16px 35px rgba(29, 77, 139, .22);
}

/* ---------- Responsive ---------- */
@media(max-width:991px) {
    .contact {
        padding: 80px 0;
    }

    .contact-heading h2 {
        font-size: 34px;
    }

    .contact-form-card {
        margin-top: 35px;
        padding: 30px;
    }
}

.tp-sales-main-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    background:
        radial-gradient(circle at center,
            rgba(59, 130, 246, .08),
            transparent 70%);
    border: none;
    box-shadow: none;
    padding: 10px;
}

.tp-sales-section-box {
    position: relative;
    padding-left: 28px;
}

.tp-sales-section-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 110px;
    border-radius: 20px;
    background:
        linear-gradient(180deg,
            #1d4d8b,
            #4f7dff);
}

.headings {
    font-size: 64px !important;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #13294b;
    margin-bottom: 30px;
}

@media (max-width:1199px) {
    .headings {
        font-size: clamp(34px, 7vw, 42px) !important;
        line-height: 1.18 !important;
        letter-spacing: -0.8px !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
}

.spans {
    color: #4f6dff;
    background:
        linear-gradient(transparent 72%,
            rgba(79, 109, 255, .15) 72%);
    padding: 0 6px;
}

.tp-title-anim {
    text-align: left !important;
    color: #66758b !important;
    font-size: 18px !important;
    line-height: 1.9 !important;
    max-width: 620px;
    font-family: Manrope, sans-serif !important;
}

dotlottie-player {
    margin: auto !important;
    width: 380px !important;
    height: 380px !important;
    animation:
        floatHero 6s ease-in-out infinite;
}

@keyframes floatHero {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

.page-title {
    padding: 34px 0 !important;
}

section {
    padding: 20px 0;
}

.page-title h1 {
    font-size: 40px;
    letter-spacing: -.6px;
    font-weight: 700;
}

/*==========================================
INNER PAGE TITLE
==========================================*/
.page-title.accent-background {
    --background-color: transparent;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    background: #13294b !important;
    /* Same as header */
    padding: 18px 0 26px !important;
    margin-top: -1px;
    /* Remove any tiny gap */
    border: none;
    position: relative;
}

.page-title h1 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/*=========================================================
INNER PAGE FEATURE CARDS
=========================================================*/
.headings2 {
    font-size: 46px;
    font-weight: 700;
    color: #13294b;
    margin-bottom: 70px !important;
    letter-spacing: -.6px;
}

/* Card */
.service-item {
    position: relative;
    background: #ffffff;
    border: none !important;
    border-radius: 22px !important;
    padding: 40px 30px !important;
    transition: .35s;
    overflow: hidden;
    box-shadow:
        0 12px 30px rgba(15, 23, 42, .06) !important;
}

/* Top Accent */
.service-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background:
        linear-gradient(90deg,
            #1d4d8b,
            #4f7dff);
}

/* Hover */
.service-item:hover {
    transform: translateY(-10px);
    box-shadow:
        0 25px 60px rgba(15, 23, 42, .12) !important;
}

/* Icon */
.icon-box-sm {
    width: 78px;
    height: 78px;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    transition: .35s;
}

/* Keep Bootstrap color classes */
.service-item:hover .icon-box-sm {
    transform: rotate(-8deg) scale(1.08);
}

/* Icon */
.icon-box-sm i {
    font-size: 34px !important;
}

/* Heading */
.service-item h4 {
    color: #13294b;
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 700;
}

/* Description */
.service-item p {
    color: #66758b;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 0;
}

/* Decorative Corner */
.service-item::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -35px;
    bottom: -35px;
    border-radius: 50%;
    background:
        rgba(29, 77, 139, .04);
    transition: .35s;
}

.service-item:hover::after {
    transform: scale(1.4);
}

/*=========================================================
CONTENT SHOWCASE
=========================================================*/
.content-showcase {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.content-showcase .container {
    position: relative;
}

/*-------------------------
Image
-------------------------*/
.content-showcase .mobileImg {
    width: 100%;
    max-width: 520px;
    border-radius: 26px;
    padding: 18px;
    background:
        linear-gradient(145deg,
            #ffffff,
            #edf5ff);
    border: 1px solid #eef3fb;
    box-shadow:
        0 25px 70px rgba(15, 23, 42, .08);
    transition: .4s;
}

.content-showcase:hover .mobileImg {
    transform:
        translateY(-8px) rotate(-1deg);
}

/* Decorative background */
.content-showcase .mobileImg {
    position: relative;
}

.content-showcase .mobileImg::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 30px;
    border: 2px dashed rgba(29, 77, 139, .08);
}

/*-------------------------
Content
-------------------------*/
.content-showcase .headings {
    font-size: 46px !important;
    line-height: 1.15;
    font-weight: 800;
    color: #13294b;
    margin-bottom: 18px !important;
    position: relative;
}

/* Orange accent */
.content-showcase .headings::before {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    border-radius: 30px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, #f59e0b, #ffd166);
}

.content-showcase p {
    font-size: 17px;
    line-height: 1.9;
    color: #64748b;
    margin-bottom: 35px;
}

/*-------------------------
Bullet List
-------------------------*/
.content-showcase ul {
    margin: 0;
    padding: 0;
}

.content-showcase ul li {
    display: flex;
    align-items: center !important;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 18px;
    margin-bottom: 14px !important;
    box-shadow:
        0 8px 22px rgba(15, 23, 42, .05);
    transition: .3s;
}

.content-showcase ul li:hover {
    transform: translateX(8px);
    box-shadow:
        0 16px 35px rgba(15, 23, 42, .08);
}

.content-showcase ul li i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px !important;
    background: #1d4d8b;
    color: #ffffff !important;
    font-size: 14px;
    flex-shrink: 0;
}

/*-------------------------
Desktop spacing
-------------------------*/
@media(min-width:992px) {
    .content-showcase .row {
        min-height: 480px;
    }
}

/*-------------------------
Mobile
-------------------------*/
@media(max-width:991px) {
    .content-showcase .headings {
        font-size: 34px !important;
        text-align: center;
    }

    .content-showcase p {
        text-align: center;
    }
}

/*=========================================================
FAQ
=========================================================*/
.content-faq .headings {
    max-width: 100% !important;
    font-size: 38px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.5px !important;
    text-align: center !important;
    margin: 0 auto 55px !important;
    padding-bottom: 0 !important;
    display: block;
}

.content-faq .headings2 {
    max-width: 100% !important;
    width: 100%;
    font-size: 38px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    margin: 0 auto 55px !important;
    padding-bottom: 0 !important;
}

.content-faq .accordion {
    max-width: 900px;
    margin: auto;
}

.content-faq .accordion-item {
    border: none;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow:
        0 10px 30px rgba(15, 23, 42, .06);
}

.content-faq .accordion-button {
    background: #ffffff;
    padding: 24px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #13294b;
    box-shadow: none !important;
}

.content-faq .accordion-button:hover {
    background: #f7fbff;
}

.content-faq .accordion-button:not(.collapsed) {
    background: #1d4d8b;
    color: #ffffff;
}

.content-faq .accordion-body {
    padding: 28px 30px;
    color: #64748b;
    line-height: 1.9;
    font-size: 16px;
}

.content-faq .accordion-button::after {
    filter:
        brightness(0) saturate(100%) invert(28%) sepia(37%) saturate(1180%) hue-rotate(183deg);
}

.content-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.content-faq .accordion-item {
    transition: .3s;
}

.content-faq .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, .08);
}

/*=========================================================
ABOUT OLiver
=========================================================*/
.oliver-about {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff, #f4f7fb);
}

/*------------------------------------
Image
------------------------------------*/
.about-image {
    position: relative;
    border-radius: 28px;
    background: none;
    padding: 0;
    border: 1px solid #e6eef7;
    box-shadow: none;
    height: 620px;
    overflow: visible;
}

.about-image::before {
    content: "";
    position: absolute;
    /* inset:30px -25px -25px 30px; */
    top: 26px;
    left: 26px;
    right: -12px;
    bottom: -12px;
    border: 2px solid rgba(245, 158, 11, .35);
    border-radius: 26px;
    background: #fff;
    z-index: 0;
}

.about-image img {
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    margin-right: 20px;
    box-shadow:
        0 35px 80px rgba(16, 35, 63, .15);
}

.about-image::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 24px;
    top: -18px;
    left: -18px;
    border: 4px solid var(--oliver-gold);
    z-index: 1;
}

/* floating badge */
.about-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(16, 35, 63, .94);
    backdrop-filter: blur(16px);
    box-shadow:
        0 18px 40px rgba(15, 23, 42, .12);
    z-index: 3;
}

.about-badge .year {
    display: block;
    font-size: 34px;
    font-weight: 800;
    color: var(--oliver-gold);
    line-height: 1;
}

.about-badge span:last-child {
    font-size: 14px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.5;
}

/*------------------------------------
Content
------------------------------------*/
.about-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #10233f10;
    color: var(--oliver-blue);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
}

.about-title {
    margin: 22px 0;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1px;
    color: var(--oliver-navy);
}

.about-text {
    font-size: 18px;
    line-height: 1.9;
    color: #5f6f83;
    margin-bottom: 36px;
}

/*------------------------------------
Points
------------------------------------*/
.about-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.point {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e8edf5;
    transition: .30s;
}

.point:hover {
    transform: translateX(6px);
    border-color: #d8e2ef;
    box-shadow:
        0 18px 40px rgba(16, 35, 63, .08);
}

.point i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--oliver-gold);
    color: #fff;
    font-size: 18px;
}

.point span {
    font-weight: 600;
    color: #183153;
}

/*------------------------------------
Stats
------------------------------------*/
.about-stats {
    margin-top: 42px;
    display: flex;
    gap: 50px;
}

.about-stats strong {
    display: block;
    font-size: 30px;
    color: var(--oliver-blue);
}

.about-stats span {
    color: #718096;
    font-size: 15px;
}

/*------------------------------------
Mobile
------------------------------------*/
@media (max-width:991px) {
    .oliver-about {
        padding: 70px 0;
    }

    /*------------------------------------
    Content
    ------------------------------------*/
    .about-tag {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .about-title {
        margin: 16px 0 18px;
        font-size: 36px;
        line-height: 1.15;
        letter-spacing: -.6px;
    }

    .about-text {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

    /*------------------------------------
    Points
    ------------------------------------*/
    .about-points {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .point {
        padding: 14px 16px;
    }

    .point i {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .point span {
        font-size: 15px;
    }

    /*------------------------------------
    Stats
    ------------------------------------*/
    .about-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 30px;
        text-align: center;
    }

    .about-stats strong {
        font-size: 26px;
        line-height: 1.1;
    }

    .about-stats span {
        display: block;
        margin-top: 6px;
        font-size: 13px;
    }

    /*------------------------------------
    Image
    ------------------------------------*/
    .about-image {
        margin-top: 40px;
        height: 360px;
        border-radius: 22px;
    }

    .about-image img {
        height: 100%;
        border-radius: 20px;
        margin-right: 0;
    }

    /* Decorative frame */
    .about-image::before {
        top: 16px;
        left: 16px;
        right: -8px;
        bottom: -8px;
        border-radius: 20px;
        border-width: 2px;
    }

    /* Gold corner */
    .about-image::after {
        width: 64px;
        height: 64px;
        top: -10px;
        left: -10px;
        border-width: 3px;
        border-radius: 16px;
    }

    /* Floating badge */
    .about-badge {
        position: absolute;
        left: 16px;
        bottom: 16px;
        margin: 0;
        padding: 12px 16px;
        border-radius: 14px;
        max-width: 190px;
    }

    .about-badge .year {
        font-size: 30px;
    }

    .about-badge span:last-child {
        font-size: 12px;
        line-height: 1.45;
    }
}