
.methodology-page .page-header {
    background: none;
}
.methodology-page {
    background: linear-gradient(90deg, rgba(246,176,81,0.2) 20%, rgba(103,191,194,0.2) 100%);
}

.methodology-wrap {
    background-color: white;
    padding: 100px 50px 100px 50px;
    border-radius: 45px;
    box-shadow: 0 0 40px -3px rgba(23,36,77,0.3);
    overflow: hidden;
}

.tabs {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid rgba(23,36,77,0.2);
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    flex: 1;
    position: relative;
}

.content .section {
    display: none;
    margin-top: 60px;
}
.content .section p {
    font-size: 18px;
    color: rgba(23,36,77,0.6);
    font-weight: 700;
    line-height: 1.8;
}
.content .section p b {
    color: rgba(23,36,77,1);
}

.content .section.active {
    display: block;
}
.images img {
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.images img.active {
    opacity: 1;
    transform: scale(2.0);
    z-index: 200;
    position: relative;
}
.methodology-content .swiper-slide {
    flex: none !important;
    width: auto !important;
    padding: 0 30px 42px 0;
    font-weight: 600;
    text-align: left;
}
.tab.active {
    font-weight: 800;
    color: #e96a5d;
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -15px;
    width: 100%;
    border-bottom: 8px solid #e96a5d;
    z-index: 2;
    border-radius: 50px;
    border-top: 8px solid #e96a5d;
    background-color: #e96a5d;
}
.methodology-images {
    margin-top: 150px;
    padding-bottom: 230px;
}
.methodology-footer {
    padding-bottom: 150px;
    position: relative;
}
.meth-footer-content {
    font-size: 48px;
    text-align: center;
    font-weight: 300;
    line-height: 1.7;
    padding-top: 250px;
}
.meth-footer-btn {
    text-align: center;
    margin-top: 80px;
}
.meth-footer-btn a {
    background-color: #e96a5d;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 25px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px -3px #e96a5d;
}
.meth-footer-rect {
    position: absolute;
    top: -50px
}
.meth-footer-small-circle {
    position: absolute;
    bottom: 210px;
    left: 280px;
}
.meth-footer-half-circle {
    position: absolute;
    right: 240px;
    bottom: 30px;
}
.meth-footer-cilinder {
    position: absolute;
    top: 160px;
    right: 120px;
}
.methodology-images .swiper-slide {
    flex: none !important;
}
@media only screen and (max-width: 1500px) {
    .methodology-images .swiper-slide {
        padding: 0 5px;
    }
    .meth-footer-content {
        font-size: 45px;
    }
    .meth-footer-half-circle {
        right: 150px;
    }
    .methodology-footer .footer-cilinder {
        top: -40px;
    }
}
@media only screen and (max-width: 1280px) {
    .methodology-footer .footer-cilinder {
        top: 40px;
    }
    .methodology-wrap {
        padding: 70px 50px 70px 50px;
    }
    .meth-footer-half-circle {
        right: 80px;
    }
    .meth-footer-rect {
        top: 30px;
    }
    .meth-footer-rect img {
        width: 190px;
    }
    .meth-footer-half-circle img {
        width: 110px;
    }
    .meth-footer-content {
        font-size: 35px;
        line-height: 1.5;
        padding-top: 210px;
    }
    .meth-footer-small-circle {
        bottom: 190px;
        left: 140px;
    }
}
@media only screen and (max-width: 1024px) {
    .meth-footer-rect img {
        width: 150px;
    }
    .meth-footer-half-circle img {
        width: 90px;
    }
    .meth-footer-half-circle {
        right: 40px;
    }
    .meth-footer-content {
        font-size: 30px;
    }
    .meth-footer-small-circle {
        bottom: 210px;
        left: 50px;
    }
}
@media only screen and (max-width: 769px) {
    .methodology-footer .footer-cilinder {
        display: none;
    }
    .tab.active::after {
        bottom: -5px;
        border-bottom: 6px solid #e96a5d;
        border-top: 6px solid #e96a5d;
    }
    .methodology-wrap {
        padding: 40px 30px 40px 30px;
    }
    .content .section {
        margin-top: 30px;
    }
    .methodology-content .swiper-slide {
        padding: 0 25px 30px 0;
    }
    .images img.active {
        opacity: 1;
        transform: none;
    }
    .images img {
        opacity: 1;
    }
    .methodology-images {
        margin-top: 70px;
        padding-bottom: 80px;
    }
    .meth-footer-rect {
        display: none;
    }
    .meth-footer-half-circle {
        display: none;
    }
    .meth-footer-small-circle {
        display: none;
    }
    .meth-footer-content {
        padding-top: 50px;
        font-size: 20px;
    }
    .meth-footer-content br {
        display: none;
    }
    .meth-footer-btn a {
        padding: 25px 0;
        width: 100%;
        display: block;
        font-size: 14px;
        letter-spacing: 0;
    }
    .meth-footer-btn {
        margin-top: 25px;
    }
    .meth-footer-btn a {
        font-size: 16px;
    }
    .methodology-footer {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 414px) {
    .meth-footer-btn a {
        font-size: 15px;
    }
}