/* ===============================
   English Website Styles (LTR)
   =============================== */
@font-face {
	font-family: 'PT Serif Caption';
	src: url('../fonts/PTSerifCaption-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--primary-color: #32519b;
	--secondary-color: #11b3cf;
	--text-dark: #333333;
	--text-light: #666666;
	--bg-light-blue: #f8fcfd;
	--bg-light: #f5f5f5;
	--white: #ffffff;
	--transition: all 0.3s ease;
}

html {
	direction: ltr;
}

body {
	font-family: 'PT Serif Caption', serif;
	/* background-color: var(--bg-light); */
	color: var(--text-dark);
}

.bg-light-blue {
	background-color: var(--bg-light-blue);
}

.bg-primary-custome {
	background: var(--primary-color);
}

/* Navbar */
.small-navbar {
	background-color: #fff !important;
	color: #000 !important;
}

.main-navbar {
	background-color: var(--primary-color);
	color: #fff !important;
	margin-top: 30px;


}

.navbar {
	direction: ltr;
	background-color: var(--primary-color);
	padding: 0;
	padding-top: 2px;
}

.nav-item .nav-link.active {
	background: #fff;
	border-radius: 4px;
	color: #32519b !important;
}

.nav-item {
	margin: 0 10px;
}

.nav-item .nav-link {
	color: #fff;
}

.navbar-brand {
	display: block;
	font-weight: 700;
	background: #fff;
	padding: 6px 140px 12px 60px;
	clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);

}

/* Links */
a {
	color: var(--primary-color);
	transition: var(--transition);
}

a:hover {
	color: var(--secondary-color);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
i {
	color: var(--primary-color);
}

/* Footer */
footer {
	/* background-color: #f0f2f5; */
	color: var(--text-light);
	border-top: 1px solid #fcfcfc;
	padding-top: 16px;
}


/* Buttons */
.btn-primary-custom {
	background-color: var(--primary-color);
	color: var(--white);
	border: none;
}

.btn-primary-custom:hover {
	background-color: var(--secondary-color);
}

.btn-outline-primary {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:focus-visible  {
	border-color: var(--primary-color) !important;
	background: var(--primary-color) !important;
}

/*=====================================
            Home page
=======================================*/
.home-header {
	position: relative;
	height: 60vh;
    margin-top: 100px;
	background-image: url('../images/bg-header-1@3x.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-header .overlay {
	position: absolute;
	inset: 0;
	/* background: rgba(0, 0, 0, 0.55); */
}

.home-header .container {
	position: relative;
	z-index: 2;
}

.home-header h1 {
	font-size: 3rem;
	font-weight: 700;
	color: #fff !important;
}

.home-header p {
	font-size: 1.1rem;
	line-height: 1.8;
	padding: 0 120px;
}

/* _________ counters section ___________*/
.counters {
	background: #fff;
}

.counters .card {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
	border: none;
}

.counters .card img {
	width: 50px;
	align-self: center;
	padding: 8px 0;
}

.counters .card h2 {
	font-size: 22px;
}

.counters .card span {
	font-size: 16px;
	color: var(--primary-color);

}

/* _____________ Services section _________________ */

.services h1 {
	color: var(--secondary-color);
	font-size: 2rem;
}

.services .card {
	border: none;
	align-items: center;
	min-height: 124px;
}

.services .card img {
	width: 50px;
}

.services .card h3 {
	font-size: 14px;
}

/* _________why choose us section___ */
.why_choose_us h1,
.ourTeam h1,
.Testimonials h1,
.contactUs h1 {
	font-size: 30px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	text-align: center;
	color: #11b3cf;
}

.why_choose_us p,
.ourTeam p,
.Testimonials p,
.contactUs p {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}

.why_choose_us .card {
	padding: 20px;
	border: none;
	min-height: 300px;
}

.why_choose_us .card img {
	width: 50px;
	align-self: anchor-center;

}

.why_choose_us .card .why_us_feature {
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #32519b;
}

.why_choose_us .card .why_us_feature_description {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}

/* _______________ our team ______________ */
.ourTeam .card {
	border: none;
	border-bottom: 8px solid var(--primary-color);
}

.ourTeam .card img {
	border-top-right-radius: 4px;
	height: 200px;
	border-top-left-radius: 4px;
}

.ourTeam .card .doctor-data .doctor_name {
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #32519b;
}

.ourTeam .card .doctor-data .about-doctor {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}

/* _____________ Testimonials _____________ */
#testimonialsCarouselMobile,
#testimonialsCarouselDesktop {
	position: relative;
}

.carousel-control-prev,
.carousel-control-next {
	width: 5%;
}

.Testimonials .card {
	border-radius: 8px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.31);
	background-color: #fff;
	border: none;
	border-bottom: 8px solid var(--primary-color);
	min-height: 200px;
}

.Testimonials .card .stars i {
	align-self: anchor-center;
	color: #ffc107 !important;
}

.Testimonials .card .patient_review p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #0e0e0e;
}

/* _________________contact us____________________ */
.contactUs .card img {
	width: 50px;
	align-self: anchor-center;
}

.contactUs .card h2 {
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #32519b;
	margin-top: 14px;
}

.contactUs .card p {
	font-size: 14px;
	margin-bottom: 4px;
}
/* =================================
        Doctors view
==================================== */
.search-box {
    max-width: 450px;
    height: 42px;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
}

.search-box .form-control:focus {
    box-shadow: none;
}

.search-box .input-group-text {
    background-color: #fff;
}
.search-box.ltr .input-group-text {
    border-radius: 8px 0 0 8px;
    border-right: 0;
}
.search-box.ltr .form-control {
    border-radius: 0;
    border-left: 0;
}
.search-box.ltr .btn {
    border-radius: 0 8px 8px 0;
}
.page-link{
    color: var(--primary-color);
    margin: 0 20px;
    border-radius: 4px;
    padding: 8px 16px;
}
.pagination p.small.text-muted{
    display: none;
}
/* ===========================
        Doctor profile
===============================*/
.doctor-personal-data h1{
    font-size: 30px;
}

.doctor-personal-data h2{
    color:var(--secondary-color);
    font-size: 22px;
}
.doctor-personal-data p{
    font-size: 20px;
}
.doctor-professional-data h2{
    font-size: 28px;
    color:var(--secondary-color);
}
/* ===========================
        About us
===============================*/
.vm-container .card h2{
    font-size: 1.5rem;
    line-height: 2.3;

}
.our-story h2{
    color:var(--secondary-color);
}
.our-story .card{
    text-align: center;
}
.our-story .card h2{
    color:var(--secondary-color);
    font-size: 26px;
}
.our-story .card p{
    font-size: 18px;
}
.our-values .card{
    min-height: 210px;
    place-content: center;
    margin-bottom: 10px;
    border-radius:1rem;
}
.our-values .card h4{
    font-size: 20px;
}
.our-values .card p{
    font-size: 18px;
}
.our-values .card img{
    width: 50px;
    align-self: center;
}
/* ===============================
        Contact Us
==================================*/
.contact-us h1{
    color:var(--secondary-color);
}
.contact-us .contact-methods img{
    width: 50px;
    margin-right: 20px;
}
.contact-us .contact-methods h2{
     font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color:var(--primary-color);
}
.form-control::placeholder {
    color: #aaaaaa !important;
    opacity: 1;
    text-align: left;
}
.booking form .form-control, .booking form .form-select{
    height: 56px !important;
}
/* intltelinput libarary start*/
.iti {
	width: 100%;
}

.iti--allow-dropdown .iti__flag-container {
	right: 0;
	left: auto;
}

.iti__selected-flag {
	direction: ltr;
	/* keep flag and code left-to-right */
}

input[type="tel"] {
	text-align: right;
	padding-right: 60px;
	/* space for flag dropdown */
}
.iti__country-list {
left:  0;
z-index: 1055;
}
.iti {
	width: 100%;
	display: block !important;
	direction: rtl !important;
}

.iti--separate-dial-code .iti__selected-flag {
	background: none !important;
}

.iti .iti__selected-flag .down-arrow {
	left: 20px !important;
}

.iti .iti__selected-flag {
	padding: 6px !important;
}

.iti .iti__selected-flag .iti__flag {
	left: 0;
	right: 0;
}

.iti .iti__selected-flag .iti__arrow {
	margin-left: 6px;
	margin-right: 0px;
}

.iti.iti--allow-dropdown .iti__flag-container {
    height: 40px;
    left: 0px;
    right: auto;
    border-left: none !important;
    border-right: 1px solid #979797 !important;
    align-self: center;

}

.iti .iti__selected-flag {
	border-right: solid 0.5px #979797;
	border-left: none !important;
}

.iti .iti__selected-flag:focus {
	outline: none;
}

.iti.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: #ffffff;
}

.iti input {
	text-align: left !important;
	padding-left: 100px !important;
}

.iti__country-name,
.iti__flag-box {
	float: left;
	margin-left: 6px;
	margin-left: 0px !important;
}

/* intltelinput libarary end */
/* ==============================
        Thank You
=================================*/
.thank-you .thanks-container i{
    font-size: 100px;
}
.thank-you .place-items-center{

    place-items: center;
}
.thank-you .card p{
    font-size: 20px;
}
.thank-you strong{
    color:var(--secondary-color);
}
/* ================================
        Footer
=================================== */
.footer-toggle {
	background: none;
	border: 0;
	color: var(--primary-color);
	/* font-weight: 600; */
	width: 100%;
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}

.footer-toggle::after {
	content: "+";
	position: absolute;
	right: 0;
	font-size: 20px;
}

.footer-toggle[aria-expanded="true"]::after {
	content: "−";
}

footer .list-unstyled {
	padding-left: 0;
	list-style: none;
	padding-left: 14px;
}

#footerContact i {
	color: var(--primary-color) !important;
	font-size: 14px;
	padding-right: 8px;
}

#socialLinks a {
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	padding: 6px 12px;
	color: var(--primary-color) !important;
	margin: 0 4px;
	font-size: 16px;
	line-height: 1.8;
}

.dropdown-menu[data-bs-popper] {
	right: 0 !important;
	left: unset;
}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    width: 55px;
    height: 55px;
    /* background-color: #25d366; */
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

/* LTR (English) */
.whatsapp-float.ltr {
    right: 25px;
}

/* RTL (Arabic) */
.whatsapp-float.rtl {
    left: 25px;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
    70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.whatsapp-float {
    animation: pulse 2s infinite;
}
/* Desktop: disable toggle UI */
@media (min-width: 768px) {
	.footer-toggle::after {
		display: none;
	}
}


@media (max-width: 768px) {
	.navbar-nav {
		padding-right: 0 !important;
		padding-left: 36px;
	}

	.btn-outline-primary.w-100.selected {
		background: #f5f5f5;
		border: none;
		color: #000;
		font-weight: 600;
	}
    .small-navbar .d-flex.justify-content-between.w-100{
        font-size: 11px !important;
    }
	.nav_custome {
		width: 100%;
		color: var(--primary-color) !important;
	}
    .main-navbar{
        margin-top: 24px;
    }
	.nav_custome #mainNavbar {
		background: #fff;
		color: var(--primary-color) !important;
	}

	.nav-item .nav-link {
		color: #000;
	}

	.navbar-toggler {
		float: inline-end;
		margin: 10px;
		color: #fff;
	}

	.navbar-brand {
		display: inline-block;
		font-weight: 700;
		background: #fff;
		padding: 6px 85px 12px 21px;
		clip-path: polygon(0 0, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0 100%);
	}

	.home-header {
		text-align: center;
		background-image: url(../images/bg@2x.webp);
		margin-top: 94px;
		height: 40vh;
	}

	.home-header h1 {
		font-size: 1.8rem;
	}

	.home-header p {
		padding: 0;
	}

	.why_choose_us h1,
	.ourTeam h1,
	.Testimonials h1,
	.contactUs h1,
	.services h1 {
		font-size: 20px;
		line-height: 1.5;
	}

	.why_choose_us p,
	.ourTeam p,
	.Testimonials p,
	.contactUs p {
		font-size: 16px;
	}

	.services-row,
	.doctors_row {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.services-row>[class*="col-"],
	.doctors_row>[class*="col-"] {
		flex: 0 0 auto;
		width: 70%;
		max-width: 70%;
	}

	.services-row::-webkit-scrollbar,
	.doctors_row::-webkit-scrollbar {
		display: none;
	}

	.why_choose_us .card {
		min-height: 232px;
	}

}
