:root {
    --primary-color: #d00a59;
    --primary-dark: #45001c;
    --primary-gradient: linear-gradient(90deg, #45001c 0%, #d00a59 100%);
    --dark-bg: #1A1A1A;
    --light-gray: #f5f5f5;
    --text-gray: #666;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Hero Background Styles */
.hero-bg {
    background-image: url('placeholder-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* Primary Color Utilities */
.text-primary {
    color: var(--primary-color);
}

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

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

/* Hover States */
.hover-bg-primary:hover {
    background-color: var(--primary-dark) !important;
    transition: background-color 0.3s ease;
}

.hover-text-primary:hover {
    color: var(--primary-color) !important;
    transition: color 0.3s ease;
}

/* Active Navigation State */
.active {
    color: var(--primary-color) !important;
    font-weight: 600;
    position: relative;
}

/* Header Styles */
header {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

nav a {
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
}

#menu a:hover {
    color: var(--primary-color);
}

/* Button Styles */
button,
a[class*="bg-primary"],
input[type="button"],
input[type="submit"] {
    transition: all 0.3s ease;
    cursor: pointer;
}


a[class*="bg-primary"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: var(--primary-gradient);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(208, 10, 89, 0.3);
}

/* Tailwind inline color override */
.bg-\[\#d70963\], .bg-\[\#D70762\] {
    background: var(--primary-gradient) !important;
}
.hover\:bg-\[\#b8054f\]:hover,
.hover\:bg-\[\#b70050\]:hover {
    background: var(--primary-dark) !important;
}

/* .text-\[\#d70963\], .text-\[\#D70762\] {
    color: var(--primary-color) !important;
} */
/* Footer Styles */

footer a {
    position: relative;
    transition: all 0.3s ease;
}

footer a:hover {
    color: var(--primary-color) !important;
    text-decoration: underline;
}

/* Dropdown Styles */
.group-hover\:opacity-100 {
    transition: opacity 0.3s ease;
}

.relative.group > div {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

/* Form Elements */
input,
textarea,
select {
    transition: all 0.3s ease;
    border-color: #e0e0e0;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(215, 9, 99, 0.1);
    outline: none;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Typography Utilities */
.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-light {
    font-weight: 300;
}

.text-bold {
    font-weight: 700;
}

/* Cards and Containers */
.card {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

/* Decorative Border Frame - Hospital Image Style */
.border-frame-left {
    position: relative;
    padding:  0px;
    background: white;
    border-radius: 12px;
    border-left: 10px solid var(--primary-color);
}

.border-frame-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 10px;
    background-color: var(--primary-color);
}

.border-frame-left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 10px;
    background-color: var(--primary-color);
}

.border-frame-right {
    position: relative;
    padding: 0px;
    background: white;
    border-radius: 12px;
    border-right: 10px solid var(--primary-color);
}

.border-frame-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 10px;
    background-color: var(--primary-color);
}

.border-frame-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 10px;
    background-color: var(--primary-color);
}

.experience-doctor p::before {
    content: "";
    color: var(--primary-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f00;
    display: inline-block;
    margin-right: 10px;

}


.timeline-box {
    border-bottom: 2px solid #D70762;
    position: relative;

}

.timeline-box:after {
    content: "";
    height: 15px;
    width: 2px;
    background: #D70762;
    position: absolute;
    bottom: -15px;
}

.pbmit-service-btn-wrapper{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 8px 8px 0 8px;
	border-radius: 50px 50px 0 0;
	background-color: #f3f4f6;
}
.pbmit-service-btn-wrapper::after,
.pbmit-service-btn-wrapper::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0px;
	height: 40px;
	width: 20px;
	/* box-shadow: 0 20px 0 0 #f3f4f6; */
}
.pbmit-service-btn-wrapper::before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-service-btn-wrapper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}

.why-choose-box h3 {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 700;
    background: #fff;
    border-radius: 20px;
    color: #d00a59;
    padding: 40px 30px;
    text-align: center;
}

html[dir="rtl"] .pbmit-service-btn-wrapper{
    left: 0 !important;
    right: auto;
}

html[dir="rtl"] .doctor_image {
    transform: scaleX(-1);
}

html[dir="rtl"] .why-choose-box p,html[dir="rtl"] .why-choose-box h3{
    text-align: right;
}

.experience-list li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('../images/right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 8px;
}

.education-list li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('../images/education.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 8px;
}

.qualification-list li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('../images/qualification.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 8px;
}

.certifications-list li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url('../images/certification.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 8px;
}

html[dir="rtl"] .hero-banner-bg ,html[dir="rtl"] .default-carousel img{
    transform: scaleX(-1);
}

.text-justify p {
    text-align: justify;
}

.swiper-button-next {
    right: -10px;
}
.swiper-button-prev {
    left: -10px;
}

.qualification-list li {
    display: flex;
}

.home-swiper-buttons .swiper-button-next {
    right: 40px;
}

.home-swiper-buttons .swiper-button-prev {
    left: 40px;
}
html[dir="rtl"] .home-swiper-buttons .swiper-button-next {
    left: 40px !important;
    right: auto;
}
html[dir="rtl"] .home-swiper-buttons .swiper-button-prev {
    left: 40px;
}



.swiper-button-next:after, .swiper-button-prev:after {
    color: #d00a59;
    font-size: 24px;
}

@media (max-width: 640px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 15px;
    }
}

.baord-profile {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
