@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Stack+Sans+Headline:wght@200..700&display=swap");
.corp-container {
  max-width: 1500px;
}
.section-top {
  margin-top: 50px;
}
html {
  scroll-behavior: smooth;
}
:root {
  --primary-dark: #022d22;
  --primary-yellow: #ffb833;
  --text-white: #ffffff;
  --text-dark: #1a1a1a;
  --e-global-color-background: #ffffff;
}
.site-header {
  padding: 0;
  margin-bottom: 0;
}
.custom-charifund-header .site-header-inner.main-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}

.custom-charifund-header .site-branding {
  margin-right: 0;
}

.custom-charifund-header .nav-yellow-pill {
  background-color: var(--primary-yellow);
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 65px;
  position: relative;
  margin: 0 20px;
}

.custom-charifund-header .nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin: 0;
  gap: 30px;
}

.custom-charifund-header .nav-links li {
  margin: 0;
  padding: 0;
}

.custom-charifund-header .nav-links li a {
  text-decoration: none;
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.custom-charifund-header .pill-divider {
  width: 20px;
  height: 100%;
  position: relative;
}

.custom-charifund-header .pill-divider::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--text-white);
  border-radius: 50%;
}

.custom-charifund-header .pill-divider::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--text-white);
  border-radius: 50%;
}

.custom-charifund-header .nav-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 40px 0 20px;
}

.custom-charifund-header .contact-icon {
  font-size: 24px;
  color: var(--primary-dark);
}

.custom-charifund-header .contact-details {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.custom-charifund-header .contact-title {
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-dark);
}

.custom-charifund-header .contact-number {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-dark);
  text-decoration: none;
  transition: color 0.3s;
}

.custom-charifund-header .contact-number:hover {
  color: #000000;
}

.custom-charifund-header .header-actions {
  display: flex;
  align-items: center;
}

.custom-charifund-header .donate-btn {
  background-color: var(--primary-yellow);
  color: var(--text-dark);
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom-charifund-header .donate-btn:hover {
  background-color: #eab02e;
  color: var(--text-dark);
}

body {
  background-color: #fff;
	background-image: url(/wp-content/uploads/2026/05/section-bg-image.png);
}

.top-bar {
  background-color: #012a20;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  border-radius: 0 0 15px 15px;
}

.top-bar a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.top-bar a:hover {
  opacity: 0.7;
}

.top-bar-left i,
.top-bar-center i {
  color: #ffb833;
  font-size: 15px;
}
.top-bar-left {
  display: flex;
  gap: 25px;
}

.top-bar-left a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
}

.top-bar-center {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.top-bar-center span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 400;
}

.caret-icon {
  font-size: 10px;
  color: #ffffff !important;
}

.flag-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 10px;
}

.social-links i {
  color: #ffffff;
  font-size: 14px;
}

/* img.custom-logo {
  width: 300px;
} */
header#masthead {
  position: sticky;
  top: 0;
}

.btn-second {
  color: #fff !important;
}
/* ========================================================
   THEME-MATCHED SUB-MENU (Yellow & Dark Green)
======================================================== */

/* 1. Main Dropdown Container */
.menu-item-has-children .sub-menu {
  background-color: #fbd758 !important; /* Matches main menu yellow */
  border-radius: 16px !important; /* Rounded corners to match the pill theme */
  box-shadow: 0 15px 35px rgba(4, 62, 46, 0.15) !important; /* Soft green-tinted shadow */
  padding: 10px 0 !important;
  min-width: 250px !important;

  /* OVERRIDE THEME DEFAULTS (Removes the red top line) */
  border: none !important;
  border-top: none !important;
}

/* 2. Dropdown Links */
.menu-item-has-children .sub-menu li a {
  display: block !important;
  padding: 14px 25px !important;
  color: #043e2e !important; /* Dark green text */
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.5px !important;
  background-color: transparent !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

/* 3. Hover Effect - Inverts colors for a premium feel */
.menu-item-has-children .sub-menu li a:hover {
  background-color: #043e2e !important; /* Dark green background */
  color: #fbd758 !important; /* Yellow text */
  padding-left: 32px !important; /* Premium slide-right effect */
}

/* 4. Kill the old accent lines (if any are lingering) */
.menu-item-has-children .sub-menu li a::before {
  display: none !important;
}

/* ====================================================== Banner Page ==================================================  */

.home-banner-section {
  position: relative;
  overflow: hidden;
}
.home-banner-slider {
  width: 100%;
}

.home-banner-items {
  position: relative;
  height: 90vh;
  display: flex !important;
  align-items: center;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.home-banner-items::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 40, 30, 0.9) 30%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: -1;
}

.home-banner-info {
  width: 70%;
  color: #fff;
  margin: auto;
}
.home-banner-info .h4 {
  font-size: 18px;
  color: #f4b400;
  margin-bottom: 15px;
  font-weight: 500;
}

.home-banner-info .h1 {
  font-size: 85px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.home-banner-info .highlight {
  color: #f4b400;
  font-style: italic;
}

.banner-button {
  display: flex;
  gap: 15px;
}

.banner-button .btn {
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
span.highlight-span {
  font-family: "Caveat", cursive;
  color: #ffc107;
}
span.highlight-span {
  background-image: url(/wp-content/uploads/2026/04/download.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.banner-button .btn:first-child {
  background: #f4b400;
  color: #000;
}

.banner-button .btn:first-child:hover {
  background: #d89c00;
}

.banner-button .btn:last-child {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

.banner-button .btn:last-child:hover {
  background: #fff;
  color: #000 !important;
}

/* This targets the arrow image specifically when the button is hovered */
.banner-button .btn:last-child:hover img {
  /* This filter transforms a white/light icon to exactly #03352C */
  filter: invert(14%) sepia(20%) saturate(1633%) hue-rotate(117deg)
    brightness(92%) contrast(97%);
}

.right-image-straight-banner img {
  height: 100%;
  -webkit-animation: moveTopBottom 4s ease-in-out infinite;
  animation: moveTopBottom 4s ease-in-out infinite;
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
}
@-webkit-keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes moveTopBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

.right-image-straight-banner {
  overflow: visible;
}

/* ======================================== Scroll PAtti ================================  */
.stock-ticker {
  background-color: #f7d25e;
  color: #003e31;
  font-size: 22px;
  font-weight: bold;
  font-family: sans-serif;
  padding-block: 16px;
  border: none;

  overflow: hidden;
  user-select: none;
  --gap: 40px;
  display: flex;
  gap: var(--gap);
}

.stock-ticker ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--gap);
  margin: 0;
  padding: 0;

  animation: scroll 20s linear infinite;
}

.stock-ticker:hover ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.stock-ticker .company {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.stock-ticker .company img {
  width: 24px;
  height: auto;
  margin-right: 20px;
}

/* ================================================== Home About US ===================================  */

.home-about-main {
  display: flex;
  gap: 50px;
  padding: 50px 0;
}
img.list-check-image {
  width: 20px;
}
.home-about-right,
.home-about-left {
  width: 50%;
}
.home-about-image-3 {
  background: #fad459;
  width: fit-content;
  height: fit-content;
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: var(--e-global-color-background);
  border-radius: 10px 10px 10px 10px;
  z-index: 10;
}
span.home-about-number-span {
  font-size: 35px;
  font-weight: 600;
  color: #03352c;
}
p.p.home-about-image-p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-family: "Stack Sans Headline";
  color: #03352c;
}
p.p.home-about-p {
  margin: 0;
}
.home-about-left {
  display: flex;
  position: relative;
}
.home-about-image-3 {
  position: absolute;
  bottom: 70px;
  left: 150px;
  width: 170px;
}
.home-about-image-1 img,
.home-about-image-2 img {
  border-radius: 1000px 1000px 1000px 1000px;
  display: block;
}
.home-about-image-2 img {
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: var(--e-global-color-background);
}

/* =========================================
   PERFECT GLASS SHINE EFFECT (REAL LOOK)
   ========================================= */

.home-about-image-1 {
  position: relative;
  display: inline-block;
  width: max-content;
  height: max-content;
  overflow: hidden;
  border-radius: 1000px;
}

.home-about-image-2 {
  position: absolute;
  bottom: 0;
  right: 110px;
  display: inline-block;
  width: max-content;
  height: max-content;
  overflow: hidden;
  border-radius: 1000px;
}

.home-about-image-1::after,
.home-about-image-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
  transition: left 0.7s ease-in-out;
  pointer-events: none;
}

.home-about-image-1:hover::after,
.home-about-image-2:hover::after {
  left: 150%;
}

:root {
  --right-primary-green: #063d2a;
  --right-primary-yellow: #fbd861;
  --right-text-gray: #646a69;
  --right-border-color: #e2e8f0;
}

.home-about-right {
  display: flex;
  flex-direction: column;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.home-about-right * {
  box-sizing: border-box;
  margin: 0;
}

.home-about-right-top {
  margin-bottom: 40px;
}

.home-about-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid var(--right-border-color);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--right-primary-green);
  margin-bottom: 20px;
  background-color: transparent;
}

.home-about-subtitle::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--right-primary-yellow);
  border-radius: 50%;
}

.home-about-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--right-primary-green);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  text-shadow: 6px 8px 3px rgba(0, 0, 0, 0.25);
}

.home-about-right-top .home-about-p {
  font-size: 18px;
  color: var(--right-text-gray);
  line-height: 1.6;
  max-width: 95%;
}

.home-about-middle {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  position: relative;
}

.home-about-middle-left {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-about-middle-left > img:first-child {
  width: 50px;
  height: 50px;
  background-color: var(--right-primary-yellow);
  border-radius: 50%;
  padding: 12px;
  object-fit: contain;
  margin-bottom: 20px;
}

.home-about-middle-left-p {
  font-size: 20px;
  font-weight: 600;
  color: var(--right-primary-green);
  margin-bottom: 20px;
}

.home-about-middle-left .divider-1 {
  height: 1px;
  background-color: var(--right-border-color);
  margin-bottom: 20px;
  width: 100%;
}

.home-about-middle-left-ul {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.home-about-middle-left-ul img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.home-about-middle-left-list-p {
  font-size: 16px;
  color: var(--right-text-gray);
  line-height: 1.5;
}

.home-about-middle-right {
  width: 40%;
  padding: 15px 15px 15px 0;
}

.home-about-middle-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.home-about-right > .divider-1 {
  height: 1px;
  background-color: var(--right-border-color);
  width: 100%;
  margin-bottom: 30px;
}

.home-about-middle-button {
  display: flex;
  align-items: center;
  gap: 25px;
}

.home-about-middle-button .btn {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.home-about-middle-button .btn:nth-child(1) {
  background-color: var(--right-primary-yellow);
  color: var(--right-primary-green);
  padding: 15px 25px;
  border-radius: 6px;
  font-weight: 700 !important;
}

.home-about-middle-button .btn:nth-child(1):hover {
  background-color: #f0c94a;
}

.home-about-middle-button .btn:nth-child(2):hover::before {
  transform: scale(1.08);
}
.home-about-middle-right {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.home-about-middle-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
  transition: left 0.7s ease-in-out;
  pointer-events: none;
}

.home-about-middle-right:hover::after {
  left: 150%;
}
section.home-about-us-section.section-top {
  background: #f9f9f9;
}

/* ================================================== home About US End ===================================  */

/* ================================================== home servcies ===================================  */

:root {
  --srv-dark-green: #043e2e;
  --srv-yellow: #fbd758;
  --srv-text-gray: #646a69;
  --srv-bg-light: #f8f9fa;
  --srv-white: #ffffff;
  --srv-border: #e8e8e8;
}

.home-services-section {
  padding: 50px 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.home-services-top {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

.home-service-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 20px;
  border: 1px solid var(--srv-border);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--srv-dark-green);
  margin-bottom: 20px;
  margin-top: 0;
}

.home-service-subtitle::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--srv-yellow);
  border-radius: 50%;
}

.home-service-title {
  font-size: 48px;
  color: var(--srv-dark-green);
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.home-service-p {
  font-size: 16px;
  color: var(--srv-text-gray);
  line-height: 1.6;
  margin: 0;
}

.home-service-cards-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.home-service-card {
  position: relative;
  background-color: var(--srv-bg-light);
  border-radius: 12px;
  padding: 45px 40px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}

.card-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 62, 46, 0.85);
}

.card-icon {
  width: 45px;
  height: 45px;
  background-color: var(--srv-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.card-title {
  font-size: 22px;
  color: var(--srv-dark-green);
  margin: 0;
  font-weight: 700;
  transition: color 0.4s ease;
}

.card-desc {
  color: var(--srv-text-gray);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 auto 0;
  transition: color 0.4s ease;
}

.card-divider {
  height: 1px;
  background-color: #e5e5e5;
  margin: 30px 0 25px 0;
  transition: background-color 0.4s ease;
}

.card-link {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  color: var(--srv-dark-green) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.4s ease;
}

.card-link .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.home-service-card:hover .card-hover-bg {
  opacity: 1;
}
.home-service-card:hover .card-title,
.home-service-card:hover .card-desc,
.home-service-card:hover .card-link {
  color: var(--srv-white) !important;
}
.home-service-card:hover .card-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
.home-service-card:hover .card-link .arrow {
  transform: translate(3px, -3px);
}

.home-service-bottom-banner {
  text-align: center;
}

.banner-text p {
  font-size: 16px;
  font-weight: 600;
  color: var(--srv-dark-green);
  margin: 0;
}

.banner-text .s_btn {
  color: #010100;
  text-decoration: none;
  margin-left: 5px;
  transition: opacity 0.3s ease;
}

.card-link:focus {
  outline: none;
}
.banner-text .s_btn:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.home-service-card .card-link img {
  transition: all 0.3s ease;
  margin-left: 5px;
}

.home-service-card:hover .card-link img {
  filter: brightness(0) invert(1);
}

/* ================================================== home servcies End ===================================  */

/* ================================================== home Why Choose us ===================================  */

.impact-main-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 60px 0;
}
.impact-left {
  flex: 1;
  text-align: left !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.impact-right {
  flex: 1;
}

.home-why-choose-section {
  background: #f9f9f9;
}

.title .highlight {
  background-color: #745df5 !important;
  color: #ffffff !important;
  padding: 2px 10px;
  display: inline-block;
}

.desc {
  font-size: 16px;
  color: #646a69;
  margin-bottom: 40px;
  max-width: 90%;
  text-align: left !important;
}

.features-box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-box {
  width: 40px;
  height: 40px;
  background-color: #fcd556;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.feature-list p {
  font-size: 14px;
  color: #646a69;
  margin: 0;
}

.divider {
  position: relative;
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.btn {
  background-color: var(--right-primary-yellow);
  color: var(--right-primary-green) !important;
  padding: 15px 25px;
  border-radius: 6px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
  font-weight: 600 !important;
}

.impact-right {
  display: flex;
  justify-content: center;
}

.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.img-main {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.img-sub {
  position: absolute;
  bottom: -30px;
  left: -100px;
  width: 240px;
  height: 240px;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 10px solid #f9f8f6;
  object-fit: cover;
}

@keyframes swing-card {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}

.floating-card {
  position: absolute;
  top: 40px;
  right: -50px;
  background-color: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  z-index: 2;
  transform-origin: top center;
  animation: swing-card 3.5s ease-in-out infinite;
  width: max-content;
}

.floating-card .card-icon {
  width: 45px;
  height: 45px;
  background-color: #fcd556;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-card .card-text {
  display: flex;
  flex-direction: column;
}

.floating-card .card-text strong {
  color: #043e2e;
  font-size: 16px;
  font-weight: 700;
}

.floating-card .card-text .call-link {
  color: #646a69;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.floating-card .card-text .call-link:hover {
  color: #043e2e;
  text-decoration: underline;
}

.img-sub,
.floating-card {
  overflow: hidden;
}

.img-sub::before,
.floating-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
  transition: left 0.7s ease-in-out;
  pointer-events: none;
}

.img-sub:hover::before,
.floating-card:hover::before {
  left: 150%;
}

/* ================================================== home Why Choose us End ===================================  */
.btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(255, 191, 71, 0.4),
    0 0 40px rgba(255, 191, 71, 0.2);
  letter-spacing: 1px;
  background-color: #ffc85e;
  cursor: pointer;
}

.btn:active {
  transform: translateY(-1px);
}

/* ================================================== home CTA  ===================================  */

section.home-cta-section {
  background-image: url(/wp-content/uploads/2026/05/Untitled-design-13-1.webp);
  height: 400px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
h1.h1.cta-h1 {
  color: #fff;
  font-size: 40px;
}

/* ================================================== home CTA End  ===================================  */

/* ================================================== home Help Power  ===================================  */

.home-help-power-section {
  padding: 80px 0;
}
.home-help-power-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.home-help-power-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
p.p.home-about-p.home-help-power-p {
  font-size: 18px;
}

.home-help-power-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  position: relative;
  flex: 1;
  max-width: 424px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 25px 30px;
  box-sizing: border-box;
  color: white;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(70px);
  backdrop-filter: blur(8px);
}

.overlay::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  clip-path: polygon(
    0% 100%,
    10% 40%,
    25% 80%,
    40% 30%,
    55% 90%,
    75% 20%,
    90% 70%,
    100% 40%,
    100% 100%
  );
}

.card:hover .overlay {
  transform: translateY(0);
}

.yellow .overlay,
.yellow .overlay::before {
  background: rgba(212, 175, 55, 0.85);
}
.purple .overlay,
.purple .overlay::before {
  background: rgba(179, 54, 161, 0.85);
}
.blue .overlay,
.blue .overlay::before {
  background: rgba(24, 119, 242, 0.85);
}

.yellow:hover .overlay {
  background: rgba(212, 175, 55, 1);
}
.purple:hover .overlay {
  background: rgba(179, 54, 161, 1);
}
.blue:hover .overlay {
  background: rgba(24, 119, 242, 1);
}

.location {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  min-height: 58px;
}

.help-btn {
  display: inline-block;
  background: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}

.yellow .help-btn {
  color: #d4af37;
}
.purple .help-btn {
  color: #b336a1;
}
.blue .help-btn {
  color: #1877f2;
}

.card:hover .help-btn {
  opacity: 1;
}

.help-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.help-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ================================================== home Help Power End  ===================================  */

/* ================================================== home Our Benifits  ===================================  */

:root {
  --primary-yellow: #f5c451;
  --main-bg: #03251a;
  --card-bg: #1b352b;
  --text-white: #ffffff;
  --text-dim: #aab6b1;
  --border-line: rgba(255, 255, 255, 0.12);
}

.home-our-benifits-section {
  position: relative;
  padding: 100px 0;
  color: var(--text-white);
  background-color: var(--main-bg);
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/05/dark-section-bg-image-1.png");
}

.home-our-benifits-section .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  gap: 60px;
}

.home-our-benifits-section .header-left {
  flex: 1.2;
}

.home-our-benifits-section .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid var(--border-line);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home-our-benifits-section .badge .dot {
  width: 6px;
  height: 6px;
  background-color: var(--primary-yellow);
  border-radius: 50%;
}

.home-our-benifits-section .main-title {
  color: var(--text-white);
}

.home-our-benifits-section .header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5px;
}

.home-our-benifits-section .header-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-white);
  margin-bottom: 30px;
  max-width: 500px;
}

.home-our-benifits-section .cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 40px;
  align-items: stretch;
}

.home-our-benifits-section .impact-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-our-benifits-section .stat-number {
  font-size: 46px;
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 25px 0;
}

.home-our-benifits-section .icon-box {
  width: 36px;
  height: 36px;
  background-color: var(--primary-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.home-our-benifits-section .icon-box svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

.home-our-benifits-section .card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: var(--text-white);
}

.home-our-benifits-section .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  margin-bottom: 20px;
}

.home-our-benifits-section .card-desc {
  font-size: 16px;
  color: var(--text-white);
  line-height: 1.6;
  margin: 0;
}

.home-our-benifits-section .image-card {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  border: none;
  background: transparent;
  position: relative;
}

.home-our-benifits-section .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-our-benifits-section .image-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
  transition: left 0.7s ease-in-out;
  pointer-events: none;
}

.home-our-benifits-section .image-card:hover::before {
  left: 150%;
}
.home-our-benifits-section .masked-image-container {
  width: fit-content;
  max-width: 100%;
  height: 90px;
  margin-bottom: 25px;

  -webkit-mask: url("/wp-content/uploads/2026/05/our-benefits-item-image-shape-1.svg")
    center/contain no-repeat;
  mask: url("/wp-content/uploads/2026/05/our-benefits-item-image-shape-1.svg")
    center/contain no-repeat;
  position: relative;
  overflow: hidden;
}

.home-our-benifits-section .masked-image-container img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
  display: block;
}
.home-our-benifits-section .masked-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
  transition: left 0.7s ease-in-out;
  pointer-events: none;
}

.home-our-benifits-section .masked-image-container:hover::before {
  left: 150%;
}
.home-our-benifits-section .masked-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-our-benifits-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-our-benifits-section .feature-list li {
  font-size: 13px;
  color: var(--text-white);
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}

.home-our-benifits-section .check-icon {
  color: var(--primary-yellow);
  font-size: 12px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: rgba(245, 196, 81, 0.2);
  border-radius: 50%;
}

.home-our-benifits-section .bottom-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.home-our-benifits-section .avatars-group {
  display: flex;
  align-items: center;
}

.home-our-benifits-section .avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--main-bg);
  position: relative;
  z-index: 1;
}

.home-our-benifits-section .avatar-svg-box {
  width: 36px;
  height: 36px;
  background-color: var(--primary-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--main-bg);
  margin-left: -12px;
  position: relative;
  z-index: 2;
}

.home-our-benifits-section .avatar-svg-box svg {
  width: 18px;
  height: 18px;
  color: #000000;
}

.home-our-benifits-section .avatar-svg-box:hover svg {
  transform: rotate(15deg);
  transition: transform 0.3s ease;
}

.home-our-benifits-section .banner-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-white);
}

.home-our-benifits-section .banner-text a {
  color: var(--primary-yellow);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}

/* ================================================== home Help Power End  ===================================  */

/* ================================================== home Testimonials  ===================================  */

.testimonials-section {
/*   background-image: url("/wp-content/uploads/2026/05/section-bg-image.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  background-color: #f9f9f9;
}

.testimonials-main {
  padding: 50px 0;
}

.testimonials-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  height: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.testimonials-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 25px 50px rgba(3, 37, 26, 0.08);
}

.testimonials-slider {
  display: block;
}

.testimonials-slider .slick-slide {
  margin: 0 15px;
}

.testimonials-slider .slick-list {
  margin: 0 -15px;
  padding: 10px 0;
}

.testimonial-stars-wrap {
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}

.testimonial-stars-wrap .star-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.testimonial-desc-wrap p {
  font-size: 16px;
  line-height: 1.6;
  color: #03251a;
  font-weight: 500;
  margin: 0;
}

.testimonial-divider {
  height: 1px;
  background-color: rgba(3, 37, 26, 0.1);
  width: 100%;
  margin: 25px 0;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-name {
  font-size: 16px;
  font-weight: 700;
  color: #03251a;
  margin: 0;
}

.author-excerpt,
.author-role {
  font-size: 13px;
  color: #666666;
  margin: 0;
}

.author-media-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.author-image .author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.quote-badge {
  width: 42px;
  height: 42px;
  background-color: #f5c451;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: -15px;
}

.quote-icon-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* ================================================== homeTestimonials End  ===================================  */

/* ================================================== home Blog   ===================================  */

.blog-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 420px;
  display: block;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
}

.blog-card a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.blog-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-card:hover .blog-image img {
  transform: scale(1.08);
}

.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(3, 37, 26, 0.95) 0%,
    rgba(3, 37, 26, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}

.blog-category-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 50px;
  text-transform: capitalize;
}

.blog-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-content h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-read-more {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s ease;
}

.blog-card:hover .blog-read-more {
  opacity: 0.7;
}

.blog-read-more svg {
  margin-top: 1px;
}
.home-blog-slider .blog-card {
  margin: 15px 0;
}

.home-blog-slider .slick-slide {
  margin: 0 15px;
}

.home-blog-slider .slick-list {
  margin: 0 -15px;
  padding: 20px 0;
}

.home-blog-slider {
  display: block !important;
}
.blog-divider {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 5px 0 15px 0;
}

.blog-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ================================================== home Blog End  ===================================  */

/* ==================================================================================== About Page Will Start From here =========================================================  */

/* ================================================== What we Do   ===================================  */

.about-what-we-do-section {
  background-color: #033224;
  background-image: url("/wp-content/uploads/2026/05/download.svg");
  overflow: hidden;
}

.about-what-we-do-section .container-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 100px 0;
  gap: 50px;
}

.about-what-we-do-section .split-col {
  width: 50%;
}

.about-what-we-do-section .image-composition {
  position: relative;
  width: 100%;
  max-width: 90%;
  height: 550px;
}
.img-box.box-front {
  position: absolute !important;
  bottom: -70px !important;
}

.about-what-we-do-section .img-box {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-what-we-do-section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
  transition: left 0.7s ease-in-out;
  pointer-events: none;
}

.about-what-we-do-section .img-box:hover::before {
  left: 150%;
}

.about-what-we-do-section .img-box:hover img {
  filter: brightness(0.8); /* Dull effect on hover */
}

.about-what-we-do-section .box-back {
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: 1;
}

.feature-text p {
  color: #fff;
  font-size: 16px;
}
.about-what-we-do-section .box-front {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 65%;
  z-index: 2;
  border: 12px solid #033224; /* Background color border for 'cut' look */
}

.about-what-we-do-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.what-we-do-top {
  margin-bottom: 40px;
  text-align: left; /* Left alignment ensure karne ke liye */
}

.about-what-we-do-h5 {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05); /* Very subtle light background */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Thin border */
  padding: 6px 16px;
  border-radius: 50px;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px !important;
  gap: 10px; /* Dot aur text ke beech gap */
}

.about-what-we-do-h5::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fbd065; /* Exact Yellow Color */
  border-radius: 50%;
}

.about-what-we-do-h2 {
  color: #ffffff !important;

  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  text-shadow: 6px 8px 3px rgba(0, 0, 0, 0.25);
}

.what-we-do-p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.85) !important; /* Slightly faded white */
  max-width: 750px;
  margin-top: 0;
}

.about-what-we-do-section .pills-container {
  display: flex;
  gap: 12px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
}

.about-what-we-do-section .pill {
  padding: 10px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.about-what-we-do-section .pill.active {
  background: #fbd065;
  color: #033224;
  border-color: #fbd065;
}

/* Tab Content */
.about-what-we-do-section .tab-content {
  display: none; /* Hidden by default */
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
  animation: fadeInTab 0.5s ease-in-out;
}

.about-what-we-do-section .tab-content.active {
  display: flex; /* Shown only when active */
  align-items: flex-start;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-what-we-do-section .feature-icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  background: #fbd065;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-what-we-do-section .feature-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.about-what-we-do-section .feature-text h4 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0px;
}

/* Global Button */
.about-what-we-do-section .g_btn.btn {
  background: #fbd065 !important;
  color: #033224 !important;
  padding: 16px 35px !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

/* ================================================== What we do End  ===================================  */

/* ================================================== FAQ Section css code  ===================================  */

.faq-sec-main {
  display: flex;
  padding: 50px 0;
}
.faqs-section-left,
.faq-section-right {
  width: 50%;
}
.faqs-section-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-right: 30px;
}

.faq-section-right {
  position: relative;
  display: flex;
  padding: 50px 30px;
  background-color: #033224;
  background-image: url(/wp-content/uploads/2026/05/dark-section-bg-image-1.png);
  overflow: hidden;
}
img.middle-staright-img {
  position: absolute;
  z-index: 1;
  height: 88%;
}
.small-faq-image {
  position: absolute;
  right: 50px;
  top: 120px;
}
.big-faq-image {
  padding-left: 40px;
}
img.faq-big-image,
img.faq-small-image {
  border: 10px #fff solid;
  border-radius: 10px;
}

.faq-h2 {
  color: #0d3129;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.acccording-main {
  border: 1px solid #e0e6e3;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  background-color: #ffffff;
  color: #0d3129;
  transition: background-color 0.4s ease;
}

.accordion__header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.4s ease;
}

.accordion__toggle {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(-45deg);
  transition:
    transform 0.4s ease,
    color 0.4s ease;
  margin-left: 15px;
  flex-shrink: 0;
}

.accordion__header.is-active {
  background-color: #007055;
}

.accordion__header.is-active h2,
.accordion__header.is-active .accordion__toggle {
  color: #ffffff;
}

.accordion__header.is-active .accordion__toggle {
  transform: rotate(45deg);
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  transition: max-height 0.4s ease-in-out;
}

/* Show body when active */
.accordion__body.is-active {
  max-height: 500px;
}

.accordion__body p {
  margin: 0;
  padding: 20px;
  color: #757f7d;
  font-size: 16px;
  line-height: 1.8;
}
/* ================================================== FAQ Section code End  ===================================  */

/* ==================================================================================== About Page Will End From here =========================================================  */

/* ==================================================================================== Blog page From here =========================================================  */

.home-blog-section {
  padding: 50px 0;
}

h2.text-center {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: #043e2e;
  margin-bottom: 60px;
  letter-spacing: -0.5px;
}

.home-blog-section-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.home-blog-section-items {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.home-blog-section-items a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.home-blog-section-items::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, #043e2e, #fbd758);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}

.home-blog-section-items:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(4, 62, 46, 0.12);
}

.home-blog-section-items:hover::after {
  opacity: 1;
}

.home-blog-section-items-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.home-blog-section-items-inner img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-blog-section-items:hover img {
  transform: scale(1.08);
}

.home-blog-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 25px 15px 25px;
}

.home-blog-top > div {
  font-size: 12px;
  font-weight: 600;
  color: #646a69;
  background: #f4f6f5;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.home-blog-section-items:hover .home-blog-top > div {
  background: #043e2e;
  color: #ffffff;
}

.home-blog-title {
  font-size: 22px;
  font-weight: 700;
  color: #043e2e;
  padding: 0 25px;
  margin: 0 0 25px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.home-blog-read-more-text {
  font-size: 14px;
  font-weight: 700;
  color: #043e2e;
  margin: auto 0 0 0;
  padding: 0 25px 30px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.home-blog-read-more-text::after {
  content: "→";
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.home-blog-section-items:hover .home-blog-read-more-text {
  color: #cca400;
}

.home-blog-section-items:hover .home-blog-read-more-text::after {
  transform: translateX(6px);
}

.related-posts-section {
  margin: 40px 0;
  font-family: Arial, sans-serif;
}

.related-posts-section .related-posts {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 25px;
}

.related-posts-section ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-posts-section li {
  display: flex;
}

.related-posts-section li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.related-posts-section li a:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.related-posts-section li img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eaeaea;
}

.related-posts-section .corp-content-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.related-posts-section .related-post-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.related-posts-section .related-post-date {
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  margin: 0;
}
.related-posts-section ol li {
  width: 100%;
}

/* ==================================================================================== Blog Page Will End  here =========================================================  */

/* ==================================================================================== contact Page Will start here =========================================================  */
.contact-us-section {
  padding: 80px 0;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 50px;
}

.contact-info-box {
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(4, 62, 46, 0.08);
}

.contact-circle-icon {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background-color: #fbd758;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(251, 215, 88, 0.3);
}

.contact-circle-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.contact-content h4 {
  color: #043e2e;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.contact-desc {
  color: #646a69;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 25px 0;
  font-weight: 600;
}
.contact-divider {
  height: 1px;
  background-color: #e8e8e8;
  margin: 0 0 20px 0;
}

.contact-bottom-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #043e2e;
}

.contact-bottom-wrap::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fbd758;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-prefix {
  color: #043e2e;
  margin-right: 6px;
  cursor: default;
}

.contact-action-link {
  color: #043e2e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-action-link:hover {
  color: #fbd758;
}
.contact-action-link,
.contact-action-link:focus,
.contact-action-link:active {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.contact-us-section a {
  outline: none !important;
}

/* ==================================================================================== Contact Page Will End  here =========================================================  */

/* ============================== Contact form Css Code ===================================  */
section.contact-form-section {
  background-image: url(/wp-content/uploads/2026/05/section-bg-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}
.contact-form-mian {
  display: flex;
  gap: 50px;
  padding: 50px 0;
}
.contact-form-left {
  width: 50%;
}
.contact-form-left img {
  width: 100%;
  border-radius: 20px;
}
.contact-form-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.premium-contact-form {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  max-width: 900px;
  margin: 0 auto;
}

.premium-contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 25px;
}

.premium-contact-form .single-row {
  grid-template-columns: 1fr;
}

.premium-contact-form label {
  display: block;
  font-weight: 700;
  color: #043e2e;
  margin-bottom: 12px;
  font-size: 16px;
}

.premium-contact-form input[type="text"],
.premium-contact-form input[type="email"],
.premium-contact-form input[type="tel"],
.premium-contact-form textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 18px 20px;
  font-size: 15px;
  color: #646a69;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.premium-contact-form input:focus,
.premium-contact-form textarea:focus {
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  outline: none;
}

.premium-contact-form textarea {
  height: 150px;
  resize: none;
}

.premium-contact-form .form-submit {
  margin-top: 10px;
}

.premium-contact-form input[type="submit"] {
  background-color: #fbd758;
  color: #043e2e;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 35px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.premium-contact-form input[type="submit"]:hover {
  background-color: #043e2e;
  color: #fbd758;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ============================== Contact form Css Code ===================================  */
/*   Footer Code Start*/
footer#colophon {
  /* Your existing code */
  position: relative;
  color: var(--text-white);
  background-color: var(--main-bg);
  overflow: hidden;
  background-image: url(/wp-content/uploads/2026/05/dark-section-bg-image-1.png);
  margin-top: 20px;
  /* Add these two lines */
  background-size: cover;
  background-position: center;
}
.site-footer .bottom-bar {
  background: transparent;
  color: #fff;
  overflow: auto;
  padding: 25px 0;
}
.site-footer .bottom-bar a {
  color: #fff;
}
.site-footer .bottom-bar .corp-container div:only-of-type {
  float: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-info span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-info a {
  display: flex;
  gap: 10px;
}
.site-footer .bottom-bar a:hover,
.site-footer .widgets .widget a:hover {
  color: #fbd861 !important;
}

.site-footer .widgets {
  padding: 70px 0 40px;
  width: 100%;
}
.site-footer .widgets.widgets-4 .widget {
  width: 100%;
}
.widgets.widgets-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.ul-list {
  display: flex;
  gap: 30px;
}

p.footer-desc {
  margin: 0;
  font-size: 18px;
  color: #fff;
}
.site-footer .widgets .widget .widget-title {
  font-size: 22px;
  font-weight: 600;
}
.site-footer .widgets .widget a {
  color: #fff;
  font-size: 18px;
}
aside#nav_menu-3 {
  margin: 0;
  margin-left: 90px;
  margin-right: -50px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.add,
.call-info,
.mail-info {
  display: flex;
  gap: 10px;
}

.call-img,
.add-img,
.mail-img {
  display: flex;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}
.footer-divider {
  height: 1px;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 5px 0 15px 0;
}

ul.ul-list img {
  width: 35px;
  opacity: 0.8; /* Starts slightly muted */
  transition: all 0.3s ease-in-out;
}

ul.ul-list img:hover {
  opacity: 1; /* Brightens up completely */
  transform: scale(1.1); /* Smoothly grows by 10% */
  /* Optional: Add a subtle glow matching your yellow/gold accent */

  filter: drop-shadow(0px 0px 8px rgba(250, 210, 64, 0.4));
}

/*   Footer Code End*/

/* ============================================================ Responsive Start =============================================== */

@media (max-width: 1600px) {
  .corp-container {
    padding: 0 50px;
  }
}
@media (max-width: 1333px) {
  .home-blog-section-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .home-banner-items {
    height: 60vh;
  }
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-service-cards-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-banner-info .h1 {
    font-size: 42px;
  }
  .custom-charifund-header .nav-yellow-pill {
    display: none;
  }
  .impact-main-wrapper {
    flex-direction: column;
    gap: 80px;
  }
  .img-sub {
    left: -30px;
    width: 200px;
    height: 200px;
  }
  .floating-card {
    right: -10px;
  }
  .home-help-power-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .card {
    flex: none;
    width: 100%;
    max-width: 400px;
  }
  .home-our-benifits-section .cards-grid {
    grid-template-columns: 1fr;
  }
  .home-our-benifits-section .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .home-our-benifits-section .image-card {
    height: 400px;
    order: -1;
  }
  .about-what-we-do-section .container-inner {
    padding: 60px 20px;
    flex-direction: column;
    gap: 10px;
  }
  .about-what-we-do-section .right-col {
    padding-left: 0;
    margin-top: 50px;
  }
  .about-what-we-do-section .image-composition {
    margin: 0 auto;
    height: 450px;
  }
  .home-blog-section-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-container h2.text-center {
    font-size: 36px;
  }
  .related-posts-section ol {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
  .home-about-main {
    flex-direction: column-reverse;
  }
  .home-about-right {
    width: 100%;
  }
  .home-about-left {
    width: 100%;
  }
  .home-about-image-3 {
    bottom: 0px;
    width: 170px;
    left: 0;
  }
  .home-about-image-2 {
    right: 50px;
  }
  #masthead #mobile-menu-button {
    display: inline-block;
  }
  ul#primary-menu {
    display: block;
  }

  /* --- PREMIUM LIGHT NAV (Matched to Your Website Colors) --- */

  /* --- PREMIUM DARK GRADIENT NAV (Scroll Fix & Brand Colors) --- */

  #mobile-navigation {
    /* Premium Dark Green to Deep Black Gradient */
    background: linear-gradient(145deg, #02362e 0%, #0a0e11 100%) !important;
    padding: 10px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4) !important;

    /* SCROLL ISSUE FIX */
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  #mobile-navigation .nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* Subtle dividers */
  #mobile-navigation .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    position: relative !important;
  }

  #mobile-navigation .menu-item:last-child {
    border-bottom: none !important;
  }

  /* --- PREMIUM TEXT & BRAND COLORS --- */
  #mobile-navigation .menu-item > a {
    display: block;
    padding: 16px 14px !important;
    background: transparent !important;
    color: #e2e8f0 !important; /* Premium Light Slate text for contrast */
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  }

  /* --- BRAND YELLOW HOVER STATE --- */
  #mobile-navigation .menu-item > a:hover,
  #mobile-navigation .current-menu-item > a {
    color: #f7b74b !important; /* Your Brand Yellow */
    padding-left: 22px !important; /* Smooth indent */
    background: rgba(
      247,
      183,
      75,
      0.05
    ) !important; /* Very subtle yellow glow */
    border-radius: 8px !important;
  }

  /* --- DROPDOWN TOGGLE --- */
  #mobile-navigation .dropdown-toggle {
    background: transparent !important;
    border: none !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 5px !important;
    z-index: 10 !important;
  }

  /* --- ICON COLOR --- */
  #mobile-navigation i.icon-angle-down {
    border: solid #e2e8f0 !important; /* Light Slate */
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 4px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    transition: all 0.3s ease !important;
  }

  #mobile-navigation .dropdown-toggle:hover i.icon-angle-down,
  #mobile-navigation .dropdown-toggle[aria-expanded="true"] i.icon-angle-down {
    border-color: #f7b74b !important; /* Turns Yellow */
  }

  #mobile-navigation .dropdown-toggle[aria-expanded="true"] i.icon-angle-down {
    transform: rotate(225deg) !important;
    -webkit-transform: rotate(225deg) !important;
    margin-top: 4px !important;
  }

  /* --- NEAT & CLEAN SUB-MENU --- */
  #mobile-navigation .sub-menu {
    background: rgba(0, 0, 0, 0.2) !important; /* Inset dark background */
    padding: 6px 0 !important;
    margin: 4px 0 8px 0 !important;
    border-radius: 8px !important;
    box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  }

  #mobile-navigation .sub-menu .menu-item {
    border-bottom: none !important;
    margin: 2px 10px !important;
  }

  #mobile-navigation .sub-menu .menu-item > a {
    padding: 12px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    color: #94a3b8 !important; /* Dimmer text for sub-links */
  }

  #mobile-navigation .sub-menu .menu-item > a:hover {
    color: #f7b74b !important;
    background: transparent !important;
    padding-left: 24px !important;
  }
  .widgets.widgets-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  aside#nav_menu-3 {
    margin: 0;
  }
  .about-what-we-do-section .split-col {
    width: 100%;
  }
  .faq-sec-main {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .faqs-section-left,
  .faq-section-right {
    width: 100%;
  }
  img.middle-staright-img {
    display: none;
  }
  .contact-form-mian {
    flex-direction: column;
  }
  .contact-form-left,
  .contact-form-right {
    width: 100%;
  }
  .top-bar-wrapper {
    display: none;
  }
  aside#custom_html-3 {
    width: 80%;
  }
}

@media (max-width: 768px) {
  img.faq-small-image,
  .img-box.box-front {
    display: none;
  }
  h2.h2.home-about-title {
    font-size: 35px;
  }
  .widgets.widgets-4,
  .home-service-cards-main,
  .home-help-power-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-about-left {
    width: 100%;
    justify-content: center;
  }

  .home-about-image-2 {
    display: none;
  }
  .title {
    font-size: 36px;
  }
  .img-sub {
    left: -10px;
    width: 160px;
    height: 160px;
    bottom: -20px;
  }
  .floating-card {
    top: 20px;
    right: 10px;
    padding: 10px 15px;
  }
  .home-service-cards-main {
    grid-template-columns: 1fr;
  }
  .home-service-title {
    font-size: 36px;
  }
  .about-what-we-do-h2 {
    font-size: 38px !important;
  }
  .home-about-p {
    font-size: 16px !important;
  }
  .home-blog-section-wrapper {
    grid-template-columns: 1fr;
  }
  .related-posts-section ol {
    grid-template-columns: 1fr;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 50px;
  }
  .premium-contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home-services-top {
    margin: 0;
  }
  .about-what-we-do-section .container-inner {
    padding: 30px 0px;
    flex-direction: column;
    gap: 10px;
  }
  .testimonials-main {
    padding-bottom: 0;
  }
  .big-faq-image {
    padding-left: 0px;
  }
  .faqs-section-left {
    padding: 0;
  }
  p.p.home-about-p {
    margin: 0 0 20px;
  }
  .corp-container {
    padding: 0 30px !important;
  }
  .home-service-card {
    min-height: 350px;
  }
  .card-divider {
    margin: 15px 0 15px 0;
  }
  .faq-section-right {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .home-service-card {
    min-height: 380px;
  }
  section.home-our-benifits-section {
    padding: 50px 0;
  }
  section.home-cta-section.section-top {
    height: 300px;
  }

  h1.h1.cta-h1 {
    color: #fff;
    font-size: 30px;
  }
  a.donate-btn {
    display: none !important;
  }
  .home-blog-section {
    padding: 0px 0;
  }
  .section-top {
    margin-top: 30px;
  }
  .widgets.widgets-4 {
    padding-bottom: 0;
  }
  .home-banner-items {
    padding: 0 20px;
    height: 50vh;
  }
  .home-about-middle {
    flex-direction: column;
  }
  .corp-container {
    padding: 0 30px !important;
  }
  .home-about-middle-right {
    width: 100%;
    padding: 10px;
    height: 250px;
  }
  .home-about-middle-left,
  .home-about-right,
  .card-content,
  .impact-left,
  .header-wrapper,
  .impact-card {
    align-items: center;
  }
  p.card-desc,
  .home-why-choose-us-top,
  p.p.home-about-p,
  h1.h1.cta-h1,
  .header-wrapper,
  .home-about-right-top,
  .what-we-do-top,
  h2.h2.faq-h2,
  h2.h2.home-about-title.home-service-title,
  h3.card-title,
  p.p.home-about-middle-left-p {
    text-align: center !important;
  }
  .header-right .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
  }
  .card-divider {
    margin: 0 !important;
  }
  .about-what-we-do-section .tab-content {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
  .about-what-we-do-section .g_btn.btn {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
  }
  .pills-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-what-we-do-section .image-composition {
    margin: 0 auto;
    height: 350px;
  }
  .about-what-we-do-section .box-back {
    width: 100%;
  }
  .split-col.right-col {
    margin-top: 10px;
  }
  .cta-info {
    padding: 0 20px;
  }
  .home-banner-info .h1 {
    font-size: 32px;
  }

  .banner-button {
    flex-direction: column;
  }
  .site-info span {
    flex-direction: column;
    gap: 0;
  }

  .home-about-title {
    text-shadow: 3px 5px 3px rgba(0, 0, 0, 0.25);
  }
  .contact-info {
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .home-service-card {
    padding: 20px 10px !important;
  }
  .home-service-card {
    min-height: 350px;
  }
  .home-our-benifits-section .stat-number {
    font-size: 35px;
  }
  .divider {
    margin: 10px 0;
  }
}
/* ============================================================ Responsive End =============================================== */
