       .blue-glass{
        color: rgba(255, 255, 255, 0.95);
        background: rgba(0, 46, 65, 0.6); /* Semi-transparent white */
        border: 1px solid rgba(255, 255, 255, 0.8);
        text-shadow: 1px 1px 5px rgba(0, 0, 0,0.5);
        backdrop-filter: blur(12px); /* Blurred background */
        -webkit-backdrop-filter: blur(12px); /* Safari support */
        filter: saturate(5);
        border-bottom-right-radius: 20px!important;
        border-top-left-radius: 20px!important;
       }

       .hero-carousel .carousel-item {
            height: 80vh;
            min-height: 600px;
            background-size: cover;
            background-position: center;
        }

        .carousel-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(251, 249, 248, 0.95), rgba(251, 249, 248, 0.6), transparent);
        }
        body.dark-mode .carousel-overlay {
            background: linear-gradient(to right, rgba(27, 28, 28, 0.95), rgba(27, 28, 28, 0.6), transparent);
        }

        .bento-card {
            border-radius: var(--border-radius);
            overflow: hidden;
            border: none;
            box-shadow: 0 10px 30px -5px rgba(0, 80, 114, 0.04);
            background: var(--surface);
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .bento-card:hover { transform: translateY(-5px); }

        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            vertical-align: middle;
        }

        .doctor-img {
            filter: grayscale(100%);
            transition: filter 0.5s ease;
            width: 450px;
        }
        .doctor-img:hover { filter: grayscale(0%); }

        .modal-content {
            border-radius: 1rem;
            border: none;
            overflow: hidden;
        }

        .price-display {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary);
        }

        

	
[class*="wp-image"]{
    cursor:zoom-in!important;
	transition: filter 0.3s ease, transform 0.3s ease;
}
[class*="wp-image"]:hover{
   	cursor:zoom-in!important;
	/* Turns the image completely greyscale */
  filter: grayscale(100%);  
  /* Scales the image up slightly to 1.01 */
  transform: scale(1.05);
  overflow: hidden;
}

[class*="wp-image"].img-thumbnail{
	background-color:rgb(226,226,226)!important;
	padding:1px !important;
	border:0px !important;
	border-radius: 20px!important;
	/* border-radius:0!important; */
}


.inner-page .label-info,.inner-page .label-warning {
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	margin-top: 5px;
	margin-left: -10px;
	z-index: 100;
}

        .inner-page .label-info {
            background-color: #ef4444; /* Clean Red */
        }

        .inner-page .label-warning {
            background-color: #10b981; /* Clinical Emerald Green */
        }


.casehistory [class*="wp-image"]{
    cursor:zoom-in!important;
	transition: filter 0.3s ease, transform 0.3s ease;
}
.casehistory [class*="wp-image"]:hover{
   	cursor:zoom-in!important;
	/* Turns the image completely greyscale */
  filter: grayscale(100%);  
  /* Scales the image up slightly to 1.01 */
  transform:unset;
  overflow: hidden;
}

.casehistory [class*="wp-image"].img-thumbnail{
	background-color:rgb(226,226,226)!important;
	padding:1px !important;
	border:unset !important;
	border-radius:0!important; 
	margin-top: -12px;
	width: 100%;
	box-shadow: none;
}
.glass-btn-global, .casehistory .glass-btn {
  /* Layout & Typography */
  margin-top: -70px;
  width: 100%;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08); /* Semi-transparent white */
  backdrop-filter: blur(12px); /* Blurred background */
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0 4px 30px rgba(0, 0, 0, 0.1), /* Soft drop shadow */
    inset 0 1px 1px rgba(255, 255, 255, 0.2); /* Inner top highlight */
    filter: saturate(1.5);
}


/* Hover State */
.glass-btn-global:hover, .casehistory .glass-btn:hover {
  background: rgba(255, 255, 255, 0.15); /* Becomes slightly more opaque */
  border-color: rgba(255, 255, 255, 0.4); /* Edge catches more light */
  color: #000;
  transform: translateY(-2px); /* Subtle premium lift */
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

/* Active / Click State */
.glass-btn-global:active, .casehistory .glass-btn:active {
  transform: translateY(0); /* Pushes back down */
  background: rgba(255, 255, 255, 0.05);
}
  

.caselable{
	padding: 10px;
	width: 100%;
	z-index: 100;    
    position: relative;
    margin-bottom: -30px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    background: rgba(0, 46, 65, 0.3); /* Semi-transparent white */
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 5px rgba(0, 0, 0,0.5);
    backdrop-filter: blur(12px); /* Blurred background */
    -webkit-backdrop-filter: blur(12px); /* Safari support */
    filter: saturate(3);
}	
.caselable a{
	color: #fff!important;
	margin-bottom: 10px;
}
.inner-page h3{
	font-size:medium;
	font-weight: unset;
	vertical-align: top!important;
    display: table;
    color:#00719B!important;
}
.inner-page h3 a{
	text-transform:uppercase;
}

.inner-page h3 .fas{
	display: table-cell;
  	vertical-align: top;
  	padding-right:5px;
  	color:#99cc00;  
}

.inner-page h5:before{
    content: "→"!important;
    display: block;
    float: left;
    margin: 0 6px 0 0;
    color:#99cc00!important;
}

.inner-page h5{
padding-bottom:10px;
padding-top:10px;
color:#00719B!important;
text-transform:uppercase;
}

.showposts a{
	color:#004E6D;
}

.showposts a:hover{
	color:#0075E8;
	text-decoration:none;
}
/*  */
/* Custom UI Components */
        .glass-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 0.75rem;
        }
        .dark .glass-card {
            background: rgba(30, 30, 30, 0.7);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .btn-primary-custom {
            background-color: var(--primary);
            color: #fff;
            border: none;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.1em;
            font-size: 12px;
            padding: 12px 24px;
            border-radius: 9999px;
            transition: all 0.3s;
        }
        .btn-primary-custom:hover { opacity: 0.9; color: #fff; }

        .btn-secondary-custom {
            background-color: var(--secondary);
            color: #fff;
            border: none;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.1em;
            font-size: 12px;
            padding: 16px 32px;
            border-radius: 0.5rem;
            transition: all 0.3s;
        }
        .btn-secondary-custom:hover { filter: brightness(1.1); color: #fff; }

        .btn-outline-custom {
            border: 1px solid var(--primary);
            color: var(--primary);
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.1em;
            font-size: 12px;
            padding: 16px 32px;
            border-radius: 0.5rem;
            transition: all 0.3s;
        }
        .btn-outline-custom:hover { background: rgba(35, 105, 142, 0.05); color: var(--primary); }
        /* Hero */
        .hero-section {
            position: relative;
            min-height: 600px;
            display: flex;
            align-items: center;
            overflow: hidden;
            background-color: var(--surface-container-low);
        }
        .hero-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }
        .hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(251, 249, 248, 0.8) 0%, rgba(251, 249, 248, 0.4) 50%, transparent 100%);
        }
        .dark .hero-overlay {
            background: linear-gradient(to right, rgba(27, 28, 28, 0.9) 0%, rgba(27, 28, 28, 0.5) 50%, transparent 100%);
        }

        /* Process Steps */
        .step-card {
            background: var(--surface-container-lowest);
            border: 1px solid rgba(0,0,0,0.1);
            border-radius: 0.75rem;
            padding: 2rem;
            height: 100%;
            position: relative;
            transition: transform 0.3s;
        }
        .step-number {
            font-family: 'Montserrat', sans-serif;
            font-size: 4rem;
            font-weight: 700;
            position: absolute;
            top: -0.5rem;
            left: 0;
            opacity: 0.1;
            user-select: none;
        }

        /* Cards and Sections */
        .section-padding { padding: 80px 0; }
        .feature-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background-color: var(--surface-container-high);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: var(--primary);
        }

        /* Dark Mode Mapping */
        .text-primary-custom { color: var(--primary); }
        .text-secondary-custom { color: var(--secondary); }
        .text-variant { color: var(--on-surface-variant); }
        .bg-surface-container { background-color: var(--surface-container-low); }
    

        .feature-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background-color: var(--surface-container-high);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: var(--primary);
        }
/* Before After */
/* Container aspect ratio management for perfect responsiveness */
.ba-slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10; /* Maintains layout structure across breakpoints */
    overflow: hidden;
    border-radius: 8px;
    user-select: none;
    -webkit-user-select: none;
}

.ba-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Default state for the foreground clip (overridden dynamically by JS) */
.ba-before-image {
    width: 100%;
    clip-path: inset(0 50% 0 0); /* Default to 50% split */
}

/* Instance 2 overrides default to match initial HTML slider value of 30% */
.ba-slider-container:nth-of-type(1) .ba-before-image { clip-path: inset(0 50% 0 0); }
/* Custom inline styling or hardcoded fallback for unique starting positions: */
.ba-slider-container:has(input[value="30"]) .ba-before-image { clip-path: inset(0 70% 0 0); }

/* UI Labels */
.ba-label {
    position: absolute;
    top: 12px;
    padding: 4px 10px;
    background: rgba(33, 37, 41, 0.75);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    pointer-events: none;
    z-index: 2;
}
.ba-before-label { left: 12px; }
.ba-after-label { right: 12px; }

/* The Native Range Input covering the whole container area */
.ba-input-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 4;
    margin: 0;
}

/* Visual Separation Line */
.ba-slider-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%; /* Adjusted dynamically by JS */
    width: 3px;
    background-color: #ffffff;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/* Center Handle Thumb Control icon */
.ba-slider-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23495057' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.5 21L3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5'/%3E%3C/svg%3E");
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Mobile-specific adjustments */
@media (max-width: 576px) {
    .ba-label {
        top: 8px;
        font-size: 0.65rem;
        padding: 2px 6px;
    }
    .ba-slider-button::after {
        width: 32px;
        height: 32px;
    }
}
/* Before After */

/* Custom Services styles to enhance the Bootstrap layout */
        #allservices .hero-section {
            background: linear-gradient(135deg, #f4f9f9 0%, #e8f1f5 100%);
            padding: 80px 0;
        }
         #allservices .service-card {
            transition: all 0.3s ease-in-out;
            border: none;
            border-radius: 12px;
        }
         #allservices .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
            background-color: #ffffff;
        }
         #allservices .icon-box {
            width: 60px;
            height: 60px;
            background-color: #e6f7f4;
            color: #0dcaf0; /* Bootstrap info color */
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 15px;
            transition: 0.3s;
        }
         #allservices .service-card:hover .icon-box {
            background-color: #0dcaf0;
            color: #ffffff;
        }

#blogging{
	background-image:url('../img/b8.jpg');
	background-color:#0291CD;
	padding-bottom:40px;
	object-fit:cover;
	width:100%;
	height:100%;
	background-size:cover;
}
#blogging .card{
    background: none;
	-webkit-box-shadow: 0 18px 26px -16px black;
	-moz-box-shadow: 0 18px 26px -16px black;
	box-shadow: 0 18px 56px -16px rgba(0, 0, 0,0.2);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#blogging h1{
	color:#ffffff;
}

#appointment{
    font-family: 'Montserrat';
}
.nohyperlink:hover{
    text-decoration: none;    
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.glow{
    text-shadow: -1px 2px 1px rgba(255, 255, 255);
}

 body.dark-mode .ct-1{
    color: #fff!important;
    text-shadow: -1px 2px 1px rgb(0, 0, 0);
}