.header-logo img {
    max-width: 150px;
    height: auto;
    display: block;
}

/* Optional padding or alignment */
.header-logo {
    padding: 10px 0;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .header-logo img {
        max-width: 140px;
    }
}

@media (max-width: 480px) {
    .header-logo img {
        max-width: 120px;
    }
}

.hero-1 .hero-1-bg {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .hero-1 {
        background: #7ac6d4;
        padding-bottom: 100px;
    }
}


.header {
    background: #defafb;
    padding: 0px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

 .section {
    padding-bottom: 59px;
    padding-top: 39px;
}

.theimg {
    height: 485px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .theimg {
        height: 300px; /* Adjust as needed for tablets/mobiles */
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .theimg {
        height: 200px; /* Smaller height for phones */
        border-radius: 10px;
    }
}


.hero-1 {
    position: relative;
    margin-bottom: -59px;
    padding-bottom: 157px;
}

/* Tablet and below */
@media (max-width: 768px) {
    .hero-1 {
        margin-bottom: -40px;
        padding-bottom: 100px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .hero-1 {
        margin-bottom: 15px;
        padding-bottom: 40px;
    }
}




.service-card {
  background-color: #feed8c;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.row.footer-middle {
    position: relative;
    z-index: 3;
    padding: 34px 0;
}


.btn-yellow {
    color: #1d2939;
    background-color: #ffee8c;
    border: 1px solid #7ac6d4;
}

.bg-pink {
    background: #ffee8c;
}

#page-banner {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(to right, #008db3, #7ac6d4);
    color: white;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.1;
}

.banner-overlay {
    position: relative;
    z-index: 2;
}

.page-title-box {
    z-index: 2;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-breadcrumb {
    background: transparent;
    font-size: 16px;
    color: #ffffffcc;
}

.page-breadcrumb a {
    color: #ffffff;
    text-decoration: underline;
}

.page-breadcrumb .active {
    color: #ffffffaa;
}


.page-title-area {
    border-radius: 30px;
    padding: 30px;
    height: 170px;
    position: relative;
    overflow: hidden;
}


@media (max-width: 767.98px) {
    .page-title-area {
        border-radius: 30px;
        padding: 16px;
        height: 66px;
        position: relative;
        overflow: hidden;
    }
}


@media (min-width: 992px) {
    .page-title {
        font-size: 48px;
        font-weight: 700;
        margin-top: 80px;
    }
}


.section-side-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
    text-align: justify;
}


.section-side-title {
    font-family: "Syne";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 58px;
    display: flex
;
    align-items: center;
    color: #2f2d53;
}

@media (max-width: 991.98px) {
  .section-side-title {
    font-family: "Syne";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 58px;
    display: flex;
    align-items: center;
    color: #2f2d53;
  }
}


.mission-vision-card {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 0 0 transparent;
}

.mission-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 141, 179, 0.15);
    border-color: #7ac6d4;
}

.mission-vision-card .card-title {
    font-size: 20px;
    color: #008db3;
    font-weight: 600;
    margin-bottom: 15px;
}

.mission-vision-card .card-text {
    color: #667085;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}


.center-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.founders-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.founder-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
  width: 100%;
  max-width: 500px;
  flex: 1 1 45%;
}

.founder-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 141, 179, 0.15);
}

.founder-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.founder-info {
  padding: 20px;
  text-align: center;
}

.founder-info h3 {
  font-size: 20px;
  color: #008db3;
  font-weight: 700;
}

.founder-info .title {
  font-size: 14px;
  color: #7ac6d4;
  margin-bottom: 10px;
  font-weight: 600;
}

.founder-info .bio {
  font-size: 15px;
  color: #667085;
  line-height: 24px;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-icons a {
  background: #f0f4f8;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #008db3;
  transition: 0.3s ease;
  font-size: 16px;
  text-decoration: none;
}

.social-icons a:hover {
  background: #008db3;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .founders-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .founder-card {
    max-width: 100%;
  }
}


.section-title-box .section-title {
    font-family: "Syne";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2f2d53;
    text-align: center;
}

.about-us h2{
  font-size: 20px;
  color: #008db3;
  font-weight: 700;
}

.mission h2{
    font-size: 20px;
    color: #008db3;
    font-weight: 700;
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
}


.donation-help-section {
  background: #f4f9fb;
}

.donation-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 24px;
  text-align: center;
  border-radius: 16px;
  transition: 0.3s ease;
  box-shadow: 0 0 0 transparent;
}

.donation-box:hover {
  box-shadow: 0 6px 20px rgba(0, 141, 179, 0.15);
  transform: translateY(-6px);
}

.donation-box h3 {
  font-size: 24px;
  color: #008db3;
  font-weight: bold;
  margin-bottom: 10px;
}

.donation-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.4;
}


 
.donate-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 0 0 transparent;
}

.donate-card:hover {
  box-shadow: 0 8px 24px rgba(0, 141, 179, 0.12);
  transform: translateY(-6px);
}

.donate-card h4 {
  font-size: 18px;
  color: #008db3;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.donate-card ul {
  padding-left: 20px;
  list-style: disc;
}

.donate-card ul li {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.donate-card p {
  font-size: 15px;
  color: #555;
}


.donation-form-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.3s ease;
}

.donation-form-card:hover {
  box-shadow: 0 8px 24px rgba(0, 141, 179, 0.2);
  transform: translateY(-6px);
}

.donation-form label {
  font-weight: 500;
  color: #2f2d53;
}

.donation-account-box {
  background-color: #f4f9fb;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.donation-account-box h4 {
  color: #008db3;
  margin-bottom: 16px;
  font-weight: 600;
  transition: color 0.3s ease, transform 0.3s ease;
}

.donation-account-box:hover {
  color: #000000; /* a darker shade of blue for hover */
  transform: scale(1.05);
}

.section-title {
  font-size: clamp(24px, 5vw, 40px); /* Responsive font size */
  font-weight: 700;                 /* Bold text */
  color: #2f2d53;                   /* Dark heading color */
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.3;
}


/* Section styling */
.map-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.map-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #008db3;
  margin-bottom: 20px;
}

/* Responsive map container */
.map-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.volunteer-section {
  padding: 40px 20px;
  background-color: #f2fbfd;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #008db3;
}

.volunteer-reasons {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
}

.how-to-help h4 {
  font-size: 20px;
  color: #007b99;
  font-weight: 600;
  margin-bottom: 15px;
}

.how-to-help ul {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.7;
}

.how-to-help ul li strong {
  color: #008db3;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 22px;
  }

  .how-to-help h4 {
    font-size: 18px;
  }
}


.volunteer-info-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  text-align: left;
  height: 100%;
}

.info-icon {
  font-size: 36px;
  color: #008db3;
  margin-bottom: 15px;
}

.info-title {
  font-size: 22px;
  font-weight: 600;
  color: #008db3;
  margin-bottom: 20px;
}

.info-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.info-list li {
  margin-bottom: 12px;
}

.info-list li i {
  margin-right: 10px;
  color: #7ac6d4;
}

.btn-apply {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 14px;
  font-size: 14px;
  background-color: #008db3;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.btn-apply:hover {
  background-color: #00789a;
  text-decoration: none;
}

@media (max-width: 768px) {
  .info-icon {
    font-size: 28px;
  }

  .info-title {
    font-size: 20px;
  }
}


.donation-account-box h4 {
  color: #008db3;
  margin-bottom: 16px;
  font-weight: 600;
}

.volunteer-contact li {
  margin-bottom: 8px;
  color: #333;
}


@media (max-width: 768px) {
  .page-title-box {
    z-index: 2;
    position: relative;
    max-width: 800px;
    margin: -13px auto;
  }
}



.slick-slider {
    margin: -86px 10px;
    padding: -2px;
}

.icon-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Platform colors */
.facebook { background: #3b5998; }
.twitter { background: #55acee; }
.google { background: #dd4b39; }
.linkedin { background: #0077b5; }
.youtube { background: #bb0000; }
.whatsapp { background: #25d366; }
.instagram { background: #e4405f; }
.call { background: #28a745; }

.icon-bar a:hover {
  opacity: 0.8;
}


.ambulance {
  background: #ff5722;
}



.read-more-btn {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 12px;
    background-color: #007bff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.read-more-btn:hover {
    background-color: #0056b3;
}
.left,
.right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Carousel Styles */
.carousel {
    position: relative;
    width: 90%;
    max-width: 500px;
    overflow: hidden;
}

.carousel-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-images img {
    width: 100%;
    border-radius: 20px;
    display: none;
    transition: opacity 0.5s ease-in-out;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.carousel-images img.active {
    display: block;
}

.carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #008db3;
    transition: background-color 0.3s;
    z-index: 2;
}

.carousel button:hover {
    background-color: #ffffff;
}

.carousel .prev {
    left: 10px;
}

.carousel .next {
    right: 10px;
}