@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');

@font-face {
    font-family: 'Impact';
    src: 
         url('../fonts/impact.woff') format('woff'),
         url('../fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.8;
}

.title-en {
    font-size: 16px;
    font-weight: 700;
    color: rgba(57, 130, 36, 1); 
    text-align: center;    
    font-family: "Zen Maru Gothic", sans-serif;
}

.title-jp {
    font-size: 30px;
    font-weight: 700;
    color: rgba(66, 62, 63, 1);
    text-align: center;    
}

.title-wrap {
    position: relative;
}

.title-wrap .title-bg {
    text-align: center;
}

.title-text {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

/*=======  Common=========*/
.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

.sp-none {
    display: inline-block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

.txt-bold {
    font-weight: 700;
}

/*======= Header =========*/

.hdr__logo-link {
    text-decoration: none;
    display: block;
}

.hdr__logo-container {
    display: flex;
    align-items: center;
    gap: 15px;    
}

.hdr__logo-img {
    max-height: 60px;
    width: auto;
}

.hdr__logo-text {
    display: flex;
    flex-direction: column;
}

.hdr__logo-text1 {
    font-size: 18px;
    color: rgba(66, 62, 63, 1);
    font-weight: 500;
}

.hdr__logo-text2 {
    font-size: 36px;
    font-weight: 700;
    color: rgba(66, 62, 63, 1);
}

.btn-contact {
    background: linear-gradient(to right, rgba(255, 194, 8, 1), rgba(242, 91, 13, 1), rgba(230, 0, 18, 1));
    color: #fff;   
    font-weight: 700;
    padding: 15px 25px!important;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
}

.btn-contact:hover {
    color: #fff!important;
}

.hdr__navi {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.hdr__navi-tel-container {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    justify-content: flex-end;
    padding-right: 20px;
}

.hdr__navi-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.hdr__navi-menu li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.hdr__navi-menu li a:hover {
    color: #ff864c;
}

.hdr__navi-tel {
    color: rgba(66, 62, 63, 1);
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.hdr__navi-tel:hover {
    text-decoration: none;
    color: rgba(66, 62, 63, 1);
}

.btn-reservation {
    background: rgba(255, 134, 52, 1);
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.btn-reservation:hover {
    text-decoration: none;
    color: #fff;
}

.btn-reservation img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

/*======= Main FV =========*/
#main {
    position: relative;   
    height: 100%;
    width: 100%;  
    z-index: 2;
    overflow: hidden;    
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);    
}

.main-content-text p {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(88, 94, 90, 0.92);
    line-height: 1.8;
}

/* ========== Lower Banner ==========*/
.banner-lower {
    position: relative;
    padding: 0;
    height: 600px;
}

.banner-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 10pt;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

/* ======= TOP Video ======= */
.dl-pausevid__vid {
	width: 61%;
	height: 490px;
	object-fit: cover;
	border-radius: 40px;
	margin-right: 35px;
    position: relative;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
}
.top-video-wrapper {
    position: relative;
}

.vid-frame {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}

.video__controls {
	position: absolute;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.video__play-pause {
	background: rgba(0, 0, 0, 0.0);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(57, 130, 36, 1);
	transition: background-color 0.3s;
}

.video__play-pause:hover {
	/* background: rgba(0, 0, 0, 0.7); */
}

.play-icon,
.pause-icon {
	font-size: 36px;
}


/*======= News Section =========*/
#news {
    padding: 80px 0 60px;
    background-image: url('../images/bg-news.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
    margin-top: -10px;
}

.news-wrapper {
    margin-top: 60px;
}

.news-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;    
}

.news-item .news-date {
    margin-right: 40px;
    color: rgba(24, 38, 113, 1);
}

.news-item .news-title {    
    color: rgba(24, 38, 113, 1);
    text-decoration: none;
}

.news-item .news-title:hover {
    color: rgba(24, 38, 113, 1);
    text-decoration: none;
}

/*======= About us Section =========*/
#aboutus {
    padding: 80px 0 60px;
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
}

.white-bg {
    background-color: rgba(255, 255, 255, 0.75);   
    margin: 0 auto;
}

.about-wrapper-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;    
    box-sizing: border-box;
    padding: 40px 0 80px;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;    
    box-sizing: border-box;
    padding: 40px 0 80px;
}

.about-left {
    width: calc(40% - 40px);
    box-sizing: border-box;
}

.about-right {
    width: calc(60% - 40px);
    box-sizing: border-box;
}


.aboutus-text {
    color: rgba(66, 62, 63, 1);
}

.aboutus-text h4 {
    font-size: 30px;
    font-weight: 500;
    color: rgba(66, 62, 63, 1);
    margin-bottom: 40px;
}

.aboutus-text h4 span {
    font-size: 34px;
}

.btn-wrap {
    margin-top: 80px;
    text-align: center;
}

.btn-wrap3 {
    margin-top: 80px;    
}

.btn-more {    
    border: 2px solid rgba(66, 62, 63, 1);
    color: rgba(66, 62, 63, 1); 
    font-weight: 700;
    padding: 15px 20px;    
    text-decoration: none;
    width: fit-content!important;
    box-shadow: 2px 2px 8px rgba(66, 62, 63, 0.8);
}

.btn-more:hover {
    color: rgba(66, 62, 63, 1)!important;
    text-decoration: none;
}

.btn-more img {
    margin-left: 10px;    
}

/*======= Features Section =========*/
#features {
    padding: 80px 0 60px;
    background-image: url('../images/bg-features.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-desc {
    margin-top: 40px;
    text-align: center;
}

.feature-item-img img {
    width: 100%;
}

.feature-item-text {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
}

.feature-text-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px; 
}

.feature-num {
    flex-shrink: 0; /* Prevents number from shrinking */
    color: rgba(244, 104, 13, 1);
    font-size: 42px;  
    font-family: "Zen Maru Gothic", sans-serif;
}

.features-title {
    flex: 1; /* Takes up remaining space */
    color: rgba(24, 38, 113, 1);
    font-size: 18px;
    font-weight: 700;
    align-self: center;
}

/*======= Profile Section =========*/
#profile {
    padding: 80px 0 60px;
    background: rgba(255, 254, 251, 1);
}

.profile-text {
    color: rgba(66, 62, 63, 1);
    padding: 0 40px 0 0;
    font-size: 18px;
    font-weight: 400;
}

.profile-text h4 {
    font-size: 30px;
    font-weight: 700;  
    color: rgba(66, 62, 63, 1);  
    margin-bottom: 20px;   
}

.profile-img img {
    width: 100%;
}

/*======= Treatment Section =========*/
#treatment {
    padding: 80px 0 80px;    
}

.treatment-bg {
    background: rgba(249, 242, 222, 1);
    padding: 40px 15px 80px;   
    margin: 0 auto;
    border-radius: 10px;
}

.treatment-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;     
    box-sizing: border-box;
}

.treatment-head-text1 {
    width: calc(50% - 40px);
    box-sizing: border-box;
}

.treatment-head-text2 {
    width: calc(50% - 40px);
    box-sizing: border-box;
}

.treatment-head-text1 p {
    margin-bottom: 0;
    font-size: 700;
}

.treatment-head-text1 h4 {
    font-size: 30px;
    font-weight: 500;
}

.treatment-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 30px;     
    box-sizing: border-box;
    margin-top: 40px;
}

.treatment-item {
    width: calc((100% - 3 * 30px) / 4); /* 4 items per row, 3 gaps */
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 30px 20px;  
    min-height: 145px;  
    border-radius: 5px;
}

.treatment-item-img {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.treatment-item-text {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;   
}

.treatment-item-text p {
    margin-bottom: 0;
}

.leaf-background {
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*======= Belief Section =========*/
#belief {
    padding: 10px 0 80px;    
}

.belief-item-text h4 {
    font-size: 24px;
    font-weight: 500;
    color: rgba(66, 62, 63, 1);
    margin: 20px 0 30px;
    text-align: center;
    position: relative;
}

.belief-item-text h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 116px;
    height: 2px;
    background: rgba(57, 130, 36, 1);
}

.belief-item-text p {
    font-size: 18px;
}

.belief-item-img img {
    width: 100%;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*======= Class Section =========*/
#class {
    padding: 80px 0 80px;
    background-image: url('../images/bg-aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.class-desc {
    color: #fff;
    text-align: center;
}

.class-img img {
    width: 100%;
}

.class-text h4 {
   color: #fff;
   font-size: 16px;
   text-align: center;
   margin-top: 20px;    
}

/*======= Recommendation Section =========*/
#recommendation {
    padding: 80px 0 80px;
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.recommendation-item {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-bottom: 40px;
    min-height: 400px; 
    font-family: "Zen Maru Gothic", sans-serif;
}

.img-recommendation {
    width: 300px;
    height: auto;
    margin: 0 30px 10px 0;
}

.floated {
    float: left;    
}

.recommendation-item h3 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(66, 62, 63, 1);
    margin-bottom: 20px;
    border: 2px solid rgba(57, 130, 36, 1);
    padding: 20px;
    display: flex;
}


/*======= Review Section =========*/
#review {
    padding: 80px 0 80px;
    background: rgba(24, 38, 113, 1);
}

.img-review img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
}

.text-review {
    background: #fff;
    padding: 20px;
    border-radius: 10px;    
    position: relative;
    margin-left: 40px;   
}

.text-review::before {
    content: '';
    position: absolute;
    left: -24px;  /* Adjusted to accommodate longer triangle */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;    /* for sharper angle */
    border-bottom: 15px solid transparent; /* for sharper angle */
    border-right: 25px solid #fff;    /* Increased for longer triangle */
}

/*======= FAQ Section =========*/
#faq {
    padding: 80px 0 80px;
    background: #FFFEFB;
}

/*======= Instagram Section =========*/
#instagram {
    padding: 80px 0 40px;
    background: rgba(255, 254, 251, 1);
}

.ig-wrap {
    margin: 40px auto 0;
}

.ig-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}

.ig-item {
    flex: 100%;
    max-width: calc(100% / 6 - 30px);
    margin: 0 30px 30px 0;
}

.ig-item:nth-child(6) {
    margin: 0 0 30px 0;
}

.ig-item:nth-child(12) {
    margin: 0 0 30px 0;
}

.ig-item img {
    width: 100%;
}


/*======= Blog Section =========*/
#blog {
    padding: 80px 0 80px;
    background-image: url('../images/bg4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-wrapper {
    margin-top: 60px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.blog-item {
    flex: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 30px 30px 0;
}

.blog-item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.blog-img img {
    width: 100%;
}

.blog-content {
    margin-top: 10px;   
    padding: 10px;
    background: #f2f2f3;  
    color: #000;
    position: relative;
    display: block;
}

.blog-content:hover {
    text-decoration: none;
    color: #000;
}

.blog-date {
    display: inline-block;
    margin-right: 30px;
}

.blog-title {
    display: inline-block;    
}

.blog-title::after {
    content: '';
    background-image: url('../images/icon-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;  /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.blog-name {
    margin-top: 10px;
    background: #f2f2f3;
    padding: 5px;
}

.btn-wrap2 {
    margin-top: 40px;
}

.btn-bg-white {
    background: #fff;    
}


/*======= Footer Section =========*/
.footer1 {
    background: rgba(255, 254, 251, 1);
}

.footer-wrap {    
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /* align-items: center; */
    max-width: 1460px;
    margin: 0 auto;
    padding: 50px 15px 20px;
}

.footer-left {
    flex: 100%;
    max-width: calc(50% - 30px);
    margin: 0 30px 30px 0;
}

.ft-logo-name {
    font-size: 36px;
    font-weight: 700;
    color: rgba(66, 62, 63, 1);
    margin-left: 10px;
    position: relative;
    top: 15px;
}

.ft-tel {
    font-size: 36px;
    font-weight: 700;
    color: rgba(66, 62, 63, 1); 
    margin-top: 10px;  
}

.ft-tel a {
    color: rgba(66, 62, 63, 1);
    text-decoration: none;
}

.ft-tel img {
    margin-right: 10px;
}

.ft-table {
    margin-top: 20px;
}

.ft-table img {
    width: 100%;
}

.ft-table p {
    margin-top: 10px;
}

.ft-offday span {
    border: 1px solid rgba(66, 62, 63, 1);
    padding: 5px;
    margin-right: 20px;
}

.footer-right {
    flex: 100%;
    max-width: 50%;
    margin: 0 0 30px 0;
    padding-right: 10px;
    color: rgba(66, 62, 63, 1);
}

.ft-name {
    font-size: 24px;
    color: rgba(24, 38, 113, 1);
    font-weight: 700;
}

.ft-info {
    color: rgba(24, 38, 113, 1);
    margin-bottom: 0;
}

.ft-transport {
    margin: 20px 0;
}

.ft-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px; /* Adjusts spacing between items */
    justify-content: flex-end;
}

.ft-nav ul li {
    margin: 0;
}

 .ft-nav ul li a {
    text-decoration: none;
    color: rgba(24, 38, 113, 1);
    font-weight: 700;   
}

.ft-nav ul li a.active {
    color: rgba(230, 0, 18, 1);
}

.ft-nav ul li a:hover {
    color: rgba(230, 0, 18, 1);
    text-decoration: none;
}

.copyright {
    background: rgba(57, 130, 36, 1);
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
}

.ft-sns-list {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
}

/*======= Page 2 : Treatment =========*/
#insurance {
    padding: 80px 0 80px;
    background: #FFFEFB;
}

.insurance-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    gap: 20px;    
    box-sizing: border-box;
    margin: 0 auto;
}

.insurance-item {
    width: calc(50% - 20px);
    box-sizing: border-box;
    border: 3px solid rgba(57, 130, 36, 1);
    border-radius: 10px;
    padding: 0 5px;
    min-height: 335px;
}

.insurance-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: rgba(66, 62, 63, 1);
    width: fit-content;
    background: #fff;
    margin: -20px auto 20px;
    padding: 0 10px;
}

#medical-care {
    padding: 80px 0 80px;
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.medical-item {
    background: #fff;
    border-radius: 10px;
}

.medical-item-text {
    padding: 0 10px;
    min-height: 160px;
}

#insole-therapy {
    padding: 80px 0 80px;
    background: rgba(249, 242, 222, 1);
}

#equipment {
    padding: 60px 0 80px;
    background-image: url('../images/bg6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.desc-equipment {
    text-align: center;
    margin: 60px 0 40px;
}

.equipment-wrapper {
    background: #fff;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
}

.equipment-content-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.equipment-content-img {
    flex: 100%;
    max-width: calc(100% / 2);
    order: 1;
}

.equipment-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment-content-text {
    flex: 100%;
    max-width: calc(100% / 2);
    align-items: center;
    padding: 0 40px 40px;
    order: 2;
}

.equipment-content-text h4 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(57, 130, 36, 1);  
    font-family: "Zen Maru Gothic", sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(57, 130, 36, 1);
    margin: 40px 0 20px;
}

.equipment-content-text h4 span {
    font-size: 20px;
    font-weight: 400;   
}

.equipment-content-text p {
    font-size: 18px;
    margin-bottom: 0;
}

/* Swap order for every second equipment-content-wrapper */
.equipment-content-wrapper:nth-child(2n) .equipment-content-img {
    order: 2;
}

.equipment-content-wrapper:nth-child(2n) .equipment-content-text {
    order: 1;
}

#process {
    padding: 80px 0 80px;  
    background: #FFFEFB;  
}

.process-wrapper {
    width: 80%;
    margin: 80px auto 0;    
}

.process-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    margin-bottom: 40px;
}

.process-img {
    flex: 100%;
    max-width: 10%;
}

.process-text {
    flex: 100%;
    max-width: 90%;    
}

.process-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(66, 62, 63, 1);
}

.process-text p {
    font-size: 18px;
    color: rgba(66, 62, 63, 1);
    margin-bottom: 0;
}

#fees {
    padding: 80px 0 80px;
    background: url('../images/bg7.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fees-img img {
    width: 100%;
}

.fees-content {
    font-size: 18px;
}

#faq2 {
    padding: 80px 0 80px;   
    background: #FFFEFB; 
}

.faq-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
}

.faq-menu-item {
    width: calc(100% / 3);
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid rgba(57, 130, 36, 1);
    color: rgba(42, 42, 42, 1);
    font-size: 20px;
    font-weight: 700;
}

.faq-menu-item:last-child {
    border-right: 1px solid rgba(57, 130, 36, 1);
}

.faq-menu-item:hover {
    color: rgba(42, 42, 42, 1);
    text-decoration: none;
}

.faq-menu-item img {
    margin-left: 10px;
}

.faq-content-title {
    color: rgba(42, 42, 42, 1);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.faq-content-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: rgba(57, 130, 36, 1);
}

.faq-content-banner img {
    width: 100%;
}

.faq-content-banner {
    margin-bottom: 40px;
}

/*======= Page 3 : About Us =========*/
#aboutus2 {
    padding: 80px 0 80px;
    background: url('../images/bg8.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-wrapper {
    background: rgba(255, 255, 255, 0.6);
    width: 90%;
    margin: 0 auto;
    padding: 40px;
    display: flex; 
    justify-content: center;
}

.about-title h2 {
    color: rgba(57, 130, 36, 1);
    font-size: 30px;
    font-weight: 500; 
    text-align: center;
}

.about-content {
    color: rgba(66, 62, 63, 1);
    font-size: 18px;
    font-weight: 400;
}

#staff-profile {
    padding: 80px 0 80px;
    background:  #FFFEFB;
}

.staff-profile-img {
    width: 80%;
    margin: 0 auto;
}

.staff-profile-img img {
    width: 100%;
}

.staff-profile-text h4 {
    color: rgba(57, 130, 36, 1);
    font-size: 24px;
    font-weight: 700;
}

.staff-profile-text h3 {
    color: rgba(66, 62, 63, 1);
    font-size: 30px;
    font-weight: 500;
}

.staff-profile-text p {
    color: rgba(66, 62, 63, 1);
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.staff-profile-wrapper2 {
    border: 1px solid rgba(57, 130, 36, 1);
    padding: 10px 30px 0;
}

.staff-profile-item {
    min-height: 350px;
}

.staff-profile-item h4 {
    color: rgba(66, 62, 63, 1);
    font-size: 24px;
    font-weight: 700;
} 

.staff-profile-item p {
    color: rgba(66, 62, 63, 1);
    font-size: 18px;
    font-weight: 400;
}

.staff-profile-item2 {
    min-height: 150px;
}

/* Owl Carousel 2 Styles */
.owl-carousel2 {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.owl-carousel2 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel2 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel2 .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.owl-carousel2 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    display: none;
}

.owl-carousel2 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel2 .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
}

.owl-carousel2 .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-carousel2 .owl-dot.active span {
    background: #869791;
}

.no-padding {
    padding: 0;
}

#recommendation2 {
    padding: 100px 0 80px;
    background: url('../images/bg9.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#access {
    padding: 80px 0 80px; 
    background: #FFFEFB;
}

.access-img img {
    width: 100%;
}

.access-title h3 {
    color: rgba(66, 62, 63, 1);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.access-title h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: rgba(57, 130, 36, 1);
}

.access-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.access-item p {
    color: rgba(66, 62, 63, 1);
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

#law-firm {
    padding: 80px 0 80px;  
    background: url('../images/bg10.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.law-firm-text p {
    font-size: 18px;
    color: rgba(66, 62, 63, 1);
    font-weight: 400;  
}

.law-firm-text p a:hover {
    text-decoration: none;
}

.law-firm-img {
    text-align: center;
}

/*======= Page 4 : Therapy =========*/
#therapy1 {
    padding: 80px 0 80px;
    background: url('../images/bg-therapy1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.therapy1-text p {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(88, 94, 90, 1);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.btn-more-orange {    
    border: 2px solid rgba(255, 134, 52, 1);
    background: rgba(255, 134, 52, 1);
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;    
    text-decoration: none;
    width: fit-content!important;
    box-shadow: 2px 2px 8px rgba(66, 62, 63, 0.8);
}

.btn-more-orange:hover {
    color: #fff!important;
    text-decoration: none;
}

.btn-more-orange img {
    margin-left: 10px;    
}

#therapy2 {
    padding: 80px 0 80px;
    background: url('../images/bg-therapy2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.therapy-badge {
    color: #fff;
    background: rgba(66, 62, 63, 1);
    font-size: 24px;
    font-weight: 700;
    padding: 5px 20px;
    margin-left: 60px;
}

.my-therapy-list {
    list-style: none;
    padding-left: 0;
    margin-top: 40px; 
    margin-left: 60px;  
}

.my-therapy-list li {
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 1.8;
    position: relative;
    background-image: url('../images/check_circle.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    color: rgba(66, 62, 63, 1);
    font-size: 18px;
}

.my-therapy-img img {
    width: 100%;
}

#therapy3 {
    padding: 80px 0 80px;
    background: url('../images/bg-therapy3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.therapy3-img img {
    width: 100%;
    border-radius: 15px;
}

.therapy3-text p {
    color: rgba(66, 62, 63, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

#before-after {
    padding: 80px 0 80px; 
    background: #FFFEFB;
}

.before-after-intro p {
    color: rgba(66, 62, 63, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.before-after-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 60px;     
    box-sizing: border-box; 
    margin-bottom: 40px;
}

.before-after-item {
    width: calc((100% - 1 * 60px) / 2); /* 2 items per row, 1 gap */   
    box-sizing: border-box;
    position: relative;
}

.before-after-item:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;    
    background-image: url('../images/arrow_green.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

.before-after-img img {
    width: 100%;
}

#fee {
    padding: 80px 0 80px;
    background: url('../images/bg-fee.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fee-wrapper {
    width: 80%;
    margin: 0 auto;
}

.fee-intro p {
    color: rgba(66, 62, 63, 1);    
}

table.tbl-fee {
    width: 100%;
    border-collapse: collapse;  
      
}

table.tbl-fee tr th {
    background: rgba(249, 242, 222, 1);
    border: 1px solid rgba(66, 62, 63, 1);
    padding: 10px 20px;
    font-size: 18px;
}

table.tbl-fee tr td {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid rgba(66, 62, 63, 1);
}

table.tbl-fee tr th:first-child {
    width: 50%;
}

table.tbl-fee tr td:first-child {
    font-size: 18px;
    width: 50%;
}           

table.tbl-fee tr td:last-child {
    font-size: 25px;
    font-weight: 700;
}

table.tbl-fee tr td:last-child span {
    font-size: 18px;
    font-weight: 400;
}

/*======= Page 5 : Contact =========*/
#inquiry {
    padding: 80px 0 80px;
    background: #FFFEFB;
}

.inquiry-text h4 {
    font-size: 30px;
    font-weight: 500;
    color: rgba(66, 62, 63, 1);
}

.inquiry-text p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(66, 62, 63, 1);
}

.btn-tel-img {
    font-size: 30px;
    font-weight: 700;
    color: rgba(66, 62, 63, 1);
}

.btn-tel-img a {
    color: rgba(66, 62, 63, 1);
}

.btn-tel-img a:hover {
    color: rgba(66, 62, 63, 1);
    text-decoration: none;
}

.btn-tel-img img {
    margin-right: 10px;
}

#inquiry-form h4{
    font-size: 30px;
    font-weight: 500;
    color: rgba(66, 62, 63, 1);
}

.contact-form {
    width: 80%;
    margin: 40px auto 0;    
}
.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #fff;
    background: rgba(57, 130, 36, 1);    
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 40px;
    float: right;
}

.form-group .norequired {
    color: #fff;
    background: rgba(184, 184, 184, 1);    
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 40px;
    float: right;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
    margin-top: -5px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
    border: none
}

.wpcf7-list-item {
    width: 100px;
}

.btn-submit {
    /* display: block;
    margin: 20px auto 0; */
    cursor: pointer;
    /* background: transparent;
    border: none; */
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.btn-submit {
    background: rgba(255, 134, 52, 1);
    color: #fff;   
    font-weight: 700;
    padding: 15px 30px;   
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
}

.btn-submit:hover {
    color: #fff!important;
    text-decoration: none;
}

input[type=radio] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    appearance: none;
    border-radius: 50%;
    background-clip: content-box;
    border: 2px solid rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
}

input[type="radio"]:checked {
    background-color: #000;
    padding: 4px;
    border: 2px solid #000;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.form-control {
    border: none;
}

