

/* 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 {
    min-height: 700px;
    padding: 80px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(0, 41, 100, .10),
            transparent 32%
        ),
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
}


/* =========================
   HERO ROW
========================= */

.freezer-banner-section .hero-row {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 40px;
}


/* =========================
   LEFT CONTENT
========================= */

.hero-content {
    position: relative;
    z-index: 5;
}

.banner-sub-heading {
    display: inline-block;
    color: #ff3b30;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-content h1 {
    color: #002964;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 600;
    margin: 0 0 25px;
}

.hero-content h1 span {
    color: #ff3b30;
}

.hero-content p {
    max-width: 590px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 32px;
}


/* =========================
   BUTTONS
========================= */

.hero-buttons {
    display: flex;
    gap: 14px;
    margin-bottom: 35px;
}

.hero-buttons a {
    padding: 14px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
}

.hero-buttons .primary {
    color: #fff;
    background: #ff3b30;
}

.hero-buttons .primary:hover {
    background: #e72d24;
    transform: translateY(-3px);
}

.hero-buttons .secondary {
    color: #ff3b30;
    background: #fff;
    border: 1px solid #ff3b30;
}

.hero-buttons .secondary:hover {
    color: #fff;
    background: #ff3b30;
    transform: translateY(-3px);
}


/* =========================
   FEATURES
========================= */

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #e3eaf4;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 41, 100, .07);
    transition: .3s ease;
}

.hero-feature:hover {
    transform: translateY(-4px);
    border-color: #ff3b30;
}

.hero-feature i {
    color: #ff3b30;
    font-size: 14px;
}

.hero-feature span {
    color: #002964;
    font-size: 13px;
    font-weight: 500;
}


/* =========================
   RIGHT IMAGE
========================= */

.hero-image {
    min-height: 540px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Big background glow */

.hero-image-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 41, 100, .16) 0%,
            rgba(0, 41, 100, .07) 40%,
            transparent 70%
        );
}


/* Product */

.hero-image img {
    position: relative;
    z-index: 2;
    width: 115%;
    max-width: 580px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(
        0 30px 35px rgba(0, 41, 100, .20)
    );
    transition: .5s ease;
}

.hero-image:hover img {
    transform: translateY(-8px) scale(1.02);
}


/* =========================
   FLOATING CARDS
========================= */

.floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 41, 100, .08);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 41, 100, .12);
    color: #002964;
    font-size: 12px;
}

.floating-card i {
    color: #ff3b30;
    font-size: 18px;
}

.floating-card strong {
    font-size: 13px;
}

.card-one {
    top: 100px;
    right: 15px;
}

.card-two {
    bottom: 100px;
    left: 10px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .freezer-banner-section {
        padding: 70px 0;
    }

    .freezer-banner-section .hero-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-content {
        order: 1;
        text-align: center;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-image {
        order: 2;
        min-height: 450px;
    }

    .hero-image img {
        width: 90%;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .freezer-banner-section {
        padding: 55px 20px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons a {
        width: 100%;
        text-align: center;
    }

    .hero-features {
        flex-direction: column;
    }

    .hero-feature {
        width: 100%;
        justify-content: center;
    }

    .hero-image {
        min-height: 330px;
    }

    .hero-image img {
        width: 110%;
    }

    .hero-image-glow {
        width: 330px;
        height: 330px;
    }

    .floating-card {
        transform: scale(.85);
    }

    .card-one {
        top: 20px;
        right: -5px;
    }

    .card-two {
        bottom: 20px;
        left: -5px;
    }
}


/*====================================
Vaccine Warning Section Start
====================================*/

.vaccine-warning-section {
    padding: 90px 0;
    background: #ffffff;
}

/* Container */

.vaccine-warning-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Main Box */

.vaccine-warning-section .vaccine-warning-box {
    padding: 50px;
    overflow: hidden;
    background: #f8fbff;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(6, 46, 130, 0.06);
    box-sizing: border-box;
}

/* Heading */

.vaccine-warning-section .warning-heading {
    max-width: 1000px;
    margin: 0 auto 45px;
    text-align: center;
}

.vaccine-warning-section .warning-heading h2 {
    margin: 0 0 18px;
    color: #002964;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
}

.vaccine-warning-section .warning-heading h3 {
    margin: 0;
    color: #ff3b30;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}

/* Main Content */

.vaccine-warning-section .warning-main-content {
    display: flow-root;
}

/* Image on Right */

.vaccine-warning-section .warning-image {
    float: right;
    width: 50%;
    margin: 0 0 25px 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
}

.vaccine-warning-section .warning-image img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.4s ease;
}

.vaccine-warning-section .warning-image:hover img {
    transform: scale(1.04);
}

/* Content Text */

.vaccine-warning-section .warning-text p,
.vaccine-warning-section .warning-bottom-text p {
    margin: 0;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

/* Second Paragraph */

.vaccine-warning-section .warning-bottom-text {
    clear: both;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #dfe7f3;
}

/* Buy Now Area Below Content */

.vaccine-warning-section .buy-now-wrapper {
    clear: both;
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #dfe7f3;
    text-align: center;
}

.vaccine-warning-section .buy-now-wrapper h3 {
    margin: 0 0 22px;
    color: #ff3b30;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

/* Buy Now Button */

.vaccine-warning-section .buy-now-button {
    display: inline-flex;
    padding: 15px 30px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border: 1px solid #002964;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.vaccine-warning-section .buy-now-button:hover {
    color: #ffffff;
    background: #ff3b30;
    border-color: #ff3b30;
    transform: translateY(-3px);
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .vaccine-warning-section {
        padding: 80px 0;
    }

    .vaccine-warning-section .container {
        padding: 0 25px;
    }

    .vaccine-warning-section .vaccine-warning-box {
        padding: 40px 30px;
    }

    .vaccine-warning-section .warning-heading h2 {
        font-size: 30px;
    }

    .vaccine-warning-section .warning-image {
        width: 48%;
        margin-left: 30px;
    }

    .vaccine-warning-section .warning-image img {
        height: 320px;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .vaccine-warning-section {
        padding: 60px 0;
    }

    .vaccine-warning-section .container {
        padding: 0 20px;
    }

    .vaccine-warning-section .vaccine-warning-box {
        padding: 30px 20px;
    }

    .vaccine-warning-section .warning-heading {
        margin-bottom: 30px;
    }

    .vaccine-warning-section .warning-heading h2 {
        font-size: 26px;
    }

    .vaccine-warning-section .warning-heading h3 {
        font-size: 19px;
    }

    /* Image Full Width on Mobile */

    .vaccine-warning-section .warning-image {
        float: none;
        width: 100%;
        margin: 0 0 25px;
    }

    .vaccine-warning-section .warning-image img {
        height: 280px;
    }

    .vaccine-warning-section .warning-text p,
    .vaccine-warning-section .warning-bottom-text p {
        font-size: 15px;
        line-height: 1.8;
    }

    .vaccine-warning-section .warning-bottom-text {
        margin-top: 30px;
        padding-top: 30px;
    }

    .vaccine-warning-section .buy-now-wrapper {
        margin-top: 35px;
        padding-top: 30px;
    }

    .vaccine-warning-section .buy-now-wrapper h3 {
        font-size: 21px;
    }

    .vaccine-warning-section .buy-now-button {
        width: 100%;
        box-sizing: border-box;
    }
}

/* Small Mobile */

@media (max-width: 400px) {
    .vaccine-warning-section .container {
        padding: 0 15px;
    }

    .vaccine-warning-section .warning-heading h2 {
        font-size: 24px;
    }
}

/*====================================
Vaccine Warning Section End
====================================*/

/*====================================
TV2 Refrigerator Alarm Section Start
====================================*/

.refrigerator-alarm-section {
    padding: 90px 0;
    background: #ffffff;
}

/* Container */

.refrigerator-alarm-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Heading */

.refrigerator-alarm-section .alarm-section-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.refrigerator-alarm-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.refrigerator-alarm-section .section-heading span {
    color: #ff3b30;
}

/* Common Content Row */

.refrigerator-alarm-section .alarm-content-row {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    align-items: center;
    gap: 60px;
}

/* First Image */

.refrigerator-alarm-section .alarm-lab-image {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(6, 46, 130, 0.07);
}

.refrigerator-alarm-section .alarm-lab-image img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: 0.4s ease;
}

.refrigerator-alarm-section .alarm-lab-image:hover img {
    transform: scale(1.05);
}

/* Description */

.refrigerator-alarm-section .alarm-description p {
    margin: 0 0 20px;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

.refrigerator-alarm-section .alarm-description p:last-child {
    margin-bottom: 0;
}

.refrigerator-alarm-section .alarm-description strong {
    color: #002964;
    font-weight: 600;
}

/* Second Row */

.refrigerator-alarm-section .alarm-second-row {
    grid-template-columns: 1.25fr 0.75fr;
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #dfe7f3;
}

/* Display Image */

.refrigerator-alarm-section .alarm-display-image {
    display: flex;
    min-height: 300px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    background: #f8fbff;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    box-sizing: border-box;
    transition: 0.35s ease;
}

.refrigerator-alarm-section .alarm-display-image:hover {
    border-color: #002964;
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(6, 46, 130, 0.08);
}

.refrigerator-alarm-section .alarm-display-image img {
    display: block;
    width: 100%;
    max-width: 430px;
    max-height: 260px;
    object-fit: contain;
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .refrigerator-alarm-section {
        padding: 80px 0;
    }

    .refrigerator-alarm-section .container {
        padding: 0 25px;
    }

    .refrigerator-alarm-section .section-heading {
        font-size: 40px;
    }

    .refrigerator-alarm-section .alarm-content-row,
    .refrigerator-alarm-section .alarm-second-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .refrigerator-alarm-section .alarm-second-row {
        margin-top: 60px;
        padding-top: 60px;
    }

    .refrigerator-alarm-section .alarm-display-image {
        grid-row: 1;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .refrigerator-alarm-section {
        padding: 60px 0;
    }

    .refrigerator-alarm-section .container {
        padding: 0 20px;
    }

    .refrigerator-alarm-section .alarm-section-heading {
        margin-bottom: 40px;
    }

    .refrigerator-alarm-section .section-heading {
        font-size: 32px;
    }

    .refrigerator-alarm-section .alarm-content-row,
    .refrigerator-alarm-section .alarm-second-row {
        gap: 30px;
    }

    .refrigerator-alarm-section .alarm-lab-image img {
        height: 280px;
    }

    .refrigerator-alarm-section .alarm-description p {
        font-size: 15px;
        line-height: 1.8;
    }

    .refrigerator-alarm-section .alarm-second-row {
        margin-top: 45px;
        padding-top: 45px;
    }

    .refrigerator-alarm-section .alarm-display-image {
        min-height: 250px;
        padding: 20px;
    }
}

/* Small Mobile */

@media (max-width: 400px) {
    .refrigerator-alarm-section .container {
        padding: 0 15px;
    }

    .refrigerator-alarm-section .section-heading {
        font-size: 28px;
    }
}

/*====================================
TV2 Refrigerator Alarm Section End
====================================*/

/*====================================
Employee Awareness Section Start
====================================*/

.employee-awareness-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f8fbff;
}

/* Container */

.employee-awareness-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Heading */

.employee-awareness-section .employee-awareness-heading {
    max-width: 1000px;
    margin: 0 auto 45px;
    text-align: center;
}

.employee-awareness-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.employee-awareness-section .section-heading span {
    display: block;
    color: #ff3b30;
}

/* Content */

.employee-awareness-section .employee-awareness-content {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.employee-awareness-section .employee-awareness-content p {
    margin: 0 0 20px;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

.employee-awareness-section .employee-awareness-content p:last-child {
    margin-bottom: 0;
}

.employee-awareness-section .employee-awareness-content strong {
    color: #002964;
    font-weight: 600;
}

/* Image Container */

.employee-awareness-section .employee-awareness-image {
    position: relative;
    display: flex;
    min-height: 600px;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

/* Background Shape */

.employee-awareness-section .image-background {
    position: absolute;
    width: 620px;
    height: 620px;
    background: rgba(0, 41, 100, 0.05);
    border-radius: 50%;
}

/* Display Image */

.employee-awareness-section .employee-awareness-image img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 850px;
    max-height: 580px;
    object-fit: contain;
    filter: drop-shadow(
        0 25px 35px rgba(6, 46, 130, 0.12)
    );
    transition: 0.4s ease;
}

.employee-awareness-section .employee-awareness-image:hover img {
    transform: translateY(-8px);
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .employee-awareness-section {
        padding: 80px 0;
    }

    .employee-awareness-section .container {
        padding: 0 25px;
    }

    .employee-awareness-section .section-heading {
        font-size: 40px;
    }

    .employee-awareness-section .employee-awareness-image {
        min-height: 500px;
        margin-top: 50px;
    }

    .employee-awareness-section .image-background {
        width: 500px;
        height: 500px;
    }

    .employee-awareness-section .employee-awareness-image img {
        max-width: 720px;
        max-height: 480px;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .employee-awareness-section {
        padding: 60px 0;
    }

    .employee-awareness-section .container {
        padding: 0 20px;
    }

    .employee-awareness-section .employee-awareness-heading {
        margin-bottom: 35px;
    }

    .employee-awareness-section .section-heading {
        font-size: 32px;
    }

    .employee-awareness-section .employee-awareness-content {
        text-align: left;
    }

    .employee-awareness-section .employee-awareness-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .employee-awareness-section .employee-awareness-image {
        min-height: 330px;
        margin-top: 40px;
    }

    .employee-awareness-section .image-background {
        width: 300px;
        height: 300px;
    }

    .employee-awareness-section .employee-awareness-image img {
        max-height: 320px;
    }
}

/* Small Mobile */

@media (max-width: 400px) {
    .employee-awareness-section .container {
        padding: 0 15px;
    }

    .employee-awareness-section .section-heading {
        font-size: 28px;
    }

    .employee-awareness-section .employee-awareness-image {
        min-height: 280px;
    }

    .employee-awareness-section .image-background {
        width: 250px;
        height: 250px;
    }
}

/*====================================
Employee Awareness Section End
====================================*/

/*====================================
Temperature History Section Start
====================================*/

.temperature-history-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #ffffff;
}

/* Container */

.temperature-history-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Heading */

.temperature-history-section .temperature-history-heading {
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
}

.temperature-history-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.temperature-history-section .section-heading span {
    display: block;
    color: #ff3b30;
}

/* Content */

.temperature-history-section .temperature-history-content {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.temperature-history-section .temperature-history-content p {
    margin: 0 0 20px;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

.temperature-history-section .temperature-history-content p:last-child {
    margin-bottom: 0;
}

/* Image Container */

.temperature-history-section .temperature-history-image {
    position: relative;
    display: flex;
    min-height: 600px;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

/* Image Background */

.temperature-history-section .image-background {
    position: absolute;
    width: 650px;
    height: 650px;
    background: rgba(0, 41, 100, 0.05);
    border-radius: 50%;
}

/* Main Image */

.temperature-history-section .temperature-history-image img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 900px;
    max-height: 580px;
    object-fit: contain;
    filter: drop-shadow(
        0 25px 35px rgba(6, 46, 130, 0.12)
    );
    transition: 0.4s ease;
}

.temperature-history-section .temperature-history-image:hover img {
    transform: translateY(-8px);
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .temperature-history-section {
        padding: 80px 0;
    }

    .temperature-history-section .container {
        padding: 0 25px;
    }

    .temperature-history-section .section-heading {
        font-size: 40px;
    }

    .temperature-history-section .temperature-history-image {
        min-height: 500px;
        margin-top: 50px;
    }

    .temperature-history-section .image-background {
        width: 500px;
        height: 500px;
    }

    .temperature-history-section .temperature-history-image img {
        max-width: 750px;
        max-height: 480px;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .temperature-history-section {
        padding: 60px 0;
    }

    .temperature-history-section .container {
        padding: 0 20px;
    }

    .temperature-history-section .temperature-history-heading {
        margin-bottom: 30px;
    }

    .temperature-history-section .section-heading {
        font-size: 32px;
    }

    .temperature-history-section .temperature-history-content {
        text-align: left;
    }

    .temperature-history-section .temperature-history-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .temperature-history-section .temperature-history-image {
        min-height: 330px;
        margin-top: 40px;
    }

    .temperature-history-section .image-background {
        width: 300px;
        height: 300px;
    }

    .temperature-history-section .temperature-history-image img {
        max-height: 320px;
    }
}

/* Small Mobile */

@media (max-width: 400px) {
    .temperature-history-section .container {
        padding: 0 15px;
    }

    .temperature-history-section .section-heading {
        font-size: 28px;
    }

    .temperature-history-section .temperature-history-image {
        min-height: 280px;
    }

    .temperature-history-section .image-background {
        width: 250px;
        height: 250px;
    }
}

/*====================================
Temperature History Section End
====================================*/

/*====================================
Documented Proof Section Start
====================================*/

.documented-proof-section {
    padding: 90px 0;
    background: #ffffff;
}

/* Container */

.documented-proof-section .container {
    width: 100%;
    margin: 0 auto;
    
    box-sizing: border-box;
}

/* Main Heading */

.documented-proof-section .documented-proof-heading {
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
}

.documented-proof-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.documented-proof-section .section-heading span {
    display: inline;
    color: #ff3b30;
}

/* Description */

.documented-proof-section .documented-proof-content {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    display: block;
    justify-content: center;
}

.documented-proof-section .documented-proof-content p {
    margin: 0 0 20px;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

.documented-proof-section .documented-proof-content p:last-child {
    margin-bottom: 0;
}

.documented-proof-section .documented-proof-content a {
    color: #002964;
    font-weight: 600;
    text-decoration: underline;
    transition: 0.3s;
}

.documented-proof-section .documented-proof-content a:hover {
    color: #ff3b30;
}

/* Video Area Below Content */

.documented-proof-section .setup-video-area {
    max-width: 900px;
    margin: 60px auto 0;
    padding-top: 55px;
    border-top: 1px solid #dfe7f3;
    text-align: center;
}

.documented-proof-section .setup-video-area h3 {
    margin: 0 0 30px;
    color: #002964;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

/* Responsive YouTube Video */

.documented-proof-section .youtube-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #002964;
    border: 1px solid #dfe7f3;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(6, 46, 130, 0.12);
}

.documented-proof-section .youtube-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .documented-proof-section {
        padding: 80px 0;
    }

    .documented-proof-section .container {
        padding: 0 25px;
    }

    .documented-proof-section .section-heading {
        font-size: 40px;
    }

    .documented-proof-section .setup-video-area {
        margin-top: 50px;
        padding-top: 45px;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .documented-proof-section {
        padding: 60px 0;
    }

    .documented-proof-section .container {
        padding: 0 20px;
    }

    .documented-proof-section .documented-proof-heading {
        margin-bottom: 30px;
    }

    .documented-proof-section .section-heading {
        font-size: 32px;
    }

    .documented-proof-section .documented-proof-content {
        text-align: left;
    }

    .documented-proof-section .documented-proof-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .documented-proof-section .setup-video-area {
        margin-top: 40px;
        padding-top: 40px;
    }

    .documented-proof-section .setup-video-area h3 {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .documented-proof-section .youtube-video {
        border-radius: 12px;
    }
}

/*====================================
Documented Proof Section End
====================================*/
/*====================================
Documented Proof Section Start
====================================*/

.documented-proof-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(
        135deg,
        #f8fbff 0%,
        #eef5ff 100%
    );
}

/* Decorative Background Shape */

.documented-proof-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 450px;
    height: 450px;
    background: rgba(0, 41, 100, 0.05);
    border-radius: 50%;
}

/* Container */

.documented-proof-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Main Layout */

.documented-proof-section .documented-proof-wrapper {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 80px;
}

/* Left Content */

.documented-proof-section .documented-proof-content {
    width: 100%;
    max-width: 520px;
    text-align: left;
}

/* Section Tag */

.documented-proof-section
.documented-proof-content
.section-tag {
    display: block;
    margin: 0 0 15px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
}

/* Main Heading */

.documented-proof-section
.documented-proof-content
.section-heading {
    margin: 0 0 25px;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.documented-proof-section
.documented-proof-content
.section-heading span {
    display:inline;
    color: #ff3b30;
}

/* Paragraphs */

.documented-proof-section
.documented-proof-content p {
    margin: 0 0 20px;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    text-align: left;
}

.documented-proof-section
.documented-proof-content p:last-child {
    margin-bottom: 0;
}

/* Content Link */

.documented-proof-section
.documented-proof-content a {
    color: #002964;
    font-weight: 600;
    text-decoration: underline;
    transition: 0.3s ease;
}

.documented-proof-section
.documented-proof-content a:hover {
    color: #ff3b30;
}

/* Right Images Container */

.documented-proof-section .documented-proof-images {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    align-items: center;
    gap: 20px;
    padding: 35px;
    overflow: hidden;
    background: #002964;
    border-radius: 26px;
    box-shadow: 0 25px 60px rgba(0, 41, 100, 0.18);
    box-sizing: border-box;
}

/* Decorative Circle */

.documented-proof-section
.documented-proof-images::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.documented-proof-section
.documented-proof-images::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

/* Image Cards */

.documented-proof-section .proof-image-card {
    position: relative;
    z-index: 2;
    display: flex;
    height: 360px;
    padding: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    transition: 0.35s ease;
}

/* Data Image Card */

.documented-proof-section .data-image {
    height: 390px;
}

/* Card Hover */

.documented-proof-section
.proof-image-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

/* Card Images */

.documented-proof-section
.proof-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .documented-proof-section {
        padding: 80px 0;
    }

    .documented-proof-section .container {
        padding: 0 25px;
    }

    .documented-proof-section
    .documented-proof-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .documented-proof-section
    .documented-proof-content {
        max-width: 750px;
    }

    .documented-proof-section
    .documented-proof-content
    .section-heading {
        font-size: 40px;
    }

    .documented-proof-section
    .documented-proof-images {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .documented-proof-section
    .proof-image-card,
    .documented-proof-section
    .data-image {
        height: 340px;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .documented-proof-section {
        padding: 60px 0;
    }

    .documented-proof-section .container {
        padding: 0 20px;
    }

    .documented-proof-section
    .documented-proof-wrapper {
        gap: 40px;
    }

    .documented-proof-section
    .documented-proof-content
    .section-tag {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .documented-proof-section
    .documented-proof-content
    .section-heading {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .documented-proof-section
    .documented-proof-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .documented-proof-section
    .documented-proof-images {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px;
        border-radius: 20px;
    }

    .documented-proof-section
    .proof-image-card,
    .documented-proof-section
    .data-image {
        height: 280px;
    }
}

/* Small Mobile Responsive */

@media (max-width: 400px) {
    .documented-proof-section .container {
        padding: 0 15px;
    }

    .documented-proof-section
    .documented-proof-content
    .section-heading {
        font-size: 28px;
    }

    .documented-proof-section
    .documented-proof-images {
        padding: 16px;
    }

    .documented-proof-section
    .proof-image-card,
    .documented-proof-section
    .data-image {
        height: 240px;
    }
}

/*====================================
Refrigerator Monitoring Section Start
====================================*/

.refrigerator-monitoring-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f8fbff;
}

/* Container */

.refrigerator-monitoring-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Main Wrapper */

.refrigerator-monitoring-section .monitoring-wrapper {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    align-items: center;
    gap: 70px;
}

/* Heading */

.refrigerator-monitoring-section .monitoring-content {
    text-align: left;
}

.refrigerator-monitoring-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.refrigerator-monitoring-section .section-heading span {
    display: inline;
    color: #ff3b30;
}

/* Image Container */

.refrigerator-monitoring-section .monitoring-image {
    position: relative;
    display: flex;
    min-height: 570px;
    padding: 40px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* Background Shape */

.refrigerator-monitoring-section .image-background {
    position: absolute;
    inset: 20px;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 28px;
    box-shadow: 0 20px 55px rgba(6, 46, 130, 0.08);
}

/* Main Image */

.refrigerator-monitoring-section .monitoring-image img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 780px;
    max-height: 500px;
    object-fit: contain;
    transition: 0.4s ease;
}

.refrigerator-monitoring-section .monitoring-image:hover img {
    transform: scale(1.02);
}

/* Decorative Circle */

.refrigerator-monitoring-section::before {
    content: "";
    position: absolute;
    top: -160px;
    left: -160px;
    width: 400px;
    height: 400px;
    background: rgba(0, 41, 100, 0.04);
    border-radius: 50%;
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .refrigerator-monitoring-section {
        padding: 80px 0;
    }

    .refrigerator-monitoring-section .container {
        padding: 0 25px;
    }

    .refrigerator-monitoring-section .monitoring-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .refrigerator-monitoring-section .monitoring-content {
        max-width: 750px;
    }

    .refrigerator-monitoring-section .section-heading {
        font-size: 40px;
    }

    .refrigerator-monitoring-section .monitoring-image {
        min-height: 500px;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .refrigerator-monitoring-section {
        padding: 60px 0;
    }

    .refrigerator-monitoring-section .container {
        padding: 0 20px;
    }

    .refrigerator-monitoring-section .monitoring-wrapper {
        gap: 35px;
    }

    .refrigerator-monitoring-section .section-heading {
        font-size: 32px;
    }

    .refrigerator-monitoring-section .section-heading span {
        display: inline;
    }

    .refrigerator-monitoring-section .monitoring-image {
        min-height: 360px;
        padding: 25px;
    }

    .refrigerator-monitoring-section .image-background {
        inset: 10px;
        border-radius: 20px;
    }

    .refrigerator-monitoring-section .monitoring-image img {
        max-height: 320px;
    }
}

/* Small Mobile */

@media (max-width: 400px) {
    .refrigerator-monitoring-section .container {
        padding: 0 15px;
    }

    .refrigerator-monitoring-section .section-heading {
        font-size: 28px;
    }

    .refrigerator-monitoring-section .monitoring-image {
        min-height: 300px;
    }
}

/*====================================
Refrigerator Monitoring Section End
====================================*/

/*====================================
Documented Proof Section End
====================================*/
/*====================================
CFR Compliance Section Start
====================================*/

.cfr-compliance-section {
    padding: 90px 0;
    background: #f8fbff;
}

/* Container */

.cfr-compliance-section .container {
    width: 100%;
    
    margin: 0 auto;
    
    box-sizing: border-box;
}

/* Main Wrapper */

.cfr-compliance-section .cfr-compliance-wrapper {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    align-items: center;
    gap: 70px;
    padding: 55px;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-left: 5px solid #ff3b30;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(6, 46, 130, 0.07);
    box-sizing: border-box;
}

/* Heading */

.cfr-compliance-section .cfr-heading {
    text-align: left;
}

.cfr-compliance-section .section-tag {
    display: block;
    margin: 0 0 15px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.cfr-compliance-section .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.cfr-compliance-section .section-heading span {
    display: block;
    color: #ff3b30;
}

/* Content */

.cfr-compliance-section .cfr-content {
    padding-left: 55px;
    border-left: 1px solid #dfe7f3;
}

.cfr-compliance-section .cfr-content p {
    margin: 0 0 22px;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    text-align: left;
}

.cfr-compliance-section .cfr-content p:last-child {
    margin-bottom: 0;
}

/* Tablet Responsive */

@media (max-width: 991px) {
    .cfr-compliance-section {
        padding: 80px 0;
    }

    .cfr-compliance-section .container {
        padding: 0 25px;
    }

    .cfr-compliance-section .cfr-compliance-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px 35px;
    }

    .cfr-compliance-section .section-heading {
        font-size: 40px;
    }

    .cfr-compliance-section .section-heading span {
        display: inline;
    }

    .cfr-compliance-section .cfr-content {
        padding-top: 35px;
        padding-left: 0;
        border-top: 1px solid #dfe7f3;
        border-left: none;
    }
}

/* Mobile Responsive */

@media (max-width: 600px) {
    .cfr-compliance-section {
        padding: 60px 0;
    }

    .cfr-compliance-section .container {
        padding: 0 20px;
    }

    .cfr-compliance-section .cfr-compliance-wrapper {
        gap: 30px;
        padding: 35px 22px;
        border-left-width: 4px;
        border-radius: 14px;
    }

    .cfr-compliance-section .section-tag {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .cfr-compliance-section .section-heading {
        font-size: 32px;
    }

    .cfr-compliance-section .cfr-content {
        padding-top: 30px;
    }

    .cfr-compliance-section .cfr-content p {
        font-size: 15px;
        line-height: 1.8;
    }
}

/* Small Mobile */

@media (max-width: 400px) {
    .cfr-compliance-section .container {
        padding: 0 15px;
    }

    .cfr-compliance-section .section-heading {
        font-size: 28px;
    }

    .cfr-compliance-section .cfr-compliance-wrapper {
        padding: 30px 18px;
    }
}

/*====================================
CFR Compliance Section End
====================================*/
