/* === Inner Banner Start === */
.inner_banner_section {
    position: relative;
}

.inner__banner_img{
    position: relative;
    height: min(max(22.5rem, 36.458vw), 43.75rem);
    overflow: hidden;
}

.inner__banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.inner__banner_content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.inner__banner_content .custom-heading .heading {
    font-family: var(--theme-font-poppins);
    letter-spacing: -3.2px;
}

/* Dark Overlay */
.inner__banner_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 1;
}

.breadcrumb__wrapper {
    position: absolute;
    top: min(max(5.375rem, 8.031vw), 8.4375rem);
    left: min(max(3.625rem, 6.927vw), 8.3125rem);
    width: 100%;
    z-index: 3;
}

.breadcrumb__wrapper ol li a {
    border-bottom: 1px solid var(--theme-white);
}

.breadcrumb__wrapper ol li:last-child a {
    border-bottom: none;
}

.breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb__list li a {
    color: var(--theme-white);
    font-size: min(max(1rem, 1.25rem), 1.25rem);
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb__list li:first-child a {
    font-weight: 700;
}

.breadcrumb__list li:not(:last-child)::after {
    content: "›";
    color: var(--theme-white);
    margin-left: 10px;
    font-size: min(max(1.125rem, 1.042vw), 1.25rem);
    font-weight: 400;
}

.breadcrumb__list li.active a {
    opacity: 0.9;
}

@media screen and (max-width: 1199px) {
    .inner__banner_img {
        height: min(max(22.5rem, 45.458vw), 43.75rem);
    }

    .inner__banner_content .custom-heading .heading {
        letter-spacing: normal;
    }
}

@media screen and (max-width: 767px) {
    .inner__banner_content .custom-heading .heading br {
        display: none;
    }
}
/* === Inner Banner End === */


/* === About us page start === */
.about_us_page_section {
    padding-bottom: min(max(4.375rem, 6.771vw), 8.125rem);
}

.about_us_page_section .head__wrap .heading {
    line-height: 1.40;
    letter-spacing: -2px;
    padding: 0px min(max(3.125rem, 4.688vw), 5.625rem);
}

.scroll-color-change .line {
    position: relative;
}
.scroll-color-change .line-mask {
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
    z-index: 2;
}

.about_page_counter_wrap .counter_num {
    color: rgba(255, 255, 255, 0.90);
}

.about_page_counter_wrap .counter_container .content_wrap {
    color: var(--theme-frost-white);
}

.about_us_page_section .about_img_wrapper {
    margin-top: min(max(2.8125rem, 4.167vw), 5rem);
}

.about_us_page_section .about_img_wrapper .img__wrap {
    padding: 0px min(max(1rem, 0.938vw), 1.125rem);
}

.about_us_page_border_shape {
    right: inherit;
    left: clamp(-2.375rem, -1.5rem - 1vw, -1rem);
    bottom: clamp(-3.125rem, -2rem - 1.5vw, -1.25rem);
    width: 100%;
    max-width: min(max(8.125rem, 68.594vw), 82.3125rem);
    min-height: min(max(17.8125rem, 26.615vw), 31.9375rem);
    border: 2px solid var(--theme-red);
    z-index: -1;
}

.about_us_page_section .about_us_bg_gradient {
    opacity: 1;
}

.about_us_page_section .about_us_bg_img {
    width: 100%;
    position: absolute;
    right: clamp(-7.4375rem, -5rem - 3vw, -2rem);
    top: 48%;
    transform: translateY(-50%);
    z-index: 0;
}

.about_us_bg_img img {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .about_us_page_section .head__wrap .heading {
        letter-spacing: normal;
    }

    .about_page_counter_wrap .counter__inner {
        max-width: 70%;
    }

    .about_us_page_border_shape {
        left: -15px;
        bottom: -32px;
    }
}

@media screen and (max-width: 991px) {
    .about_page_counter_wrap .counter__inner {
        max-width: 90%;
    }

    .about_us_page_border_shape {
        left: -5px;
        bottom: -25px;
    }
}

@media screen and (max-width: 767px) {
    .about_us_page_section .head__wrap .heading {
        padding: 0px 15px;
    }

    .about_us_page_border_shape {
        min-height: 140px;
    }
}
/* === About us page end === */


/* === What we do start === */
.what_we_do_slider .item__wrap .content_area {
    display: flex;
    flex-direction: column;
    row-gap: min(max(0.875rem, 0.833vw), 1rem);
    margin-top: min(max(0.875rem, 0.833vw), 1rem);
}

.what_we_do_slider .single_item .img__wrap:hover img {
    transform: scale(1);
}

.what_we_do_prev_btn {
    position: absolute;
    top: 55%;
    left: min(max(1.875rem, 2.604vw), 3.125rem);
    transform: translateY(-50%);
    z-index: 1;
}

.what_we_do_next_btn {
    position: absolute;
    top: 55%;
    right: min(max(1.875rem, 2.604vw), 3.125rem);
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (max-width: 1500px) {
    .what_we_do_section .arrow__wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-top: 2.25rem;
    }

    .what_we_do_prev_btn, 
    .what_we_do_next_btn {
        position: static;
        transform: none;
    }
}
/* === What we do end === */


/* === Why choose us start === */
@media screen and (max-width: 767px) {
    .why_choose_us_section {
        padding-bottom: 40px;
    }
}
/* === Why choose us end === */


/* === Testimonials start === */
.testimonials_right {
    padding-left: min(max(2.625rem, 3.906vw), 4.6875rem);
    position: relative;
}

.testimonials_right::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: min(max(2.625rem, 3.906vw), 4.6875rem);
    width: min(max(3.875rem, 5.99vw), 7.1875rem);
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 9;
}

.testimonials_right::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: min(max(3.875rem, 5.99vw), 7.1875rem);
    height: 100%;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 9;
}

.testimonials_logo_slider {
    margin-bottom: min(max(1.5625rem, 2.083vw), 2.5rem);
    pointer-events: none;
}

.testimonials_logo_slider .single_item {
    width: 100%;
    max-width: min(max(4.6875rem, 7.5vw), 9rem);
    border-radius: 10px;
    background: #F6F6F6;
    padding: min(max(1rem, 1.042vw), 1.25rem) min(max(0.875rem, 0.938vw), 1.125rem);
}

.testimonials_logo_slider .single_item .img__wrap {
    width: 100%;
}

.testimonials_logo_slider .single_item .img__wrap img {
    width: 100%;
}

.testimonials_logo_slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.testimonials_cnt_slider .arrow__wrap {
    margin-top: min(max(1.5625rem, 2.083vw), 2.5rem);
    column-gap: min(max(0.75rem, 0.781vw), 0.9375rem);
}

.testimonial_bg_img {
    width: 100%;
    max-width: min(max(34.25rem, 41.667vw), 50rem);
    position: absolute;
    top: 0px;
    left: clamp(-15.1875rem, -10rem - 8vw, -4rem);
    z-index: 0;
}

.testimonial_bg_img img {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .testimonials_right::before {
        padding-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .testimonials_right {
        padding-top: 30px;
    }

    .testimonial_arrows {
        width: 100%;
        max-width: 90%;
    }

    .testimonials_left::after {
        width: 100%;
        height: 1px;
        bottom: 0;
        top: inherit;
    }

    .testimonials_left {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .testimonials__section .testimonial-bg {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .testimonials_right {
        padding-left: 0px;
    }

    .testimonials_right::before {
        left: 0px;
    }
}
/* === Testimonials end === */