/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue&display=swap");

@font-face {
  font-family: 'blackmenfree';
  src: url('../fonts/Beckman-FREE.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Queenfont';
  src: url('../fonts/Queen-Rogette.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'timelinefont';
  src: url('../fonts/Timeless-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'TimesNewerRoman';
  src: url('../fonts/fonnts.com-TimesNewerRoman-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

.inner-heading-font {
  font-family: 'TimesNewerRoman', sans-serif;

}

:root {
  --white: #fff;
  --black: #000;
  --primary: #ff0000;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

.blackfreefont {
  font-family: 'blackmenfree', sans-serif;

}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #1e1e1e;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h1,
h2 {
  font-family: 'Queenfont', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
  font-size: 1.025rem;
  color: var(--white);
  /* text-transform: uppercase; */
  font-weight: 300;
  display: inline-block;
  padding: 1rem 2.1rem;
  line-height: normal;
  border-radius: 30px;
  letter-spacing: 1.7px;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

.search-btn {
  padding-right: 1.7rem;
  color: #000;
  font-size: 1.5rem;
}

.search-btn:hover {
  color: #0195aa;
}

.donate-btn {
  padding-top: 1.5rem;
}

.donate-btn .themeBtn:nth-child(2) {
  background: #0195aa;
}

/* NAV HEADER CSS */

header {
  padding: 6px 0.4rem 6px 2.4rem !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
  background: url(../images/header-bg.png) no-repeat;
  transition: all 0.3s ease;
  box-shadow: none;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #f7f9f8;
  transition: 0.3s ease-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  width: 83%;
  gap: 1.9rem;
  padding-left: 0rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 0 4px;
  display: inline-block;
  position: relative;
}

.navbar-nav .nav-link:hover {
  color: #0195aa !important
}

/* Active Tab Styling */
.navbar-nav .nav-link.active {
  color: #0195aa !important;
}

.navbar-nav .nav-item:has(.nav-link.active) {
  color: #0195aa;
}

.navbar-nav .nav-link.active::before {
  width: 100%;
}

.navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #0195aa;
  bottom: -5px;
  transition: 0.2s ease;
}

.navbar-nav .nav-link:hover:before {
  width: 100%;

}

.navbar-nav li::marker {
  padding-right: 1rem;
}

/* Hamburger lines */
.navbar-toggler .toggler-icon {
  display: inline-block;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.navbar-toggler .toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease;
}

.navbar-toggler:focus {
  outline: none !important;
}

/* Position the lines */
.navbar-toggler .toggler-icon span:nth-child(1) {
  top: 0;
}

.navbar-toggler .toggler-icon span:nth-child(2) {
  top: 9px;
}

.navbar-toggler .toggler-icon span:nth-child(3) {
  top: 18px;
}

/* Hamburger (menu closed) */
.navbar-toggler.collapsed .toggler-icon span:nth-child(1) {
  top: 0;
  transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler.collapsed .toggler-icon span:nth-child(3) {
  top: 18px;
  transform: rotate(0);
}

/* Close icon (menu open) */
.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .toggler-icon span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 100vh;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: end;
  /* height: 100%; */
  justify-content: center;
  top: -63% !important;
  left: 96% !important;
  position: relative;
  gap: 0.7rem;

}

.homeSlider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #505050;
  transition: 0.3s linear;
}

.homeSlider .swiper-pagination-bullet-active {
  color: #fff;
  background: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: anchor-center;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

.main-slider h3 {
  font-size: 2.6rem;
  color: white;
}

.main-slider h4 {
  font-size: 2.1rem;
  text-transform: capitalize;
  color: white;
}

.main-slider span {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.625rem 0;
  font-size: 1.3625rem;
}

.main-slider p {
  color: var(--white);
  font-weight: 300;
  line-height: 1.4;
  margin: 0.625rem 0;
  font-size: 1.2rem;
}

.main-slider .themeBtn {
  margin-top: 0.9rem;
}

/* slide-social-icon */
.header_links {
  position: relative;
  z-index: 11;
  top: 34%;
  left: 1%;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.header_links li {
  writing-mode: sideways-lr;
  color: #fff;
  font-size: 18px;

  margin: 0 5px 16px 12px;
  font-weight: 300;
}

ul.header_links li a {
  color: #fff;
  font-size: 16px;

  padding: 0.5rem;
  background-color: transparent;
  transition: all 0.5s ease;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  border: 2px solid transparent;

}

ul.header_links li a:hover {
  color: #fff;
  display: grid;
  place-items: center;
  border-image: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
  border-image-slice: 1;


  transition: all 0.3s ease;
}

ul.header_links li {
  line-height: 1;
  margin-bottom: 20px;
}

.main-slider .sec-btn {
  background: transparent;
  border: 1px solid #fff;
  margin-left: 1.5rem;
}

.main-slider .sec-btn:hover {
  border-color: transparent;
  background: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
}



/* Drop-Down Css End  */
.about-section {
  background: #f7f9f8
}

.about-section .about-content {
  padding-left: 2.9rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* justify-content: space-around; */
  justify-content: center;
}

.about-section .about-content span {
  font-size: 1.5rem;
}

.about-section .about-content h2 {
  font-size: 4.7rem;
  color: #52392f;
}

.about-section .about-content .sign-plus {
  position: absolute;
  right: -39%;
  top: 51%;
  z-index: -1;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px 15px 0px;

}

.call-us-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
  font-size: 16px;
  padding-left: 1rem;
}

@keyframes call-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(1 149 170 / 32%);
  }

  100% {
    box-shadow: 0 0 0 9px rgb(1 149 170 / 12%);
  }
}

.call-icon {
  background: #0195aa;
  color: var(--black);
  border-radius: 50%;
  font-size: 18px;
  margin-right: 17px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  animation: call-animation 2s infinite;

}

.call-icon figure img {
  width: 25px;
  height: auto;
}

.call-text {
  display: flex;
  flex-direction: column;
  color: var(--black);
  font-size: 20px;
}

.call-text span:first-child {
  font-size: 18px;
  color: #0195aa;
}

.call-text span:last-child {
  font-weight: bold;
  font-size: 20px;
}


.section-program .swiper-slide:nth-child(even) {
  margin-top: 70px
}

.section-program .img-sec {
  display: flex;
  justify-content: center;
}

/* section-program */

.section-program {
  background: url(../images/programs-banner.png) no-repeat;
  position: relative;
}

.section-program h2 {
  text-align: center;
  font-size: 4.7rem;
  color: white;
}

.section-program .head-plus-para p {
  text-align: center;
  color: white
}



.inner-about h2 {
  font-size: 3rem !important;
}

.program-box .content {
  padding: 11px 4px;
}

.program-box .content h3 {
  font-size: 1.9rem;
  color: #fff;
}

.arrow-btn span {
  margin-left: 16px;
  font-size: 11px;
  width: 30px !important;
  height: 30px;
  background: hsl(0deg 0% 0% / 44%);
  border-radius: 50%;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-btn {
  display: flex;
  align-items: center;
  color: white;
  transition: 0.5s ease-in;
}

.arrow-btn:hover {
  color: #dfdada;
}

.program-box .content p {
  color: #dfdada;
  padding-bottom: 0.5rem;
}

.section-program .programSlider .swiper-slide {
  padding: 1.5rem;
}

.section-program .themeBtn {
  background: #0195aa;
}


.section-program .shap-line {
  position: absolute;
  bottom: -114px;
  z-index: 1;
}


/* donate-section */
.donate-section {
  background: #f7f9f8;
  padding: 11rem 0;
}

.donate-section .donate-box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.donate-box {
  padding: 0 2.7rem;
}

.donate-section .donate-box .content h3 {
  font-size: 1.7rem;
  color: #52392f;
  padding: 1rem 0 0.4rem;
}

.donate-section .donate-box .content .themeBtn {
  background: #0195aa;
  margin-top: 1rem;
}



/* section-gallery */
.section-gallery {
  background: #f7f9f8;
  margin-top: 6rem;
}

.section-gallery .gallerySlider {
  padding: 0 13rem;
  margin-top: 6rem;
  z-index: 39;
}

.gallery-before-img {
  position: absolute;
  top: 0;
  z-index: 0;
}

.section-gallery h2 {
  font-size: 8rem;
  position: absolute;
  top: -10%;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  z-index: 1;
  letter-spacing: 8px;
  color: #52392f;
}

.section-gallery h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 0;
  color: #52392f;
  font-family: 'timelinefont', sans-serif;
  position: relative;
  z-index: 1;
}

.gallery-btn {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-btn .sec-btn {
  background: transparent;
  border: 1px solid #52392f;
  color: var(--black);
  font-weight: 500;
}

/* section-blog */
.blog-box {
  position: relative;
}
.section-blog p{
padding-bottom: 3rem;
}
.section-blog h2 {
    font-size: 4.7rem;
    text-align: center;
    padding-bottom: -0.1rem;
    color: #52392f;

}

.blog-box .blog-img {
  position: relative;
}

.blog-box .blog-img span {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
  z-index: 16;
  left: 23px;
  bottom: -16px;
  display: grid;
  place-items: center;
  color: white;
  text-align: center;
}

.blog-box .blog-img img {
  width: 100%;
}

.blog-box .content {
  position: relative;
  padding: 32px 20px;
  background: white;
  border-radius: 20px;
}

.blog-box .content figure img {
  width: 30px !important;
}

.blog-box .content p {
  padding: 10px 0;
}


.section-blog {
  background: #f7f9f8;
}

.section-blog .themeBtn {
  background: #0195aa;
}

section.section-blog {
  padding-bottom: 0;
}

/* contact-form */
.page-id-12 .contact-sec {
  
    padding-bottom: 1100px !important;
}
.contact-sec {
  padding: 0rem 0 17rem;
  background: url(../images/contact-section-bg.png) no-repeat #f7f9f89e;
  height: 830px;
  margin-bottom: -11rem;
  z-index: 0;
  position: relative;
  background-size: cover;
}



.contact-sec .sec-heading {
  padding: 3rem 0 0;
}

.contact-sec .themeBtn {
  background: #0195aa;
}

.contact-form {
  position: relative;
  z-index: 4;
}

section.contact-sec .mainHead {
  text-align: center;
  margin-bottom: 0.875rem;
  font-size: 4.8rem;
  color: #52392f;
}

form.contact-form .form-control {
  height: 3rem;
  outline: unset;
  box-shadow: unset;
  background-color: #ffffff;
  border: unset;
  border-radius: 15px;
  color: #100f0f !important;
  border: 1px solid #e7e2e2;
  box-shadow: 5px 1px 9px #c1c0c0;
}

form.contact-form .form-control::placeholder {
  color: #242424dc;
}

form.contact-form textarea.form-control {
  height: 180px;
}
form.contact-form .text-msg {
    height: 111px !important;
}
form.contact-form button {
  border: unset;
  text-align: center;
  /*width: 240px;*/
  margin: auto;
  display: block;
  margin-top: 1.75rem;
  padding: 0.8rem 3.1rem;
}


/* inner-pages */
.inner-bg-color {
  background: #f7f9f8;
}

.inner-padding-right {
  padding-right: 4rem;
}

.about-banner {
  background-image: url(../images/about-banner.png);
}

.programs-inner-banner {
  background-image: url(../images/programs-inner-banner.png);
}

.gallery-banner {
  background-image: url(../images/gallery-banner.jpg);
}

.mission-vision-banner {
  background-image: url(../images/mission-vision-banner.jpg);
}

.mission-trips-banner {
  background-image: url(../images/mission-trips-banner.jpg);
}

.impact-banner {
  background-image: url(../images/impact-banner.png);
}

.blog-banner {
  background-image: url(../images/blog-banner.png);
}
.ways-give-banner{
    background-image: url(../images/contact-us-banner.png);
}
.contact-us-banner {
  background-image: url(../images/update-contact-banner.jpg);
  background-position: unset !important;
}

.blog-inner .blog-box .blog-img img {
  width: auto;
}

.blog-inner .blog-box .content {
  background: unset;
}

.section-4 .themeBtn {
  background: #0195aa;
}

.inner-banner {
  background-size: cover;
  background-position: center;
  padding: 15rem 0;
}

.inner-banner-content h1 {
  font-size: 78px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
}



.youtub-link {
  position: relative;
}

.youtub-link .control-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;


}

.youtub-link .control-btn a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: red;
  display: grid;
  place-items: center;
  animation: pulse-animation 2s infinite;
  backdrop-filter: blur(6px);
  overflow: hidden;
  background-position: center;

}

.youtub-link .control-btn a i {
  font-size: 2rem;
  color: white;
}



@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(238, 203, 189, 0.9);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(230, 42, 42, 0.1);
  }
}
.section-choose{
      z-index: 1;
}
.section-choose .content h2 {
    z-index: 1;
font-size: 4rem;
    color: #52392f;
    position: relative;
}
.section-choose .content {
  padding-right: 3.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;

}

.inner-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.inner-section-content span {
  font-size: 8.8rem;
  color: #f3f0c5;
  font-weight: 500;
  line-height: 1;
}

.inner-section-content h2 {
  font-size: 3.4rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.section-inner-1 .change-style{
      padding-left: 2.3rem;
}
.section-inner-1 .change-style h2{
 color: #52392f;
      font-family: 'Queenfont', sans-serif;
}
.section-inner-1 .change-style ul {
      padding-left: 2rem;
}
.section-inner-1 .change-style ul li::marker{
  color: #52392f;
}
.section-inner-2 {
  background: #0195aa;
  position: relative;
}

.section-inner-2:before {
  background: #000;
  position: absolute;
  content: "";
  width: 23%;
  height: 100%;
  left: 0;
  top: 0;
}

.ul-inner {
  list-style: disc;
  padding-left: 4rem;
  line-height: 2.3;
  font-size: 1.2rem;
  padding-top: 1.6rem;
}

.h2-inner {
  font-size: 3.2rem !important;
}


.color-span {
  color: #191e1c4f !important;
}

.section-inner-2 h2 {
  font-size: 3.2rem;
}

/* * contact-page */
.address-tab {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;

}

.address-tab a {
  color: var(--black)
}

.address-tab p {
  font-size: 22px;
  padding: 10px 0;
  color: var(--black);
  text-transform: capitalize;
}

.address-tab .tel-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
}

.address-tab .loc-tab {
  background: #000;
}

.tel-icon i {
  font-size: 3rem;
  color: #fff;
}

.contact-map-sec iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0;
}

.location-img {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.location-box {
  padding: 0;
  margin: 0;
  border: 7px solid #ffffff;
  border-radius: 17px;

}


/* footer */
footer {
  background-image: url(../images/footer-bg.png);
  background-size: cover;

  padding: 15rem 0 30px;
  background-repeat: no-repeat;
  position: relative;
}

.footerLogo img {
  filter: brightness(1.6);
}

.contact-before {
  position: absolute;
  top: -19%;
  right: 24%;
}

.footer-menu {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #5d5c5c;
  margin: 1.6rem 0 0;
  /* list-style: disc; */
  flex-wrap: wrap;
}

.footer-menu li::marker {
  color: white;
}

.footer-menu li:nth-child(1) {
  list-style: none;
}

.footer-menu li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 2px;
  transition: all 0.4s;
  text-transform: capitalize;
  padding-left: 1rem;
}

.footer-menu li a:hover {
  color: var(--white);
}

.copyright-content {
  background: #f7f9f8;
  padding: 1.4rem 9rem;
  display: flex;
  justify-content: space-between;
}

.copyright-content ul {
  display: flex;
  gap: 2rem;

}

.copyright-content ul li a {
  color: #000;
}

.copyright-content p {
  font-size: 18px;
  color: #0c0c0c !important;
  text-align: center;

}

.copyright-content p span {
  font-weight: 700;
}

.footer-social-links {
  display: flex;
  /* justify-content: center; */
  gap: 1rem;
  margin-top: 1rem;
}

.footer-social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

.footer-social-links li a i:hover {
  background: linear-gradient(151deg, rgba(128, 80, 37, 1) 5%, rgba(205, 170, 72, 1) 69%);
  border-color: transparent;
  border: none;
}

.brand-footer {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding-right: 3rem;
}

.quickList h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fdfdfd;
  margin-bottom: 1rem;
}

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

.calFoter li {
  display: flex;
  gap: 0.5rem;
}

.calFoter li:first-child {
  width: 100%;
}

.calFoter li a,
.calFoter li span {
  font-size: 18px;
  color: #fdfdfd;
  transition: all 0.4s;
}

.calFoter li a:hover,
.calFoter li span:hover {
  color: var(--white);
}

.calFoter li i {
  color: #fdfdfd;
  margin-top: 6px;
}

.map-location iframe {
  border-radius: 20px;
}

/* ------- */
.impact-section {
  /* background: #f7f9f8; */
  padding-bottom: 10rem;
}

.impact-section h2 {
  font-size: 4.7rem;
  text-align: center;
  position: relative;
  color: white;
}

.new-sec-imp h2 {
  font-size: 4.7rem;
  text-align: center;
  position: relative;
  color: #52392f;
}

.new-sec-imp .impact-subtitle {
  font-size: 1.1rem;
  color: #000;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.ul-page {
  list-style: disc;
  padding: 1rem 2rem;

}

.ul-page li {
  padding: 0.5rem 0;
}

.ul-page li::marker {
  color: #cdaa48;
}

.section-choose .partner-box {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem
}

.head-three {
  padding-top: 1rem;
}

/* .impact-title {
            font-size: 2.3rem;
            font-weight: 700;
            color: #333;
        } */

.impact-subtitle {
  font-size: 1.1rem;
  color: white;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.impact-card {
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #e6e6e6;
  display: block;
}

.impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.impact-emoji {
  font-size: 2.3rem;
}

.impact-number {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #1d4e89;

}

.impact-text {
  color: w;
}


.impact-footer-text {
  color: #fff;
  font-style: italic;
}

.pag-ul li {
  padding: 0.4rem;
  font-size: 2rem;
}

.pag-ul li img {
  padding-right: 0.5rem;
  width: 40px;
}

.pag-ul h4 {
  padding: 0.7rem 2.9rem;
}

.served-img {
  position: relative;
  width: 100%;
  max-width: 800px;
  /* adjust as needed */
  margin: auto;
}

.served-img img {
  display: block;
}

.served-img .ser-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  animation: float 2s infinite ease-in-out, shine 2s infinite alternate;
}

/* Floating animation (optional, keeps the pin slightly moving) */
/* @keyframes float {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-10px); }
} */

/* Shining / glow animation */
@keyframes shine {
  0% {
    filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0.5));
  }

  50% {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
  }

  100% {
    filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0.5));
  }
}

/* Example positions on the map */
.served-img .icon1 {
  top: 20%;
  left: 15%;
  width: 30px;
}

.served-img .icon2 {
  top: 7%;
  left: 35%;
  width: 30px;
}

.served-img .icon3 {
  top: 49%;
  left: 20%;
  width: 30px;
}

.served-img .icon4 {
  top: 18%;
  left: 54%;
  width: 30px;
}

.served-img .icon5 {
  top: 80%;
  left: 29%;
  width: 30px;
}

.served-img .icon6 {
  top: 33%;
  left: 61%;
  width: 30px;
 
}

/* Simple floating animation */
/* @keyframes float {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-10px); }
} */