    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .free-consultation-btn {
        display: block;
        background-color: #c5aa6a;
        color: white;
        text-align: center;
        padding: 15px;
        margin: 20px;
        text-decoration: none;
        font-weight: bold;
    }

    footer {
        background-image: url('../../../images/page/top/bg.png'); 
        background-size: cover;
        background-position: center;
        padding: 30px 0;
        text-align: center;
        color: #fff;
    }

/* Common Styles
========================================================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    color: #7E5F41;
    font-weight: normal;
    padding: 20px 0;
}

.section-title h2 {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.section-title h2 span {
    font-size: 32px;
}
.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c5aa6a;
}

.section-title::before {
    top: 0;
}

.section-title::after {
    bottom: 0;
}

.section-title-simple {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    color: #8c734a;
    font-weight: normal;
    padding-bottom: 10px;
}

.section-title-simple h2 {
    font-size: 30px;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    position: relative;
}

.section-title-simple::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background-color: #c5aa6a;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #7E5F41;
    padding-bottom: 5px;
}

.detail-icon {
    color: #c5aa6a;
    margin-right: 10px;
    flex-shrink: 0;
}

.detail-text {
    color: #7E5F41;
    line-height: 1.5;
    display: flex;
}

.case-note {
    font-size: 12px;
    color: #7E5F41;
    line-height: 1.5;
}

.case-note-general {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 30px;
    position: absolute;
    right: 20px;
    bottom: -30px;
    z-index: 10;
}

.gold-icon {
    color: #c5aa6a;
    font-size: 0.8em;
    margin-left: 5px;
}

/* Navigation Menu
========================================================================== */
.navigation-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
        to right,
        #B69357 0%,
        #D1BB85 50%,
        #B69357 100%
        );
    max-width: 1200px;
    margin: 0 auto;
}

.nav-item {
    flex: 1;
    text-align: center;
    padding: 26px 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-item:last-child {
    border-right: none;
}

/* Banner Section
========================================================================== */
.banner-container {
    position: relative;
    width: 100%;
    height: 730px;
    background-image: url('../../../images/page/top/fv-pc.jpg'); 
    background-size: cover;
    background-position: center;
    margin-top: 60px;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.banner-text img {
    position: absolute;
    bottom:50px;
    left: 0px;
    max-width: 600px;    
}

.banner-text h1 {
    font-size: 52px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 30px;
}

.banner-text h1 span {
    display: block;
}

.cta-container {
    display: flex;
    align-items: center;
    background-color: #c5aa6a;
    border-radius: 30px;
    overflow: hidden;
    max-width: 560px;
}

.secondary-cta {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    flex: 0 0 auto;
}

.cta-button {
    display: block;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    flex: 1;
}

/* Ordermade Section
========================================================================== */
.ordermade-description__note {
    font-size: 10px;
    color: #707070;
    text-align: left;
    margin-bottom: 70px;
    margin-top: -60px;
}
.ordermade-description__box {
    margin-top: 50px;
}
.ordermade-section {
    position: relative;
    width: 100%;
    padding: 80px 20px;
    background-image: url('../../../images/page/top/ordermade.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ordermade-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ordermade-title {
    font-size: 28px;
    font-weight: normal;
    color: #707070;
    margin-bottom: 40px;
    line-height: 1.8;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
}


.ordermade-description {
    font-size: 16px;
    line-height: 2;
    color: #707070;
}

.ordermade-description p {
    margin-bottom: 20px;
}

/* Reasons Section
========================================================================== */
.reasons-section {
    background-color: #FBFBFB;
    padding: 60px 0px;
}

.reasons-container {
    padding: 0 20px;
    margin: 0 auto;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}

.features-container{
    max-width: 940px;
    margin: auto;
}
.feature-card {
    width: calc(25% - 30px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
    text-align: center;
    position: relative;
    background-image: url('../../../images/page/top/feature-card.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.feature-card:nth-of-type(1) img {
    width: 97px;
}
.feature-card:nth-of-type(2) img {
    width: 106px;
}
.feature-card:nth-of-type(3) img {
    width: 90px;
}
.feature-card:nth-of-type(4) img {
    width: 126px;
}
.feature-card img {
    margin-top: 30px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: #c5aa6a;
}

.feature-title {
    color: #c14545;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

.feature-subtitle {
    color: #8c734a;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.feature-text{
    margin-top: 10px;
    color: #7E5F41;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:20px;
}
.feature-text span {
    color: #C24A4B;
    font-size: 20px;
}
.feature-text span span{
    font-size: 15px;
}
.feature-text div{
    display: inline-block;
    font-size: 20px;
}
.feature-text div span{
    color: #7E5F41;
    font-size: 15px;
}


.feature-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Five Features Section
========================================================================== */
.five-features-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.five-features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}
.five-feature-hidden{
    display: none;
    clear: both;
}
.five-feature-item {
    background-color: #f5f2ed;
    border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    min-height: 500px;
    width: 32%;
    max-width: 330px;
    background-position: center;
    background-size: cover;
    height: 500px;
}

.five-feature-text img{
    position: absolute;
    right: 0px;
    bottom: -20px;
}

.five-feature-item_area {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.wide-item {
    grid-column: span 2;
}

.five-feature-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.five-feature-number {
    color: #c14545;
    font-size: 48px;
    line-height: 1;
    margin-right: 15px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    border-left: 1px solid;
    padding-left: 10px;
}

.five-feature-title {
    color: #8c734a;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 5px;
    font-family: "Shippori Mincho", serif;
}

.five-feature-title span{
    color: #C24A4B;
}

.five-feature-image {
    margin-bottom: 15px;
}

.five-feature-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.five-feature-text {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 15px;
    color: #7E5F41;
    position: relative;
}

.five-feature-action {
    border-radius: 50px;
    background-color: #7E5F41;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 215px;
    margin: auto;
}

.five-feature-action a {
    color: #fff;
    padding: 5px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}

.five-feature-special-content {
    margin-bottom: 15px;
}

.five-feature-item1,
.five-feature-item3,
.five-feature-item5 {
    background-image: url(../../../images/page/top/five-feature-bg01.jpg);
}

.five-feature-item2,
.five-feature-item4 {
    background-image: url(../../../images/page/top/five-feature-bg02.jpg);
}

.consultation-banner {
    text-align: center;
}

.consultation-button-container {
    text-align: center;
    max-width: 330px;
    margin: auto;
}

.consultation-button-container img {
    width: 100%;
}

.equipment-title{
    color: #7E5F41;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.equipment-text{
    margin-top: 20px;
}
.note-text{
    color: #7E5F41;
    font-size: 10px;
    text-align: center;
    margin-top: 20px;
}
.note-text a{
    color: #7E5F41;
}

/* Doctors Section
========================================================================== */
.doctors-section {
    padding: 45px 0;
    background-color: #fffbf5;
    background-image: url(../../../images/page/top/ordermade.png);
    background-size: cover;
    background-position: center;
}

.doctors-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.doctors-text {
    flex: 2;
}

.doctors-heading {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
        font-family: "Shippori Mincho", serif;
}

.doctors-description {
    color: #707070;
    line-height: 1.8;
    max-width: 510px;
    margin: auto;
}

.doctors-description p {
    margin-bottom: 15px;
}

.doctor-profile {
    padding: 20px 20px 0;
}

.doctor-image {
    margin-bottom: 15px;
}

.doctor-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.doctor-info {
    text-align: center;
}

.doctor-title {
    font-size: 22px;
    color: #707070;
    text-align: left;
}

.doctor-name {
    color: #707070;
    font-size: 22px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid;
}

/* Orthodontics Menu Section
========================================================================== */
.orthodontics-menu-section {
    padding: 80px 0px 0;
    background-color: #fffbf5;
    background-image: url('../../../images/page/top/menu-bg.jpg');
    background-size: cover;
    background-position: center;
}

.menu-description {
    text-align: center;
    margin-bottom: 50px;
    color: #7E5F41;
    line-height: 1.8;
}

.orthodontics-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Case Studies Section
========================================================================== */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#7E5F41;
}
.swiper-pagination-bullet{
    height: 14px!important;
    width: 14px!important;
}
.case-studies-section {
    padding: 80px 0;
    background-color: #fffbf5;
    background-image: url('../../../images/page/top/case-bg.jpg');
    background-size: cover;
    background-position: center;
}
.case-studies-section .container{
    position: relative;
}
.case-swiper {
    margin-bottom: 40px;
    padding-bottom: 50px;
    position: relative;
}

.swiper-slide {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #c5aa6a;
}

.swiper-pagination-bullet {
    background: #e0d5c0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #8c734a;
}

.case-card {
    background-image: url("../../../images/page/top/card.png");
    background-size: cover;
    background-position: center;
    padding: 30px;
    height: 520px;
}

.case-title {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    color: #8c734a;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.case-title2 {
    margin-bottom: 45px;
}

.case-subtitle {
    display: block;
    font-size: 16px;
    color: #8c734a;
    font-weight: normal;
    margin-left: 10px;
}

.before-after {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.before, .after {
    position: relative;
    width: 45%;
}

.ba-label {
    background-color: #B8965B;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    text-align:center;
}

.before .ba-label {
    background-color: #EBDDC4;
    color: #9b7332;
}
.after .ba-label {
    color: #fff;
}

.before img, .after img {
    width: 100%;
    height: auto;
}

.case-details {
    margin-bottom: 20px;
}




/* Treatment Section
========================================================================== */
.treatment-section {
    padding: 80px 0 0;
}

.treatment-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    max-width: 720px;
    margin: 0 auto;
}

.treatment-card {
    display: block;
    width: calc(50% - 30px);
    padding: 10px 5px 40px;
    position: relative;
    border-radius: 13px;
    border: 1px solid #887A61;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 330px;
    text-decoration: none;
}
.treatment-card:hover{
    opacity: 0.7!important;
}
.treatment-card .treatment-note-small{
    position: absolute;
    bottom: -90px;
    font-size: 10px;
}
.treatment-card:nth-of-type(3),
.treatment-card:nth-of-type(4){
    margin-top: 10px;
}
.treatment-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.treatment-title {
    font-size: 18px;
    color: #8c734a;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #f0e8d5;
    padding-bottom: 10px;
}

.treatment-price {
    text-align: center;
    margin-bottom: 20px;
}

.price-main {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    color: #A28E5B;
    font-weight: bold;
}

.price-tax {
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    color: #A28E5B;
    text-align: right;
}

.yen {
    font-size: 14px;
    margin-left: 5px;
}

.treatment-image {
    margin-bottom: 20px;
    text-align: center;
}

.treatment-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.treatment-features {
    padding-left: 30px;
    margin-bottom: 20px;
}

.treatment-features li {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.5;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.treatment-features li img {
    margin-right: 8px;
}

.read-more {
    display: inline-block;
    color: #c5aa6a;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.read-more img{
    position: relative;
    top: -5px;
}

.treatment-note {
    text-align: center;
    margin-bottom: 60px;
    color: rgba(126, 95, 65, 1);
    line-height: 1.8;
    margin-top: 60px;
}

.treatment-note-small {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 25px;
    margin-bottom: 60px;
}

.treatment-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.treatment-link {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #e0d5c0;
    color: #8c734a;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    background: linear-gradient(90deg, rgba(231, 226, 223, 1) 0%, rgba(254, 254, 254, 1) 47%, rgba(231, 226, 223, 1) 100%);
    max-width: 330px;
    width: 100%;
    text-align: center;
}

.treatment-link:hover {
    background-color: #f9f5f0;
}

/* Clinics Section
========================================================================== */
.clinics-section,
.payment-section {
    padding: 80px 0;
    background-color: #FBFBFB;
}
.payment-section{
    padding-bottom: 0;
}
.payment-section{
    padding-top: 0;
}
.payment-section h2 img{
    position: relative;
    top: -5px;
}
.clinics-description,
.payment-description {
    text-align: center;
    margin-bottom: 50px;
    color: #666;
    line-height: 1.8;
}
.payment-description{
    color: #7E5F41;
}

.clinics-areas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.area-block {
    width: 100%;
    margin-bottom: 40px;
}

.area-title {
    color: #8c734a;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

.area-clinics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 220px;
    margin: auto;
}

.clinic-button {
    display: inline-block;
    background-color: #937960;
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    transition: background-color 0.3s;
    min-width: 100px;
    text-align: center;
}

.clinic-button:hover {
    background-color: #8c734a;
}

.clinics-note {
    text-align: center;
    font-size: 14px;
    color: #7E5F41;
    margin-top: 30px;
}

.price-button-container {
    text-align: center;
    margin-top: 30px;
}

.price-button {
    display: inline-block;
    color: #8c734a;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.3s;
}


.price-button img {
    margin-left: 10px;
}

/* News & FAQ Section
========================================================================== */
.news-section {
    background-color: #FBFBFB;
    margin-bottom: 40px;
    padding: 80px ;
    padding-top: 0;
}

.news-title {
    color: #7b623a;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: "Shippori Mincho", serif;
}

.news-list {
    list-style: none;
    padding: 0;
}

.news-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.news-date {
    display: inline-block;
    background-color: #8c6d46;
    color: white;
    font-family: "Shippori Mincho", serif;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 10px;
}

.news-content {
    color: #7E5F41;
    display: inline-block;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;

}

.faq-section {
   /* margin-top: 40px; */
   margin-bottom: 40px;
   text-align: center;
}

.faq-button {
    display: inline-block;
    background-color: #8c6d46;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    margin: 20px 0;
    position: relative;
    max-width: 330px;
    width: 100%;
}

.faq-button:after {
    content: ">";
    position: absolute;
    right: 20px;
}

.orthodontic-info {
    text-align: center;
    margin: 30px 0;
    line-height: 1.8;
    color: #7E5F41;
    font-family: "Shippori Mincho", serif;
}

.free-examination {
    text-align: center;
    margin: 40px 0;
}

.free-exam-button {
    display: inline-block;
    background: linear-gradient(to bottom, #d4b56b, #b69042);
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 20px;
    margin: 20px 0;
    position: relative;
}

.free-exam-button:after {
    content: ">";
    position: absolute;
    right: 20px;
}

/* Services Section
========================================================================== */
.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.service-box {
    width: 23%;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #7E5F41;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.service-title {
    color: #707070;
    font-weight: bold;
    margin: 10px 0;
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
}

.service-detail {
   color: #707070;
   font-family: "Shippori Mincho", serif;
   font-size: 14px;
   margin: 10px 0;
}

.detail-button {
    display: inline-block;
    background-color: #B08A44;
    color: white;
    padding: 5px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.notes {
    color: #7E5F41;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 300;
}

.note-title {
    margin: 10px 0;
}

.contact {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
}

.email {
    color: #8c6d46;
    text-decoration: none;
}

/* Media Queries
========================================================================== */
@media (min-width: 768px) {
    .area-block {
        width: 48%;
    }
}

@media (min-width: 992px) {
    .area-block {
        width: 30%;
    }
}

@media (max-width: 1024px) {
    .five-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wide-item {
        grid-column: span 1;
    }
}

@media (max-width: 992px) {
    .banner-text {
        left: 120px;
        max-width: 450px;
    }

    .banner-text h1 {
        font-size: 40px;
    }

    .doctors-content {
        flex-direction: column;
    }

    .doctor-profile {
        max-width: 400px;
        margin: 0 auto;
    }

    .treatment-card {
        width: 100%;
    }
    .feature-card {
        width: calc(24% - 5px);
    }
    .features-container{
        gap: 15px;
    }
    .feature-text span,
    .feature-text div {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc{
        display: none;
    }
   

    .appointment-btn {
        margin-right: 0;
        font-size: 12px;
        padding: 6px 12px;
    }
    .banner-container {
        background-image: url('../../../images/page/top/fv-sp.jpg'); 
        height: 450px;
        margin-top: 50px;
    }

    .banner-content {
        flex-direction: column;
    }

    .banner-menu {
        display: none;
    }
    .menu-item {
        padding: 10px;
        border-bottom: none;
        border-right: 1px solid #e5e0d5;
        flex: 1;
    }

    .menu-item:last-child {
        border-right: none;
    }

    .page-nav {
        display: none;
    }

    .banner-text img {
        left: 0px;
        width: 300px;
        bottom: 50px;
    }

    .cta-container {
        flex-direction: column;
        border-radius: 0;
        max-width: 100%;
    }

    .secondary-cta {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
        padding: 10px;
    }

    .cta-button {
        width: 100%;
        padding: 10px;
    }

    .ordermade-section {
        padding: 30px 15px;
    }
    .ordermade-description__note {
        margin-top: -10px;
    }
    .ordermade-description{
        margin-bottom: 0;
    }
    .ordermade-description p{
        text-align: left;
        margin-bottom: 0;
    }
    .ordermade-title {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .ordermade-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .reasons-section {
        padding: 30px 0px;
    }

    .section-title {
        margin-bottom: 40px;
    }
    .reasons-container{
        padding: 0;
    }

    .section-title h2 {
        font-weight: 600;
        font-size: 20px;
        margin: 0 20px;
    }
    .section-title h2 span{
        font-size: 28px;
    }
    .features-container {
        padding: 0 20px;
        gap: 20px;
    }
    .consultation-button-container {
        margin-top: 40px;
    }
    .feature-card {
        width: 47%;
        min-width: 150px;
        padding: 20px 15px;
    }

    .feature-card img {
        width: 70px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .case-studies-section{
        background-image: url(../../../images/page/top/case-bg2.jpg);
    }

    .case-card{
        height: auto;
    }

    .navigation-menu {
        flex-wrap: wrap;
    }

    .nav-item {
        flex: 1 0 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 16px;
        padding: 0;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-item:nth-child(2n) {
        border-right: none;
    }

    .nav-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .nav-item:last-child {
        border-right: none;
        border-bottom: none;
    }

    .five-features-section {
        padding: 60px 0 0;
    }
    .five-features-section .container{
        padding: 0;
    }

    .five-features-grid {
        grid-template-columns: 1fr;
        gap: 0px;
        margin-bottom: 0;
    }

    .button-area .five-feature-item5 {
       display: block;
   }

   .five-feature-item {
    padding: 20px 25px 40px;
    min-height: auto;
    max-width: initial;
    width: 100%;
    height: auto;
}

.five-feature-item_area {
    display: block;
}

.five-feature-text{
    margin-bottom: 0;
}

.five-feature-number {
 font-size: 45px;
}

.five-feature-title {
    font-size: 22px;
}

.five-feature-action {
    position: static;
    margin: 20px auto;
    max-width: 220px;
}

.note-text{
    text-align:left;
}

.doctors-section{
    background-image: url(../../../images/page/top/ordermade2.jpg);
}
.doctor-title{
    font-size: 20px;
    color: #707070;
    text-align: left;

}
.doctor-name{
    color: #707070;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid;
}

.orthodontics-menu-section,
.doctors-section {
    padding: 30px 0;
}

.orthodontics-menu-section .container{
    padding: 0;
}
.orthodontics-menu-section .section-title{
    margin: 0 20px 30px;
}
.orthodontics-menu-section {
    padding-bottom: 0;
}

.menu-description {
    margin-bottom: 30px;
}
.menu-description p {
    color: #7E5F41;
    text-align: left;
    margin: 0 20px;
}

.orthodontics-menu {
    flex-direction: column;
}

.menu-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu-item:last-child {
    border-bottom: none;
}

.doctors-heading {
    font-size: 20px;
    margin-top: 20px;
}

.case-studies-section,
.treatment-section {
    padding: 60px 0;
}

.before-after {
    align-items: center;
}

.before, .after {
    width: 80%;
}

.case-card {
    padding: 20px;
}

.treatment-note-small{
    margin-bottom: 20px;
}

.treatment-card {
    padding: 20px;
    max-width: initial;
}

.area-clinics{
    max-width: initial;
}

.case-studies-section{
    padding-bottom: 0;
    padding-top: 30px;
}
.section-title-simple{
    margin-bottom: 20px;
}

.news-section {
    padding: 0;
    margin-bottom: 0;
}

.treatment-links {
    flex-direction: column;
    align-items: center;
}

.treatment-link {
    width: 90%;
    text-align: center;
}

.clinics-section,
.payment-section {
    padding: 60px 0px;
}


.area-title {
    font-size: 18px;
}

.clinic-button {
    padding: 6px 13px;
    font-size: 13px;
    min-width: initial;
    width: 31.3%;
}

.price-button {
    width: 90%;
    padding: 10px 20px;
}

.service-box {
    width: 50%;
    margin-bottom: 0;
    border-radius: 0px;
}

.case-note-general{
    position: static;
}
.case-swiper{
 margin-bottom:10px;   
}
.service-box:nth-of-type(1),
.service-box:nth-of-type(2){
    border-bottom:none;
}

.service-box:nth-of-type(odd){
    border-right:none;
}
.services{
    padding: 0 15px;
}
.service-title{
    font-size:13px;
}
.service-detail{
    font-size:12px;
}

.treatment-note{
    font-size:13px;

}
.treatment-card .treatment-note-small{
    bottom: -50px;
}
.clinics-description {
    text-align: left;
}
.price-main{
    font-size: 20px;
}
}

@media (max-width: 480px) {

    .before, .after {
        width: 100%;
    }

}
