
.jdr_logo{
	height:62px;
}
#slider.jdr_mcc_slider .jdr_text_outline {
  /* This is the key to creating the wrapping border effect */
  text-shadow:
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  

}
#slider.jdr_mcc_slider .jdr_text_outline_red {
  /* This is the key to creating the wrapping border effect */
  text-shadow:
    -1px -1px 0 #D8344A,  
    1px -1px 0 #D8344A,
    -1px 1px 0 #D8344A,
    1px 1px 0 #D8344A;
}
#slider.jdr_mcc_slider .mbc_landing_heading{
	font-size:1.8em;
	line-height:30px;
	padding:0 35px;
}
#slider .slide-captions{
	background-color: rgba(0,175,219,0.9);
	padding: 10px 20px;
	border-radius: 20px;
}
#slider.inspiro-slider .slide-captions {
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
}
.white_text_border{
	 text-shadow:
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.black_text_border{
	 text-shadow:
    0px -1px 0 #000,  
    0px -1px 0 #000,
    0px 1px 0 #000,
    0px 1px 0 #0000;
}
.black_text_bg{
	background-color:rgba(0, 0, 0, 0.3);
	padding:2px 5px;
	border-radius:5px;
}
.small_about_text_blocks{ 
	font-size:1.3em; 
	line-height:24px; 
	background-color:rgba(0,0,0,0.2); 
	color:white; 
	border-radius:5px; 
	margin-right:-35px; 
	font-weight:bold; 
	padding:10px 10px 10px 0;
}
.page_title_header{
	text-transform: uppercase;
}
.testimonial_img{
	width:100%;
	border-radius:10px;
}
#small-about-section .small_about_btn{
	background-color:#00afdb; 
	border-width:0;
}

/* Minimal styles for the right-side chatbot */
.chatbot-panel{
  position:fixed; right:-380px; bottom:0; width:380px; height:calc(100% - 80px);
  margin-top:80px; background:#0f172a; color:#e5e7eb;
  border-left:1px solid #1f2937; box-shadow:0 20px 40px rgba(0,0,0,.35);
  border-top-left-radius:16px; border-bottom-left-radius:16px; overflow:hidden; z-index:9999;
  transition:right .35s cubic-bezier(.2,.8,.2,1);
}
.chatbot-panel.open{ right:0; }
.chatbot-header{ display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:12px 14px; background:rgba(255,255,255,.04); border-bottom:1px solid #1f2937; }
.chatbot-header .title{ display:flex; align-items:center; gap:10px; font-weight:700; }
.chatbot-header .logo{ width:28px; height:28px; border-radius:8px;
  background:linear-gradient(135deg,#22d3ee,#1d4ed8); display:inline-block; }
.chatbot-body{ height:calc(100% - 120px); overflow:auto; padding:16px; }
.empty-state{ text-align:center; color:#94a3b8; font-size:14px; padding:24px 8px; }
.msg{ display:flex; gap:10px; margin:10px 0; }
.msg .bubble{ max-width:78%; padding:10px 12px; border-radius:14px; line-height:1.35; font-size:14px; }
.msg.user{ justify-content:flex-end; }
.msg.user .bubble{ background:#1d4ed8; color:#fff; border-bottom-right-radius:6px; }
.msg.bot .bubble{ background:#0b1225; border:1px solid #1f2937; color:#dbeafe; border-bottom-left-radius:6px; }
.msg .time{ align-self:flex-end; color:#94a3b8; font-size:11px; }
.chatbot-input{ padding:5px; border-top:1px solid #1f2937; background:rgba(255,255,255,.04); }
.input-wrap{ display:flex; align-items:center; gap:8px; background:#0b1225; border:1px solid #1f2937;
  border-radius:999px; padding:0px 10px; }
.input-wrap input[type="text"]{ flex:1; background:transparent; border:none; outline:none; color:#e5e7eb; font-size:14px; }
.send-btn{ background:linear-gradient(135deg,#22d3ee,#1d4ed8); border:none; color:#fff; border-radius:999px; padding:10px 14px; cursor:pointer; font-weight:700; }
.send-btn:disabled{ opacity:.6; cursor:not-allowed; }
.typing .dot{ width:6px; height:6px; border-radius:999px; display:inline-block; margin:0 2px; background:#cbd5e1; opacity:.6;
  animation:pulse 1s infinite ease-in-out; }
.typing .dot:nth-child(2){ animation-delay:.15s; }
.typing .dot:nth-child(3){ animation-delay:.3s; }
@keyframes pulse{ 0%,100%{ transform:translateY(0); opacity:.35;} 50%{ transform:translateY(-3px); opacity:.9; } }

.hospital_azar_index{
	width:80%;
}
.hospital_box{
	background-color:white;
	padding:15px;
	border-radius:20px;
	height: 400px;
	margin-bottom:15px;
}
.hospital_title{
	color: #00afdb;
	font-size: 24px;
	font-weight:bold;
	line-height:26px;
}
#clearChatBtn, #closeChatBtn{
	height:35px;
	width:35px;
	border-radius:50%;
}
.procedure_page_image img{
	width:100%;
	border-radius:10px;
}

/* Custom Card Styling */
.card-custom-style {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.card-custom-style:hover {
    transform: translateY(-5px);
}

.card-custom-style .card-body {
    padding: 2rem;
}

/* Call-to-action Section Styling */
.call-to-action-section {
    padding: 60px 20px;
    background: linear-gradient(to right, #007bff, #0056b3); /* Blue gradient */
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.call-to-action-section h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.call-to-action-section .btn-secondary {
    background-color: #ffffff;
    color: #007bff;
    border-color: #ffffff;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.call-to-action-section .btn-secondary:hover {
    background-color: #e0e0e0;
    color: #0056b3;
    transform: scale(1.05);
}

/* General table styling */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

/* Colorful header styling */
.styled-table thead tr {
    background: #00afdb;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

/* Table body row styling */
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

/* Alternating row colors for better readability */
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

/* Last row in the body styling */
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #007bff;
}

/* Cell padding */
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
#jdr-extra-details{
	margin-bottom:50px;
}
#jdr-extra-details .card-custom-style{
	height:100%;
	margin-bottom:10px;
}
#jdr-extra-details .col-sm-12, #jdr-extra-details .col-sm-6, #jdr-extra-details .col-sm-4, #jdr-extra-details .col-sm-3{
	margin-bottom:10px;
}
#procedure-content .heading-section{
	text-transform:uppercase;
}
#procedure-content .heading-text h3{
	font-size:40px;
	line-height:42px;
}

/* Custom CSS for a clean, modern look */
#pricing-content .card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 1rem;
}

#pricing-content .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#pricing-content .card-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

/* Custom background for the financing card */
#pricing-content .bg-gradient-light {
    background-color: #f8f9fa;
    background-image: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Badge styles for fees */
#pricing-content .badge {
    font-size: 0.75em;
    font-weight: 500;
}

/* Table styling within cards */
#pricing-content .table-borderless td, .table-borderless th {
    padding: 0.5rem 0;
}

/* Remove default Bootstrap list styling */
#pricing-content .list-group-item {
    background-color: transparent !important;
}

/* Main card styling */
#pricing-content .card-instructions {
    border: none;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.15) !important;
}

/* Big circle icons */
#pricing-content .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Light background colors for icon circles */
#pricing-content .bg-success-light {
    background-color: #d4edda;
}

#pricing-content .bg-info-light {
    background-color: #d1ecf1;
}

#pricing-content .bg-warning-light {
    background-color: #fff3cd;
}

/* Custom primary button color */
#pricing-content .custom-btn-color {
    background-color: #00afdb;
    border-color: #00afdb;
}

#pricing-content .custom-btn-color:hover {
    background-color: #0093b8;
    border-color: #0093b8;
}

/* Custom outline button color */
#pricing-content .custom-btn-outline-color {
    border-color: #00afdb;
    color: #00afdb;
}

#pricing-content .custom-btn-outline-color:hover {
    background-color: #00afdb;
    color: #fff;
}

/* General text and spacing adjustments */
#pricing-content .fw-bolder {
    font-weight: 900;
}

#pricing-content .fs-5 {
    font-size: 1.25rem;
}
#pricing-content .jdr_payment_title {
	background-color:#00afdb;
	padding : 10px 0;
	border-radius:10px;
}
#pricing-content .jdr_payment_header {
	background-color:#00afdb;
}

/* Styles for the Step Indicator */
.step-indicator {
    width: 30px;
    height: 30px;
    line-height: 28px;
	margin:0 5px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    text-align: center;
    font-weight: bold;
    border: 2px solid #ced4da;
    transition: background-color 0.3s, border-color 0.3s;
    z-index: 1;
}

.step-indicator.active {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

/* Styles for the Progress Bar */
.step-progress-bar {
    position: absolute;
    height: 2px;
    background-color: #ced4da;
    width: calc(100% - 60px); /* Adjust based on the width of your indicators */
    z-index: 0;
}

.step-progress {
    height: 100%;
    background-color: #28a745;
    transition: width 0.3s ease-in-out;
}

/* Align the indicators and progress bar */
#multi-step-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#health-form .form-label{
	margin-bottom:.1rem;
}

#popup1 {
	display: none; /* Initially hide the popup */
	position: fixed;
	top: 0;
	left: 0;
	width: 380px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay */
	z-index: 1000;
	backdrop-filter: blur(5px); /* Add a blur effect to the background */
	transition: opacity 0.3s ease-in-out;
}

.popup-content {
	background-color: white;
	padding: 2.5rem;
	border-radius: 1.5rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	position: relative;
	transform: scale(0.95);
	transition: transform 0.3s ease-in-out;
}

/* Show animation */
#popup1.show-popup {
	opacity: 1;
	transform: scale(1);
}

.close-button {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #9ca3af; /* Light gray color */
	cursor: pointer;
	transition: color 0.2s ease-in-out;
}

.close-button:hover {
	color: #6b7280; /* Darker gray on hover */
}
#popup2.popup_background{
	position:fixed;
	top:0;
	z-index:999;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.8);
	display:none;
}
#popup2 #popup-content-area{
	position:absolute;
	z-index:9999;
	margin:auto;
	width: 380px;
	height:550px;
	background-color:white;
	border-radius:15px;
	right:0; left:0; top:130px; 
}
#popup2 #popup-content-area .image_bg_box{
	height:100%;
	width:100%;
	border:9px solid white;
	border-radius:15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow:hidden;
}
#popup2 .close_popup{
	width:100%;
	height:35px;
	position:absolute;
	top:-15px;
	left:0;
	z-index:9999;
}
.close_popup_btn{
	padding-top:8px;
	border-radius:50%;
	background-color:red;
	color:white;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:20px; 
	float:right;
	width:35px;
	height:35px;
	margin-right:-8px;
	cursor:pointer;
}
.popup_call_to_action{
	height: 60px;
	position:absolute;
	width:100%;
	bottom:0;
	z-index:9999;
	left:0;
}
.popup_sales_section{
	height: 120px;
	position:absolute;
	width:100%;
	top:25px;
	z-index:9999;
	left:0;
}
#mcc-landing-body .popup_call_to_action .btn{
	float:right;
	margin-right:15px;
	font-size:24px;
}
.popup_sales_section h3{
	font-size: 50px;
	line-height:52px;
	font-weight:800;
	margin-left:10px;
	text-align:center;
	text-shadow:-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000
}
#procedure-content img{
	border-radius:10px;
}
#success-stories-content img{
	width:100%;
	border-radius:10px;
}
#jdr-extra-details img{
	margin-top:5px;
	border-radius:10px;
}

#tummy-tuck-top-content p{
	font-size:1.5em;
}
body .accordion-button{
	width:100%!important;
	padding:10px 0!important;
	border-radius:10px!important;
	border-color: #00afdb;
	background-color:#abeeff;
}
div:where(.swal2-container) div:where(.swal2-html-container){
	padding:5px!important;
}

#pre-eval-content{
	background-color: #00AFDB; 
	margin-bottom:0;
}
.slider_text_bg{
	
}
#about .about_small_images{
	width:100%;
}

#journey-mbc .card-image-wrapper {
    width: 100%;
    height: 200px;
    position: relative;
    cursor: pointer;
    transition: transform 0.5s ease;
}

#journey-mbc .card-image-wrapper:hover {
    transform: scale(1.05);
}

#journey-mbc .card-image-wrapper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

#journey-mbc .card-image-wrapper:hover .overlay {
    transform: translateY(0);
}

#journey-mbc .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

div:where(.swal2-container) div:where(.swal2-popup){
	padding:0!important;
}

#chatbotPanel p{
	color:white;
}