html {
    scroll-behavior: smooth;
}

#home,
#about,
#treatment,
#blog,
#contact {
    scroll-margin-top: 110px;
}

@media (max-width: 1200px) {
    .cs_nav {
        margin-left: 50px !important;
    }
}

.move_again_brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 245px;
    color: #fff;
    text-decoration: none;
}

.move_again_brand:hover {
    color: #fff;
}

.move_again_brand_icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 50%;
    background: #1aa6d9;
    color: #fff;
    font-size: 20px;
}

.move_again_brand_text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.move_again_brand_name {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.move_again_brand_subtitle {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .move_again_brand {
        min-width: 190px;
    }

    .move_again_brand_icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 17px;
    }

    .move_again_brand_name {
        font-size: 18px;
    }

    .move_again_brand_subtitle {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .cs_fs_24 {
        font-size: 16px;
    }

}

@media (max-width: 991px) {
    .cs_process_item {
        width: 170px;
        height: 170px;
        padding: 10px;
    }
}


/* sticky Social media  */

.sticky-social {
    position: fixed;
    bottom: 50%;
    left: -20px;
    padding: 0px;
    margin: 0px;
}

.social {
    list-style: none;
}

.social li {
    padding: 10px 10px;
    font-size: 25px;
    transition: all 0.8s ease-in-out;
}

.social li:hover {
    margin-right: -30px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 20px;

}

.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.fb {
    background-color: #3C5A98;
}

.twitter {
    background-color: #1EA1F2;
}

.insta {
    background-color: #DC4F42;
}

.pin {
    background-color: #25D366;;
}

.vim {
    background-color: #3C5A98;
}

/* End sticky Social media  */

/* Blog pages */
.blog-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(16, 52, 74, 0.08);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 52, 74, 0.08);
    transition: 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-card-thumb img,
.blog-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-body {
    padding: 24px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #6d7f8c;
    font-size: 14px;
    font-weight: 600;
}

.blog-category-pill {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(26, 166, 217, 0.12);
    color: #087eae;
    font-weight: 800;
    text-decoration: none;
}

.blog-sidebar-box {
    padding: 26px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 52, 74, 0.08);
}

.blog-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar-list li:not(:last-child) {
    border-bottom: 1px solid rgba(16, 52, 74, 0.08);
}

.blog-sidebar-list a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    color: #10344a;
    text-decoration: none;
    font-weight: 700;
}

.blog-detail-image-wrap {
    aspect-ratio: 16 / 8;
    overflow: hidden;
    border-radius: 10px;
}

.blog-detail-content {
    color: #526b7a;
    font-size: 18px;
    line-height: 1.8;
}

.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3 {
    color: #10344a;
    margin-top: 24px;
}

.move_again_hero_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 28px;
}

.move_again_highlight_badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.move_again_highlight_badge_home {
    background: #ffd43b;
    color: #16324a;
}

.move_again_highlight_badge_female {
    background: #e11d2e;
    color: #fff;
    border: 2px solid #fff;
}

.move_again_doctor_photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.move_again_treatments_section {
    position: relative;
}

.move_again_treatment_grid {
    align-items: stretch;
}

.move_again_treatment_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(16, 52, 74, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 52, 74, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.move_again_treatment_card:hover {
    transform: translateY(-5px);
    border-color: rgba(26, 166, 217, 0.28);
    box-shadow: 0 24px 52px rgba(16, 52, 74, 0.14);
}

.move_again_treatment_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.move_again_treatment_icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
    background: rgba(26, 166, 217, 0.12);
    color: #0d8bbb;
    font-size: 24px;
}

.move_again_treatment_count {
    color: rgba(16, 52, 74, 0.12);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.move_again_treatment_title {
    min-height: 64px;
    margin: 0 0 12px;
    color: #10344a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.move_again_treatment_subtitle {
    margin: 0 0 22px;
    color: #526b7a;
    font-size: 16px;
    line-height: 1.55;
}

.move_again_treatment_link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0d8bbb;
    font-size: 16px;
    font-weight: 800;
}

.move_again_treatment_link i {
    transition: transform 0.2s ease;
}

.move_again_treatment_link:hover i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    html,
    body,
    .wrapper {
        max-width: 100%;
        overflow-x: hidden;
    }

    .cs_hero.cs_style_1 .cs_hero_content,
    .cs_about.cs_style_1 .cs_about_content,
    .cs_about.cs_style_1 .cs_about_text,
    .cs_section_heading.cs_style_1 .cs_section_subtitle,
    .cs_section_heading.cs_style_1 .cs_section_title,
    .cs_section_heading.cs_style_1 .cs_section_heading_right {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .cs_hero.cs_style_1 .cs_hero_title,
    .cs_hero.cs_style_1 .cs_hero_title_mini,
    .cs_hero.cs_style_1 .cs_hero_subtitle {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .move_again_hero_badges {
        width: 100%;
        margin: 18px 0 24px;
    }

    .move_again_highlight_badge {
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
        justify-content: center;
        font-size: 14px;
        text-align: center;
    }

    .move_again_treatment_card {
        min-height: 0;
        padding: 24px;
    }

    .move_again_treatment_title {
        min-height: 0;
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .cs_hero.cs_style_1 .cs_hero_content,
    .cs_about.cs_style_1 .cs_about_content,
    .cs_section_heading.cs_style_1,
    .cs_about.cs_style_1 .cs_about_text {
        max-width: 350px !important;
    }

    .cs_hero.cs_style_1 .cs_hero_title {
        max-width: 330px;
        line-height: 1.18;
    }

    .cs_hero.cs_style_1 .cs_hero_subtitle,
    .cs_hero.cs_style_1 .cs_hero_title_mini,
    .cs_section_heading.cs_style_1 .cs_section_subtitle,
    .cs_section_heading.cs_style_1 .cs_section_title {
        max-width: 350px;
    }

    .move_again_hero_badges {
        max-width: 350px;
    }
}
