/* Sidebar Container */
.gshop-sidebar {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid #eaeaea;
}

/* Widget Section */
.sidebar-widget {
	border-radius: 0;
}

/* Widget Title */
.widget-title h6 {
	font-weight: 600;
	font-size: 1rem;
	color: #333;
}

.widget-title .hr-line {
	height: 1px;
	background-color: #e0e0e0;
	top: -2px;
}

/* Search Form */
.search-form {
	gap: 10px;
}

.search-form input[type="text"] {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 0.95rem;
	transition: border-color 0.3s;
}

.search-form input[type="text"]:focus {
	outline: none;
	border-color: rgb(154, 22, 202);
}

/* Search Button */
.submit-icon-btn-secondary {
	border: none;
	background-color: rgb(154, 22, 202);
	color: white;
	padding: 8px 12px;
	border-radius: 4px;
	transition: background-color 0.3s;
}

.submit-icon-btn-secondary:hover {
	background-color: rgb(154, 22, 202);
}

/* Category List */
.category-widget ul.widget-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-widget ul.widget-nav li {
	margin-bottom: 10px;
}

.category-widget ul.widget-nav li a {
	text-decoration: none;
	color: #333;
	font-size: 0.95rem;
	padding: 8px 12px;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s, color 0.3s;
}

.category-widget ul.widget-nav li a:hover {
	background-color: #f8f9fa;
	color: rgb(154, 22, 202);
}

/* Count Badge */
.total-count {
	background-color: #e9ecef;
	color: #333;
	padding: 2px 8px;
	border-radius: 20px;
	font-size: 0.75rem;
}

/* Listing Top Container */
.listing-top {
	border: 1px solid #eaeaea;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	background-color: #fff;
	padding: 10px 20px;
	/* py-5 px-4 */
	margin-bottom: 2.5rem;
	/* mb-6 */
	gap: 1.5rem;
}

/* Result Text */
.listing-top p {
	font-size: 1rem;
	color: #333;
}

/* Sort Section */
.listing-top-right {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

/* Label */
.select-filter label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #222;
	margin-right: 0.5rem;
}

/* Select Dropdown */
.theme-select {
	min-width: 180px;
	font-size: 0.875rem;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #ddd;
	transition: border-color 0.3s;
}

.theme-select:focus {
	border-color: #28a745;
	box-shadow: none;
}

/* Sort Button */
.select-filter .btn {
	margin-left: 0.5rem;
	font-size: 0.875rem;
	padding: 6px 16px;
	border-radius: 4px;
	font-weight: 600;
	transition: background-color 0.3s;
}

.select-filter .btn:hover {
	background-color: #218838;
}

@media (max-width: 576px) {
	.listing-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.listing-top-right {
		width: 100%;
		justify-content: space-between;
	}

	.select-filter {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}

	.select-filter select,
	.select-filter .btn {
		width: 100%;
		margin-top: 0.5rem;
	}
}

.modal-container1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

/* Styling for the modal content */
.modal-content1 {
	background-color: #fff;
	max-width: 700px;
	margin: 10% auto;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
}

/* Styling for the close button */
.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

/* Show the modal when the button is clicked */
.open-modal-button:focus+.modal-container1 {
	display: block;
}




.main-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: auto;
}

.bg_doc {
	background: #dfe;
}

.booking-doc-img {
	border: 2px solid #ddd;
}

.doctor-img img {
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 4px;
}

.text-muted {
	color: #333;
}

.verified_tick {
	color: #5571A1;
	font-size: 13px !important;
	margin-left: 6px;
}

.shadow_1 {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.shadow_2 {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shadow_3 {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.radius_1 {
	border-radius: 10px;
}

.radius_2 {
	border-radius: 15px;
}

.radius_3 {
	border-radius: 20px;
}

.no_link {
	color: inherit !important;
}

.no_link:hover {
	color: #333;
	text-decoration: none !important;
}

.no_list {
	list-style: none !important;
	margin-left: 0px;
	padding-left: 0px;
}

.caprght_oplkion {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.round {
	border-radius: 50%;
	overflow: hidden;
}

.round1 {
	border-radius: 10px;
	overflow: hidden;
}

.no_border {
	border: 0px !important;
}

.blur1 {
	backdrop-filter: blur(5px);
}

.blur2 {
	backdrop-filter: blur(15px);
}

.no_radius {
	border-radius: 1px !important;
}

.text_sh {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.big_text {
	font-size: 30px;
}

.text_shadow {
	text-shadow: 0px 1px 3px rgb(48 185 121) !important;
}

.mobile-footer{
    position: fixed;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
    background: var(--theme-color);
    border-radius: 10px;
    z-index: 9999;
    padding: 6px 0;
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* nav item */
.mobile-footer .nav-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    padding:6px 0;
    text-decoration:none;
    font-size:11px;
    color: var(--black-color1);
    transition: .2s;
}

/* icon */
.mobile-footer .nav-item i{
    font-size:18px;
    line-height:1;
}

/* text */
.mobile-footer .nav-item span{
    font-size:11px;
    line-height:1;
}

/* active */
.mobile-footer .nav-item.active{
    color: var(--title-color);
    font-weight:600;
}

/* tap feedback */
.mobile-footer .nav-item:active{
    transform: scale(.96);
}
.wa_float {
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 999;
	font-size: 34px;
}

.wa_float i {
	color: #000 !important;
}

.themain_leoafers {
	background: rgba(0, 0, 0, 0.72);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
}

.bradius_1 {
	border-radius: 4px;
	overflow: hidden;
}

.yn_img {
	width: 80%;
	height: auto !important;
}

/*Video Full SCreen*/
.video-container {
	width: 100vw;
	height: 100vh;
}

.iframe_video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
	.video-container .iframe_video {
		height: 56.25vw;
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-container .iframe_video {
		width: 177.78vh;
	}
}

.the_banner_white {
	position: absolute;
	left: 10%;
	top: 35%;
	max-width: 570px;
}

.the_banner_white h2 {
	color: #003;
	font-size: 28px;
}


.btn_2 {
	border: 2px solid #000;
	color: #000;
}

.btn_2:hover {
	border: 2px solid #002B5E;
	color: #002B5E;
}

.ynf {
	color: #06C166;
}

.cookie_warning {
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 99;
	min-width: 390px;
	max-height: 190px;
}

.theme_btn {
	background: #000;
	border: 0px;
}

.theme_btn:hover {
	background: #333;
	border: 0px;
	color: #fff;
}

.border_1 {
	border: 1px solid #ddd;
}

@media only screen and (max-width: 600px) {
	.cookie_warning {
		bottom: 110px !important;
		left: 2%;
		width: 96% !important;
		min-width: auto !important
	}
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important;
}