:root {
    --accent: #F38221;
    --text: #3b3b3b;
    --muted-border: #b5b5b5;
    --marker: #333;
    --max-read-width: 980px;
    --font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
    font-family: var(--font-family);
}

/* Global */
.text-title-orange {
    color: var(--accent);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

h4 a {
    text-decoration: none;
    color: #000;
}

h4 a:hover {
    text-decoration: none;
    color: #000;
}

.hero-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin: 0 auto;
    text-align: left;
    padding: 0 10px;
}

/* Contact form */
.contact-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    box-sizing: border-box;
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 45px;
    margin-bottom: 12px;
    padding: 8px 12px;
    box-sizing: border-box;
}

.contact-form textarea.form-control {
    min-height: 80px;
    resize: vertical;
}

/* Make the <h4> text lighter */
.fw-300 {
    font-weight: 300 !important;
}

/* Link styling */
.link-group a {
    text-decoration: none;
    color: #000;
    transition: 0.2s ease;
}

/* Hover effect */
.link-group a:hover {
    color: #000;
    text-decoration: none;
}

.submit-btn {
    background-color: var(--accent);
    width: 100%;
    border: none;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #d46d1b;
}



/* Divider line */
.line-wrapper {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 20px 0;
}

.divider-line {
    border-top: 2px solid var(--muted-border);
    width: 100%;
    margin: 0;
}

.petal-icon {
    width: 60px;
    position: absolute;
    top: -1px;
}

.top-line .petal-icon {
    right: 60px;
    top: -33px;
}

.bottom-line .petal-icon {
    left: 60px;
    transform: rotate(180deg);
}

/* Heading with vertical bar */
.heading-row {
    gap: 1rem;
    display: flex;
    align-items: center;
}

.orange-bar {
    width: 10px;
    height: 36px;
    background: var(--accent);
    border-radius: 2px;
}

.heading-two {
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -0.5px;
    margin: 0;
}

/* Tips list */
.tips-list {
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.tips-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 22px;
    font-size: clamp(15px, 2.2vw, 20px);
    font-weight: 300;
    line-height: 1.7;
    color: var(--text);
}

.tips-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(0.5em + 2px);
    width: 8px;
    height: 8px;
    background: var(--marker);
    border-radius: 1px;
}

/* Tips list */
.ol-tips-list {
    margin-top: 18px;
    padding: 0;
    list-style: decimal;  /* enable numbers */
}

.ol-tips-list li {
    position: relative;
    margin-left: 18px; /* controls number spacing */
    margin-bottom: 22px;
    font-size: clamp(15px, 2.2vw, 20px);
    font-weight: 300;
    line-height: 1.7;
    color: var(--text);
}

/* remove custom bullet box */
.ol-tips-list li::before {
    content: none !important;
}
.fw-light {
    font-weight: 300 !important;
}

/* Wide screen */
@media (min-width: 1200px) {
    .col-lg-9 {
        max-width: var(--max-read-width);
    }
}

@media (max-width: 768px) {
    .text-title-orange {
        font-size: 28px;
    }

    .hero-sub {
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
    }

    .contact-form {
        margin-top: 20px;
    }
    .face-thrd-vdo iframe,
      iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/9;
      }

      .face-thrd-vdo {
        width: 100% !important;
        height: auto;
      }
}

@media (max-width: 480px) {



    .text-title-orange {
        font-size: 24px;
    }

    .orange-bar {
        height: 26px;
        width: 8px;
    }

    .tips-list li {
        padding-left: 28px;
        margin-bottom: 18px;
    }

    .tips-list li::before {
        width: 7px;
        height: 7px;
        top: calc(0.5em + 1px);
    }

    .ol-tips-list li {
        padding-left: 28px;
        margin-bottom: 18px;
    }

    .ol-tips-list li::before {
        width: 7px;
        height: 7px;
        top: calc(0.5em + 1px);
    }
}

/* Swiper removed default arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

/* Swiper 3D effect */
.BeforeAfterSwiper {
    perspective: 1400px;
    padding: 90px 0;
    margin-top: 30px;
}

.BeforeAfterSwiper .swiper-slide {
    opacity: 1;
    transform: scale(0.9) translateZ(-50px);
    transition: .6s ease;
}

.BeforeAfterSwiper .swiper-slide img {
    border-radius: 10px;
}

.BeforeAfterSwiper .swiper-slide-active {
    transform: scale(1.7) translateZ(200px) !important;
    z-index: 10;
}

/* Side slides */
.BeforeAfterSwiper .swiper-slide-next,
.BeforeAfterSwiper .swiper-slide-prev {
    opacity: 0.6;
    transform: scale(0.9);
}

/* Custom arrows */
.custom-arrow {
    width: 48px !important;
    height: 48px;
    background: #FFE5D2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 20;
    transition: .3s ease;
    border: none;
}

.custom-arrow img {
    width: 28px;
}

.custom-arrow:hover {
    transform: scale(1.18);
}

.swiper-button-prev.custom-arrow {
    left: 5px;
}

.swiper-button-next.custom-arrow {
    right: 5px;
}

/* Mobile swiper */
@media (max-width: 768px) {
    .BeforeAfterSwiper {
        padding: 10px 0;
    }

    .BeforeAfterSwiper .swiper-slide {
        transform: scale(0.85);
    }

    .BeforeAfterSwiper .swiper-slide-active {
        transform: scale(1.15) translateZ(100px);
    }

    .custom-arrow {
        width: 45px;
        height: 45px;
    }
}