/* ===========================
   ======== HERO-SECTION =======
   =========================== */

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    color: #fff;
    display: flex;
    align-items: center;
    padding-inline-start: 10em;
    background-image: url('../../img/blr-tools-background-header.webp');
    background-size: 100em 35em;
    background-position: center;
    background-blend-mode:lighten;
    background-repeat: no-repeat;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 0;
    opacity: 1;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    color: #fff;
}   
.hero-image {
    width: 100%;
}

.hero-image img.scale-animate {
    transform: scale(1.8); /* initial scale */
    animation: scaleDown 2s ease-out forwards;
}

@keyframes scaleDown {
    from {
        transform: scale(2.0);
        opacity: 0.3;
    }
    to {
        transform: scale(1.4);
        opacity: 1;
    }
}


.hc1 {

    color:  rgb(219, 100, 14);
    font-weight: 700 !important;
    font-size: medium;
}

.hc2 {
    color:  rgb(41, 39, 39);
    font-weight: 700 !important;
}

.hero-head {
    font-size: 2.5em;
    font-weight: 800 !important;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    color: #001253;
}

.herosxn-content {
    display: flex;
    flex-direction: column;
    gap: 5;
    /* background-color: rgba(26, 29, 31, 0.1); */
    padding: 0.5em;
    border-radius: 0.3em;
    width: 30em;
}

.hero-head>span {
    color: #001F3F;
}

.partner {
    margin: 1em 0 2em 0;
    color: rgb(219, 100, 14);
    font-size: medium;
    font-weight: 700 !important;
}

.btn1 {
    color: #fff;
    transition: 0.3s ease;
    border: 0;
}

.btn-orange:focus,
.btn-orange {
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    background-color: #03b9e2;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    height: 60px;
    line-height: 56px;
    padding: 0 55px;
    border: 2px solid #ef7b23;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-orange::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-orange:hover {
    box-shadow: none;
    color: #ef7b23 !important
}

.btn-orange:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-round {
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:1440px) {
    .hero-section {
        padding-inline-start: 6em;
    }
    .herosxn-content{
        width: 28em;
    }
    .hero-content{
        width: 60%;
    }
    .si-tabs{
        font-size: 1rem;
    }
}

@media (max-width: 1280px) {
    .hero-section {
        padding-inline-start: 4em;
    }
    .herosxn-content {
        width: 26em;
    }
    .hero-content {
        width: 52%;
    }
    .si-tabs {
        font-size: 0.95rem;
    }
}


@media (max-width:1024px) {
    .hero-section {
        padding-inline-start: 0.5em;
    }
    .hero-content{
        width: 44%;
    }
    .herosxn-content{
        width: 28em;
    }
    .hero-image{
    }

    .hero-image img.scale-animate {
        transform: scale(1.8);
        animation: scaleDown 2s ease-out forwards;
    }

    @keyframes scaleDown {
        from {
            transform: scale(1.2);
            opacity: 0.3;
        }
        to {
            transform: scale(0.9);
            opacity: 1;
        }
    }
}

@media (max-width: 990px) {
    .hero-section {
        background: #091e3e center no-repeat;
        background-size: contain;
        color: #fff;
        padding-inline-start: 0;
    }
    .hero-head>span{
        color: white;
    }
    .hc2{
        color: white;
    }

    .hero-content {
        padding: 4em 2em;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .herosxn-content {
        width:100%;
    }
    .hero-image {
        display: none;
    }

    .hc1 {
        font-weight: 600 !important;
        font-size: medium;
        font-size: large;
    }

    .hero-head {
        font-size: 2em;
        font-weight: 700 !important;
        line-height: 1.2em;
        margin-bottom: 0.5em;
        color: #03b9e2;
    }

}
@media (max-width:512px) {
    .hero-video {
        display: none;
    }
    .hero-image{
        display: none;
    }
    .hero-image>img{
        display: none;
    }
    .hc1{
        color: white;
    }
    .hero-head{
        font-size: 1.7rem;
    }
    .hero-head>span{
        color: white;
    }
    .hc2{
        color: white;
        font-size: 0.8rem;
        font-weight: 400 !important;
    }
    .coupon{
        height: 5em;
        width:100%;
        z-index: 1;
    }
}

/* ===========================
   === SOFTWARE INSIGHTS =====
   =========================== */

.softwareInsights {
    background-color: #dcf4f9;
    background-image: url('../../img/bg-services.webp');
    padding: 5em 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.si-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
    width: 80%;
}

h2>span {
    font-weight: 700 !important;
    color: #03b9e2;
}

.si-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.si-item {
    background-color: #fff;
    padding: 2em;
    border: solid 1px #ddd;
}

.si-item:hover {
    background-color: #03b9e2;
    color: #fff;
}

.si-tabs {
    display: flex;
    cursor: pointer;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.si-tabs>.si-item {
    padding: 1em 5em;
}

.si-item.active {
    color: #fff;
    background-color: #03b9e2;
}

.si-item.active>a {
    color: #fff;
    background-color: #03b9e2;
}

.tab-pane {
    display: none;
    margin-top: 20px;
}

.tab-pane.active {
    display: block;
}

.tab-pane>.row {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 3em;
}

.si-grid {
    background-color: #fff;
    border: solid 1px #03b9e2;
    border-radius: 1em;

}

.si-link-wrapper {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.point-s {
    padding: 1em 3em;
}

.si-grid:hover {
    box-shadow: 1em 1em 20px rgb(223, 223, 223);
}

.point-head {
    font-size: 1em;
    font-weight: 700 !important;
    width: 100%;
}

.point-head1 {
    margin-top: 0.5em;
    font-size: large;
    width: 100%;
}

.point-head1>a {
    text-decoration: none;
}

@media (max-width: 1440px) {
    .si-tabs>.si-item {
        padding: 1em 3em;
    }
}

@media (max-width: 768px) {
    .si-tabs {
        display: none;
    }

    .tab-pane {
        display: block !important;
    }

    .tab-pane>.row {
        display: flex;
        flex-direction: column;
    }

    h2 {
        font-size: 1.5em;
    }

    .point-head {
        font-size: 1rem;
    }

    .point-head1 {
        font-size: 0.95rem;
    }

    .si-item {
        pointer-events: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .si-item {
        pointer-events: none;
    }

    .si-tabs {
        display: none;
    }

    .tab-pane {
        display: block !important;
    }

    .tab-pane>.row {
        display: grid;
        grid-template-columns: auto auto;
    }
}


@media (max-width:468px){
    .tagline{
        font-size: 0.8rem;
    }
    .point-head1 {
        font-size: 0.7rem;
    }
}