#page {
    padding-top: 80px;
}
.admin-bar header.site-header {
    top: var(--height-wpadminbar, 32px);
}
header.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    /* transition: all .3s; */
    background: #fff;
    max-width: 100%;
}
header.site-header.scoll-header {
    /* padding: 5px 0; */
    /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1); */
}
.site-header, .site-main, .widget-area {
    padding: 0;
}
header.site-header {
    height: 80px;
    padding: 10px 0;
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
header.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.site-branding {
    margin: 0;
    position: relative;
    z-index: 3;
    width: 23%;
    display: flex;
    justify-content: flex-start;
}
.site-logo {
    margin: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.site-logo .custom-logo {
    --branding--logo--max-width: 100px;
    --branding--logo--max-height: 60px;
    max-height: 60px;
}
.site-description {
    font-weight: 700;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 9px 0 0;
}
.primary-navigation {
    margin: 0;
}
.primary-navigation a {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
}
.primary-navigation a:link, 
.primary-navigation a:visited {
    color: #000;
}
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
    text-decoration: underline;
}
.primary-navigation .current-menu-item > a:first-child, 
.primary-navigation .current_page_item > a:first-child {
    /* text-decoration: none; */
}


/* Footer */
footer.site-footer {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: #1A2F4F;
    color: #ffffff;
}
.footer-account {
    max-width: 956px;
    margin: 39px auto;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    padding: 40px 69px 28px 61px;
    color: #ffffff;
    background-size: 154px;
    background-position: right bottom 5px;
    background-repeat: no-repeat;
    gap: 20px;
}
.footer-account h2 {
    letter-spacing: 0.04em;
    margin: 2px 0 25px;
    color: #ffffff;
}

.footer-account-right {
    text-align: right;
}

.footer-account-right .footer-content-link {
    margin-top: 37px;
}

.footer-account-right .footer-content-link a:hover {
    color: #FF8263;
}

.footer-account-right .footer-content-link a {
    color: #ffffff;
    margin-left: 5px;
    text-decoration: none;
}
.footer-widgets {
    padding-top: 30px;
    margin: 0;
}

.footer-widgets .widget-area {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    gap: 15px;
    max-width: 100%;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.footer-widgets .widget-area .footer-logo p {
    color: #ffffff;
    font-size: 14px;
}
.widget-area:after {
    display: none;
}
.footer-widgets .widget h2,
.footer-widgets .widget a:link, .footer-widgets .widget a:visited, .footer-widgets .widget a:active,
.footer-widgets .widget ul li a {
    color: #ffffff;
    letter-spacing: 0.02em;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    opacity: 0.9;
}
.footer-copyright a:hover,
.footer-widgets .widget ul li a:hover {
    text-decoration: underline;
}
.footer-widgets .widget h2,
.footer-widgets .widget h2.widget-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.footer-widgets .widget ul li {
    line-height: 24px;
    margin-bottom: 9px;
}

.footer-widgets .widget-area .menu-intergrations-container {
    margin-top: 30px;
}
.site-footer .site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: normal;
}

.social-icons {
    list-style: none;
    display: flex;
    margin: 16px 0 0;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
}
#colophon {
    margin-top: 15px;
    padding: 0 15px;
}
.footer-copyright {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 36px;
    color: #ffffff;
    margin-bottom: 36px;
}
.footer-copyright a {
    text-decoration: none;
    color: #ffffff; 
}
.footer-widgets .widget-area .footer-logo {
    width: 49%;
    max-width: 335px;
}

.footer-widgets .widget-area  .footer-menu {
    border: 0;
    width: 60%;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
section.widget_footer-contact a {
    margin-left: 5px;
}
.footer-follow-us ul.social-icons li.social-icon img {
    width: 18px;
    height: 18px;
}
.footer-widgets .widget-area .footer-logo .wp-block-image {
    text-align: left;
    margin-bottom: 20px;
}
.menu-button-container #primary-mobile-menu {
    padding: 0;
}
.primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
    overflow: initial;
    transform: none;
    margin-right: calc(0px - var(--primary-nav--padding));
    margin-left: calc(0px - var(--primary-nav--padding));
}
.header-button a {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-transform: capitalize;
    display: inline-flex;
    text-decoration-thickness: 1px;
}
.header-button a svg {
    margin-left: 4px;
}
.header-right {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #33475B;
    width: 23%;
    justify-content: flex-end;
}
.header-item {
    margin-right: 24px;
    display: inline-flex;
}
.header-item.header-account {
    margin-right: 0;
}
.header-item svg {
    width: 1.5rem;
    height: 1.5rem;
}
.header-search form.search-form {
    display: none;
}

.header-account a {
    text-decoration: none;
}

.header-search .header-search-label {
    display: inline-flex;
    align-items: center;
}
.header-search {
    display: inline-flex;
}

.header-search form.search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    margin-top: 10px;
    width: 380px;
    max-width: 100%;
}
.site-branding h1.site-title{
    width: 96px;
    font-size: 10px;
    padding-top: 18px;
    padding-left: 8px;
}

.header-right a {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-weight: 700;
}
.header-right svg * {
    fill: currentColor;
    stroke: currentColor;
    color: #000; 
}
.header-account svg {
    margin-right: 4px;
}
.header-account a {
    text-decoration: none;
    text-transform: capitalize;
}

.header-search .header-search-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.header-search .search-form .search-submit {
    font-size: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: none;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z" fill="%000000"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
}

.header-search .search-form .search-field {
    margin: 0;
    padding-right: 45px;
    width: 100%;
}

.header-search .search-form .search-submit:hover {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z" fill="%000000"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1199.98px) {
    .header-item {
        margin-right: 15px;
    }
    .primary-navigation a {
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 1023.98px) {
    .site-branding,
    .header-right {
        width: 15%;
    }

    .primary-navigation a {
        padding: 10px 10px;
    }
    .header-search form.search-form {
        width: calc(100% - 30px);
    }
    .header-search .header-search-label span,
    .header-account a span {
        display: none;
    }
    .header-search .header-search-label svg {
        margin-right: 0;
    }
    .header-item  {
        min-width: 0;
        margin-right: 10px;
    }
    .footer-widgets .widget-area .footer-logo {
        /* max-width: 100%; */
        width: 100%;
    }

    .footer-widgets .widget-area {
        flex-direction: column;
    }

    .footer-widgets .widget-area .footer-menu {
        width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    header.site-header {
        height: 65px;
    }
    .site-logo .custom-logo {
        max-height: 45px;
        height: 45px;
        width: 49px;
        object-fit: contain;
    }
    #page {
        padding-top: 65px;
    }
    .header-right, .site-branding {
        width: auto;
    }
    .site-branding {
        width: 100px;
    }
    .menu-button-container {
        display: flex;
        position: static;
        top: 0;
        right: 0;
        padding: 0;
    }
    .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        display: flex;
    }
    .primary-navigation-open .menu-button-container {
        width: auto;
        background: transparent;
    }
    .menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
        width: 37px;
        height: 37px;
        margin: 0;
        padding: 5px;
    }
    .primary-navigation > .primary-menu-container {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
        padding-left: var(--global--spacing-unit);
        padding-right: var(--global--spacing-unit);
        padding-bottom: var(--global--spacing-horizontal);
        background-color: var(--global--color-background);
        transform: translateY(var(--global--spacing-vertical));
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        background-color:white;
    }
    .primary-navigation > div > .menu-wrapper {
        padding-bottom: 0;
    }
    .header-account svg {
        margin-right: 0;
    }
    .header-button {
        display: none;
    }
    .footer-account {
        flex-direction: column;
        justify-content: left;
        text-align: left;
        padding: 21px 12px 12px;
        gap: 32px;
    }
    .footer-account h2 {
        margin: 0px 0 20px;
    }
    .footer-account-right {
        text-align: left;
    }
    .footer-account-right .btn {
        font-size: 16px;
        padding: 15px 14.5px;
        height: auto;
        width: auto;
    }
    .footer-account-right .footer-content-link {
        font-size: 16px;
        line-height: 24px;
        margin-top: 17px;
    }
    .footer-account-right .footer-content-link a {
        margin-left: 8px;
    }
    .footer-widgets .widget-area {
        flex-direction: column;
        gap: 0;
    }

    .footer-widgets .widget-area .widget {
        margin: 10px 0;
        text-align: left;
    }

    .footer-widgets .widget-area .menu-intergrations-container {
        margin-top: 0;
    }

    .site-footer {
        text-align: left;
    }

    .social-icons {
        justify-content: cenleftter;
    }
    .footer-widgets .widget-area .footer-menu {
        flex-direction: column;
    }   
    .footer-copyright {
        text-align: center;
    }
    .site-branding h1.site-title, .site-branding p.site-title{
        font-size: 7px;;
    }
}

.swiper-wrapper .swiper-slide:first-child  .solution-image img{
    width: 75% !important;
}

.site-logo{
    width: 60px ;
    height: 60px; 
} 

section.about-section {
    padding:100px 0 0px
}

.about-banner .container {
    display: flex;
}

.about-banner .banner-content {
    width: 54.7%;
    padding-right: 40px;
    color: #000;
}

.about-banner .banner-image {
    width: 45.3%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 24px;
}

.about-banner .banner-content h1 {
    color: #000;
    max-width: 430px;
    text-transform: none;
    line-height: 1.2;
}

.about-banner .banner-content .content {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.about-banner .banner-content .content .description {
    width: 50%;
    color:#000;
    font-size: 18px;
}

.about-banner .banner-content .content .banner-year {
    width: 50%;
}

.about-banner .banner-year .year {
    font-size: 125px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
}

.about-banner .banner-year .year-title {
    font-size: 30px;
    margin: 0 0 0 70px;
    line-height: 1;
}

.about-banner .banner-image .image {
    text-align: center;
    position: relative;
    padding-bottom: 130%;
    width: 100%;
}

.about-banner .banner-image .image-small {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 42.6%;
}

.about-banner .banner-image .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    object-fit: cover;
}

.about-why-choose {}

.about-why-choose .section-heading {
    margin-bottom: 40px;
}

.about-why-choose .section-heading h2 {
  
    margin: 0 auto;
    line-height: 1.2;
        font-family: 'SF Pro Display', sans-serif;
    color: #000;
}

.about-why-choose .why-items {
    display: flex;
    gap: 30px;
}

.about-why-choose .why-items .item {
    width: calc((100% - 60px) / 3);
    background-color:white;
    padding: 30px 40px 9px;
    display: flex;
    flex-direction: column;
   
}

.about-why-choose .why-items .item.content-top .image {
    order: 2;
    padding-top: 75px;
    padding-bottom: 0;
    margin-top: auto;
}

.about-why-choose .why-items .item .image {
    order: -1;
    padding-bottom: 15px;
    padding-top: 0;
    width: 80px;
    height: auto;
}

.about-service .info-items {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: space-between;
}

.about-service .info-items .item {
    /* flex: 1; */
}

.about-service .info-items .number {
    font-size: 55px;
    color: #000;
    display: flex;
    align-items: flex-start;
    line-height: 0.7;
    gap: 15px;
}
.about-service .info-items .number .number-counter {
    display: inline-flex;
}
.about-service .info-items .number img {
    width: 55px;
}

.about-service .info-items .year-title {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    max-width: 115px;
    margin: 20px auto 0;
}

.about-service .about-info:after {
    content: '';
    width: 75%;
    display: block;
    border-top: 1px solid #999999;
    margin: 100px auto;
}

.about-service .service-banner {
    display: flex;
    align-items: center;
}

.about-service .service-banner .service-image {
    width: 45.3%;
}

.about-service .service-banner .service-content {
    width: 46%;
    margin-left: auto;
}

.about-service .service-banner .service-image .image-innner {
    height: 0;
    padding-bottom: 120.8%;
    position: relative;
}

.about-service .service-banner .service-image .image-innner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.about-service .service-banner .service-content h2 {
    color: #000;
    max-width: 400px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-service .service-banner .service-content .content {
    color: #000;
    font-size: 18px;
    max-width: 550px;
}

.about-service .service-banner .service-content .content p {
    margin-bottom: 25px;
}

.about-service .service-banner .service-content .content ul {
    padding: 0;
    list-style: none;
}

.about-service .service-banner .service-content .content ul li {
    padding-left: 25px;
    background-image: url(../images/icon-list.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left top 4px;
    font-size: 16px;
    margin-bottom: 5px;
}
.ourteam-item {
    display: flex;
    background-image: url(../images/icon-quote.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80px;
}

.ourteam-item .item-image {
    width: 55%;
    padding: 0 94px 0 200px;
    position: relative;
}

.ourteam-item .item-image .image-innner {
    height: 0;
    padding-bottom: 120%;
    position: relative;
}

.ourteam-item .item-content {
    width: 45%;
}

.ourteam-item .item-content .item-text {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 216px;
}

.ourteam-item .item-image .image-innner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
}

.ourteam-item .item-content  .item-name {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 500;
}

.ourteam-item .item-content  .item-position {
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
}

.swiper-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 55%;
    display: flex;
    gap: 50px;
}

.ourteam-item .item-image:before {
    content: '';
    position: absolute;
    left: 130px;
    top: 0;
    height: 100%;
    border-left: 1px solid #333337;
}


.swiper-navigation .swiper-button-next, 
.swiper-navigation .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    background-size: 50px;  
    opacity: 0.5;
}
.swiper-navigation .swiper-button-next:hover, 
.swiper-navigation .swiper-button-prev:hover {
    opacity: 1;
}
.swiper-navigation .swiper-button-prev {
    background-image: url(../images/icon-prev-split.svg);
}
.swiper-navigation .swiper-button-next {
    background-image: url(../images/icon-next-split.svg);
}

.about-contact h2 {
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.2;
    color: #ffffff;
}

.about-contact .btn {
    border-radius: 40px;
    background-color: #FF8263;
    color: #000000;
    border-color: #FF8263;
}

.about-contact .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}
.about-contact h2 {
    max-width: 600px;
    margin: 0 auto 50px;
    line-height: 1.2;
    color: #ffffff;
}

.about-contact .btn {
    border-radius: 40px;
    background-color: #FF8263;
    color: #000000;
    border-color: #FF8263;
}

.about-contact .btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

@media (max-width: 1199px) {
    .ourteam-item .item-image {
        padding: 0 50px 0 135px;
    }

    .ourteam-item .item-image:before {
        left: 105px;
    }
    .about-service .info-items .number {
        font-size: 80px;
    }
    .about-why-choose .why-items {
        gap: 20px;
    }

    .about-why-choose .why-items .item {
        width: calc((100% - 40px) / 3);
    }
    .about-banner .banner-content {
        padding-right: 30px;
    }
    .about-banner .banner-content .content {
        flex-direction: column;
    }

    .about-banner .banner-content .content .description,
    .about-banner .banner-content .content .banner-year {
        width: 100%;
    }

    .about-banner .banner-content .content .banner-year {
        display: flex;
        gap: 15px;
        align-items: flex-end;
    }

    .about-banner .banner-year .year-title {
        margin: 0;
        padding: 0 0 12px;
        font-size: 25px;
        max-width: 180px;
    }

    .about-banner .banner-year .year {
        font-size: 100px;
    }
    .ourteam-item .item-image {
        padding: 0 50px 0 135px;
    }

    .ourteam-item .item-image:before {
        left: 105px;
    }
    .ourteam-item .item-content .item-text {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 25px;
    }
}
@media (max-width: 1023px) {
    .about-service .info-items .number {
        font-size: 60px;
        flex-direction: column;
        align-items: center;
    }
    .about-service .info-items .number img {
        order: -1;
    }
    .ourteam-item {
        background-size: 50px;
    }
    .ourteam-item .item-image {
        padding: 0 35px 0 95px;
    }
    .ourteam-item .item-image:before {
        left: 70px;
    }
}
@media (max-width: 767px) {
    section.about-section {
        padding: 60px 0;
    }
    .about-banner .container {
        flex-wrap: wrap;
    }

    .about-banner .banner-content {
        width: 100%;
        padding: 0;
    }

    .about-banner .banner-year .year {
        font-size: 80px;
    }

    .about-banner .banner-year .year-title {
        font-size: 20px;
        max-width: 135px;
    }

    .about-banner .banner-content .content {
        margin-top: 30px;
    }

    .about-banner .banner-image {
        width: 100%;
        margin-top: 30px;
        padding: 0 60px 0 0;
    }
    .about-service .info-items .item {
        width: 50%;
    }

    .about-service .info-items {
        flex-wrap: wrap;
        gap: 35px 0;
    }
    .about-why-choose .why-items {
        flex-wrap: wrap;
    }
    .about-why-choose .why-items .item {
        width: 100%;
        padding: 30px;
    }
    .about-why-choose .why-items .item.content-top .image {
        padding-top: 20px;
    }

    .about-why-choose .why-items .item .image {
        padding-bottom: 20px;
    }
    .about-service .service-banner {
        flex-wrap: wrap;
    }

    .about-service .service-banner .service-image {
        width: 100%;
    }

    .about-service .service-banner .service-content {
        width: 100%;
        margin-top: 30px;
    }
    .ourteam-item .item-image {
        padding: 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto; 
    }

    .ourteam-item {
        background: transparent;
        flex-wrap: wrap;
    }

    .ourteam-item .item-content {
        width: 100%;
        margin-top: 35px;
    }

    .swiper-navigation {
        position: static;
        padding: 0;
        justify-content: flex-end;
        margin-top: 55px;
    }
    .ourteam-item .item-image:before {
        display: none;
    }
}
