/* ===========================
   ======== 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;
    }
}


.hero-main-title {
    font-size: 2.8em;
    font-weight: 800 !important;
    line-height: 1.1em;
    margin-bottom: 0.2em;
    color: #0a1f44;
}

.hero-subtitle {
    color: #03b9e2;
    font-weight: 400 !important;
    font-size: 1.1em;
    margin-bottom: 1em;
}

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

.hc2 {
    color: #000;
    font-weight: 400 !important;
    line-height: 1.6;
}

.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;
    font-size: medium;
}

.partner-link {
    color: #e74c3c;
    font-weight: 700 !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.partner-link:hover {
    color: #c0392b;
}

.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
}
.in-btn{
    margin-top: 1.5rem;
}

@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 {
        display: block;
    }


    .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;
    }

    .hero-main-title {
        font-size: 2.2em;
        color: #03b9e2;
    }

    .hero-subtitle {
        color: #03b9e2;
        font-size: 1em;
    }

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

}

@media (max-width:512px) {
    .hero-video {
        display: none;
    }

    .hero-image {
        display: none;
    }

    .hero-image>img {
        display: none;
    }

    .hero-main-title {
        color: #03b9e2;
        font-size: 2em;
    }

    .hero-subtitle {
        color: #03b9e2;
    }

    .hero-head {
        font-size: 1.4rem;
    }

    .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;
    }
}

/* ===========================
   === DIY DATA RECOVERY =====
   =========================== */

.diy-recovery-section {
    padding: 4em 0;
    text-align: center;
    background-color: #fdfdfd;
}

.diy-header {
    margin-bottom: 3em;
}

.diy-tagline {
    color: #1bbaed;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    display: block;
}

.diy-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #222;
}

.diy-card-container {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1em;
}

.diy-card {
    background: #fff;
    border-radius: 15px;
    padding: 1.5em;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 5px solid;
    border-color: #03b9e2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.diy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.diy-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diy-card-icon img {
    max-width: 100%;
    height: auto;
}

.diy-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 0.8em;
}

.diy-card-title span {
    color: #1bbaed;
}

.diy-card-desc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 2em;
    text-align: center;
}

@media (max-width: 768px) {
    .diy-card-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        padding: 0 1em 1em 1em;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #03b9e2 #f0f0f0;
    }

    .diy-card-container::-webkit-scrollbar {
        height: 8px;
    }

    .diy-card-container::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px;
    }

    .diy-card-container::-webkit-scrollbar-thumb {
        background: #03b9e2;
        border-radius: 10px;
    }

    .diy-card-container::-webkit-scrollbar-thumb:hover {
        background: #174064;
    }

    .diy-card {
        flex: 0 0 280px;
        min-width: 345px;
        max-width: 280px;
        scroll-snap-align: start;
    }

    .diy-title {
        font-size: 1.8rem;
    }
}

/* ===========================
   === TRUST SECTION =========
   =========================== */

.trust-section {
    padding: 5em 0;
    background-color: #fff;
}

.trust-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4em;
    padding: 0 2em;
}

.trust-content {
    flex: 1;
    text-align: left;
}

.trust-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #193358;
    margin-bottom: 0.5em;
}

.trust-desc {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.trust-cards {
    display: flex;
    gap: 2em;
    flex: 1;
    justify-content: flex-end;
}

.trust-card {
    background: #fff;
    border-radius: 20px;
    padding: 2em;
    width: 280px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-5px);
}

.trust-logo {
    max-height: 40px;
    margin-bottom: 1.5em;
}

.trust-stars {
    color: #00b67a;
    /* Trustpilot green */
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
}

.google-stars {
    color: #fbaf5d;
    /* Google star orange */
}

.trust-score,
.trust-reviews {
    font-size: 0.9rem;
    color: #222;
    font-weight: 700;
}

.trust-score span {
    color: #666;
    font-weight: 400;
}

.trust-rating {
    font-size: 2rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 0.2rem;
}

@media (max-width: 990px) {
    .trust-container {
        flex-direction: column;
        text-align: center;
        gap: 3em;
    }

    .trust-content {
        text-align: center;
    }

    .trust-cards {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .trust-cards {
        flex-direction: column;
        align-items: center;
    }

    .trust-card {
        width: 100%;
        max-width: 320px;
    }

    .trust-title {
        font-size: 2rem;
    }
}

/* ===========================
   === INSIGHTS SECTION ======
   =========================== */

.insights-section {
    padding: 5em 0;
    background-color: #fff;
    text-align: center;
}

.insights-header {
    margin-bottom: 4em;
}

.insights-tagline {
    color: #1bbaed;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    display: block;
}

.insights-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #222;
}

.insights-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5em;
    display: flex;
    gap: 1.5em;
}

.insights-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.insights-right {
    flex: 1;
    display: flex;
}

.insight-card {
    border-radius: 20px;
    padding: 2.5em;
    position: relative;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.card-pink {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
}

.card-grey {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.card-blue {
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%);
}

.insight-type {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 1em;
}

.insight-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 0.8em;
    line-height: 1.4;
}

.insight-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.insight-link {
    color: #0088ff;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    margin-top: auto;
}

.insight-link:hover {
    text-decoration: underline;
}

.insight-icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 60px;
    height: 60px;
    opacity: 0.8;
}

.insight-icon img {
    width: 100%;
    height: auto;
}

@media (max-width: 990px) {
    .insights-container {
        flex-direction: column;
    }

    .insights-right {
        order: -1;
        /* Maybe keep blog at top on mobile or bottom? Image shows it side-by-side */
    }

    .insights-left,
    .insights-right {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .insights-title {
        font-size: 1.8rem;
    }

    .insight-card {
        padding: 1.5em;
    }

    .insight-icon {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 15px;
    }
}

/* ===========================
   === FORTUNE 500 SECTION ===
   =========================== */

.fortune500-section {
    padding: 5em 0;
    background: linear-gradient(180deg, #fef5f8 0%, #fff 100%);
    text-align: center;
}

.fortune500-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2em;
}

.fortune500-header {
    margin-bottom: 3em;
}

.fortune500-tagline {
    color: #1bbaed;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.8em;
}

.fortune500-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #222;
    margin: 0;
}

.fortune500-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
    flex-wrap: wrap;
    padding: 2em 0;
}

.fortune500-logos img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.fortune500-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

@media (max-width: 990px) {
    .fortune500-section {
        padding: 4em 0;
    }

    .fortune500-title {
        font-size: 1.8rem;
    }

    .fortune500-logos {
        gap: 2em;
    }

    .fortune500-logos img {
        height: 40px;
    }
}

@media (max-width: 600px) {
    .fortune500-section {
        padding: 3em 0;
    }

    .fortune500-title {
        font-size: 1.5rem;
    }

    .fortune500-logos {
        gap: 1.5em;
    }

    .fortune500-logos img {
        height: 35px;
    }
}