/* Responsive tweaks */


@media (min-width: 1200px) {

    .why-it-matters .text-center p {
        opacity: 0.8;
    }

    .highlight-sec .title-wrapper {
        max-width: 75%;
        margin: 2rem auto;
    }

    .why-it-matters .text-center p,
    .leadership-sec .title-wrapper {
        max-width: 75%;
        margin: 3rem auto;
        font-size: 1.6rem;
    }

    .title-wrapper h3 {
        margin: 2rem 0;
    }
}

@media (max-width: 1200px) {

    .swiper-slide {
        align-items: center;
        place-content: center;
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .service-card {
        height: 360px;
    }

    .service-card h3 {
        font-size: 2.4rem;
    }

    .navbar-toggler.border-0 {
        background: #5e6c72;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding-top: 10px;
    }

    .about-content {
        margin: 2rem 0;
        padding-left: 0 !important;
    }

    .about-text-home .container {
        align-items: self-start;
    }

    .about-text-home {
        right: 0;
    }

    .slide-content {
        max-width: 100%;
    }

    .slide-content h2 {
        font-size: 55px;
    }

    .about-text-home p {
        max-width: 500px;
    }

    .about-text-home {
        bottom: 16%;
    }

    .footer-nav {
        justify-content: center;
    }

    .footer-logo {
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .offcanvas {
        z-index: 9999;
    }

    header .nav-link {
        color: #000;
        margin-bottom: 1rem;
        font-weight: normal;
        margin: 1rem 0;
        border: 1px solid;
        border-left: 0;
        border-right: 0;
        padding: 14px 0;
        border-top: 0;
        font-size: 16px;
        font-weight: 600;
        border-color: #80808085;
    }

    .offcanvas-header {
        border-bottom: 1px solid #80808085;
        padding: 11px 0;
    }


    .btn-login {
        background: var(--primary-color);
        color: white;
    }

    header .btn-login {
        border-radius: 42px;
        background: var(--primary-color);
        color: white;
        width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 16px;
        background: transparent;
        color: black;
        border: 2px solid var(--primary-color);
    }

    header .btn-login:hover {
        background: var(--primary-color);
        color: white;
    }

    .offcanvas-title {
        font-size: 16px;
    }

    .offcanvas-backdrop {
        position: inherit;
    }

    .about-sec .image-wrapper img {
        max-height: auto;
        height: 100%;
        height: 100%;
    }

    .about-sec {
        padding: 2rem 0;
    }

    .text-box-area {
        padding: 3rem;
    }

    :root {
        font-size: 8px;
    }

    .contact-info br {
        display: none;
    }

    .detail-content {
        padding: 3rem 0;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 1.8rem;
    }

    .text-box-area p {
        font-size: 2.5rem;
        letter-spacing: normal;
        font-weight: 400;
    }


    .leadership-sec {
        padding: 0rem 0;
    }

    .offcanvas-header .btn-close {
        border: 2px solid var(--primary-color);
        padding: 12px;
        border-radius: 50%;
    }

    .about-section {
        padding: 4rem 0;
    }

    .breadcrumbs-new {
        padding-bottom: 2rem;
    }

    .contact-wrappper-sec {
        padding: 2rem;
    }


}

@media (max-width:768px) {
    .custom-footer .container {
        height: auto;
    }

    .news-content h3 {
        font-weight: 400;
    }

}

@media (max-width:600px) {
    .slide-content h2 {
        font-size: 40px;
    }

    .about-text-home p {
        max-width: 100%;
    }

    /* .news-header {
        flex-direction: column;
    } */

    .footer-button {
        display: block;
    }

    .accordion-header {
        font-size: 20px;
    }

    .copy-right-footer {
        flex-direction: column;
        margin: 2rem 0;
        gap: 2rem;
    }


    /* New css */
    .highlight-sec .owl-nav {
        display: none;
    }

    .breadcrumbs .container {
        padding: 0 3rem;
    }

    .footer-nav {
        gap: 21px;
        align-items: center;
        flex-direction: column;
    }

    .protecting_oceans {
        min-height: 500px;
    }

    .protecting_oceans h2 {
        font-size: 4.5rem;
    }


    /* New css add for card hover */
    .service-card p {
        opacity: 1;
        transform: none;
    }

    .content-scroll {
        max-height: 100%;
        overflow-y: visible;
    }

    .service-card .card-content {
        position: static;
        background: white;
        color: #000;
        padding: 30px 10px;
    }

    .service-card {
        height: auto;
    }

    .service-card .overlay {
        background: transparent;
    }

    .service-card img {
        width: 100%;
        height: 300px;
        border-radius: 15px;
    }

    .service-card:hover img {
        transform: none;
        opacity: 14;
    }

    .service-card:hover .overlay {
        background: transparent;
    }

    .service-card h3 {
        color: black;
    }

    .service-card:hover h3 {
        transform: none;
    }

    .page-id-179 .service-card .card-content {
        background: rgba(0, 0, 0, 0.493);
    }

    /* New css add for card hover end */
    .custom-footer {
        padding-bottom: 0;
    }

    .team-member-about {
        display: block;
    }

    .card-content-leadership {
        position: static;
    }

    .breadcrumbs-new {
        position: relative;
        padding: 12rem 2rem;
    }

    div#field_1_7 {
        position: static;
    }

    #gform_submit_button_1 {
        border: 2px solid var(--primary-color);
        padding: 6px 21px !important;
    }

    .company_news_sec .title-wrapper h2 span {
        display: block;
    }

    .custum-btn {
        border: 2px solid #095540;
        padding: 1.5rem 2.5rem;
        font-size: 1.8rem;
    }

    .publish-date span {
        width: 33px;
        padding: 1rem;
        /* height: 34px; */
    }
}