header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.navbar-brand img {
    width: 100px;
}

.navbar-nav .nav-item .nav-link {
    color: #660032;
}

    .navbar-nav .nav-item .nav-link:hover {
        color: #008D8D;
    }

footer {
    padding: 60px 0 30px;
}

    footer a {
        text-decoration: none;
        color: #fff;
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.aas-logo {
    width: 20px;
}

.law-banner {
    height: 100vh;
    background: url('../image/eq-law-logo-guidelines-01.png') no-repeat center center;
    background-size: cover;
}

.herro-banner {
    margin: 57px 0 0;
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Ensures horizontal centering */
    height: 100vh; /* Full height for proper vertical alignment */
}

    .hero-text div {
        width: 80%;
    }

    .hero-text h1 {
        font-size: 50px;
        font-weight: 400;
        margin: 0 0 20px;
        color: #660032;
    }

    .hero-text p {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
    }


.about-section {
    background-color: #660032;
    color: #fff;
    padding: 100px 0;
}

    .about-section a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        border-bottom: 1px solid;
        padding: 10px;
        border-top: 1px solid;
        transition: 0.3s ease;
        display: block;
        width: 200px;
        margin: 40px auto 0;
    }

        .about-section a:hover {
            background-color: #fff;
            color: #2F0014;
            transition: 0.3s ease;
        }


.service-section {
    position: relative;
    background: url('../image/h3-img8.jpg') no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}

    .service-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Adjust opacity */
    }

    .service-section h3 {
        position: relative;
        color: #fff;
    }

    .service-section a {
        color: #000;
        text-decoration: none;
    }

.card {
    border-radius: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #fff;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

.card-body {
    transition: background-color 0.3s ease;
    padding: 80px 50px;
}

.service-section .card:hover {
    background-color: #660032;
    color: #fff;
}

    .service-section .card:hover .card-body {
        color: #fff;
    }

.insights-section {
    padding: 100px 0;
}


    .insights-section .card:hover .card-body {
        background-color: rgba(255, 224, 232, 0.1);
    }

    .insights-section .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: rgba(47, 0, 20);
        color: #fff;
    }

        .insights-section .card:hover .card-body {
            background-color: #151412;
            color: #fff;
        }


.contact-section {
    padding: 100px 0;
}

    .contact-section a {
        color: #fff;
        font-size: 16px;
        text-underline-offset: 3px;
    }

    .contact-section .card {
        background-color: #660032;
    }

        .contact-section .card p, .contact-section h6 {
            color: #fff;
        }

    .contact-section hr {
        color: #fff;
    }

.bannner-hero {
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 82px 0 0;
    padding: 80px;
}

.corporate-img, .business-img {
    background-image: url('../image/business_transactions.png');
}

.nonprofit-banner {
    background-image: url('../image/b_about.jpg');
}


.bannner-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}


.disputeresolution-banner {
    background-image: url('../image/disputeresolution.jpg');
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 82px 0 0;
    padding: 80px;
    color: #fff;
}

.bannner-hero .container {
    position: relative;
    color: #fff;
}

.bannner-hero h1, .disputeresolution-banner h1 {
    font-size: 40px;
}

.bannner-hero p, .disputeresolution-banner p {
    font-size: 18px;
}

.service-body-img {
    background-image: url('../image/service_body_img.jpg');
    background-position: top;
    background-size: cover;
    padding: 100px 0
}

.humanrights-banner {
    background-image: url('../image/human_rights_banner.jpg');
}

.strategicadvisory-banner {
    background-image: url('../image/strategic_advisory_banner.jpeg');
}

.service-body {
    margin: 100px 0;
}

    .service-body img {
        width: 100%;
    }

    .service-body h2, .service-body-img h2 {
        font-size: 24px;
        margin: 0 0 30px;
    }

    .service-body .box-description, .service-body-img .box-description {
        padding: 60px 20px 0;
    }


    .service-body .card:hover .card-body {
        background-color: rgba(255, 224, 232, 0.1);
    }

    .service-body .col-md-6, .service-body-img .col-md-6 {
        margin: 0 0 30px;
    }


    .service-body .card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #151412;
        color: #fff;
    }

        .service-body .card:hover .card-body {
            background-color: rgba(47, 0, 20);
            color: #fff;
        }

.team-banner {
    background-image: url('../image/service_body_img.jpg');
    background-position: top;
    background-size: cover;
    padding: 150px 0;
    margin: 82px 0 0;
    text-transform: uppercase;
}

.user-box {
    color: #000;
    text-decoration: none;
    padding: 30px;
    display: block;
    border: 1px solid #ccc;
    margin: 100px 0;
    transition: 0.3s ease;
}

    .user-box:hover {
        border: 1px solid #A20055;
        transition: 0.3s ease;
        background-color: rgba(255, 224, 232,0.1)
    }

.team-body .title {
    font-size: 18px;
    margin: 20px 0 5px;
}

.team-body .email {
    font-size: 16px;
    color: #A20055;
    margin: 0;
}

.team-body img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.user-linkedin {
    color: #000;
    font-size: 16px;
    margin: 10px 0 30px;
    display: block;
    width: 100px;
}

.user-more {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid;
}


.user-banner {
    margin: 82px 0 0;
    background-image: url('../image/service_body_img.jpg');
    background-position: top;
    background-size: cover;
    text-transform: uppercase;
    padding: 60px 0;
}


.accordion {
    padding: 150px 0;
}

.accordion-button:not(.collapsed) {
    background-color: #660032;
    color: #fff;
}
button:focus:not(:focus-visible) {
outline:none;
}

.accordion-button:focus {
    box-shadow:none;
}