:root {
    --bodyColor: #222;
    --bodyBg: #fff;
    --whiteColor: #fff;
    --blackColor: #0a0624;
    --blackBlue: #110c34;
    --headingColor: #222;
    --contentColor: #5f6c76;
    --primaryColor: #fe0094;
    --secondaryColor: #18239d;
    --greyColor: #ededed;
    --borderColor: #eee;
    --borderColor2: #eacadf;
    --borderColor3: #ccc;
    --navyBlue: #18239d;
    --navyBlue2: #221c49;
    --pinkcolor: #E1ECFE;
    --violet: #6e1299;
    --yellow: #ff912c;
    /* --gradientColor: linear-gradient(90deg, #00229e, #6e1299 47.92%, #fe0094); */
    --gradientColor: linear-gradient(90deg, #00328B, #0075E0);
    --gradientColor2: linear-gradient(180deg, rgba(8, 21, 42, 0), #08152a);
    --gradientColor3: linear-gradient(90deg, #0f259e, hsla(0, 0%, 100%, 0));
    --borderRadius: 8px;
    --borderRadius2: 5px;
    --transition: 0.3s;
    --fontSource: "Source Sans Pro";
    --boxShadow1: 0 0 20px 5px rgba(95, 45, 237, .1);
}
    @media (min-width: 1200px) {
        .container {
            max-width: 1350px;
        }
    }
    @media (max-width: 767px) {
    .herobanner.herobanner__front__img__wrapper .herobanner__button {
        margin-top: 10px;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .herobanner__button {
        margin-top: 20px;
        flex-wrap: wrap;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .herobanner.herobanner__front__img__wrapper .default__button {
        padding: 20px 10px;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .herobanner.herobanner__front__img__wrapper .herobanner__button .video__button {
        margin-top: 0;
        margin-left: 6px;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    .herobanner.herobanner__front__img__wrapper .herobanner__button .video__button .video__button__text {
        margin-left: 5px;
        font-size: 14px;
    }
    .default__button {
        padding: 20px 25px !important;
    }
}
    .herobanner__small__text span {
        font-size: 15px;
        font-weight: 700;
        color: #fe0094;
        position: relative;
        padding-left: 45px;
        margin-bottom: 15px;
        display: inline-block;
    }
    .text__gradient {
        background: linear-gradient(90deg, #00229e, #6e1299 47.92%, #fe0094);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #00229e; /* Fallback */
    }
    .herobanner__small__text span:before {
        position: absolute;
        content: "";
        height: 4px;
        width: 30px;
        background: #fe0094;
        top: 47%;
        left: 0;
    }
    p {
        padding: 0;
        margin: 0 0 0px 0;
    }

    .herobanner__text p {
        color: var(--whiteColor);
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        max-width: 80%;
    }
    .text__notes p,strong{
        line-height: 40px;
    }
    .default__button {
        padding: 20px 45px;
        background: var(--gradientColor);
        color: var(--whiteColor);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: var(--borderRadius);
        font-family: var(--fontSource);
        transition: .3s;
        display: inline-block;
    }
    .video__button {
        position: static;
        transform: none;
        margin-left: 20px;
    }
    .video__button a {
        height: 70px;
        width: 70px;
        line-height: 70px;
        position: relative;
        border: 1px solid var(--borderColor);
        border-radius: 100%;
        background: var(--whiteColor);
        display: inline-block;
        text-align: center;
    }
    
    .video__button a:before {
        content: "";
        position: absolute;
        width: 70px;
        height: 70px;
        left: -1px;
        bottom: -1px;
        background: rgba(248, 66, 46, 0.5); /* Màu dựa trên SVG của bạn */
        border-radius: 50%;
        animation: pulse_2 2s ease 0s infinite normal none running;
    }

    @keyframes pulse_2 {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        50% {
            transform: scale(1.2);
            opacity: 0.7;
        }
        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .service__features__icon {
        width: 80px;
        height: 80px;
        display: flex ;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin-right: 20px;
        color: var(--primaryColor);
        font-size: 40px;
        position: relative;
    line-height: 0;
    border-radius: 14px;
    background: var(--secondaryColor);
}
.service__features__icon img {
    transition: .3s linear;
    transform: rotateY(0);
    max-width: 50px;
}
.service__features__wrap {
    background: var(--whiteColor);
    box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 30px 50px 30px;
    position: relative;
    z-index: 1;
}
.about__img__wrapper img {
    max-width: 100%;
}
.d-flex-ngang{
    display: flex;
    align-items: center;
}
.about__hiring__list ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 20px;
    padding-left: 10px;
}
.sp_bottom_30 {
    padding-bottom: 30px;
}
.about__inner {
    padding-left: 35px;
}
.section__title--2 .section__title__heading {
    max-width: 100%;
}
.section__title--2 .section__title__text {
    max-width: 100%;
}
.section__title--2 .section__title__heading h3 {
    text-align: left;
}
.section__title__heading h3 {
    color: var(--blackColor);
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.section__title__text p {
    color: var(--contentColor);
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.default__button {
    padding: 20px 45px;
    background: var(--gradientColor);
    color: var(--whiteColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: var(--borderRadius);
    font-family: var(--fontSource);
    transition: .3s;
    display: inline-block;
}
.default__button {
    position: relative;
    z-index: 100;
}
.service {
    position: relative;
    background-color: var(--pinkcolor);
}
.sp_bottom_130 {
    padding-bottom: 130px;
}
.sp_top_120 {
    padding-top: 120px;
}
.section__title__heading {
    max-width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .section__title__heading {
        max-width: 90%;
    }
}

.section__title__heading h3 {
    color: var(--blackColor);
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.section__title__text {
    max-width: 50%;
    margin: 0 auto;
}
.section__title__text p {
    color: var(--contentColor);
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
}
html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos].aos-animate {
    pointer-events: auto;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
.service__single__4 {
    padding: 40px 22px;
    background: var(--whiteColor);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    text-align: center;
    transition: var(--transition);
    border-radius: 8px;
    -webkit-clip-path: polygon(0 0, 84% 0, 100% 10%, 100% 80%, 100% 100%, 16% 100%, 0 88%, 0 0);
    clip-path: polygon(0 0, 84% 0, 100% 10%, 100% 80%, 100% 100%, 16% 100%, 0 88%, 0 0);
}
.service__img__4 {
    margin-bottom: 25px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.service__img__4 img {
    max-width: 100%;
}
.service__heading__4 {
    margin-bottom: 10px;
}
.service__icon a {
    height: 62px;
    width: 62px;
    line-height: 58px;
    background: var(--pinkcolor);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
}
.direction__btn svg {
    position: relative;
    z-index: 99;
}
.direction__btn svg path {
    stroke: var(--blackColor);
    transition: var(--transition);
}
.direction__btn:after {
    background: var(--gradientColor);
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    opacity: 0;
    z-index: 9;
}
.service__heading__4 h3 a {
    font-weight: 700;
    line-height: 30px;
    font-size: 20px;
    color: var(--blackColor);
}
.facts {
    background: var(--gradientColor);
}
.sp_40 {
    padding: 40px 0;
}
.facts__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px){
    .facts__inner {
        flex-direction: column;
    }
}

.facts__single__counter .counter__number {
    color: var(--whiteColor);
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1;
}
.facts__single__counter .counter__number span {
    font-size: 32px;
    font-weight: 700;
    color: var(--whiteColor);
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos].aos-animate {
    pointer-events: auto;
}
.facts__single .btn, a, button, img, input, li, p, select, textarea {
    transition: all var(--transition) ease-out 0s;
}
.about__list ul {
    display: flex;
    flex-wrap: wrap;
}
.about__list ul li {
    width: 50%;
    margin-bottom: 15px;
}
li {
    list-style: none;
    /* display: inline-block; */
}
.about__list ul li i, .bg__black .about__inner--2 p, .bg__black .about__list ul li {
    color: var(--whiteColor);
}
.about__list ul li i {
    background: var(--gradientColor);
    margin-right: 10px;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 21px;
    text-align: center;
}
[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.icofont-check:before {
    content: "\eed8";
}
.section__title__button {
    margin-bottom: 20px;
}
.section__title--3 .section__title__button span, .section__title--3 .section__title__heading h3 {
    color: var(--whiteColor);
}
.section__title__button span {
    color: var(--blackColor);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid var(--borderColor2);
    padding: 10px 26px;
    border-radius: 50px;
    display: inline-block;
}
.section__title--2 .section__title__heading {
    max-width: 100%;
}
.special__spacing .section__title__heading {
    max-width: 100%;
    text-align: left;
}
.section__title__button span {
    color: var(--blackColor);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid var(--borderColor2);
    padding: 10px 26px;
    border-radius: 50px;
    display: inline-block;
}
.text__gradient {
    -webkit-text-fill-color: transparent;
    background: var(--gradientColor);
    -webkit-background-clip: text;
}
.project__single {
    margin-bottom: 27px;
}
.single__transform {
    transition: var(--transition);
}
.project__img--2 {
    position: relative;
}
.project__img {
    margin-bottom: 30px;
}
.project__img--2:before {
    bottom: 0;
    height: 95%;
    display: block;
    z-index: 1;
    background: linear-gradient(to bottom, transparent, var(--secondaryColor) 120%);
    cursor: pointer;
    opacity: 0;
}
.project__img--2:after, .project__img--2:before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
}
.project__img img {
    max-width: 100%;
}

.project__heading--2 {
    position: absolute;
    bottom: 30px;
    left: 35px;
    z-index: 11;
}
.project__heading {
    max-width: 55%;
}
.project__heading--2 h3 a {
    color: var(--whiteColor);
}
.project__heading h3 a {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--blackColor);
}
.project__icon--2 {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 11;
}
.project__icon a {
    background: var(--pinkcolor);
}
.direction__btn {
    height: 62px;
    width: 62px;
    line-height: 62px;
    background: var(--whiteColor);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}
.direction__btn svg {
    position: relative;
    z-index: 99;
}
.direction__btn svg path {
    stroke: var(--blackColor);
    transition: var(--transition);
}
.sp_top_100 {
    padding-top: 100px;
    border-radius: var(--borderRadius);
}
.position-relative {
    position: relative !important;
}
.position-static {
    position: static !important;
}
.testimonial__author h6 a {
    font-size: 23px;
    color: var(--blackColor);
    font-weight: 700;
    line-height: 38px;
}
.swiper-slide .testimonial__text p {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 38px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin: 0;
}

/* Testimonial Container */
.testimonial__inner {
    padding: 60px;
    background: var(--pinkcolor);
    margin: 0 130px 0 50px;
    border-radius: var(--borderRadius);
    position: relative;
}

/* Testimonial Slider */
.testimonial__single__slider {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

/* Testimonial Text */
.testimonial__text p {
    font: italic 500 20px/38px var(--fontSource);
    color: #666;
    text-decoration: underline;
    margin: 0;
}

/* Testimonial Bottom */
.testimonial__bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

/* Testimonial Author */
.testimonial__author h6 a {
    font: 700 23px/38px var(--fontSource);
    color: var(--blackColor);
    text-decoration: none;
}

.testimonial__author span {
    display: block;
    font: 400 14px var(--fontSource);
    color: #777;
}

/* Small Image */
.testimonial__small__img {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.testimonial__small__img img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* Slider Controls */
.slider__controls__arrows--2 {
    position: absolute;
    right: -130px;
    top: 58%;
}

.arrow-btn {
    width: 65px;
    height: 65px;
    background: #007bff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid var(--whiteColor);
}

.arrow-btn:hover {
    background: #0056b3;
}

.arrow-btn svg {
    width: 24px;
    height: 24px;
}

.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive Design cho Mobile */

/* Dưới 768px (Tablet và Mobile nhỏ hơn) */
@media (max-width: 768px) {
    .testimonial__inner {
        padding: 20px !important;
        margin: 0; /* Giảm margin để vừa màn hình nhỏ */
    }

    .testimonial__single__slider {
        padding: 0px !important;
    }

    .testimonial__text p {
        font-size: 16px; /* Giảm kích thước chữ cho dễ đọc */
        line-height: 30px;
    }

    .testimonial__author h6 a {
        font-size: 20px; /* Giảm kích thước tiêu đề */
        line-height: 32px;
    }

    .testimonial__author span {
        font-size: 13px; /* Giảm kích thước chữ phụ */
    }

    .testimonial__small__img img {
        width: 50px;
        height: 50px; /* Giảm kích thước ảnh cho mobile */
    }

    .slider__controls__arrows--2 {
        position: absolute; /* Chuyển nút điều hướng xuống dưới slider */
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .arrow-btn {
        width: 45px; /* Giảm kích thước nút điều hướng */
        height: 45px;
    }

    .arrow-btn svg {
        width: 20px;
        height: 20px; /* Giảm kích thước icon */
    }
    
   
}
.special__spacing .aos-animate .testimonial__inner .testimonial__single__slider{
        background: #E1ECFE;
        box-shadow: none;
    }


    .testimonial__slider__active  .swiper-wrapper{
        z-index: 0;
    }

/* Dưới 575px (Mobile nhỏ hơn) */
@media (max-width: 575px) {
    .testimonial__inner {
        padding: 15px; /* Giảm padding thêm */
        margin: 0px;
    }

    .testimonial__single__slider {
        padding: 15px;
    }

    .testimonial__text p {
        font-size: 14px; /* Giảm thêm kích thước chữ */
        line-height: 26px;
    }

    .testimonial__author h6 a {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial__author span {
        font-size: 12px;
    }

    .testimonial__small__img {
        bottom: 15px;
        right: 15px;
    }

    .testimonial__small__img img {
        width: 40px;
        height: 40px; /* Ảnh nhỏ hơn trên mobile nhỏ */
    }

    .testimonial__bottom {
        flex-direction: column; /* Chuyển sang xếp dọc nếu cần */
        align-items: flex-start;
        gap: 10px;
    }

    .arrow-btn {
        width: 40px;
        height: 40px;
    }

    .arrow-btn svg {
        width: 18px;
        height: 18px;
    }
    .slider__controls__arrows--2 {
        position: absolute; 
        top: 50%; 
        transform: translateY(-50%); 
        right: 15%; 
        display: flex;
        flex-direction: column; 
        justify-content: center;
        gap: 15px; 
        margin-top: 0; 
    }

}

/* Dưới 320px (Mobile rất nhỏ) */
@media (max-width: 320px) {
    .testimonial__text p {
        font-size: 12px; /* Tối ưu cho màn hình siêu nhỏ */
        line-height: 22px;
    }

    .testimonial__author h6 a {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial__author span {
        font-size: 11px;
    }

    .testimonial__small__img img {
        width: 35px;
        height: 35px;
    }
}

/* Tab Content */
.tab__content__wrapper {
    padding: 20px 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active.show {
    display: block;
}

/* Pricing Single Wrap */
.pricing__single__wrap {
    margin-bottom: 30px;
}

.single__transform {
    transition: var(--transition);
}

.pricing__gradient {
    background: var(--gradientColor);
    border-radius: var(--borderRadius);
    padding: 5px;
}

/* Pricing Single */
.pricing__single {
    background: var(--whiteColor);
    border-radius: var(--borderRadius);
    padding: 30px;
    position: relative;
    text-align: center;
}

/* Pricing Small Button */
.pricing__small__button span {
    font: 700 14px var(--fontSource);
    color: var(--blackColor);
    background: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

/* Pricing Inner Gradient */
.pricing__inner__gradient {
    background: var(--gradientColor);
    padding: 20px;
    border-radius: var(--borderRadius);
    margin-bottom: 20px;
}

.pricing__single__price h6.text__gradient {
    font: 700 36px var(--fontSource);
    background: var(--gradientColor);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.pricing__single__price span {
    font: 400 16px var(--fontSource);
    color: #777;
    display: block;
    margin-top: 5px;
}

/* Pricing Text */
.pricing__single__text ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing__single__text ul li {
    font: 400 16px var(--fontSource);
    color: #666;
    margin-bottom: 10px;
}
.single__transform .pricing__single .pricing__single__text ul li{
    width: 100%;
}

/* Pricing Button */
.default__button {
    padding: 15px 30px;
    background: var(--gradientColor);
    color: var(--whiteColor);
    font: 700 14px var(--fontSource);
    border-radius: var(--borderRadius);
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

.default__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Pricing Special */
.pricing__special {
    position: relative;
}

.pricing__special__badge {
    position: absolute;
    top: -10px;
    right: -10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing__single {
        padding: 20px;
    }

    .pricing__single__price h6.text__gradient {
        font-size: 30px;
    }

    .pricing__single__price span {
        font-size: 14px;
    }

    .pricing__small__button span {
        font-size: 12px;
        padding: 6px 15px;
    }

    .pricing__single__text ul li {
        font-size: 14px;
    }

    .default__button {
        padding: 12px 25px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .pricing__single {
        padding: 15px;
    }

    .pricing__single__price h6.text__gradient {
        font-size: 26px;
    }

    .pricing__single__price span {
        font-size: 13px;
    }

    .pricing__small__button span {
        font-size: 11px;
        padding: 5px 12px;
    }

    .pricing__single__text ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .default__button {
        padding: 10px 20px;
        font-size: 12px;
    }

    .pricing__special__badge {
        top: -5px;
        right: -5px;
    }

    .pricing__special__badge svg {
        width: 30px;
        height: 45px;
    }
}













.testimonial__inner {
    position: relative;
    padding: 20px 0;
}

.testimonial__slider__active {
    overflow: hidden;
}

.testimonial__single__slider {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    /* margin: 15px; */
}

.testimonial__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial__bottom {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial__author h6 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.testimonial__author span {
    display: block;
    font-size: 14px;
    color: #777;
}

.testimonial__small__img {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.testimonial__small__img img {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
}

.slider__controls__wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.arrow-btn {
    width: 45px;
    height: 45px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: #0056b3;
}

.arrow-btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial__single__slider {
        padding: 20px;
    }
    
    .testimonial__text p {
        font-size: 14px;
    }
    
    .testimonial__small__img img {
        width: 50px !important;
        height: 50px !important;
    }
}
.slider__controls__arrows .arrow-btn:before {
    background: var(--gradientColor);
    position: absolute;
    border-radius: 100%;
    left: -3px;
    top: -3px;
    height: 67px;
    width: 67px;
    content: "";
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    opacity: 0;
    z-index: 9;
}
.slider__controls__arrows .arrow-btn {
    font-size: 40px;
    color: var(--whiteColor);
    height: 65px;
    width: 65px;
    border: 2px solid var(--whiteColor);
    border-radius: 100px;
    position: absolute;
    transition: var(--transition);
    line-height: 65px;
    text-align: center;
    left: 0;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.slider__controls__arrows--2 .arrow-btn.swiper-button-next {
    top: -90px;
    right: 0;
}
.slider__controls__arrows--2 .arrow-btn {
    right: 0;
    left: auto;
}
.slider__controls__arrows .arrow-btn-2 {
    border: 2px solid #E1ECFE;
}
.slider__controls__arrows .arrow-btn:before {
    background: var(--gradientColor);
    position: absolute;
    border-radius: 100%;
    left: -3px;
    top: -3px;
    height: 67px;
    width: 67px;
    content: "";
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    opacity: 0;
    z-index: 9;
}
.slider__controls__arrows .arrow-btn {
    font-size: 40px;
    color: var(--whiteColor);
    height: 65px;
    width: 65px;
    border: 2px solid var(--whiteColor);
    border-radius: 100px;
    position: absolute;
    transition: var(--transition);
    line-height: 65px;
    text-align: center;
    left: 0;
}
.slider__controls__arrows--2 {
    position: absolute;
    /* right: -130px; */
    top: 58%;
}
/* .service__features__icon:after, .service__features__icon:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    background: var(--primaryColor);
    border-radius: 2px;
} */
/* .service__features__icon:after {
    left: 0;
    bottom: 10px;
}
.service__features__icon:before {
    right: 0;
    top: 10px;
}    */
.service__features__item h4 {
    font-weight: 600 ;
}




/* Định nghĩa lại style cơ bản từ đoạn CSS trước */
.service__features__item {
    background: var(--whiteColor);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    transition: transform 0.3s ease; /* Thêm transition cho transform */
    transform-style: preserve-3d; /* Cho phép hiệu ứng 3D */
    perspective: 1000px; /* Tạo chiều sâu không gian */
}

.service__features__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradientColor);
    border-radius: 14px;
    color: var(--primaryColor);
    transition: transform 0.3s ease; /* Transition cho icon */
}

.service__features__icon img {
    max-width: 50px;
    transition: transform 0.3s ease; /* Transition cho hình ảnh */
}

/* Hiệu ứng 3D khi hover */

.service__features__item:hover .service__features__icon {
    transform: translateZ(20px); /* Đẩy icon ra trước trong không gian 3D */
}

.service__features__item:hover .service__features__icon img {
    transform: rotateY(360deg); /* Xoay hình ảnh 360 độ theo trục Y */
}
.special__spacing .aos-animate .testimonial__inner .swiper-horizontal{
    background: #E1ECFE;
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .facts__single > img {
        display: none;
    }
}
@media (max-width: 767px) {
    .section__title__heading h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .section__title__text {
        max-width: 100%;
    }
    .about__list ul li {
        width: 100%;
    }
    .sp_bottom_130 {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .sp_bottom_110 {
        padding-bottom: 40px;
    }
    .facts__inner {
        flex-wrap: wrap;
    }
    .service__features__wrap {
        padding: 35px 20px 10px;
    }
    .service__features__wrap .service__features__item{
        padding: 10px;
    }
    .sp_top_100 {
        padding-top: 40px;
    }
    .pricing__small__button {
        margin-bottom: 20px;
    }
}
.slider__controls__arrows--2 .swiper-button-next{
    background-color: white;
    border: 2px solid #E1ECFE;
}
.slider__controls__arrows--2 .swiper-button-prev{
    background-color: white;
    border: 2px solid #E1ECFE;
}
.slider__controls__arrows--2 .swiper-button-next:hover{
    background-color: white;
    border: 2px solid #E1ECFE;
}
.slider__controls__arrows--2 .swiper-button-prev:hover{
    background-color: white;
    border: 2px solid #E1ECFE;
}
.slider__controls__arrows--2 .swiper-button-next:after{
    color: #0a0624;
    font-size: 20px;
}
.slider__controls__arrows--2 .swiper-button-prev:after{
    color: #0a0624;
    font-size: 20px;
}
.single__transform:hover {
    transform: translateY(-10px);
}
.pricing__single__price {
    background: #E1ECFE;
    border-radius: var(--borderRadius);
    margin-bottom: 25px;
    position: relative;
    z-index: 9;
}
.pricing__inner__gradient {
    transition: var(--transition);
}
.common__gradient__bg {
    position: relative;
}
.pricing__small__button {
    margin-bottom: 50px;
}
.pricing__small__button span {
    padding: 3px 23px;
    border-radius: 0 0 6px 6px;
    background: #e70303;
    /* background: var(--gradientColor); */
    color: var(--whiteColor);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}
.pricing__single {
    background: var(--whiteColor);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    border-radius: var(--borderRadius);
    text-align: center;
    position: relative;
    z-index: 99;
}
.pricing__single__wrap .single__transform .pricing__single .pricing__inner__gradient{
    background: none;
}
.contact__info {
    padding: 45px 40px 10px 50px;
    background: var(--gradientColor);
    margin-bottom: 30px;
    border-radius: var(--borderRadius);
}
.contact__input__wrapper {
    background: var(--whiteColor);
    padding: 30px;
    border-radius: var(--borderRadius);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

/* Contact Common Input */
.contact__common__input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: var(--borderRadius);
    font: 400 16px var(--fontSource);
    color: #666;
    margin-bottom: 20px;
    transition: var(--transition);
}

.contact__common__input:focus {
    border-color: var(--primaryColor);
    outline: none;
    box-shadow: 0 0 5px rgba(254, 0, 148, 0.3);
}

/* Select và Textarea */
.contact__common__input[name="cars"] {
    appearance: none;
    -webkit-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%23666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 15px center;
    padding-right: 35px;
}

textarea.contact__common__input {
    resize: vertical;
    min-height: 150px;
}

/* Contact Button */
.contact__button {
    text-align: center;
}

.default__button {
    padding: 15px 30px;
    background: var(--gradientColor);
    color: var(--whiteColor);
    font: 700 14px var(--fontSource);
    border: none;
    border-radius: var(--borderRadius);
    cursor: pointer;
    transition: var(--transition);
    display: inline-block;
}

.default__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Contact Single Item */
.contact__single__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact__icon {
    margin-right: 20px;
}

.contact__icon span svg {
    width: 25px;
    height: 25px;
}

/* Contact Image */
.contact__img {
    margin-top: 30px;
}

.contact__img img {
    max-width: 100%;
    height: auto;
    border-radius: var(--borderRadius);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact__input__wrapper,
    .contact__info__right {
        padding: 20px;
        margin-bottom: 20px;
    }

    .contact__common__input {
        padding: 12px 15px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .default__button {
        padding: 12px 25px;
        font-size: 13px;
    }

    .contact__info {
        padding: 20px;
    }

    .contact__single__item {
        margin-bottom: 20px;
    }

    .contact__text h6 {
        font-size: 16px;
    }

    .contact__text p {
        font-size: 14px;
        line-height: 22px;
    }

    .contact__img {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .contact__input__wrapper,
    .contact__info__right {
        padding: 15px;
    }

    .contact__common__input {
        padding: 10px 12px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    textarea.contact__common__input {
        min-height: 120px;
    }

    .default__button {
        padding: 10px 20px;
        font-size: 12px;
    }

    .contact__info {
        padding: 15px;
    }

    .contact__single__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact__icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact__text h6 {
        font-size: 15px;
    }

    .contact__text p {
        font-size: 13px;
        line-height: 20px;
    }
}
.contact__icon span {
    height: 62px;
    width: 62px;
    line-height: 62px;
    background: var(--whiteColor);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.contact__info .contact__single__item .contact__text h6 {
    font-size: 17px;
    font-weight: 400;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--whiteColor);
    margin: 0 0 10px;
}
.contact__info .contact__single__item .contact__text p {
    color: var(--whiteColor);
    margin: 0;
}
.contact__text p a{
    color: white;
}
.blog__single {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--borderColor2);
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog__img {
    margin-right: 65px;
    transition: var(--transition);
}
.blog__date__inner {
    background: var(--whiteColor);
    text-align: center;
    width: 164px;
    transition: var(--transition);
    border-radius: var(--borderRadius);
    height: 164px;
    margin-right: 75px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 15;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}
.direction__btn {
    height: 62px;
    width: 62px;
    line-height: 62px;
    background: var(--whiteColor);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}
.direction__btn svg {
    position: relative;
    z-index: 99;
}
.direction__btn svg path {
    stroke: var(--blackColor);
    transition: var(--transition);
}
.direction__btn:after {
    background: var(--gradientColor);
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    transition: opacity .65s cubic-bezier(.05,.2,.1,1);
    opacity: 0;
    z-index: 9;
}
.blog__single h6 a {
    font-size: 21px;
    font-weight: 600;
    line-height: 33px;
    color: var(--blackColor);
}
.blog__single p span {
    font-size: 17px ;
    line-height: 32px ;
    margin: 0;
    color: var(--contentColor) ;
}
.blog__single:hover .blog__date__inner {
    background: var(--gradientColor);
    color: white;
}
.blog__date__inner span {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
}
.blog__single .text-desi{
    line-height: 32px;
    margin: 0;
    font-size: 17px;
}
.blog__single {
    position: relative; /* Để thêm overlay nếu cần */
    overflow: hidden; /* Giữ ảnh không tràn ra ngoài */
}

.blog__single img {
    transition: transform 0.4s ease; /* Hiệu ứng phóng to mượt mà */
    display: block; /* Đảm bảo ảnh không bị lệch */
}

.blog__single img {
    transition: transform 0.4s ease; /* Hiệu ứng mượt mà trong 0.4 giây */
}

.blog__single:hover img {
    transform: rotate(5deg); /* Xoay ảnh 35 độ khi hover */
}

/* Tùy chọn: Thêm overlay khi hover */
.blog__single::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.blog__date__inner::after{
    color: white;
}

.blog__single:hover::after {
    opacity: 1; /* Hiện overlay khi hover */
}
.footer__text p{
    color: white !important;
}
.footer__menu__title h6{
    color: white !important;
}
.footer__menu ul li a{
    color: white !important;
}
.footer__icon ul li a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 100%;
    background: var(--whiteColor);
    display: inline-block;
    color: var(--blackColor);
    font-size: 15px;
    font-weight: 400;
}


.pink__bg__color {
    background-color: #E1ECFE; /* Màu nền hồng nhạt */
}

/* Badge thương hiệu footer */
.bastun__brand__badge__footer {
    position: absolute;
    top: -94px; /* Nửa chiều cao của badge để nhô lên trên footer */
    left: 50%;
    transform: translateX(-50%);
}

.bastun__brand__badge__inner {
    position: relative;
    width: 188px;
    height: 188px;
}

.bbb__animate {
    animation: rotate 20s linear infinite; /* Hiệu ứng xoay nếu có */
}

.bbb__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Wrapper footer */
.footer__wrapper {
    padding-bottom: 110px; /* sp_bottom_110 */
}

/* Footer widget trái */
.footer__left {
    position: relative;
}

.footer__logo img {
    max-width: 165px;
    height: auto;
}

.footer__text p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

.footer__icon ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer__icon ul li a {
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer__icon ul li a:hover {
    color: #ff5e62; /* Màu hồng đậm khi hover */
}

/* Footer widget hỗ trợ và liên kết nhanh */
.footer__support, .footer__quick {
    margin-top: 30px;
}

.footer__menu__title h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.footer__menu ul {
    list-style: none;
    padding: 0;
}

.footer__menu ul li {
    margin-bottom: 10px;
}

.footer__menu ul li a {
    color: #666;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__menu ul li a:hover {
    color: #ff5e62;
}

/* Footer widget phải (Subscription) */
.footer__right {
    margin-top: 30px;
}

.footer__input input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer__bottom .default__button {
    background-color: #ff5e62;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.footer__bottom .default__button:hover {
    background-color: #e04e52;
}

/* Copyright */
.copyright {
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.copyright__left p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.copyright__left a {
    color: #ff5e62;
    text-decoration: none;
}

.copyright__right ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.copyright__right ul li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.copyright__right ul li a:hover {
    color: #ff5e62;
}

/* Animation cho badge (nếu có) */
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 1199px) {
    .footer__wrapper {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .footer__widget {
        margin-bottom: 40px;
    }
    .copyright__left,
    .copyright__right {
        text-align: center;
    }
    .copyright__right ul {
        justify-content: center;
        margin-top: 10px;
    }
}
.footer {
    padding-top: 50px;
}

