@charset "utf-8";

/* CSS Document */
@media (min-width: 1600px) {
    .container {
        max-width: 1360px;
    }
}

/*titles*/
.titles {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
}

/*titles-end*/
/*nav*/
a:hover {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.top .navbar-collapse .nav {
    margin-left: -20px;
}

.m3 {
    padding-top: 5px;
}

button {
    cursor: pointer;
    font-weight: bold;
    height: 42px;
    width: auto;
    padding: 0 40px;
    background-color: #2d78d6;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    outline: none;
    transition: background-color 0.3s ease;
    padding-bottom: 4px;
}

button:hover {
    background-color: #1f5aa2;
    border: none;
}

button:focus {
    outline: none;
}

.english-icon,
.french-icon,
.germany-icon,
.spain-icon,
.portugal-icon,
.japan-icon {
    display: inline-block;
    width: 20px;
    height: 13px;
    margin-right: 6px;
}

.english-icon {
    background: url("/images/icon.png") no-repeat scroll -334px -315px;
}

.french-icon {
    background: url("/images/icon.png") no-repeat scroll -334px -328px;
}

.germany-icon {
    background: url("/images/icon.png") no-repeat scroll -334px -341px;
}

.japan-icon {
    background: url("/images/icon.png") no-repeat scroll -334px -402px;
}


.link {
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    margin-top: 16px;
    color: #0067b8;
    position: relative;
}

.link a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    position: relative;
}

.link a span {
    transition: transform 0.3s;
    display: inline-block;
}

.link a:hover {
    color: #1f5aa2;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.link a:hover span {
    transform: translateX(4px);
}

.head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 280px;
    padding-left: 280px;
    padding-right: 265px;
    background-color: #ebebeb;
    height: 40px;
}

ul {
    list-style-type: none;
}

.head ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.head li {
    padding: 0 15px;
}

.head-a:hover {
    text-decoration: none;
}

.icon-m3datarecovery-logo {
    font-size: 20px;
    color: #2d78d6;
}

.menu {
    padding: 0 295px;
    height: 60px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 100%;
}

.menu li {
    padding: 0 15px;
}

.head a {
    text-decoration-color: #333;
    color: #262626;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu a {
    text-decoration-color: #333;
    color: #262626;
    padding-bottom: 18px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    z-index: 1;
    width: 256px;
    margin-top: 18px;
    margin-left: -10px;
}

.dropdown-content a {
    color: black;
    padding: 18px 25px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    text-decoration: underline;
    background-color: #e6e6e6;
}

.head .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    z-index: 1;
    width: 100px;
    margin-top: 9px;
    margin-left: -10px;
}

.head .dropdown-content a {
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}

.head .dropdown-content a:hover {
    text-decoration: underline;
    background-color: #e6e6e6;
}

.menu li:hover .dropdown-content {
    display: block;
}

.head li:hover .dropdown-content {
    display: block;
}

@media (min-width: 768px) {

    .menu li:hover .dropdown-content,
    .head li:hover .dropdown-content {
        display: block;
    }
}

@media (max-width: 767px) {
    .dropdown-button {
        display: block;
    }
}

@media (min-width: 768px) {

    .navbar-nav>li:hover .dropdown-menu,
    .navbar-nav>li:hover .dropdown-language {
        display: block;
    }
}

@media (max-width: 767px) {
    .dropdown-button {
        display: block;
    }
}

.dropdown-language a:hover {
    text-decoration: underline;
    background-color: #e6e6e6;
}

.dropdown-language {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    z-index: 1;
    width: 100px;
    margin-top: 1px;
    margin-left: 5px;
}

.dropdown-language a {
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}

li:hover .dropdown-language {
    display: block;
}

.header .icon-arrows-left {
    margin-left: 10px;
    display: inline-block;
    font-size: 10px;
    color: #262626;
    transform: rotate(270deg);
}

/*nav-end*/
/* Hero Section */
.hero-section {
    padding: 120px 0 100px;
    background: linear-gradient(120deg, #E0F3FF 0%, #FFF0F5 100%);
    text-align: center;
}

.hero-section .icon-star {
    font-size: 14px;
    margin-right: 0.125rem;
    color: #ff9d4f;
}

.hero-eyebrow {
    font-size: 21x;
    line-height: 1.2;
    font-weight: 700;
    color: #3B82F6;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.hero-eyebrow span {
    font-weight: 400;
    margin-left: 5px;
}

.hero-headline {
    font-size: 48px;
    /* Reduced from 56px to fit first line */
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.003em;
    color: #1d1d1f;
    margin: 0 auto 38px;
    max-width: 1140px;
    /* Increased to full container width */
}

.hero-desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #1d1d1f;
    max-width: 760px;
    margin: 0 auto 40px;
}

.hero-cta {
    margin-bottom: 24px;
}

.hero-rating {
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.hero-rating .icon-star {
    color: #f5a623;
}

.hero-rating a {
    color: #0066cc;
    text-decoration: none;
}

.hero-compatibility {
    font-size: 15px;
    color: #525252;
    margin: 0;
}

/* Hero Section-end */
/*User Guide*/
.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    max-width: 800px;
    text-align: center;
}

.gray-bg {
    background-color: #f9f9f9;
}

.step-item {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-left: 4px solid transparent;
}

.step-item:hover,
.step-item.active {
    background-color: #e9ecef;
    transform: translateX(10px);
}

.step-item.active {
    border-left: 4px solid #2d78d6;
}

.image-fade {
    min-height: 469px;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.image-fade.fade-out {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
}

.step-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    color: #2d78d6;
}

.step-text {
    font-size: 15px;
    color: #555;
    margin: 0;
}

/*User Guide-end*/
/*features*/
.features-section {
    padding: 60px 0;
    background-color: #fff;
}

.feature-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.feature-item-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.feature-item-sub {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.features-icon {
    display: block;
    height: 10.625rem;
    margin: 0 0 1.25rem;
    background: url("/images/icon-6.png") no-repeat;
    transform: scale(0.7);
    transform-origin: left center;
}

.features-icon-1 {
    width: 13.625rem;
    background-position: -32.8125rem 0;
}

.features-icon-2 {
    width: 14.25rem;
    background-position: -46.5rem 0;
}

.features-icon-3 {
    width: 15.75rem;
    background-position: -45.625rem -419px;
}

.features-btn-group {
    background-color: #f4f9ff;
    padding: 40px 0;
    margin-top: 40px;
    border-radius: 8px;
}

/*features-end*/
/*features2*/

#why-m3-bitlocker-different h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

@media (min-width: 1600px) {
    #why-m3-bitlocker-different .container {
        max-width: 1140px;
    }
}

#why-m3-bitlocker-different ul {
    padding-left: 20px;
    margin-bottom: 1rem;
}

#why-m3-bitlocker-different ul li {
    list-style: disc;
    color: #555;
    margin-bottom: 5px;
}

#why-m3-bitlocker-different .module-row {
    margin-bottom: 120px;
}

#why-m3-bitlocker-different .recommend-text {
    font-size: 16px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
}

/*features2-end*/
/*spec*/
.spec {
    position: relative;
    padding-bottom: 5rem;
}

.spec .illus {
    position: absolute;
    left: -6.25rem;
    top: 0;
    z-index: -1;
    display: block;
    width: 20.375rem;
    height: 20.375rem;
    background: url("/images/illustration/illustration48.svg") no-repeat;
}

@media (max-width: 1599px) {
    .spec .illus {
        display: none;
    }
}

.spec .titles {
    font-size: 1.125rem;
}

.spec .icon {
    display: block;
    width: 4.75rem;
    height: 3.875rem;
    margin-bottom: 1.25rem;
    background: url("/images/icon-5.png") no-repeat;
}

.spec .icon1 {
    background-position: -19rem -14.375rem;
}

.spec .icon2 {
    background-position: -9.5rem -14.375rem;
}

.spec .icon3 {
    background-position: -14.25rem -14.375rem;
}

.spec .icon4 {
    background-position: -23.75rem -14.375rem;
}

/*spec-end*/
/*editorial*/
/* Editorial Carousel Styles */
.editorial-2 {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.editor-logo {
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.editor-logo img {
    max-height: 100%;
    max-width: 150px;
    width: auto;
}

.editorial-2 p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.editorial-2 a {
    color: #2d78d6;
    text-decoration: none;
    font-weight: 500;
}

.editorial-2 a:hover {
    text-decoration: underline;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    color: #ccc;
    opacity: 1;
    transition: all 0.3s;
}

.carousel-btn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #333;
    transition: all 0.3s;
}

.carousel-control-prev:hover .carousel-btn,
.carousel-control-next:hover .carousel-btn {
    background-color: #2d78d6;
    color: #fff;
    border-color: #2d78d6;
    box-shadow: 0 4px 8px rgba(45, 120, 214, 0.3);
}

/* Stabilize carousel height */
.editorial-2 .carousel-item {
    min-height: 220px;
}

/*editorial-end*/
/*userComment*/
.userComment {
    padding-bottom: 2rem;
}

.userComment .items {
    height: 100%;
    padding: 1.875rem 1.875rem 1rem;
    border-radius: 0.5rem;
    background: #f4f9ff;
    border-left: 4px solid #2d78d6;
}

.userComment .icon-star {
    margin-left: 0.125rem;
    font-size: 0.875rem;
    color: #ffc501;
}

.userComment .items p {
    color: #4c4c4c;
}

/*userComment-end*/
/*faq*/
.faq-badge {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.q-badge {
    background-color: #2d78d6;
}

.a-badge {
    background-color: #888888;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.faq-question {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.faq-answer {
    display: flex;
    align-items: baseline;
    margin-bottom: 0;
    color: #666;
    line-height: 1.6;
}

/* Adjust badges for flex layout */
.faq-badge {
    flex-shrink: 0;
    /* Prevent badge from shrinking */
    width: 28px;
    /* Slightly larger */
    height: 28px;
    line-height: 28px;
    margin-right: 12px;
    position: relative;
    top: 2px;
    top: 2px;
    /* Visual alignment adjustment */
}

/* FAQ Specific Styles */
.faq-intro {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-indent {
    padding-left: 40px;
}

/*faq-end*/
/*articles*/
.articles {
    padding-bottom: 5rem;
}

.articles .card {
    border: none;
    border-radius: 8px;
    background: #f6f6f6;
}

.articles .card a {
    height: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.articles .card a:hover {
    text-decoration: none;
    transform: translateY(-6px);
    border-color: transparent;
}

.articles .card-img {
    height: 150px;
    overflow: hidden;
    padding: 22px 26px 0;
    border-radius: 10px;
}

.articles .card-img img {
    max-width: 100%;
}

.articles .card-body {
    min-height: 112px;
    padding: 20px 26px;
    background-color: #f6f6f6;
    border-radius: 8px;
}

.articles .card-body .card-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.articles .card-body .card-info {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #666666;
}

.articles .ar-link {
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media (max-width: 1599px) {
    .articles .card-img {
        height: 9.875rem;
    }
}

@media (max-width: 1422px) {
    .articles .card-img {
        height: 8.125rem;
    }
}

@media (max-width: 1199px) {
    .articles .card-img {
        height: 6.6875rem;
    }
}

@media (max-width: 991px) {
    .articles .card {
        border: 0.0625rem solid rgba(0, 0, 0, .125);
    }

    .articles .card-img {
        height: 10.4375rem;
    }
}

@media (max-width: 767px) {
    .articles .card-img {
        height: 7.5625rem;
    }
}

/*articles-end*/