body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.sticky-menu {
    position: sticky;
    top: 70px;
    background-color: #e4f2f9;
    z-index: 1000;
    width: 100%;
    margin-top: 80px;
}

.tab-menu {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    background-color: #e4f2f9;
    max-width: 960px;
    margin: auto;
    padding-top: 10px;
}

.tab-menu li a {
    color: #505050;
    text-decoration: none;
    padding: 10px 20px;
    transition: background-color 0.3s;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 100%;
    padding-bottom: 0px;
}

.tab-menu li a.active {
    background-color: white;
    color: #0088cf;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.tab-menu-content {
    width: 33.33%;
}

.mobile-toggle {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    color: #333;
    background-color: #e4f2f9;
    cursor: pointer;
}

.field-content1 {
    padding: 0px;
    border: none;
}

.section-bottom-border {
    border-bottom: 1px solid #ddd;
    padding: 50px 0px;
}

.fullsection-bottom-border {
    border-bottom: 3px solid #ddd;
    padding: 50px 0px;
}

.column-left1 {
    padding: 0px;
}

@media (max-width: 960px) {
    .tab-menu {
        flex-direction: column;
        display: none;
    }
    .mobile-toggle {
        display: flex;
    }
    .tab-menu.show {
        display: flex;
    }
    .tab-menu-content {
        width: 100%;
    }
    .tab-menu {
        padding-left: 0px;
    }
    #arrow {
        padding-left: 10px;
    }
    .tab-menu li a {
        padding-bottom: 20px;
    }
    .slider-h6-bg {
        width: 42px !important;
        height: 42px !important;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        display: flex;
    }
}

.fa {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.arrow-down::before {
    content: "\f107";
    /* fa-chevron-down */
}

.arrow-up::before {
    content: "\f106";
    /* fa-chevron-up */
}


/* SLIDER SECTION */

.right-framework p,
.field-content-slider div.des2 {
    margin: 0px !important;
    padding: 10px 20px 20px;
}

.right-framework .d-flex span {
    color: #3399ff;
    font-weight: bold;
}

.right-framework ul {
    padding-left: 65px;
}

.right-framework li {
    text-align: left;
    padding-left: 5px;
    color: #6a6a6a;
    font: 16px Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.slider-h6-bg {
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0088cf;
    border-radius: 50%;
    flex-shrink: 0;
}

.slider-h6-bg h6 {
    margin: auto;
}

.col-md-6 .mb-3 {
    padding: 0px !important;
}

.field-content-slider p {
    width: 100%;
}

.container {
    width: 960px;
}


/* bottom button */

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-content {
    flex: 1;
}

.btn-content h4 {
    margin: 0;
    font-size: 15px;
    color: #333333;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-content a {
    margin: 8px 0 0;
    font-size: 16px;
    color: #0088cf;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-image {
    padding: 10px;
    background-color: #f7f7f7;
    flex-shrink: 0;
}

.btn-box-prev {
    background-color: #f7f7f7;
    display: flex;
    border: 1px solid #a3a4a7;
    padding: 15px 20px;
    border-radius: 4px;
}

.btn-box-next {
    background-color: #f7f7f7;
    display: flex;
    border: 1px solid #a3a4a7;
    padding: 15px 20px;
    border-radius: 4px;
}

.proven-tobe-the-world1 {
    border: none;
}


/* sticky bar css*/

.container_sticky {
    padding: 20px;
    transition: all 0.3s ease;
    z-index: 10;
}

.field-content1 h4,
.field-content1 h3,
.field-content1 p:not(.top-content-des) {
    margin: 10px 0;
    text-align: center;
}

.sticky-buttons {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
}

.btn-box-prev,
.btn-box-next {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 8px 12px;
}

.btn-image {
    display: flex;
}

.btn-image img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.btn-content a {
    text-decoration: none;
    color: #0088cf;
    font-size: 14px;
}


/* Sticky State */

.container_sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 99999;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container_sticky.sticky .field-content1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 960px;
    margin: auto;
    padding: 0px;
    border: none;
}

.container_sticky.sticky .field-content1 h4,
.container_sticky.sticky .field-content1 p {
    display: none;
}

.container_sticky.sticky .field-content1 h3,
.container_sticky.sticky .field-content1 h1 {
    position: absolute;
    margin: auto;
    font-size: 18px;
    text-align: center;
    width: 40%;
}

.container_sticky.sticky .sticky-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0px;
}

.sticky-buttons .btn-box-prev {
    display: flex;
    align-items: center;
    border: none;
    width: 25%;
}

.sticky-buttons .btn-box-next {
    display: flex;
    align-items: center;
    border: none;
    width: 25%;
}

.columns-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.col-section {
    flex: 1;
    padding: 10px;
}

.field-content-slider h4 {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 30px 0px;
}


/* List styling inside columns */

.col-section ul {
    padding-left: 20px;
}

.col-section li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #6a6a6a;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    width: max-content;
}

.icon-img {
    margin-right: 15px;
    height: auto;
}

@media (max-width: 960px) {
    .field-content1 {
        width: 100% !important;
    }
    .sticky-buttons .btn-box-next,
    .sticky-buttons .btn-box-prev {
        padding: 10px 0px;
    }
}

@media (max-width: 959px) {
    .sticky-buttons .btn-content,
    .sticky-buttons .btn-content a {
        font-size: 10px;
        line-height: 12px;
    }
    .button-container {
        padding: 0 5px;
    }
    .btn-box-prev,
    .btn-box-next {
        padding: 8px;
        width: 47%;
    }
}

@media (max-width: 575px) {
    .container_sticky.sticky .field-content1 h3,
    .container_sticky.sticky .field-content1 h1 {
        font-size: 16px;
        width: 30%;
    }
    .sticky-buttons .btn-box-next,
    .sticky-buttons .btn-box-prev {
        width: 30%;
    }
    .btn-image img {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .btn-content a,
    .btn-content p {
        font-size: 10px;
        line-height: 12px;
    }
    .container_sticky.sticky {
        height: 100px;
    }
    .sticky-menu {
        top: 100px;
    }
}

.swiper-slide.swipe-column-structure .row {
    flex-direction: column;
    align-items: center;
}

.swiper-slide.swipe-column-structure .row .col-md-6 {
    max-width: 90% !important;
    justify-content: center;
    align-items: center;
}

.field-content-slider.last-slider-value p.des2 {
    text-align: left;
    max-width: 100%;
}

.swiper-slide.swipe-column-structure .row p.des2,
.swiper-slide.swipe-column-structure .row .right-framework {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .field-content-slider.last-slider-value .swiper-slide img {
        float: none !important;
        max-width: 95% !important;
        height: auto;
        max-height: 360px;
        width: auto !important;
        margin: auto;
    }
    .field-content-slider.last-slider-value {
        width: 100% !important;
    }
    .swiper-slide.swipe-column-structure .row .col-md-6 {
        max-width: 90% !important;
    }
    .field-content-slider.last-slider-value .right-framework p {
        margin: 0px !important;
        padding: 0px 0px 10px 10px;
    }
}

.sticky-buttons .btn-box-next .btn-content {
    text-align: right;
}