* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #ffffff;
    overflow-x: hidden;
}

section {
    padding: 70px 0;
}

/*==========================
Header
==========================*/

.header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar {
    padding: 0;
}

.logo-text {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    letter-spacing: -2px;
}

/* Toggle Button */
.menu-btn {
    border: 0;
    background: transparent;
    font-size: 30px;
    color: #222;
    cursor: pointer;
}

/* Desktop Menu */

.desktop-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-menu li {
    list-style: none;
}

.desktop-menu a {
    text-decoration: none;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    transition: .3s;
}

.desktop-menu a:hover {
    color: #7a4f68;
}

/* Offcanvas */

.offcanvas {
    width: 300px;
}

.offcanvas-header {
    padding: 30px;
}

.offcanvas-body {
    padding: 30px;
}

.offcanvas-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-body li {
    margin-bottom: 22px;
}

.offcanvas-body a {
    text-decoration: none;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    transition: .3s;
}

.offcanvas-body a:hover {
    color: #7a4f68;
    padding-left: 8px;
}

/*==========================
Responsive
==========================*/

@media (max-width:991px) {

    .header {
        padding: 15px 0;
    }

    .logo-text {
        font-size: 32px;
    }

    .menu-btn {
        font-size: 26px;
    }
}

/*==========================
hero
==========================*/

.hero {
    padding: 50px 0;
}

.hero h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.08;
    color: #5d3854;
    max-width: 650px;
}

.hero-image {
    margin-top: 70px;
}

.hero-image img {
    width: 100%;
    display: block;
}

@media (max-width:991px) {

    .hero {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 42px;
        padding-left: 30px;
    }

    .hero-image {
        margin-top: 45px;
    }

}

@media (max-width:767px) {

    .hero {
        padding: 20px 0;
    }

    .hero h1 {
        font-size: 27px;
        line-height: 1.15;
        padding-left: 10px;
    }

    .hero-image {
        margin-top: 10px;
    }
}

/*==========================
founder
==========================*/

.founder-section {
    padding: 80px 0;
    background: #fff;
}

.section-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.25;
    color: #111;
    margin-bottom: 60px;
}

.founder-item {
    display: flex;
    align-items: center;
    gap: 25px;
}

.circle {
    width: 85px;
    height: 85px;
    min-width: 85px;
    background: #ddd;
    border-radius: 50%;
}

.curve-line {
    width: 70px;
    height: 120px;
    flex-shrink: 0;
}

.curve-line svg {
    width: 100%;
    height: 100%;
}

.content p {
    font-size: 34px;
    line-height: 1.25;
    color: #111;
    margin: 0;
}

/* Tablet */

@media (max-width:991px) {

    .section-title {
        font-size: 40px;
    }

    .content p {
        font-size: 28px;
    }

    .circle {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .curve-line {
        width: 55px;
        height: 100px;
    }

}

/* Mobile */

@media (max-width:767px) {

    .founder-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 35px;
        font-weight: 500;
    }

    .founder-item {
        gap: 15px;
        /* align-items: flex-start; */
    }

    .circle {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .curve-line {
        width: 40px;
        height: 90px;
    }

    .content p {
        font-size: 18px;
    }

}

/*==========================
video
==========================*/

.padding-top {
    margin-top: 50px;
}

@media (max-width:767px) {

    .padding-top {
        margin-top: 20px;
    }

}

.video-card {
    width: 100%;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
    background: #ddd;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}

.video-sub {
    font-size: 18px;
    color: #666;
}

/* Tablet */
@media (max-width:991px) {

    .video-title {
        font-size: 36px;
    }

    .video-card {
        height: 350px;
    }

}

/* Mobile */
@media (max-width:767px) {

    .video-title {
        font-size: 20px;
    }

    .video-card {
        height: 220px;
    }

    .video-sub {
        margin-bottom: 20px;
    }

}


/*==========================
testimonial
==========================*/
.testimonial-section-box {
    background: #eee3e5;
    padding: 100px 0;
}

.testimonial-section {
    margin-top: 70px;
    margin-bottom: 70px;
}

@media(max-width:768px) {

    .testimonial-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.testimonial-box {
    max-width: 650px;
}

.testimonial-box h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.testimonial-box p {
    font-size: 22px;
    line-height: 1.7;
}

.case-title {
    font-size: 48px;
    font-weight: 600;
}

.case-link {
    text-decoration: none;
    font-size: 20px;
}

/*==========================
case-card
==========================*/

.case-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.case-img {
    overflow: hidden;
}

.case-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .4s;
}

.case-card:hover .case-img img {
    transform: scale(1.06);
}

.case-content {
    padding: 22px;
}

.case-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.case-content p {
    color: #6b7280;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 22px;
    text-align: justify;
}

@media(max-width:768px) {

    .case-img img {
        height: 200px;
    }

    .case-content {
        padding: 18px;
    }

    .case-content h4 {
        font-size: 21px;
    }

}

@media(max-width:991px) {

    .problem-heading {
        font-size: 34px;
    }

    .video-title {
        margin-bottom: 20px;
    }

    .video-card {
        margin-top: 30px;
        height: 250px;
    }

    .testimonial-box h2 {
        font-size: 30px;
    }

    .case-title {
        font-size: 36px;
    }

}

.cta-section {
    padding: 100px 0;
    background: #111;
    color: #fff;
}

.cta-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.cta-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    opacity: .8;
}

.cta-btn {
    display: inline-block;
    padding: 18px 40px;
    background: #fff;
    color: #111;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 600;
    transition: .3s;
}

.cta-btn:hover {
    background: #ececec;
    color: #111;
}



.hero-section {
    padding: 40px 0;
}

.content-box {
    max-width: 1200px;
    margin: auto;
}

.title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
}

.highlight {
    color: #c89cb2;
}

.image-box {
    width: 100%;
    height: 520px;
    background: #ddd;
    border-radius: 28px;
    margin-top: 35px;
}

.stats {
    margin-top: 35px;
}

.stat-title {
    font-size: 34px;
    font-weight: 700;
    color: #111;
}

.stat-text {
    font-size: 22px;
    color: #222;
}

@media(max-width:991px) {

    .title {
        font-size: 34px;
    }

    .image-box {
        height: 420px;
    }

    .stat-title {
        font-size: 28px;
    }

    .stat-text {
        font-size: 20px;
    }

}

@media(max-width:767px) {

    .hero-section {
        padding: 20px 0;
    }

    .title {
        font-size: 18px;
        line-height: 1.45;
    }

    .image-box {
        height: 250px;
        border-radius: 20px;
        margin-top: 20px;
    }

    .stats {
        margin-top: 22px;
    }

    .stat-title {
        font-size: 16px;
    }

    .stat-text {
        font-size: 14px;
    }

}