/* ====================================
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/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;

    }

}

/* TV2 Download Section Start */

.tv2-download-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    font-family: inherit;
}

.tv2-download-section *,
.tv2-download-section *::before,
.tv2-download-section *::after {
    box-sizing: border-box;
}

.tv2-download-section .container {
    width: 100%;
    margin: 0 auto;
}

/* Heading */

.tv2-download-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.tv2-download-heading .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.tv2-download-heading .section-heading span {
    color: #ff3b30;
}

/* Main Layout */

.tv2-download-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
    align-items: start;
    gap: 30px;
}

/* Download Panel */

.download-panel {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(0, 41, 100, 0.09);
}

.download-panel-header {
    display: flex;
    padding: 27px 30px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #ffffff;
    background: #002964;
}

.download-panel-header span {
    color: #ff8d87;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.download-panel-header h3 {
    margin: 5px 0 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

.download-panel-header .download-count {
    flex: 0 0 auto;
    padding: 8px 13px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 11px;
}

/* Download Items */

.download-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 190px;
    padding: 20px 24px;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #e2e9f3;
    transition: background 0.3s ease;
}

.download-item:last-child {
    border-bottom: 0;
}

.download-item:hover {
    background: #f5f9ff;
}

.download-number {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #002964;
    background: #edf4ff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    transition: 0.3s ease;
}

.download-item:hover .download-number {
    color: #ffffff;
    background: #ff3b30;
    transform: rotate(8deg);
}

.download-content h4 {
    margin: 0;
    color: #002964;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.download-content p {
    margin: 5px 0 0;
    color: #646f88;
    font-size: 12px;
    line-height: 1.55;
}

/* Download Link */

.download-link {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    color: #ff3b30;
    background: #ffffff;
    border: 1px solid #ff3b30;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.download-link:hover {
    color: #ffffff;
    background: #ff3b30;
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(255, 59, 48, 0.2);
}

/* Information Cards */

.download-information {
    display: grid;
    gap: 20px;
}

.download-info-card {
    position: relative;
    padding: 30px 25px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 16px;
    box-shadow: 0 14px 38px rgba(0, 41, 100, 0.07);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.download-info-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 59, 48, 0.4);
    box-shadow: 0 22px 48px rgba(0, 41, 100, 0.12);
}

.info-number {
    display: block;
    margin-bottom: 16px;
    color: #ff3b30;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.download-info-card h3 {
    margin: 0 0 12px;
    color: #002964;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.download-info-card p,
.download-info-card small {
    margin: 0;
    color: #646f88;
    font-size: 13px;
    line-height: 1.7;
}

.download-info-card small {
    display: block;
    margin-top: 10px;
}

.download-info-card a {
    color: #002964;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.download-info-card a:hover {
    color: #ff3b30;
}

/* Tablet */

@media (max-width: 991px) {
    .tv2-download-section {
        padding: 80px 0;
    }

    .tv2-download-heading .section-heading {
        font-size: 40px;
    }

    .tv2-download-layout {
        grid-template-columns: 1fr;
    }

    .download-information {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .download-info-card:last-child {
        grid-column: 1 / -1;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .tv2-download-section {
        padding: 60px 0;
    }

    .tv2-download-section .container {
        padding: 0 20px;
    }

    .tv2-download-heading {
        margin-bottom: 40px;
        text-align: left;
    }

    .tv2-download-heading .section-heading {
        font-size: 32px;
    }

    .tv2-download-heading .section-heading span {
        display: block;
    }

    .download-panel {
        border-radius: 14px;
    }

    .download-panel-header {
        padding: 22px 20px;
    }

    .download-panel-header h3 {
        font-size: 18px;
    }

    .download-count {
        display: none;
    }

    .download-item {
        grid-template-columns: 40px 1fr;
        padding: 18px;
        gap: 13px;
    }

    .download-number {
        width: 36px;
        height: 36px;
    }

    .download-link {
        grid-column: 1 / -1;
        width: 100%;
    }

    .download-information {
        grid-template-columns: 1fr;
    }

    .download-info-card:last-child {
        grid-column: auto;
    }
}

/* TV2 Download Section End */


/* ThermaViewer Download Section Start */

.thermaviewer-download-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    font-family: inherit;
}

.thermaviewer-download-section *,
.thermaviewer-download-section *::before,
.thermaviewer-download-section *::after {
    box-sizing: border-box;
}

.thermaviewer-download-section .container {
    width: 100%;
    margin: 0 auto;
}

/* Background Shape */

.thermaviewer-download-section::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -150px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(0, 41, 100, 0.04);
}

/* Heading */

.thermaviewer-download-heading {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.thermaviewer-download-heading .section-tag {
    display: block;
    margin-bottom: 12px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.thermaviewer-download-heading .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.thermaviewer-download-heading .section-heading span {
    color: #ff3b30;
}

/* Main Box */

.thermaviewer-download-box {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 41, 100, 0.1);
}

/* Download List */

.software-download-list {
    padding: 15px 30px;
}

/* Download Item */

.software-download-item {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 230px;
    padding: 25px 0;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e1e8f2;
    transition: padding 0.3s ease;
}

.software-download-item:last-child {
    border-bottom: 0;
}

.software-download-item:hover {
    padding-left: 8px;
    padding-right: 8px;
}

/* Number */

.download-number {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #002964;
    background: #edf4ff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.software-download-item:hover .download-number {
    color: #ffffff;
    background: #ff3b30;
    transform: rotate(8deg);
}

/* Download Content */

.software-download-content h3 {
    margin: 0;
    color: #002964;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

/* Download Button */

.software-download-btn {
    display: flex;
    min-height: 48px;
    padding: 11px 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff3b30;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.software-download-btn small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 400;
}

.software-download-btn:hover {
    color: #ffffff;
    background: #002964;
    transform: translateY(-3px);
    box-shadow: 0 9px 20px rgba(0, 41, 100, 0.2);
}

/* Important Note */

.thermaviewer-download-note {
    display: flex;
    padding: 25px 30px;
    align-items: flex-start;
    gap: 16px;
    background: #fff6f5;
    border-top: 1px solid #ffd8d5;
}

.note-symbol {
    display: flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff3b30;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
}

.thermaviewer-download-note p {
    margin: 0;
    color: #646f88;
    font-size: 14px;
    line-height: 1.75;
}

.thermaviewer-download-note strong {
    color: #ff3b30;
    font-weight: 700;
}

/* Tablet */

@media (max-width: 991px) {
    .thermaviewer-download-section {
        padding: 80px 0;
    }

    .thermaviewer-download-heading .section-heading {
        font-size: 40px;
    }

    .software-download-item {
        grid-template-columns: 50px 1fr;
    }

    .software-download-btn {
        grid-column: 2;
        width: 230px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .thermaviewer-download-section {
        padding: 60px 0;
    }

    .thermaviewer-download-section .container {
        padding: 0 20px;
    }

    .thermaviewer-download-heading {
        margin-bottom: 40px;
        text-align: left;
    }

    .thermaviewer-download-heading .section-tag {
        font-size: 13px;
    }

    .thermaviewer-download-heading .section-heading {
        font-size: 32px;
    }

    .thermaviewer-download-heading .section-heading span {
        display: block;
    }

    .thermaviewer-download-box {
        border-radius: 14px;
    }

    .software-download-list {
        padding: 8px 20px;
    }

    .software-download-item {
        grid-template-columns: 40px 1fr;
        padding: 22px 0;
        gap: 13px;
    }

    .download-number {
        width: 36px;
        height: 36px;
    }

    .software-download-content h3 {
        font-size: 15px;
    }

    .software-download-btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .thermaviewer-download-note {
        padding: 22px 20px;
    }

    .thermaviewer-download-note p {
        font-size: 13px;
    }
}

/* ThermaViewer Download Section End */

/* Legacy Download Section Start */

.legacy-download-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    font-family: inherit;
}

.legacy-download-section *,
.legacy-download-section *::before,
.legacy-download-section *::after {
    box-sizing: border-box;
}

.legacy-download-section .container {
    width: 100%;
    margin: 0 auto;
}

/* Background Decoration */

.legacy-download-section::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -140px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(0, 41, 100, 0.04);
}

/* Heading */

.legacy-download-heading {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 55px;
    text-align: center;
}

.legacy-label {
    display: block;
    margin-bottom: 12px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.legacy-download-heading .section-heading {
    margin: 0;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.legacy-download-heading .section-heading span {
    color: #ff3b30;
}

/* Main Wrapper */

.legacy-download-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    max-width: 1050px;
    margin: 0 auto;
    gap: 22px;
}

/* Download Card */

.legacy-download-card {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 17px;
    box-shadow: 0 15px 40px rgba(0, 41, 100, 0.07);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.legacy-download-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 59, 48, 0.4);
    box-shadow: 0 24px 50px rgba(0, 41, 100, 0.13);
}

/* Year Column */

.legacy-year {
    display: flex;
    min-height: 160px;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002964;
    text-align: center;
}

.legacy-year small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    text-transform: uppercase;
}

.legacy-year strong {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

/* Download Content */

.legacy-content {
    padding: 27px 30px;
}

.legacy-content h3 {
    margin: 0 0 18px;
    color: #002964;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}

/* Download Links */

.legacy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.legacy-links a {
    display: inline-flex;
    min-height: 43px;
    padding: 10px 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ff3b30;
    background: #fff6f5;
    border: 1px solid #ffd3d0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.legacy-links a small {
    margin-top: 3px;
    color: #7d8799;
    font-size: 10px;
    font-weight: 400;
}

.legacy-links a:hover {
    color: #ffffff;
    background: #ff3b30;
    border-color: #ff3b30;
    transform: translateY(-3px);
}

.legacy-links a:hover small {
    color: rgba(255, 255, 255, 0.8);
}

/* Network Note */

.legacy-network-note {
    display: flex;
    padding: 30px;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-left: 4px solid #ff3b30;
    border-radius: 14px;
    box-shadow: 0 14px 35px rgba(0, 41, 100, 0.06);
}

.note-mark {
    display: flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff3b30;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
}

.legacy-network-note h3 {
    margin: 0 0 10px;
    color: #002964;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.legacy-network-note p {
    margin: 0;
    color: #646f88;
    font-size: 14px;
    line-height: 1.75;
}

/* Tablet */

@media (max-width: 991px) {
    .legacy-download-section {
        padding: 80px 0;
    }

    .legacy-download-heading .section-heading {
        font-size: 40px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .legacy-download-section {
        padding: 60px 0;
    }

    .legacy-download-section .container {
        padding: 0 20px;
    }

    .legacy-download-heading {
        margin-bottom: 40px;
        text-align: left;
    }

    .legacy-label {
        font-size: 13px;
    }

    .legacy-download-heading .section-heading {
        font-size: 32px;
    }

    .legacy-download-heading .section-heading span {
        display: block;
    }

    .legacy-download-card {
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .legacy-year {
        min-height: auto;
        padding: 20px;
        flex-direction: row;
        gap: 7px;
    }

    .legacy-year small {
        margin: 0;
    }

    .legacy-year strong {
        font-size: 23px;
    }

    .legacy-content {
        padding: 23px 20px;
    }

    .legacy-content h3 {
        font-size: 17px;
    }

    .legacy-links {
        display: grid;
    }

    .legacy-network-note {
        padding: 23px 20px;
    }

    .legacy-network-note h3 {
        font-size: 17px;
    }

    .legacy-network-note p {
        font-size: 13px;
    }
}

/* Legacy Download Section End */

/* International Users Section Start */

.international-users-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: #f8fbff;
    font-family: inherit;
}

.international-users-section *,
.international-users-section *::before,
.international-users-section *::after {
    box-sizing: border-box;
}

.international-users-section .container {
    width: 100%;
    margin: 0 auto;
}

/* Information Card */

.international-users-card {
    position: relative;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 41, 100, 0.08);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.international-users-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 59, 48, 0.4);
    box-shadow: 0 26px 60px rgba(0, 41, 100, 0.13);
}

/* Left Label */

.international-users-label {
    position: relative;
    display: flex;
    min-height: 220px;
    padding: 35px 28px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    background: #002964;
}

.international-users-label::before {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 140px;
    height: 140px;
    border: 25px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.international-users-label span,
.international-users-label strong {
    position: relative;
    z-index: 2;
}

.international-users-label span {
    margin-bottom: 5px;
    color: #ff8d87;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.international-users-label strong {
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2;
}

/* Content */

.international-users-content {
    position: relative;
    display: flex;
    padding: 38px 42px;
    align-items: center;
}

.international-users-content::before {
    content: "";
    position: absolute;
    top: 38px;
    bottom: 38px;
    left: 0;
    width: 3px;
    background: #ff3b30;
    border-radius: 5px;
}

.international-users-content p {
    margin: 0;
    color: #646f88;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
}

/* Tablet */

@media (max-width: 991px) {
    .international-users-section {
        padding: 60px 0;
    }

    .international-users-card {
        grid-template-columns: 180px 1fr;
    }

    .international-users-label {
        min-height: 250px;
        padding: 30px 22px;
    }

    .international-users-label strong {
        font-size: 27px;
    }

    .international-users-content {
        padding: 32px;
    }

    .international-users-content p {
        font-size: 15px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .international-users-section {
        padding: 50px 0;
    }

    .international-users-section .container {
        padding: 0 20px;
    }

    .international-users-card {
        display: block;
        border-radius: 14px;
    }

    .international-users-label {
        min-height: auto;
        padding: 25px 22px;
    }

    .international-users-label span {
        font-size: 12px;
    }

    .international-users-label strong {
        font-size: 25px;
    }

    .international-users-content {
        padding: 27px 24px;
    }

    .international-users-content::before {
        top: 0;
        right: 24px;
        bottom: auto;
        left: 24px;
        width: auto;
        height: 3px;
    }

    .international-users-content p {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* International Users Section End */