.icon-trigger {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-trigger.active svg .cls-1 {
    fill: #c8102e;
    color: white;
}

.icon-trigger svg {
    width: 35%;
    cursor: pointer;
}

.icon-trigger p {
    color: rgb(255, 255, 255);
    margin-top: -15px;
    cursor: pointer;
    font-size: 16px;
}

.icon-trigger.active p::after {
    content: "";
    display: block;
    height: 2px;
    width: 40%;
    background-color: #c8102e;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-swiper .swiper-slide {
    height: 100dvh;
}
.hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.hero {
    background-color: #f8f9fa;
    /* padding: 60px 0; */
    text-align: center;
}

.icons-section {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
}

.icons-section svg .cls-1 {
    fill: white;
}

.icons-section i {
    font-size: 2rem;
    margin: 10px;
}

.HeroContent {
    position: absolute;
    top: 25%;
    left: 10%;
    color: white !important;
    width: 50%;
    font: normal normal 600 55px/65px Tropiline;
}

/* .HeroContent p {
    font-size: 30px !important;
} */

.HeroContent h1 {
    font-size: 50px;
}
.QASubcaption {
    opacity: 0.5;
}
.QASubcaption {
    display: inline-block;
    transition: transform 0.5s ease, color 0.5s ease;
    transform-origin: bottom center;
    perspective: 600px;
}
.QAbutton:hover {
    background-color: #d41b3a;
    color: white !important;
    border: 0;
}

.effect.effect-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    color: black;
    opacity: 0.5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.effect.effect-3::before {
    content: attr(title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 20px; */
    color: #e74c3c;
    transition: top 0.3s ease;
}

.effect.effect-3:hover {
    color: transparent;
}

.effect.effect-3:hover::before {
    top: 0;
}

.marquee-row {
    width: 100%;
    overflow-x: hidden;
}

.marquee-block {
    position: relative;
    display: flex;
    width: 100%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    justify-content: space-between;
}

.marquee-item-list {
    display: inline-flex;
}

.marquee-item-list li {
    width: 100%;
    list-style: none;
    padding: 0 30px;
    font-size: 50px;
    font-weight: 800;
    white-space: nowrap;
}
.marquee-item-list li::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 45px;
    background-color: black;
    margin-left: 25px;
    position: absolute;
    bottom: 20px;
}
.marquee-item-list li:nth-child(odd) {
    color: #d41b3a;
}

.marquee1 {
    animation-name: marquee1;
}

@keyframes marquee1 {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.BusinessScrollContainer {
    height: 380px;
    overflow-y: scroll;
}

.companyTitle:hover {
    color: #c8102e;
}

@media (max-width: 768px) {
    .expertiesImg {
        width: 100% !important;
    }
    .py-5 {
        padding-bottom: 0 !important;
    }
    .homeScrollDownMobile {
        bottom: 40%;
    }
    .HeroContent {
        top: 25%;
        width: 100%;
        left: 0;
        z-index: 2;
    }
    .HeroContent h1 {
        font-size: 35px;
        padding: 20px 0 !important;
    }
    .heroReadMore {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .icon-trigger svg {
        width: 100%;
    }
    .icon-trigger p {
        font-size: 10px;
    }
    .mobileOverlay{
        height: 100%;
        background-color: black;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0.2;
    }
    .HomeCounter{
        padding-top:0 !important ;
    }
}
