html {
    scroll-behavior: smooth;
}

.blueText {
    color: #2269B3;
}

.greyText {
    color: #555555 !important;
}

.spacingText {
    font-size: 12px;
    letter-spacing: 3px;
}

.blueColor {
    color: #1e468c;
}

.sidebar-tools a img{ 
    margin-right: 10px; 
}

hr {
    border-top: 0.5px solid #000 !important;
    margin-left: 0;
    width: 50%;
}

/* #bannerBackground {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
    font-size: 60px;
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
    margin-top: 90px;
} */

.banner-video {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    margin-top: 90px;
}

@media (max-width: 480px) { 
    .banner-video{
        margin-top: 110px;
    }
}

.top-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
}

.top-block::after{
    content: "";
    display: block;
    height: 80px;
    width: 80%;
    background-color: #fff;
    position: relative;
    margin-top: -80px;
}

.waterproofing-overview {
    margin-top: -50px;
}

@media (max-width: 767.98px) {
    .top-block::after{
        display: none;
    }

    .waterproofing-overview {
        padding-top: 30px;
        margin-top: 0;
    }
}

#challenges {
    background-color: #EDF0F5;
}

.blueCard {
    background-color: #2269B3;
}

.borderBlue {
    border-radius: 60px;
    border: 1px solid #1e468c;
    color: #1e468c;
    background-color: #fff;
    transition: background-color 0.3s, color 0.3s;
    padding: 10px 25px;
    width: 100%;
    max-width: 160px;
}

.borderBlue:hover {
    color: #fff;
    background-color: #1e468c;
}

.btn a {
    color: inherit;
    text-decoration: none;
}

.leakage-carousel,
.challenges-carousel {
    position: relative;
}

.leakage-carousel .item,
.challenges-carousel .item {
    padding: 0 10px;
}

.leakage-carousel .card img,
.challenges-carousel .card img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
}

.leakage-carousel .owl-stage,
.challenges-carousel .owl-stage {
    display: flex;
}

.leakage-carousel .owl-item,
.challenges-carousel .owl-item {
    height: auto;
}

.leakage-carousel .card,
.challenges-carousel .card {
    height: 100%;
}

.leakage-carousel .owl-nav,
.challenges-carousel .owl-nav {
    margin-top: 0;
}

.leakage-carousel .owl-prev,
.leakage-carousel .owl-next {
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 2;
}

.challenges-carousel .owl-prev,
.challenges-carousel .owl-next {
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 2;
}

.leakage-carousel .owl-prev,
.challenges-carousel .owl-prev {
    left: -20px;
}

.leakage-carousel .owl-next,
.challenges-carousel .owl-next {
    right: -20px;
}

.leakage-carousel .owl-dots,
.challenges-carousel .owl-dots {
    margin-top: 20px;
}

.leakage-carousel .owl-prev span,
.leakage-carousel .owl-next span {
    font-size: 28px;
    line-height: 1;
    color: #1f5ea8;
}

.challenges-carousel .owl-prev span,
.challenges-carousel .owl-next span {
    font-size: 28px;
    line-height: 1;
    color: #1f5ea8;
}

.bi-arrow-left::before,
.bi-arrow-right::before {
    color: #000;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #286E9F;
}

.news-bg {
    background: linear-gradient(135deg, #202A4F 0%, #0B0B0B 100%);
}

#accordion-card .card {
    border: none;
    margin-bottom: 20px;
}

#accordion-card .card-header {
    padding: 0;
    border-bottom: none;
    cursor: pointer;
    background-color: #fff;
}

.accordion-title .header-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-left: 1rem;
    margin-bottom: 0 !important;
}

#accordion-card .card-header .iconNumber {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #1E468C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    margin-left: 10px;
}

.productImg {
    height: 150px;
}

#accordion-card .card-body ul {
    list-style: disc;
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
}

 #accordion-card .card-body ul li {
    display: list-item;
    text-align: left;
}

.accordion-title::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-title.collapsed::before {
    content: "\f067";
}

.card-img {
    max-width: 500px;
    height: auto;
}

#stickyImage {
    position: sticky;
    top: 90px;
}

.step-bg {
    background-color: #2269B3;
    width: 80px;
    height: 35px;
    border-radius: 10px;
    padding: 6px;
}

#video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .leakage-carousel::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: calc(100% - 50px);
        background: linear-gradient(to right, transparent, #ffffff);
        pointer-events: none;
        z-index: 1;
    }

    .challenges-carousel::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: calc(100% - 50px);
        background: linear-gradient(to right, transparent, #EDF0F5);
        pointer-events: none;
        z-index: 1;
    }
}

@media (max-width: 991.98px) { 
    .card-img {
        max-width: 800px;
    }
}

@media (max-width: 575.98px) {
    .leakage-carousel .owl-next {
        right: -5px;
    }

    .leakage-carousel .owl-prev {
        left: -5px;
    }

    #video-wrapper {
        height: 0;
        padding-bottom: 56.25%;
        min-height: unset;
    }

    .accordion-title::before {
        right: 0;
    }
}