body {
    direction: rtl;
}
.navbar {
    background-color: #ffffff;
}
.navbar-brand {
    color: #0b3481;
    font-size: 1.5rem;
    font-weight: bold;
}
.navbar-brand:hover {
    color: #ccc;
}
.navbar-nav .nav-link {
    color: #284c8f;
}
.navbar-nav .nav-link:hover {
    color: white;
}
.btn-custom {
    background-color: #0b3481;
    color: white;
    border-radius: 10px;
}
.btn-custom:hover {
    background-color: #0056b3;
    color: #fff;
}
.hero-section {
    background-image:url(../img/Obstetrician-Gynecologist.jpg);
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5); /* لایه تیره روی تصویر */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.hero-content {
    color: white;
    text-align: center;
    z-index: 2;
}
.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
}
.hero-content p {
    font-size: 1.5rem;
}
.hero-content .btn-custom {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 1.2rem;
    margin-top: 20px;
}
.hero-content .btn-custom:hover {
    background-color: #0056b3;
}
.services-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}
.service-box {
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}
.service-box:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.service-box i {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 20px;
}
.service-box h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.service-box p {
    font-size: 1rem;
    color: #666;
}
.form-section {
    padding: 60px 0;
}
.form-box {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.form-box h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
}
.form-box .form-control {
    margin-bottom: 20px;
}
.form-box .btn-custom {
    background-color: #007bff;
    color: white;
}
.form-box .btn-custom:hover {
    background-color: #0056b3;
}
.form-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.testimonial-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}
.testimonial-heading {
    text-align: center;
    margin-bottom: 40px;
}
.testimonial-heading h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.testimonial-heading p {
    font-size: 1.1rem;
    color: #666;
}
.testimonial-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}
.testimonial-box:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.testimonial-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
}
.testimonial-box h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.testimonial-box p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
}
.stars {
    color: #ffc107;
}
.stars i {
    font-size: 1.2rem;
}
.services-section {
    padding: 60px 0;
}
.services-content {
    padding-right: 30px;
}
.services-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.services-content h4 {
    font-size: 1.3rem;
    color: #6c757d;
    margin-bottom: 15px;
}
.services-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}
.services-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.list-unstyled {
	padding-right: 0 !important;
}

.footer {
    background-color: #284c8f;
    color: white;
    padding: 40px 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.social-icons a {
    margin-right: 10px;
    color: white;
}
.footer .row > div {
    margin-bottom: 20px;
}
