@font-face {
    font-family: 'pinar';
    src: url('../fonts/Pinar-Regular.woff2') format('woff2');
 }

 @font-face {
    font-family: 'pinarbold';
    src: url('../fonts/Pinar-SemiBold.woff2') format('woff2');

}

#pinar{
    font-family: pinar !important;
}

#pinarbold{
    font-family: pinarbold;

}

.btn.btn-lg.btn-warning.px-5.fw-semibold{
    margin-top: 20px;
}

.title-slider{
    font-size: 39px;
    line-height: 60px;
}
.navbar.bg-primary.navbar-dark.navbar-expand-lg {
    padding-top: 15px;
  }

  .slider_p {
    padding-top: 12.7px;
  }

  #justify{
    text-align: justify;
  }

  .reveal-slideup-h3{
    line-height: 43px;
    margin-bottom: 20px;
  }

  p{
    font-family: pinar;
  }

#right{
    justify-content: flex-start !important;
}

#number{
    line-height: 24.5px !important;
  font-size: 16.4px !important;
  font-weight: normal !important;
  font-family: pinar;
  text-align: justify;
  margin-right: 20px;
}

.padding-footer{
    padding-top: 20px;
}
.video-banner-slider{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
}

.video-banner-slider {
	background: #87ceeb !important;
}
.gray-color-avash{
	color: #e3e3e3;
}

.slider-box{
	padding: 15px;
	border-radius: 10px;
	color: #5b6d7e;
	cursor:pointer;
	transition: all .7s ease;
	margin-right: 15px;
}
.slider-box:hover {
	box-shadow: 0px 0px 20px 0px #68a968;
	color: #68a968 !important;
	border-radius: 57px !important;
}

.paragraph-frame {
	border: 1px soli;
	background: #00000038;
	padding: 45px;
	border-radius: 15px;
	margin-top: 41px;
	line-height: 34px;
	text-align: justify;
	max-width: 615px;
	margin: 0 auto;
	margin-top: 42px;
}

.primary-bg-color{
	background-color: #87ceeb !important;
}


.faq-section::after {
	content: '';
	content: '';
	background: #0000004d;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.doctor-hover{
	transition: all .5s ease;
}
.doctor-hover > span{
	transition: all .5s ease;
}
.doctor-hover:hover{
	border-color: #ff7600 !important;
}
.doctor-hover:hover > span{
	background-color: #ff7600 !important;
}

@media(max-width: 550px){
	.padding-footer{
		text-align: center;
	}
	
	.padding-footer ul{
		padding: 0;
	}
	
	.padding-footer .social-links {
		display: flex;
		gap: 10px;
		margin-top: 2rem;
		justify-content: center;
	}
	#section-meet-noni .card{
		margin: 0 !important;
		margin-top: 20px !important;
	}
	#section-meet-noni .card-body{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	#section-meet-noni .card-body > img{
		margin: 0 !important;
		margin-bottom: 15px !important;
	}
	#section-support-groups p {
		font-size : 20px !important;
	}
	#section-anonymous-chat .test-box-therapyta{
		flex-direction: column;
	}
	
	#section-anonymous-chat .test-box-therapyta > div > div{
		margin: 0 !important;
	}
	#section-anonymous-chat .test-box-therapyta > div{
		margin: 0 !important;
	}
	#section-anonymous-chat .test-box-therapyta > img{
		margin: 40px 0 !important;
	}
	#section-callhome ul{
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}
	#section-callhome ul li{
		margin: 0 !important;
		margin-top: 20px !important;
	}
	#section-professional-therapy .doctor-hover span{
		font-size: 12px !important;
	}
	#section-callhome{
		background: url('/theme-assets/images/sign-up-m.png') !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		height: auto !important;
		
	}
	#section-callhome > div > div{
		margin-top: 0 !important;
		margin-bottom: 40px;
	}
	.navbar-brand {
		display: flex !important;
		flex-direction: column;
		font-size: 11px !important;
	}
	
}

/* مخفی کردن تصویر هاور به صورت پیش‌فرض */
.hover-img {
    display: none;
}


.service-box:hover .hover-img {
    display: inline-block;
}

.news-letter-box  input{
	height: 40px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 0;
	border: 1px solid #ccc;
}

.news-letter-box  button{
	height: 40px;
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border: 0;
	background-color: #87ceeb !important;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.test-category-box ul{
	display: flex;
	justify-content: center;
	padding: 0;
	border: unset;
}

.test-category-box ul button{
	color: #fff;
}
.test-category-box ul button.active{
	border-radius: 4px;
}

.test-category-box ul button:hover{
	color: #fff;
	border-radius: 4px;
}
.test-category-box .test-body {
	background-color: #00000078;
	padding: 20px;
	border-radius: 15px;
}
.test-category-box .test-body > div:first-child{
	width: 30%;
}
.test-category-box .test-body > div:last-child{
	width: 70%;
}
.test-category-box .test-btn{
	background-color: #87ceeb;
	color: #fff;
	padding: 4px 20px;
	border-radius: 10px;
}
.btn-cv, .btn-reserve{
	padding: 4px 30px;
	border-radius: 10px;
}
.btn-cv{
	background-color: #87ceeb;
	color: #fff;
}
.btn-reserve{
	background-color: #ff7600;
	color: #fff;
}
.more-doctor-cat{
	background-color: #87ceeb;
	padding: 5px 15px;
	border-radius: 10px;
	transition: all .5s ease;
	color: #fff;
}
.more-doctor-cat:hover{
	transform: rotate(1deg)
}
.category-start-area > div > ul{
	display: flex;
	justify-content: center;
	border: unset;
	padding: 0;
}

.category-start-area > div > ul > li{
	border: unset;
}
.category-start-area > div > ul > li > button.active{
	border: unset !important;
	border-radius: 10px;
}
.category-start-box > div:first-child{
	width: 20%;
}
.category-start-box > div:last-child{
	width: 50%;
}
.category-start-box p{
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	font-size: 26px;
	line-height: 52px;
	font-weight: bolder;
}
.category-start-area{
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.navbar-main-transparent.body-scrolling #navbar-main > nav.navbar .navbar-brand img {
	width: 100px;
}
@keyframes smoothBounce {
	0%, 100% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(10px);
		opacity: 0.5;
	}
}

 /* Header Responsive Styles */
 @media (max-width: 991.98px) {
	#section-community .reveal-slideup > h2{
		text-align: center;
	}
	.navbar {
		padding: 0.5rem 1rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1030;
	}
	
	.navbar-toggler {
		width: 40px;
		height: 40px;
		position: relative;
		background: transparent;
		border: none;
		padding: 0;
		margin-right: 10px;
	}
	
	.navbar-toggler-icon {
		width: 24px;
		height: 2px;
		background-color: #fff;
		display: block;
		position: relative;
		transition: all 0.3s ease;
	}
	
	.navbar-toggler-icon::before,
	.navbar-toggler-icon::after {
		content: '';
		position: absolute;
		width: 24px;
		height: 2px;
		background-color: #fff;
		transition: all 0.3s ease;
	}
	
	.navbar-toggler-icon::before {
		top: -8px;
	}
	
	.navbar-toggler-icon::after {
		bottom: -8px;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		background-color: transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
		transform: rotate(45deg);
		top: 0;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	
	.mobile-logo {
		width: 40px;
		height: auto;
		margin-right: 10px;
	}
	
	.desktop-logo {
		width: 120px;
		height: auto;
	}
	
	
	.navbar-collapse {
		background: #0d6efd;
		padding: 1rem;
		margin-top: 0.5rem;
		border-radius: 0.5rem;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1020;
	}
	
	.navbar-nav {
		text-align: right;
		padding: 0;
	}
	
	.nav-link {
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	
	.login-btn {
		background: #ff7600;
		border-radius: 10px;
		padding: 0.5rem 1rem;
		margin: 0.5rem 0;
		display: inline-block;
		width: 100%;
	}
	
	.language-btn {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		padding: 0.5rem 1rem;
	}
	
	.language-icon {
		width: 22px;
		height: 16.5px;
	}
	
	.dropdown-menu {
		background: #fff;
		border: none;
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}
	
	.dropdown-item {
		padding: 0.5rem 1rem;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
}

@media (min-width: 992px) {
	.navbar {
		padding: 1rem;
	}
	
	.desktop-logo {
		margin-bottom: 0.5rem;
	}
	
	.brand-text {
		font-size: 0.75rem;
		text-align: center;
		display: block;
	}
	
	.nav-link {
		padding: 0.5rem 1rem;
		font-size: 1.0625rem;
	}
	
	.login-btn {
		background: #ff7600;
		border-radius: 10px;
		padding: 0.5rem 1rem;
		margin-left: 0.875rem;
	}
	
	.language-btn {
		width: 42px;
		height: 42px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 575px){
	#section-community .reveal-slideup > h2{
		font-size: 16px;
		line-height: 1.5;
	}
}
/* General Header Styles */
.navbar {
	transition: all 0.3s ease;
}

.nav-link {
	transition: all 0.3s ease;
}

.nav-link:hover {
	opacity: 0.8;
}

.login-btn:hover {
	background: #e66a00;
}
@media(max-width: 990px){
	.navbar-brand {
		display: flex !important;
		flex-direction: column;
		font-size: 11px !important;
	}
	.desktop-logo {
		width: 120px;
		height: auto;
	}
	.navbar-brand {
		font-size: 11px !important;
	}
	#section-callhome ul {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}
	#section-callhome .desert-box{
		width: 100%;
	}
	.padding-footer {
		text-align: center;
	}
	.padding-footer ul {
	padding: 0;
}
	
}
@media(max-width: 768px){
	.test-category-box .test-body{
		flex-direction: column !important;
	}
	.test-category-box .test-body > div:first-child {
		width: 100%;
	}
	.test-category-box .test-body > div:last-child {
		width: 100%;
		margin-top: 40px;
	}
	.category-start-box > div:last-child{
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-content: center;
	}
	.category-start-box > div:last-child > img{
		margin: 0 auto;
	}
}

@media(max-width: 550px){
	.main-content{
		margin : 10px !important;
	}
}

.services-section .service-box:hover{
	box-shadow: 0px 0px 7px 0px #ccc;
	
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10000000;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #eeeeeede;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	text-align: center;
}
/* code #2 */
.loading02 span {
  animation: loading02 1.2s infinite alternate;
}
.loading02 span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading02 span:nth-child(3) {
  animation-delay: 0.4s;
}
.loading02 span:nth-child(4) {
  animation-delay: 0.6s;
}
.loading02 span:nth-child(5) {
  animation-delay: 0.8s;
}
.loading02 span:nth-child(6) {
  animation-delay: 1s;
}
.loading02 span:nth-child(7) {
  animation-delay: 1.2s;
}
.loading02 span:nth-child(8) {
  animation-delay: 1.4s;
}
.loading02 span:nth-child(9) {
  animation-delay: 1.6s;
}

@keyframes loading02 {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: 0.2;
  }
}
.dropdown-menu[data-bs-popper]{
    left: unset !important;
    right: 0;
}
.dropdown-item:hover, .dropdown-item:focus{
        background: #87ceeb;
        color: #fff;
    }
.navbar-expand-lg .navbar-nav .dropdown-menu{
    background: rgba(0, 0, 0, 0.5) !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > li > a{
    color : #fff !important;
}
.therapyta-btn{
    background: #87ceeb !important;
    transition: all .5s ease;
    color: #000 !important;
}
.therapyta-btn:hover{
    background: #e66a00 !important;
    color: #fff !important;
}
#searchBox input{
    font-size: 13px;
    padding: 7px 8px;
}

#searchBox button{
    font-size: 13px;
  padding: 11px;
}

.mobile-search{
    background: #87ceeb; 
    color: #fff;
    border-radius:10px; 
}
.mobile-search input{
    background: unset;
    border: unset;
    color: #fff;
}
.mobile-search input:focus{
    background: unset;
    box-shadow: unset;
}
.mobile-search input::placeholder{
    color: #fff;
}

















