@media (min-width: 1200px) {
    .bg-grey-shape::after {
        height: 105%;
    }
}

.btn {
    background-image: -webkit-linear-gradient(30deg, #000000 50%, transparent 50%);
    background-image: linear-gradient(30deg, #000000 50%, transparent 50%);
    border: 3px solid #000000;
}

    .btn.red-btn:hover {
        color: #000000;
    }

.each-service .left-side, .each-service .right-side {
    overflow: hidden;
}

.top-overlap .col-lg-6:nth-child(5){
	margin-top: -80px;
}

.top-overlap .col-lg-6:nth-child(7){
	margin-top: 0px;
}

.service-grid .col-lg-6:nth-child(7) .each-service{
    background-color: #1b1b1b;
    color: #fff;
}

.service-grid .col-lg-6:nth-child(7) .each-service p, .service-grid .col-lg-6:nth-child(7) .each-service .read-btn {
    color: #fff !important;
}

.believe-banner .banner-list::before {
    background-color: #e11b21;
    width: 2px;
    height: 100%;
    top: -4px;
    right: 72px;
    z-index: 99;
    bottom: auto;
    opacity: 1;
    right: 61px;
    left: auto;
}

.banner-wrap .banner-padding p {
    font-size: 23px;
}

.believe-banner .banner-list::after {
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    margin: -50px;
    margin-right: 0;
}

.believe-banner .banner-list::before {
    top: 0;
    bottom: 0;
    height: auto;
}

.left-bg-grey.fit-bg-color::before {
    width: 100%;
}

.navbar .navbar-collapse .nav-item:last-child .btn {
    margin-top: 0;
}

.left-bg-black .btn.red-btn {
    background-color: #000;
    background-image: -webkit-linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
    color: #000;
    border: 3px solid #fff;
}

    .left-bg-black .btn.red-btn:hover {
        color: #fff;
    }

@media (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.navbar .navbar-collapse .nav-item:last-child .btn {
    padding: 15px 18.4px;
}

.navbar button img:last-child {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(10000%) hue-rotate(0deg);
}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse .nav-item.contact {
        margin-left: 0;
        padding: 0;
    }

    .navbar .navbar-collapse .nav-item:last-child .btn {
        background: #fff;
        color: #000;
        margin: 10px 0;
        display: flex;
        align-items: center;
    }

        .navbar .navbar-collapse .nav-item:last-child .btn img:first-child {
            display: block;
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(10000%) hue-rotate(0deg);
            width: auto;
        }
}

@media (min-width: 992px) {
    .navbar .navbar-collapse .nav-item a.nav-link {
        padding-bottom: 31px;
        margin-bottom: 0;
    }

    .navbar .navbar-collapse .childmenu-wrapper {
        top: calc(100% + 0px);
    }
}

@media (max-width: 768px) {
    .believe-banner .banner-list::before {
        right: 30px;
    }

    .banner-wrap .banner-padding p {
        font-size: 17px;
    }

    .btn.red-btn {
        border: 0;
    }
}

.arrow:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    transition: width .4s ease-in-out;
    vertical-align: middle;
    background-color: #e11b22;
    margin-right: 8px;
}

.arrow:hover:before {
    width: 51px;
}

.arrow {
    color: #fff !important;
}

    .arrow:after {
        right: -41px !important;
    }

.read-btn:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    transition: width .4s ease-in-out;
    vertical-align: middle;
    background-color: #e11b22;
    margin-right: 8px;
}

.read-btn:hover:before {
    width: 51px;
}

.read-btn {
    background-position: right 0.7rem !important;
    color: #000 !important;
}

.each-service .read-btn {
    color: #000;
}

.service-grid .col-lg-6:nth-child(2) .each-service .read-btn,
.service-grid .col-lg-6:nth-child(3) .each-service .read-btn,
.service-grid .col-lg-6:nth-child(6) .each-service .read-btn {
    color: #fff !important;
}

.full-height-image img {
    height: 100%;
    object-fit: cover;
}

.banner-list {
    width: fit-content;
}



.new-layout-2025 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
    gap: 16px;
    /*padding: 20px;*/
}

    .new-layout-2025 .card {
        border: 1px solid #e6e7e8;
        /*border-radius: 8px;*/
        padding: 16px;
        background-color: #fff;
        /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
        display: flex;
        flex-direction: column;
        transition: transform 0.3s;
    }

        .new-layout-2025 .card:hover {
            transform: translateY(-5px);
        }

    .new-layout-2025 .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        padding: 0;
    }

        .new-layout-2025 .card-header h5 {
            margin: 0;
            font-size: 24px;
            font-weight: bold;
        }

        .new-layout-2025 .card-header img {
            width: 80px;
            height: 80px;
        }

    .new-layout-2025 .card-content p {
        margin-top: 8px;
        width: 100%; /* Full width */
        font-size: 0.9rem;
    }

.new-layout-2025__main-title h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .new-layout-2025 {
        grid-template-columns: 1fr;
        overflow-x: auto;
    }

    .new-layout-2025__main-title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .new-layout-2025 .card-header h5 {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
    }
}
