/* Section Tag */
.section-tag {
    color: #ff3b30;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-heading {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.section-heading span {
    color: #ff3b30;
}

/* Banner Section Start */
.banner-section {
    padding: 70px 0;
    display: flex;
    align-items: center;
    background-image: url('/assets/images/banner-image.png');
    /* change path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Subtitle */
.banner-sub-heading {
    font-size: 14px;
    font-weight: 700;
    color: #ff3b30;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Main Heading */
.banner-heading {
    font-size: 52px;
    line-height: 1.3;
    font-weight: 600;
    color: #002964;
}

.banner-heading span {
    color: #ff3b30;
}

/* Content */
.banner-content {
    font-size: 18px;
    line-height: 1.5;
    color: #646F88;
    max-width: 500px;
    margin-bottom: 10px;
}

/* Features */
.alerts-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.alerts .image-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.alerts .image-container img {
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}

.alerts h4 {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: #646F88;
    margin: 0;
}

/* Buttons */
.banner-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.banner-buttons a {
    padding: 14px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.explore-btn {
    background: #ff3b30;
    color: #fff;
}

.quote-btn {
    border: 1px solid #ff3b30;
    color: #ff3b30;
    background: transparent;
}

/* Banner Section End */

/* USP Section Start */

.usp-section {
    background: #002964;
    padding: 50px 0;
}

.usp-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.usp-item {
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s ease;
}

.usp-item:last-child {
    border-right: none;
}

.usp-item:hover {
    transform: translateY(-5px);
}

.usp-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
}

.usp-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.usp-item h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.usp-item p {
    color: #D8D8D8;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* USP Section End */

/* Product Showcase Section Start */
.product-showcase {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    overflow: hidden;
}

.product-showcase .device-wrapper {
    position: relative;
    text-align: center;
}

.product-showcase .device-wrapper .glow-circle {
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(6, 46, 130, 0.08);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(20px);
}

.product-showcase .device-wrapper .device-img {
    width: 480px;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.product-showcase .product-content p {
    color: #646F88;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.product-showcase .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 35px;
}

.product-showcase .feature-grid .feature-box {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    font-weight: 500;
}

.product-showcase .product-content .learn-btn {
    background: #ff3b30;
    color: #fff;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

/* Product Showcase Section End */

/* Enviormental monitoring Section Start */

.environment-section{
    background:#fff;
}

.environment-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.environment-section p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:18px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
}

.feature-item i{
    color:#002964;
    font-size:20px;
}

.environment-section .learn-btn{
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background-color:#002964;
    color:#fff;
}
/* Enviormental monitoring Section end */

/* Monitoring Solutions Section Start*/

.monitoring-solutions{
    background:#f8fbff;
}

.solution-card{
    background:#fff;
    border-radius:18px;
    padding:35px 28px;
    transition:.35s ease;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    border:1px solid #eef2f7;
}

.solution-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.solution-icon{
    width:60px;
    height:60px;
    border-radius:16px;
    background:#002964;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.solution-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.solution-card p{
    margin:0;
    color:#6c757d;
    line-height:1.8;
}
/* Monitoring Solutions Section End*/

/* Industries Section Start */

.industries-section{
    background:#f8fbff;
}

.section-description{
    max-width:760px;
    margin:20px auto 0;
    color:#6b7280;
    line-height:1.8;
}

.industry-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:320px;
    cursor:pointer;
}

.industry-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.industry-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.15));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:30px;
    color:#fff;
}

.industry-overlay h4{
    font-size:24px;
    margin-bottom:12px;
    font-weight:700;
}

.industry-overlay p{
    margin:0;
    line-height:1.7;
    opacity:.92;
}

.industry-card:hover img{
    transform:scale(1.08);
}

/* Industries Section End */

/*technical-specs-section Start*/
.technical-specs-section .section-tag{
    color: #ff3b30;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.technical-specs-section .list-unstyled li i{
    color:#002964;
}

/*Right Section*/
.technical-specifications-right div i{
    color:#002964;
}

.technical-specifications-right h6{
    color:#000;
    font-family:600;
}

/*technical-specs-section End*/

/*====================================
Hardware Protection Section Start
====================================*/

.hardware-protection-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    font-family: inherit;
}

.hardware-protection-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Heading */

.hardware-protection-heading {
    max-width: 950px;
    margin-bottom: 55px;
}

.hardware-protection-section .section-tag {
    display: block;
    margin-bottom: 14px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hardware-protection-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.hardware-protection-section .section-heading span {
    color: #ff3b30;
}

/* Bento Grid */

.hardware-protection-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

/* Card */

.protection-card {
    position: relative;
    display: flex;
    min-height: 280px;
    padding: 32px;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 41, 100, 0.06);
    box-sizing: border-box;
    transition: 0.35s ease;
}

.protection-card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    background: rgba(0, 41, 100, 0.035);
    border-radius: 50%;
    transition: 0.35s ease;
}

.protection-card:hover {
    border-color: rgba(0, 41, 100, 0.32);
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(0, 41, 100, 0.12);
}

.protection-card:hover::after {
    background: rgba(255, 59, 48, 0.06);
    transform: scale(1.2);
}

/* Featured Card */

.protection-card--featured {
    grid-row: 1 / 3;
    min-height: 580px;
    padding: 42px;
    color: #ffffff;
    background: linear-gradient(145deg, #002964 0%, #073f89 100%);
    border-color: #002964;
    box-shadow: 0 25px 60px rgba(0, 41, 100, 0.2);
}

.protection-card--featured::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border: 45px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.protection-card--featured::after {
    right: -100px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    background: rgba(255, 59, 48, 0.12);
}

/* Card Top */

.protection-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.protection-icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 14px;
    font-size: 22px;
    transition: 0.3s ease;
}

.protection-card--featured .protection-icon {
    color: #ff3b30;
    background: #ffffff;
}

.protection-card:hover .protection-icon {
    background: #ff3b30;
    transform: rotate(-6deg);
}

.protection-card--featured:hover .protection-icon {
    color: #ffffff;
}

.protection-index {
    color: #ff3b30;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.protection-card--featured .protection-index {
    color: #ff827a;
}

/* Content */

.protection-card-content {
    position: relative;
    z-index: 2;
}

.protection-card-content h3 {
    margin: 0 0 16px;
    color: #002964;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.protection-card-content p {
    margin: 0;
    color: #646f88;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.protection-card-content p strong {
    color: #002964;
    font-weight: 700;
}

.protection-card--featured .protection-card-content h3 {
    color: #ffffff;
    font-size: 30px;
}

.protection-card--featured .protection-card-content p {
    max-width: 570px;
    color: #d4e0f1;
    font-size: 16px;
    line-height: 1.85;
}

.protection-card--featured .protection-card-content p strong {
    color: #ffffff;
}

/* Featured Highlight */

.protection-highlight {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: auto;
    padding-top: 35px;
    align-items: center;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.protection-highlight strong {
    color: #ffffff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.protection-highlight span {
    max-width: 130px;
    color: #c8d8ed;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

/* Tablet */

@media (max-width: 991px) {
    .hardware-protection-section {
        padding: 80px 0;
    }

    .hardware-protection-section .container {
        padding: 0 25px;
    }

    .hardware-protection-section .section-heading {
        font-size: 40px;
    }

    .hardware-protection-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .protection-card--featured {
        grid-row: auto;
        min-height: 500px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .hardware-protection-section {
        padding: 60px 0;
    }

    .hardware-protection-section .container {
        padding: 0 20px;
    }

    .hardware-protection-heading {
        margin-bottom: 38px;
    }

    .hardware-protection-section .section-tag {
        font-size: 13px;
    }

    .hardware-protection-section .section-heading {
        font-size: 32px;
    }

    .hardware-protection-section .section-heading span {
        display: block;
    }

    .hardware-protection-grid {
        gap: 15px;
    }

    .protection-card,
    .protection-card--featured {
        min-height: auto;
        padding: 27px 21px;
        border-radius: 14px;
    }

    .protection-card--featured .protection-card-content h3 {
        font-size: 23px;
    }

    .protection-card--featured .protection-card-content p {
        font-size: 14px;
    }

    .protection-highlight {
        margin-top: 35px;
        padding-top: 25px;
    }

    .protection-highlight strong {
        font-size: 43px;
    }
}

/*====================================
Hardware Protection Section End
====================================*/
/*====================================
Hardware Failsafes Section End
====================================*/

/*====================================
Deployment Guide Section Start
====================================*/

.deployment-process-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}

.deployment-process-section::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -180px;
    width: 450px;
    height: 450px;
    background: rgba(0, 41, 100, 0.04);
    border-radius: 50%;
}

.deployment-process-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Heading */

.deployment-process-heading {
    max-width: 760px;
    margin-bottom: 80px;
}

.deployment-process-section .section-tag {
    display: block;
    margin-bottom: 14px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.deployment-process-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.deployment-process-section .section-heading span {
    color: #ff3b30;
}

/* Process */

.deployment-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Connecting Line */

.deployment-process::before {
    content: "";
    position: absolute;
    top: 37px;
    right: 12%;
    left: 12%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #b8c8dc 0,
        #b8c8dc 9px,
        transparent 9px,
        transparent 16px
    );
}

/* Step */

.deployment-step {
    position: relative;
    padding-top: 85px;
}

.deployment-step-marker {
    position: absolute;
    top: 0;
    left: 28px;
    z-index: 3;
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    background: #f8fbff;
    border: 2px solid #002964;
    border-radius: 50%;
    box-shadow: 0 0 0 9px #ffffff;
    transition: 0.35s ease;
}

.deployment-step-marker::after {
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;
    background: #002964;
    border-radius: 50%;
    transition: 0.35s ease;
}

.deployment-step-marker span {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.deployment-step:hover .deployment-step-marker {
    border-color: #ff3b30;
    transform: translateY(-7px);
}

.deployment-step:hover .deployment-step-marker::after {
    background: #ff3b30;
}

/* Step Content */

.deployment-step-content {
    position: relative;
    min-height: 260px;
    padding: 35px 27px 30px;
    overflow: hidden;
    background: #f8fbff;
    border: 1px solid #dfe7f3;
    border-radius: 15px;
    box-sizing: border-box;
    transition: 0.35s ease;
}

.deployment-step-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #002964;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.35s ease;
}

.deployment-step-content::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -70px;
    width: 155px;
    height: 155px;
    background: rgba(0, 41, 100, 0.035);
    border-radius: 50%;
}

.deployment-step:hover .deployment-step-content {
    background: #ffffff;
    border-color: rgba(0, 41, 100, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(0, 41, 100, 0.11);
}

.deployment-step:hover .deployment-step-content::before {
    background: #ff3b30;
    transform: scaleX(1);
}

/* Step Text */

.step-label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 14px;
    color: #ff3b30;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.deployment-step-content h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: #002964;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.deployment-step-content p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #646f88;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

/* Tablet */

@media (max-width: 991px) {
    .deployment-process-section {
        padding: 80px 0;
    }

    .deployment-process-section .container {
        padding: 0 25px;
    }

    .deployment-process-heading {
        margin-bottom: 65px;
    }

    .deployment-process-section .section-heading {
        font-size: 40px;
    }

    .deployment-process {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 22px;
    }

    .deployment-process::before {
        display: none;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .deployment-process-section {
        padding: 60px 0;
    }

    .deployment-process-section .container {
        padding: 0 20px;
    }

    .deployment-process-heading {
        margin-bottom: 45px;
    }

    .deployment-process-section .section-tag {
        font-size: 13px;
    }

    .deployment-process-section .section-heading {
        font-size: 32px;
    }

    .deployment-process-section .section-heading span {
        display: block;
    }

    .deployment-process {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-left: 58px;
    }

    .deployment-process::before {
        display: block;
        top: 35px;
        bottom: 35px;
        left: 25px;
        width: 2px;
        height: auto;
        background: repeating-linear-gradient(
            to bottom,
            #b8c8dc 0,
            #b8c8dc 9px,
            transparent 9px,
            transparent 16px
        );
    }

    .deployment-step {
        padding-top: 0;
    }

    .deployment-step-marker {
        top: 23px;
        left: -58px;
        width: 52px;
        height: 52px;
        border-width: 2px;
        box-shadow: 0 0 0 6px #ffffff;
    }

    .deployment-step-marker::after {
        width: 38px;
        height: 38px;
    }

    .deployment-step-marker span {
        font-size: 11px;
    }

    .deployment-step-content {
        min-height: auto;
        padding: 27px 21px;
    }

    .deployment-step-content h3 {
        font-size: 18px;
    }

    .deployment-step-content p {
        font-size: 13px;
    }
}

/*====================================
Deployment Guide Section End
====================================*/


/* How it Work Section Start */

.how-it-works-section {
    padding: 60px 0 100px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    position: relative;
    overflow: hidden;
}

.how-it-works-section .section-heading {
    text-align: center;
    margin-bottom: 120px;
}

.how-it-works-section .section-heading .sub-title {
    color: #ff3b30;
    font-weight: 700;
    font-size: 14px;
}

.how-it-works-section .section-heading h2 {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.how-it-works-section .section-heading p {
    color: #646F88;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.how-it-works-section .how-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.how-it-works-section .how-wrapper .arrow-wrap img {
    width: 120px;
}

/* Card */
.how-it-works-section .how-wrapper .step-card {
    width: 360px;
    background: #fff;
    border-radius: 28px;
    padding: 90px 35px 35px;
    text-align: center;
    position: relative;
    box-shadow: 0 25px 70px rgba(6, 46, 130, 0.08);
    transition: all 0.4s ease;
}

.how-it-works-section .how-wrapper .step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 80px rgba(6, 46, 130, 0.15);
}

.how-it-works-section .how-wrapper .step-card .step-icon {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

/* Outer orbit ring */
.how-it-works-section .how-wrapper .step-card .step-icon .orbit {
    width: 120px;
    height: 120px;
    border: 3px solid #dce7ff;
    border-radius: 50%;
    position: absolute;
    animation: rotateOrbit 6s linear infinite;
}

/* Moving dot */
.how-it-works-section .how-wrapper .step-card .step-icon .moving-dot {
    width: 14px;
    height: 14px;
    background: #002964;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

/* Inner circle */
.how-it-works-section .how-wrapper .step-card .step-icon .icon-inner {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 15px 50px rgba(6, 46, 130, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.how-it-works-section .how-wrapper .step-card .step-icon .icon-inner img {
    width: 50px;
}

/* Rotation Animation */
@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Number */
.how-it-works-section .how-wrapper .step-card .step-number {
    width: 55px;
    height: 55px;
    background: #002964;
    color: white;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.how-it-works-section .how-wrapper .step-card h4 {
    font-size: 20px;
    color: #002964;
    font-weight: 500;
    margin-bottom: 20px;
}

.how-it-works-section .how-wrapper .step-card p {
    color: #646F88;
    font-size: 17px;
    line-height: 1.7;
}

/* Dots */
.how-it-works-section .how-wrapper .step-card .step-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.how-it-works-section .how-wrapper .step-card .step-dots span {
    width: 40px;
    height: 8px;
    background: #d7deeb;
    border-radius: 20px;
}

.how-it-works-section .how-wrapper .step-card .step-dots span.active {
    background: #002964;
}

/* How it Work Section End */

/* Why Choose Us Section Start */

.why-choose-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.why-choose-section .why-left p {
    color: #646F88;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.why-choose-section .why-btn {
    background: #ff3b30;
    color: #fff;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.why-choose-section .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.why-choose-section .why-grid .why-card {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    min-height: 310px;
}

.why-choose-section .why-grid .why-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(6, 46, 130, 0.15);
}

.why-choose-section .why-grid .why-icon {
    font-size: 34px;
    margin-bottom: 18px;
    transition: 0.4s;
}

.why-choose-section .why-grid .why-card:hover .why-icon {
    transform: rotate(12deg) scale(1.1);
}

.why-choose-section .why-grid .why-card h4 {
    font-size: 24px;
    color: #002964;
    margin-bottom: 12px;
    font-weight: 500;
}

.why-choose-section .why-grid .why-card p {
    color: #646F88;
    margin: 0;
}


/* Why Choose Us Section End */

/* Dashboard Section Start */

.dashboard-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
    overflow: hidden;
}

.dashboard-section .dashboard-content p {
    color: #646F88;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Checklist */
.dashboard-section .dashboard-content .dashboard-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.dashboard-section .dashboard-content .dashboard-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #002964;
    font-weight: 500;
}

.dashboard-section .dashboard-content .dashboard-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff3b30;
    font-weight: 700;
}

/* Button */
.dashboard-section .dashboard-content .learn-btn {
    background: #002964;
    color: #fff;
    padding: 12px 22px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

/* Image */
.dashboard-section .dashboard-image-wrapper {
    position: relative;
    text-align: center;
}

.dashboard-section .dashboard-glow {
    width: 500px;
    height: 500px;
    background: rgba(6, 46, 130, 0.08);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(40px);
}

.dashboard-section .dashboard-image-wrapper img {
    position: relative;
    max-width: 100%;
    z-index: 2;
    animation: floatImage 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Dashboard Section End */

/*==========================
Alarm Section
==========================*/

.alarm-section {
    padding: 120px 0;
    background:
        radial-gradient(circle at top left, #0d3c8d 0%, transparent 45%),
        linear-gradient(135deg, #041d49, #062e82);
    overflow: hidden;
    position: relative;
}

.alarm-section::before {
    content: "";
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, .04);
    border-radius: 50%;
    position: absolute;
    right: -150px;
    top: -150px;
}

/* Device */

.alarm-section .alarm-image {
    position: relative;
    text-align: center;
}

.alarm-section .alarm-image .device-glow {
    width: 380px;
    height: 380px;
    background: #2e71ff33;
    border-radius: 50%;
    filter: blur(70px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.alarm-section .alarm-image img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    animation: deviceFloat 4s ease-in-out infinite;
}

@keyframes deviceFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Content */

.alarm-section .alarm-content h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.alarm-section .alarm-content p {
    color: #d8d8d8;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 17px;
}

.alarm-section .alarm-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

.alarm-section .alarm-content li {
    color: #d8d8d8;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}

.alarm-section .alarm-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #66d38b;
    font-weight: bold;
}

.alarm-section .alarm-content .alarm-btn {
    display: inline-block;
    padding: 16px 34px;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: .35s;
}

.alarm-section .alarm-content .alarm-btn:hover {
    background: #fff;
    color: #062e82;
}

/* Stats */

.alarm-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.alarm-section .stats-grid .stat-box {
    padding: 45px 20px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 18px;
    text-align: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .03);
    transition: .4s;
}

.alarm-section .stats-grid .stat-box:hover {
    transform: translateY(-10px);
    background: #ffffff10;
    border-color: #4da3ff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.alarm-section .stats-grid .stat-box h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 12px;
}

.alarm-section .stats-grid .stat-box span {
    color: #dce7ff;
    font-size: 16px;
    line-height: 1.5;
}