/* SafeLynk Locket Page Styles - Matching Figma Design */

/* Font Imports */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'LT Wave';
    src: url('../fonts/LTWave-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'LT Wave';
    src: url('../fonts/LTWave-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Hero Banner Section */
.sl-hero-banner {
    background: linear-gradient(to right, #ffffff 0%, #d8efff 100%);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}
.sl-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/products/locket/locket_main.png') no-repeat right center;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}
.sl-hero-content {
    position: relative;
    z-index: 1;
}
.sl-hero-title {
    margin-bottom: 30px;
}
.sl-hero-title-light {
    font-family: 'LT Wave', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #277ec2;
    display: block;
    line-height: 1.2;
}
.sl-hero-title-bold {
    font-family: 'LT Wave', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #0c1e80;
    display: block;
    line-height: 1.2;
}
.sl-btn-buy-now {
    background-color: #0c1e80;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    padding: 14px 46px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.sl-btn-buy-now:hover {
    background-color: #1843a6;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(12, 30, 128, 0.3);
}
.sl-hero-image {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

/* Customer Review Section */
.sl-review-section {
    background-color: #fff;
    padding: 40px 0;
}
.sl-review-wrapper {
    background-color: #f3faff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sl-review-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1843a6;
    margin-bottom:10px;
    text-transform: capitalize;
}
.customer-reviews-slider-wrapper {
    position: relative;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px 50px 15px 50px;
    min-height: 139px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.customer-reviews-slider {
    position: relative;
    overflow: hidden;
}
.customer-review-item {
    display: none;
}
.customer-review-item.active {
    display: block;
}
.review-content {
    padding: 0;
}
.review-headline {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 5px;
}
.review-text-wrapper {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin: 0;
}
.customer-reviews-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #0c1e80;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 10;
    transition: all 0.3s ease;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}
.customer-reviews-nav-btn:hover {
    color: #1843a6;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}
.customer-reviews-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}
.customer-reviews-prev {
    left: 10px;
}
.customer-reviews-next {
    right: 10px;
}
.customer-reviews-nav-btn i {
    font-size: 18px;
}
.sl-award-box {
    background-color: #f3faff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    min-height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.sl-award-image {
    max-width: 113px;
    width: 113px;
    height: 116px;
    object-fit: contain;
    margin-bottom: 15px;
}
.sl-award-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0c1e80;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
}

/* Advanced Medical Alert Section */
.sl-advanced-section {
    background-color: #ffffff;
    padding: 0px 0 20px;
}
.sl-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #0c1e80;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 35px;
}
.sl-section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.sl-feature-card {
    background-color: #f3faff;
    border: 3px solid #dbf1ff;
    border-radius: 15px;
    padding: 15px;
    text-align: left;
    /* height: 100%; */
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 120px;
}
.sl-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(12, 30, 128, 0.1);
}
.sl-feature-icon {
    flex-shrink: 0;
}
/* .sl-icon-circle {
    width: 68.69px;
    height: 71.15px;
    background: linear-gradient(to bottom, #43abdb, #1554b2);
    border-radius: 67.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
} */
.sl-feature-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.sl-icon-sos {
    position: relative;
}
.sl-sos-text {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #1843a6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sl-feature-content {
    flex: 1;
}
.sl-feature-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0c1e80;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: normal;
}
.sl-feature-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 0;
}

/* Introducing SafeLynk Section */
.sl-intro-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.sl-intro-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.sl-intro-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/* SafeLynk Locket with Online Portal Section */
.sl-portal-section {
    background-color: #f3faff;
    padding: 60px 0;
}
.sl-portal-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.sl-portal-image-wrapper {
    text-align: center;
}
.sl-portal-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Stay Connected Section */
.sl-stay-connected-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.sl-stay-connected-images {
    text-align: center;
}
.sl-stay-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.sl-stay-connected-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sl-stay-connected-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}
.sl-check-icon {
    color: #0c1e80;
    font-size: 22px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 3px;
}

/* How It Works Section */
.sl-how-it-works-section {
    background-color: #dbf1ff;
    padding: 60px 0;
}
.sl-how-step {
    text-align: center;
    padding: 20px;
}
.sl-step-image {
    margin-bottom: 20px;
}
.sl-step-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.sl-step-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sl-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.sl-step-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.sl-step-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0c1e80;
    font-weight: bold;
}
.sl-btn-shop-now {
    background-color: #0c1e80;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 14px 46px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.sl-btn-shop-now:hover {
    background-color: #1843a6;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(12, 30, 128, 0.3);
}

/* Location Targeting Section */
.sl-location-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.sl-location-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.sl-section-subtitle-small {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.sl-location-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/* Fall Detection Section */
.sl-fall-detection-section {
    background-color: #f3faff;
    padding: 60px 0;
}
.sl-fall-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.sl-fall-disclaimer {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    margin-top: 20px;
    text-transform: lowercase;
}
.sl-fall-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* We Hold the Line Section */
.sl-hold-line-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.sl-hold-line-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.sl-hold-line-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sl-hero-title-light {
        font-size: 30px;
    }
    .sl-hero-title-bold {
        font-size: 40px;
    }
    .sl-section-title {
        font-size: 28px;
    }
    .sl-section-subtitle {
        font-size: 20px;
    }
    .sl-feature-card {
        margin-bottom: 20px;
    }
    .sl-review-title{
        text-align: center!important;
    }
    .sl-intro-text,
    .sl-portal-text,
    .sl-location-text,
    .sl-fall-text,
    .sl-hold-line-text {
        font-size: 16px;
    }
    .sl-stay-connected-list li {
        font-size: 16px;
    }
    .sl-btn-buy-now,
    .sl-btn-shop-now {
        font-size: 20px;
        padding: 12px 30px;
    }
    .sl-review-section {
        padding: 40px 0;
    }
    .sl-review-wrapper {
        margin-bottom: 30px;
    }
    .customer-reviews-slider-wrapper {
        padding: 15px 45px;
        min-height: auto;
    }
    .review-headline {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .review-text-wrapper {
        font-size: 11px;
        line-height: 18px;
    }
    .customer-reviews-nav-btn {
        font-size: 18px;
        padding: 3px 8px;
        width: 20px;
        height: 20px;
    }
    .customer-reviews-prev {
        left: 5px;
    }
    img.img-fluid.safeLinkwatch.locketimg {
        width: 40% !important;
    }
    .customer-reviews-next {
        right: 5px;
    }
    .sl-award-box {
        margin-top: 0px;
        padding: 15px;
        min-height: auto;
    }
    .sl-award-image {
        max-width: 120px;
        margin-bottom: 10px;
    }
    .sl-award-text {
        font-size: 20px;
        line-height: 24px;
    }
    .sl-advanced-section {
        padding:0px 0;
    }
    .sl-section-title {
        font-size: 28px;
        line-height: 32px;
    }
    .sl-section-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sl-feature-card {
        padding: 20px;
        margin-bottom: 15px;
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    .sl-advanced-section .row{
        gap: 10px;
    }
    .sl-feature-icon {
        margin: 0 auto;
    }
    .sl-icon-circle {
        width: 60px;
        height: 60px;
    }
    .sl-feature-icon-img {
        width: 50px;
        height: 50px;
    }
    .sl-feature-content {
        text-align: center;
        width: 100%;
    }
    .sl-feature-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .sl-feature-text {
        font-size: 14px;
        line-height: 20px;
    }
}
a.btn.btn-custom:hover {
    background-color: #0C1E80;
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(12, 30, 128, 0.3);
}
a.btn.btn-custom.sl-fixed-shop-btn {
    background-color: #f9ca24;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 5px 0 0 5px;
    font-weight: 600;
    color: #000000;
}
/* Fixed Shop Now Button */
.sl-fixed-shop-btn {
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(12, 30, 128, 0.3);
    transition: all 0.3s ease;
}

.sl-fixed-shop-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(12, 30, 128, 0.4);
}

.sl-fixed-shop-btn:active {
    transform: translateY(0);
}

/* Responsive adjustments for fixed button */
@media (max-width: 768px) {
    .sl-fixed-shop-btn {
        top: 30%;
        right: 0px;
    }
}

@media (max-width: 480px) and (min-width: 400px) {
    .sl-fixed-shop-btn {
        top: 30%;
        right: 0px;
    }
}
@media (max-width: 400px) and (min-width: 300px) {
    .sl-fixed-shop-btn {
        top: 40%;
        right: 0px;
    }
}

