

/* 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/Appnotes/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;

}

} 

/*====================================
Monitoring Resources Section Start
====================================*/

.monitoring-resources-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f8fbff;
}

.monitoring-resources-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Main Wrapper */

.monitoring-resources-wrapper {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(0, 41, 100, 0.1);
}

/* Heading */

.monitoring-resources-heading {
    position: relative;
    display: flex;
    min-height: 430px;
    padding: 50px 42px;
    align-items: center;
    overflow: hidden;
    background: #002964;
    box-sizing: border-box;
}

.monitoring-resources-heading::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -110px;
    width: 290px;
    height: 290px;
    border: 44px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.monitoring-resources-heading::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 260px;
    height: 260px;
    background: rgba(255, 59, 48, 0.13);
    border-radius: 50%;
}

.monitoring-resources-heading h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.monitoring-resources-heading h2 span {
    display: block;
    color: #ff3b30;
}

/* Resource Links */

.monitoring-resources-links {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    padding: 24px;
    gap: 14px;
}

.monitoring-resources-links a {
    position: relative;
    display: grid;
    grid-template-columns: 45px 1fr 42px;
    padding: 20px 22px;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    color: #002964;
    background: #f8fbff;
    border: 1px solid #e1e9f5;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.35s ease;
}

.monitoring-resources-links a::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -60px;
    width: 125px;
    height: 125px;
    background: rgba(0, 41, 100, 0.035);
    border-radius: 50%;
    transition: 0.35s ease;
}

.monitoring-resources-links a:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateX(7px);
}

.monitoring-resources-links a:hover::after {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(1.3);
}

/* Number */

.resource-number {
    position: relative;
    z-index: 2;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff3b30;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
}

.monitoring-resources-links strong {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

/* Arrow */

.resource-arrow {
    position: relative;
    z-index: 2;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 19px;
    transition: 0.3s ease;
}

.monitoring-resources-links a:hover .resource-arrow {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(4px);
}

/* Tablet */

@media (max-width: 991px) {
    .monitoring-resources-section {
        padding: 80px 0;
    }

    .monitoring-resources-section .container {
        padding: 0 25px;
    }

    .monitoring-resources-wrapper {
        grid-template-columns: 1fr;
    }

    .monitoring-resources-heading {
        min-height: auto;
        padding: 45px 40px;
    }

    .monitoring-resources-heading h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .monitoring-resources-section {
        padding: 60px 0;
    }

    .monitoring-resources-section .container {
        padding: 0 20px;
    }

    .monitoring-resources-wrapper {
        border-radius: 15px;
    }

    .monitoring-resources-heading {
        padding: 35px 24px;
    }

    .monitoring-resources-heading h2 {
        font-size: 32px;
    }

    .monitoring-resources-links {
        padding: 15px;
        gap: 11px;
    }

    .monitoring-resources-links a {
        grid-template-columns: 38px 1fr;
        padding: 17px 15px;
        gap: 13px;
    }

    .resource-number {
        width: 38px;
        height: 38px;
    }

    .monitoring-resources-links strong {
        font-size: 13px;
    }

    .resource-arrow {
        display: none;
    }
}

/*====================================
Monitoring Resources Section End
====================================*/
/*====================================
Temperature Humidity Resources Start
====================================*/

.temperature-resources-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #ffffff;
}

.temperature-resources-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: #f3f7ff;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

.temperature-resources-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.temperature-resources-wrapper {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    align-items: center;
    gap: 80px;
}

/* Heading */

.temperature-resources-heading {
    position: relative;
    padding-left: 28px;
}

.heading-line {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 5px;
    background: linear-gradient(
        to bottom,
        #002964 0%,
        #002964 50%,
        #ff3b30 50%,
        #ff3b30 100%
    );
    border-radius: 10px;
}

.temperature-resources-heading h2 {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.temperature-resources-heading h2 span {
    display: block;
    color: #ff3b30;
}

/* Resource Links */

.temperature-resources-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.temperature-resource-card {
    position: relative;
    display: flex;
    min-height: 230px;
    padding: 28px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #002964;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(0, 41, 100, 0.07);
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.35s ease;
}

.temperature-resource-card::before {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 155px;
    height: 155px;
    background: rgba(0, 41, 100, 0.04);
    border-radius: 50%;
    transition: 0.35s ease;
}

.temperature-resource-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ff3b30;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.35s ease;
}

.temperature-resource-card:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(0, 41, 100, 0.14);
}

.temperature-resource-card:hover::before {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(1.25);
}

.temperature-resource-card:hover::after {
    transform: scaleX(1);
}

/* Card Content */

.resource-index {
    position: relative;
    z-index: 2;
    color: #ff3b30;
    font-size: 13px;
    font-weight: 700;
}

.temperature-resource-card strong {
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.resource-link-arrow {
    position: relative;
    z-index: 2;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 19px;
    transition: 0.3s ease;
}

.temperature-resource-card:hover .resource-link-arrow {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(5px);
}

/* Tablet */

@media (max-width: 991px) {
    .temperature-resources-section {
        padding: 80px 0;
    }

    .temperature-resources-section .container {
        padding: 0 25px;
    }

    .temperature-resources-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .temperature-resources-heading h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .temperature-resources-section {
        padding: 60px 0;
    }

    .temperature-resources-section::before {
        display: none;
    }

    .temperature-resources-section .container {
        padding: 0 20px;
    }

    .temperature-resources-wrapper {
        gap: 35px;
    }

    .temperature-resources-heading {
        padding-left: 20px;
    }

    .temperature-resources-heading h2 {
        font-size: 32px;
    }

    .temperature-resources-links {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .temperature-resource-card {
        min-height: 190px;
        padding: 23px 20px;
        border-radius: 13px;
    }

    .temperature-resource-card strong {
        font-size: 15px;
    }
}

/*====================================
Temperature Humidity Resources End
====================================*/
/*====================================
HACCP Resources Section Start
====================================*/

.haccp-resources-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f8fbff;
}

.haccp-resources-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Main Panel */

.haccp-resources-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #002964 0%, #073f89 100%);
    border-radius: 22px;
    box-shadow: 0 25px 65px rgba(0, 41, 100, 0.2);
}

.haccp-resources-panel::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -120px;
    width: 340px;
    height: 340px;
    border: 50px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.haccp-resources-panel::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 310px;
    height: 310px;
    background: rgba(255, 59, 48, 0.1);
    border-radius: 50%;
}

/* Heading */

.haccp-heading {
    position: relative;
    z-index: 2;
    padding: 55px 55px 45px;
}

.haccp-label {
    display: inline-flex;
    margin-bottom: 17px;
    padding: 8px 13px;
    color: #ffffff;
    background: #ff3b30;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.haccp-heading h2 {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.haccp-heading h2 span {
    color: #ff827a;
}

/* Links */

.haccp-links {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.haccp-links a {
    position: relative;
    display: grid;
    grid-template-columns: 45px 1fr 42px;
    min-height: 140px;
    padding: 27px 30px;
    align-items: center;
    gap: 17px;
    overflow: hidden;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.35s ease;
}

.haccp-links a:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.haccp-links a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ff3b30;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.35s ease;
}

.haccp-links a:hover {
    background: rgba(255, 255, 255, 0.12);
}

.haccp-links a:hover::before {
    transform: scaleX(1);
}

/* Link Content */

.haccp-link-number {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #002964;
    background: #ffffff;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
}

.haccp-links strong {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.haccp-arrow {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff3b30;
    border-radius: 50%;
    font-size: 19px;
    transition: 0.3s ease;
}

.haccp-links a:hover .haccp-arrow {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(5px);
}

/* Tablet */

@media (max-width: 991px) {
    .haccp-resources-section {
        padding: 80px 0;
    }

    .haccp-resources-section .container {
        padding: 0 25px;
    }

    .haccp-heading {
        padding: 45px 40px 38px;
    }

    .haccp-heading h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .haccp-resources-section {
        padding: 60px 0;
    }

    .haccp-resources-section .container {
        padding: 0 20px;
    }

    .haccp-resources-panel {
        border-radius: 15px;
    }

    .haccp-heading {
        padding: 35px 23px 30px;
    }

    .haccp-heading h2 {
        font-size: 32px;
    }

    .haccp-heading h2 span {
        display: block;
    }

    .haccp-links {
        grid-template-columns: 1fr;
    }

    .haccp-links a {
        grid-template-columns: 38px 1fr;
        min-height: 110px;
        padding: 20px;
        gap: 13px;
    }

    .haccp-links a:first-child {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .haccp-link-number {
        width: 38px;
        height: 38px;
    }

    .haccp-links strong {
        font-size: 14px;
    }

    .haccp-arrow {
        display: none;
    }
}

/*====================================
HACCP Resources Section End
====================================*/
/*====================================
Hospitals Laboratories Resources Start
====================================*/

.medical-resources-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}

.medical-resources-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
    background: #f3f7ff;
}

.medical-resources-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.medical-resources-wrapper {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    align-items: start;
    gap: 75px;
}

/* Heading */

.medical-resources-heading {
    position: sticky;
    top: 30px;
    padding: 35px 0 35px 30px;
}

.heading-accent {
    position: absolute;
    top: 37px;
    bottom: 37px;
    left: 0;
    width: 5px;
    background: linear-gradient(
        to bottom,
        #002964 0%,
        #002964 50%,
        #ff3b30 50%,
        #ff3b30 100%
    );
    border-radius: 10px;
}

.medical-resources-heading h2 {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.medical-resources-heading h2 span {
    display: block;
    color: #ff3b30;
}

/* Resource Grid */

.medical-resources-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.medical-resource-card {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr 38px;
    min-height: 125px;
    padding: 21px;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    color: #002964;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 41, 100, 0.05);
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.35s ease;
}

.medical-resource-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    background: rgba(0, 41, 100, 0.035);
    border-radius: 50%;
    transition: 0.35s ease;
}

.medical-resource-card:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 41, 100, 0.13);
}

.medical-resource-card:hover::after {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(1.3);
}

/* Featured Resource */

.medical-resource-card--featured {
    grid-column: 1 / -1;
    min-height: 155px;
    padding: 28px;
    background: #002964;
    border-color: #002964;
    color: #ffffff;
}

.medical-resource-card--featured::after {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.05);
}

.medical-resource-card--featured:hover {
    background: #073f89;
}

/* Numbers */

.medical-resource-number {
    position: relative;
    z-index: 2;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff3b30;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
}

.medical-resource-card strong {
    position: relative;
    z-index: 2;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.medical-resource-card--featured strong {
    font-size: 20px;
}

/* Arrow */

.medical-resource-arrow {
    position: relative;
    z-index: 2;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s ease;
}

.medical-resource-card--featured .medical-resource-arrow,
.medical-resource-card:hover .medical-resource-arrow {
    color: #ff3b30;
    background: #ffffff;
}

.medical-resource-card:hover .medical-resource-arrow {
    transform: translateX(4px);
}

/* Tablet */

@media (max-width: 991px) {
    .medical-resources-section {
        padding: 80px 0;
    }

    .medical-resources-section::before {
        width: 100%;
        height: 280px;
    }

    .medical-resources-section .container {
        padding: 0 25px;
    }

    .medical-resources-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .medical-resources-heading {
        position: relative;
        top: auto;
    }

    .medical-resources-heading h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .medical-resources-section {
        padding: 60px 0;
    }

    .medical-resources-section::before {
        height: 220px;
    }

    .medical-resources-section .container {
        padding: 0 20px;
    }

    .medical-resources-heading {
        padding: 25px 0 25px 20px;
    }

    .heading-accent {
        top: 25px;
        bottom: 25px;
    }

    .medical-resources-heading h2 {
        font-size: 32px;
    }

    .medical-resources-grid {
        grid-template-columns: 1fr;
    }

    .medical-resource-card,
    .medical-resource-card--featured {
        grid-column: auto;
        grid-template-columns: 38px 1fr;
        min-height: 105px;
        padding: 18px 16px;
        gap: 13px;
    }

    .medical-resource-number {
        width: 38px;
        height: 38px;
    }

    .medical-resource-card strong,
    .medical-resource-card--featured strong {
        font-size: 14px;
    }

    .medical-resource-arrow {
        display: none;
    }
}

/*====================================
Hospitals Laboratories Resources End
====================================*/

/*====================================
Manufacturing Folder Section Start
====================================*/

.manufacturing-folder-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f8fbff;
}

.manufacturing-folder-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Folder */

.manufacturing-folder {
    position: relative;
    padding-top: 78px;
}

/* Folder Tab */

.manufacturing-folder-tab {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    min-width: 390px;
    height: 80px;
    padding: 0 38px;
    align-items: center;
    background: #002964;
    border-radius: 18px 60px 0 0;
    box-sizing: border-box;
}

.manufacturing-folder-tab::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 0;
    width: 70px;
    height: 35px;
    background: #002964;
    transform: skewX(40deg);
    transform-origin: bottom;
}

.manufacturing-folder-tab h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
}

/* Folder Body */

.manufacturing-folder-body {
    position: relative;
    padding: 55px;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-top: 5px solid #002964;
    border-radius: 0 20px 20px 20px;
    box-shadow: 0 24px 60px rgba(0, 41, 100, 0.1);
}

/* Resource Link */

.folder-resource-link {
    position: relative;
    display: grid;
    grid-template-columns: 18px 1fr auto;
    min-height: 105px;
    padding: 25px 28px;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    color: #002964;
    background: #f8fbff;
    border: 1px dashed #b9c9df;
    border-radius: 12px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.35s ease;
}

.folder-resource-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #ff3b30;
}

.folder-resource-link:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    border-style: solid;
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 41, 100, 0.15);
}

.folder-link-mark {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    background: #ff3b30;
    border-radius: 3px;
    transform: rotate(45deg);
}

.folder-resource-link strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

/* Action */

.folder-link-action {
    display: inline-flex;
    min-height: 43px;
    padding: 10px 17px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s ease;
}

.folder-resource-link:hover .folder-link-action {
    color: #ff3b30;
    background: #ffffff;
}

/* Decorative Detail */

.manufacturing-folder-body::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 18px;
    width: 90px;
    height: 4px;
    background: repeating-linear-gradient(
        to right,
        #d5e0ee 0,
        #d5e0ee 8px,
        transparent 8px,
        transparent 14px
    );
}

/* Tablet */

@media (max-width: 991px) {
    .manufacturing-folder-section {
        padding: 80px 0;
    }

    .manufacturing-folder-section .container {
        padding: 0 25px;
    }

    .manufacturing-folder-body {
        padding: 45px 38px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .manufacturing-folder-section {
        padding: 60px 0;
    }

    .manufacturing-folder-section .container {
        padding: 0 20px;
    }

    .manufacturing-folder {
        padding-top: 65px;
    }

    .manufacturing-folder-tab {
        min-width: 245px;
        height: 67px;
        padding: 0 25px;
        border-radius: 14px 45px 0 0;
    }

    .manufacturing-folder-tab h2 {
        font-size: 28px;
    }

    .manufacturing-folder-body {
        padding: 30px 18px;
        border-radius: 0 14px 14px 14px;
    }

    .folder-resource-link {
        grid-template-columns: 15px 1fr;
        min-height: 120px;
        padding: 22px 18px;
        gap: 14px;
    }

    .folder-resource-link strong {
        font-size: 14px;
    }

    .folder-link-action {
        grid-column: 1 / -1;
        width: 100%;
        box-sizing: border-box;
    }
}

/*====================================
Manufacturing Folder Section End
====================================*/
/*====================================
Alarm Alert Resources Start
====================================*/

.alarm-alert-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #ffffff;
}

.alarm-alert-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Main Card */

.alarm-alert-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 330px;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    border: 1px solid #dfe7f3;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(0, 41, 100, 0.09);
}

/* Signal Visual */

.alarm-signal-visual {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 330px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #002964;
}

.alarm-signal-visual::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -90px;
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.signal-ring,
.signal-center {
    position: absolute;
    border-radius: 50%;
}

.signal-ring {
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.signal-ring-one {
    width: 85px;
    height: 85px;
}

.signal-ring-two {
    width: 145px;
    height: 145px;
}

.signal-ring-three {
    width: 210px;
    height: 210px;
}

.signal-center {
    width: 34px;
    height: 34px;
    background: #ff3b30;
    box-shadow:
        0 0 0 11px rgba(255, 59, 48, 0.15),
        0 0 35px rgba(255, 59, 48, 0.55);
    animation: alertPulse 1.8s ease-in-out infinite;
}

@keyframes alertPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

/* Content */

.alarm-alert-content {
    padding: 55px 60px;
    box-sizing: border-box;
}

.alarm-alert-content h2 {
    margin: 0 0 35px;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.alarm-alert-content h2 span {
    color: #ff3b30;
}

/* Resource Link */

.alarm-alert-content a {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 670px;
    min-height: 85px;
    padding: 18px 20px 18px 27px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    overflow: hidden;
    color: #002964;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 11px;
    box-shadow: 0 10pxpx 30px rgba(0, 41, 100, 0.06);
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.35s ease;
}

.alarm-alert-content a::before {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 0;
    width: 4px;
    background: #ff3b30;
    border-radius: 0 5px 5px 0;
}

.alarm-alert-content a strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.alarm-alert-content a > span {
    display: flex;
    min-width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s ease;
}

.alarm-alert-content a:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateX(8px);
}

.alarm-alert-content a:hover > span {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(5px);
}

/* Tablet */

@media (max-width: 991px) {
    .alarm-alert-section {
        padding: 80px 0;
    }

    .alarm-alert-section .container {
        padding: 0 25px;
    }

    .alarm-alert-card {
        grid-template-columns: 240px 1fr;
    }

    .alarm-alert-content {
        padding: 45px 40px;
    }

    .alarm-alert-content h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .alarm-alert-section {
        padding: 60px 0;
    }

    .alarm-alert-section .container {
        padding: 0 20px;
    }

    .alarm-alert-card {
        grid-template-columns: 1fr;
        border-radius: 15px;
    }

    .alarm-signal-visual {
        min-height: 220px;
    }

    .signal-ring-one {
        width: 65px;
        height: 65px;
    }

    .signal-ring-two {
        width: 115px;
        height: 115px;
    }

    .signal-ring-three {
        width: 170px;
        height: 170px;
    }

    .alarm-alert-content {
        padding: 35px 22px;
    }

    .alarm-alert-content h2 {
        margin-bottom: 27px;
        font-size: 32px;
    }

    .alarm-alert-content h2 span {
        display: block;
    }

    .alarm-alert-content a {
        min-height: 78px;
        padding: 16px 15px 16px 22px;
    }

    .alarm-alert-content a strong {
        font-size: 14px;
    }

    .alarm-alert-content a > span {
        min-width: 39px;
        height: 39px;
    }
}

/*====================================
Alarm Alert Resources End
====================================*/

/*====================================
Hygrometer Resources Section Start
====================================*/

.hygrometer-resources-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}

.hygrometer-resources-section::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -170px;
    width: 430px;
    height: 430px;
    background: rgba(0, 41, 100, 0.04);
    border-radius: 50%;
}

.hygrometer-resources-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.hygrometer-resources-wrapper {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    align-items: center;
    gap: 85px;
}

/* Heading */

.hygrometer-heading {
    position: relative;
    padding: 35px 35px 35px 45px;
}

.hygrometer-heading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 2px;
    background: #d8e3f2;
}

.heading-dot {
    position: absolute;
    top: 50%;
    left: 9px;
    width: 16px;
    height: 16px;
    background: #ff3b30;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow:
        0 0 0 1px #ff3b30,
        0 0 0 8px rgba(255, 59, 48, 0.09);
    transform: translateY(-50%);
}

.hygrometer-heading h2 {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.hygrometer-heading h2 span {
    display: block;
    color: #ff3b30;
}

/* Resource Stack */

.hygrometer-resource-stack {
    position: relative;
    display: grid;
    gap: 14px;
}

.hygrometer-resource-stack::before {
    content: "";
    position: absolute;
    top: 25px;
    right: -18px;
    bottom: -18px;
    left: 25px;
    z-index: -1;
    background: #eef5ff;
    border-radius: 16px;
}

.hygrometer-resource-link {
    position: relative;
    display: grid;
    grid-template-columns: 6px 1fr 44px;
    min-height: 100px;
    padding: 20px 22px;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    color: #002964;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 41, 100, 0.055);
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.35s ease;
}

.hygrometer-resource-link:nth-child(2) {
    margin-right: 25px;
    margin-left: 25px;
}

.hygrometer-resource-link:nth-child(3) {
    margin-right: 50px;
    margin-left: 50px;
}

.hygrometer-resource-link:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateX(-7px);
    box-shadow: 0 17px 40px rgba(0, 41, 100, 0.14);
}

/* Accent Line */

.resource-line {
    display: block;
    width: 5px;
    height: 50px;
    background: #ff3b30;
    border-radius: 10px;
}

.hygrometer-resource-link strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

/* Arrow */

.resource-action {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 10px;
    font-size: 19px;
    transition: 0.3s ease;
}

.hygrometer-resource-link:hover .resource-action {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(4px);
}

/* Tablet */

@media (max-width: 991px) {
    .hygrometer-resources-section {
        padding: 80px 0;
    }

    .hygrometer-resources-section .container {
        padding: 0 25px;
    }

    .hygrometer-resources-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hygrometer-heading h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .hygrometer-resources-section {
        padding: 60px 0;
    }

    .hygrometer-resources-section .container {
        padding: 0 20px;
    }

    .hygrometer-heading {
        padding: 25px 20px 25px 35px;
    }

    .hygrometer-heading::before {
        left: 10px;
    }

    .heading-dot {
        left: 3px;
    }

    .hygrometer-heading h2 {
        font-size: 32px;
    }

    .hygrometer-resource-stack::before {
        display: none;
    }

    .hygrometer-resource-link,
    .hygrometer-resource-link:nth-child(2),
    .hygrometer-resource-link:nth-child(3) {
        grid-template-columns: 5px 1fr;
        min-height: 90px;
        margin: 0;
        padding: 18px 16px;
        gap: 14px;
    }

    .hygrometer-resource-link strong {
        font-size: 13px;
    }

    .resource-line {
        height: 42px;
    }

    .resource-action {
        display: none;
    }
}

/*====================================
Hygrometer Resources Section End
====================================*/
/*====================================
Video Library Section Start
====================================*/

.video-library-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #f8fbff;
}

.video-library-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Heading */

.video-library-heading {
    display: flex;
    margin-bottom: 42px;
    align-items: center;
    gap: 22px;
}

.video-library-heading h2 {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.video-heading-line {
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(
        to right,
        #ff3b30 0%,
        #ff3b30 55%,
        #d5e0ef 55%,
        #d5e0ef 100%
    );
    border-radius: 10px;
}

/* Video Grid */

.video-library-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Video Card */

.video-library-card {
    position: relative;
    display: flex;
    min-height: 280px;
    padding: 25px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #002964;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 17px;
    box-shadow: 0 13px 38px rgba(0, 41, 100, 0.07);
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.35s ease;
}

.video-library-card::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -75px;
    width: 165px;
    height: 165px;
    background: rgba(0, 41, 100, 0.04);
    border-radius: 50%;
    transition: 0.35s ease;
}

.video-library-card:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateY(-8px);
    box-shadow: 0 23px 50px rgba(0, 41, 100, 0.15);
}

.video-library-card:hover::after {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(1.3);
}

/* Play Area */

.video-play-area {
    position: relative;
    display: flex;
    height: 125px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(145deg, #eef5ff 0%, #f8fbff 100%);
    border-radius: 12px;
    transition: 0.35s ease;
}

.video-library-card:hover .video-play-area {
    background: rgba(255, 255, 255, 0.1);
}

.video-play-button {
    position: relative;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    background: #ff3b30;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 59, 48, 0.1);
    transition: 0.3s ease;
}

.video-play-button::before {
    content: "";
    margin-left: 4px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #ffffff;
}

.video-library-card:hover .video-play-button {
    background: #ffffff;
    transform: scale(1.08);
}

.video-library-card:hover .video-play-button::before {
    border-left-color: #ff3b30;
}

/* Number */

.video-card-number {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #002964;
    font-size: 11px;
    font-weight: 700;
}

.video-library-card:hover .video-card-number {
    color: #ffffff;
}

/* Card Title */

.video-library-card > strong {
    position: relative;
    z-index: 2;
    max-width: 270px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

/* Arrow */

.video-card-arrow {
    position: relative;
    z-index: 2;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s ease;
}

.video-library-card:hover .video-card-arrow {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(5px);
}

/* Tablet */

@media (max-width: 991px) {
    .video-library-section {
        padding: 80px 0;
    }

    .video-library-section .container {
        padding: 0 25px;
    }

    .video-library-heading h2 {
        font-size: 40px;
    }

    .video-library-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-library-card:last-child {
        grid-column: 1 / -1;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .video-library-section {
        padding: 60px 0;
    }

    .video-library-section .container {
        padding: 0 20px;
    }

    .video-library-heading {
        margin-bottom: 32px;
    }

    .video-library-heading h2 {
        font-size: 32px;
    }

    .video-heading-line {
        width: 60px;
    }

    .video-library-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .video-library-card,
    .video-library-card:last-child {
        grid-column: auto;
        min-height: 250px;
        padding: 20px;
        border-radius: 14px;
    }

    .video-library-card > strong {
        font-size: 15px;
    }
}

/*====================================
Video Library Section End
====================================*/
/*====================================
Selected Articles Section Start
====================================*/

.selected-articles-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f8fbff;
}

.selected-articles-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.selected-articles-wrapper {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    align-items: start;
    gap: 60px;
}

/* Heading */

.selected-articles-heading {
    position: relative;
    min-height: 390px;
    padding: 45px 35px;
    overflow: hidden;
    background: #002964;
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(0, 41, 100, 0.18);
    box-sizing: border-box;
}

.selected-articles-heading::before {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -105px;
    width: 250px;
    height: 250px;
    background: rgba(255, 59, 48, 0.13);
    border-radius: 50%;
}

.articles-count {
    position: relative;
    z-index: 2;
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
    color: #002964;
    background: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}

.selected-articles-heading h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.selected-articles-heading h2 span {
    display: block;
    color: #ff3b30;
}

/* Articles Grid */

.selected-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* Article Link */

.article-link {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr 34px;
    min-height: 82px;
    padding: 16px 17px;
    align-items: center;
    gap: 13px;
    overflow: hidden;
    color: #002964;
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 41, 100, 0.04);
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s ease;
}

.article-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ff3b30;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s ease;
}

.article-link:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 41, 100, 0.12);
}

.article-link:hover::after {
    transform: scaleX(1);
}

/* Article Number */

.article-link > span {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #ff3b30;
    background: rgba(255, 59, 48, 0.09);
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
}

.article-link:hover > span {
    color: #ffffff;
    background: #ff3b30;
}

.article-link strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

/* Arrow */

.article-link i {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 15px;
    font-style: normal;
    transition: 0.3s ease;
}

.article-link:hover i {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(3px);
}

/* Tablet */

@media (max-width: 991px) {
    .selected-articles-section {
        padding: 80px 0;
    }

    .selected-articles-section .container {
        padding: 0 25px;
    }

    .selected-articles-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .selected-articles-heading {
        min-height: auto;
        padding: 40px;
    }

    .articles-count {
        margin-bottom: 30px;
    }

    .selected-articles-heading h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .selected-articles-section {
        padding: 60px 0;
    }

    .selected-articles-section .container {
        padding: 0 20px;
    }

    .selected-articles-heading {
        padding: 32px 24px;
        border-radius: 15px;
    }

    .articles-count {
        width: 42px;
        height: 42px;
        margin-bottom: 24px;
    }

    .selected-articles-heading h2 {
        font-size: 32px;
    }

    .selected-articles-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .article-link {
        min-height: 76px;
        grid-template-columns: 34px 1fr;
        padding: 15px;
    }

    .article-link i {
        display: none;
    }
}

/*====================================
Selected Articles Section End
====================================*/

/*====================================
Documentation Section Start
====================================*/

.documentation-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #ffffff;
}

.documentation-section::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -180px;
    width: 470px;
    height: 470px;
    background: rgba(0, 41, 100, 0.04);
    border-radius: 50%;
}

.documentation-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Heading */

.documentation-heading {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    gap: 22px;
}

.documentation-heading h2 {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.documentation-heading > span {
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(
        to right,
        #ff3b30 0%,
        #ff3b30 55%,
        #d6e1ef 55%,
        #d6e1ef 100%
    );
    border-radius: 10px;
}

/* Documentation Grid */

.documentation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Document Card */

.document-card {
    position: relative;
    display: flex;
    min-height: 210px;
    padding: 28px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #002964;
    background: #f8fbff;
    border: 1px solid #dfe7f3;
    border-radius: 5px 24px 5px 5px;
    box-shadow: 0 12px 35px rgba(0, 41, 100, 0.06);
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.35s ease;
}

.document-card::before {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 28px;
    left: 25px;
    height: 1px;
    background: #dce5f1;
}

.document-card:hover {
    color: #ffffff;
    background: #002964;
    border-color: #002964;
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(0, 41, 100, 0.14);
}

.document-card:hover::before {
    background: rgba(255, 255, 255, 0.15);
}

/* Folded Corner */

.document-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #dfe9f6;
}

.document-corner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 48px solid #ffffff;
    border-left: 48px solid transparent;
}

.document-card:hover .document-corner {
    background: #ff3b30;
}

.document-card:hover .document-corner::before {
    border-top-color: #f8fbff;
}

/* Document Content */

.document-code {
    position: relative;
    z-index: 2;
    color: #ff3b30;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.document-card strong {
    position: relative;
    z-index: 2;
    max-width: 280px;
    margin: 35px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.document-arrow {
    position: relative;
    z-index: 2;
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 17px;
    transition: 0.3s ease;
}

.document-card:hover .document-arrow {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(5px);
}

/* Last Card */

.document-card:last-child {
    grid-column: 2 / 3;
}

/* Tablet */

@media (max-width: 991px) {
    .documentation-section {
        padding: 80px 0;
    }

    .documentation-section .container {
        padding: 0 25px;
    }

    .documentation-heading h2 {
        font-size: 40px;
    }

    .documentation-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .document-card:last-child {
        grid-column: 1 / -1;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .documentation-section {
        padding: 60px 0;
    }

    .documentation-section .container {
        padding: 0 20px;
    }

    .documentation-heading {
        margin-bottom: 35px;
    }

    .documentation-heading h2 {
        font-size: 32px;
    }

    .documentation-heading > span {
        width: 55px;
    }

    .documentation-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .document-card,
    .document-card:last-child {
        grid-column: auto;
        min-height: 180px;
        padding: 23px 20px;
    }

    .document-card strong {
        margin: 28px 0;
        font-size: 15px;
    }
}

/*====================================
Documentation Section End
====================================*/

/*====================================
Technical Resources Section Start
====================================*/

.technical-resources-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f8fbff;
}

.technical-resources-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Console */

.technical-console {
    position: relative;
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    overflow: hidden;
    background: #002964;
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(0, 41, 100, 0.22);
}

.technical-console::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
    background-size: 35px 35px;
    pointer-events: none;
}

/* Heading */

.technical-heading {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 600px;
    padding: 50px 42px;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    box-sizing: border-box;
}

.technical-heading-mark {
    display: block;
    width: 60px;
    height: 5px;
    margin-bottom: 25px;
    background: #ff3b30;
    border-radius: 10px;
}

.technical-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.technical-heading h2::after {
    content: "_";
    color: #ff3b30;
    animation: technicalBlink 1s steps(1) infinite;
}

@keyframes technicalBlink {
    50% {
        opacity: 0;
    }
}

/* Links Container */

.technical-links {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    padding: 34px;
}

.technical-links::before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 61px;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
}

/* Technical Link */

.technical-links a {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr 38px;
    min-height: 66px;
    padding: 11px 15px;
    align-items: center;
    gap: 17px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s ease;
}

.technical-links a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #002964;
    transform: translateX(7px);
}

/* Node */

.technical-node {
    position: relative;
    z-index: 2;
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #073f89;
    border: 4px solid #164b8e;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 700;
    transition: 0.3s ease;
}

.technical-links a:hover .technical-node {
    background: #ff3b30;
    border-color: rgba(255, 59, 48, 0.18);
}

.technical-links strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* Arrow */

.technical-arrow {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #002964;
    background: #ffffff;
    border-radius: 8px;
    font-size: 17px;
    transition: 0.3s ease;
}

.technical-links a:hover .technical-arrow {
    color: #ffffff;
    background: #002964;
    transform: translateX(3px);
}

/* Tablet */

@media (max-width: 991px) {
    .technical-resources-section {
        padding: 80px 0;
    }

    .technical-resources-section .container {
        padding: 0 25px;
    }

    .technical-console {
        grid-template-columns: 1fr;
    }

    .technical-heading {
        min-height: auto;
        padding: 45px 40px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .technical-heading h2 {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .technical-resources-section {
        padding: 60px 0;
    }

    .technical-resources-section .container {
        padding: 0 20px;
    }

    .technical-console {
        border-radius: 15px;
    }

    .technical-heading {
        padding: 35px 23px;
    }

    .technical-heading h2 {
        font-size: 32px;
    }

    .technical-links {
        padding: 20px 15px;
        gap: 9px;
    }

    .technical-links::before {
        display: none;
    }

    .technical-links a {
        grid-template-columns: 38px 1fr;
        min-height: 70px;
        padding: 10px 12px;
        gap: 12px;
    }

    .technical-node {
        width: 38px;
        height: 38px;
        border-width: 3px;
    }

    .technical-links strong {
        font-size: 12px;
    }

    .technical-arrow {
        display: none;
    }
}

/*====================================
Technical Resources Section End
====================================*/
/*====================================
Help Navigation Start
====================================*/

.help-navigation-section {
    padding: 70px 0;
    background: #ffffff;
}

.help-navigation-section .container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Navigation */

.help-navigation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    background: #f8fbff;
    border: 1px solid #dfe7f3;
    border-radius: 50px;
    box-shadow: 0 15px 45px rgba(0, 41, 100, 0.09);
}

/* Links */

.help-navigation a {
    position: relative;
    display: flex;
    min-height: 80px;
    padding: 15px 25px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    overflow: hidden;
    color: #002964;
    border-right: 1px solid #dfe7f3;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.35s ease;
}

.help-navigation a:last-child {
    border-right: 0;
}

.help-navigation a::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 4px;
    background: #ff3b30;
    transition: 0.35s ease;
}

.help-navigation a:hover {
    color: #ffffff;
    background: #002964;
}

.help-navigation a:hover::before {
    right: 25%;
    left: 25%;
}

/* Arrow */

.help-navigation a i {
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    transition: 0.3s ease;
}

.help-navigation a:hover i {
    color: #ff3b30;
    background: #ffffff;
    transform: translateX(4px);
}

/* Tablet */

@media (max-width: 991px) {
    .help-navigation-section {
        padding: 60px 0;
    }

    .help-navigation-section .container {
        padding: 0 25px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .help-navigation-section {
        padding: 50px 0;
    }

    .help-navigation-section .container {
        padding: 0 20px;
    }

    .help-navigation {
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .help-navigation a {
        min-height: 65px;
        justify-content: space-between;
        border-right: 0;
        border-bottom: 1px solid #dfe7f3;
    }

    .help-navigation a:last-child {
        border-bottom: 0;
    }

    .help-navigation a::before {
        top: 15px;
        right: auto;
        bottom: 15px;
        left: 0;
        width: 4px;
        height: auto;
    }

    .help-navigation a:hover::before {
        right: auto;
        left: 0;
    }
}

/*====================================
Help Navigation End
====================================*/

