/* 
================================================================
   CORE & RESET STYLES (Shared across all pages)
================================================================
*/
:root {
  --primary-color: #0e529a;
  --primary-hover: #0a3d73;
  --secondary-color: #f1b333;
  --secondary-hover: #df9e24;
  --text-dark: #111827;
  --text-gray: #515b66;
  --bg-light: #f8fafc;
  --border-color: #e2e8f0;
  --transition-base: all 0.3s ease-in-out;
}

html, body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-light);
  color: var(--text-gray);
  overflow-x: hidden !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Global Transitions */
* {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

/* 
================================================================
   GLOBAL NAVIGATION (Shared Navbar & Mega Menu)
================================================================
*/
.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1100 !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.divider-tag {
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 1px;
  color: #94a3b8;
  text-transform: uppercase;
  margin-left: 6px !important;
}

.navbar-nav .nav-link {
  font-weight: 400;
  font-size: 13.5px;
  color: var(--text-gray) !important;
  padding: 6px 11px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--text-dark) !important;
}

/* Mega Menu Hover Logic & Full Page Backdrop */
@media (min-width: 992px) {
  /* rotating arrow on hover */
  .nav-item.dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }
  .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

@keyframes fadeInOverlay {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInDropdown {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 
================================================================
   GLOBAL COMPONENTS (Buttons, Badges, Floating Icons)
================================================================
*/
/* Primary CTA Button */
.btn-cta {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 13px;
  border-radius: 6px;
  padding: 8px 18px !important;
}

.btn-cta:hover {
  background-color: var(--primary-hover) !important;
  transform: translateY(-1px);
}

/* Consultation Button (Yellow) */
.btn-consultation-yellow {
  background-color: #f1b333 !important;
  border-radius: 6px;
  color: #ffffff !important;
  font-weight: 700;
  border: none !important;
  padding: 10px 24px !important;
  transition: var(--transition-base);
}

.btn-consultation-yellow:hover {
  background-color: #df9e24 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(241, 179, 51, 0.3);
}

/* Outline Buttons */
.btn-outline-white {
  border: 2px solid #ffffff !important;
  border-radius: 6px;
  background: transparent !important;
  color: #ffffff !important;
}

.btn-outline-white:hover {
  background-color: #ffffff !important;
  color: var(--primary-color) !important;
}

/* Floating Contact Icons */
.floating-icons {
  position: fixed !important;
  right: 0 !important;
  top: 40%;
  z-index: 1000 !important;
}

.floating-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 8px 0 0 8px;
}

.btn-call { background-color: var(--primary-color); }
.btn-whatsapp { background-color: #25d366; }

/* 
================================================================
   STANDARDIZED SERVICE LAYOUTS (Compact Banner, Intro)
================================================================
*/

/* Compact Service Banner - Legacy, keeping for compatibility if needed elsewhere */
.service-banner {
  background: linear-gradient(135deg, #0e529a 0%, #063161 100%);
  position: relative;
  overflow: hidden;
  margin-top: 65px; 
}

/* 
================================================================
   PREMIUM SERVICE BANNER (Upgraded for Professional UI)
================================================================
*/
.premium-service-banner {
  background: linear-gradient(135deg, #d1e8ff 0%, #eef6ff 100%);
  padding: 45px 0;
  position: relative;
  overflow: hidden;
  margin-top: 65px;
  color: #111827;
  border-bottom: 1px solid rgba(14, 82, 154, 0.1);
}

/* Ambient Glows for Light Theme */
.premium-service-banner::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(14, 82, 154, 0.05) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.premium-service-banner::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(114, 177, 243, 0.1) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.banner-overlay-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230e529a' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 1;
  pointer-events: none;
}

.banner-content {
  position: relative;
  z-index: 10;
}

.service-tag {
  display: inline-block;
  background: rgba(14, 82, 154, 0.08);
  color: #0e529a;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid rgba(14, 82, 154, 0.15);
  margin-bottom: 25px;
  backdrop-filter: blur(5px);
}

.banner-features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
  opacity: 1;
}

.banner-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: #4b5563;
}

.banner-feature-item i {
  color: #0e529a; 
  font-size: 16px;
}

/* Premium Consultation Button (Deep Blue Theme for Light Banner) */
.btn-consultation-premium {
  background: #0e529a;
  color: #ffffff !important;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(14, 82, 154, 0.2);
}

.btn-consultation-premium:hover {
  background-color: #0a3d74;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(14, 82, 154, 0.3);
}

.breadcrumb-glass {
  background: rgba(14, 82, 154, 0.05);
  backdrop-filter: blur(8px);
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-flex;
  border: 1px solid rgba(14, 82, 154, 0.1);
  margin-bottom: 25px;
}

/* Side-by-Side Intro Section */
.intro-image-section {
  background-color: #ffffff;
}

.intro-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Service Info Cards */
.service-feature-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.service-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-color);
}

/* Bottom Call to Action Section */
.bottom-cta-section {
  background-color: var(--bg-light);
  border-top: 1px solid var(--border-color);
}

/* 
================================================================
   GLOBAL FOOTER
================================================================
*/
.footer {
  background-color: #111827;
  color: #ffffff;
}

.footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

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

/* 
================================================================
   MOBILE RESPONSIVE OVERRIDES
================================================================
*/
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 12px;
    margin-top: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-height: 80vh; /* Restored scrollbar */
    overflow-y: auto;
    overscroll-behavior: contain; /* Ensures smooth touch scrolling */
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Ensure dropdown expands the collapse on mobile */
  .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    transform: none !important;
    padding: 1rem !important; /* Added padding for better mobile look */
  }
  
  /* Remove the margin-bottom from columns inside the mega menu on mobile */
  .dropdown-menu .col-12,
  .dropdown-menu [class*="col-"] {
    margin-bottom: 0 !important;
  }
  
  .floating-icons {
    top: auto !important;
    bottom: 20px !important;
    right: 15px !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  
  .floating-icon {
    border-radius: 50% !important;
    width: 55px !important;
    height: 55px !important;
  }
  
  /* Compact Mega Menu for Mobile */
  ul.mega-menu-list li a {
    font-size: 12px !important; /* Matched size to headers as requested */
    padding: 4px 8px !important;
    line-height: 1.2 !important;
  }
  
  /* Use high specificity to override default toggle header size */
  .mega-menu-mobile-toggle span.mega-menu-column-header,
  div.mega-menu-column-header,
  span.mega-menu-column-header {
    font-size: 12px !important; /* Very small header text as requested */
    margin-bottom: 4px !important;
  }
}

@media (max-width: 767.98px) {
  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.6rem !important; }
  .premium-hero-banner { 
    margin-top: 60px !important; 
    padding: 0 !important;
    min-height: auto !important;
  }
  .premium-hero-banner .row { 
    min-height: auto !important; 
    flex-direction: column-reverse !important;
  }
  .premium-hero-banner h1 { 
    font-size: 2.2rem !important; 
    margin-bottom: 12px !important; 
    line-height: 1.2 !important;
  }
  .premium-hero-banner .ps-4, 
  .premium-hero-banner .ps-lg-5 { 
    padding-left: 1.5rem !important; 
    padding-right: 1.5rem !important; 
    padding-top: 3rem !important;
    padding-bottom: 3.5rem !important;
    text-align: center !important;
  }
  .premium-hero-banner p {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px !important;
    max-width: 100% !important;
  }
  .premium-hero-banner .breadcrumb {
    justify-content: center !important;
  }
  
  .hero-curve-divider {
    position: relative !important;
    height: 280px !important;
    clip-path: none !important;
    border-left: none !important;
    width: 100% !important;
    overflow: hidden;
  }

  .hero-image-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background-position: center center !important;
  }

  .main-content-section { padding-top: 2rem !important; }
  
  /* Clinical Diagram Scaling */
  .main-content-section img {
    margin-bottom: 1.5rem;
  }
  
  /* Comparison Tables Mobile Scroll */
  .table-responsive {
    border-radius: 12px;
    margin-bottom: 2rem;
  }

  /* Stack cards with margin */
  .col-md-4, .col-md-6, .col-lg-3 { margin-bottom: 1.5rem; }
  
  /* Hero Carousel Mobile Fix */
  #heroCarousel, 
  #heroCarousel .carousel-item, 
  #heroCarousel .carousel-item img {
    height: 300px !important; 
  }
  #heroCarousel .carousel-item img {
    object-fit: cover !important; 
    object-position: center top !important; 
  }
}

@media (max-width: 575.98px) {
  .premium-hero-banner h1 { font-size: 2rem !important; }
  .logo-img { height: 35px; }
  .btn-cta { padding: 6px 12px !important; font-size: 12px; }
}

/* 
================================================================
   HOME PAGE SPECIFIC STYLES (Restored)
================================================================
*/

/* Stats Strip */
/* Stats Strip */
.stats-strip {
  background-color: #0b5cb1;
  color: #ffffff !important;
  position: relative;
  z-index: 10;
}
.stats-strip h3 {
  font-size: 1.15rem !important;
  font-weight: 700;
  margin-bottom: 2px;
  color: #ffffff !important;
}
.stats-inner {
  background: rgba(0,0,0,0.1);
}

/* Consultation Section */
.consultation-section {
  background: url('images/clinic_bg.png') no-repeat center center;
  background-size: cover;
}
.bg-white-tint {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
}
.form-input:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.2rem rgba(14, 82, 154, 0.1) !important;
}

/* Service Home Cards */
.service-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover,
.service-card:active {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(11, 92, 177, 0.12) !important;
  border-color: rgba(11, 92, 177, 0.3) !important;
}

/* Transformation Cards */
.transformations-section {
  background-color: #002366; /* Royal Blue */
}
.transformation-card {
  border-radius: 16px;
  background: #082d77; /* Slightly lighter royal blue for card */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.transformation-card:hover,
.transformation-card:active {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.pill-label {
  position: absolute;
  top: 15px;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.pill-before { left: 15px; background: rgba(0,0,0,0.5); }
.pill-after { right: 15px; background: #ffffff; color: #000; }

/* Specialist Profiles */
.specialist-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.specialist-card:hover,
.specialist-card:active {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}
.specialist-badge {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  color: var(--text-gray);
}

/* Feature Cards */
.feature-card {
  background: #f8fafc;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}
.feature-card:hover,
.feature-card:active,
.feature-card:focus {
  background: #ffffff;
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(11, 92, 177, 0.1);
  border-color: rgba(11, 92, 177, 0.2);
  outline: none;
}

/* Premium Service Cards (Blue Theme) */
.premium-service-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 16px;
}

.premium-service-card:hover,
.premium-service-card:active,
.premium-service-card:focus {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(11, 92, 177, 0.1);
  outline: none;
}

/* Video Thumbnails */
.video-thumb-card {
  transition: var(--transition-base);
  cursor: pointer;
}
.video-thumb-card:hover {
  transform: scale(1.02);
}

/* Filter Buttons (Light version for dark bg) */
.filter-btn {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 25px;
  border-radius: 30px;
}
.filter-btn.active, .filter-btn:hover {
  background: #ffffff;
  color: #002366;
  border-color: #ffffff;
}

/* Premium Mega Menu Styling */
.mega-menu-list {
  padding-left: 0;
  list-style: none;
}

.mega-menu-list li {
  margin-bottom: 2px;
}

.mega-menu-list a {
  display: block !important;
  padding: 8px 15px !important;
  border-radius: 8px !important;
  color: var(--text-gray) !important;
  font-size: 13.5px !important;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
  text-decoration: none !important; /* No underline */
}

.mega-menu-list a:hover {
  background-color: #f1f5f9 !important;
  color: var(--primary-color) !important;
  padding-left: 25px !important;
  text-decoration: none !important;
}

.mega-menu-column-header {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  padding-bottom: 8px;
  margin-bottom: 12px !important;
  border-bottom: none !important; /* Remove underline/border */
  display: block;
}

/* Mobile Mega Menu Toggle Styles */
.mega-menu-mobile-toggle {
  cursor: pointer;
  padding: 4px 0; /* Minimal padding */
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 0px; /* Zero margin to reduce gap */
  display: flex;
  align-items: center;
}

.mega-menu-mobile-toggle span.mega-menu-column-header,
.mega-menu-mobile-toggle div.mega-menu-column-header {
  margin-bottom: 0 !important;
  /* Font size is now controlled by media query, fallback to 0.95rem for desktop if it ever shows */
  font-size: 0.95rem; 
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--primary-color) !important; /* Changed to primary-color (blue) to match desktop as requested */
}

.mega-menu-mobile-toggle i {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: var(--text-gray);
}

.mega-menu-mobile-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

/* Desktop Visibility for Mega Menu Collapse */
@media (min-width: 992px) {
  .mega-menu-list {
    display: block !important;
  }
  .collapse.d-lg-block {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

/* Mega Menu Container Animation & Width */
@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    width: 920px !important;
    left: 50% !important;
    /* Slide Down Animation Initial State */
    transform: translateX(-50%) translateY(-10px) !important;
    transform-origin: top center;
    
    border-radius: 0 0 20px 20px !important;
    padding: 30px !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1) !important;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    max-height: 85vh !important;
    overflow-y: auto !important;
    scrollbar-width: thin;
    /* Removed delay, relying purely on the bridge for gap crossing */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease, visibility 0.3s;
    pointer-events: none;
    margin-top: 0 !important;
  }

  /* Bridge gap between nav-link and dropdown */
  .navbar-nav .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -35px; 
    left: 50%;
    transform: translateX(-50%);
    width: 150px; /* Narrowed to only cover the Services link area */
    height: 40px; 
    background: transparent;
    z-index: -1;
  }
  
  .nav-item.dropdown:hover > .dropdown-menu,
  .navbar-nav .dropdown-menu:hover {
    visibility: visible;
    opacity: 1;
    /* Slide Down Animation Hover State */
    transform: translateX(-50%) translateY(0) !important;
    pointer-events: auto;
    /* Immediate opening and maintain state */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease, visibility 0.3s;
  }
}

/* Premium Mega Menu Hover Interaction */
.mega-menu-list a {
  position: relative;
  display: block !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  color: var(--text-gray) !important;
  font-size: 14px !important;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: transparent;
  text-decoration: none !important;
}

.mega-menu-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  background-color: var(--primary-color);
  transform: translateY(-50%);
  transition: height 0.3s ease;
  border-radius: 0 2px 2px 0;
}

.mega-menu-list a:hover {
  background-color: #f1f7ff !important;
  color: var(--primary-color) !important;
  padding-left: 22px !important;
}

.mega-menu-list a:hover::before {
  height: 60%;
}



/* Remove blur overlay as requested */
body:has(.nav-item.dropdown:hover)::after {
  display: none !important;
}


/* Educational Comparison Component */
.vs-badge-circle {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 400px; /* This is wrong, should be small circle */
  background: #ffffff;
  border: 2px solid #0e529a;
  color: #0e529a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 15;
  width: 42px;
  height: 42px;
}

.info-card-brand {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.info-card-brand:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}


/* 
================================================================
   CARD HOVER EFFECTS (For Service Pages)
================================================================
*/
body:not(.index-page) .service-feature-card,
body:not(.index-page) .p-4.bg-white.border,
body:not(.index-page) .p-3.bg-white.border,
body:not(.index-page) .bg-white.rounded-4.shadow-sm.border,
body:not(.index-page) .p-4.bg-white.rounded-4.h-100.shadow-sm,
body:not(.index-page) .p-4.rounded-4.h-100,
body:not(.index-page) .bg-white.border.rounded-4 {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

body:not(.index-page) .service-feature-card:hover,
body:not(.index-page) .p-4.bg-white.border:hover,
body:not(.index-page) .p-3.bg-white.border:hover,
body:not(.index-page) .bg-white.rounded-4.shadow-sm.border:hover,
body:not(.index-page) .p-4.bg-white.rounded-4.h-100.shadow-sm:hover,
body:not(.index-page) .p-4.rounded-4.h-100:hover,
body:not(.index-page) .bg-white.border.rounded-4:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 40px rgba(14, 82, 154, 0.12) !important;
  border-color: rgba(14, 82, 154, 0.3) !important;
}
