/*!
Theme Name: NEWSAL
Theme URI: http://newsalfoundation.com/
Author: Virendra Singh Karmiyal
Author URI: https://www.thefuturecreations.com
Description: NEWSAL (Network for Sustainable Alliance) is a non-profit organization established under the Companies Act, 2013, committed to environmental conservation, Himalayan development, urban forestry, and sustainable agriculture.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newsal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NEWSAL is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/* ----------------------------------------------
----- Colors -----
---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
:root {
  --chhal: #413424;
  --chhal-shadow: rgba(65, 52, 36, 0.1);
  --chhal-shadow-medium: rgba(65, 52, 36, 0.2);
  --chhal-shadow-large: rgba(65, 52, 36, 0.5);
  --chhal-shadow-full: rgba(65, 52, 36, 0.8);
  --mehandi: #7f7f3d;
  --mehandi-hover: #6b6b33;
  --mehandi-background: #ffffe5;
  --mehandi-text: #afaf5e;
  --mehandi-base: #cfcf8d;
  --mehandi-light-shade: #fffff8;
  --mehandi-light-transparent:rgba(255, 255, 248, 0.5);
  --white: #FFFFFF;
  --gray-500: #515151;
  --gray-400: #454545;
}

/* ----------------------------------------------
----- Typography -----
---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--chhal);
}

.lead {
  color: var(--mehandi);
}

a {
  color: var(--mehandi);
  transition: color 300ms ease-out;
}
a:hover {
  color: var(--mehandi-hover);
}

/* ----------------------------------------------
----- Elementor Container Responsive Width -----
---------------------------------------------- */
.e-con {
  max-width: 100%;
}

@media (min-width: 576px) {
  .e-con .e-con-inner {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .e-con .e-con-inner {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .e-con .e-con-inner {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .e-con .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .e-con .e-con-inner {
    max-width: 1320px !important;
  }
}
/* ----------------------------------------------
----- Elementor Overrides -----
---------------------------------------------- */
.elementor-heading-title {
  line-height: 1.3 !important;
}

/* ----------------------------------------------
----- Spacing -----
---------------------------------------------- */
.space-break-start {
  padding-top: 50px;
}

.space-break-end {
  padding-bottom: 50px;
}

.space-break-both,
.space-break-both.e-con-full {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media (min-width: 768px) {
  .space-break-start {
    padding-top: 70px;
  }
  .space-break-end {
    padding-bottom: 70px;
  }
  .space-break-both,
  .space-break-both.e-con-full {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .space-break-start {
    padding-top: 90px;
  }
  .space-break-end {
    padding-bottom: 90px;
  }
  .space-break-both,
  .space-break-both.e-con-full {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
/* ----------------------------------------------
----- Buttons -----
---------------------------------------------- */
.vsk-btn,
.vsk-link-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 300ms ease-out;
  font-family: "Outfit", sans-serif;
}

.vsk-btn {
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border-radius: 5px;
}
.vsk-btn .las {
  margin-left: 0.625rem;
}
.vsk-btn.btn-solid {
  background-color: var(--mehandi);
  color: var(--white);
}
.vsk-btn.btn-solid:hover {
  background-color: var(--mehandi-hover);
  color: var(--mehandi-light-shade);
}
.vsk-btn.btn-ghost {
  background-color: var(--mehandi-background);
  color: var(--chhal);
}
.vsk-btn.btn-ghost:hover {
  background-color: var(--mehandi-text);
}

.vsk-link-btn i {
  transition: transform 300ms ease-out;
  margin-left: 5px;
}
.vsk-link-btn:hover i {
  transform: translateX(5px);
}

.vsk-btn-custom.btn-solid .elementor-button {
  background-color: var(--mehandi);
  font-size: 1rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 5px;
}
.vsk-btn-custom.btn-solid .elementor-button:hover {
  background-color: var(--mehandi-hover);
}

.vsk-btn-custom.btn-ghost .elementor-button {
  background-color: var(--mehandi-background);
  font-size: 1rem;
  color: var(--chhal);
  padding: 0.9375rem 1.25rem;
  border-radius: 5px;
}
.vsk-btn-custom.btn-ghost .elementor-button:hover {
  background-color: var(--mehandi-text);
}

/* ----------------------------------------------
----- Common -----
---------------------------------------------- */
.mehandi-background {
  background-color: var(--mehandi-background);
}

.dark-card,
.light-card {
  padding: 20px !important;
  border-radius: 10px !important;
}
.dark-card img,
.light-card img {
  width: 75px;
  height: 75px;
  mix-blend-mode: multiply;
}
.dark-card h3,
.light-card h3 {
  font-size: 1.25rem;
  margin: 1rem 0 0.625rem;
}
.dark-card p,
.light-card p {
  margin-bottom: 0 !important;
}

.dark-card {
  background-color: var(--mehandi-base);
}
.dark-card.text-center-card .elementor-widget-image .elementor-widget-container,
.dark-card.text-center-card h3,
.dark-card.text-center-card p {
  text-align: center;
}

.light-card {
  background-color: var(--mehandi-light-shade);
  padding: 1.5rem;
  border: 2px solid var(--chhal-shadow);
}
.light-card .elementor-widget-image .elementor-widget-container,
.light-card h3,
.light-card p {
  text-align: center;
}
.light-card h3 {
  color: var(--mehandi-hover);
}

.service-comp-card .elementor-widget-image .elementor-widget-container {
  width: 100%;
  height: 250px !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}
.service-comp-card .elementor-widget-image .elementor-widget-container::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(transparent, var(--mehandi-base));
}
.service-comp-card img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.service-comp-card .card-body {
  flex: 1 !important;
  background-color: var(--mehandi-base);
  padding: 10px 20px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.service-comp-card .card-body h3 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.service-comp-card .card-body p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .service-comp-card .card-body {
    padding: 10px 30px 30px;
  }
}
/* ----------------------------------------------
----- Header -----
---------------------------------------------- */
.navbar {
  background-color: var(--mehandi-background);
  box-shadow: 0 10px 10px var(--chhal-shadow-medium);
  position: relative;
  z-index: 1000;
}

.custom-logo-link img {
  width: 163px;
  height: 65px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#mainMenu {
  background-color: var(--chhal);
  border: none;
  width: 85%;
}
#mainMenu button {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
#mainMenu button:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
#mainMenu button svg {
  fill: var(--mehandi-light-shade);
}

.navbar-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-nav li:last-child {
  border-bottom: 0;
}
.navbar-nav li.menu-item-has-children {
  background-color: rgba(255, 255, 255, 0.03);
}
.navbar-nav li ul {
  list-style: none;
}
.navbar-nav a {
  display: block;
  padding: 0.625rem 1rem;
  text-decoration: none;
  color: var(--mehandi-light-shade);
  margin: 5px 0;
  transition: background-color 300ms ease-out;
}
.navbar-nav .current-menu-item a {
  color: var(--mehandi);
}
.navbar-nav > li:last-child a {
  background-color: var(--mehandi);
  border-radius: 5px;
  color: var(--white);
}
.navbar-nav > li:last-child a:hover {
  color: var(--mehandi-light-shade);
  background-color: var(--mehandi-hover);
}

@media (min-width: 768px) {
  #mainMenu {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #mainMenu .offcanvas-body {
    margin-left: auto;
  }
  .navbar-nav li {
    border-bottom: none;
    position: relative;
  }
  .navbar-nav li.menu-item-has-children {
    background-color: transparent;
  }
  .navbar-nav > li {
    margin-left: 0.625rem;
  }
  .navbar-nav a {
    color: var(--chhal);
    padding: 0.625rem 1rem;
    margin: 0;
  }
  .navbar-nav .current-menu-item a,
  .navbar-nav li a:hover {
    color: var(--mehandi);
  }
  .navbar-nav .sub-menu {
    position: absolute;
    left: 0;
    width: 220px;
    background-color: var(--mehandi);
    padding: 20px;
    border-radius: 5px;
    margin: 0;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: transform 300ms ease-out, opacity 300ms ease-out;
  }
  .navbar-nav .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-nav .sub-menu li:last-child {
    border-bottom: 0;
  }
  .navbar-nav .sub-menu li a {
    color: var(--mehandi-light-shade);
    font-size: 1rem;
    transition: color 300ms ease-out;
  }
  .navbar-nav .sub-menu li a:hover {
    color: var(--mehandi-base);
  }
  .navbar-nav .menu-item-has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav > li:last-child {
    display: flex;
    align-items: center;
    margin-left: 2rem;
  }
  .navbar-nav > li:last-child a {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li:last-child {
    margin-left: 4rem;
  }
  .navbar-nav a {
    font-size: 1.1rem;
  }
}
/* ----------------------------------------------
----- Hero Section -----
---------------------------------------------- */
.hero {
  width: 100%;
  height: 100dvh;
  padding-top: 50px;
  margin-top: -81px;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--chhal-shadow-full) 0%, var(--chhal-shadow-medium) 100%);
}
.hero .hero-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero .hero-bg img.active {
  opacity: 1;
}
.hero .hero-content {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero .hero-content .hero-text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.hero .hero-content .hero-text h2 {
  font-size: clamp(2rem, 1.4074rem + 2.963vw, 4rem);
  color: var(--mehandi-text);
}
.hero .hero-content .hero-text p {
  font-size: clamp(1rem, 0.9259rem + 0.3704vw, 1.25rem);
  color: var(--mehandi-light-shade);
}
.hero .hero-buttons {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.hero .slider-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.hero .slider-controls .slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero .slider-controls .slider-dot.active {
  background-color: white;
  transform: scale(1.2);
}

@media (min-width: 768px) {
  .hero .hero-content .hero-text {
    width: 100%;
    max-width: 450px;
    margin: 0;
    text-align: left;
  }
  .hero .hero-buttons {
    flex-direction: row;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .hero .hero-content .hero-text {
    max-width: 600px;
  }
}
/* ----------------------------------------------
----- Home Page -----
---------------------------------------------- */
.home-intro {
  background-color: var(--mehandi-background);
}

.focus-areas {
  position: relative !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.focus-areas::before, .focus-areas::after {
  position: absolute !important;
  display: block !important;
  content: "" !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.focus-areas::before {
  background-image: url("images/silhouette-tree-field-against-sky-sunset-2x2.jpg");
  background-size: cover;
  z-index: -2;
}
.focus-areas::after {
  background-color: var(--mehandi-background);
  z-index: -1;
  opacity: 0.95;
  mix-blend-mode: hard-light;
}
.focus-areas .elementor-widget-text-editor p {
  margin: 0 auto calc(2.5rem - 20px);
}
.focus-areas .focus-card {
  background-color: var(--mehandi);
  overflow: hidden;
  border-radius: 10px;
  transition: box-shadow 300ms ease-out;
}
.focus-areas .focus-card:hover {
  box-shadow: 0 10px 10px var(--chhal-shadow-medium);
}
.focus-areas .focus-card .text-content {
  position: relative;
  background-color: var(--mehandi);
  color: var(--mehandi-text);
  padding: 1.125rem;
}
.focus-areas .focus-card h3 {
  width: calc(100% - 60px);
  font-size: 1.125rem;
  color: var(--mehandi-light-shade);
  margin: 0;
}
.focus-areas .focus-card .elementor-widget-button {
  position: absolute;
  top: calc(50% - 22px);
  right: 15px;
}
.focus-areas .focus-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--mehandi-base);
  padding: 0;
  border-radius: 44px;
  text-decoration: none;
  transform: rotate(-45deg);
  transition: all 300ms ease-out;
}
.focus-areas .focus-card a:hover {
  background-color: var(--mehandi-light-shade);
  color: var(--mehandi);
  transform: rotate(0);
}

.our-vision {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.our-vision .elementor-widget-text-editor p {
  margin: 0 auto calc(2.5rem - 20px);
}
.our-vision .vision-card {
  height: 250px;
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  transition: box-shadow 300ms ease-out;
}
.our-vision .vision-card:hover {
  box-shadow: 0 10px 10px var(--chhal-shadow-medium);
}
.our-vision .vision-card .elementor-widget-image {
  text-align: left;
}
.our-vision .vision-card h3 {
  font-size: 1.25rem;
  color: var(--mehandi-light-shade);
  margin-bottom: 0.625rem;
}
.our-vision .vision-card p {
  color: var(--mehandi-base);
  margin: 0;
}

.join-us-cta {
  position: relative;
  color: var(--mehandi-light-shade);
}
.join-us-cta::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, #413424, transparent);
}
.join-us-cta h2 {
  color: var(--mehandi-text);
  text-wrap: balance;
}
.join-us-cta h2 span {
  display: block;
  color: var(--mehandi-background);
}

@media (min-width: 768px) {
  .focus-areas-last-row,
  .our-vision-last-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .focus-areas-last-row .focus-card,
  .focus-areas-last-row .vision-card,
  .our-vision-last-row .focus-card,
  .our-vision-last-row .vision-card {
    flex: 0 0 32.33% !important;
    max-width: 32.33%;
  }
  .focus-areas-last-row .focus-card:last-child,
  .focus-areas-last-row .vision-card:last-child,
  .our-vision-last-row .focus-card:last-child,
  .our-vision-last-row .vision-card:last-child {
    display: none;
  }
  .our-vision .vision-card {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .focus-areas .elementor-widget-text-editor p,
  .our-vision .elementor-widget-text-editor p {
    width: 70%;
  }
  .focus-areas .focus-card img {
    transition: transform 2s ease-out;
  }
  .focus-areas .focus-card:hover img {
    transform: rotate(3deg) scale(1.1);
  }
  .our-vision .vision-card {
    height: 300px;
  }
  .our-vision .vision-card .elementor-widget-text-editor p {
    width: 100%;
  }
}
/* ----------------------------------------------
----- Footer -----
---------------------------------------------- */
.site-footer {
  background-color: var(--chhal);
  color: var(--mehandi-text);
}
.site-footer .decoration-img {
  max-width: 100%;
  height: auto;
}
.site-footer .footer-description {
  text-wrap: balance;
  margin-bottom: 0;
}
.site-footer .separator {
  margin: 3rem 0 1.875rem;
}
.site-footer .copyright {
  padding-bottom: 2rem;
}
.site-footer .footer-heading {
  font-size: 1.5rem;
  color: var(--mehandi-text);
  margin-top: 2rem;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer li:last-child a {
  border-bottom: 0;
}
.site-footer a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  color: var(--mehandi-light-shade);
  padding: 0.625rem 0;
  transition: color 300ms ease-out, transform 300ms ease-out;
}
.site-footer a:hover {
  color: var(--mehandi-text);
  transform: translateX(5px);
}
.site-footer address {
  padding-top: 0.625rem;
}
.site-footer address a {
  display: inline-block;
  border-bottom: none;
  padding: 0;
}
.site-footer .social-icons {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.site-footer .social-icon {
  padding: 0;
  border-bottom: 0;
}
.site-footer .social-icon:hover {
  transform: translate(0, -5px);
}

/* ----------------------------------------------
----- Page Styles -----
---------------------------------------------- */
.section-heading h2 {
  font-size: clamp(1.875rem, 1.3935rem + 2.4074vw, 3.5rem);
  margin-bottom: 1.25rem;
}
.section-heading span {
  color: var(--mehandi);
}
.section-heading p {
  margin-bottom: 2.5rem;
}

.entry-header {
  position: relative;
  height: 250px;
}
.entry-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--chhal-shadow-full);
}
.entry-header .entry-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.entry-header .entry-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-header .entry-title {
  color: var(--mehandi-base);
  font-size: clamp(2rem, 1.5556rem + 2.2222vw, 3.5rem);
  text-align: center;
}
.entry-header .entry-sub-title {
  display: block;
  color: var(--white);
  font-size: 1.125rem;
}
.entry-header .entry-sub-title span {
  display: block;
  margin-top: 5px;
  color: var(--mehandi);
}
.entry-header .breadcrumb {
  justify-content: center;
}
.entry-header .breadcrumb .breadcrumb-item::before {
  color: var(--mehandi);
}
.entry-header .breadcrumb a {
  color: var(--mehandi-text);
}
.entry-header .breadcrumb a:hover {
  color: var(--mehandi-base);
}
.entry-header .breadcrumb .active {
  color: var(--mehandi-background);
}

.page-id-20 .entry-content,
.page-id-16 .entry-content {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .entry-header .entry-title {
    text-align: left;
  }
  .entry-header .breadcrumb {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .entry-header {
    height: 300px;
  }
  .entry-header::before {
    background-color: transparent;
    background-image: linear-gradient(to right, var(--chhal-shadow-full) 0%, var(--chhal-shadow-medium) 100%);
  }
}
@media (min-width: 1200px) {
  .entry-header {
    height: 350px;
  }
}
/* ----------------------------------------------
----- Contact Page -----
---------------------------------------------- */
.contact-card {
  background-color: var(--mehandi-light-shade);
  border: 1px solid var(--mehandi-text);
  box-shadow: 0px 10px 20px var(--chhal-shadow);
  border-radius: 15px;
  margin-bottom: 1.25rem;
}
.contact-card .card-body {
  display: block;
  padding: 1.5rem;
}
.contact-card .card-body p:last-child {
  margin-bottom: 0;
}
.contact-card .las {
  color: var(--mehandi);
  background-color: var(--mehandi-base);
  padding: 0.5rem;
  border-radius: 50px;
}
.contact-card h3 {
  font-size: 1.25rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .contact-card .card-body {
    display: flex;
    align-items: flex-start;
  }
  .contact-card h3 {
    margin-top: 0;
  }
}
/* ----------------------------------------------
----- Form -----
---------------------------------------------- */
form p {
  margin-bottom: 1.875rem;
}
form label {
  display: block;
  margin-bottom: 5px;
}
form label span {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--mehandi);
}
form input,
form textarea {
  width: 100%;
  background-color: transparent;
  padding: 3px 5px;
  border: none;
  border-bottom: 2px solid var(--chhal-shadow);
  color: var(--mehandi-hover);
}
form input:focus-visible,
form textarea:focus-visible {
  outline: none;
}
form input:focus,
form textarea:focus {
  border-bottom-color: var(--mehandi-text);
}

/* ----------------------------------------------
----- Plant With Us Page -----
---------------------------------------------- */
.pwu-bigger-story .pwu-bs-card {
  background-color: var(--mehandi-light-shade);
  padding: 1.5rem;
  border: 2px solid var(--chhal-shadow);
  border-radius: 10px;
}
.pwu-bigger-story img {
  width: 90px;
  height: 90px;
}
.pwu-bigger-story h3 {
  font-size: 1.25rem;
  text-align: center;
  color: var(--mehandi-hover);
  margin-top: 0.625rem;
}

.pwu-cta {
  background-color: var(--mehandi-hover);
  color: var(--mehandi-light-shade);
}
.pwu-cta h2 {
  color: var(--mehandi-base);
}
.pwu-cta .lead {
  color: var(--mehandi-base);
}
.pwu-cta form input, .pwu-cta form textarea {
  color: var(--mehandi-base);
  border-color: var(--mehandi-text);
}
.pwu-cta form label span {
  color: var(--mehandi-light-shade);
}

/* ----------------------------------------------
----- Focus Area Page -----
---------------------------------------------- */
.page-id-14 .lead p {
  margin: 0;
}

.fa-ind-card .fa-img-wrapper {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.fa-ind-card .fa-img-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent, var(--chhal-shadow-full));
  width: 100%;
  height: 100%;
}
.fa-ind-card .fa-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fa-ind-card .fa-text-content {
  background-image: linear-gradient(transparent, var(--mehandi) 35%);
  padding: 30px;
  border-radius: 20px;
  margin-top: -150px;
}
.fa-ind-card .fa-text-content h2 {
  color: var(--mehandi-light-shade);
  margin-bottom: 1rem;
}
.fa-ind-card .fa-text-content p {
  color: var(--mehandi-background);
  margin-bottom: 0;
}
.fa-ind-card .fa-key-initiatives {
  padding-top: 30px;
}
.fa-ind-card .fa-key-initiatives h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.fa-ind-card .fa-key-initiatives ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.fa-ind-card .fa-key-initiatives li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
}
.fa-ind-card .fa-key-initiatives li:not(:last-child) {
  margin-bottom: 10px;
}
.fa-ind-card .fa-key-initiatives li::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 1.5em;
  color: var(--mehandi);
  margin-right: 10px;
}

@media (min-width: 768px) {
  .fa-ind-card .fa-img-wrapper {
    height: 350px;
  }
}
/* ----------------------------------------------
----- About Us Page -----
---------------------------------------------- */
.about-intro h2 {
  text-wrap: balance;
}
.about-intro p {
  margin-bottom: 0;
}

/* ----------------------------------------------
----- Services Page -----
---------------------------------------------- */
.service-card {
  background-color: var(--mehandi-light-shade);
  padding: 2rem !important;
  border: 2px solid var(--chhal-shadow);
  border-radius: 20px !important;
  text-align: center;
  transition: backgruond-color 300ms ease-out, transform 300ms ease-out, box-shadow 300ms ease-out;
}
.service-card img {
  width: 120px;
  height: 120px;
}
.service-card h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
}
.service-card:hover {
  background-color: var(--mehandi-background);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px var(--chhal-shadow-medium);
}

.services-our-process {
  background-color: var(--mehandi-background);
}
.services-our-process .commitment-card {
  background-color: var(--mehandi-base);
}
.services-our-process .commitment-card h3 {
  color: var(--chhal);
}/*# sourceMappingURL=style.css.map */