.custom-shadow-logo {
  box-shadow: 2px 2px 9px 1px #0000002e;
}

.main-header.header-eight.fixed-header .header-upper .container {
  padding: 0 !important;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; /* Optional: for better contrast over content */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Optional: subtle shadow */
}
body {
  padding-top: 100px; /* Adjust depending on header height */
}

.main-slider-wrap .image:before {
  background: none;
}


.bg-gray-new {
  background-color: #333d47 !important;
}

.color-gray-new {
  color: #333d47 !important;
}

.bg-green-new {
  background-color: #14a800 !important;
}

.color-green-new {
  color: #14a800 !important;
}

.feature-about-bg:before{
  background: none !important;
}

.widget-services ul li:hover a, .widget-services ul li a.collapsed{
  border-color: #14a800;
}

.comment-form .form-group label{
  right: unset;
  top: unset;
  padding: unset;
  position: unset;
}

.form-control-combo{
  color: #747474 !important;
}

.featured-section .feature-item.custom-height{
  height: 225px !important;
  overflow: hidden !important;
}

.preloader1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9999999;
}

.preloader1 .spinner-border {
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.faq-accordion a{
  font-family: Rubik, sans-serif !important;
}

.featured-section .feature-item img{
  margin-right: 25px;
  height: 50px;
  width: 50px;
}
/* --- GENERIC CONTAINER --- */
.container {
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
  padding: 0 1rem;
}

/* --- HEADINGS / SECTION TITLES --- */
.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #333;
}

/* --- SERVICE CARDS & EXTRA FEATURES SECTION --- */
.service-cards-section,
.extra-features-section {
  padding: 3rem 0;
  background-color: #f9f9f9; /* optional for visual contrast */
}

.extra-features-section {
  background-color: #fff; /* separate color if you like, or keep consistent */
}

/* A reusable grid for card layouts */
.cards-grid {
  display: grid;
  /* auto-fill will create as many columns as fit the min width of 220px */
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem; /* spacing between cards */
  justify-content: center;
}

/* Individual card styling */
.service-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column; /* so text stacks nicely under image */
  align-items: center;    /* center content horizontally */
}

.service-card img {
  width: 100%;
  height: 150px; /* or auto if you prefer */
  object-fit: cover;
  border-radius: 8px;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-top: 15px;
}

.service-card p {
  color: #555;
  margin: 0.5rem 0;
}

.service-card a {
  display: inline-block;
  margin-top: 10px;
  color: #007bff;
  font-weight: bold;
  text-decoration: none;
}

.service-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.extra-features-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.extra-features-cards .service-card {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.extra-features-cards .icon-wrap {
  background-color: #f2fef5;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 15px;
}

.extra-features-cards .material-symbols-outlined {
  font-size: 36px;
  color: #28a745;
}

.extra-features-cards h3 {
  margin-top: 10px;
  font-size: 1.25rem;
}

.extra-features-cards p {
  color: #555;
  margin: 10px 0;
}

.extra-features-cards a {
  margin-top: auto;
  font-weight: bold;
  color: #28a745;
  text-decoration: none;
}

/* --- VEFAT SECTION --- */
.vefat-section {
  padding: 3rem 0;
  background-color: #f9f9f9;
}

.empty-message {
  text-align: center;
  color: #555;
  font-size: 1.1rem;
}

/* Owl Carousel items or "feature-item-three" styling */
.feature-item-three {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin: 0 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .main-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-header .logo {
    margin: 15px;
    align-items: center;
  }
}
s
@media (max-width: 768px) {
  .navbar-toggle {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.main-menu .navigation > li > a {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.main-menu .navigation > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #d42427; /* red highlight */
  transition: width 0.3s ease;
}

.main-menu .navigation > li > a:hover {
  color: #d42427; /* red color change */
}

.main-menu .navigation > li > a:hover::before {
  width: 100%;
}

.material-symbols-outlined {
  font-size: 50px;
  color: #14a800;
  transition: transform 0.4s ease, color 0.4s ease;
}

.icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 1rem;
  background-color: #f1f5f2;
  border-radius: 50%;
  width: 100px;
  margin: 0 auto 1rem auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.animate-on-hover:hover .material-symbols-outlined {
  transform: scale(1.2) translateY(-6px);
  color: #0e8c00;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}

.service-card h3 {
  font-size: 1.1rem;
  margin-top: 12px;
  font-weight: 600;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  margin: 0.5rem 0 0.8rem 0;
}

.service-card a {
  color: #0e8c00;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-card a:hover {
  color: #065f00;
}

/* === Header Top Wrap === */
.header-top-wrap {
  background-color: #1f2937;
  padding: 8px 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #374151;
  color: #ffffff;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Contact Info (Left) */
.top-left {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.hotline {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
.hotline i {
  color: #ffffff;
}
.hotline span,
.hotline a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
.hotline:hover a {
  color: #d42427;
}

/* Right Section (Language + Dark Mode) */
.top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.language-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
}
.language-switcher a {
  color: #a5f3fc;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 13px;
}
.language-switcher a.active,
.language-switcher a:hover {
  background-color: #334155;
  color: #ffffff;
}

/* Generic fade-slide animation */
.fade-slide {
  opacity: 0;
  transform: translateY(-15px);
  animation: fadeSlideIn 0.6s ease-out forwards;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Dark Mode Toggle */
.dark-toggle {
  position: relative;
  width: 48px;
  height: 26px;
  border: none;
  border-radius: 30px;
  background-color: #facc15;
  cursor: pointer;
  transition: background-color 0.4s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dark-toggle .icon {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23facc15" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.8 1.42-1.42zM1 13h3v-2H1v2zm10-8h2V2h-2v3zm7.66 1.46l1.79-1.8-1.41-1.41-1.8 1.79 1.42 1.42zM20 11v2h3v-2h-3zm-1.76 7.16l1.8 1.79 1.41-1.41-1.79-1.8-1.42 1.42zM13 20h-2v3h2v-3zm-7.66-1.46l-1.79 1.8 1.41 1.41 1.8-1.79-1.42-1.42z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
body.dark-mode .dark-toggle {
  background-color: #444;
  justify-content: flex-end;
}
body.dark-mode .dark-toggle .icon {
  left: unset;
  right: 3px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M9.37 5.51A7.5 7.5 0 0 0 18.5 14.63a7.5 7.5 0 1 1-9.13-9.12z"/></svg>');
}

/* Responsive */
@media (max-width: 768px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .top-right {
    justify-content: space-between;
    width: 100%;
  }
}


/* DARK MODE – Global Body */
body.dark-mode {
  background-color: #121212;
  color: #e0e0e0;
}

/* Dark Section Backgrounds */
body.dark-mode .bg-black,
body.dark-mode .bg-light-black,
body.dark-mode .bg-lighter,
body.dark-mode .bg-dark-blue,
body.dark-mode .extra-features-section,
body.dark-mode .service-cards-section,
body.dark-mode .main-slider {
  background-color: #1c1c1c !important;
}

/* Text */
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p,
body.dark-mode .section-title {
  color: #f1f1f1 !important;
}

/* Buttons */
body.dark-mode .theme-btn,
body.dark-mode a.theme-btn,
body.dark-mode .theme-btn:hover,
body.dark-mode a.theme-btn:hover {
  background-color: #2f97f7 !important;
  color: #ffffff !important;
}

/* Links */
body.dark-mode a {
  color: #6dfc96;
}
body.dark-mode a:hover {
  color: #4ac87d;
}

/* Service Cards */
body.dark-mode .service-card {
  background: #252525;
  color: #f1f1f1;
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.05);
}
body.dark-mode .service-card p {
  color: #dcdcdc;
}
body.dark-mode .service-card a {
  color: #6dfc96;
}
body.dark-mode .service-card a:hover {
  color: #4ac87d;
}

/* Icon Wrap */
body.dark-mode .icon-wrap {
  background-color: #303030;
  box-shadow: none;
}
body.dark-mode .material-symbols-outlined {
  color: #6dfc96;
}

/* Slider Text */
body.dark-mode .slider-caption h1,
body.dark-mode .slider-caption p {
  color: #f1f1f1 !important;
}

/* Modals */
body.dark-mode .modal-content {
  background-color: #1e1e1e;
  color: #f1f1f1;
}
body.dark-mode .modal-header,
body.dark-mode .modal-footer {
  border-color: #333;
}
body.dark-mode .btn-secondary {
  background-color: #3c3c3c;
  border-color: #444;
  color: #fff;
}

/* Forms */
body.dark-mode .form-control,
body.dark-mode input,
body.dark-mode select,
body.dark-mode textarea {
  background-color: #222 !important;
  border: 1px solid #444;
  color: #eee;
}

/* Header / Navbar */
body.dark-mode .main-header {
  background-color: #141414 !important;
}
body.dark-mode .main-menu .navigation > li > a {
  color: #ccc;
}
body.dark-mode .main-menu .navigation > li > a:hover {
  color: #6dfc96;
}
body.dark-mode .main-menu .navigation > li > a::before {
  background-color: #6dfc96;
}

/* Footer */
body.dark-mode footer {
  background-color: #101010;
  color: #aaa;
}
body.dark-mode footer a {
  color: #6dfc96;
}
body.dark-mode footer a:hover {
  color: #4ac87d;
}

/* Dark mode styles for 'Bugün Vefat Edenler' cards */
body.dark-mode .feature-about-bg {
  background-color: #1a1a1a;
}

body.dark-mode .feature-item-three {
  background-color: #2a2a2a;
  color: #f1f1f1;
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.05);
}

body.dark-mode .feature-item-three h3,
body.dark-mode .feature-item-three h3 a,
body.dark-mode .feature-item-three p {
  color: #f1f1f1;
}

body.dark-mode .feature-item-three .icon img {
  border-color: #555;
}


/* DARK MODE FIX — Main Menu Header Background */
body.dark-mode .main-header.header-eight .header-upper {
  background-color: #141414 !important;
  border-bottom: 1px solid #2b2b2b;
}

body.dark-mode .feature-about-bg,
body.dark-mode .feature-section-three {
  background-color: #0f172a; /* or #1e293b for slightly lighter dark */
  color: #f1f5f9;
}
body.dark-mode .feature-section-three h2,
body.dark-mode .feature-section-three p {
  color: #f8fafc;
}

/* Fix Nav Items in Dark Mode */
body.dark-mode .main-header .main-menu .navigation > li > a {
  color: #e0e0e0 !important;
}

/* Fix hover */
body.dark-mode .main-header .main-menu .navigation > li > a:hover {
  color: #6dfc96 !important;
}

/* Logo zone (if background is white) */
body.dark-mode .main-header .logo img {
  filter: brightness(0.9) contrast(1.1);
}

body.dark-mode .main-header.sticky-header {
  background-color: #121212 !important;
}

.vefat-section-wrapper {
  background-color: #f9fafb;
  transition: background-color 0.4s ease;
}
body.dark-mode .vefat-section-wrapper {
  background-color: #121212;
}

.vefat-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}

.vefat-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
  color: #171d26;
}
body.dark-mode .vefat-title {
  color: #f1f5f9;
}

.vefat-empty {
  font-size: 1.1rem;
  color: #6b7280;
}

.vefat-card {
  background-color: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /*max-width: 340px;*/
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vefat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

body.dark-mode .vefat-card {
  background-color: #1e293b;
  border-color: #334155;
  color: #f8fafc;
}

.vefat-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
}
body.dark-mode .vefat-subtitle {
  color: #93c5fd;
}

.vefat-name {
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 0.25rem;
  color: #111827;
}
body.dark-mode .vefat-name {
  color: #ffffff;
}

.vefat-card-body p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.vefat-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}
body.dark-mode .vefat-card-footer {
  border-color: #374151;
}

.vefat-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #000000;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}
.vefat-btn:hover {
  background-color: #ffffff;
}

/* === INITIAL SEARCH FORM === */
.search-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.search-card h2 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

/* Fix spacing and label alignment */
.search-card .form-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.4rem;
  display: inline-block;
}

.search-card .form-control {
  border-radius: 8px;
  padding: 0.6rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border: 1px solid #ccc;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-card .form-control:focus {
  border-color: #1954b4;
  box-shadow: 0 0 0 3px rgba(10, 97, 229, 0.15);
  outline: none;
}

.search-card .btn {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  min-width: 120px;
}

.search-card .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.search-card .btn-primary:hover {
  background-color: #084dc0;
  border-color: #084dc0;
}

.search-card .btn-outline-primary {
  border-color: #0d6efd;
  color: #0d6efd;
}

.search-card .btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

/* === AFTER SEARCH FILTER ROW === */
.filter-summary {
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
}

.inline-filter-form {
  background: #f9fafb;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.inline-filter-form .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 0.25rem;
}

.inline-filter-form .form-control {
  font-size: 0.85rem;
  border-radius: 6px;
  padding: 0.5rem 0.7rem;
  border: 1px solid #d1d5db;
}

.inline-filter-form .form-control:focus {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.15);
}

.inline-filter-form .btn-success {
  background-color: #198754;
  border-color: #198754;
  padding: 0.55rem 1.25rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}

.inline-filter-form .btn-success:hover {
  background-color: #146c43;
}

/*!* === SMALL REFINEMENTS === *!*/
/*.vefat-btn {*/
/*  font-size: 0.85rem;*/
/*  padding: 0.45rem 0.8rem;*/
/*  border-radius: 6px;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*  transition: background-color 0.2s;*/
/*}*/

/*.vefat-btn:hover {*/
/*  background-color: rgba(0, 0, 0, 0.04);*/
/*}*/

/* Fix Laravel pagination */
.pagination a,
.pagination span {
  padding: 0.45rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  font-size: 0.875rem;
  margin: 0 2px;
  color: #374151;
  transition: all 0.2s;
}

.pagination a:hover {
  background-color: #f3f4f6;
  color: #111827;
}

.pagination .active span {
  background-color: #2563eb;
  color: white;
  border-color: #2563eb;
  font-weight: 600;
}

.pagination .disabled span {
  color: #9ca3af;
  background-color: #f3f4f6;
}

body.page-mezarlik {
  min-height: 100vh;
  background-image: url('/assets/images/mezarlik-bg.png') !important;
  background-repeat: repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-color: #f5f5f5 !important;
}

.content-card {
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 2rem;
}

.section-title {
  border-start: 4px solid #198754;
  padding-left: 0.75rem;
  font-weight: 600;
}

.custom-list li {
  margin-bottom: 0.5rem;
}

.main-slider-wrapper {
  /* assume your header is exactly 100px tall; adjust if different */
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
}

.main-slider {
  height: 100%;
  z-index: 1;
}

.main-slider-item {
  position: relative;
  height: 100%;
}

.main-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  /* target your main logo (the first .logo in .header-upper) */
  .header-upper .header-inner .logo:first-of-type img {
    /* override the HTML width="580" */
    width: auto !important;
    /* bump this up from whatever it is—try 70px, then tweak */
    max-height: 150px !important;
  }
}

.vignette-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.3) 20%);
  z-index: 1;
}

.slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
}

.baskan-banner {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  display: none;
}

.baskan-banner img {
  max-height: 400px;
  border-radius: 10px;
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);*/
}

@media (min-width: 768px) {
  .baskan-banner {
    display: block;
  }
}

@media (max-width: 768px) {
  .main-slider-wrapper,
  .main-slider-item {
    height: 400px;
  }
}

.scroll-down-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  cursor: pointer;
  animation: bounce 2s infinite;
  background: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.scroll-down-btn:hover {
  background: #f3f3f3;
}

.scroll-down-btn img {
  width: 24px;
  height: 24px;
  display: block;
}

/* Optional bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

html {
  scroll-behavior: smooth;
}
.slider-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vignette-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
}

.slider-caption {
  z-index: 2;
}

.support-service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
  background-color: #fff;
}
.support-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.support-service-card .icon-wrap span {
  transition: color 0.3s ease;
}
.support-service-card:hover .icon-wrap span {
  color: #007bff;
}
