/* ===================================================================
 * # index.html
 *
 *
 * ------------------------------------------------------------------- */

/* ===================================================================
 * # HEADER
 * ------------------------------------------------------------------- */
.s-pagewrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.s-header__logo {
    z-index: 102;
    position: absolute;
    top: 3.2rem;
    left: 2.8rem;
}

.s-header__logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

.s-header__logo img {
    width: 200px;
    margin: 0;
    vertical-align: bottom;
    filter: invert(1);
}

.s-header__menu-toggle {
    z-index: 102;
    padding-right: 5rem;
    padding-left: 1.2rem;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 2.8rem;
    right: 2.8rem;
}

.s-header__menu-toggle.opaque {
    background-color: black;
}

.s-header__menu-toggle.opaque .s-header__menu-text {
    color: white !important;
    /* opaque状态下文字为白色 */
}

.s-header__menu-toggle.opaque .s-header__menu-icon {
    background-color: white;
    /* opaque状态下图标为白色 */
}

.s-header__menu-text {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 4.8rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: black;
    /* 默认黑色 */
}

.s-header__menu-icon {
    display: block;
    height: 2px;
    width: 2.4rem;
    background-color: black;
    /* 默认黑色 */
    position: absolute;
    top: 50%;
    right: .9rem;
    margin-top: -1px;
}

.s-header__menu-icon::before,
.s-header__menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
}

.s-header__menu-icon::before {
    top: -0.8rem;
}

.s-header__menu-icon::after {
    bottom: -0.8rem;
}

.s-header__nav {
    z-index: 200;
    background: #0C0C0C;
    color: rgba(255, 255, 255, 0.25);
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    line-height: 2.8rem;
    padding: 4rem 3.2rem;
    height: 100%;
    width: 300px;
    transform: translateX(100%);
    overflow-y: auto;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    right: 0;
    top: 0;
}

.s-header__nav a,
.s-header__nav .text-highlight {
    color: rgba(255, 255, 255, 0.5);
}

.s-header__nav a:focus,
.s-header__nav a:hover {
    color: white;
}

.s-header__nav h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 2.16rem;
    line-height: 3rem;
    color: white;
    margin-bottom: 4.8rem;
}

.s-header__nav-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.8rem;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}

.s-header__nav-list li {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.025);
}

.s-header__nav-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.025);
}

.s-header__nav-list li a {
    display: block;
    padding: 1.6rem 0;
}

.s-header__nav-close-btn {
    display: block;
    height: 3rem;
    width: 3rem;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: absolute;
    top: 4rem;
    right: 3.2rem;
}

.s-header__nav-close-btn span::before,
.s-header__nav-close-btn span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: white;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 9px;
}

.s-header__nav-close-btn span::before {
    transform: rotate(-45deg);
}

.s-header__nav-close-btn span::after {
    transform: rotate(45deg);
}

.menu-is-open .s-header__nav {
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.s-header__social {
    list-style: none;
    display: flex;
    margin: 0;
}

.s-header__social li {
    padding-left: 0;
    margin-right: 1rem;
    line-height: 1;
}

.s-header__social li:last-child {
    margin-right: 0;
}

.s-header__social svg {
    height: 2.4rem;
    width: 2.4rem;
}

.s-header__social svg path {
    fill: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
}

.s-header__social a:focus svg path,
.s-header__social a:hover svg path {
    fill: white;
}

@media screen and (max-width: 780px) {
    .s-header__menu-toggle {
        right: 2.4rem;
    }
}

@media screen and (max-width: 480px) {
    .s-header__logo {
        left: 2.4rem;
    }

    .s-header__nav {
        width: 90vw;
    }
}

/* ===================================================================
 * # INTRO
 * ------------------------------------------------------------------- */
.s-intro {
    background-color: #161616;
    width: 100%;
    height: 100vh;
    min-height: 81.6rem;
    overflow: hidden;
    position: relative;
}

.s-intro__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: cover;
}

.s-intro__bg::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #6e6f6f;
    pointer-events: none;
    opacity: .1;
}

.s-intro__bg::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 15%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    opacity: .1;
}

.s-intro__content {
    z-index: 1;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: white;
    padding-top: 18vh;
    padding-bottom: 12rem;
    text-align: center;
    position: relative;
}

.s-intro__pretitle {
    font-weight: 500;
    font-size: 2.16rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: white;
    margin-top: 0;
}

.s-intro__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 10.4rem;
    line-height: 1.1154;
    color: white;
    margin-top: 0;
    margin-bottom: 8rem;
}

.s-intro__more-btn {
    border: 2px solid white;
    color: white;
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 0.35em;
    height: 4.8rem;
    line-height: calc(4.8rem - 4px);
    padding: 0 3.6rem;
}

.s-intro__more-btn:focus,
.s-intro__more-btn:hover {
    background-color: white !important;
    border: 2px solid white;
    color: black;
}

.s-intro__social {
    z-index: 2;
    list-style: none;
    display: block;
    margin: 0;
    padding-top: 4rem;
    position: absolute;
    left: 4.4rem;
    bottom: 4rem;
}

.s-intro__social::before {
    content: "";
    display: block;
    height: 2.8rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
}

.s-intro__social li {
    padding-left: 0;
    line-height: 1;
    margin-bottom: 1rem;
}

.s-intro__social svg {
    height: 2rem;
    width: 2rem;
}

.s-intro__social svg path {
    fill: white;
}

.s-intro__scroll {
    z-index: 2;
    transform: rotate(90deg);
    transform-origin: right bottom;
    position: absolute;
    right: 6.2rem;
    bottom: 4.8rem;
}

.s-intro__scroll a {
    display: flex;
    align-items: center;
}

.s-intro__scroll span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: white;
    margin-right: 1.6rem;
}

.s-intro__scroll svg {
    height: 2rem;
    width: 2rem;
}

.s-intro__scroll svg path {
    fill: white;
}

@media screen and (max-width: 1200px) {
    .s-intro__title {
        font-size: 4.32rem;
    }
}

@media screen and (max-width: 980px) {
    .s-intro__pretitle {
        font-size: 1.8rem;
    }

    .s-intro__title {
        font-size: 3.78rem;

    }

    .s-intro__title br {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .s-intro__title {
        font-size: 2.97rem;
    }

    .s-intro__social {
        left: 3.6rem;
    }

    .s-intro__scroll {
        right: 5.4rem;
    }
}

@media screen and (max-width: 480px) {
    .s-intro__pretitle {
        font-size: 1.6rem;
    }

    .s-intro__title {
        font-size: 4.16rem;
    }

    .s-intro__social {
        left: 2.8rem;
    }

    .s-intro__scroll {
        right: 4.6rem;
    }
}

/* ===================================================================
 * # ABOUT
 * ------------------------------------------------------------------- */
.s-about {
    width: 100%;
    background-color: white;
    padding: 7rem 3rem;
}

.s-about.s-about__dark {
    background-color: #121212 !important;
}

.s-about__content {
    width: 100%;
    max-width: 1320px;
    margin: auto;
}

.s-about__section-heading {
    margin-bottom: 0.2rem;
    text-align: left;
    padding-right: 1.5rem;
}

.s-about__tag-line {
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    display: block;
    width: max-content;
    margin-bottom: 0;
    color: #202020;
    padding-right: 0.75rem;
    z-index: 5;
}

.s-about.s-about__dark .s-about__tag-line {
    color: white;
}

.s-about__text-area {
    padding: 4.8rem 3.2rem 0;
    position: relative;
}

.s-about__tag-line::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c35023;
    left: auto;
    right: 0;
}

.s-about__section-title {
    position: relative;
    margin-bottom: 4rem;
    font-family: "Merriweather", "sans-serif";
    font-size: 5rem;
    font-weight: 900;
    text-transform: capitalize;
    color: #202020;
    line-height: 1.3;
    display: inline-block;
    z-index: 0;
}

.s-about.s-about__dark .s-about__section-title {
    color: white;
}

.s-about__title-design {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #c35023;
    left: -20px;
    top: -10px;
    border-radius: 65% 35% 55% 45% / 30% 35% 65% 70%;
    bottom: 0;
    z-index: -1;
}

.s-about__featured-text {
    font-size: 5rem;
    color: #c35023;
    font-weight: bolder;
    position: relative;
}

.s-about__init-text {
    font-family: "Merriweather", "sans-serif";
    font-weight: 700;
    font-size: 2.2rem;
    
    opacity: 0.85;
    line-height: 2;
    margin-bottom: 4.8rem;
}

.s-about__about-text {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 2;
    margin-bottom: 3.2rem;
    color: #474747;
    opacity: 0.75;
    letter-spacing: 0.5px;
}

.s-about.s-about__dark .s-about__about-text {
    color: white;
}

.s-about__content-main {
    padding-top: 5rem;
}

.s-about__cards {
    margin-bottom: 3.2rem;
}

.s-about__cards-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.s-about__stat-box {
    position: relative;
    text-align: center;
    padding: 2.4rem;
    margin-bottom: 0;
    margin-bottom: 3.2rem;
    border: 1px solid rgba(195, 80, 35, 0.35);
    border-bottom: 0.25rem solid #c35023;
    box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.1);
}

.s-about__stat-icon {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    font-size: 4.8rem;
    color: rgba(195, 80, 35, 0.25);
}

.s-about__stat-num {
    color: #121212;
    opacity: 0.95;
    font-family: "Merriweather", "sans-serif";
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    display: inline-block;
    position: relative;
}

.s-about__stat-desc {
    font-size: 1.52rem;
    font-weight: 700;
    line-height: 1.2;
    color: #121212;
    opacity: 0.75;
    text-transform: capitalize;
}

.s-about__info-items-list .row {
    margin: 0;
}

.s-about__info-items-list .col-12 {
    padding: 0;
}

.s-about__menu-items {
    margin: 0;
    padding: 3.2rem 0;
    list-style: none;
}

.s-about__info-item {
    display: flex;
    align-items: start;
    justify-content: start;
}

.s-about__info-icon {
    margin-right: 2.4rem;
    margin-bottom: 2.4rem;
    color: #c35023;
    font-size: 4rem;
    transition: transform 0.3s ease-in-out 0s;
}

.s-about__info-item:hover .s-about__info-icon {
    transform: translateY(-5px);
}

.s-about__info-content {
    padding-right: 4.8rem;
}

.s-about__info-title {
    font-family: "Merriweather", "sans-serif";
    margin-bottom: 1rem;
    color: #E7E7E7;
    opacity: 0.95;
    font-weight: 700;
    font-size: 3rem;
    text-transform: capitalize;
}

.s-about__info-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #959595;
    opacity: 0.75;
}

.s-about__img-area {
    position: relative;
    z-index: 0;
    padding: 0;
}

.s-about__photo-banner-end {
    position: absolute;
    min-width: 100px;
    min-height: 250px;
    background-color: #c35023;
    color: #fff;
    border: 4px solid #fff;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: -3.2rem;
    right: -3.2rem;
}

.s-about__number {
    font-family: "Merriweather", "sans-serif";
    font-size: 9.6rem;
    font-weight: 900;
    line-height: 1;
}

.s-about__banner-text {
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.s-about__line {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0.4rem auto;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
}

.s-about__line::before {
    content: "";
    position: absolute;
    background: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    left: -1.6rem;
}

.s-about__line::after {
    content: "";
    position: absolute;
    background: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    left: 1.6rem;
}

.s-about__image {
    width: 100%;
}

.s-about__img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.s-about__video-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.s-about__play-video-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-about__play-video-btn:hover .s-about__play-btn {
    background: #c35023;
}

.s-about__play-video-btn:hover i {
    color: #fff;
}

.s-about__play-btn {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.6rem;
    height: 5.6rem;
    transform-origin: center;
    box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, 0.25);
    transition: all 0.3s ease-in-out 0s;
}

.s-about__play-btn::before,
.s-about__play-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: inherit;
    animation: anim-pulses infinite 2s linear;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}

.s-about__play-btn::after {
    animation-delay: 0.75s;
}

@keyframes anim-pulses {
    0% {
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0.5;
    }

    50% {
        transform: scale3d(1.2, 1.2, 1);
        opacity: 0.75;
    }

    100% {
        transform: scale3d(1.4, 1.4, 1);
        opacity: 0;
    }
}

.s-about__play-btn-icon {
    color: #c35023;
    font-size: 2rem;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 991px) {
    .s-about__img-area {
        width: 100%;
    }

    .s-about__img {
        max-height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .s-about__video-wrapper {
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .s-about__text-area {
        padding: 4.8rem 0 0;
    }

    .s-about__title-design {
        width: 40px;
        height: 40px;
        left: -10px;
        top: -5px;
    }

    .s-about__section-title {
        font-size: 5.2rem;
    }

    .s-about__stat-num {
        font-size: 3.2rem;
        font-weight: 700;
    }
}

@media screen and (max-width: 780px) {
    .s-about {
        padding: 3rem;
    }

    .s-about__photo-banner-end {
        top: -1.5rem;
        right: -1.5rem;
        min-height: 180px;
    }

    .s-about__number {
        font-size: 6.4rem;
    }

    .s-about__info-item {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .s-about__photo-banner-end {
        top: 0;
        right: 0;
    }

    .s-about__info-content {
        padding-right: 0;
    }

    .s-about__stat-box {
        height: 140px;
    }

    .s-about__number {
        font-size: 4.8rem;
    }

    .s-about__content-main {
        padding-top: 5rem;
    }

    /* Services heading section mobile optimization */
    .s-services__heading-section {
        margin-bottom: 4rem;
        padding: 0 1rem;
    }

    .s-services__heading-section h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .s-services__subheading {
        font-size: 4rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }

    .s-services__lead {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 0 1rem;
    }

    .s-testimony__dots {
        margin-top: 2rem;
        gap: 8px;
    }

    .s-testimony__dot {
        width: 10px;
        height: 10px;
        padding: 6px;
        margin: -6px;
    }
}


/* ===================================================================
 * # SERVICES
 * ------------------------------------------------------------------- */

/* Services Section Styles - Matching Testimony Section */
.s-services {
    background-color: black;
    padding-top: var(--vspace-6, 192px);
    padding-bottom: var(--vspace-5, 160px);
    color: rgba(255, 255, 255, 0.35);
    position: relative;
}

.s-services__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.s-services__bg::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    pointer-events: none;
    opacity: .8;
}

.s-services__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.s-services__subheading {
    font-family: "Lora";
    font-size: 10rem;
    font-weight: 500;
    line-height: 1.2667;
    color: white;
    margin-top: 0;
    margin-bottom: 2.4rem;
}

.s-services__heading-section {
    text-align: center;
    margin-bottom: 6rem;
}

.s-services__heading-section h3 {
    font-family: "Inter", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #6e6f6f;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.s-services__lead {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 2.16rem;
    line-height: 4rem;
    color: rgba(255, 255, 255, 0.4);
}

.s-services__carousel {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.s-services__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.s-services__nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.s-services__nav-prev {
    left: -50px;
}

.s-services__nav-next {
    right: -50px;
}

.s-services__owl-stage-outer {
    overflow: hidden;
    position: relative;
}

.s-services__owl-stage {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
}

.s-services__item {
    flex: 0 0 auto;
    padding: 0 15px;
}

.s-services__wrap {
    background: transparent;
    border-radius: 0;
    transition: none;
    box-shadow: none;
    height: auto;
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: var(--vspace-0_5, 16px);
}



.s-services__icon {
    display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: var(--vspace-0_25, 8px);
    border-radius: 0;
}

.s-services__icon i {
    font-size: 48px;
	color: #ff6b35;
}

.s-services__wrap h3 {
    color: white;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: var(--vspace-0_5, 16px);
    font-weight: 600;
}



.s-services__wrap p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
    font-size: 2rem;
	
}

.s-services__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 10px;
}

.s-services__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.s-services__dot:hover {
    background: #bbb;
    transform: scale(1.1);
}

.s-services__dot.active {
    background: #ddd;
    transform: scale(1.2);
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .s-services__nav-btn {
        width: 40px;
        height: 40px;
    }

    .s-services__nav-prev {
        left: -20px;
    }

    .s-services__nav-next {
        right: -20px;
    }

    .s-services__item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .s-services {
        padding: 8rem 0;
    }

    .s-services__container {
        padding: 0 1rem;
    }

    .s-services__heading-section h2 {
        font-size: 3rem;
    }

    .s-services__nav-btn {
        width: 40px;
        height: 40px;
        padding: 5px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .s-services__nav-btn:active {
        transform: translateY(-50%) scale(0.95);
    }

    .s-services__nav-prev {
        left: -10px;
    }

    .s-services__nav-next {
        right: -10px;
    }

    .s-services__wrap {
        padding: 2rem 1.5rem;
    }

    .s-services__wrap h4 {
        font-size: 1.6rem;
    }

    .s-services__wrap p {
        font-size: 1.3rem;
    }

    .s-services__dots {
        margin-top: 2rem;
    }

    .s-services__dot {
        width: 8px;
        height: 8px;
        /* 增加触摸区域 */
        padding: 6px;
        /* 改善触摸体验 */
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .s-services__dot:active {
        transform: scale(0.9);
    }

    /* Services heading section tablet optimization */
    .s-services__heading-section {
        margin-bottom: 5rem;
        padding: 0 1.5rem;
    }

    .s-services__heading-section h3 {
        font-size: 1.6rem;
    }

    .s-services__subheading {
        font-size: 5rem;
        line-height: 1.15;
    }

    .s-services__lead {
        font-size: 1.8rem;
        line-height: 3rem;
        padding: 0 1.5rem;
    }
}

/* ------------------------------------------------------------------- 
 * ## TECHNICAL
 * ------------------------------------------------------------------- */

.s-technical {
    padding: 11.2rem 0;
    position: relative;
    z-index: -1;
    background-attachment: fixed;
    margin-top: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "楷体";
}

.s-technical .row {
    width: auto;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

.s-technical__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #063c3f;
    z-index: -1;
}

.s-technical__container {
    width: 100%;
    max-width: 1220px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    margin-right: auto;
    margin-left: auto;
}

.s-technical__heading-section {
    color: #fff;
}

.s-technical__subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.s-technical__heading-section>h2 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.4;
}

.s-technical__counter-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    padding: 0 1.2rem;
}

.s-technical__counter {
    width: 100%;
    position: relative;
    z-index: 0;
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 4px;
}

.s-technical__icon {
    position: relative;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.s-technical__icon i {
    font-size: 5rem;
    line-height: 1.2;
    color: #fff;
}

.s-technical__number {
    font-size: 4.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0.5rem;
    display: block;
    letter-spacing: 2px;
}

.s-technical__caption {
    font-weight: 600;
    font-size: 1.4rem;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .s-technical__container {
        max-width: 960px;
    }

    .s-technical__heading-section>h2 {
        font-size: 4rem;
    }

    .s-technical__counter {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 780px) {
    .s-technical__container {
        max-width: 720px;
    }

    .s-technical__counter-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .s-technical__container {
        max-width: 540px;
    }

    .s-technical__counter-wrap {
        width: 100%;
    }
}

/* ------------------------------------------------------------------- 
 * ## TESTIMONY
 * ------------------------------------------------------------------- */
.s-testimony {
    background: #f8faff;
    padding: 12.8rem 0;
    position: relative;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.8;
    font-weight: 300;
}

.s-testimony__container {
    width: 100%;
    max-width: 114rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.s-testimony__subheading {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.2);
}

.s-testimony__heading-section>h2 {
    font-size: 3.8rem;
    font-weight: 700;
}

.s-testimony__carousel {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 1;
}

.s-testimony__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.s-testimony__carousel:hover .s-testimony__nav-btn {
    opacity: 1;
    visibility: visible;
}

.s-testimony__nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
}

.s-testimony__nav-btn svg {
    fill: #252525;
    width: 40px;
    height: 40px;
}

.s-testimony__nav-prev {
    left: -50px;
}

.s-testimony__nav-next {
    right: -50px;
}

.s-testimony__owl-stage-outer {
    padding-bottom: 3.2rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    touch-action: pan-y;
}

.s-testimony__owl-stage {
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
    width: calc(100% * 11 / 3);
    -ms-touch-action: pan-Y;
    touch-action: pan-y;
    -moz-backface-visibility: hidden;
}

.s-testimony__item {
    width: calc(100% / 11);
    flex: 0 0 calc(100% / 11);
    margin-right: 0;
    padding: 0 15px;
    -ms-touch-action: pan-Y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
}

.s-testimony__wrap {
    -webkit-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    background: #fff;
    display: block;
    position: relative;
    transition: all 0.3s ease-out;
}

.s-testimony__wrap>p {
	margin: 0
}

.s-testimony__icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    box-shadow: 1px 1.732px 7.68px 0.32px rgba(21, 19, 16, 0.05);
     
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s-testimony__icon i {
    font-size: 3.6rem;
}

.s-testimony__wrap>h4 {
    margin-bottom: 2rem;
    font-weight: 900;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.s-testimony__item:hover .s-testimony__wrap {
    box-shadow: 1.5px 2.598px 11.28px 0.72px rgba(158, 109, 54, 0.3);
    
}

.s-testimony__item:hover .s-testimony__icon {
    transform: scaleX(-1);
    color: #9e6d36;
}

.s-testimony__item:hover .s-testimony__wrap>h4 {
    color: #9e6d36;
}

.s-testimony__btn-block {
    margin-top: 3rem;
}

.s-testimony__btn {
    border: 2px solid rgb(250, 170, 41);
    color: #252525;
    margin: 0;
    display: inline-block;
    font-weight: 700;
	font-size: 2rem ;
    text-transform: uppercase;
    letter-spacing: .35em;
    max-width: 21rem;
    height: 6.4rem;
    line-height: calc(6.4rem - 4px);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease;
}



/*查看更多*/
.s-testimony__btn:hover {
    background: rgb(250, 170, 41);
    color: white;
}

.s-testimony__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 10px;
}

.s-testimony__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 8px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.s-testimony__dot.active {
    background: rgb(250, 170, 41);
}

.s-testimony__dot:hover {
    background: rgb(250, 170, 41);
    transform: scale(1.1);
}

.s-testimony__dot:active {
    transform: scale(0.9);
}


@media (max-width: 979px) {
    .s-testimony__owl-stage {
        width: calc(100% * 9 / 2);
    }

    .s-testimony__item {
        width: calc(100% / 9);
        flex: 0 0 calc(100% / 9);
    }
}

@media (max-width: 479px) {
    .s-testimony__owl-stage {
        width: calc(100% * 7 / 1);
    }

    .s-testimony__item {
        width: calc(100% / 7);
        flex: 0 0 calc(100% / 7);
    }

    .s-testimony__nav-prev {
        left: -15px;
    }

    .s-testimony__nav-next {
        right: -15px;
    }
}

@media (max-width: 780px) {
    .s-testimony__dot {
        padding: 6px;
        margin: 2px;
    }
}

/* ------------------------------------------------------------------- 
 * ## BSG CARDS
 * ------------------------------------------------------------------- */
.bsg-cards {
    padding: 6.4rem 0;
}

.bsg-cards__introduction {
    margin: 4.8rem auto;
    max-width: 1200px;
    text-align: center;
}

.bsg-cards__introduction--eyebrow {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 100%;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
}

.bsg-heading__h2 {
    font-family: Ivar Headline, Times New Roman, serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.1;
    margin-bottom: 24px;
    margin-top: 0;
}

.bsg-cards__introduction--container__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bsg-cards__introduction--container__right p {
    font-size: 1.8rem;
}

.bsg-cards__introduction .bsg-cta__wrapper {
    display: inline-block;
    margin: 2.4rem 0 2rem;
}

.bsg-cards__embed {
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 60rem;
    position: relative;
}

.bsg-cards__input {
    min-width: 70%;
    border: .5px solid #d4d4d4;
    border-radius: 8px 0 0 8px;
    padding: 1.8rem;
    width: 100%;
    font-size: 1.6rem;
}

.bsg-cards__input:focus,
.bsg-cards__input:focus-visible,
.bsg-cards__btn:focus,
.bsg-cards__btn:focus-visible {
    outline: none;
}

.bsg-cards__btn {
    background: #c91459;
    border: 1px solid #c91459;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Sohne, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    padding: 1.7rem 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

/* 当按钮在swiper区域时的样式调整 */
.bsg-cards__introduction--cta {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
}

.bsg-cards__btn {
    border-radius: 8px;
    max-width: 300px;
    width: auto;
    padding: 1.7rem 3rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.bsg-cards__btn:hover {
    background: #a91148;
    border-color: #FFE24C;
	color: #fff;
    transform: translateY(-2px);
}

.bsg-cards__card {
    flex: 0 0 auto;
    margin: 0 18px;
    transform: translateZ(0);
    background: #fff;
    border: none;
    color: #000;
    overflow: hidden;
    padding: 0;
    text-align: left;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 450px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.bsg-cards__card:hover .bsg-cards__card--split__image {
    transform: scale(1.1);
}

/* 响应式卡片宽度 */
@media screen and (min-width: 980px) {
    .bsg-cards__card {
        width: calc(33.333% - 36px);
    }
}

@media screen and (min-width: 480px) and (max-width: 979px) {
    .bsg-cards__card {
        width: calc(50% - 36px);
    }
}

@media screen and (max-width: 479px) {
    .bsg-cards__card {
        width: calc(100% - 36px);
    }
}

.bsg-cards__swiper--controls {
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    gap: 50px;
    display: none;
}

.bsg-cards__swiper--nav {
    display: block;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

.bsg-cards__swiper--pagination {
    display: flex !important;
    gap: 8px;
    align-items: center;
}

.bsg-cards__swiper--pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.bsg-cards__swiper--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c91459;
}

.bsg-cards__card--split__image {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 100%;
    transition: all 0.5s ease;
}

.bsg-cards__card--split__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 2.4rem 3.6rem;
    width: 100%;
}

.bsg-cards__card--eyebrow {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 100%;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
}

.bsg-cards__card--split__title-large {
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.1;
    margin-bottom: 1.6rem;
    margin-top: 0;
}

.bsg-cards__card--split__description {
    font-family: Sohne, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.6;
}

@media (max-width: 780px) {
    .bsg-cards__card--split__title-large {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .bsg-cards__embed {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
    }

    .bsg-cards__input {
        max-width: 80%;
        border-radius: 8px;
    }

    .bsg-cards__btn {
        max-width: 80%;
        border-radius: 60px;
    }

    .bsg-cards__swiper--standard .bsg-cards__btn {
        max-width: 100%;
        border-radius: 60px;
        padding: 1.5rem 2rem;
    }
}

/* ------------------------------------------------------------------- 
 * ## TESTIMONIALS
 * ------------------------------------------------------------------- */
.s-testimonials {
    position: relative;
    margin-top: 11.2rem;
    margin-bottom: 9.6rem;
    max-width: 96rem;
    padding: 6.4rem 0;
    text-align: center;
}

.s-testimonials.row {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.s-testimonials h2 {
    font-family: "Inter", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(7, 98, 125);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.s-testimonial__slider {
    margin-top: 3.2rem;
    padding-bottom: 4.8rem;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.s-testimonial__swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.s-testimonial__swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    user-select: none;
    cursor: grab;
}

.s-testimonial__swiper-slide p {
    font-size: 3.6rem;
    line-height: 1.5556;
}

.s-testimonial__slider-author {
    display: inline-block;
    min-height: 6.4rem;
    margin-bottom: 0.528rem;
    position: relative;
}

.s-testimonial__slider-avatar {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 100%;
    margin-bottom: 0.4rem;
    vertical-align: bottom;
    outline: none;
}

.s-testimonial__cite {
    display: block;
}

.s-testimonial__cite strong {
    line-height: 2.4rem;
    color: black;
}

.s-testimonial__cite span {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #999b9b;
}

.s-testimonial__swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 100%;
	margin-bottom: 20px;
 
}

.s-testimonial__swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.s-testimonial__swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(7, 98, 125);
    transform: scale(1.2);
}

.s-testimonial__swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.6;
    transform: scale(1.1);
}

/* 独立的指示点样式 */
.s-testimonial__custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    gap: 1.2rem;
}

.s-testimonial__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    margin: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
}

.s-testimonial__dot:hover {
    background: #252525;
    transform: scale(1.1);
}

.s-testimonial__dot.active {
    background: #252525;
    transform: scale(1.2);
}

/* 响应式适配 */
@media screen and (max-width: 1200px) {
    .s-testimonial__swiper-slide p {
        font-size: 3.2rem;
    }

    .s-testimonial__custom-pagination {
        margin-top: 2rem;
        gap: 1rem;
    }

    .s-testimonial__dot {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 991px) {
    .s-testimonial__swiper-slide p {
        font-size: 2.8rem;
    }

    .s-testimonials {
        margin-top: 8rem;
        margin-bottom: 6rem;
    }
}

@media screen and (max-width: 780px) {
    .s-testimonial__swiper-slide p {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .s-testimonial__slider-avatar {
        width: 5.6rem;
        height: 5.6rem;
    }

    .s-testimonial__slider-author {
        min-height: 5.6rem;
    }

    .s-testimonial__custom-pagination {
        margin-top: 1.6rem;
        gap: 0.8rem;
    }

    .s-testimonial__dot {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 480px) {
    .s-testimonial__swiper-slide p {
        font-size: 2rem;
        line-height: 1.3;
    }

    .s-testimonial__slider-avatar {
        width: 4.8rem;
        height: 4.8rem;
    }

    .s-testimonial__slider-author {
        min-height: 4.8rem;
    }

    .s-testimonials {
        margin-top: 6rem;
        margin-bottom: 4rem;
    }

    .s-testimonial__cite span {
        font-size: 1.3rem;
    }

    .s-testimonial__custom-pagination {
        margin-top: 1.2rem;
        gap: 0.6rem;
    }
}

/* ------------------------------------------------------------------- 
 * ## PARALLAX
 * ------------------------------------------------------------------- */
.s-parallax {
    text-align: center;
    padding: 11.2rem 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.s-parallax__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: rgba(0, 0, 0, 0.5);
}

.s-parallax .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: unset !important;
}

.s-parallax__container-fluid {
    padding: 0 15px;
    margin: 0 auto;
}

.s-parallax__equalize-item {
    display: table;
}

.s-parallax p {
    margin-bottom: 24px;
    font-size: 1.4rem;
}

.s-parallax h4 {
    margin-bottom: 24px;
    font-size: 4rem;
    line-height: 4.6rem;
}

.display-table-cell {
    display: table-cell !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

.s-parallax__btn {
    display: inline-block;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: 24px;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.s-parallax__btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
}

.s-parallax__btn.btn-small {
    font-size: 11px;
    padding: 4px 24px;
}

.border-radius-4 {
    border-radius: 4px;
}

.offset-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .s-parallax h4 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 1.8rem;
    }
}

@media screen and (max-width: 780px) {
    .s-parallax h4 {
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 1.7rem;
    }
}

/* ------------------------------------------------------------------- 
 * ## FOOTER
 * ------------------------------------------------------------------- */
.ptb-50 {
    padding: 50px 0;
}

.s-footer__container {
    max-width: 1200px;
    width: 100%;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    margin-right: auto;
    margin-left: auto;
}

.s-footer__logo a {
    color: #222222;
    font-family: lato;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.s-footer__logo a span {
    color: #0088cc;
}

.s-footer__logo>p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 2.4rem;
    color: #464646;
    margin-bottom: 15px;
}

.s-footer__member-social {
    margin: 0;
}

.s-footer__member-social li {
    display: inline-block;
}

.s-footer__member-social a {
    background: #464646 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 3rem;
}

.s-footer__member-social li+li {
    margin-left: 14px;
}

.s-footer__member-social i {
    display: inline-block;
    font: normal normal normal 14px / 1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.s-footer__menu {
    padding: 20px 0 0;
}

.s-footer__menu ul {
	margin-bottom: 10px;
}

.s-footer__menu ul li {
    display: inline-block;
    position: relative;
}

.s-footer__menu ul li+li {
    margin-left: 30px;
}

.s-footer__menu li+li::before {
    background: #464646 none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    left: -15px;
    top: 7px;
    width: 1px;
}

.s-footer__menu ul li a {
    color: #464646;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

.s-footer__copyright p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 0;
    line-height: 2.4rem;
    text-transform: capitalize;
}

@media screen and (max-width: 480px) {
    .s-footer__container {
        text-align: center;
    }

    .s-footer__member-social {
        margin-bottom: 1rem;
    }
}




/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
.ss-go-top {
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 200%);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    bottom: 4.4rem;
    right: 4rem;
}

.ss-go-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background-color: black;
    transition: all .3s;
    position: relative;
}

.ss-go-top a:focus svg path,
.ss-go-top a:hover svg path {
    fill: white;
}

.ss-go-top svg {
    height: var(--vspace-0_75);
    width: var(--vspace-0_75);
}

.ss-go-top svg path {
    fill: white;
}

.ss-go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

@media screen and (max-width: 780px) {
    .ss-go-top {
        bottom: 6rem;
        right: 2rem;
    }

    .ss-go-top a {
        height: 5rem;
        width: 5rem;
    }
}

@media screen and (max-width: 480px) {
    .ss-go-top {
        bottom: 5rem;
        right: 1.6rem;
    }

    .ss-go-top a {
        height: 4rem;
        width: 4rem;
    }
}

/* ------------------------------------------------------------------- 
 * ## BSG-CARDS NEW STRUCTURE
 * ------------------------------------------------------------------- */
.bsg-cards__container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem;
}

.bsg-cards__container .row {
    max-width: 100% !important;
}

.bsg-cards__heading-section {
    text-align: center;
    margin-bottom: 6rem;
}

.bsg-cards__heading-section h3 {
    font-family: "Inter", sans-serif;
    font-size: 4.4rem;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 1rem;
}

.bsg-cards__subheading {
    font-family: "Lora", serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 1.5rem;
    display: block;
}

.bsg-cards__lead {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.bsg-cards__carousel {
    position: relative;
    margin: 0 auto;
    max-width: 1500px;
}

.bsg-cards__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bsg-cards__nav-btn:hover {
    background: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}

.bsg-cards__nav-prev {
    left: -50px;
}

.bsg-cards__nav-next {
    right: -50px;
}

.bsg-cards__owl-stage-outer {
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}

.bsg-cards__owl-stage {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
    touch-action: pan-y;
}

.bsg-cards__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 10px;
}

.bsg-cards__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.bsg-cards__dot:hover {
    background: #999;
    transform: scale(1.1);
}

.bsg-cards__dot.active {
    background: #333;
    transform: scale(1.2);
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .bsg-cards__nav-btn {
        width: 40px;
        height: 40px;
    }

    .bsg-cards__nav-prev {
        left: -20px;
    }

    .bsg-cards__nav-next {
        right: -20px;
    }
}

@media screen and (max-width: 780px) {
    .bsg-cards__card {
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 768px) {
    .bsg-cards__container {
        padding: 0 1rem;
    }

    .bsg-cards__heading-section {
        margin-bottom: 4rem;
    }

    .bsg-cards__heading-section h3 {
        font-size: 4rem;
      

    }
}

/* ------------------------------------------------------------------- 
 * ## BSG-CARDS RESPONSIVE
 * ------------------------------------------------------------------- */
@media screen and (min-width: 980px) {

    .bsg-cards__nav-prev,
    .bsg-cards__nav-next,
    .bsg-cards__dots {
        display: none !important;
    }
}