.services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0;
}
.service-card {
  position: relative;
  flex: 1 1 calc(16% - 1rem);
  min-width: 140px;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: transform 0.2s;
}
.service-card:hover {
  transform: translateY(-4px);
}
.service-card::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #ebb915;
  top: 8px;
}
.service-card::before {
  left: 8px;
}
.service-card::after {
  right: 8px;
}
.service-icon {
  font-size: 3rem;
  color: #ebb915;
  margin-bottom: 0.75rem;
}
.service-title {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}
@media (max-width: 992px) {
  .service-card {
    flex: 1 1 calc(48% - 1rem);
  }
}
@media (max-width: 576px) {
  .service-card {
    flex: 1 1 100%;
  }
}
.insurance-logo {
  max-height: 100px;
  max-width: 150px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767.98px) {
  .insurance-logo {
    max-height: 80px;
    max-width: 120px;
  }
}
#center-of-excellence {
  background-color: #3174d1;
  color: #fff;
  padding: 4rem 0;
}
#center-of-excellence h2 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.coe-card {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.coe-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.15);
}
.coe-card .icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.coe-card .title {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}
.facility-card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}
.pe-10 {
  padding-right: 4rem !important;
}
.img-stack {
  position: relative;
  margin-bottom: 2rem;
}
.img-stack .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1eff8;
  border-radius: 1.5rem;
  z-index: 1;
}
.img-stack img {
  position: relative;
  z-index: 2;
  width: 100%;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}
.img-stack::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#0056b3 1px, transparent 1px);
  background-size: 6px 6px;
  opacity: 0.3;
  z-index: 0;
}
.stats {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  margin-top: 2rem;
}
.stat-item h3 {
  font-size: 2.5rem;
  color: #0056b3;
  margin-bottom: 0;
  font-weight: 700;
}
.stat-item p {
  margin: 0;
  color: #333;
  font-weight: 500;
}
.divider {
  border-left: 1px solid #ddd;
  height: 60px;
  margin: 0 1rem;
}
#message-hospital {
  padding: 4rem 0;
  background: #f8fafd;
}
.portrait-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
  overflow: hidden;
}
.portrait-card img {
  width: 100%;
  display: block;
}
.msg-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 0.05em;
}
.msg-title {
  font-size: 2rem;
  color: #0078a8;
  font-weight: 700;
  margin-top: 0.25rem;
  margin-bottom: 1.5rem;
}
.msg-body p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.msg-signature {
  margin-top: 2rem;
}
.msg-signature .name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.msg-signature .title {
  color: #555;
  font-size: 0.95rem;
  margin-top: 0.25rem;
}
#mission-vision .col {
  min-height: 300px;
}
#mission-vision .mission {
  background-color: #ebb915;
}
#mission-vision .vision {
  background-color: #3174d1;
}
#mission-vision .content {
  color: #fff;
}
#mission-vision .content h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mission-vision .icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}
#why-choose-us {
  padding: 4rem 0;
}
.wcus-stats {
  margin-top: 2rem;
}
.wcus-stat {
  text-align: center;
  margin-bottom: 1.5rem;
}
.wcus-stat h3 {
  font-size: 2.5rem;
  color: #3174d1;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.wcus-stat p {
  margin: 0;
  color: #555;
}
.wcus-cards .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgb(0 0 0 / 0.05);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.wcus-cards .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
}
.wcus-cards .card-body {
  text-align: center;
  padding: 2rem 1rem;
}
.wcus-cards .card-body img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.wcus-cards .card-body p {
  margin: 0;
  color: #444;
}
#gallery .card {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
#gallery .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgb(0 0 0 / 0.1);
}
#gallery .card-img-top {
  object-fit: cover;
  height: 200px;
  width: 100%;
  transition: transform 0.3s;
}
#gallery .card:hover .card-img-top {
  transform: scale(1.05);
}
.profile-card {
  background-color: #e6f0fc;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 60px;
}
.profile-img {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}
.profile-info h4 {
  font-weight: 700;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0d6efd;
  font-weight: 500;
}
.tab-content {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .profile-img {
    width: 180px;
    height: 180px;
  }
  .profile-info {
    padding-left: 0 !important;
  }
}
.doctor-card {
  background-color: #f9f9f9;
  border-radius: 10px;
}
.doctor-img {
  max-height: 320px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.table th,
.table td {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .doctor-img {
    max-height: 250px;
  }
  .doctor-card h5 {
    font-size: 1.1rem;
  }
  .table {
    font-size: 0.9rem;
  }
}
.faq {
  background-color: #fff;
  color: #000;
}
.text-second1 {
  color: #ebb915;
}
.service-card {
  padding: 30px;
  border: 2px solid #eee;
  border-radius: 10px;
  transition: 0.3s;
  background-color: #fff;
}
.service-card:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}
.appointment-form {
  background: #d6e489;
  color: #fff;
  border-radius: 0;
  padding: 30px 20px;
  max-width: auto;
  position: relative;
  min-height: 420px;
  padding: 30px 20px;
}
.appointment-form img.doctor-img {
  position: absolute;
  top: -60px;
  right: 20px;
  width: 80px;
  border-radius: 10%;
  background: #fff;
  padding: 5px;
}
.appointment-form h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.form-control {
  margin-bottom: 15px;
}
.form-check-label {
  color: #fff;
  font-size: 14px;
}
.dc {
  font-size: 14px;
  color: blue;
}
.doc-profile {
  height: 280px;
  object-fit: cover;
}
.doc-profile1 {
  height: 400px;
  object-fit: cover;
}
.treatment-img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.treatment-img1 {
  height: 220px;
  object-fit: cover;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floating-buttons {
  position: fixed;
  top: 60%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
.floating-button {
  top: 70%;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.floating-button:hover {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .floating-button {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: none;
  }
  .floating-buttons {
    top: 25%;
    display: row;
    position: sticky;
    display: none;
  }
}
.bg-icon {
  background-color: #ebb915;
  color: #fff;
  padding-top: 35px !important;
  padding: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.bg-icon1 {
  background-color: #ebb915;
  color: #fff;
  padding-top: 20px !important;
  padding: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.bg-color {
  background-color: #d6e489;
}
.bg-color1 {
  background-color: #3174d1;
}
.marquee-wrapper {
  overflow: hidden;
  position: relative;
}
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* .banner-image {
  max-height: 100vh;
  object-fit: cover;
}
.banner-caption {
  margin-left: 300px;
  margin-top: 100px;
  text-align: left !important;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-right: 3rem;
  padding-left: 3rem;
  text-align: right;
  width: 100%;
}
.banner-caption-box {
  background: rgb(255 255 255 / 0.65);
  padding: 5rem;
  box-shadow: 0 8px 32px rgb(0 0 0 / 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
} */

/* Home Banner */
/* ── Hero / Banner ───────────────────────────── */
.banner-image {
  height: 92vh;
  min-height: 560px;
  max-height: 860px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Dark gradient overlay — left heavy */
.carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(5, 20, 50, 0.82) 0%,
    rgba(5, 20, 50, 0.55) 55%,
    rgba(5, 20, 50, 0.15) 100%
  );
  z-index: 1;
}

/* Caption — bottom left, full width */
.banner-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 5rem 6rem;
  text-align: left;
}

.banner-caption-box {
  max-width: 680px;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  padding: 0;
}

/* Eyebrow badge above heading */
.banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  animation: fadeSlideUp 0.6s ease both;
}

.banner-eyebrow .dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse-dot 1.8s infinite;
}

/* Heading */
.banner-caption-box h1 {
  /* font-family: "Playfair Display", serif; */
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  animation: fadeSlideUp 0.7s 0.15s ease both;
}

.banner-caption-box h1 span {
  color: #fbbf24; /* warm gold accent */
}

/* Subtext */
.banner-subtext {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.6;
  animation: fadeSlideUp 0.7s 0.3s ease both;
}

/* CTA Buttons */
.button-group {
  animation: fadeSlideUp 0.7s 0.45s ease both;
}

.btn-hero-primary {
  background: #3174d1;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  transition:
    background 0.25s,
    transform 0.2s;
  text-decoration: none;
}
.btn-hero-primary:hover {
  background: #1d5bb5;
  transform: translateY(-2px);
  color: #fff;
}

.btn-hero-emergency {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-hero-emergency:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.btn-hero-emergency .emergency-icon {
  width: 10px;
  height: 10px;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse-dot 1.2s infinite;
}

/* Trust strip at bottom of slide */
.banner-trust-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  padding: 14px 2rem;
  animation: fadeSlideUp 0.7s 0.6s ease both;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.trust-item i {
  color: #fbbf24;
  font-size: 15px;
}

/* Carousel controls — modern style */
.carousel-control-prev,
.carousel-control-next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: background 0.2s;
}
.carousel-control-prev {
  left: 24px;
}
.carousel-control-next {
  right: 24px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.28);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 18px;
  height: 18px;
}

/* Animations */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .banner-caption {
    padding: 0 2rem 4rem 2rem;
    align-items: flex-end;
  }
  .banner-trust-strip {
    gap: 1.2rem;
    flex-wrap: wrap;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .banner-image {
    height: 75vh;
  }
  .banner-caption {
    padding: 0 1.2rem 3rem 1.2rem;
    align-items: flex-end;
  }
  .banner-caption-box h1 {
    font-size: 1.55rem;
  }
  .btn-hero-primary,
  .btn-hero-emergency {
    padding: 11px 20px;
    font-size: 13px;
  }
  .banner-trust-strip {
    display: none;
  }
}
/* END */
@media (max-width: 768px) {
  section,
  #about-us {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .banner-caption {
    justify-content: center;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }
  .banner-caption-box {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 20px !important;
  }
  .button-group {
    justify-content: center !important;
  }
}
.topmenu {
  font-family: "Merriweather", sans-serif;
  font-size: 14px;
  color: white;
  outline: none;
  transition: 0.5s;
}
.bg-logosecondary {
  background-color: #ebb915;
  border-radius: 8px;
}
.custom-form-wrapper {
  background: #fff;
  padding: 30px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
}
.custom-form-wrapper h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.form-control,
.form-select {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ced4da;
  transition: border-color 0.2s;
}
.form-control:focus,
.form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgb(13 110 253 / 0.25);
}
.text-red {
  color: #c70e0e;
}
/* .cta-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
} */
.fancy-card {
  background: #fff;
  border-radius: 5px;
  padding: 2rem 1rem;
  box-shadow: 0 6px 20px rgb(0 0 0 / 0.06);
  transition: all 0.3s ease;
  border-top: 4px solid #3174d1;
  border-left: 4px solid #3174d1;
  border-bottom: 4px solid #3174d1;
  border-right: 4px solid #3174d1;
  position: relative;
  height: 170px;
}
.fancy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 30px rgb(0 0 0 / 0.12);
  border-bottom: 4px solid #ebb915;
  border-left: 4px solid #ebb915;
  border-top: 4px solid #ebb915;
  border-right: 4px solid #ebb915;
}
.icon-wrapper {
  color: #3174d1;
  border: 2px solid #3174d1;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
}
.service-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0d1c3f;
  margin: 0;
  line-height: 1.4;
}
.contact-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.form-section {
  padding: 40px 30px;
  background-color: #eef9ff;
  color: #fff;
}
.form-control,
.form-select {
  height: 48px;
  border-radius: 8px;
}
.contact-icons {
  background-color: #eef9ff;
  border-radius: 12px;
  padding: 15px;
  color: #3174d1;
}
.contact-icons i {
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .footer-links .list-inline-item {
    display: block;
    text-align: left;
  }
}
.mobile-sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  z-index: 1050;
  display: flex;
  gap: 5px;
}
@media (min-width: 768px) {
  .mobile-sticky-buttons {
    display: none;
  }
}
.drheading {
  font-size: 22px !important;
}
.responsive-circle {
  width: 100%;
  max-width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
}
.vertical-enquiry-btn {
  top: 10%;
  border: 0;
  margin: 5px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 15px;
  position: fixed;
  right: -68px;
  top: calc(2vh - 42.5px);
  transform: translateY(-40%) rotate(-90deg);
  background-color: #ebb915 !important;
  width: 160px;
  z-index: 999;
}
.vertical-enquiry-btn:hover {
  color: #000;
}
.treat-card {
  border: 1px solid #575655;
  border-radius: 10px;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.treat-card:hover {
  transform: translateY(-4px);
}
.treat-icon {
  width: 70px;
  height: 70px;
  background-color: #eaf6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 30px;
  color: #3174d1;
}
.treat-card h6 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 15px;
}
.img-cover {
  object-fit: cover;
}
.textcolor {
  color: #ebb915;
}
.bgcolor {
  background-color: #ebb915;
}
.timeline-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.rounded-circle {
  border-radius: 50% !important;
}
.error-section {
  padding-bottom: 50px;
  padding-top: 50px;
  background: linear-gradient(to bottom right, #ffffff, #f0f0f0);
}
.error-code {
  font-size: 6rem;
  color: #dc3545;
}
.error-message {
  font-size: 1.25rem;
  color: #333;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pagination {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  text-decoration: none;
  color: #0d47a1;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background: #0d47a1;
  color: #fff;
}
.pagination .disabled span {
  color: #aaa;
  cursor: not-allowed;
}
.pagination .active span {
  background: #0d47a1;
  color: #fff;
}
.blog-content p {
  margin-bottom: 1.2rem;
}
.blog-content img {
  max-width: 100%;
  border-radius: 10px;
  margin: 15px 0;
}
.hover-primary:hover {
  color: #035eb9 !important;
}
.rs-blog-wrapper {
  display: flex;
  gap: 35px;
}
.rs-blog-grid {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 24px;
}
.rs-blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
}
.rs-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}
.rs-blog-image {
  position: relative;
}
.rs-blog-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.rs-date-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #ebb915;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  text-align: center;
}
.rs-date-badge b {
  font-size: 1rem;
}
.rs-date-badge small {
  display: block;
  margin-top: -2px;
  font-size: 0.75rem;
}
.rs-blog-content {
  padding: 18px;
}
.rs-meta {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 6px;
}
.rs-blog-title {
  line-height: 25px !important;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin: 6px 0 10px;
}
.rs-desc {
  color: #666;
  font-size: 0.92rem;
}
.rs-sidebar {
  flex: 1;
  min-width: 260px;
}
.rs-category-box {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}
.rs-category-box h3 {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 18px;
}
.rs-category-item {
  display: flex;
  color: #fff;
  justify-content: space-between;
  padding: 14px 16px;
  background: #ebb915;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
}
.rs-category-item:hover {
  background: #ffffff;
}
.rs-blog-detail-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.rs-featured-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
}
.rs-detail-title {
  line-height: 40px !important;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.rs-detail-meta {
  font-size: 0.9rem;
  color: #777;
}
.rs-detail-meta i {
  color: #ebb915;
}
.rs-detail-content {
  margin-top: 20px;
  color: #333;
  font-size: 1.02rem;
  line-height: 1.6;
}
.rs-related-box {
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}
.rs-related-item {
  background: #ebb915;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  text-decoration: none;
  color: var(--primary);
  padding: 8px;
  transition: 0.3s;
  border-radius: 10px;
}
.rs-related-item .thumb img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}
.rs-related-item .info p {
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
}
@media (max-width: 992px) {
  .rs-blog-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .rs-blog-grid {
    grid-template-columns: 1fr;
  }
  .rs-detail-title {
    font-size: 1.7rem;
  }
}
.read-more {
  color: #146db4 !important;
  text-decoration: none;
  background-color: transparent;
}
.text-green {
  color: #8fb73e;
}
.emergency-cta {
  background: linear-gradient(135deg, #002f5b, #3174d1, #0a7bdc);
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.emergency-cta::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -100px;
  right: -100px;
}
.emergency-cta::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  bottom: -80px;
  left: -80px;
}
.cta-box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}
.cta-info {
  font-size: 0.9rem;
  opacity: 0.9;
}
.cta-footer {
  font-size: 0.9rem;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .cta-box {
    padding: 35px 20px;
  }
  .cta-box h2 {
    font-size: 1.5rem;
  }
  .cta-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
