body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333;
}

.top-header small {
  font-size: 13px;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.top-header .boton{
	padding:3px;
}
.top-header .boton i{
    width: 50px;
    height: 50px;
    border: 2px solid #8ecb41;
    position: relative;
    text-align: center;
    line-height: 48px;
    border-radius: 30%;
    color: #013d9b;
    top: 5px;
    font-size: 30px;

}
.top-header .boton:hover i{
	background:#e70b00;
	color:#fff;
	border: 1px solid #e70b00;
}
.top-header .boton .info-wrapper {
    padding-left: 15px;
    margin-right: 20px;
}
.top-header .boton .info-wrapper .info-title {
    margin-bottom: 0px;
    color:#013d9b;
    font-weight: 600;
}
.top-header .boton .info-wrapper .info-subtitle {
    color: #929292;
    margin-bottom: 0;
}


/*=============Navbar Styling=============== */
.navbar {
  color: #ffffff !important;
  padding: 0.5rem 0;
  border-bottom: 2px solid #396cf0;
}
.navbar .navbar-nav .nav-item{
	padding:5px 30px;
}

.navbar-nav .nav-link {
  color: #000 !important;
  padding:5px 20px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #396cf0 !important;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: #396cf0;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  animation: dropdownFade 0.3s ease-in-out;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu ul li{
	padding:0px;
}
.dropdown-item {
  color: #000;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #396cf0;
  color: #fff;
}

.btn.appoint-btn {
  background-color: #396cf0;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: none;
}

.btn.appoint-btn:hover {
  background-color: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
}

.navbar .fab {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.navbar .fab:hover {
  transform: scale(1.2);
  color: #396cf0 !important;
}

/*==========Logo=========== */
.navbar img {
  max-height: 50px;
}

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*===========Responsive Fixes=====*/
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 0.7rem 1rem;
  }

  .dropdown-menu {
    position: static !important;
    box-shadow: none;
    background-color: transparent;
  }

  .dropdown-item {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #396cf0;
  }
  .btn.appoint-btn {
    display: none;
  }
}

/*=========================hero styling=====================*/
#heroCarousel .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

#heroCarousel .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.slide-1 {
  background-image: url("../image/crousel_img/cr1.jpg");
}

.slide-2 {
  background-image: url("../image/crousel_img/cr2.jpg");
}

#heroCarousel h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

#heroCarousel h1 span {
  color: #396cf0 !important;
}

#heroCarousel p {
  color: #f0f0f0;
}

#heroCarousel .fw-semibold {
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  #heroCarousel h1 {
    font-size: 2rem;
  }

  .overlay {
    text-align: center;
    padding: 40px 20px;
  }
}
.carousel-controls-custom button {
  width: 45px;
  height: 45px;
  font-size: 1rem;
  background-color: #ffffffcc;
  border: none;
  transition: 0.3s ease;
}

.carousel-controls-custom button:hover {
  background-color: #396cf0;
  color: white;
}
.icon-boxs {
  cursor: pointer;
}

.icon-circles {
  width: 60px;
  height: 60px;
  background-color: #ffffff1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 24px;
  color: #396cf0;
  margin: 0 auto;
}

.icon-boxs:hover .icon-circles {
  background-color: #396cf0;
  color: #fff;
  transform: scale(1.1);
}

/*===========Info Boxes Below Carousel==============*/
.carousel-info-boxes {
  position: absolute;
  bottom: 12px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
  padding: 0 1rem;
}

.info-box {
  transition: all 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .carousel-info-boxes {
    bottom: 20px;
  }

  .info-box {
    padding: 1rem;
  }
}
:root {
  --primary-color: #0d6efd;
  --secondary-color: #0dcaf0;
  --dark-color: #212529;
  --light-color: #f8f9fa;
}
.info-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    var(--primary-color),
    var(--secondary-color)
  );
  z-index: -1;
  transition: all 0.5s ease;
}

.info-card:hover::before {
  width: 100%;
  opacity: 0.1;
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
/*************************************/
.section-header {
  margin-bottom: 40px;
}

.section-header .subtitle {
  color: red;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1rem;
}

.section-header .title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--dark-color);
}

/*========================About Section================== */
.about-section {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}

.about-section .subtitle {
  color: red;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1rem;
}

.about-section .title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--dark-color);
}


.about-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-img .main-img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.about-img:hover .main-img {
  transform: scale(1.03);
}

.experience-box {
  position: absolute;
  bottom: -12px;
  right: 30px;
  background: var(--primary-color);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  width: 150px;
}

.experience-box h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.experience-box p {
  font-size: 1rem;
  margin-bottom: 0;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.about-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.about-features li {
  padding: 5px 0;
  font-size: 1.1rem;
  color: var(--dark-color);
}

.about-features i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 1.2rem;
}

.stats-row {
  margin: 30px -15px;
}

.stat-box {
  text-align: center;
  padding: 20px 10px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: white;
}

.stat-box h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.stat-box p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.about-btn {
  background-color: var(--primary-color);
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(220, 53, 69, 0.3);
}
/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .about-section {
    padding: 60px 0;
  }

  .section-header .title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .experience-box {
    width: 120px;
    padding: 15px;
    right: 15px;
  }

  .experience-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .section-header .title {
    font-size: 1.8rem;
  }
}
/*======================department styling===================*/

.department-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.department-title {
  text-align: center;
  margin-bottom: 20px;
}

.department-title h2 {
  color: #000;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.department-title h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #396cf0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.department-title .subtitle {
  color: red;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1rem;
}

/* Card Styling */
.department-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  border: 1px solid rgba(57, 108, 240, 0.1);
  position: relative;
  cursor: pointer;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  height: 100%;
}

.department-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #396cf0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s ease;
}

.department-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(57, 108, 240, 0.15);
}

.department-card:hover::before {
  transform: scaleX(1);
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.card-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(57, 108, 240, 0.08);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.department-card:hover .card-icon {
  background-color: #396cf0;
  transform: scale(1.1);
}

.card-icon i {
  font-size: 40px;
  color: #396cf0;
  transition: all 0.4s ease;
}

.department-card:hover .card-icon i {
  color: #ffffff;
}

.card-cont h3 {
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  transition: all 0.4s ease;
}

.department-card:hover .card-cont h3 {
  color: #396cf0;
}

.card-cont p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 7px;
    text-align: justify;
}
.read-more {
  display: inline-flex;
  align-items: center;
  color: #396cf0;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  margin-top: auto;
  transition: all 0.4s ease;
}

.read-more i {
  margin-left: 8px;
  transition: all 0.4s ease;
}

.department-card:hover .read-more {
  transform: translateX(5px);
}

.department-card:hover .read-more i {
  transform: translateX(3px);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Swiper Fix */
.swiper-slide {
  height: auto;
  display: flex;
}

.swiper-wrapper {
  padding-bottom: 30px;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .swiper {
    padding: 0 20px;
  }
}

@media (max-width: 991.98px) {
  .department-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .department-section {
    padding: 50px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .card-content {
    padding: 25px;
  }

  .card-body h3 {
    font-size: 1.2rem;
  }

  .card-body p {
    font-size: 14px;
  }
}

/*=============news testimonals styling====================*/
.news-testimonial-section {
  padding: 80px 0;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  font-weight: 700;
  color: #1a1a2e;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.section-header h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4361ee, #4895ef);
  border-radius: 2px;
}

/* News Section (same as before) */
.news-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  height: 100%;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.news-header h3 {
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
}

.news-header .view-all {
  color: #4361ee;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.news-header .view-all:hover {
  color: #3f37c9;
  text-decoration: underline;
}

.news-marquee-container {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.news-marquee {
  position: absolute;
  width: 100%;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* ✅ Updated news-item layout */
.news-item {
    margin-bottom: 25px;
    padding: 10px;
    border: 2px solid #c0c0c0;
    transition: all 0.3s;
}

.news-item:hover {
  transform: translateX(5px);
}

/* ✅ Image fixed size and date below */
.news-image {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
}

.news-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* ✅ Date below image */
.news-date {
  font-size: 13px;
  color: #6c757d;
  margin-top: 8px;
}

.news-day {
  font-size: 18px;
  font-weight: 600;
  color: #4361ee;
  line-height: 1;
  margin-right: 0;
}

.news-content {
  padding-left:10px;
}

.news-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a2e;
}

.news-content h4 a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.news-content h4 a:hover {
  color: #4361ee;
}

.news-content p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news-category {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: rgba(67, 97, 238, 0.1);
  color: #4361ee;
  font-weight: 500;
}
/* Existing styles unchanged */

@media screen and (max-width: 768px) {
  .news-header h3 {
    font-size: 18px;
  }

  .news-container {
    padding: 20px;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-image img {
    width: 100%;
    height: auto;
  }

  .news-date {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .news-content h4 {
    font-size: 16px;
  }

  .news-content p {
    font-size: 13px;
  }
}
/* Testimonials Section - Updated */
.testimonial-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
  padding: 40px 30px;
  height: 100%;
}

.testimonial-header {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 15px;
}

.testimonial-header h3 {
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  font-size: 24px;
}

/* Swiper Slide fills height */
.swiper-slide {
  display: flex;
  align-items: stretch;
}

/* Testimonial Card */
.testimonial-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 420px;
  background: #f8fcff;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #2f80ed;
  transition: 0.3s ease;
  position: relative;
}

.testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Quotation */
.testimonial-text {
  flex: 1;
  font-size: 17px;
  color: #444;
  font-style: italic;
  line-height: 1.9;
  margin-bottom: 25px;
  position: relative;
  padding-left: 25px;
}

.testimonial-text::before {
  content: "“";
  font-size: 70px;
  color: rgba(47, 128, 237, 0.1);
  position: absolute;
  top: -20px;
  left: 0;
  font-family: Georgia, serif;
}

/* Author Section */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
}

.testimonial-author img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.author-info h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 3px;
}

.author-info p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

/* Additional Patient Info */
.patient-extra-info {
  font-size: 13px;
  font-weight: 500;
  color: #888;
  margin-top: 4px;
}

/* Star Rating */
.testimonial-rating {
  margin-top: 8px;
  color: #f9b233;
  font-size: 16px;
}

/* Updated Carousel Controls */
.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 100px;
}

.testimonial-container .carousel-control-prev,
.testimonial-container .carousel-control-next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #4361ee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.news-testimonial-section .carousel-control-prev:after,
.news-testimonial-section .carousel-control-next:after {
  font-size: 15px;
  font-weight: 600;
}
.news-testimonial-section .carousel-control-prev:hover,
.news-testimonial-section .carousel-control-next:hover {
  background: #4361ee;
  color: white;
}

.carousel-indicators-container {
  display: flex;
  gap: 10px;
}

.carousel-indicators-container button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(67, 97, 238, 0.3);
  border: none;
  padding: 0;
}

.carousel-indicators-container button.active {
  background-color: #4361ee;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .testimonial-container {
    padding: 20px 15px;
  }

  .testimonial-header h3 {
    font-size: 20px;
  }

  .testimonial-item {
    padding: 20px 18px;
    min-height: auto !important;
    height: auto !important;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 15px;
  }

  .testimonial-text::before {
    font-size: 50px;
    top: -10px;
    left: -5px;
  }

  .testimonial-author {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }

  .testimonial-author img {
    width: 50px;
    height: 50px;
  }

  .author-info h5 {
    font-size: 16px;
  }

  .author-info p,
  .patient-extra-info {
    font-size: 12px;
  }

  .testimonial-rating {
    font-size: 14px;
  }
}
/*========================team doctors styling========*/
.team-section {
  background-color: #f9f9f9;
}
.team-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  padding:15px;
}
.team-title {
  text-align: center;
  margin-bottom: 60px;
}

.team-title h2 {
  color: #000;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.team-title h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #396cf0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-title .subtitle {
  color: red;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1rem;
}

.team-img {
  height: 300px;
  width: 300px;
}
.team-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1) !important;
}

.hover-line {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 4px;
  background: #396cf0;
  border-radius: 4px;
  opacity: 0;
  transition: 0.3s ease;
}
.team-card:hover .hover-line {
  opacity: 1;
}

/* Plus Icon */
.plus-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #396cf0;
  color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
  transition: 0.3s;
}
.plus-icon:hover {
  background: transparent;
  color: #dc3545;
  transform: scale(1.1);
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.social-icons a {
  background: #f0f0f0;
  color: #396cf0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #396cf0;
  color: white;
}
.team-btn .appoint-btn {
  background-color: #396cf0;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.team-btn .appoint-btn:hover {
  background-color: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
}
/* Modal Design */
.modal-content {
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.modal-title {
  font-weight: 600;
  color: #396cf0;
}

/*=============gallery section========================*/
.gallery-section {
  background-color: #ffffff !important;
}
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card .overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 50, 0.7);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-card:hover .overlay {
  transform: translateY(0);
}

/* Slides inside proSwiper */
.CampusSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Pagination Dots */
.CampusSwiper .swiper-pagination {
  text-align: center;
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.CampusSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #396cf0;
  opacity: 0.6;
  margin: 0 4px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.CampusSwiper .swiper-pagination-bullet-active {
  background-color: #396cf0;
  opacity: 1;
}

/*======================eniquery video styling================*/
.contact-video-section {
  background: #ffffff;
}

.glass-card {
  width: 100%;
  /* background: rgba(255, 255, 255, 0.25); */
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: all 0.4s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #396cf0;
  color: #fff;
  font-size: 20px;
  padding: 14px 16px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.video-btn {
  background-color: #396cf0;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: none !important;
  transition: 0.3s;
}

.video-btn:hover {
  background-color: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
}
/* Updated Carousel Controls */
.carousel-video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 70px;
}

.contact-video-section .video-control-prev,
.contact-video-section .video-control-next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #4361ee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  top: auto;
  bottom: 80px;
  left: 200px;
  right: auto;
}
/* Responsive Styles */
@media screen and (max-width: 768px) {
  .contact-video-section .video-control-prev,
  .contact-video-section .video-control-next {
    top: auto;
    bottom: 80px;
    left: 80px;
    right: auto;
  }
  .carousel-video {
    gap: 30px;
  }
}
.contact-video-section .video-control-prev:after,
.contact-video-section .video-control-next:after {
  font-size: 15px;
  font-weight: 600;
}
.contact-video-section .video-control-prev:hover,
.contact-video-section .video-control-next:hover {
  background: #4361ee;
  color: white;
}

.carousel-indicators-container {
  display: flex;
  gap: 10px;
}

.carousel-indicators-container button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(67, 97, 238, 0.3);
  border: none;
  padding: 0;
}

.carousel-indicators-container button.active {
  background-color: #4361ee;
}

/*===============Footer Section=====================*/
.footer-section {
  background: url("../image/Logo/footer-bg2.jpg") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.footer-card {
  z-index: 2;
  position: relative;
  background: #fff;
  color: #333;
}

.footer-link {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  color: #333;
  line-height: 2;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #dc3545;
  transform: translateX(5px);
}

.footer-link:hover::before {
  color: #dc3545;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #dc3545;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.icon-circle:hover {
  color: #dc3545;
  background: transparent;
  border: 1px solid #dc3545;
  animation: shake 0.5s ease infinite;
}
@keyframes shake {
  0%,
  100% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
}
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
}

.footer-bottom-card {
  border-top: 1px solid #dee2e6;
}

.read-more-footer {
  display: inline-flex;
  align-items: center;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  margin-top: auto;
  transition: all 0.4s ease;
}

.read-more-footer:hover {
  color: red;
  transform: translateX(5px);
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-social {
  margin: 20px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  box-shadow: -5px 5px 15px #333;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
}

.footer-social :hover {
  cursor: pointer;
  transition: all 0.3s;
}

.social-icon {
  text-decoration: none;
  color: #e7e7e7;
  padding: 12px !important;
  margin-left: -20px !important;
  font-size: 20px;
}

.social-icon:hover {
  animation: slide 1s ease;
}

.footer-social > a {
  padding: 20px;
}

.footer-social:nth-child(1) {
  background: #3b5999;
}

.footer-social:nth-child(2) {
  background: #13bd13;
}

.footer-social:nth-child(3) {
  background: #db4a39;
}

.footer-social:nth-child(4) {
  background: #007bff;
}

.footer-social:nth-child(5) {
  background: #0077b5;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
    opacity: 0;
  }
  51% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
}

#heartbeatCanvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}

/* =============== Responsive Media Queries =============== */

/* Tablet (<=991px) */
@media (max-width: 991px) {
  .footer-card {
    padding: 2rem 1.5rem;
  }

  .footer-card .row > div {
    margin-top: 20px;
  }

  .footer-bottom-card {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-bottom-card p {
    margin-bottom: 5px;
  }

  .icons {
    justify-content: center;
    gap: 10px;
  }

  .d-flex.justify-content-end.gap-3.mt-4 {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/* Mobile (<=575px) */
@media (max-width: 575px) {
  .footer-section {
    text-align: center;
  }

  .footer-link {
    padding-left: 15px;
    font-size: 14px;
  }

  .icon-circle {
    margin-right: 8px;
  }

  .contact-list li {
    font-size: 13px;
  }

  .read-more-footer {
    font-size: 14px;
  }

  .footer-social {
    margin: 10px;
    height: 36px;
    width: 36px;
  }

  .social-icon {
    font-size: 16px;
    padding: 10px !important;
  }

  .footer-bottom-card {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-bottom-card p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footer-card .row > div {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: left !important; /* 💥 this line is key */
  }

  .footer-card .row {
    flex-direction: column;
  }

  .footer-card h6,
  .footer-card ul,
  .footer-card p,
  .footer-card li,
  .footer-card a {
    text-align: left !important;
  }
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background-color: #4aea4a;
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.back-to-top:hover {
  background-color: #dc3545;
  color: #fff;
}
/*==============================OTHER PAGES CSS START======================*/
/*===============profile page styling=====================*/
.profile-section h2{
	font-size:28px;
	font-weight:600;
	color:#383737;
}
.profile-section h4{
	font-size:18px;
	font-weight:600;
	color:#dc3545;
}
.page-banner {
  background: url("../image/Logo/footer-bg3.jpg") no-repeat center center/cover;
  min-height: 250px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.page-banner a:hover {
  color: #dc3545 !important;
}
/* Main Card Box */
.profile-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.profile-box:hover {
  transform: translateY(-3px);
}

/* Section Heading */
.section-heading {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Service Links */
.service-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #dc3545;
  transform: translateX(5px);
}

/* Responsive Fix */
@media (max-width: 768px) {
  .page-banner {
    min-height: 180px;
    text-align: center;
  }

  .breadcrumb {
    justify-content: center;
  }
}
/*=================our aim page styling==================*/
.page-banner {
  background: url("../image/Logo/footer-bg3.jpg") no-repeat center center/cover;
  min-height: 250px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Box Style */
.box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  transition: transform 0.3s ease;
}

.box:hover {
  transform: translateY(-3px);
}

.box-title {
  font-weight: 600;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

/* Service Links */
.service-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #dc3545;
  transform: translateX(5px);
}

/* Animations */
.animate-fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-banner {
    min-height: 180px;
    text-align: center;
  }

  .breadcrumb {
    justify-content: center;
  }

  .box {
    padding: 20px;
  }
}
/*=================Messages page styling==================*/
.page-banner {
  background: url("../image/Logo/footer-bg3.jpg") no-repeat center center/cover;
  min-height: 250px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  transition: all 0.3s ease;
}

.box:hover {
  transform: translateY(-3px);
}

.box-title {
  font-weight: 600;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.service-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #dc3545;
  transform: translateX(5px);
}

.animate-fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.8s ease forwards;
  animation-delay: var(--delay, 0s);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .page-banner {
    min-height: 180px;
    text-align: center;
  }

  .breadcrumb {
    justify-content: center;
  }

  .box {
    padding: 20px;
  }

  .box .row {
    flex-direction: column;
    text-align: center;
  }
}
/*=================Department page styling==================*/
.dept-banner {
  background: url("../image/Logo/footer-bg3.jpg") no-repeat center center/cover;
  min-height: 220px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.dept-banner a:hover {
  color: #dc3545 !important;
}
.department-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: all 0.4s ease;
}

.department-card:hover {
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.4);
  transform: translateY(-5px);
}

/* ===== Icon Circle ===== */
.department-card .icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.4s ease;
}

/* Icon Hover Effect */
.department-card:hover .icon-circle {
  transform: scale(1.15);
  filter: brightness(1.2);
}

/* ===== Button ===== */
.dept-btn {
  border: 2px solid #007bff;
  color: #007bff;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s;
}

.dept-btn:hover {
  background: #007bff;
  color: #fff;
}

/*======================consultants======================*/
.consultant-banner {
  background: linear-gradient(to right, #dc3545d9, #007bffcc),
    url("assets/image/banner/consultants.jpg") center/cover no-repeat;
  min-height: 220px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Consultant Card */
.consultant-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  position: relative;
}

.consultant-card:hover {
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.4);
  transform: translateY(-6px);
}

/* Doctor Image */
.consultant-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 4px solid #007bff;
  transition: transform 0.3s ease;
}

.consultant-card:hover .consultant-img img {
  transform: scale(1.05);
}

/* Social Icons */
.consultant-social a {
  display: inline-block;
  margin: 0 6px;
  color: #007bff;
  background: #f1f1f1;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.consultant-social a:hover {
  background: #007bff;
  color: #fff;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .consultant-img img {
    width: 100px;
    height: 100px;
  }

  .consultant-card {
    text-align: center;
  }
}
/* Doctor Image + Plus Icon */
.consultant-img {
  position: relative;
  display: inline-block;
}
.add-icon {
  position: absolute;
  bottom: 0;
  right: 10px;
  background: #007bff;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.add-icon:hover {
  background: #0056b3;
}

/* Modal Background */
.appointment-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Appointment Box */
.appointment-form {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: fadeIn 0.4s ease;
}
.appointment-form input,
.appointment-form select {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.appointment-form button {
  border-radius: 10px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 576px) {
  .appointment-form {
    padding: 20px;
  }
}
/*=======================media page styling==================*/
.media-gallery-section h2 {
  color: #dc3545;
  font-size: 32px;
}

.media-img-wrapper {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.media-img-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.media-img-wrapper:hover img {
  transform: scale(1.1);
}

.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px;
  border-radius: 50%;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.media-img-wrapper:hover .zoom-icon {
  opacity: 1;
}

@media (max-width: 768px) {
  .zoom-icon {
    padding: 10px;
    font-size: 16px;
  }
}
/*=========================video galler page styling=====================*/
.video-gallery-section {
  background-color: #f8f9fa;
}

.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.video-box:hover {
  transform: translateY(-5px);
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  width: 100%;
  height: 315px;
  border: none;
  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .video-wrapper iframe {
    height: 220px;
  }
}
/*====================event page styling===================*/
.event-gallery-section .nav-pills .nav-link {
  background-color: #f1f1f1;
  color: #333;
  margin: 5px;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.event-gallery-section .nav-pills .nav-link:hover {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.05);
}

.event-gallery-section .nav-pills .nav-link.active {
  background-color: #dc3545;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tab-pane img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tab-pane img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/*======================contact page styling==================*/
.contact-us-section {
  background-color: #f9f9f9;
}

.contact-us-section input,
.contact-us-section textarea {
  border-radius: 10px;
}

.contact-us-section button {
  border-radius: 50px;
  transition: all 0.3s ease;
}

.contact-us-section button:hover {
  background-color: #c82333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Social Icons Vertical List */
.contact-us .social-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-us .social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  background-color: #dc3545;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: 0.3s ease;
}
.social-list a {
  text-decoration: none;
  color: #000;
}
.social-list a li:hover .social-icon {
  background-color: #007bff;
  transform: rotate(10deg) scale(1.1);
}

.social-list a li:hover {
  color: #007bff;
}

@media (max-width: 768px) {
  .map {
    height: 120px !important;
    width: 200px !important;
    margin-bottom: 305px !important;
  }
}

/*=====================news page styling===================*/
.news-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.news-card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.news-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.news-description {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  flex-grow: 1;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #6c757d;
  margin-top: 15px;
}

.news-meta i {
  margin-right: 6px;
}

/* ✅ Responsive Adjustments */
@media (max-width: 768px) {
  .news-title {
    font-size: 18px;
  }

  .news-description {
    font-size: 14px;
  }

  .news-meta {
    flex-direction: column;
    gap: 5px;
  }

  .news-card-header img {
    height: 180px;
  }
}
