/* HOME BANNER
---------------------------------------------------------------------------------------------------- */
.home-banner-content {
    padding: 0rem;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-banner-content-img-desktop {
        display: none !important;
    }

    .home-banner-content-img-mobile {
        /* border-radius: 9px; */
        opacity: 0.7;
        width: 100% !important;
        display: block !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-banner-content-img-desktop {
        /* border-radius: 9px; */
        opacity: 0.7;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        height: calc(100vh - 100px);
        width: 100% !important;
        display: block !important;
    }

    .home-banner-content-img-mobile {
        display: none !important;
    }
}

.home-banner-content-bg {
    position: relative;
    background-color: var(--color-black);
    /* border-radius: 9px; */
}

.home-banner-content-bg .carousel-caption {
    left: 5% !important;
    text-align: left !important;
}

.home-banner-content-iconline {
    width: 100px;
    margin-right: var(--space-3);
}

.home-banner-content-txt-sm {
    font-size: var(--font-size-h3);
    color: var(--text-light);
    padding-right: var(--space-4);
}

.home-banner-content-txt-lg {
    font-size: var(--font-size-display-lg);
    color: var(--text-light);
    line-height: var(--line-height-tight) !important;
}

.home-banner-content-txt-topic {
    border: 1px solid var(--color-white);
    padding: 7px 0px;
    text-align: center;
    font-weight: var(--font-weight-semibold);
}

/* HOME INTRODUCTUON
---------------------------------------------------------------------------------------------------- */
.home-introduction-content {
    display: block;
    text-align: center;
    padding: var(--space-12) 0rem 0rem 0rem;
}


/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-introduction-content-span {
        color: var(--text-primary);
        font-size: var(--font-size-body-lg);
    }

    .home-introduction-content-line {
        border-bottom: 1px solid #e3c5c5;
        width: 5rem;
        margin: 0rem var(--space-4) 0.7rem var(--space-4);
    }

    .home-introduction-content-cta {
        text-align: center;
        padding: var(--space-8) 0rem 0rem 0rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-introduction-content-span {
        color: var(--text-primary);
        font-size: var(--font-size-body-lg);
        line-height: 44px;
    }

    .home-introduction-content-line {
        border-bottom: 1px solid var(--border-default);
        width: 5rem;
        margin: 0rem var(--space-4) 1.3rem var(--space-4);
    }

    .home-introduction-content-cta {
        text-align: center;
        padding: var(--space-8) 10rem 0rem 10rem;
    }
}

.home-introduction-content-h1 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-relaxed);
}

.home-introduction-content-plain {
    color: var(--text-primary);
    font-size: var(--font-size-body-md);
}

.home-introduction-content-plain-orange {
    color: var(--color-warning);
    font-weight: var(--font-weight-semibold);
}

.home-introduction-content-plain-blue {
    color: var(--color-primary);
    font-weight: var(--font-weight-semibold);
}


/* HOME SERVICE
---------------------------------------------------------------------------------------------------- */
.home-service-content {
    display: block;
}

.home-service-content-h2 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-relaxed);
    text-align: center;
    margin-bottom: var(--space-12);
    font-size: var(--font-size-h2);
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-service-content-mb {
        margin-bottom: var(--space-12) !important;
    }

    .home-service-content-img {
        width: 100%;
        /* height: 300px;
        object-fit: cover; */
        padding-bottom: var(--space-4) !important;
    }

    .home-service-content-col-order-end {
        order: 1 !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-service-content-mb {
        margin-bottom: 0rem !important;
    }

    .home-service-content-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}


.home-service-content-h3 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    margin-top: var(--space-6);
    font-size: var(--font-size-h4);
}

.home-service-content-plain {
    color: var(--text-primary);
}

.home-service-content-a {
    color: var(--color-primary);
    text-decoration: none !important;
}

.home-service-content-a:hover {
    color: var(--text-primary);
    text-decoration: none !important;
}

/* HOME PROMOTION
---------------------------------------------------------------------------------------------------- */
.home-promotion-content {
    display: block;
}

.home-promotion-content-h2 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-relaxed);
    text-align: center;
    font-size: var(--font-size-h2);
}

.home-promotion-content-plain {
    color: var(--text-primary);
    text-align: center;
    margin-bottom: var(--space-8);
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-promotion-content-img {
        width: 100%;
        margin-bottom: var(--space-12) !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-promotion-content-img {
        width: 100%;
        margin-bottom: var(--space-12) !important;
    }
}

/* HOME WHY US
---------------------------------------------------------------------------------------------------- */
.home-whyus-content {
    display: block;
}

.home-whyus-content-h2 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-relaxed);
    text-align: center;
    font-size: var(--font-size-h2);
    margin-bottom: var(--space-12);
}

.home-whyus-content-h3 {
    color: var(--text-light) !important;
    text-align: center;
    font-size: var(--font-size-h3);
    margin-bottom: var(--space-3);
}

.home-whyus-content-plain {
    color: var(--text-light) !important;
    text-align: center;
}

.home-whyus-content-plain-red {
    color: var(--color-error) !important;
    text-align: center;
}

.home-whyus-content-card {
    background-color: var(--color-black);
    border-radius: var(--radius-md);
    position: relative;
}

.home-whyus-content-border {
    margin: var(--space-4);
    border: 1px solid var(--color-white);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 90%;
    border-radius: var(--radius-md);
    padding: var(--space-8);
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0rem;
    right: 0rem;
    text-align: center;
}

.home-whyus-content-img {
    width: 100%;
    opacity: 0.4;
    border-radius: var(--radius-md);
    height: 220px;
    object-fit: cover;
}

/* HOME PROTFOLIO
---------------------------------------------------------------------------------------------------- */
.home-protfolio-content {
    display: block;
}


.home-protfolio-content-h2 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-relaxed);
    text-align: center;
    font-size: var(--font-size-h2);
}

.home-protfolio-content-plain {
    color: var(--text-primary);
    text-align: center;
    margin-bottom: var(--space-12);
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-protfolio-content-row {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-protfolio-content-row {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

.home-protfolio-content-row div {
    display: inline-block;
    vertical-align: top;
}

.home-protfolio-content-col {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
    padding: 0 0.5rem !important;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.home-protfolio-content-img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.home-protfolio-content-col:hover .home-protfolio-content-img {
    transform: scale(1.05);
}

.home-protfolio-content-img-active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end !important;
    padding: var(--space-6);
    margin: 0 !important;
}

.home-protfolio-content-col:hover .home-protfolio-content-img-active {
    opacity: 1;
}

.home-protfolio-content-img-text {
    color: var(--text-light);
}

.home-protfolio-content-seemore {
    background-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(4px);
    border: 1px solid var(--color-white) !important;
    text-align: center !important;
    padding: var(--space-2) var(--space-6) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    color: var(--text-light) !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none !important;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.home-protfolio-content-seemore:hover {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
}


/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-protfolio-postday {
        width: 100%;
        height: 230px;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-protfolio-postday {
        width: 100%;
        height: 400px;
    }
}

/* HOME PROTFOLIO VIDEO
---------------------------------------------------------------------------------------------------- */
.home-portfolio-video-content {
    margin-bottom: var(--space-12);
    margin-top: var(--space-12);
    position: relative;
    height: 350px;
    background-color: var(--color-black);
}

.home-portfolio-video-content-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
    opacity: 0.4;
}

.home-portfolio-video-content-card {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.home-portfolio-video-content-card iframe {
    border-radius: var(--radius-md);
    width: 100%;
    height: 250px;
}

.home-portfolio-video-content .slick-next.slick-arrow {
    right: 1rem;
    top: 7rem;
}

.home-portfolio-video-content .slick-prev.slick-arrow {
    left: 0;
    top: 7rem;
}

.home-portfolio-video-content .slick-dots li button:before {
    display: none;
}

.slider {
    width: 100%;
    margin: 0px auto;
    height: fit-content;
    position: relative;
    top: 3rem;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    object-fit: contain;
    height: 500px;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    z-index: 999;
    position: absolute;
}

.slick-prev.slick-arrow {
    left: 0;
}

.slick-next.slick-arrow {
    right: 6rem;
}

.slick-prev:before,
.slick-next:before {
    content: '<' important;
    color: white;
    font-size: 16px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px;
    background: black;
    padding: 1rem 1rem;
}

.slick-next:before {
    content: '>' !important;
}

.slick-prev:before {
    content: '<' !important;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 30px !important;
}

.slick-dots li.slick-active button:before {
    color: var(--color-primary);
}

.slick-dots li button:before {
    color: var(--color-gray-400);
}

.slick-dots li {
    margin: 0 2px !important;
}

.slick-dotted.slick-slider {
    margin-top: 3rem;
}

/* HOME STYLE
---------------------------------------------------------------------------------------------------- */
.home-style-content {
    display: block;
}

.home-style-content-h2 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-relaxed);
    text-align: center;
    font-size: var(--font-size-h2);
}

.home-style-content-plain {
    color: var(--text-primary) !important;
    text-align: center;
    margin-bottom: var(--space-12);
}

.home-style-content-h3 {
    color: var(--text-light) !important;
    font-size: var(--font-size-h3);
    margin-bottom: var(--space-3);
}

.home-style-content-plain-white {
    color: var(--text-light) !important;
}

.home-style-content-plain-red {
    color: var(--color-error) !important;
}

.home-style-content-card {
    position: relative;
    height: 230px;
    margin-bottom: var(--space-6);
}

.home-style-content-bg {
    background-color: var(--color-black);
    width: 95%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-style-content-img {
    width: 95%;
    height: 230px;
    object-fit: cover;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-style-content-text {
        position: absolute;
        bottom: var(--space-6);
        left: var(--space-12);
        right: var(--space-12);
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-style-content-text {
        position: absolute;
        bottom: var(--space-6);
        left: var(--space-12);
        right: 10rem;
    }
}


/* HOME STEP
---------------------------------------------------------------------------------------------------- */
.home-step-content {
    display: block;
}

.home-step-content-h2 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-relaxed);
    text-align: center;
    font-size: var(--font-size-h2);
}

.home-step-content-plain-sub {
    color: var(--text-primary) !important;
    text-align: center;
    margin-bottom: var(--space-16);
}

.home-step-content-plain {
    color: var(--text-primary) !important;
}

.home-step-content-h3 {
    color: var(--color-primary) !important;
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-semibold);
    margin-bottom: var(--space-3);
}

.home-step-content-h4 {
    color: var(--text-primary);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-snug);
    text-align: center;
    font-size: var(--font-size-h4);
    margin-top: var(--space-12);
    margin-bottom: var(--space-4);
}

.home-step-content-plain-white {
    color: var(--text-light) !important;
}

.home-step-content-plain-red {
    color: #ff6666 !important;
}

.home-step-content-info {
    display: flex;
    margin-bottom: 3rem;
}

.home-step-content-info-number {
    border-radius: 50%;
    border: 2px solid #397e8f;
    width: 45px;
    height: 45px;
    margin-top: 0.5rem;
    padding: 1rem;
    background-color: #fff;
    color: #397e8f;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-step-content-info-text {
    margin-left: 1rem;
}

.service-content-step-phone-slide-content {
    position: relative;
}

.service-content-step-phone-slide {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .service-content-step-phone {
        /* width: 80%; */
        width: 350px;
        display: flex;
        position: relative;
        text-align: center;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .service-content-step-phone {
        /* width: 80%; */
        width: 350px;
        display: flex;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

.service-content-step-phone-slide-img {
    height: 200px;
    width: 200px;
    object-fit: contain;
}

.service-content-three-step-title {
    color: #333;
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem !important;
}

.mobile-service-content-three-step-title {
    color: #333;
    font-size: 22px;
    text-align: center;
    margin-bottom: 2rem !important;
}

.service-content-three-step {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mobile-service-content-three-step {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.service-content-three-step-card {
    background-color: #000;
    border-radius: 9px;
    position: relative;
}

.service-content-three-step-card-border {
    margin: 1rem;
    border: 1px solid #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 90%;
    border-radius: 9px;
    padding: 2rem;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0rem;
    right: 0rem;
    text-align: center;
}

.service-content-three-step-card-img {
    width: 100%;
    opacity: 0.4;
    border-radius: 9px;
    height: 200px;
    object-fit: cover;
}

.service-content-our-service {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.service-content-our-service-title {
    color: #333;
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem !important;
}

/* HOME OUR CLIENTS
---------------------------------------------------------------------------------------------------- */
.home-ourclients-content {
    display: block;
}

.home-ourclients-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-ourclients-content-plain-red {
    color: #333 !important;
    text-align: center;
    margin-bottom: 3rem;
}


.home-ourclients-content-col {
    padding: 2rem;
    margin-top: auto !important;
    margin-bottom: auto !important;
    text-align: center !important;
    transition: transform .2s;
}

.home-ourclients-content-col:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.home-ourclients-content-img {
    width: 75%;
    height: auto;
}

/* HOME BLOG
---------------------------------------------------------------------------------------------------- */
.home-blog-content {
    display: block;
}

.home-blog-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.home-blog-content-plain {
    color: #333 !important;
    text-align: center;
    margin-bottom: 3rem;
}

.home-blog-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none !important;
}

.home-blog-content-plain-left {
    color: #333 !important;
    text-decoration: none !important;
    word-break: break-word !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.home-blog-content-date {
    font-size: 14px;
    color: #888 !important;
    text-decoration: none !important;
}

.home-blog-content-col {
    margin-bottom: 4rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    text-decoration: none !important;
}

.home-blog-content-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 9px;
}

.home-blog-content-img {
    min-width: 250px;
    width: 100%;
    border-radius: 9px 9px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/* HOME FAQ
---------------------------------------------------------------------------------------------------- */
.home-faq-content {
    display: block;
}

.home-faq-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 3rem;
}

.aboutus-faq-list-card {
    width: 100%;
    padding: 1.3rem;
    border-radius: 9px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    text-decoration: none !important;
    margin-bottom: 1.3rem;
}

.aboutus-faq-list-card-text-number {
    color: rgb(153 166 167) !important;
    font-size: 32px;
    line-height: 26px;
}

.aboutus-faq-list-card-text {
    color: #333 !important;
    text-decoration: none !important;
    font-size: var(--font-size-body-md);
}

.aboutus-faq-list-card-icon {
    height: 25px;
    width: 25px;
}

.mobile-aboutus-faq-list-card-icon {
    height: 20px;
    width: 20px;
}

.aboutus-faq-list-card-content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid rgb(153 166 167) !important;
    padding-left: 1.3rem;
}

.aboutus-faq-list-card-content img {
    width: 100% !important;
}

/* HOME REGISTER
---------------------------------------------------------------------------------------------------- */
/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-register-content {
        display: block;
        padding: 2rem 1rem;
    }

    @media (max-width: 576px) {
        .home-register-content-contact {
            flex-direction: column;
        }

        .home-register-content-contact-btn {
            margin-right: 0 !important;
        }
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-register-content {
        display: block;
        padding: 4rem 0;
    }
}

.home-register-content-h2 {
    color: #333;
    font-weight: 600;
    font-size: 24px;
}

.home-register-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2rem;
}

.home-register-content-plain {
    color: #333 !important;
    margin-bottom: 2rem;
}

.home-register-content-contact {
    display: flex;
}

.home-register-content-contact-btn {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    text-align: center !important;
    padding: 0.8rem !important;
    margin: 0rem 1rem 1rem 0rem !important;
    color: #fff !important;
    display: block;
    text-decoration: none !important;
    width: 100%;
    border-radius: 0.9rem;
}

/* NEW REGISTER CONTACT DESIGN (ICON STYLE) */
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background-color: #f0f7f9;
    color: #397e8f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    box-shadow: 0 4px 10px rgba(57, 126, 143, 0.1);
    transition: all 0.3s ease;
}

.contact-info-icon i,
.contact-info-icon svg {
    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
    background-color: #397e8f;
    color: #fff !important;
    transform: translateY(-2px);
}

.contact-info-item:hover .contact-info-icon i,
.contact-info-item:hover .contact-info-icon svg {
    color: #fff !important;
    fill: #fff !important;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
}

.contact-info-label {
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 0.15rem;
}

.contact-info-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
}

.contact-info-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-info-text a:hover {
    color: #397e8f;
    text-decoration: underline !important;
}

@media (max-width: 576px) {
    .contact-info-item {
        gap: 1rem;
    }
    .contact-info-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
    .contact-info-label {
        font-size: 1.05rem;
    }
    .contact-info-text {
        font-size: 0.95rem;
    }
}

.home-register-content-formgroup {
    padding: 4rem 0rem;
}

.home-register-content-form {
    margin-bottom: 2rem;
}

.home-register-content-form-container {
    background-color: white;
    border-radius: var(--radius-xl);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 2.5rem;
}

.home-register-content-form-input {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0px !important;
    padding: 0.375rem 0.35rem !important;
    box-shadow: none !important;
    height: 3rem;
}


a.home-register-content-form-btn {
    background-color: #fff !important;
    border: 1px solid #397e8f !important;
    text-align: center !important;
    padding: 0.9rem !important;
    margin-right: auto !important;
    margin-top: 2rem;
    color: #397e8f !important;
    display: block;
    text-decoration: none !important;
    border-radius: var(--radius-round);
}

a.home-register-content-form-btn:hover {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    color: #fff !important;
}

button.home-register-content-form-btn {
    background-color: #fff !important;
    border: 1px solid #397e8f !important;
    width: 40% !important;
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    margin-right: auto !important;
    margin-top: 2rem;
    color: #397e8f !important;
    display: block;
    text-decoration: none !important;
}

button.home-register-content-form-btn:hover {
    background-color: #397e8f !important;
    border: 1px solid #397e8f !important;
    color: #fff !important;
}

@media (max-width: 576px) {

    a.home-register-content-form-btn,
    button.home-register-content-form-btn {
        width: 100% !important;
    }
}

.checkbox-wrapper-30 {
    padding-top: 5px;
    margin-right: 10px;
}

.home-register-content-form-select {
    margin-bottom: 1rem;
}

.checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #397e8f;
    --brdr-actv: #397e8f;
    --brdr-hovr: #397e8f;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 18px);
    position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.checkbox-wrapper-30 .checkbox>* {
    position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
}

.checkbox-wrapper-30 .checkbox input:checked+svg {
    --dashArray: 16 93;
    --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

body svg {
    color: #397e8f !important;
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
}

.home-register-content-form-select label {
    color: rgb(51, 51, 51) !important;
    text-decoration: none !important;
}


.home-testsi-content {
    display: block;
    height: auto;
    min-height: 630px;
}

@media (max-width: 576px) {
    .home-testsi-content {
        min-height: unset;
    }

    .home-testsi-content-bg {
        height: 100%;
        position: relative;
    }
}

.home-testsi-content-h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    position: relative;
    padding-top: 3rem;
}


.home-testsi-content-plain {
    color: #333;
    text-align: center;
}

.home-testsi-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    /* border-radius: 9px; */
    padding: 2rem;
    background-color: white;
}

.home-testsi-card-h3 {
    color: #397e8f;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}

.home-testsi-card-mark {
    color: #333;
    font-weight: 600;
    font-size: 32px;
}

.home-testsi-card-p-1 {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.home-testsi-card-p-2 {
    font-size: 14px;
    font-weight: 200;
    color: #333;
    text-align: center;
    margin-top: -15px;
}


.home-testsi-content-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 630px;
    object-fit: cover;
    background-color: #000;
}

.home-testsi-card-review {
    justify-content: center;
    display: flex !important;
}

blockquote {
    border: none;
    margin-bottom: 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    content: open-quote;
    font-weight: bold;
    font-size: 25px;
    line-height: 110%;
    color: #397e8f;
}

blockquote:after {
    content: close-quote;
    font-weight: bold;
    font-size: 25px;
    line-height: 110%;
    color: #397e8f;
}

.home-testsi-card-blockquote {
    line-height: 1.3em;
    font-size: 22px;
    text-align: center;
    font-style: oblique;
    font-weight: 600;
    color: #397e8f;
}

.home-testsi-card-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.home-testsi-card-rating svg {
    color: orange !important;
    padding: 6px;
    font-size: 18px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    align-content: center;
}

.home-testsi-content-slider.slider {
    width: 100%;
    margin: 0px auto;
    height: fit-content;
    position: relative;
    top: 2rem;
}

/* .slick-center {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.slick-list {
    padding: 45px 60px !important;
    margin-left: 30px !important;
} */

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .blog-detail-content-plain img.blog-call2action-website {
        display: none !important;
    }

    img.blog-call2action-website {
        display: none !important;
    }

    .blog-detail-content-plain img.blog-call2action-mobile {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    img.blog-call2action-mobile {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .blog-flex-container {
        flex-direction: column;
    }

    #bg-btn-rt {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .blog-detail-content-plain img.blog-call2action-website {
        width: 100% !important;
        display: block !important;
    }

    .blog-detail-content-plain img.blog-call2action-mobile {
        display: none !important;
    }

    img.blog-call2action-website {
        width: 100% !important;
        display: block !important;
    }

    img.blog-call2action-mobile {
        display: none !important;
    }

    .blog-flex-container {
        display: flex;
        flex-direction: row;
    }
}

.home-event-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.home-event-content-plain {
    color: #333;
    font-size: 16px;
    margin-bottom: 1rem;
}



/* HOME LUX
---------------------------------------------------------------------------------------------------- */
.home-lux-content {
    display: block;
}


.home-lux-content-h2 {
    color: #333;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 3rem;
}

.home-lux-content-plain {
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
}

/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {
    .home-lux-content-row {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {
    .home-lux-content-row {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        margin-bottom: 2.5rem;
    }
}

.home-lux-content-row div {
    display: inline-block;
    vertical-align: top;
}

.home-lux-content-col {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 1rem;
    padding: 0 0.5rem !important;
}

.home-lux-content-img {
    width: 100%;
}

.home-lux-content-img-active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #000;
    display: flex;
    align-items: flex-end !important;
    padding: 1.5rem;
    margin: 0 0.5rem !important;
}

.home-lux-content-col:hover .home-lux-content-img-active {
    opacity: 0.7;
}

.home-lux-content-img-text {
    color: white;
}

.home-lux-content-seemore {
    background-color: transparent !important;
    border: 2px solid #fff !important;
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
    color: #fff !important;
    display: block;
    position: absolute;
    top: -1.3rem;
    text-decoration: none !important;
    left: 50%;
    transform: translate(-50%, -0%);
}

.home-lux-content-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.clients-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.clients-item {
    flex: 0 0 auto;
    width: 160px;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.clients-row::-webkit-scrollbar {
    height: 8px;
}

.clients-row::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}

/* VIDEO GALLERY SECTION */
.video-gallery-section {
    padding: var(--space-8) 0;
    margin-bottom: var(--space-12);
}

.video-gallery-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.video-gallery-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--space-10);
    margin-bottom: var(--space-4);
    align-items: center;
}

.video-main {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-main iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-xl);
    display: block;
    object-fit: cover;
}

.video-hero-text {
    padding: var(--space-4);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-hero-title {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-bold);
    color: var(--color-dark);
    margin: 0 0 var(--space-4) 0;
    line-height: 1.2;
}

.video-hero-desc {
    font-size: var(--font-size-body-md);
    color: var(--text-muted);
    line-height: var(--line-height-relaxed);
    margin: 0;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

.video-grid iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: var(--radius-lg);
    display: block;
}

/* Responsive adjustment */
@media (max-width: 1024px) {
    .video-gallery-hero {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }

    .video-hero-text {
        text-align: center;
        padding: 0;
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-4);
    }
}

@media (max-width: 576px) {
    .video-grid {
        grid-template-columns: 1fr;
        gap: var(--space-4);
    }
}

/* Video Section - View More Button */
.video-more-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: var(--space-6);
}

.video-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    padding: 0.6rem 1.8rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-more-btn i {
    font-size: 0.75em;
    transition: transform 0.3s ease;
}

.video-more-btn:hover {
    background-color: var(--color-primary);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(94, 203, 219, 0.3);
}

.video-more-btn:hover i {
    transform: translateX(4px);
}