@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

body {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 400 !important;

}

.container-small {
  max-width: 1200px !important;
}

.fs-17 {
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  font-size: 17px !important;
}

p {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
}

ul li a {
  font-family: 'Lato', sans-serif !important;
}

.bg-dark {
  background-color: #0b0b0b !important;
}

.bg-light-dim {
  background-color: rgba(248, 248, 248, 0.899) !important;
}

.text-info {
  color: #102552 !important;
}

.text-blue {
  color: #112e6c !important;
}

.text-muted-light {
  color: #bebebe !important;
}

.text-purp {
  color: #cc2e72 !important;
  font-weight: 400 !important;
}

.bg-info {
  background-color: #0D3284 !important;
}

.btn-purp {
  display: inline-block;
  background-color: #cc2e72;
  /* Light green like your screenshot */
  color: white;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  /* border-radius: 8px; */
  transition: background-color 0.3s ease;
}

.btn-purp:hover {
  background-color: #cc2e72;
  /* Light green like your screenshot */
  color: white;
  padding: 12px 35px;
}

.partners-section {
  position: relative;
  background: url('../img/unsplash.jpg') no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #000;
  overflow: hidden;
  z-index: 1;
}

/* Add overlay using pseudo-element */
.partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(245, 247, 250, 0.97);
  /* background-color:f5f7fa rgba(234, 234, 234, 0.932); */
  z-index: -1;
}

.partners-title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  /* background: rgba(255, 255, 255, 0.7); */
  padding: 1rem 2rem;
  border-radius: 8px;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.8); */
  padding: 2rem;
  border-radius: 10px;
  max-width: 1200px;
  width: 90%;
}

.partner-logos img {
  max-height: 60px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .partner-logos img {
    max-height: 40px;
  }
}

.services-section {
  padding: 50px 20px;
  /* text-align: center; */
}

/* .services-section h2 {
      font-size: 2.5rem;
      margin-bottom: 40px;
    } */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  padding: 10px;
}

.service-card .label {
  padding: 15px;
  font-weight: bold;
  font-size: 1rem;
}

/* Specific Background Colors */
.bg-green {
  background: #336d50;
}

.bg-orange {
  background: #ff9800;
}

.bg-teal {
  background: #00cec9;
}

.bg-gray {
  background: #b2b9bd;
}

.bg-red {
  background: #b71c1c;
}

.bg-pink {
  background: #ec407a;
}

.bg-brown {
  background: #4e342e;
}

.bg-blue {
  background: #039be5;
}

.bg-purple {
  background: #7e57c2;
}

.bg-darkblue {
  background: #006064;
}

.service-card image
/* {
      border-radius: 5px !important;
    } */

.whatsapp-footer {
  position: absolute;
  bottom: 20px;
  /* Push it above copyright bar */
  left: 20px;
  display: inline-block;
}

.whatsapp-footer img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}

.whatsapp-footer img:hover {
  transform: scale(1.1);
}





.carousel-caption {
  background: none !important;
}

.learn-btn {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
  /* purple gradient */
  color: white;
}

.learn-btn:hover {
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
  /* purple gradient */
  color: white;
}

.section-new {
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  color: #444444;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #f4a000;
  /* yellow-orange underline */
  margin: 8px auto 0;
  border-radius: 2px;
}

.border-hr {
  width: 100px;
  height: 4px;
  background-color: #cc2e72;
  /* yellow-orange underline */
  margin: 8px 0;
  border-radius: 2px;
}

.services-section {
  /* background-color: #ffffdf; */
  padding: 60px 20px;
  /* text-align: center; */
}

.products-section {
  background-color: #dff1ff;
  /* light blue background */
  padding: 60px 20px;
  text-align: center;
}

.products-section h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
  position: relative;
  display: inline-block;
}

.products-section h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #f4a000;
  /* orange underline */
  margin: 8px auto 0;
  border-radius: 2px;
}

.product-box {
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product-box:hover {
  transform: translateY(-5px);
}

.product-box img {
  max-width: 100%;
  height: auto;
}

.product-title {
  margin-top: 15px;
  font-weight: 500;
  color: #222;
}

.bg-gray {
  background-color: #322b2b !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.footer ol,
ul {
  padding-left: 1rem !important;
}

.shadow-sm {
  box-shadow: 0px 0px 55px 5px rgba(0, 0, 0, 0.06) !important;
}

.shadow-sm:hover {
  box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #00C07C !important;
}










.footer a {
  color: #d4d4d4 !important;
  text-decoration: none;
  font-size: 13px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #454444b3 !important;
  border: none !important;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 50px;
  border-radius: 10px;
}

.fs-8 {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02rem !important;
  color: #605f5ff8 !important;
}

.lora-f {
  font-family: "Lora", serif !important;
}

.custom-btn-green {
  display: inline-block;
  background-color: #00C07C;
  /* Light green like your screenshot */
  color: white;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  /* rounded corners */
  transition: background-color 0.3s ease;
}

.custom-btn-green:hover {
  background-color: #fafafa;
  /* slightly darker green on hover */
  color: #00C07C;
  border: 1px solid #00C07C;
}

.text-gray {
  color: #555555;
}

.dashed-card {
  border: 1px dashed #218deb;
  transition: all 0.3s ease;
}

.bg-section {
  background: url('../img/donate2.jpg') no-repeat center center/cover;
  /* Replace with your background image path */
  height: 300px;
  /* Adjust height as needed */
  position: relative;
}

.bg-section h1 {
  font-size: 3.5rem;
  /* Adjust font size */
  color: #2b4cb3;
  /* Change text color if needed */
}

.custom-btn-green {
  font-style: italic !important;
}

.image-container {
  height: 400px;
  /* Fixed height for each image */
  overflow: hidden;
}

.fixed-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fills its container */
}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 15px;
    /* smaller on tablets & mobile */
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    font-size: 16px;
    /* even smaller for small screens */
  }
}

.carousel-indicators [data-bs-target] {
  background-color: #fbfbfb !important;
}

.card-r {
  border-radius: 10px !important;
}

.pb-500 {
  padding-bottom: 250px !important;
}

.h-200 {
  min-height: 200px;
}

.letter {
  letter-spacing: 1px;
  font-size: 12px !important;
}

.bg-light-g {
  background-color: #e1e1e1 !important;
}

.navbar .navbar-nav .nav-link {
  margin-right: 52px;
  padding: 25px 0;
  color: #06469b !important;
  font-weight: 300;
  text-transform: none;
  outline: none;
  font-family: "Cabin", sans-serif !important;
  font-size: 18px !important;
}

.text-monte {
  font-family: "Montserrat" !important;

}

.page-header {
  /* background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/bg-about.jpg) center center no-repeat; */
  background-size: cover;
}

.page-header-product {
  background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/bg-product.jpg) center center no-repeat;
  background-size: cover;
}

.navbar .navbar-nav .nav-link.active {
  color: #06469b !important;
}

.navbar .navbar-nav .nav-link:hover {
  color: #791518 !important;
}


.breadcrumb-section {
  background-color: #7a7a7a;
  /* Gray background */
  padding: 80px 0;
}

.breadcrumb-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.underline {
  width: 120px;
  height: 4px;
  background-color: #ec407a;
  /* Pink underline */
  position: relative;
}

.underline::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #d81b60;
  position: absolute;
  bottom: -4px;
  left: 30px;
}

.bg-pink {
  background-color: #ec407a !important;
  border-radius: 5px;
}

.dashed-border {
  border: 2px dashed #009fe3;
  /* border-radius: 5px; */
}
.dashed-border-red {
  border: 2px dashed #8e0505;
  /* border-radius: 5px; */
}

.img-fluid-new {
  height: 300px !important;
  width: 300px !important;
}
















/* tab css */
.tab-content {
  background: #fff;
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  background-color: #e10f08;
  color: #fff;
}

/* tab css end */
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: start !important;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, .75);
  z-index: 1;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: none !important;
  border-top-left-radius: 0px;
  background-color: #2309763f;
  border-top-right-radius: 0px;
  color: #fff;
}

.tablet {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .tablet {
    margin-top: 0px;
  }
}

.fs-7 {
  font-size: 0.9rem;
}

.counter-card {
  /* background: linear-gradient(135deg, hwb(208 3% 29%), #b33504); */
  color: rgb(12, 12, 12);
  font-size: 48px;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 15px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
  text-align: center;
}

.text-red {
  color: #e12029 !important;
}



@media (max-width: 768px) {
  .carousel-inner .bg-img {
    height: 970px !important;
    /* Let height adjust on mobile */
  }
}

.icon-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-card i {
  font-size: 40px;
  color: #e12029;
  margin-bottom: 15px;
}

.icon-card h5 {
  margin-top: 10px;
  font-weight: 600;
}

.icon-card p {
  color: #555;
}

.cta-section {
  background: linear-gradient(135deg, #F3BD00, #f6dc7e);
  color: #000;
  text-align: center;
  padding: 60px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.7;
}

.cta-section .btn-apply {
  background-color: #fff;
  color: #007bff;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-section .btn-apply:hover {
  background-color: #f1f1f1;
  color: #0056b3;
  transform: scale(1.05);
}

.custom-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.custom-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.custom-card .btn-read {
  background-color: #007bff;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 0.9rem;
}

.custom-card .btn-read:hover {
  background-color: #0056b3;
}

.btn-blue {
  background-color: #0D3284;
  color: #fff;
  border-radius: 40px;
  padding: 8px 28px;
}

.btn-blue:hover {
  background-color: #1B9C3D;
  color: #fff;
  border-radius: 40px;
  padding: 8px 28px;
}

.btn-read-outline {
  border: 2px solid #e12029;
  color: #e12029;
  background-color: transparent;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-read-outline:hover {
  background-color: #e12029;
  color: #fff;
  transform: translateX(3px);
}

.btn-read-outline i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-read-outline:hover i {
  transform: translateX(3px);
}

.fw-500 {
  font-weight: 500;
}

.section-heading {
  color: #007bff;
  font-weight: 700;
}

.highlight-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.highlight-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00bcd4;
  position: absolute;
  left: 0;
  top: 0;
}

.info-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}


.service-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}


.login-card {
  max-width: 400px;
  margin: 0px auto;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #fff;
}

.text-brown {
  color: #720a0a !important;
}


.forgot-password {
  text-align: right;
}



.button-container {
  position: fixed;
  right: 20px;
  /* distance from right edge */
  bottom: 150px;
  /* footer height (500px) + 20px spacing */
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.circle-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.circle-button:hover {
  transform: scale(1.1);
}

.whatsapp {
  background-color: #25D366;
}

.call {
  background-color: #FFEB3B;
  color: black;
}



/*  */
.card-blue {
  background: linear-gradient(309deg, #0D3284 0%, #698BFF 73%);
  padding: 15px;
  border-radius: 10px;
  color: #fff !important;
  text-align: center;

}

.dept-card {
  border: none;
  height: 550px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.dept-card-two {
  border: none;
  height: 350px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.dept-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.dept-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f0f4ff;
  color: #0D3284;
  font-size: 36px;
  transition: all 0.3s ease;
}

.dept-card:hover .dept-icon {
  background: #e0f8e9;
  color: #28a745;
  /* green on hover */
}

.dept-title {
  font-size: 18px;
  font-weight: 600;
  color: #0D3284;
  margin-bottom: 15px;
}

.dept-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.testimonial-card {
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 25px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #1a73e8;
  border-bottom-left-radius: 100%;
}

.doctor-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
}

.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
  z-index: 2;
  position: relative;
}

.testimonial-name {
  font-weight: 600;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.testimonial-role {
  color: #777;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}

.testimonial-text {
  font-weight: 500;
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-top: 10px;
}

.star-rating i {
  color: #ffb400;
  margin: 0 2px;
}


.page-content {
  padding: 60px 0;
  background-color: #fff;
}

.page-header {
  text-align: center;
  padding: 80px 0;
  background-color: #f8f9fa;
  margin-bottom: 40px;
}

.page-header h1 {
  font-size: 36px;
  color: #2c5f2d;
  margin-bottom: 10px;
}

.treatment-box {
  border: 1px dashed #0d6efd;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;

}

.treatment-box img {
  width: 100%;
  border: 10px solid #f7f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.page-content {
  padding: 60px 0;
  background-color: #fff;
}

.page-header {
  text-align: center;
  padding: 80px 0;
  background-color: #f8f9fa;
  margin-bottom: 40px;
}

.page-header h1 {
  font-size: 36px;
  color: #2c5f2d;
  margin-bottom: 10px;
}

.content-section {
  margin-bottom: 50px;
}

.two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin: 40px 0;
}

.content-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.questions-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.questions-list li {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.questions-list li i {
  position: absolute;
  left: 0;
  color: #2c5f2d;
  font-size: 20px;
  top: 2px;
}

.main-image {
  text-align: center;
  margin: 30px 0;
}

.main-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin: 40px 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  color: white;
  font-size: 30px;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  font-size: 24px;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 50%;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .two-column-layout {
    grid-template-columns: 1fr;
  }

  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.shadow-img {
  width: 100%;
  border: 10px solid #f7f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.project-img {
    height: 250px !important;
    width: 100%;
    object-fit: cover;       /* Crop image nicely */
    object-position: top;    /* Align from top center */
}