@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: var(--f1);
}

body {
    overflow-x: hidden;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

.spacing {
  padding: 100px 0;
}
.News-letter-email .email input.form-control:focus {
    box-shadow: none;
}
:root {
  --c1: #000;
  /* Black */
  --c2: #fff;
  /* White */
  --c3: #2B5336;
  /* Red */
  --c4: #358243;
  /* Background Color */
  --c5: #7D8E95;
  /* Background Color */
  --c6: #5F88B0;
  --c7: #7D8E95;
  --c8: #FFBC99;
  --f1: 'Plus Jakarta Sans';
  --f2: 'Playfair Display';
  --c10: #FFECD9;
  --c11:#344649;
  --c12:#9EB3A5;
  --c13:#1B2426;
  
}
.about-main-img.about-video {
    padding: 60px 0;
}
.img-1 iframe {
    display: table !important;
    height: 358px;
}
::selection {
  background: var(--c5);
}

/* inner-wrapper */

.inner-header {
    height: 450px;
    background-position: center !important;
    background-attachment: fixed !important;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 150px;
}
.header-nav-bar nav>ul>li>ul {
    position: absolute;
    flex-direction: column;
    top: 166px;
    width: 150px;
    transition: .5s;
    z-index: 9999;
    background: var(--c1);
    box-shadow: 0px 0px 5px 0px var(--c1);
    padding: 20px 20px;
    gap: 12px;
    transform-origin: top;
    transform: scaleY(0);
}

.header-nav-bar nav ul>li:hover ul {
    transform: scaleY(1);
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}

.inner-header .container {
  position: relative;
}

.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */
/* Header-Start */
header.header {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.header-socials {
  display: flex;
  gap: 40px;
}
.phone a:hover {
    color: var(--c6);
}

.phone span i:hover {
    color: var(--c2);
}
.phone span i {
  font-size: 20px;
  transform: rotate(-42deg);
  color: var(--c8);
  transition: .5s;
  cursor: pointer;
}

.phone a {
  font-size: 14px;
  color: var(--c2);
  transition: .5s;
}
.header-btn.story-btn-1 {
    justify-content: center;
}
.phone.email span i {
  transform: perspective(10px);
}

.socials-icon {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.top-title p {
    font-style: italic;
}
.insta {
  width: 30px;
  height: 30px;
  border: 1px solid var(--c2);
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 66%;
  transition: .5s;
  cursor: pointer;
}

.insta i {
  font-size: 14px;
  transition: .5s;
}

.header-nav-bar nav ul {
  display: flex;
  gap: 37px;
  justify-content: center;
}

.insta a {
  color: var(--c2);
}

.header-nav-bar nav ul li a {
  color: var(--c2);
  position: relative;
  transition: .5s;
  position: relative;
}

.header-bottom {
  padding-top: 10px;
}

.top-header {
  border-bottom: 2px solid #5f5f5f;
  padding: 20px 0;
}

.header-btn a {
  background: var(--c4);
  padding: 12px 26px;
  border-radius: 50px;
  color: var(--c2);
  font-size: 16px;
  position: relative;
  transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.header-btn a:hover::before, .header-btn button:hover::before {
    transform: translateX(0);
}

.header-btn a::before, .header-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0px;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 61px solid vaR(--c2) !important;
    transform: translateX(-100%);
    transition: transform 0.6s ease-in-out;
    z-index: -1;
    height: 100%;
    border-top: 0;
}
.web-title h2 {
  font-size: 48px;
  font-weight: 500;
  color: var(--c1);
  line-height: 1;
  font-family: var(--f2);
}
.img-1 {
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
}
.service-con:hover {
    backdrop-filter: blur(9px);
}
.History-img:hover img {
    transform: scale(1.1);
}.service-btn a:hover i {transform: rotate(-35deg);}

.service-btn a:hover {
    color: var(--c3);
}
.service-btn a:hover i {transform: rotate(-35deg);}

.service-btn a:hover {
    color: var(--c4);
}
.History-img {
    overflow: hidden;
    border-radius: 0px 25px 25px 0px;
    width: 115%;
    margin-left: -140px;
}
.img-2 {
    border-radius: 25px;
    overflow: hidden;
}

.img-2:hover img {transform: scale(1.1);}

.img-2 img {
    transition: .5s;
    cursor: pointer;
}
.img-1:hover img {
    transform: scale(1.1);
}
.insta:hover a i {
    color: var(--c1);
}

.insta:hover {
    background: var(--c2);
}

.web-title h2 span {
  font-family: var(--f1);
  color: var(--c4);
}

.header-btn {
  text-align: end;
}

/* Banner-Start */

section.main-home {
  position: relative;
  z-index: -0;
}

.banner:before {
  position: absolute;
  content: '';
  background-blend-mode: overlay;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-main {
  position: relative;
  display: flex;
  justify-content: center;
}
.about-content ul li {
    color: var(--c1);
    list-style: disc;
    padding-bottom: 10px;
}

.about-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.video-icon {
  position: absolute;
  top: 30px;
  left: 20px;
}
.header-btn.banner-btn {
    text-align: start;
    display: flex;
    gap: 20px;
    justify-content: start;
}

.video-img img {
  width: 450px;
  height: 150px;
  object-fit: cover;
  border-radius: 80px;
  object-position: top;
  border: 6px solid var(--c2);
}

.video-icon a {
  width: 90px;
  height: 90px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  background: var(--c2);
  font-size: 36px;
  color: var(--c1);
  box-shadow: -1px 4px 24px var(--c1);
      animation: pulse 2s infinite;

}
.form-socials .phone span:hover {
    background: var(--c1);
    border-color: var(--c1);
}
.banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 190px 0px 0px;
}

.top-title span {
  color: var(--c2);
  border: 3px solid var(--c5);
  padding: 5px 10px;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: table;
}

.banner-inner-content h1 {
  font-size: 54px;
  color: var(--c2);
  font-family: Playfair Display;
  margin-bottom: 20px;
}

.banner-inner-content p {
  color: var(--c2);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-nav-bar.header-inner-nav nav ul {
  justify-content: start;
  gap: 40px;
}

.banner-inner-img span img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 30px;
}

.banner-inner-img {
  display: flex;
}

.banner-inner-img span {
  margin: 0 -3px;
}

.banner-inner-img p {
  color: var(--c2);
  font-size: 15px;
}

.para {
  padding-left: 40px;
}

.inner-banner-div {
  border-top: 2px solid #5f5f5f;
  padding-top: 30px;
  margin-top: 50px;
}

.banner {
  height: 960px;
  position: relative;
  z-index: 1;
}

.banner-img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.banner-inner-content h1 sp {
    font-family: 'Playfair Display';
    display: block;
}
.header-btn.banner-btn a {
  padding: 15px 30px;
  background: var(--c6);
}
.banner-inner-content {
    width: 90%;
}
.header-btn a {
    background: var(--c6);
}
.header-btn a:hover {
    color: var(--c1);
}
/* about-sec */
.img-1 img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: .5s;
}

.img-2 {
  width: 423px;
  height: 322px;
  object-fit: cover;
  border-radius: 20px;
  border: 5px solid var(--c2);
  position: absolute;
  bottom: -53px;
  right: -80px;
  transition: .5s;
}

.about-main-img {
  position: relative;
}

.about-content .top-title span {
  color: var(--c7);
  margin-bottom: 20px;
}

.about-content {
  color: var(--c2);
}

.about-content h2 {
  font-family: var(--f2);
  font-size: 46px;
  margin-bottom: 20px;
  color: var(--c1);
}

.about-content p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
  color: var(--c1);
}
/* section-marquee */

.marquee-slider .marquee {
    overflow: hidden !important;
    position: relative;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 70px;
}

.marquee-slider .marquee--inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 20s linear infinite;
    display: flex;
}

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

.marquee-slider .marquee span {
    color: var(--c1);
    font-weight: 1000;
    transition: all 0.7s;
    font-size: 72px;
    text-transform: uppercase;
    word-spacing: 8px;
}

.marquee-slider .slider-right-left {
    transition: all 0.7s;
}

.marquee--inner span div span {
    font-family: var(--fblack);
}

.marquee-slider .slider-right-left:hover .marquee span {
    color: #fff;
}

.marquee-slider .slider-right-left:hover {
    background: #111;
}

.marquee-slider .slider-right-left .marquee--inner {
    animation: marquee-right 20s linear infinite;
}

.marquee-slider .slider-right-left .marquee--inner:hover {
    animation-play-state: paused;
    color: red;
}

.marquee-slider {
    position: relative;
}

.marquee--inner>span div span {
    position: relative;
}

.marquee-slider .slider-right-left:hover .marquee--inner>span div span:after {
    background-color: var(--c3);
}

.marquee-slider .slider-right-left .marquee--inner>span div span:after {
    transition: all 0.7s;
}

.slider-right-left .marquee--inner>span div span:after {
    background-color: #000;
}

.marquee-slider .marquee span {
    margin: 0 35px;
}

@keyframes marquee-right {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

/* Service-sec */
section.Service-Sec {
  background-image: url(http://localhost/Elderberry_Wisdom_Farm/wp-content/uploads/2026/01/service-back_compressed.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}

section.Service-Sec:before {
  position: absolute;
  content: '';
  background-blend-mode: overlay;
  background: #000000b0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.service-con {
  backdrop-filter: blur(3px);
  background: rgb(255 255 255 / 21%);
  padding: 50px 30px;
  border-radius: 25px;
  color: var(--c2);
  border: 2px solid #ffffff42;
  transition: .5s;
  cursor: pointer;
  height: 100%;
}

.service-con h6 {
  font-family: var(--f1);
  font-size: 26px;
  margin-bottom: 20px;
}

.service-con p {
  font-size: 17px;
}

.service-btn a {
  color: var(--c2);
  font-family: var(--f1);
  transition: .5s;
}

.service-btn a i {
  padding-left: 8px;
  transition: .5s;
}
.service-hed h2 {
    color: var(--c2);
    margin-bottom: 60px;
}
.service-hed .top-title span {
    color: var(--c2);
}
.service-hed p {
    color: var(--c2);
}
.service-hed {
    padding: 0;
}
.history-sec-1 {
    position: relative;
    margin-bottom: 160px;
}
.History-sec .history-sec-1:nth-child(even) .History-img {
    left: unset;
    right: 0;
}
.History-img img {
    transition: .5s;
}
a.buy-anc {
    background: none !important;
    border: 2px solid var(--c3);
    color: var(--c3);
}
.history-img-1 {
    border-radius: 25px 0px 0px 25px;
}
.history-sec-1:last-child {
    margin: 0;
}

/* Discover-sec */
section.discover-sec {
  background-image: url(http://localhost/Elderberry_Wisdom_Farm/wp-content/uploads/2026/01/story-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}

section.discover-sec:before {
  position: absolute;
  content: '';
  background-blend-mode: overlay;
  background-color: #000000b8;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
}

section.discover-sec.spacing .story-con {
  color: var(--c2);
}

section.discover-sec .story-btn a {
  background: var(--c4);
  color: var(--c2);
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .5s;
}
.header-btn.story-btn-1 {
    text-align: center;
}


/* Get-in-touch */
section.Get-in-touch-sec {
  background-image: url(http://localhost/Elderberry_Wisdom_Farm/wp-content/uploads/2026/01/contact-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}

section.Get-in-touch-sec:before {
  position: absolute;
  content: '';
  background-blend-mode: overlay;
  background-color: #00000094;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.about-inner {
    padding: 100px 0 !important;
}
.get-touch-con span {
  border: 2px solid #7D8E95;
  font-family: var(--f1);
  font-size: 14px;
  color: var(--c2);
  padding: 6px 10px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 500;
}
section.discover-sec .story-btn a:hover {
    color: var(--c1);
}
.get-touch-con h2 {
  font-size: 48px;
  font-family: var(--f2);
  color: var(--c2);
  margin-top: 20px;
  margin-bottom: 50px;
}

.form-sec {
  backdrop-filter: blur(3px);
  background: rgb(255 255 255 / 21%);
  padding: 70px 50px;
  border: 2px solid #ffffff6b;
  border-radius: 20px;
}

.input-type label {
  font-size: 19px;
  margin-bottom: 10px;
  color: var(--c2);
}

.form-sec .input-type input.form-control {
  background: no-repeat;
  border: 0;
  border-bottom: 2px solid #ffffff4a;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 15px 0;
  color: var(--c2);
}

.form-sec .input-type textarea.form-control {
  background: none;
  border: 0;
  border-bottom: 2px solid #ffffff4a;
  border-radius: 0;
  margin-bottom: 30px;
  height: 150px;
  padding: 14px 10px;
  color: var(--c2);
}

.form-sec .input-type button.form-control {
  background: var(--c8);
  border: 0;
  padding: 13px 0;
  border-radius: 40px;
  color: var(--c1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .5s;
}

section.Get-in-touch-sec .story-con h4,
p {
  color: var(--c2);
  font-size: 16px;
}

.form-socials {
  flex-direction: column;
}


.form-socials .phone span {
  border: 2px solid var(--c8);
  width: 70px;
  height: 70px;
  border-radius: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  cursor: pointer;
}

.form-socials .phone {
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-socials .phone i {
  font-size: 30px;
}

.form-socials .phone a {
  font-size: 19px;
}

.form-sec .input-type input.form-control::placeholder {
  color: var(--c2);
}

.form-sec .input-type textarea.form-control::placeholder {
  color: var(--c2);
}

.socials-icon.form-socials-icon {
  justify-content: start;
  margin-top: 20px;
}

.main-form-con {
  padding-left: 50px;
}

/* Newsletter */
section.News-letter-sec {
  background: var(--c11);
  padding: 50px 0;
}

.News-letter-con h6 {
  font-size: 48px;
  font-family: var(--f2);
  color: var(--c2);
}

.News-letter-email .email {
  position: relative;
}

.News-letter-email .email input.form-control {
  background: no-repeat;
  border: 0;
  border-bottom: 2px solid var(--c2);
  border-radius: 0;
  color: var(--c2);
}

.News-letter-email .email input.form-control::placeholder {
  color: var(--c2);
}

.News-letter-email .email button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 37px;
  color: var(--c2);
  background: none;
  border: 0;
}
.story-con p {
  font-size: 18px;
  margin-bottom: 30px;
}
.story-con h4 {
  font-size: 48px;
  font-family: var(--f2);
  font-weight: 500;
  margin-bottom: 30px;
}
section.Get-in-touch-sec .story-con h4 {
  font-size: 35px;
}
/* Experience-sec */
section.Experience-sec {
    background: var(--c6);
}

section.Experience-sec .about-content p {
    color: var(--c2);
}

.about-content h4 {
    font-size: 28px;
    font-family: var(--f2);
    margin-bottom: 20px;
}

section.Experience-sec .about-content {border-left: 1px solid;}
span.counter {
    font-size: 56px;
}

section.Experience-sec .about-content span {
    font-size: 48px;
}


/* test-sec */

section.Testimonila-sec {
    background: var(--c3);
    position: relative;
}
.testimonial-card {
  background: var(--c12);
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  transition: .5s;
  cursor: pointer;
}

/* paragraph ke baad border */
.testimonial-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #2f2f2f;
  transition: .5s;
}
.stars i {
    color: var(--c3);
    transition: .5s;
}
.stars {
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
}

.stars img {
  width: 16px;
  height: 16px;
}

.testimonial-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-img img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.author-name {
  font-size: 23px;
  font-weight: 500;
}

.testimonial-card:hover {
    background: var(--c6);
    color: var(--c2);
}

.testimonial-card:hover p {
    color: var(--c2);
}

.testimonial-card:hover .stars i {
    color: var(--c12);
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px; /* adjust size as needed */
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(260%);
    border: 1px solid;
    border-radius: 65%;
    color: var(--c2);
}

.swiper-button-next {
    right: -70px !important;
    top: 50% !important;
    position: absolute !important;
    transform: translateY(-40%); 
}

.swiper-button-prev {
    left: -70px !important;
    top: 50% !important;
    position: absolute !important;
    transform: translateY(-40%);
}

/* hide default Swiper arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.slider-swiper {
    position: relative;
}

.swiper-button-next svg {
    display: none; /* hides the default arrow pseudo-elements */
}

.swiper-button-prev svg {
    display: none; /* hides the default arrow pseudo-elements */
}
/* service-sec */
.service-hed.blogs-hed h2 {
    color: var(--c1);
}
.blog-content p {
    color: var(--c1);
}

.blog-content {
    margin-top: 20px;
}
.blog-content h4 {
    padding-bottom: 10px;
}
.blog-img {
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.blog-img img {
    border-radius: 20px;
    transition: .5s;
}
/* Footer-sart */
footer.man-footer {
    background: var(--c13);
}

.socials-icon.footer-socials-icon {
    justify-content: start;
}
.blog-img img:hover {
    transform: scale(1.1);
}
.quick-links h6 {
    color: var(--c2);
    font-size: 24px;
}

.quick-links ul li a {
    color: var(--c2);
    position: relative;
    padding-top: 20px;
    transition: .5s;
}

.quick-links {
    padding-left: 30px;
}

.footer-logo {
    padding-right: 80px;
}
.main-footer-link {
    display: flex;
}

.footer-bottom {
    border-top: 1px solid #d9d9d940;
    padding-top: 30px;
    margin-top: 30px;
}

footer.main-footer {
    padding-bottom: 0px;
    padding-top: 60px;
}

.terms-link .header-nav-bar ul li {
    position: relative;
}
.header-btn.sign-up-btn a:hover {
}
.terms-link .header-nav-bar ul li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 22px;
    background: var(--c2);
    right: -10px;
}

.terms-link .header-nav-bar ul li:last-child::before {
    content: unset;
}
.about-content span {
    color: var(--c1);
}
.terms-link .header-nav-bar ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.terms-link .header-nav-bar ul li a {
    font-size: 16px;
    color: var(--c2);
}
footer.man-footer {
    padding-bottom: 0px;
}
section.Experience-sec .about-content span {
    color: var(--c2);
}
.header-nav-bar nav ul li a:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background: var(--c2);
    bottom: 0;
    right: 0;
    transition: .5s;
}

.header-nav-bar nav ul li a:hover::before {
    right: unset;
    width: 100%;
    left: 0;
}
.form-sec .input-type button.form-control:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0px;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 52px solid vaR(--c2) !important;
    transform: translateX(-100%);
    transition: transform 0.6s ease-in-out;
    z-index: -1;
}
.header-nav-bar nav ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background: var(--c2);
    transition: all .5s;
}
.form-sec .input-type button.form-control:hover {
    color: var(--c4);
    box-shadow: 0px 0px 4px var(--c4);
    font-weight: 600;
}

.form-sec .input-type button.form-control:hover::before {
    transform: translateX(0);
}
.header-nav-bar nav ul li a:hover i {
    transform: rotate(180deg);
}

.header-nav-bar ul li a i {
    transition: .5s;
    font-size: 14px;
}

.header-nav-bar nav ul li a:hover::after {
    right: unset;
    left: 0;
    width: 100%;
}
.quick-links ul li a:before {
    position: absolute;
    content: '';
    background: var(--c2);
    width: 0;
    height: 2px;
    bottom: 0;
    transition: .5s;
}

.quick-links ul li a:hover:before {
    width: 100%;
}

/* Ripple Effect */
.video-icon::before
 {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--c3);
    border-radius: 50%;
    animation: ripple 2s infinite;
}

.swiper-button-prev:hover {
    background: var(--c2);
    color: var(--c1);
}

/* Keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.quick-links ul li a:hover {
    color: var(--c2);
}

.header-nav-bar nav ul li a:hover {
    color: var(--c2);
}
.about-content-second {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.checkout-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.checkout-card {
  background: #fff;
  max-width: 420px;
  width: 100%;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border: 1px solid #00000036;
}

.book-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.author {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--c1);
}

.label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

textarea {
  width: 100%;
  min-height: 110px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
  resize: none;
  outline: none;
}

textarea:focus {
  border-color: #2f80ed;
}

.payment-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn {
  padding: 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.paypal {
  background: #f0d68a;
  color: #003087;
}

.venmo {
  background: #4aa8ff;
  color: #fff;
}

.checkout {
  background: #021a3a;
  color: #fff;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  color: var(--c2);
}

.cards {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #555;
}
.about-page {
    padding-top: 100px !important;
}
.cards img {
  height: 18px;
}
.img-1.about-page-img img {
    width: 100%;
    height: 100%;
    max-height: 620px;
    object-fit: contain;
}
section.teams-sec {
    overflow: hidden;
    border-top: 6px solid var(--c6);
    border-bottom: 6px solid var(--c6);
    margin-bottom: 100px;
}
section.teams-sec .col-lg-3 {
    padding: 0;
}
.volunter-sec {
    padding-top: 0px !important;
}
.team-img {
    overflow: hidden;
}

.team-img img {
    transition: .5s;
}

.team-img img:hover {
    transform: scale(1.1);
}
.teams-content {
    background: #1d3040;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.teams-content h2 {
    color: var(--c2);
}
.top-title.volunter {
    display: flex;
    justify-content: center;
}
.teams-content p {
    color: var(--c2);
}
.header-btn.sign-up-btn a {
    display: block !important;
    text-align: center;
    border-radius: 10px;
    border: 2px solid var(--c6);
    font-size: 21px;
}
.testimonial-quote {
  padding: 60px 40px;
  text-align: center;
  color: var(--c1);
  font-family: Arial, sans-serif;
}

.quote-text {
  font-size: 20px;
  line-height: 50px;
  max-width: 900px;
  margin: 0 auto 30px;
  letter-spacing: 2px;
  color: var(--c1);
}

.quote-author {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--c1);
}

.news-img img {
    width: 100%;
   
}

.news-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2d3d;
}

.news-content p {
    font-size: 16px;
    color: #3b4b5a;
    line-height: 1.6;
}

.news-sec {
    padding: 60px 0;
     /* light blue background like your image */
}
.header-btn {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
	flex-wrap:wrap;
}
.header-btn a, .header-btn button {
    background: var(--c6);
    padding: 15px 26px;
    border-radius: 50px;
    color: var(--c2);
    font-size: 16px;
    position: relative;
    transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
    border: 0;
	line-break:anywhere;
}

.news-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2d3d;
}

.news-content h3 a {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2d3d;
    transition: .5s;
}
.news-content h3 a:hover {
    color: var(--c5);
}
.news-img img {
    height: 300px;
    object-fit: cover;
    border-radius: 0px 0px 0px 0px;
}

.news-main {
    border: 4px solid var(--c6);
    border-radius: 15px;
    overflow: hidden;
}
.news-content p {
    font-size: 16px;
    color: #3b4b5a;
    line-height: 1.6;
}

.news-content {
    padding: 0 80px;
    padding-left: 10px;
}

.footer-logo p {
    margin: 20px 0 0;
}
.volunter-sec {
    padding-bottom: 0px !important;
}
.header-btn.banner-btn.team-btn a {
    padding: 10px 35px;
}
/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
    width: 32px;
    height: 3px;
    background-color: var(--c2);
}

.ham-menu-btn a {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background-color: #ffffff80;
    z-index: 999999999999;
    transition: all .5s;
}

.responsive-menu-inner {
    height: 100%;
    padding: 30px;
    position: relative;
    width: 100%;
    background-color: var(--c2);
    right: -100%;
    background-position: left;
    background-image: url('../images/rb-6_compressed.webp');
    background-attachment: fixed;
}

.responsive-menu-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--c2);
    opacity: 0.9;
}

.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 50px;
    height: 50px;
    border: 1px solid var(--c1);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--c1);
    transition: all .5s;
}

.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}

.respon-logo a {
    display: block !important;
}

.respon-logo {
    width: 120px;
}

.responsive-links ul li a {
    color: var(--c1);
    transition: all .5s;
    font-size: 20px;
    font-weight: 500;
    display: inline-block !important;
    padding: 12px 0px;
    font-family: var(--f1);
}



.responsive-links {
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 232px);
}

.responsive-links ul li ul {
    display: none;
}

.responsive-links ul li a:hover {
    color: var(--c4);
}

.responsive-links ul li ul li a {
    padding-left: 40px;
    font-size: 22px;
}

.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 16px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: var(--c4);
}

.responsive-links ul li {
    position: relative;
    border-bottom: 1px solid #808080c4;
}
a.buy-anc {
    border: 1px solid var(--c1);
    color: var(--c1);
}
.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}

.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c2);
    padding: 12px 0px;
}

.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.responsive-socials ul li a {
    color: var(--c1);
    font-size: 20px;
}

.responsive-menu.active {
    right: 0;
}
.img-1:has(iframe) {
    border-radius: 0;
}
.vp-preview.VideoThumbnail_module_videoThumbnail__836d3344 {
    border-radius: 20px;
}
.vp-video-wrapper.transparent.content-area-sibling-enabled {
    border-radius: 20px;
}
.vp-preview.VideoThumbnail_module_videoThumbnail__836d3344 {
    border-radius: 15px !important;
}
.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}
.header-btn.about-learn-more {
    justify-content: start;
    margin-bottom: 40px;
}
/* CSS */
.post-footer {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555;
  padding: 10px 0;
}

.post-footer .links a {
  color: #555;
  text-decoration: none;
  margin-right: 5px;
}

.post-footer .links a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 10px;
  color: #555;
  text-decoration: none;
  font-size: 16px;
}

.social-icons a:hover {
  color: #000;
}

.stats span {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}

.stats i {
  margin-right: 5px;
  color: #888;
}
.contact-info {
    padding-top: 40px;
}

.contact-info p a {
    color: var(--c2);
    text-decoration: underline !important;
}
.links a {
    text-decoration: underline;
}
section.Newsletter-sec .about-content.news-con-single {
    padding-left: 0;
    padding-top: 30px;
}
.news-con-single h4 {
    color: var(--c3);
    font-size: 19px;
}
.fancy-box.about-img.news-single-img a {
    display: block !important;
}
.links a {
    text-decoration: underline !important;
    padding-bottom: 20px;
}
.social-icons {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0;
    margin: 20px 0;
}
.post-main {
    display: flex;
    justify-content: space-between;
}
/* Contact Us */

.contact-title {
    margin-bottom: 60px;
    width: 70%;
}

.contact-item input,
.contact-item textarea {
    background: unset;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 15px 0px;
    color: var(--c1);
    border-bottom: 1px solid var(--c3);
    transition: all 0.5s;
}

.contact-item input::placeholder,
.contact-item textarea::placeholder {
    color: var(--c);
}

.contact-item-main .contact-item {
    margin-bottom: 20px;
}

.contact-item textarea {
    height: 150px;
}

.contact-info-item {
    display: flex;
    width: 50%;
    gap: 20px;
    margin-bottom: 50px;
}

.contact-info-items-main {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
}

.info-item-icon {
    width: 50px;
    height: 50px;
    background-color: var(--c2);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: var(--c5);
    font-size: 20px;
}

.info-item-content a,
.info-item-content p {
    color: var(--c2);
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.info-item-content span {
    color: var(--c3);
    font-weight: 600;
    display: block;
    margin-bottom: 9px;
}

.info-item-content {
    width: 70%;
}

.info-item-content a {
    transition: all 0.5s;
    margin-bottom: 5px;
}

.info-item-content a:hover {
    color: var(--c3);
}

.contact-us .web-title {
    margin-bottom: 60px;
}

.wrap-form-submit input,
.contact-submit-btn input {
    background: unset;
    outline: 0;
    border: 1px solid var(--c1);
    width: 100%;
    color: var(--c1);
    padding: 15px 20px;
    transition: all 0.5s;
    font-weight: 700;
    background: var(--c2);
}

.wrap-form-submit input:hover,
.contact-submit-btn input:hover {
    background: var(--c3);
    color: var(--c2);
    border-color: transparent;
}

.contact-submit-btn input {
    border-radius: 50px;
    padding: 18px 30px;
    width: 40%;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-img img {
    height: 550px;
    object-fit: cover;
}
.contact-item-main .contact-item textarea {
    border-radius: 0px;
}
.contact-img-border {
    border: 1px solid var(--c3);
}

.contact-img {
    padding: 40px;
    margin-left: 20px;
    border-radius: 6px;
}
.news-img a {
    display: block !important;
}
.fancy-box.about-img.news-single-img a img {
    aspect-ratio: 1;
    object-fit: cover;
}
.custom-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.custom-pagination-wrapper .page-numbers {
  margin: 0 5px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.custom-pagination-wrapper .page-numbers.current {
  background: #e9ecef;
  border-color: #e9ecef;
}
section.Newsletter-sec .about-content.news-con-single h5 {
    color: var(--c1);
}
.custom-pagination-wrapper .page-numbers:hover {
  background: #f5f5f5;
}

.about-content.news-con-single p img {
    height: 550px;
    object-fit: cover;
}
.featured-img {
    height: 1380px !important;
}
/*  Team-img*/
.team-page-img {
    height: 400px;
}

.team-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.team-card p {
    color: var(--c1);
    margin-top: 10px;
}

.team-card h4 {
    padding-bottom: 10px;
    padding-top: 20px;
}

.team-card h6 {
    font-weight: 900;
}
section.meet-our-team .about-content h2 {
    font-size: 70px;
    margin-bottom: 60px;
}
.team-card {
    margin-bottom: 30px;
}
.checkout-card input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 14px;
    resize: none;
    outline: none;
    margin-bottom: 12px;
}