

/* 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;
}

/* ====================================
Refrigerator Freezer Banner
====================================*/

 .freezer-banner-section{

    padding:90px 0;

    min-height:700px;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

background-image: url('/assets/images/chartrecorder/banner-image.png');

    background-size:cover;

    background-position:center right;

    background-repeat:no-repeat;

}

/* Decorative Circle */
 
.freezer-banner-section::before{

    content:"";

    width:420px;

    height:420px;

    background:#ff3b3008;

    border-radius:50%;

    position:absolute;

    top:-180px;

    left:-180px;

}

/* Content */

 .freezer-banner-section .banner-content-wrapper{

    position:relative;

    z-index:2;

}

.freezer-banner-section .banner-sub-heading{

    display:inline-block;

    font-size:14px;

    font-weight:700;

    color:#ff3b30;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.freezer-banner-section .banner-heading{

    font-size:56px;

    line-height:1.25;

    font-weight:600;

    color:#002964;

    margin-bottom:25px;

}

.freezer-banner-section .banner-heading span{

    color:#ff3b30;

}

.freezer-banner-section .banner-content{

    max-width:610px;

    font-size:18px;

    color:#646F88;

    line-height:1.8;

    margin-bottom:40px;

} 

/* Buttons */

.freezer-banner-section .banner-buttons{

    display:flex;

    gap:16px;

    margin-bottom:45px;

}

.freezer-banner-section .banner-buttons a{

    padding:15px 28px;

    border-radius:5px;

    text-decoration:none;  

    font-size:15px;

    font-weight:600;

    transition:.3s;
    

}

.freezer-banner-section .explore-btn{

    background:#ff3b30;

    color:#fff;

}

.freezer-banner-section .explore-btn:hover{

    background:#e02a20;

}

.freezer-banner-section .quote-btn{

    border:1px solid #ff3b30;

    color:#ff3b30;

    background:#fff;

}

.freezer-banner-section .quote-btn:hover{

    background:#ff3b30;

    color:#fff;

} 

/* Feature Boxes */

 .banner-features{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

}

.banner-features .feature-box{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 20px;

    background:#fff;

    border:1px solid #E5EBF5;

    border-radius:10px;

    transition:.35s;

}

.banner-features .feature-box:hover{

    transform:translateY(-6px);

    border-color:#002964;

    box-shadow:0 18px 40px rgba(6,46,130,.08);

}

.banner-features .feature-box i{

    color:#ff3b30;

    font-size:18px;

}

.banner-features .feature-box span{

    font-size:15px;

    color:#002964;

    font-weight:500;

}

/* Responsive */

@media(max-width:991px){

.freezer-banner-section{

min-height:auto;

padding:80px 0;

background-position:center;

}

.freezer-banner-section .banner-heading{

font-size:42px;

}

.banner-features{

flex-direction:column;

}

.banner-features .feature-box{

width:100%;

}

.banner-buttons{

flex-wrap:wrap;

}

} 

/* ==========================
   RECORDER SECTION
========================== */


.recorder-section{

    padding:100px 0;

    background:#f6f9ff;

}



/* Heading */


.recorder-heading{

    max-width:750px;

    margin:auto;

    text-align:center;

}


.recorder-heading span{

    display:inline-block;

    background:#ffeceb;

    color:#ff3b30;

    padding:8px 18px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}



.recorder-heading h2{

    font-size:55px;

    line-height:1.15;

    color:#002964;

    margin:20px 0;

    font-weight:700;

}



.recorder-heading h2 strong{

    display:block;

    color:#ff3b30;

}



.recorder-heading p{

    color:#667085;

    font-size:17px;

    line-height:1.8;

}





/* Showcase */


.recorder-showcase{

    margin-top:70px;

    display:grid;

    grid-template-columns:1fr 420px 1fr;

    align-items:center;

    gap:40px;

}





/* Feature Cards */


.feature-item{

    background:#fff;

    padding:20px;

    border-radius:18px;

    display:flex;

    gap:15px;

    align-items:center;

    margin-bottom:25px;

    box-shadow:

    0 20px 45px rgba(0,41,100,.08);

    transition:.3s;

}



.feature-item:hover{

    transform:translateY(-8px);

}



.feature-item i{

    width:50px;

    height:50px;

    background:#002964;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

}



.feature-item h4{

    margin:0;

    color:#002964;

    font-size:17px;

}



.feature-item p{

    margin:5px 0 0;

    color:#667085;

    font-size:13px;

}



/* Product Image */


.recorder-image{

    position:relative;

    text-align:center;

}



.recorder-image img{

    width:100%;

    position:relative;

    z-index:2;

    filter:

    drop-shadow(0 30px 50px rgba(0,41,100,.25));

}



.circle-bg{

    position:absolute;

    width:400px;

    height:400px;

    background:#e3efff;

    border-radius:50%;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

}





.accuracy{

    position:absolute;

    right:-20px;

    bottom:70px;

    background:#fff;

    padding:18px;

    border-radius:15px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

    z-index:3;

}



.accuracy b{

    display:block;

    font-size:28px;

    color:#ff3b30;

}



.accuracy small{

    color:#002964;

}





/* Buttons */


.recorder-buttons{

    margin-top:50px;

    display:flex;

    justify-content:center;

    gap:20px;

}



.recorder-buttons a{

    padding:15px 35px;

    border-radius:6px;

    text-decoration:none;

    font-weight:600;

}



.recorder-buttons a:first-child{

    background:#ff3b30;

    color:#fff;

}



.recorder-buttons a:last-child{

    border:2px solid #002964;

    color:#002964;

}





/* Responsive */


@media(max-width:991px){


.recorder-showcase{

    grid-template-columns:1fr;

}


.recorder-features{

    order:2;

}


.recorder-image{

    order:1;

}


.recorder-heading h2{

    font-size:40px;

}



.circle-bg{

    width:300px;

    height:300px;

}


.accuracy{

    display:none;

}


}



@media(max-width:576px){


.recorder-heading h2{

    font-size:32px;

}


.recorder-buttons{

    flex-direction:column;

}


}
/* ==========================================
   Wireless Sensors Section
========================================== */

.wireless-sensors-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.wireless-sensors-section .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}


/* ==========================================
   Heading
========================================== */

.wireless-sensors-heading {
    text-align: center;
    margin-bottom: 25px;
}

.wireless-sensors-heading h2 {
    display: inline-block;
    position: relative;

    margin: 0;
    padding-bottom: 14px;

    color: #002964;

    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
}

.wireless-sensors-heading h2::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 0;

    width: 65px;
    height: 3px;

    background: #ff3b30;

    border-radius: 10px;

    transform: translateX(-50%);
}


/* ==========================================
   Content
========================================== */

.wireless-sensors-content {
    max-width: 1050px;
    margin: 0 auto 45px;
    text-align: center;
}

.wireless-sensors-content p {
    margin: 0;

    color: #59677d;

    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}


/* ==========================================
   Image
========================================== */

.wireless-sensors-image {
    max-width: 850px;
    margin: 0 auto;

    padding: 18px;

    background: #ffffff;

    border: 1px solid #e5ebf3;
    border-radius: 18px;

    box-shadow: 0 25px 60px rgba(0, 41, 100, 0.12);

    transition: all 0.35s ease;
}

.wireless-sensors-image:hover {
    transform: translateY(-6px);

    box-shadow: 0 30px 70px rgba(0, 41, 100, 0.17);
}

.wireless-sensors-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 10px;
}


/* ==========================================
   Caption
========================================== */

.wireless-sensors-caption {
    text-align: center;

    margin-top: 22px;
}

.wireless-sensors-caption p {
    margin: 0;

    color: #002964;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
}


/* ==========================================
   Tablet
========================================== */

@media (max-width: 991px) {

    .wireless-sensors-section {
        padding: 80px 0;
    }

    .wireless-sensors-heading h2 {
        font-size: 38px;
    }

    .wireless-sensors-content {
        margin-bottom: 35px;
    }

    .wireless-sensors-content p {
        font-size: 16px;
    }

    .wireless-sensors-image {
        max-width: 750px;
    }
}


/* ==========================================
   Mobile
========================================== */

@media (max-width: 767px) {

    .wireless-sensors-section {
        padding: 60px 0;
    }

    .wireless-sensors-section .container {
        padding: 0 18px;
    }

    .wireless-sensors-heading {
        margin-bottom: 20px;
    }

    .wireless-sensors-heading h2 {
        font-size: 32px;
    }

    .wireless-sensors-content {
        margin-bottom: 30px;
        text-align: left;
    }

    .wireless-sensors-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .wireless-sensors-image {
        padding: 10px;

        border-radius: 14px;
    }

    .wireless-sensors-image img {
        border-radius: 7px;
    }

    .wireless-sensors-caption {
        margin-top: 18px;
    }

    .wireless-sensors-caption p {
        font-size: 14px;
    }
}


/* ==========================================
   Small Mobile
========================================== */

@media (max-width: 480px) {

    .wireless-sensors-heading h2 {
        font-size: 28px;
    }

    .wireless-sensors-content p {
        font-size: 14px;
    }

    .wireless-sensors-image {
        padding: 7px;
    }

    .wireless-sensors-caption p {
        font-size: 13px;
    }
}
/* ==========================================
   SAVES TIME AND MONEY
========================================== */

.saves-time-section {
    position: relative;
    padding: 100px 0;

    background:
        linear-gradient(
            135deg,
            #f4f8ff 0%,
            #ffffff 55%,
            #f7faff 100%
        );

    overflow: hidden;
}

.saves-time-section::before {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    left: -180px;
    top: -150px;

    border-radius: 50%;

    background: rgba(0, 41, 100, 0.04);
}


/* ==========================================
   Container
========================================== */

.saves-time-section .container {
    width: 100%;
   

    margin: 0 auto;

    padding: 0 20px;

    position: relative;
    z-index: 2;
}


/* ==========================================
   Main Card
========================================== */

.saves-time-card {
    display: grid;

    grid-template-columns: 1.25fr 0.75fr;

    min-height: 520px;

    background: #ffffff;

    border: 1px solid #e4ebf5;

    border-radius: 28px;

    overflow: hidden;

    box-shadow:
        0 30px 80px rgba(0, 41, 100, 0.10);
}


/* ==========================================
   LEFT CONTENT
========================================== */

.saves-time-content {
    padding: 65px 70px;
}

.saves-time-label {
    display: inline-block;

    margin-bottom: 15px;

    color: #ff3b30;

    font-family: "Inter", sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.saves-time-content h2 {
    margin: 0;

    color: #002964;

    font-family: "Poppins", sans-serif;

    font-size: 48px;
    font-weight: 600;

    line-height: 1.2;
}

.saves-time-content h2 span {
    color: #ff3b30;
}

.saves-time-line {
    width: 65px;
    height: 4px;

    margin: 22px 0 28px;

    border-radius: 10px;

    background: #ff3b30;
}

.saves-time-content p {
    margin: 0 0 22px;

    color: #657188;

    font-family: "Inter", sans-serif;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.85;
}

.saves-time-content p:last-child {
    margin-bottom: 0;
}

.saves-time-content em {
    color: #002964;

    font-weight: 600;
}


/* ==========================================
   RIGHT VISUAL
========================================== */

.saves-time-visual {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 45px;

    background:
        linear-gradient(
            145deg,
            #002964,
            #064596
        );

    overflow: hidden;
}


/* Decorative circles */

.visual-circle {
    position: absolute;

    width: 360px;
    height: 360px;

    border-radius: 50%;

    border: 70px solid rgba(255, 255, 255, 0.06);

    right: -160px;
    bottom: -140px;
}


/* ==========================================
   Visual Card
========================================== */

.visual-card {
    width: 100%;
    max-width: 310px;

    padding: 30px 25px;

    text-align: center;

    position: relative;
    z-index: 2;

    background: rgba(255, 255, 255, 0.10);

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 22px;

    backdrop-filter: blur(12px);

    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.15);
}


/* Icon */

.visual-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ff3b30;

    color: #ffffff;

    font-size: 22px;

    box-shadow:
        0 12px 25px rgba(255, 59, 48, 0.30);
}


/* Visual Heading */

.visual-card h3 {
    margin: 0 0 20px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 20px;
    font-weight: 600;

    line-height: 1.4;
}

.visual-card h3 span {
    display: block;

    color: #ff7169;
}


/* Image */

.visual-card img {
    width: 100%;
    max-width: 210px;

    margin: 0 auto;

    border-radius: 10px;

    display: block;

    background: #ffffff;

    padding: 5px;
}


/* ==========================================
   HOVER
========================================== */

.saves-time-card {
    transition: transform 0.4s ease;
}

.saves-time-card:hover {
    transform: translateY(-6px);
}

.visual-card {
    transition: transform 0.4s ease;
}

.visual-card:hover {
    transform: translateY(-5px);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .saves-time-section {
        padding: 80px 0;
    }

    .saves-time-card {
        grid-template-columns: 1fr;
    }

    .saves-time-content {
        padding: 55px 50px;
    }

    .saves-time-content h2 {
        font-size: 42px;
    }

    .saves-time-visual {
        min-height: 400px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .saves-time-section {
        padding: 60px 0;
    }

    .saves-time-section .container {
        padding: 0 18px;
    }

    .saves-time-card {
        border-radius: 20px;
    }

    .saves-time-content {
        padding: 40px 25px;
    }

    .saves-time-content h2 {
        font-size: 34px;
    }

    .saves-time-content p {
        font-size: 14px;

        line-height: 1.75;
    }

    .saves-time-visual {
        min-height: 370px;

        padding: 35px 20px;
    }

    .visual-card {
        max-width: 280px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .saves-time-content {
        padding: 35px 20px;
    }

    .saves-time-content h2 {
        font-size: 30px;
    }

    .saves-time-label {
        font-size: 11px;
    }

    .saves-time-visual {
        min-height: 340px;
    }

    .visual-card {
        padding: 25px 18px;
    }

    .visual-card h3 {
        font-size: 18px;
    }

}
/* ==========================================
   MONTHS OF DATA SECTION
========================================== */

.months-data-section {
    position: relative;

    padding: 100px 0;

    background: #ffffff;

    overflow: hidden;
}

.months-data-section .container {
    width: 100%;
   

    margin: 0 auto;

    padding: 0 20px;
}


/* ==========================================
   Main Wrapper
========================================== */

.months-data-wrapper {
    position: relative;

    padding: 65px 70px 70px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            #f4f8ff 0%,
            #ffffff 55%,
            #f6f9ff 100%
        );

    border: 1px solid #e3eaf4;

    box-shadow:
        0 25px 70px rgba(0, 41, 100, 0.08);
}


/* Decorative top line */

.months-data-wrapper::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 100px;
    height: 4px;

    transform: translateX(-50%);

    background: #ff3b30;

    border-radius: 0 0 10px 10px;
}


/* ==========================================
   CONTENT
========================================== */

.months-data-content {
    max-width: 850px;

    margin: 0 auto 50px;

    text-align: left;
}

.months-data-label {
    display: inline-block;

    margin-bottom: 13px;

    color: #ff3b30;

    font-family: "Inter", sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.months-data-content h2 {
    margin: 0;

    color: #002964;

    font-family: "Poppins", sans-serif;

    font-size: 42px;
    font-weight: 600;

    line-height: 1.3;
}

.months-data-content h2 span {
    color: #ff3b30;
}

.months-data-line {
    width: 60px;
    height: 3px;

    margin-top: 10px;
    margin-bottom: 10px;

    background: #002964;

    border-radius: 10px;
}

.months-data-content p {
    margin: 0;

    color: #66748b;

    font-family: "Inter", sans-serif;

    font-size: 15px;

    line-height: 1.85;
}


/* ==========================================
   IMAGE AREA
========================================== */

.months-data-image-box {
    max-width: 850px;

    margin: 0 auto;

    text-align: center;
}


/* Image Card */

.months-data-image {
    position: relative;

    padding: 15px;

    background: #ffffff;

    border: 1px solid #dfe7f1;

    border-radius: 18px;

    box-shadow:
        0 20px 50px rgba(0, 41, 100, 0.12);

    transition: all 0.4s ease;
}

.months-data-image:hover {
    transform: translateY(-7px);

    box-shadow:
        0 30px 65px rgba(0, 41, 100, 0.17);
}

.months-data-image img {
    width: 100%;
    height: auto;

    display: block;

    border-radius: 10px;
}


/* ==========================================
   CAPTION
========================================== */

.months-data-caption {
    margin: 20px 0 0;

    color: #002964;

    font-family: "Inter", sans-serif;

    font-size: 14px;
    font-weight: 600;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .months-data-section {
        padding: 80px 0;
    }

    .months-data-wrapper {
        padding: 55px 45px 60px;
    }

    .months-data-content h2 {
        font-size: 36px;
    }

    .months-data-content p {
        font-size: 15px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .months-data-section {
        padding: 60px 0;
    }

    .months-data-section .container {
        padding: 0 18px;
    }

    .months-data-wrapper {
        padding: 45px 22px 45px;

        border-radius: 20px;
    }

    .months-data-content {
        margin-bottom: 35px;
    }

    .months-data-content h2 {
        font-size: 30px;
    }

    .months-data-content p {
        font-size: 14px;

        line-height: 1.75;

        text-align: left;
    }

    .months-data-image {
        padding: 8px;

        border-radius: 13px;
    }

    .months-data-image img {
        border-radius: 7px;
    }

    .months-data-caption {
        font-size: 13px;

        line-height: 1.5;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .months-data-wrapper {
        padding: 40px 17px;
    }

    .months-data-content h2 {
        font-size: 27px;
    }

    .months-data-content p {
        font-size: 13px;
    }

    .months-data-caption {
        font-size: 12px;
    }

}
.months-data-section {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.months-data-section .container {
    width: 100%;
   
    margin: 0 auto;
    padding: 0 20px;
}

/* Main Wrapper */
.months-data-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    padding: 60px 70px;

    background: #f6f9ff;
    border: 1px solid #e3eaf4;
    border-radius: 25px;

    box-shadow: 0 20px 50px rgba(0, 41, 100, 0.07);
}

/* Heading */
.months-data-content {
    width: 45%;
}

.months-data-content h2 {
    margin: 0;

    color: #002964;
    font-family: "Poppins", sans-serif;

    font-size: 42px;
    font-weight: 600;
    line-height: 1.25;
}

.months-data-content h2 span {
    display: block;
    color: #ff3b30;
}

/* Image */
.months-data-image-box {
    width: 55%;
}

.months-data-image-box img {
    width: 100%;
    max-width: 600px;
    height: auto;

    display: block;
    margin: 0 auto;

    border-radius: 15px;

    box-shadow: 0 15px 40px rgba(0, 41, 100, 0.12);

    transition: 0.4s ease;
}

.months-data-image-box img:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0, 41, 100, 0.17);
}


/* Tablet */
@media (max-width: 991px) {

    .months-data-section {
        padding: 70px 0;
    }

    .months-data-wrapper {
        gap: 40px;
        padding: 50px 40px;
    }

    .months-data-content h2 {
        font-size: 34px;
    }

}


/* Mobile */
@media (max-width: 767px) {

    .months-data-section {
        padding: 50px 0;
    }

    .months-data-section .container {
        padding: 0 18px;
    }

    .months-data-wrapper {
        flex-direction: column;
        gap: 35px;

        padding: 40px 22px;

        border-radius: 20px;
    }

    .months-data-content,
    .months-data-image-box {
        width: 100%;
    }

    .months-data-content {
        text-align: center;
    }

    .months-data-content h2 {
        font-size: 30px;
    }

}


/* Small Mobile */
@media (max-width: 480px) {

    .months-data-wrapper {
        padding: 35px 17px;
    }

    .months-data-content h2 {
        font-size: 27px;
    }

}
/* =========================================
   MULTIPLE DISPLAYS
========================================= */

.multiple-displays-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: #f5f8fd;
}

.multiple-displays-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 80px;
}

/* Content */

.feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff3b30;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.feature-tag::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #ff3b30;
}

.multiple-displays-content h2 {
    color: #002964;
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 22px;
}

.multiple-displays-content h2 span {
    color: #ff3b30;
}

.feature-intro {
    max-width: 650px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 38px;
}


/* Feature Cards */

.display-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.display-feature {
    display: flex;
    gap: 22px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e7edf6;
    border-radius: 14px;
    transition: all .35s ease;
}

.display-feature:hover {
    transform: translateX(8px);
    border-color: #d7e1f0;
    box-shadow: 0 15px 35px rgba(0, 41, 100, .09);
}

.feature-number {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef4ff;
    color: #002964;
    font-size: 15px;
    font-weight: 700;
}

.feature-text h3 {
    color: #002964;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-bottom: 7px;
}

.feature-text p {
    color: #68758b;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.multiple-displays-visual {
    min-height: 580px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-circle {
    width: 470px;
    height: 470px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #e9f1ff,
        #dce8fb
    );
}

.device-card {
    position: relative;
    z-index: 2;
    width: 390px;
    padding: 14px;
    background: #071f47;
    border-radius: 22px;
    box-shadow:
        0 35px 70px rgba(0, 41, 100, .25);
    transform: rotate(2deg);
}

.device-header {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 14px;
    color: #cbd9ef;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.device-dot {
    width: 8px;
    height: 8px;
    background: #31d158;
    border-radius: 50%;
}

.device-screen {
    min-height: 310px;
    padding: 22px;
    border-radius: 14px;
    background: #f8fbff;
}

.screen-top {
    color: #002964;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
}

.chart {
    height: 120px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #dbe4f0;
}

.chart span {
    width: 13%;
    background: #ff3b30;
    border-radius: 5px 5px 0 0;
}

.chart span:nth-child(1) {
    height: 35%;
}

.chart span:nth-child(2) {
    height: 50%;
}

.chart span:nth-child(3) {
    height: 42%;
}

.chart span:nth-child(4) {
    height: 75%;
}

.chart span:nth-child(5) {
    height: 60%;
}

.chart span:nth-child(6) {
    height: 88%;
}

.temperature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.temperature strong {
    color: #002964;
    font-size: 30px;
}

.temperature small {
    color: #31a853;
    background: #e8f8ec;
    padding: 7px 12px;
    border-radius: 30px;
    font-weight: 600;
}


/* Floating Card */

.floating-card {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 50px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 16px 20px;

    background: #fff;
    border: 1px solid #e5ebf4;
    border-radius: 12px;

    box-shadow: 0 20px 45px rgba(0, 41, 100, .13);
}

.floating-card i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0ef;
    color: #ff3b30;
    border-radius: 10px;
}

.floating-card strong,
.floating-card span {
    display: block;
}

.floating-card strong {
    color: #002964;
    font-size: 13px;
}

.floating-card span {
    color: #78869c;
    font-size: 11px;
    margin-top: 3px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .multiple-displays-section {
        padding: 80px 0;
    }

    .multiple-displays-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .multiple-displays-content h2 {
        font-size: 44px;
    }

    .multiple-displays-visual {
        min-height: 500px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .multiple-displays-section {
        padding: 60px 0;
    }

    .multiple-displays-grid {
        gap: 40px;
    }

    .multiple-displays-content h2 {
        font-size: 34px;
    }

    .feature-intro {
        font-size: 15px;
    }

    .display-feature {
        gap: 14px;
        padding: 17px;
    }

    .feature-number {
        width: 42px;
        height: 42px;
        font-size: 12px;
    }

    .feature-text h3 {
        font-size: 16px;
    }

    .feature-text p {
        font-size: 13px;
    }

    .multiple-displays-visual {
        min-height: 390px;
    }

    .visual-circle {
        width: 300px;
        height: 300px;
    }

    .device-card {
        width: 290px;
    }

    .device-screen {
        min-height: 230px;
        padding: 16px;
    }

    .floating-card {
        left: 0;
        bottom: 15px;
        padding: 12px 15px;
    }
}
/* =========================================
   UNIQUE ALARM FEATURE
========================================= */

.alarm-feature-section {
    padding: 90px 0;
    background:
        radial-gradient(
            circle at 10% 50%,
            rgba(255, 59, 48, 0.05),
            transparent 30%
        ),
        #f7faff;
    overflow: hidden;
}

.alarm-feature {
    max-width: 1050px;
    min-height: 300px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: center;
    gap: 55px;

    padding: 45px 55px;

    background: #ffffff;

    border: 1px solid #e4ebf5;
    border-radius: 24px;

    position: relative;

    box-shadow:
        0 25px 60px rgba(0, 41, 100, 0.08);
}


/* =========================================
   DECORATIVE ELEMENT
========================================= */

.alarm-feature::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: rgba(255, 59, 48, 0.05);

    left: -90px;
    top: -90px;
}

.alarm-feature::after {
    content: "";
    position: absolute;

    width: 8px;
    height: 70%;

    right: 0;
    top: 15%;

    background: #ff3b30;

    border-radius: 10px 0 0 10px;
}


/* =========================================
   IMAGE
========================================= */

.alarm-visual {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.alarm-image-circle {
    width: 170px;
    height: 170px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle,
            #ffffff 40%,
            #edf3fb 41%,
            #edf3fb 65%,
            #dce7f5 66%
        );

    box-shadow:
        0 15px 40px rgba(0, 41, 100, 0.12);

    position: relative;
}

.alarm-image-circle::before {
    content: "";

    position: absolute;

    width: 185px;
    height: 185px;

    border: 1px dashed #ff3b30;

    border-radius: 50%;

    animation: alarmRotate 18s linear infinite;
}

.alarm-image-circle img {
    width: 85px;
    height: auto;

    object-fit: contain;

    position: relative;
    z-index: 2;
}


/* =========================================
   CONTENT
========================================= */

.alarm-feature-content {
    position: relative;
    z-index: 2;
}


/* Heading */

.alarm-title {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 25px;
}

.alarm-title span {
    width: 35px;
    height: 2px;

    background: #ff3b30;

    flex-shrink: 0;
}

.alarm-title h2 {
    margin: 0;

    color: #002964;

    font-family: "Poppins", sans-serif;

    font-size: 25px;
    font-weight: 600;

    line-height: 1.35;
}


/* Paragraph */

.alarm-feature-content p {
    margin: 0;

    max-width: 680px;

    color: #5f6d82;

    font-family: "Inter", sans-serif;

    font-size: 16px;

    line-height: 1.9;
}


/* =========================================
   HOVER
========================================= */

.alarm-feature {
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.alarm-feature:hover {
    transform: translateY(-6px);

    box-shadow:
        0 35px 75px rgba(0, 41, 100, 0.12);
}

.alarm-image-circle {
    transition: transform 0.4s ease;
}

.alarm-feature:hover .alarm-image-circle {
    transform: scale(1.05);
}


/* =========================================
   ANIMATION
========================================= */

@keyframes alarmRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .alarm-feature-section {
        padding: 70px 0;
    }

    .alarm-feature {
        grid-template-columns: 180px 1fr;
        gap: 35px;

        padding: 40px;
    }

    .alarm-image-circle {
        width: 140px;
        height: 140px;
    }

    .alarm-image-circle::before {
        width: 155px;
        height: 155px;
    }

    .alarm-image-circle img {
        width: 70px;
    }

    .alarm-title h2 {
        font-size: 22px;
    }

    .alarm-feature-content p {
        font-size: 15px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .alarm-feature-section {
        padding: 55px 20px;
    }

    .alarm-feature {
        grid-template-columns: 1fr;

        gap: 35px;

        padding: 35px 25px;

        border-radius: 20px;
    }

    .alarm-visual {
        order: 1;
    }

    .alarm-feature-content {
        order: 2;
    }

    .alarm-image-circle {
        width: 130px;
        height: 130px;
    }

    .alarm-image-circle::before {
        width: 145px;
        height: 145px;
    }

    .alarm-image-circle img {
        width: 65px;
    }

    .alarm-title {
        align-items: flex-start;
    }

    .alarm-title span {
        margin-top: 12px;
        width: 25px;
    }

    .alarm-title h2 {
        font-size: 20px;
    }

    .alarm-feature-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .alarm-feature::after {
        width: 5px;
        height: 60px;
        top: 20px;
    }
}
/* =========================================
   UNIQUE TEMPERATURE HISTORY DESIGN
========================================= */

.temperature-history-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;

    background:
        linear-gradient(
            135deg,
            #f4f8fd 0%,
            #ffffff 55%,
            #f8fbff 100%
        );
}


/* Decorative background */

.temperature-history-section::before {
    content: "";
    position: absolute;

    width: 450px;
    height: 450px;

    border-radius: 50%;

    background: rgba(0, 41, 100, 0.035);

    top: -220px;
    right: -180px;
}

.temperature-history-section::after {
    content: "";
    position: absolute;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    border: 45px solid rgba(255, 59, 48, 0.035);

    bottom: -120px;
    left: -100px;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.temperature-history-layout {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;

    gap: 80px;
    align-items: center;

    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================
   LEFT CONTENT
========================================= */

.temperature-history-content {
    position: relative;
}

.temperature-history-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #ff3b30;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.8px;
}

.temperature-history-label::before {
    content: "";

    width: 32px;
    height: 2px;

    background: #ff3b30;
}


.temperature-history-content h2 {
    margin: 18px 0 25px;

    color: #002964;

    font-family: "Poppins", sans-serif;

    font-size: 44px;
    font-weight: 600;

    line-height: 1.2;
}

.temperature-history-content h2 span {
    display: block;
    color: #ff3b30;
}


.temperature-history-content p {
    margin: 0;

    color: #637188;

    font-family: "Inter", sans-serif;

    font-size: 15px;
    line-height: 1.9;
}


/* =========================================
   RIGHT DOWNLOAD AREA
========================================= */

.temperature-download {
    position: relative;

    padding: 35px;

    background: #ffffff;

    border: 1px solid #e4ebf5;
    border-radius: 25px;

    box-shadow:
        0 30px 70px rgba(0, 41, 100, 0.10);
}


/* Heading */

.download-heading {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 30px;
}

.download-heading span {
    width: 4px;
    height: 30px;

    background: #ff3b30;

    border-radius: 10px;
}

.download-heading h3 {
    margin: 0;

    color: #002964;

    font-family: "Poppins", sans-serif;

    font-size: 20px;
    font-weight: 600;

    line-height: 1.4;
}


/* =========================================
   IMAGE GALLERY
========================================= */

.download-gallery {
    display: grid;

    grid-template-columns: 1.35fr 0.65fr;

    gap: 18px;

    align-items: stretch;
}


/* Main Image */

.gallery-main {
    min-height: 270px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 25px;

    background:
        linear-gradient(
            145deg,
            #f3f7fc,
            #ffffff
        );

    border: 1px solid #e4ebf4;
    border-radius: 16px;

    overflow: hidden;

    transition: all 0.35s ease;
}

.gallery-main img {
    max-width: 100%;
    height: auto;

    display: block;

    transition: transform 0.4s ease;
}

.gallery-main:hover {
    border-color: #cdd9e9;

    box-shadow:
        0 15px 35px rgba(0, 41, 100, 0.08);
}

.gallery-main:hover img {
    transform: scale(1.04);
}


/* Small Images */

.gallery-small {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gallery-small > div {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 14px;

    background: #f8faff;

    border: 1px solid #e4ebf4;
    border-radius: 16px;

    overflow: hidden;

    transition: all 0.35s ease;
}

.gallery-small img {
    max-width: 100%;
    max-height: 125px;

    width: auto;
    height: auto;

    display: block;

    transition: transform 0.35s ease;
}

.gallery-small > div:hover {
    transform: translateY(-5px);

    background: #ffffff;

    box-shadow:
        0 15px 30px rgba(0, 41, 100, 0.08);
}

.gallery-small > div:hover img {
    transform: scale(1.05);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .temperature-history-section {
        padding: 80px 0;
    }

    .temperature-history-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .temperature-history-content {
        max-width: 700px;
    }

    .temperature-history-content h2 {
        font-size: 40px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .temperature-history-section {
        padding: 60px 20px;
    }

    .temperature-history-layout {
        gap: 35px;
    }

    .temperature-history-content h2 {
        font-size: 32px;
    }

    .temperature-history-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .temperature-download {
        padding: 22px;
        border-radius: 18px;
    }

    .download-heading {
        margin-bottom: 22px;
    }

    .download-heading h3 {
        font-size: 17px;
    }

    .download-gallery {
        grid-template-columns: 1fr;
    }

    .gallery-main {
        min-height: 200px;
        padding: 20px;
    }

    .gallery-small {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .gallery-small > div {
        min-height: 130px;
    }

    .gallery-small img {
        max-height: 100px;
    }
}

