/*!
Theme Name: Keta Medical Center
Theme URI: http://underscores.me/
Author: Mosharaf Hossain
Author URI: https://mosharafmanu.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: keta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
==============================
Global Style Start
==============================
*/
:root{
	--theme-color:#FDD060;
	--theme-color2:#3E5076;
	--theme-color3:#E2844E;
	--default-color:#374E7F;
	--fontraleway:"Raleway", sans-serif;
	--fontcormorant:"Cormorant Garamond", serif;
}
html {
	height: 100%;
}
body{
	color:var(--default-color);
	font-size: 20px; 
	font-weight:400;
	line-height:34px;
	font-family:var(--fontraleway);
	height: 100%;	
	margin:0;
}
img,svg{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width:100%;
}
p:last-of-type {
	margin: 0;
}
.display-table{
	display: table;
	width:100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align:middle;
}
.display-table-bottom{
	display: table-cell;
	vertical-align: bottom;
}
.owl-carousel .owl-item img {
	width: auto !important;
}
.admin-bar .site-header{
	top:32px;
}
@media only screen and (max-width:991px) {

	.admin-bar .site-header{
		top:46px;
	}
	#wpadminbar{
		position: fixed;
		top:0;
	}
}
.alignright { 
	float: right; 
	margin-left:15px;
}
.alignleft { 
	float: left; 
	margin-right:15px !important; 
}
.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px; 
}
#page{
	overflow: hidden;
}
.box-shadow{
	box-shadow: rgba(51, 51, 51, 0.18) 0px 0px 3px 0px;
	padding:15px;
}
a,button,input,textarea,select{
	outline:none !important;
	text-decoration:none !important;
	box-shadow:none !important;
}
a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}
.slick-slider {
	overflow: hidden;
}
.slick-list {
	margin: 0 -10px;
}
.slick-slide {
	margin: 0 10px;
}
/* Slick Slider */

.itemMargin .slick-slide {
    margin-right:10px;
    margin-left:10px;
}
.itemMargin .slick-list {
    margin: 0 -10px;
}
.stagePaddingRight .slick-slide{
    margin-left:20px;
}
.stagePaddingRight .slick-list{
    margin:0;
    padding:0 20% 0 0 !important;
}

/* Slick Slider */

input::-webkit-input-placeholder ,
textarea::-webkit-input-placeholder {
	opacity:1;
    color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
	opacity:1;
    color: #999999;
}
input::placeholder,  
textarea::placeholder {
	opacity:1;
    color: #999999;                  
}
input,
textarea{
    color:var(--theme-color5)
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: #fff;
	width: 28px;
	height:28px;
	border: 0.15em solid #ffffff;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
input[type="radio"]::before {
	content: "";
	width:12px;
	height:12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ffffff;
}
input[type="radio"]:checked::before {
	transform: scale(1);
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 20px;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	border-radius: 10px;
	padding: 20px;
	padding-left: 66px;
	box-shadow: 0px 5px 12px rgba(0,0,0,0.04), 0px 12px 25px rgba(0,0,0,0.07) !important;
	background: #000;
	position: relative;
	top: 0;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.wpcf7 form .wpcf7-response-output::before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 36px;
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}
.wpcf7 form.sent .wpcf7-response-output::before{
	content: "\f058";
	color:#46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before{
	content: "\f057";
	color:#46b450;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}
.wpcf7 form.invalid .wpcf7-response-output::before, 
.wpcf7 form.unaccepted .wpcf7-response-output::before {
	content: "\f12a";
	color: #ffb900;
	border: 1px solid #ffb900;
	width: 36px;
	height: 36px;
	font-size: 18px;
}
@media only screen and (max-width:991px) {

    .wpcf7 form .wpcf7-response-output {
        width: 100%;
    }

}



@media only screen and (min-width:1400px) {

    .container {
        max-width: 1320px;
    }
}
@media only screen and (max-width:1399px) {

    .container {
        max-width:1140px;
    }

}	
@media only screen and (max-width:1199px) {

    .container {
        max-width:960px;
    }

} 
@media only screen and (max-width:991px) {

    .container {
        max-width:720px;
    }

}
@media only screen and (max-width:767px) {

    .container {
        max-width:767px;
    }

}











/*
============================================================
Global Style End
============================================================
*/


/*
============================================================
Header Style Start
============================================================
*/


.hero-flower {
	position: absolute;
	right: 0;
	top:150px;
}
@media only screen and (max-width:991px) {
	.hero-flower {
		max-width: 150px;
		top:200px;
	}
}
.site-header{
	padding:15px 0;
	background:#ffffff;
	transition:0.3s all ease;
}
.site-header.sticky{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 999;
	box-shadow: rgba(51, 51, 51, 0.18) 0px 0px 3px 0px;
}
.admin-bar .site-header.sticky{
	top:32px;
}
.header-inner {
	display: flex;
	align-items: center;
	column-gap:73px;
}
@media only screen and (max-width:1399px) {

	.header-inner {
		column-gap: 59px;
	}
}

.header-btns{ 
	display: flex;
	column-gap:24px;
}
.site-btn{
	font-size:14px;
	font-weight:700;
	line-height:14px; 
	letter-spacing: 1.4px;
	text-transform: uppercase;
	padding:15px 20px;
	border-radius:61px;
	transition:0.3s all ease;
	text-align:center;
	display:inline-block;
}
.site-btn.primary-btn{
	background:var(--theme-color);
	color: var(--default-color);
	border:1px solid var(--theme-color);
}
.site-btn.primary-btn:hover{
	background:transparent;
}
.site-btn.secondary-btn{
	border:1px solid var(--theme-color3);
	color: var(--theme-color3);
}
.site-btn.secondary-btn:hover{
	background:var(--theme-color3);
	color:#ffffff;
}
@media only screen and (max-width:767px) {

	.site-btn.secondary-btn{
		width:100%;
	}

}

/* ------------------------------------------ 
Desktop Menu Start
------------------------------------------ */

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li {
    display: inline-block;
	position: relative;
}
.main-menu li a {
    display: block;
    font-size:16px;
    line-height:28px;
    font-weight: 400;
    color: var(--default-color);
	padding:20px 0;
	margin-right:20px;
	transition:0.3s all ease;
	position:relative;
}
.main-menu li.menu-item-has-children > a{
	padding-right:20px;
}
.main-menu li:hover > a,
.main-menu li.current-menu-item > a,
.main-menu li.current-menu-ancestor > a{
	color:var(--theme-color3);
}
.main-menu li:last-child a {
    padding-right: 0;
	margin-right:0;
}

@media only screen and (min-width:992px) {

	.main-menu li ul {
		text-align: left;
		background:var(--default-color);
		left: 0;
		opacity: 0;
		padding: 10px 20px;
		border-radius:5px;
		position: absolute;
		top:100%;
		transition: all 0.5s ease 0s;
		visibility: hidden;
		width:200px;
		z-index:99;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	}
	.main-menu li:hover ul{
		opacity: 1;
		visibility: visible;
	}
	.main-menu li ul li {
		display: block;
	}
	.main-menu li ul li a {
		text-align: left;
		padding:10px 0;
		margin: 0;
		display: block;
		color:#ffffff;
		position:relative;
		line-height:18px;
	}
	.main-menu li ul li:hover > a,
	.main-menu li ul li.current-menu-item > a{
		color:var(--theme-color3);
	}
	.main-menu li ul li a:after{
		display:none;
	}
	.main-menu li.menu-item-has-children > a::before {
		color: rgba(255, 255, 255, 1);
		content: '\f107 ';
		font-family: "Font Awesome 6 Pro";
		font-weight:600;
		font-size:12px;
		transition: 0.1s all ease;
		position: absolute;
		right:0;
		top: 50%;
		transform: translateY(-50%);
		color:var(--default-color);
	}
	.main-menu li.menu-item-has-children:hover > a::before,
	.main-menu li.current-menu-item > a::before,
	.main-menu li.current-menu-ancestor > a::before{
		color:var(--theme-color3);
	}
	
}

@media only screen and (max-width:1399px) {

	.main-menu li a {
		margin-right: 25px;
	}

}
@media only screen and (min-width:992px) and (max-width:1199px) {

	.main-menu li a {
		margin-right:15px;
	}
	.main-menu li a {
		font-size: 14px;
	}

}

/* ------------------------------------------ 
Desktop Menu End
------------------------------------------ */

@media only screen and (max-width:1199px) {


/* ------------------------------------------ 
Mobile Menu Start
------------------------------------------ */

	.site-header{
		padding:25px 0;
		border-radius: 26px;
		border-bottom: 1px solid rgba(62, 80, 118, 0.15);
	}
	.header-inner{
		justify-content: space-between;
	}
	.mobile-menu {
		margin-top: 35px;
	}
	.menu-trigger {
		width:40px;
		padding: 5px;
		cursor: pointer;
	}
	.menu-trigger span {
		height: 4px;
		background: var(--default-color);
		display: block;
		width: 100%;
		margin: 5px 0;
		border-radius:4px;
	}
	.hamburger-header{
		display:flex;
		align-items:center;
		justify-content: space-between;
	}
	.menu-close {
		width: 40px;
		padding:10px;
		padding-right:0;
		cursor: pointer;
		color: var(--default-color);
		font-size: 25px;
		text-align:right;
	}
	.hamburger-wrapper{
		position:fixed;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background:rgba(255,255,255,0.5);
		opacity:0;
		visibility: hidden;
		z-index:-1;
		transition:0.5s all ease;
	}
	.admin-bar .hamburger-wrapper{
		top:32px;
	}
	.hamburger-wrapper.isOpen{
		opacity:1;
		visibility: visible;
		z-index:99999;
	}
	.hamburger-inner{
		background:#ffffff;
		width:100%;
		height:100vh;
		padding:30px 22px;
		overflow-y:scroll;
		margin-left:auto;
		right:-50%;
		transition:0.5s all ease;
		position:relative;
	}
	.hamburger-wrapper.isOpen .hamburger-inner{
		right:0;
	}
	.mobile-menu ul{	
		margin:0;
		padding:0;
		list-style-type: none;
	}
	.mobile-menu ul li {
		display: block;  
		position:relative;
	}
	.mobile-menu li a {
		display:block;
		padding:14px 0;
		color:var(--default-color);	
		font-size:20px;
		line-height:28px;
		font-weight: 400;
		transition:0.3s all ease;
	}
	.mobile-menu li li a {
		padding:10px 0;
	}
	.mobile-menu li:hover > a,
	.mobile-menu li.current-menu-item > a,
	.mobile-menu li.current-menu-ancestor > a,
	.mobile-menu li.menu-active > a{
		color:var(--theme-color3);
	}	
	.sub-menu{
		display: none;
		margin-left:25px !important;
	}
	.level1click {
		position: absolute;
		right:6px;
		top:15px;
		background: var(--default-color) !important;
		border:none;
		border-radius:15px;
		color: #ffffff !important;
		width:60px;
		height:25px;
		cursor: pointer !important;
		border-color: var(--default-color) !important;
		padding:0 !important;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		transition:0.3s all ease;
	}
	.level1click.active{
		background:var(--theme-color3) !important;
		color:#ffffff !important;
	}
	.level1click i{
		font-size: 14px !important;
		line-height:14px !important;
		transition:0.3s all ease;
	}
	.level1click.active i{
		transform:rotate(180deg);
	}
	.header-btns{
		margin-top:40px;
	}

}

@media only screen and (max-width:991px) {

	.admin-bar .hamburger-wrapper{
		top:46px;
	}

}

@media only screen and (max-width:767px) {

	.header-btns {
		display: block;
	  }
	  .header-btns a {
		width: 100%;
	  }
	  .header-btns a:not(:first-child) {
		margin-top: 20px;
	}

}

/* ------------------------------------------ 
Mobile Menu End
------------------------------------------ */



/*
============================================================
Header Style End 
============================================================
*/


/*
============================================================
Footer Style Start
============================================================
*/

.site-footer {
	background: var(--theme-color2);
	padding: 70px 0;
}
.footer-logo {
	max-width: 172px;
	display: block;
	margin-bottom: 54px;
}


.widget-title {
	color: var(--theme-color);
	text-align: center;
	font-family: var(--fontcormorant);
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 0.36px;
}
.footer-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.care-credit-logo{
	padding-top: 50px;
	    max-width: 60%;
}
.askp-badge{
	width: 130px;
	padding-top: 30px;
	  max-width: 60%;
}


.social-box li {
	display: block;
}
.social-box ul {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	margin-top: 20px;
}
.social-box li a {
	display: block;
	border-radius: 61px;
	text-transform: uppercase;
	background: var(--theme-color);
	color: var(--default-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 1.4px;
	padding: 16px 20px;
	transition: 0.3s all ease;
	border: 1px solid var(--theme-color);
}
.social-box li a:hover {
	background: transparent;
	color: var(--theme-color);
}
.footer-box.footer-menu-box .widget-title {
	text-align: right;
}
.footer-menu li {
	display: block; text-align: right;
}
.footer-menu li a {
	display: block;
	color: var(--theme-color);
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	font-weight: 700;
	padding: 13px 0;
}

.footer-links {text-align: center; }
.footer-links ul { list-style: none;}
.footer-links ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #ddd;
	line-height: 100%;
	padding: 0 15px;
}

:nth-last-child(1 of .footer-links ul li) {border-right: none;}

.footer-links ul li a {color: #fff; font-size:12px;}

@media only screen and (max-width:991px) {
	
.footer-box.footer-menu-box .widget-title, .footer-menu li {
	text-align: center;
}

	.footer-box {
		text-align: center;
	}
	.footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.care-credit-logo{
    margin-left: auto;
    margin-right: auto;
		max-width: 50%;
}
		.askp-badge{
    margin-left: auto;
    margin-right: auto;
		max-width: 50%;
}
	.footer-box.social-box {
		margin-top: 40px;
	}
	.footer-box.footer-menu-box .widget-title {
		text-align: center;
	}
	.footer-box.footer-menu-box {
		margin-top: 40px;
	}
	h3.widget-title{
		padding-top:30px;
	}

}

@media only screen and (max-width:767px) {

	.social-box ul {
		display: block;
		margin-top: 0;
	}
	.social-box li a {
		display: inline-block;
		min-width: 136px;
		margin-top: 15px;
	}
	.site-footer {
		padding: 50px 0;
	}

}


/*
============================================================
Footer Style End
============================================================
*/


.related-posts-loop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust spacing between items as needed */
}

.related-post-item {
    flex: 1;
    min-width: 200px; /* Set a minimum width for each item */
    max-width: 25%; /* Adjust this to control the number of items per row */
}

/*
============================================================
NO RELATED POSTS (COMING SOON)
============================================================

/* Только одиночные записи блога */
.single-post .entry-content h2,
.single-post .elementor-widget-theme-post-content h2,
.single-post .wp-block-post-content h2 {
  /* твои стили: пример */
font-size: 32px;
font-weight: 600;
line-height: 38px;
text-align: left;
}


/*
============================================================
H2 special to blog posts 
============================================================
