@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Lora", serif;
  scroll-behavior: smooth;
  overflow: inherit !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  background: none;
  border: solid 1px #f1f1f1;
  color: #444;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 10px;
  padding: 12px 20px;
  width: 100%;
  outline: 0;
  border-radius: 5px;
  font-family: "Lora", serif;
  background: var(--white);
}
input[type="submit"] {
  background: linear-gradient(90deg, #193775, #f39c12);
  text-transform: capitalize;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border: 0;
  cursor: pointer;
  outline: none;
  font-weight: 400;
  border-radius: 10px 10px 25px;
  font-family: "Lora", serif;
  color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: "Lora", serif;
  color: #444444;
  font-weight: 500;
  text-transform: inherit;
  line-height: normal;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  padding: 0;
  margin: 0 0 10px 0;
  font-family: "Lora", serif;
  color: #454a50;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 28px;
}
ul,
li,
a {
  list-style-type: none;
  font-family: "Lora", serif;
  color: #222;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0;
}
a:hover {
  transition: 0.8s;
  text-decoration: none;
}
html {
  overflow-x: hidden !important;
}

/* Header CSS */

.loaded .loader-wrapper {
  visibility: hidden;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 99999;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #3c9644;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  .loaded .loader {
    top: -100%;
    opacity: 0;
  }
  .loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #f3297c;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
  }
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #10eb9b;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
.loaded .loder-section.left-section {
  left: -100%;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.top-bar {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}
.top-header-area {
  padding: 11px 0;
  border-bottom: 1px solid #49ae4436;
  z-index: 9;
  position: relative;
  background: #07301f;
}
.top-header-info {
  color: white;
}
/* .lft-side {
  margin-left: -25px;
} */
.top-header-info ul li {
  display: inline-block;
  color: #fff;
  margin-right: 29px;
}
.top-header-info ul li i {
  color: #49af45;
  display: inline-block;
  font-size: 17px;
  padding-right: 5px;
}
.top-header-right {
  text-align: right;
}
.top-header-contact {
  display: inline-block;
  margin-right: 51px;
}
.top-header-contact span {
  display: inline-block;
  color: #fff;
}
.top-header-contact span i {
  display: inline-block;
  color: #49af45;
  padding-right: 8px;
}
.top-header-social-icon {
  display: inline-block;
}
.top-header-social-icon ul li {
  display: inline-block;
}
.top-header-social-icon ul li i {
  color: #fff;
  font-size: 15px;
  padding-left: 28px;
  transition: 0.5s;
}
.site-header {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  position: fixed;
  top: 45px;
  z-index: 1000;
  border-bottom: 1px solid #49ae4436;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.site-header.scrolled {
  top: 0 !important;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 14px 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.left-menu,
.right-menu {
  display: flex;
  justify-content: center;
}

.logo {
  flex: 0 0 auto;
  text-align: center;
}

.logo img {
  height: 45px;
  max-width: 100%;
}

.right-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.nav-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-menu li {
  position: relative;
  margin: 0 15px;
}

.nav-menu a {
  color: #0b1a0e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #4ed26b;
}

/* Submenu */
.nav-menu .sub-menu {
  display: none;
  position: absolute;
  background: #0b1a0e;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 0;
  min-width: 180px;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.nav-menu li:hover > .sub-menu {
  display: block;
}

.nav-menu .sub-menu a {
  padding: 10px 20px;
  display: block;
  color: #fff;
}

.nav-menu .sub-menu a:hover {
  color: #4ed26b;
}

ul.sub-menu li a {
  font-size: 12px;
}

/* Call Button */
.header-btn .quote-btn {
  background: linear-gradient(45deg, #94bc97 58%, #005f08);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.header-btn .quote-btn:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
	.eco-content {
    width: 100% !important;
}
  .header-inner {
    flex-direction: column;
  }

  .left-menu,
  .right-menu,
  .right-menu-wrap {
    display: none;
  }

  .logo img {
    height: 40px;
  }
}

/* Slider Section */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1250px;
  }
}
.mainslider figure {
  margin: 0;
  position: relative;
}
.mainslider figure img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 0 0px 25px 25px;
  filter: brightness(0.8);
}
.mainslider video {
  height: 650px !important;
  object-fit: cover;
  filter: brightness(0.8);
}
.mainslider .carousel-caption {
  left: 10%;
  right: 50%;
  width: 55%;
  transform: translateY(-50%);
  text-align: left;
  bottom: inherit;
}
.mainslider .carousel-content {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.mainslider .carousel-caption h2,
.mainslider .carousel-caption p {
  color: var(--white);
}
.mainslider .carousel-content h4 {
  display: inline-block;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 3px;
  border-bottom: 2px solid #fff;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
}
h5.animated.fadeInDown {
  font-size: 28px !important;
}
.mainslider .carousel-caption h2 {
  font-size: 64px;
  line-height: 65px;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0;
  animation: lts 0.5s ease-in-out 0.3s forwards;
  margin-bottom: 20px;
}
.carousel-content h5 {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--white);
  border: 1px solid var(--white);
  margin-bottom: 21px;
}
.carousel-indicators {
  top: 20% !important;
  left: -60px !important;
}
@keyframes lts {
  0% {
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.mainslider .carousel-content p {
  font-size: 16.5px;
  width: 100%;
  margin: 0 auto 20px !important;
  line-height: 28px;
  animation: lts 0.5s ease-in-out 0.6s forwards;
  color: var(--white);
  font-weight: 400;
  opacity: 0;
  border-top: 1px solid #fff;
  padding-top: 20px;
  display: none;
}
.mainslider .carousel-content .btn-primary {
  opacity: 0;
  animation: lts 0.5s ease-in-out 1.2s forwards;
}
.btn {
  background: linear-gradient(45deg, #1d124c 58%, #e47623) !important;
  color: var(--white);
  border: unset !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 9px;
}
.slider-media {
  position: relative;
}
.slider-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 22%);
  z-index: 0;
}
.btn {
  background: linear-gradient(45deg, #1d124c 58%, #e47623) !important;
  color: var(--white);
  border: unset !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
}
.btn:hover {
  background: linear-gradient(45deg, var(--secondary), var(--primary));
  transform: scale(1.05);
}
.mainslider .carousel-content .btn-primary i {
  font-size: 12px;
  margin-left: 5px;
}
.mainslider .carousel-content .btn-primary:hover {
  border: 1px solid var(--white);
}
.mainslider .carousel-control {
  position: absolute;
  bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  font-size: 18px;
  height: 45px;
  background: var(--blackcolor) !important;
  color: var(--whitecolor);
  transition: opacity 0.15s ease;
  border-radius: 50%;
}
.mainslider .carousel-control.right {
  right: 105px;
  left: auto;
}
.mainslider .left.carousel-control {
  left: 84% !important;
}
.mainslider button i {
  background: rgba(0, 0, 0, 0.5);
  font-size: 27px;
  width: 35px;
  height: 55px;
  line-height: 55px;
}

/* Marquee Section */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  background: #0b1a0e;
  padding: 20px 0;
  border-top: 2px solid #0d6efd;
  border-top: 1px solid #49ae44db;
}

.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: flex;
  animation: scroll-marquee 25s linear infinite;
  list-style: none;
  padding: 0;
  margin: 0;
}

.marquee-content li {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding: 0 50px;
  text-transform: uppercase;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-content:hover {
  animation-play-state: paused;
}

/* Carousel indicators container */

.carousel-indicators {
  position: absolute;
  right: -75% !important;
  bottom: 20% !important;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  transform: rotate(89deg) !important;
  padding: 0;
  margin-right: 15% !important;
  margin-bottom: 1rem !important;
  margin-left: 15% !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.slider-media img {
  object-fit: cover !important;
  height: 600px;
}
div#home {
  overflow: hidden !important;
  height: 600px;
}
a.btn.btn-primary.me-2 {
  background: linear-gradient(45deg, #94bc97 58%, #005f08) !important;
  border-radius: 28px;
  padding: 15px;
  font-size: 14px !important;
}
button.consult-btn.btn.btn-outline-light {
  background: linear-gradient(45deg, #212529 58%, #3c9644) !important;
  border-radius: 28px;
  padding: 15px;
  font-size: 14px !important;
}
button.consult-btn.btn.btn-outline-light:hover {
  color: white !important;
  transition: 0.3s ease-in-out;
}
/* Individual buttons */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 2px solid #fff !important;
  /* border-top: 10px solid transparent; */
  /* border-bottom: 8px solid transparent; */
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

/* Active button */
.carousel-indicators [data-bs-target].active {
  opacity: 1;
}

/* About section */
.aboutimg img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.aboutus {
/*     padding: 10px 0; */
}
.about-content p {
    text-align: justify;
    line-height: 2.2;
}
.about-content strong {
    color: #07301f;
    font-size: 20px;
}
h2.leftheading {
    color: #07301f;
    font-size: 30px;
}
/* .container.abt {
    width: 1200px;
} */


.eco-main-image {
  transition: transform 0.8s ease, box-shadow 0.8s ease;
}
.eco-main-image:hover {
  transform: scale(1.05);
  /*   box-shadow: 0 10px 25px rgba(0,0,0,0.2); */
}

.eco-about-section {
    padding: 30px 0;
}

.eco-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 7%);
  z-index: 0;
}

/* Ensure your content stays above the overlay */
.eco-about-section > * {
  position: relative;
  z-index: 1;
}

/* --- Decorative Shapes --- */
.eco-shape {
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}

.eco-shape-top {
  top: 95px;
  right: 185px;
  width: 95px;
  animation: dance2 4s linear infinite;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.eco-shape-bottom {
  bottom: 14%;
  right: 15%;
  width: 65px;
  transform: translateY(50%);
  animation-name: moveImage;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes moveImage {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
/* --- Layout Container --- */
.eco-about-container {
/*   padding: 0 15px; */
  display: flex;
/*   gap: 7%; */
  justify-content: center;
}
.eco-description p {
    text-align: justify;
	line-height: 2;
}
/* --- Left Column: Image Wrap --- */
.eco-about-image-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 20px;
}

.eco-image-green-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 90%;
  background-color: var(--color-secondary);
  border-radius: 5px;
}

h2.eco-title.aos-init.aos-animate {
  position: relative;
  text-align: start !important;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
}
section.abt-container {
  padding: 30px 0px;
}
.lead {
  font-size: 16px !important;
  font-weight: 300 !important;
}
h2.eco-title.aos-init.aos-animate::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 3px;
  background: linear-gradient(45deg, #136f25f0, transparent);
  border-radius: 2px;
}

.eco-main-image {
    display: block;
    width: 82%;
    height: 486px;
    /* border-radius: 8px; */
    object-fit: cover;
    margin-left: 35px;
}

/* --- Award Badge --- */
.eco-award-badge {
  position: absolute;
  bottom: -30px;
  left: -20px;
  background-color: #1e1e1e;
  color: var(--color-light);
  padding: 15px 30px;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.eco-award-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.eco-about-content {
  flex: 0 0 50%;
  max-width: 100%;
}

.eco-pill {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.eco-pill svg {
  margin-right: 5px;
  fill: var(--color-secondary);
  transform: translateY(1px);
}

.eco-title {
  font-size: 38px;
  font-weight: 800;
  color: #0b1a0e;
  line-height: 1.2;
  margin-bottom: 50px;
}
.eco-feature-item strong {
  color: #0b1a0e;
  font-size: 18px;
}
/* --- Feature Items --- */
/* .eco-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
} */

.eco-feature-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  color: var(--color-secondary);
}

.eco-feature-icon svg {
  width: 100%;
  height: 100%;
}

.eco-feature-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 5px;
}

.eco-feature-item p {
  font-size: 16px;
  color: #666;
  line-height: 2.2;
  text-align: justify;
  margin-top: 10px;
/*   width: 97% !important; */
}
.eco-about-image-wrap.aos-init.aos-animate {
  display: block;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
/* --- Button --- */
.eco-about-btn {
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-light);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.eco-about-btn:hover {
  background-color: #147b30;
}

/* Certificate Section */

section.certificate-section {
  background: #07301f;
  padding: 60px 0px;
}
.certificate-container {
  width: 1250px;
  margin: 0 auto;
}
.certificate-card {
    text-align: center;
}
.certificate-inner-section h2 {
  color: white;
  text-align: center;
  font-size: 38px;
}
.certificate-inner-section img {
    margin-bottom: 5px;
}
.certificate-inner-section p {
  color: white;
  text-align: center;
  font-size: 18px;
}
.certificate-inner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}
img.cert-img {
  width: 345px;
  height: 235px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px #ffffff8a;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  background: #fff;
}
.btn-2 {
  width: 100%;
}
.certificate-cards-wrapper {
    display: flex;
    gap: 20px;
	margin: 30px 0px;
}
/* Caraousel Section */
.carousel-gallery .swiper-container {
  width: 100%;
  overflow: hidden;
}

.carousel-gallery .swiper-wrapper {
  display: flex;
}

.carousel-gallery .swiper-slide {
  flex-shrink: 0;
  width: auto;
  cursor: grab;
}

.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.2);
}

.carousel-gallery .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.carousel-gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s linear;
}

.carousel-gallery a:hover .overlay {
  opacity: 1;
}

.carousel-gallery .overlay em {
  color: #fff;
  font-size: 26px;
}

.carousel-gallery {
  margin-top: 40px;
}
p.image-desc {
  color: white;
  font-weight: 600;
  font-size: 19px;
}

/* Get In Touch */

/* === Get In Touch Section === */
.get-in-touch-container {
  background: #f8f9fa;
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.get-in-inner-section {
  text-align: center;
}

.get-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.get-desc {
  color: #555;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.get-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.get-flex-box {
  background: #fff;
  flex: 1;
  min-width: 300px;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.get-flex-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.get-flex-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: #07301f;
  margin-bottom: 20px;
  text-align: center;
}

/* === Contact Form (CF7) Styling Match === */
.get-flex-box form p {
  margin-bottom: 15px;
}

.get-flex-box label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

.get-flex-box input,
.get-flex-box textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  outline: none;
}

.get-flex-box input:focus,
.get-flex-box textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.get-flex-box textarea {
  resize: none;
  min-height: 100px;
}

.get-flex-box input[type="submit"] {
 background: linear-gradient(45deg, #94bc97 58%, #005f08);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.2s ease;
}



/* === Membership Button === */
.get-button-wrap {
  margin-top: 40px;
}

.btn-primary-join {
  justify-content: center;	
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #07301f;
  color: #fff;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary-join:hover {
  transform: translateY(-2px);
  color: #fff;
}

/* === Responsive === */
@media (max-width: 992px) {
  .get-flex {
    flex-direction: column;
    align-items: center;
  }
  .get-flex-box {
    width: 100%;
    max-width: 100%;
  }
  .mainslider .carousel-caption {
    left: 0%;
    width: 100%;
  }
  .eco-about-content {
    width: 80%;
  }
  .eco-about-image-wrap {
    flex: 0 0 50%;
    max-width: 100%;
  }
  .row.align-items-center.justify-content-center.mb-5.profile-card.hidden-left.in-view {
    flex-direction: column;
    margin-left: 0% !important;
  }
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
  .row.align-items-center.justify-content-center.mb-5.profile-card.hidden-right.in-view {
    flex-direction: column-reverse;
  }
  p.lead1 {
    text-align: justify;
  }
  h3.fw-bold.m-0.mb-4 {
    text-align: justify;
  }
  .card-body.ms-md-5.mt-3.mt-md-0 {
    margin-left: 0px !important;
  }
  .col-md-4.col-lg-3.order-1.order-md-2.text-center {
    width: 100% !important;
  }
  .col-md-4.col-lg-3.order-1.order-md-1.text-center {
    width: 100% !important;
  }
  .g-4 {
    flex-direction: column;
  }
  .g-4 .col-lg-5.col-md-6 {
    width: 100% !important;
  }
  .g-4 .col-lg-7.col-md-6 {
    width: 100%;
  }
  section.membership-section {
    padding: 0 30px;
  }
  img.membership-image.img-fluid.rounded.shadow {
    max-width: 100% !important;
  }
  .service-card {
    width: 95%;
  }
}

/* Social section */
.main-container__marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 2rem;
  overflow-x: hidden;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  background-color: #0b1a0e;
  padding: 10px 0px;
}

.main-container__marquee-track {
  display: flex;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  user-select: none;
  width: 100%;
}

.main-container__marquee-items {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 63%;
  animation: marquee 20s linear infinite;
}

.main-container__marquee-item {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  width: auto;
  transition: all 0.1s ease-in-out;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* footer Css */
.footer {
  background: url(https://algopagedev.com/project/G3foundation.org.in/wp-content/uploads/2025/10/footer-bg.jpg);
  color: #fff;
  padding: 50px 20px 20px 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
}
/* .footer-section h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
} */
.footer-section h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 65px;
  height: 3px;
  background: #61fda2e6;
  border-radius: 2px;
}
.footer-section.contact a {
  margin-left: 6px;
}
.footer-section p,
.footer-section p,
.footer-section ul {
  margin: 8px 0;
  font-size: 16px;
  color: #fff;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section.hours li {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #2e5c45;
  padding-top: 15px;
  font-size: 14px;
  color: #fff;
}
.footer-bottom .social-icons {
  margin-bottom: 10px;
}
.footer-bottom .social-icons a {
  margin: 0 5px;
  color: #fff;
  font-weight: bold;
}
.footer-bottom p {
  color: #fff;
}
p.address {
  width: 92%;
  line-height: 23px;
}
.footer-section.contact {
  width: 39%;
}
.footer-section.quick-links {
  width: 19%;
}
.footer-menu li {
  margin-bottom: 10px;
}
.footer-section.contact p {
  margin-left: 6px !important;
}

#GoToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease;
}

#GoToTop.show {
  display: block;
  opacity: 1;
}
#GoToTop img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: #07301f;
  border: 2px solid #fff;
  border-radius: 35px;
  padding: 9px;
}

/* Breadcrumb */

.overlay {
  background: url(https://algopagedev.com/project/G3foundation.org.in/wp-content/uploads/2025/10/breadcumb-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 124px 0 125px;
  text-align: center;
  color: white;
}
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.breadcrumb a {
  color: white;
  text-decoration: none;
}

/* About page */

/* Mission Section */

.eco-section {
  padding: 80px 10%;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.eco-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.fade-left {
  opacity: 0;
  transform: translateX(-80px);
  animation: fadeInLeft 0.8s ease-out forwards; /* faster */
}

.fade-right {
  opacity: 0;
  transform: translateX(80px);
  animation: fadeInRight 0.8s ease-out forwards; /* faster */
  animation-delay: 0.3s;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.eco-image {
  position: relative;
  flex: 1 1 45%;
}

.eco-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #22c55e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.2);
  transition: all 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.eco-content {
  width: 45%;
}

.eco-content .intro {
  color: #22c55e;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.eco-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #07301f;
  line-height: 1.3;
}

.eco-content .sub-highlight {
  color: #22c55e;
  font-weight: 500;
  margin-bottom: 15px;
}

.eco-content .description {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}

.eco-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.eco-list li {
  color: #222;
  font-size: 15px;
  margin-bottom: 10px;
}

.eco-list li i {
  color: #22c55e;
  margin-right: 10px;
}

.eco-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.profile h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.profile span {
  font-size: 13px;
  color: #777;
}

.eco-btn {
  background: #22c55e;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.eco-btn:hover {
  background: #16a34a;
}

/* Approach Section */

.eco-reverse-section {
  padding: 80px 10%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Default layout = Image Right, Text Left */
.eco-reverse-container {
  display: flex;
  flex-wrap: wrap;
/*   align-items: center; */
  gap: 60px;
  flex-direction: row-reverse;
}

/* Optional reverse: Image Left, Text Right */
.eco-reverse-section.reverse .eco-reverse-container {
  flex-direction: row;
}

/* --- ANIMATIONS --- */
.fade-content {
  opacity: 0;
  transform: translateX(-80px);
  animation: fadeInLeft 0.9s ease-out forwards;
  animation-delay: 0.2s;
}

.fade-image {
  opacity: 0;
  transform: translateX(80px);
  animation: fadeInRight 0.9s ease-out forwards;
}

/* When reversed (image left, text right) — flip directions */
.eco-reverse-section.reverse .fade-content {
  transform: translateX(80px);
  animation-name: fadeInRight;
}

.eco-reverse-section.reverse .fade-image {
  transform: translateX(-80px);
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- IMAGE STYLES --- */
.eco-reverse-image {
  position: relative;
  flex: 1 1 45%;
}

.eco-reverse-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* --- PLAY BUTTON --- */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #22c55e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.2);
  transition: all 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* --- CONTENT STYLES --- */
.eco-reverse-content {
  flex: 1 1 45%;
}

.eco-reverse-content .intro {
  color: #22c55e;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.eco-reverse-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #07301f;
  line-height: 1.3;
}

.eco-reverse-description {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}

/* --- BUTTON --- */
.btn.btn-primary {
  background: #22c55e;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn.btn-primary:hover {
  background: #16a34a;
}

/* Impact Section */

.eco-section-two {
  background-color: #f9f9f9; /* subtle background difference */
  padding: 80px 10%;
}

.eco-section-two .eco-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.eco-section-two .eco-content {
  width: 50%;
}

.eco-section-two .eco-image {
  width: 50%;
  text-align: right;
}

/* Vision Section */

.eco-section-three {
  background-color: #ffffff;
  padding: 80px 10%;
}

.eco-section-three .eco-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.eco-section-three .eco-image {
  text-align: right;
}

/* why choose us */
/* ===== Prefix Card Section ===== */
.prefix-section {
  padding: 60px 0;
}

.prefix-container {
  width: 90%;
  margin: 0 auto;
}

.prefix-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.prefix-column {
/*       width: 310px; */
  margin: 0 auto;
}

/* Card Styles */
.prefix-card {
  border: none;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.prefix-card-image {
  position: relative;
  overflow: hidden;
}

.prefix-img {
  /*     width: 400px;
    height: 388px; */
  transition: transform 1s ease;
}

/* Hover effect */
.prefix-card:hover .prefix-img {
  transform: scale(1.1);
}

.prefix-card-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffc2;
  padding: 1.2rem;
  transition: bottom 0.5s ease;
}

/* Hover reveal */
@media (min-width: 350px) {
  .prefix-card:hover .prefix-card-content {
    bottom: 0;
  }
	
}

/* Always visible on mobile */
@media (max-width: 350px) {
  .prefix-card-content {
    bottom: 0;
    position: absolute;
  }
}

.prefix-card-header {
  margin-bottom: 0.5rem;
}

.prefix-card-title {
  font-size: 1.25rem;
  margin: 0;
  color: #222;
}

.prefix-card-subtitle {
  color: #888;
  margin: 0;
}

.prefix-card-body {
  font-size: 0.95rem;
  color: #333;
}

h2.prefix-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #07301f;
}

/* Board Members page */

/* --- Visuals --- */
.profile-section {
  padding: 50px 0 0px;
}
.profile-card {
  will-change: transform, opacity;
}

.profile-card img.rounded-circle {
  border: 5px solid #f2f2f2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* --- Initial hidden states depending on direction --- */
.hidden-left {
  transform: translateX(-120px);
  opacity: 0;
}
.hidden-right {
  transform: translateX(120px);
  opacity: 0;
}

/* --- When element becomes visible --- */
.profile-card.in-view {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Keep transitions smooth when changing direction (we override transform for in-view) */
.hidden-left.in-view,
.hidden-right.in-view {
  /* same as .in-view, kept explicit */
  transform: translateX(0);
  opacity: 1;
}

/* optional small stagger handled via data-delay attr */
.profile-card[data-delay="150"].in-view {
  transition-delay: 0.15s;
  gap: 85px !important;
}

/* social icon hover */
.profile-card .btn img {
  transition: transform 0.25s ease;
}
.profile-card .btn:hover img {
  transform: scale(1.15);
}

@media (min-width: 768px) and (max-width: 1300px) {
    .prefix-column {
        width: 300px !important;
    }
}


@media (max-width: 767px) {
  .profile-card img.rounded-circle {
    margin-bottom: 18px;
  }
}
.img-fluid {
  max-width: 350px !important;
  height: 350px !important;
}
h3.fw-bold.m-0.mb-4 {
  color: #07301f;
}

/* Team members */

.guardians-section {
  padding: 60px 0;
  text-align: center;
  background-color: #f8f8f8;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #07301f;
}

.guardians-container {
  width: 82%;
  max-width: 1200px;
  margin: 0 auto;
}

.guardians-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.guardian-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.guardian-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.guardian-card:hover .guardian-image {
  transform: scale(1.05);
}

.guardian-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  width: 100%;
  opacity: 0;
  padding: 20px;
  text-align: center;
  transition: opacity 0.5s ease;
}

.guardian-card:hover .guardian-overlay {
  opacity: 1;
}

.guardian-name {
  font-size: 1.2rem;
  font-weight: bold;
}

.guardian-role {
  font-size: 0.95rem;
  opacity: 0.9;
}

.guardians-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.guardian-image-container img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

h3.guardian-name {
  font-size: 16px;
  margin: 10px 0px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
p.guardian-role {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.swiper-button-next {
  color: #07301f !important;
}
.swiper-button-prev {
  color: #07301f !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 600 !important;
  font-size: 30px !important;
}
.swiper-slide {
  width: 100% !important;
}

/* Team */

.industries-we-serve {
  text-align: center;
  padding: 50px 20px;
}
.section-subtitle {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title {
  color: #07301f;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Georgia", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.industries-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.industry-item {
  overflow: hidden;
  background: #fff;
  width: 300px;
}

.industry-image {
  border-radius: 6px;
  position: relative;
  width: 100%;
  height: 447px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.industry-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.industry-item:hover .industry-image img {
  transform: scale(1.1);
}

.industry-item:hover .industry-image::after {
  opacity: 1;
}
.industry-title {
  font-size: 18px;
  font-weight: 800;
  margin-top: 15px;
  color: #fff;
}

/* Gallery Page */

.gallery-section {
  padding: 70px 0;
  background-color: #f9f9f9;
}

.gallery-section .container {
  max-width: 1180px;
  margin: auto;
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 40px;
}

.gallery-item {
  position: relative;
  width: calc(25% - 18px);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-img {
  width: 100%;
  padding-top: 100%; /* Keeps square ratio */
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Overlay effect */
.gallery-img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: opacity 0.4s ease;
}

.gallery-img:hover .overlay {
  opacity: 1;
}

.gallery-img .desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .gallery-item {
    width: calc(33.33% - 18px);
  }
}
@media (max-width: 768px) {
  .gallery-item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 480px) {
  .gallery-item {
    width: 100%;
  }
	.btn-primary-join{
		font-size: 12px;
	}
}

/* Blog Page */

section.blog-section h2.section-title {
  text-align: center;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.blog-section {
  padding: 60px 0px;
}
h3.blog-title {
  margin: 20px 0px;
  color: #07301f;
  font-weight: 500;
}

.blog-description {
  margin-top: 10px;
}
.blog-meta {
  color: #07301f !important;
}
.blog-image img {
  border-radius: 10px;
}
h2.prefix-section-title.tp-br {
  margin-top: 35px;
}

/* Events Page */

.services-section {
  padding: 65px 0;
  /*     background-image: url('https://algopagedev.com/work/drlgo.com/wp-content/uploads/2025/08/Background-for-website.jpg'); */
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.services-section .container {
  width: 100%;
  max-width: 1226px;
  margin: auto;
}

.service-card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  width: 31%;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.service-img img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  display: block;
  /* clip-path: polygon(0% 15%, 0 1%, 15% 0%, 64% 0, 65% 28%, 100% 28%, 100% 85%, 100% 100%, 82% 100%, 18% 100%, 18% 85%, 0% 85%); */
}

.service-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--primary);
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.service-number {
  position: absolute;
  bottom: -16px;
  left: 20px;
  font-size: 28px;
  font-weight: 800;
  color: #07301f;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  border: 2px solid var(--primary);
  font-family: "Roboto", sans-serif;
}

.service-content {
  padding: 40px 20px 20px;
  text-align: left;
}

.service-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #07301f;
}

.service-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.read-more {
  font-weight: 600;
  text-decoration: none;
  color: #002d4c;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: var(--primary);
}
.service-date {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

/* Donate Page */

/* Hero Section */
.donate-hero {
  text-align: center;
  padding: 60px 0;
  width: 70%;
  margin: 0 auto;
  color: #07301f;
}
/* .donate-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #22c55e1a;
} */
.donate-hero .container {
  position: relative;
  z-index: 1;
}
.hero-title {
  font-size: 2.8em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.btn.donate-btn {
  background-color: #28a745; /* green */
  color: #fff;
  font-size: 1.2em;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.btn.donate-btn:hover {
  background-color: #218838;
}
h4.hero-title {
  font-size: 26px;
}

/* Membership-section  */

.membership-section {
  background-color: #f8f8f8;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #07301f;
}

/* Chevron list styling */
.membership-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}

.membership-lists li {
  position: relative;
  padding-left: 18px; /* tight spacing */
  margin-bottom: 12px;
  font-size: 19px;
  color: #07301f;
  font-weight: 500;
  line-height: 2;
}

.membership-lists li::before {
  content: "\f054"; /* chevron-right icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  color: #007b5e;
  font-size: 13px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.membership-lists li:hover::before {
  transform: translateX(3px);
  color: #0a7c58;
}
.membership-container {
  max-width: 1050px;
  margin: 0 auto;
}
.membership-container p {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 2;
}
.how-to-join {
  margin-top: 40px;
}
ul.membership-lists a {
  color: #94bc97;
  font-size: 18px;
}
/* Table styling */

.membership-table {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.membership-table th {
  background-color: #07301f !important;
  color: #fff;
  font-weight: 600;
}

.membership-table td {
  vertical-align: middle;
  font-size: 15px;
}

.membership-table tr:nth-child(even) {
  background-color: #f3f6f5;
}

.membership-table tr:hover {
  background-color: #e7f3ef;
  transition: background-color 0.3s ease;
}

/* Tax-Benefit Section */
.tax-benefit {
  background-color: #22c55e1a;
  color: #000;
  padding: 40px 0;
}
.tax-benefit .section-heading {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 40px;
}
.tax-benefit p {
  font-size: 1.05em;
  max-width: 500px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}
/* .benefit-list {
  list-style: none;
  padding: 0;
  max-width: 380px;
  margin: 0 auto 30px auto;
} */
ul.benefit-list {
  max-width: 885px;
  margin: 0 auto;
  padding-left: unset;
}
.benefit-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
.benefit-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
}
.certificate {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.link-cert {
  display: inline-block;
  font-size: 1em;
  color: #007bff;
  text-decoration: none;
}
.link-cert:hover {
  text-decoration: underline;
}

.connect-with-us .section-heading {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 30px;
}
.connect-with-us p {
  font-size: 1.05em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.contact-item {
  flex: 1 1 280px;
  max-width: 320px;
  text-align: center;
}
.contact-item h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #28a745;
}
.contact-item p {
  font-size: 1em;
  line-height: 1.4;
}
.contact-item a {
  color: #007bff;
  text-decoration: none;
}
.contact-item a:hover {
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2em;
  }
  .btn.donate-btn {
    font-size: 1.1em;
    padding: 14px 28px;
  }
  .contact-info {
    flex-direction: column;
    gap: 20px;
  }
}
.flx-wrp {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-gallery {
  width: 100% !important;
  position: relative;
  padding: 30px 0 !important;
}

.carousel-gallery .swiper-slide {
  height: 220px !important;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}

.carousel-gallery .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-gallery .swiper-slide:hover .overlay {
  opacity: 1;
}

/* Career page */

.membership-image-container {
  display: flex;
  align-items: center; /* vertically center image */
  justify-content: center; /* horizontally center image */
  height: 100%; /* match height with text section */
}

.membership-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures image fills container neatly */
  border-radius: 12px; /* soft rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* subtle shadow */
  transition: transform 0.4s ease, box-shadow 0.4s ease; /* smooth effect */
}

.membership-image:hover {
  transform: scale(1.03); /* subtle zoom on hover */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .membership-image-container {
    margin-bottom: 2rem;
    height: auto; /* reset height on smaller screens */
  }

  .membership-image {
    height: auto;
  }
}
img.membership-image.img-fluid.rounded.shadow {
  max-width: 500px !important;
  height: 600px !important;
}

#rmp-container-274 {
  background-color: #000000 !important;
}
#rmp-menu-wrap-274 .rmp-menu-current-item .rmp-menu-item-link {
  background-color: #609c65 !important;
}
/* Responsive Css */

@media (max-width: 1024px) {
  .mainslider .carousel-caption h2 {
    font-size: 48px;
  }
  h5.animated.fadeInDown {
    font-size: 18px !important;
    line-height: 1.8;
  }
  a.btn.btn-primary.me-2 {
    padding: 12px;
    font-size: 10px !important;
  }
  .carousel-indicators {
    right: -65% !important;
  }
}
@media (max-width: 1024px) {
  .eco-main-image {
    object-fit: contain;
    width: 100%;
    margin-left: unset;
  }
  h2.eco-title.aos-init.aos-animate {
    margin-top: 20px;
  }

  .eco-feature-item p {
    line-height: 1.7;
  }
  .certificate-container {
    width: 100% !important;
    padding: 0 30px;
    margin: 0 auto;
  }
  label {
    width: 100%;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
  }
  #rmp-container-274 {
    height: 100vh !important;
  }
}
@media (max-width: 992px) {
		.certificate-cards-wrapper {
    flex-direction: column;
    text-align: center;
}
	.certificate-inner-section .logo-img-cert {
    width: 55%;
    margin-top: 10px;
}
  .site-header .container {
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
    padding: 0 40px;
  }
  nav.main-nav ul {
    display: none;
  }
  .tax-benefit {
    padding: 40px 40px;
  }
  nav.main-nav {
    display: none;
  }
  .logo {
    flex: 0 0 auto;
    text-align: start !important;
  }
  .header-inner {
    align-items: flex-start !important;
  }
  .footer-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 0px 18px !important;
    justify-content: center !important;
    gap: 20px 122px !important;
  }
  .footer-section.contact {
    width: 100%;
  }
  .footer-section.quick-links {
    width: 100%;
  }
  .footer-section h3 {
    font-size: 18px;
  }

  input.rmp-search-box {
    display: none !important;
  }
  div#rmp-menu-additional-content-274 {
    display: none !important;
  }
  .right-menu-wrap {
    margin-top: 11px;
  }
  .header-inner {
    justify-content: space-between !important;
  }
  #rmp_menu_trigger-274 {
    right: 18% !important;
  }
  /* 	Our Story  */

  .eco-container {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 60px;
    flex-direction: column !important;
  }
  .eco-reverse-container {
    flex-direction: column !important;
  }
  .eco-content.fade-right {
    margin-top: 20% !important;
  }
  .eco-section-two .eco-container {
    width: 100% !important;
    align-items: center !important;
  }
  .eco-section-two .eco-image {
    width: 100%;
    text-align: right;
  }
  .eco-section-two .eco-content {
    width: 100%;
  }
  .eco-section-three .eco-image {
    text-align: right;
    width: 100% !important;
  }
  /* Contribute */
  .hero-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .membership-container {
    max-width: 940px !important;
    margin: 0 auto;
  }
  img.cert-img {
    width: 398px !important;
  }
  /* 	.row.align-items-center.justify-content-center.mb-5.profile-card.hidden-left.in-view {
    margin-left: -13% !important;
} */
  p.lead1 {
    font-size: 1.2rem;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
	.certificate-cards-wrapper {
    flex-direction: column;
    text-align: center;
}
	.certificate-inner-section .logo-img-cert {
    width: 55%;
    margin-top: 10px;
}
	i.fa.fa-chevron-circle-down {
    display: none;
}
  .get-flex-box h4 {
    font-size: 18px;
  }
  h3.guardian-name {
    font-size: 14px;
  }
  p.guardian-role {
    font-size: 14px;
  }
  .mainslider .carousel-caption h2 {
    font-size: 28px;
  }
  .mainslider .carousel-indicators {
    width: fit-content;
    left: 55% !important;
  }
  .mainslider .carousel-caption {
    right: 0%;
    width: 70%;
  }
  div#home {
    height: 500px;
  }
  .get-flex {
    flex-direction: column-reverse;
  }
  .get-flex-right img {
    width: 100%;
    height: 300px;
  }
  .eco-about-container {
    flex-direction: column;
  }
  .eco-about-image-wrap {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .eco-about-content {
    width: 100%;
    max-width: 100%;
  }
  .eco-main-image {
    height: 365px;
  }
  a.btn.btn-primary.me-2 {
    width: fit-content;
  }
  section.eco-section {
    flex-direction: column !important;
  }
  section.eco-section.eco-section-two {
    flex-direction: column !important;
  }
  .prefix-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-content: center !important;
  }
  .prefix-column {
    width: 310px !important;
  }
  .guardians-grid {
    flex-direction: column;
    align-content: center;
  }
  .guardian-card {
    width: 100%;
  }
  .swiper-slide {
    width: 100% !important;
  }
  .flx-wrp {
    flex-direction: column;
  }
  .tax-benefit p {
    max-width: unset;
  }
  h2.prefix-section-title {
    text-align: left;
  }
  img.pay-img-crd {
    width: 100%;
  }
  .service-content h4 {
    font-size: 15px;
  }
  .service-content p {
    font-size: 10px;
  }
  .service-card {
    width: 60%;
  }
  .section-title {
    font-size: 22px;
  }
  .gallery-wrap {
    padding: 20px;
  }
  h2.prefix-section-title.tp-br {
    margin-top: 35px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
  .top-header-area {
    display: none !important;
  }
  header.site-header {
    top: 0px !important;
  }
  /* Our Story */
  .eco-content.fade-right {
    margin-top: 0% !important;
  }
  #rmp_menu_trigger-274 {
    right: 8% !important;
  }
  /* Why Choose us */
  .prefix-card-image img.prefix-img {
    width: 311px;
    height: 331px;
    object-fit: cover;
  }
  .membership-container {
    max-width: 677px !important;
    margin: 0 auto;
  }
  img.membership-image.img-fluid.rounded.shadow {
    max-width: 604px !important;
    height: 600px !important;
  }
  .container-sm,
  .container {
    max-width: 686px !important;
  }

  /* Event Page */
  .service-card {
    width: 100% !important;
  }
  .service-card-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .service-card:last-child {
    grid-column: span 2;
  }
  .service-content p {
    font-size: 13px;
  }
  .row.align-items-center.justify-content-center.mb-5.profile-card.hidden-left.in-view {
    margin-left: 0% !important;
  }
  .guardians-container {
    width: 86% !important;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 667px) {
  .prefix-column {
    width: 270px !important;
  }
  /* Our Story */
  .eco-description p {
    line-height: 24px;
  }
  .prefix-card-body {
    font-size: 14px;
    color: #333;
    line-height: 19px;
  }
  .membership-container {
    max-width: 592px !important;
    margin: 0 auto;
  }
  .certificate-inner-section h2 {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .container-sm,
  .container {
    max-width: 591px !important;
  }
  .service-card-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .service-card:last-child {
    grid-column: span 1;
  }

  .guardians-container {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 46px !important;
  }
}
@media (max-width: 568px) {
  .mainslider .carousel-caption h2 {
    font-size: 28px;
    line-height: 50px;
  }
  h5.animated.fadeInDown {
    font-size: 14px;
  }
  .mainslider .carousel-caption {
    width: 85%;
    left: 30px;
  }
  .get-in-inner-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .certificate-inner-section h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .eco-about-image-wrap {
    padding: 0;
  }
  img.cert-img {
    width: 100%;
  }
  .slider-media img {
    object-fit: cover;
    height: 600px;
    object-position: top;
  }
  img.cert-img {
    width: 83%;
  }
  .footer-container {
    grid-template-columns: 1fr !important;
  }
  .prefix-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-content: center !important;
  }
  .prefix-column {
    width: 100% !important;
  }
  .prefix-card-image img.prefix-img {
    width: 100%;
    height: 365px;
    object-fit: cover;
  }
  .prefix-card-title {
    font-size: 30px;
    margin: 11px 0px;
    color: #222;
  }
  .prefix-card-body {
    font-size: 16px;
    color: #333;
    line-height: 31px;
  }
  .membership-container {
    max-width: 497px !important;
    margin: 0 auto;
  }
  .container-sm,
  .container {
    max-width: 515px !important;
  }
  .gallery-section {
    padding: 20px 0;
  }
  .gallery-wrap {
    margin-top: 18px;
  }
  .gallery-item {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .prefix-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
  }
  .mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .slider-media img {
    object-fit: cover;
    height: 600px;
    object-position: right;
  }
  .certificate-inner-section p {
    font-size: 15px;
  }
  .eco-section-three {
    padding: 40px 10% !important;
  }
  .eco-section-two {
    padding: 58px 10% !important;
  }
  .eco-reverse-section {
    padding: 50px 10%;
  }
  .certificate-inner-section h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .membership-container {
    max-width: 411px !important;
    margin: 0 auto;
  }
  .membership-lists li {
    font-size: 17px;
  }
  .membership-container p {
    margin-bottom: 19px;
  }
  .container-sm,
  .container {
    max-width: 434px !important;
  }
  .gallery-section {
    padding: 20px 0;
  }
}
@media (max-width: 414px) {
  .get-in-inner-section.container {
    max-width: 100% !important;
  }
  .mainslider .carousel-caption h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .eco-feature-item p {
    text-align: justify;
  }
  .mainslider .carousel-caption {
    width: 100%;
    left: 15px;
  }
  .carousel-gallery .image {
    width: 101%;
    height: 102%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .eco-content h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }
  .eco-description p {
    line-height: 23px;
  }
  .eco-section {
    padding: 50px 10%;
  }
  .eco-reverse-container {
    gap: 36px !important;
  }
  .eco-reverse-content h2 {
    font-size: 27px !important;
    margin-bottom: 13px;
  }
  .eco-reverse-description p {
    font-size: 15px;
    line-height: 26px;
  }
  .eco-section-two {
    padding: 48px 10% !important;
  }
  .eco-section-two .eco-container {
    gap: 36px;
  }
  .prefix-card-body {
    font-size: 12px;
    color: #333;
    line-height: 28px;
  }
  .hero-title {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .membership-container {
    max-width: 343px !important;
    margin: 0 auto;
  }
  h2.section-title.text-center.mb-5 {
    margin-bottom: 28px !important;
  }
  .membership-container p {
    font-size: 16px;
    line-height: 2;
  }
  img.cert-img {
    width: 345px !important;
  }
  .certificate-inner-section h2 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  section.membership-section.py-5 {
    padding: 13px 0px !important;
  }
  .container-sm,
  .container {
    max-width: 4000px !important;
  }
  img.membership-image.img-fluid.rounded.shadow {
    max-width: 604px !important;
    height: 400px !important;
  }
  .section-title {
    font-size: 19px;
  }
  .gallery-section {
    padding: 10px;
  }
  .gallery-wrap {
    padding: 0px 4px;
  }
}
@media (max-width: 360px) {
  .logo img {
    height: 40px;
    left: -10px !important;
    margin-left: -16px;
  }
  #rmp_menu_trigger-274 {
    width: 44px !important;
    height: 40px !important;
  }
  #rmp_menu_trigger-274.is-active {
    background: #000000;
    margin-right: 20px !important;
  }
  .prefix-card-title {
    font-size: 23px;
    margin: -6px 0px;
  }
  .prefix-card-body {
    font-size: 14px;
    line-height: 24px;
  }
  h2.prefix-section-title.tp-br {
    margin-top: 0px;
    font-size: 19px;
  }
  .hero-title {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .membership-container {
    max-width: 318px !important;
    margin: 0 auto;
  }
  .certificate-inner-section h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  img.cert-img {
    width: 292px !important;
    height: 171px !important;
  }
  .footer {
    padding: 50px 0px 20px 0px;
  }
  .container-sm,
  .container {
    max-width: 339px !important;
  }
  .guardians-container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .guardian-image-container img {
    height: 381px !important;
  }
}

/*slider Code */
/* Slick gallery base styles */
.slick-gallery {
  padding: 40px 0;
}

.slick-slider .slick-slide {
  margin: 0 10px;
  overflow: hidden;
}

.slick-list {
  margin: 0 -10px;
}

/* Image wrapper */
.slick-slider .slick-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.slick-slider .slick-image-wrapper img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover zoom effect */
.slick-slider .slick-image-wrapper:hover img {
  transform: scale(1.05);
}

/* Hidden description overlay */
.slick-desc {
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #e6eeea;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  text-align: center;
}

/* Show description on hover */
.slick-slider .slick-image-wrapper:hover .slick-desc {
  opacity: 1;
  transform: translateY(0);
}
.mainslider .carousel-caption h2 {
  color: #fff !important;
}
h5.animated.fadeInDown {
  color: #fff !important;
}
h1.page-title {
  color: #fff;
}

/* Slider arrow */
.advisors-arrows {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  margin-top: 20px !important;
}

.advisors-prev,
.advisors-next {
  background: #222 !important;
  color: #fff !important;
  padding: 10px 18px !important;
  border-radius: 50% !important;
  font-size: 24px !important;
  transition: all 0.3s ease !important;
}

.advisors-prev:hover,
.advisors-next:hover {
  background: #444 !important;
}
.profile-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0px 20px;
}
.profile-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  padding: 40px 19px;
  border-left: 3px solid #07301f;
  border-radius: 20px;
  border-right: 3px solid #07301f;
  background: #0000000d;
}

/* LEFT IMAGE – RIGHT TEXT */
.profile-card.left-layout .profile-image {
  order: 1;
}
.profile-card.left-layout .profile-content {
  order: 2;
}

/* LEFT TEXT – RIGHT IMAGE */
.profile-card.right-layout .profile-content {
  order: 1;
}
.profile-card.right-layout .profile-image {
  order: 2;
}

.profile-image {
  flex: 0 0 250px;
  text-align: center;
}

.profile-photo {
  width: 233px;
  height: 237px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-content {
  flex: 1;
}

.profile-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.profile-desc {
  font-size: 16px;
  line-height: 30px;
}

.text-right {
  text-align: right;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.get-button-wrap a.btn-primary-join {
    width: 65%;
}
	img.leaf-btn {
    display: none;
}
	.get-in-inner-section.container img {
    width: 250px;
    margin: 0 auto;
}
  .profile-card {
    flex-direction: column;
    text-align: center;
  }

  .text-right {
    text-align: center !important;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.guardian-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.guardian-image-container {
  position: relative;
}

.guardian-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.guardian-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 10px;
  background: linear-gradient(#0000000f, rgb(0 0 0 / 89%));
  color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.guardian-role {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Event Section */

.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 5px;
  transition: 0.3s;
}

.gallery figure.gallery__thumb:hover {
  filter: grayscale(1);
}

@media (min-width: 768px) {

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
	
}

@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1440px) {
  .gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}

.gallery__link {
  overflow: hidden;
  height: 400px;
  max-height: 400px;
}

.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
  opacity: 1;
}

.gallery__thumb {
  position: relative;
  height: 100%;
}

.gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.gallery__image:hover {
  transform: scale(1.1);
}

.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: white;
  opacity: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: 0.3s;
}
.gallery__thumb {
  width: 100%;
  height: 250px; /* adjust if needed */
  overflow: hidden;
}

.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps perfect uniform size */
  display: block;
}
h1.hero-title.gallery-title {
  text-align: center;
  margin-top: 25px;
  color: #07301f;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 768px) {
  h1.hero-title.gallery-title {
    font-size: 24px;
  }
	.marquee-content li {
		font-size: 18px;
	}
}

