﻿@media all and (min-width: 1670px) {

}

@media (max-width: 1380px){

}

@media (max-width: 1200px){

}

@media all and (min-width: 992px) {
    .navbar-nav .nav-item .dropdown-menu{ display: none; margin-top:0; }
	.navbar-nav .nav-item:hover .dropdown-menu{ display: block; }
}

@media all and (max-width: 992px){
body {
    font-size: 16px;
}
#fmebuysam{
 margin-right: 6px !important;
 display:block;
 text-align:right;
}

#ffmebuysam{
 float:none
}
.fonsizesam {
	font-size:14px!important; 
	font-weight:600!important;
}
.banner-container{
    height: 550px;
}


.banner-btns1{
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap; /* 讓按鈕自動換行 */
    margin-top: 1rem;
}
.banner-btns1 a{
    margin:5px 4px;
}
.theme-btn1 {
    border-radius: 0px;
    height: 30px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 5px 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
        font-size:1.4rem;

}
    

    .navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-0);
		width: 45px;
		height: 45px;
		border-radius: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-collapse{
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: auto;
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.slick-list {
		margin: 0 0px;
	}

    section{
        padding: 35px 0px;
    }

    .topbar-contact-wrapper{
        text-align: left;
    }

    .topbar-social{
        text-align: center;
        margin-top: 10px;
    }

    .section-heading{
        font-size: 28px;
    }

.banner-content-wrapper{
	margin-top:10px
}
#main_nav{
margin-top:80px
}
#mebuysam{
display:none;
}
.topbar{
min-height:40px;
padding:0px;
margin-bottom: 0px;
}


.dropdown-menu{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
     position: absolute;
        z-index: 1000;
}

.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}


	.navbar{
		position: fixed;
   
}

	.banner-heading{
		font-size: 30px;;
		text-align: center;
		margin-top:20px;
				 width:100%;

	}

	.banner-description{
    font-size: 16px;
    text-align:left;
	}

	.banner-book-appointment h3{
		font-size: 24px;
	}

	.about-content-wrapper h3{
		font-size: 28px;
	}

	.service-navtabs .tab-content{
		padding: 1.5rem;
	}
}

@media all and (max-width: 768px){
body {
    font-size: 16px;
}
#fmebuysam{
 margin-right: 6px !important;
 display:block;
  text-align:right;

}
#ffmebuysam{
 float:none
}
.banner-container{
    height: 450px;
}

.fonsizesam {
	font-size:14px!important; 
	font-weight:600!important;
}

.banner-btns1{
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap; /* 讓按鈕自動換行 */
    margin-top: 1rem;
}
.banner-btns1 a{
    margin:5px 4px;
}
.theme-btn1 {
    border-radius: 0px;
    height: 30px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 5px 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
        font-size:1.4rem;

}

    .navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-0);
		width: 45px;
		height: 45px;
		border-radius: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-collapse{
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: auto;
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.slick-list {
		margin: 0 0px;
	}

    section{
        padding: 35px 0px;
    }

    .topbar-contact-wrapper{
        text-align: left;
    }

    .topbar-social{
        text-align: center;
        margin-top: 10px;
    }

    .section-heading{
        font-size: 28px;
    }
.banner-content-wrapper{  
	margin-top:10px
}
	#main_nav{
margin-top:80px
}
#mebuysam{
display:none
	
}

.dropdown-menu{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
     position: absolute;
        z-index: 1000;
}

.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}
	.navbar{
		position: fixed;
	
    
    }

	.banner-heading{
		font-size: 30px;
		text-align: center;
		margin-top:20px;
		 width:100%;

	}

	.banner-description{
	    font-size: 16px;
	    text-align:left;
	}

	.btn-main{
		width: 100%;
		max-width: 100%;
	}

	.banner-btns{
		flex-direction: column;
	}

	.banner-btns a{
		margin-bottom: 15px;
	}

	.btn-secondary{
		width: 100%;
		max-width: 100%;
	}

	.banner-book-appointment{
		flex-direction: column;
	}

	.bba-content{
		text-align: center;
		margin-bottom: 25px;
	}

	.banner-book-appointment h3{
		font-size: 24px;
	}

	.about-content-wrapper h3{
		font-size: 28px;
	}

	.service-navtabs .tab-content{
		padding: 1.5rem;
	}

}

@media all and (max-width: 480px){

body {
    font-size: 16px;
}
#fmebuysam{
 margin-right: 6px !important;
 display:block;
  text-align:right;
}


#ffmebuysam{
 float:none
}

.banner-container{
    height: 500px;
}
.fonsizesam {
	font-size:14px!important; 
	font-weight:600!important;
}

.banner-btns1{
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap; /* 讓按鈕自動換行 */
    margin-top: 1rem;
}
.banner-btns1 a{
    margin:5px 4px;
}
.theme-btn1 {
    border-radius: 0px;
    height: 30px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 5px 7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
        font-size:1.4rem;

}
    
    

    .navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-0);
		width: 45px;
		height: 45px;
		border-radius: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-collapse{
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: auto;
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.slick-list {
		margin: 0 0px;
	}

    section{
        padding: 35px 0px;
    }

    .topbar-contact-wrapper{
        text-align: left;
    }

    .topbar-social{
        text-align: center;
        margin-top: 10px;
    }

    .section-heading{
        font-size: 28px;
    }
.banner-content-wrapper{
	margin-top:10px
}

#main_nav{
margin-top:80px
}

#mebuysam{
display:none
	
}

.topbar{
min-height:40px;
padding:0px;
margin-bottom: 0px;
}
.topbar-contact-wrapper ul {
 	 white-space: nowrap;
   overflow-x: auto;
 -webkit-overflow-scrolling: touch;  /* 启用平滑滚动（iOS） */
  scrollbar-width: none;         /* Firefox 隐藏滚动条 */
  -ms-overflow-style: none;      /* Internet Explorer 隐藏滚动条 */  
}

.topbar-contact-wrapper ul li {
  display: block;
  margin-bottom: 1px;
}

.topbar-contact-wrapper ul li:nth-child(1),
.topbar-contact-wrapper ul li:nth-child(2),
.topbar-contact-wrapper ul li:nth-child(4) {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0; /* 移除底部距離 */
}

.dropdown-menu{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
     position: absolute;
        z-index: 1000;
}

.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}




	.navbar{
		position: fixed;
    	}

	.banner-heading{
		font-size: 30px;
		text-align: center;
		margin-top:20px;
				 width:100%;

	}

	.banner-description{
	    font-size: 16px;
	    text-align:left;
	}

	.btn-main{
		width: 100%;
		max-width: 100%;
	}

	.banner-btns{
		flex-direction: column;
	}

	.banner-btns a{
		margin-bottom: 15px;
	}

	.btn-secondary{
		width: 100%;
		max-width: 100%;
	}

	.banner-book-appointment{
		flex-direction: column;
	}

	.bba-content{
		text-align: center;
		margin-bottom: 25px;
	}

	.banner-book-appointment h3{
		font-size: 24px;
	}

	.about-content-wrapper h3{
		font-size: 28px;
	}

	.service-navtabs .tab-content{
		padding: 1.5rem;
	}

}