* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "inter_tight";
  src: url("./fonts/Inter_Tight/InterTight-VariableFont_wght.ttf");
}

body {
  font-family: "inter_tight";
}

.container {
  padding: 25px 50px;
}

.nav-bar nav {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease;
}
.nav-bar.sticky nav{
    background:#fff;
}

.nav-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transform: translateY(0);
    transition: transform 0.35s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.nav-bar.nav-hidden{
    transform: translateY(-100%);
}

.nav-bar.sticky{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.nav-els a,
.nav-btn{
    color:#fff;
}

.nav-bar.sticky .nav-els a,
.nav-bar.sticky .nav-btn{
    color:#000;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.nav-bar.sticky .nav-btn{
    color: #000;
    border-color: #000;
}
.nav-bar.sticky .nav-els a{
    color: #000;
}
nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 50%;
  font-size: 15px;
  font-weight: 500;
}

.nav-els a {
  text-decoration: none;
  color: #000;
}

.btn {
  padding: 20px 35px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}
.nav-bar.sticky{
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.nav-bar.sticky .nav-els li a{
    color: #000;
}

.nav-bar.sticky .nav-btn {
  color: #000;
  border-color: #000;
  background: #fed919;
}
.nav-bar ul.nav-els li {
    color: #fff;
}
.nav-bar.sticky ul.nav-els li{
    color:#000;
}
.second-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.slider-right-btns .btn{
  text-align: center !important;
}
.slider {
  /*background: #e2e7ef;*/
  position: relative;
  height: 800px;
  overflow: hidden;
}

.fixed-slider-btns {
  position: absolute;
  right: 60px;
  top: 425px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  z-index: 50;
}

.right-slider-btn {
  width: 55px;
  height: 55px;

  background: black;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 4px;
  cursor: pointer;
}

.next-btn {
  background: #e2e7ef;
  color: black;
  border: 2px solid #999;
}
.card1 {
    background:url('images/Content-Box1.png') center/cover no-repeat;
    
}

.card2 {
    background:url('images/Content-Box2.png') center/cover no-repeat;
}
.card3 {
    background:url('images/Content-Box3.png') center/cover no-repeat;
}
.card4 {
    background:url('images/Content-Box4.png') center/cover no-repeat;
}
/* ======================= */
/* WRAPPER */
/* ======================= */

.slider-wrapper {
  position: relative;
  height: 110%;
}
@media (max-width: 600px) {
    .slider-bottom-right {
        display: flex;
        gap: 50px;
        flex-direction: row;
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .heading-row h1{
       font-size: 34px!important;
        font-weight: 500!important;
    }
}
/* ======================= */
/* SLIDES */
/* ======================= */

.slide {
  display: none;

  position: absolute;
  inset: 0;

  width: 100%;
  height: 90%;
}

.slide.active {
  display: block;
 background-image: url("images/new/csr_hero_banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ======================= */
/* CONTENT */
/* ======================= */

.slider-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 180px;
  padding-top: 180px;
  padding-bottom: 0px !important;
}

.slider-left {
  width: 63%;

  display: flex;
  flex-direction: column;
  gap: 30px;
}

.slider-para-1 {
    font-size: 16px;
    color: white ! IMPORTANT;
}

.slider-left h1 {
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

.slider-para-2 {
  width: 70%;
  font-size: 18px;
  color:#fff;
  line-height: 1.6;
  display: none;
}
.slider-right-btns .btn{
    width:30%;
}
.slider-right-btns {
  display: flex;
  flex-wrap:wrap;
  gap: 20px;
}

.slider-img {
  width: 350px;
  margin-top: 100px;
}

/* ======================= */
/* BOTTOM */
/* ======================= */

.slider-bottom {
  position: absolute;

  bottom: 30px;
  left: 50%;

  transform: translateX(-50%);

  width: 90%;

  display: flex;
  align-items: center;
  gap: 25px;
}

.slider-bottom-left {
  display: flex;
  gap: 25px;
}

.slider-bottom-right {
  display: flex;
  gap: 25px;
}

.slider-card {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 200px;
}

.slider-card img {
  width: 38px;
      height: 40px;
}

.slider-card-number {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.slider-card-text {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 200;
}

.card-divider-line {
    width: 1px;
    height: 120px; /* shorter */
    background: #515151;
    align-self: center; /* centers in a flex parent */
}

.section2 {
  padding: 40px 0;
}

.section2-cards-mid {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  border-radius: 4px;
  background-image: url("images/new/second_center_box.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* CROSS LINES */

/* .section2-cards-mid::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      53deg,
      transparent 49.7%,
      rgba(255 255 255 / 7%) 50%,
      transparent 50.3%
    ),
    linear-gradient(
      -53deg,
      transparent 49.7%,
      rgb(255 255 255 / 7%) 50%,
      #00000000 50.3%
    );

  pointer-events: none;
} */

.section2-cards-mid h2 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section2-cards-mid p {
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
  line-height: 1.6;
  z-index: 2;
  font-weight: 300;
}

.section2-cards-mid a {
  width: fit-content;
  padding: 18px 45px;
  background: white;
  color: black;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.hero_logo_head{
  width: 10% !important;
}
.start_connv_btn{
  background: #fed919;
}
.section2-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.section2-heading h1 {
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 45px;
}

.section2-heading p {
  font-size: 16px;
  font-weight: 400;
}

.section2-small-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  min-height: 300px;
}

.section2-small-card-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section2-small-card-para1 {
    color:#fff;
  font-size: 25px;
  font-weight: 300;
}
.section2-small-card-para2 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.section2-small-card-para2 b {
  font-weight: 500;
}
.section2-small-card-para2{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
.section2-small-card-para3 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.section2-cards {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 20px;
  align-items: stretch;
  padding: 0 40px;
}

.section2-cards-left,
.section2-cards-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.section3-container {
  background: #F8F8F6;
  padding: 60px 40px;
}

.section3-heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.section3-heading p {
  font-size: 16px;
}

.section3-heading-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.section3-heading-content h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.4;
}

.both-blur-cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  background: #f8f8f6;
  padding: 0 0px 20px 20px;
}

/* ========================= */
/* MAIN WRAPPER */
/* ========================= */

.section3-main-wrapper {
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
}

/* ========================= */
/* TOP CARDS ROW */
/* ========================= */

.section3-top-cards {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.section3-top-right-card {
  flex: 0 0 33%;
  padding: 0 25px;
  color: white;
  background: #3AA27F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-right-radius: 7px;
}

.section3-top-right-card h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0;
  line-height: 1.3;
}

.section3-top-right-card-para1 {
  font-size: 16px;
  line-height: 1.6;
  width: 85%;
  margin-bottom: 20px;
}

.section3-top-right-card-para {
  font-size: 19px;
  line-height: 1.4;
  padding: 15px 0;
  font-weight: 400;
}

.section3-top-card-bottom-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

/* ========================= */
/* UPCOMING BLUR CARDS */
/* ========================= */

.section3-blur-card {
  flex: 1;
  height: 100%;
  padding: 22px 20px;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
}

.section3-blur-card:hover {
  background: rgb(130 128 128 / 7%);
}

/* ========================= */
/* BLUR CARD HEADING */
/* ========================= */

.section3-blur-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-shrink: 0;
}

.section3-blur-card-heading h2 {
  font-size: 25px;
  font-weight: 600;
  color: #1a1a2e;
}

.section3-blur-card-heading a {
  text-decoration: none;
  background: #F3F3F3;
  padding: 5px 12px;
  color: #000;
  font-size: 12px;
  border-radius: 3px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 10px;
  /* border: 1px solid #ccc; */
  font-weight: 500;
}

/* ========================= */
/* BLUR CARD BLURRED CONTENT */
/* ========================= */

.section3-blur-card-bottom {
  /* filter: blur(3px); */
  opacity: 0.75;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0;
  flex: 1;

  position: relative;
}

/* .section3-blur-card-bottom::before {
  content: "";

  position: absolute;
  inset: 0;

  background: #ffffff00;
} */

.blur-card-line {
  height: 1px;
  background: #000;
  width: 100%;
}
.section3-blur-card-bottom hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 0;
}

.section3-blur-card-bottom p {
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  padding: 20px 0;
}

/* ========================= */
/* BOTTOM SECTION */
/* ========================= */

.section3-bottom {
  color: white;
  padding: 60px 25px 40px;
  background-color: #3AA27F;
}

.section3-bottom > hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}

.section3-bottom-heading p {
  font-size: 14px;
  margin-bottom: 20px;
}

.section3-bottom-heading h1 {
  font-size: 55px;
  margin-bottom: 70px;
  font-weight: 400;
}

/* ICON ROW */

.section3-bottom-icon-cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 50px;
}

.section3-bottom-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  width: 16%;
  flex-shrink: 0;
}

.section3-bottom-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section3-bottom-icon img {
  width: 40px;
}

.section3-bottom-icon-card h2 {
  font-size: 25px;
  font-weight: 300;
  margin-top: 10px;
}

.section3-bottom-icon-card p {
  font-size: 13px;
  line-height: 1.5;
}

.curve-line {
  width: 11%;
  margin-top: 29px;
  flex-shrink: 0;
}

.section4-heading-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-top: 60px;
}

.section4-heading-content p {
  font-size: 18px;
  font-weight: 400;
}

.section4-heading-content h1 {
  font-size: 50px;
  font-weight: 700;
  width: 40%;
  text-align: center;
}

/* ========================= */

.section4-carousel {
  width: 100%;
  overflow: hidden;
  margin: 50px 0px;
  /* padding-bottom: 60px !important; */
}

.section4-carousel-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: section4Scroll 25s linear infinite;
}

.section4-carousel-track:hover {
  animation-play-state: paused;
}

.section4-carousel-card {
  width: 360px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  background: #F8F8F6;
  padding: 30px;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid #E7E7E7;
}

.section4-carousel-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.section4-carousel-card-usercard {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section4-carousel-card-user-icon img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.section4-carousel-card-usercard h3 {
  font-size: 17px;
}

.section4-carousel-card-usercard p {
  font-size: 15px;
}

/* ========================= */

@keyframes section4Scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-380px * 2));
  }
}

/* SECTION 5 */

.section5 {
  background: #F8F8F6;
  padding: 50px 0;
  /* margin-top: 80px; */
}

.section5-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

/* ========================= */
/* LEFT SIDE */
/* ========================= */

.section5-left {
  width: 45%;
}

.section5-small-heading {
  font-size: 18px;
  margin-bottom: 25px;
}

.section5-left h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 55px;
}

.section5-description {
  font-size: 16px;
  line-height: 1.6;
  color: #4d4d4d;
  width: 90%;
  margin-bottom: 50px;
  display: none !important;
}

/* CONTACT */

.section5-contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section5-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width:50%;
}

.section5-contact-item a {
  text-decoration: none;
}

.section5-contact-icon {
  width: 55px;
  height: 55px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
}

.section5-contact-icon i {
  font-size: 18px;
  color: black;
}

.section5-contact-item h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}
input[type="text"] {
    color: #fff;
}
textarea {
    color: #fff;
}
.section5-contact-item p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.5;
}

/* ========================= */
/* RIGHT SIDE */
/* ========================= */

.section5-form-box {
  width: 50%;
  background: #1a1a1a;
  padding: 35px;
  border-radius: 6px;
}

.section5-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.section5-form input {
  height: 50px;
  border: 1px solid #fff;
  outline: none;
  padding: 0 18px;
  font-size: 16px;
  background: transparent;
  border-radius: 4px;
}

.section5-form input::placeholder,
.section5-form textarea::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 0.4;
}

.section5-form textarea {
  font-family: "inter_tight";
  grid-column: 1 / 3;
  height: 280px;
  resize: none;
  border: 1px solid #fff;
  outline: none;
  padding: 20px;
  font-size: 16px;
  background: transparent;
  border-radius: 4px;
  margin-bottom: 20px;
}

.section5-form button {
  grid-column: 1 / 3;
  height: 55px;
  border: none;
  background: #FED917;
  color: black;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.footer {
  background: #050505;
  padding: 35px 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ======================= */
/* TOP */
/* ======================= */

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  width: 170px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}

/* ======================= */
/* LINE */
/* ======================= */

.footer-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

/* ======================= */
/* BOTTOM */
/* ======================= */

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  color: white;
  font-size: 14px;
}

/* SOCIAL */

.footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-socials span {
  color: white;
  font-size: 15px;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-icons a {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-social-icons i {
  color: black;
  font-size: 16px;
}

/* ======================================= */
/* SECTION 1 RESPONSIVE */
/* ======================================= */

@media (max-width: 600px) {
  /* CONTAINER */

  .container {
    padding: 20px;
  }

  body {
    padding-top: 80px;
  }
.slide.active{
 background-image: url(images/Hero-img-mob.png);
background-size: 100% auto;
min-height: 130vh;
}
.section3-bottom-icon-card{
    align-items:flex-start;
    text-align:left;
    width:100%;
}
  /* ======================= */
  /* NAVBAR */
  /* ======================= */

  nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  nav img {
    width: 100px;
  }

  nav ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    font-size: 14px;
  }

  nav .btn {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }

  /* ======================= */
  /* SLIDER */
  /* ======================= */

  .slider {
    height: auto;
  }

  .slider-wrapper {
    height: auto;
  }

  .slide {
    position: relative;
    height: auto;
  }

  .slider-content {
    flex-direction: column;

    padding-top: 30px;
    gap: 40px;
  }

  .slider-left {
    width: 100%;
    gap: 20px;
  }

  .slider-left h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  .slider-para-1 {
    font-size: 14px;
    text-align: center;
  }

  .slider-para-2 {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }

  .slider-right-btns {
    width: 100%;
    gap: 15px;
  }

  .slider-right-btns .btn {
    width: 100%;
    text-align: center;
    padding: 13px 17px;
    font-size: 14px;
  }

  /* IMAGE */

  .slider-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .slider-img {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
  }

  /* ======================= */
  /* FIXED BUTTONS */
  /* ======================= */

  .fixed-slider-btns {
    right: 20px;
    top: auto;
    bottom: 20px;
    flex-direction: row;
  }
  p.slider-para-2 {
    color: #fff;
    text-align:left;
}

  .right-slider-btn {
    width: 45px;
    height: 45px;
  }

  /* ======================= */
  /* BOTTOM CARDS */
  /* ======================= */

  .slider-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;

    width: 100%;
    padding: 20px;
    margin-top: 40px;

    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .slider-bottom-left {
    display: flex;
    gap: 50px;
  }

  .slider-bottom-right {
    display: flex;
    gap: 50px;
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .slider-card {
    width: 130px;
  }

  .slider-card-number {
    font-size: 25px;
  }

  .slider-card-text {
    font-size: 14px;
  }

  .card-divider-line {
    width: 100%;
    height: 1px;
    display: none;
  }
/*.section2-small-card-1 {*/
/*  background-image: url("../images/girl.png");*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*}*/
.card1 {
    background:url('images/Content-Box1.png') center/cover no-repeat;
    
}

.card2 {
    background:url('images/Content-Box2.png') center/cover no-repeat;
}
.card3 {
    background:url('images/Content-Box3.png') center/cover no-repeat;
}
.card4 {
    background:url('images/Content-Box4.png') center/cover no-repeat;
}

  /* ======================================= */
  /* SECTION 2 RESPONSIVE */
  /* ======================================= */

  .section2 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* HEADING */

  .section2-heading {
    gap: 10px;
    margin-top: 30px;
    text-align: center;
  }

  .section2-heading h1 {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 0;
  }

  .section2-heading p {
    font-size: 14px;
  }

  /* MAIN CARDS WRAPPER */

  .section2-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 35px 0 0;
    padding: 0px;
  }

  .section2-cards-left,
  .section2-cards-right {
    width: 100%;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  /* SMALL CARDS */

  .section2-small-card {
      
    width: 100%;
    height: auto;
    min-height: 260px;
    padding: 22px 18px;
  }

  .section2-small-card-para1 {
      color: #fff;
    font-size: 24px;
    line-height: 1.2;
  }

  .section2-small-card-para2 {
      color: #fff;
    font-size: 15px;
    line-height: 1.6;
  }

  .section2-small-card-para3 {
      color: #fff;
    font-size: 13px;
  }

  /* MIDDLE CARD */

  .section2-cards-mid {
    width: 100%;
    height: auto;
    min-height: 580px;
    padding: 30px 20px;
  }

  .section2-cards-mid h2 {
    font-size: 34px;
    line-height: 1.05;
    margin-bottom: 20px;
  }

  .section2-cards-mid p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .section2-cards-mid button {
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    font-size: 14px;
  }

  /* ======================================= */
  /* SECTION 3 RESPONSIVE */
  /* ======================================= */

  .section3 {
    padding: 30px 0 50px;
  }

  .section3-container {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  /* ======================= */
  /* HEADING */
  /* ======================= */

  .section3-heading {
    gap: 12px;
    margin-bottom: 30px;
  }

  .section3-heading p {
    font-size: 14px;
  }

  .section3-heading-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .section3-heading-content h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  .section3-heading-content .btn {
    width: 100%;
    text-align: center;
  }

  .both-blur-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #e2e7ef;
  }

  /* ======================= */
  /* TOP WRAPPER */
  /* ======================= */

  .section3-top-cards {
    flex-direction: column-reverse;
  }

  /* ACTIVE CARD */

  .section3-top-right-card {
    width: 100%;
    padding: 25px 20px;
  }

  .section3-top-right-card h2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .section3-top-right-card-para1 {
    width: 100%;
    font-size: 16px;
  }

  .section3-top-right-card-para {
    font-size: 18px;
    padding: 18px 0;
  }

  /* ======================= */
  /* BLUR CARDS WRAPPER */
  /* ======================= */

  .section3-top-cards > div:nth-child(2) {
    flex-direction: column;
    padding:0px;
    gap: 20px;
  }

  /* ======================= */
  /* BLUR CARDS AS BUTTONS */
  /* ======================= */

  .section3-blur-card {
    width: 100%;
    height: auto;
    min-height: 220px;
    padding: 20px;
    transition: 0.3s ease;
    cursor: pointer;
    border: 1px solid #eeee;
  }
.section3-blur-card.hero-card2 {
    margin-bottom: 20px;
}
.both-blur-cards{
    background:#fff;
}
  .section3-blur-card:active {
    transform: scale(0.98);
  }

  .section3-blur-card-heading {
    margin-bottom: 20px;
  }

  .section3-blur-card-heading h2 {
    font-size: 22px;
  }

  .section3-blur-card-heading a {
    font-size: 11px;
    padding: 5px 10px;
  }

  .section3-blur-card-bottom p {
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 0;
  }

  /* ======================= */
  /* BOTTOM SECTION */
  /* ======================= */

  .section3-bottom {
    padding: 35px 20px 40px;
  }

  .section3-bottom-heading p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .section3-bottom-heading h1 {
    font-size: 36px;
    line-height: 1.05;
    margin-bottom: 35px;
  }
.stories-section{
    padding:30px 0px!important;
}
  /* ======================= */
  /* ICON CARDS */
  /* ======================= */

  .section3-bottom-icon-cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 0;
     width: 100%;
  }
  .section3-bottom-icon-card h2 {
    font-size: 28px;
  }

  .section3-bottom-icon-card p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }

  .section3-bottom-icon {
    width: 60px;
    height: 60px;
  }

  .section3-bottom-icon img {
    width: 40px;
  }

  /* HIDE CURVE LINES */

  .curve-line {
    display: none;
  }

  /* ======================================= */
  /* SECTION 4 RESPONSIVE */
  /* ======================================= */

  .section4 {
    padding: 10px 0 50px;
  }

  /* ======================= */
  /* HEADING */
  /* ======================= */

  .section4-heading-content {
    gap: 14px;
    margin-top: 0;
    padding: 0 20px;
    text-align: center;
  }

  .section4-heading-content p {
    font-size: 14px;
  }

  .section4-heading-content h1 {
    width: 100%;
    font-size: 35px;
    line-height: 1.08;
  }

  /* ======================= */
  /* CAROUSEL */
  /* ======================= */

  .section4-carousel {
    margin: 40px 0 0;
  }

  .section4-carousel-track {
    gap: 15px;

    /* slower + smoother on mobile */
    animation: section4ScrollMobile 22s linear infinite;
  }

  /* ======================= */
  /* CARDS */
  /* ======================= */

  .section4-carousel-card {
    width: 290px;
    min-height: 220px;

    padding: 22px;

    gap: 50px;
  }

  .section4-carousel-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  /* ======================= */
  /* USER CARD */
  /* ======================= */

  .section4-carousel-card-usercard {
    gap: 14px;
  }

  .section4-carousel-card-user-icon img {
    width: 48px;
    height: 48px;
  }

  .section4-carousel-card-usercard h3 {
    font-size: 15px;
  }

  .section4-carousel-card-usercard p {
    font-size: 13px;
    line-height: 1.4;
  }

  /* ======================= */
  /* MOBILE ANIMATION */
  /* ======================= */

  @keyframes section4ScrollMobile {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-305px * 2));
    }
  }

  /* ======================================= */
  /* SECTION 5 RESPONSIVE */
  /* ======================================= */

  .section5 {
    padding: 40px 0;
    margin-top: 0px !important;
  }

  .section5-container {
    flex-direction: column;
    gap: 40px;
  }

  /* ======================= */
  /* LEFT SIDE */
  /* ======================= */

  .section5-left {
    width: 100%;
  }

  .section5-small-heading {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .section5-left h1 {
    font-size: 35px;
    line-height: 1.05;
    margin-bottom: 18px;
  }

  .section5-description {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  /* CONTACT ITEMS */

  .section5-contact-wrapper {
    gap: 22px;
  }

  .section5-contact-item {
    gap: 15px;
    width:100%;
  }

  .section5-contact-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
  }

  .section5-contact-icon img {
    width: 22px;
  }

  .section5-contact-item h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .section5-contact-item p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* ======================= */
  /* FORM */
  /* ======================= */

  .section5-form-box {
    width: 100%;
    padding: 22px 18px;
  }

  .section5-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .section5-form input {
    height: 40px;
    font-size: 12px;
  }

  .section5-form textarea {
    grid-column: auto;
    height: 130px;
    font-size: 12px;
    padding: 15px;
  }

  .section5-form button {
    grid-column: auto;
    height: 52px;
    font-size: 15px;
  }

  /* ======================================= */
  /* FOOTER RESPONSIVE */
  /* ======================================= */

  .footer {
    padding: 30px 0;
  }

  .footer-container {
    gap: 30px;
  }

  /* TOP */

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .footer-logo img {
    width: 140px;
  }

  /* LINKS */

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-links a {
    font-size: 15px;
  }

  /* BOTTOM */

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-bottom p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* SOCIAL */

  .footer-socials {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-socials span {
    font-size: 14px;
  }

  .footer-social-icons {
    gap: 10px;
    flex-wrap: wrap;
  }

  .footer-social-icons a {
    width: 40px;
    height: 40px;
  }

  .footer-social-icons img {
    width: 16px;
  }
}

.menu-icon {
  display: none;
}

@media (max-width: 600px) {
  nav {
    position: relative;
  }

  /* MENU ICON */

  .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    position: absolute;
    right: 20px;
    top: 18px;

    background: black;
    color: white;

    border-radius: 4px;

    cursor: pointer;

    z-index: 1000;
  }

  .menu-icon i {
    font-size: 18px;
  }

  /* NAV LINKS */

  .nav-els {
    display: none;

    width: 100%;

    flex-direction: column;
    align-items: flex-start;

    gap: 18px;

    padding: 20px;

    background: white;

    border-radius: 4px;
  }

  .nav-els.active {
    display: flex;
  }

  .nav-btn {
    display: none;
  }

  .nav-btn.active {
    display: flex;
    width: fit-content;
  }
}

.stories-section {
  min-height: 100vh;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  background-image: url(images/new/bennficiary_bg.svg);
}

/* Background Grid */
.stories-section::before{
    content:"";
    position:absolute;
    inset:0;
    /*background-image:*/
    /*    linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px),*/
    /*    linear-gradient(90deg, rgba(0,0,0,.05) 1px, transparent 1px);*/
    /*background-size:80px 80px;*/
    pointer-events:none;
}

.container{
    position:relative;
    z-index:2;
}

.subtitle{
    font-size:18px;
    margin-bottom:20px;
    color:#222;
}

.heading-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:60px;
}

.heading-row h1{
    font-size:58px;
    font-weight:600;
    line-height:1;
    color:#111;
    max-width:700px;
}

.slider-nav{
    display:flex;
    gap:12px;
    margin-top:80px;
}

.slider-nav button{
    width:58px;
    height:58px;
    border-radius:4px;
    border:1px solid #333;
    background:white;
    cursor:pointer;
    font-size:30px;
    transition:.3s;
    padding-bottom: 5px;
}

/* .slider-nav button:first-child{
    background:#111;
    color:white;
} */

.slider-nav button:hover{
    /* transform:translateY(-2px); */
    background:#111;
    color:white;
}

.testimonial-slider{
    --slide-width: 70%;
    --slide-peek: 15%;
    width: 100%;
    position: relative;
}

.testimonial-viewport{
    overflow: hidden;
    width: 100%;
}

.testimonial-track{
    display: flex;
    align-items: center;
    gap: 40px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.testimonial-track.no-transition{
    transition: none;
}

.testimonial-slide{
    flex: 0 0 var(--slide-width);
    min-width: 0;
    opacity: 0.55;
    transform: scale(0.6);
    transform-origin: center center;
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.testimonial-slide.is-prev{
    transform-origin: right center;
}

.testimonial-slide.is-next{
    transform-origin: left center;
}

.testimonial-slide.is-active{
    opacity: 1;
    transform: scale(1);
    transform-origin: center center;
    pointer-events: auto;
    z-index: 2;
}

.testimonial-slide-inner{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 28px;
    align-items: center;
    height: 100%;
}

.slide-media img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}

.slide-body blockquote {
  font-size: 20px;
  line-height: 1.35;
  color: #111;
  text-decoration: none;
  text-decoration-color: none;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  margin-bottom: 50px;
}

.slide-body h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    /*display: none !important;*/
}
.slide-body .meta{
  display: none !important;
}

.slide-body .meta{
    color: #777;
    font-size: 18px;
}
.nav-bar.sticky img{
    filter: brightness(0) saturate(100%) !important
}
.hero_csr_second_cardsss{
    padding:20px !important;
}
@media(max-width:1200px){

    .testimonial-slider{
        --slide-width: 88%;
        --slide-peek: 6%;
    }

    .testimonial-slide{
        transform: scale(0.7);
    }

    .testimonial-slide.is-active{
        transform: scale(1);
    }

    .testimonial-slide-inner{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .slide-media img{
        height: 320px;
    }

    .slide-body blockquote{
        font-size: 20px;
        margin-bottom: 30px;
    }

    .heading-row{
        flex-direction:column;
        gap:30px;
    }

    .heading-row h1{
        font-size:54px;
    }

    .slider-nav{
        margin-top:0;
    }
}


.yellow_btn{
  background: #FED917 !important;
}
.section2-cards-mid a:hover{
  background: #FED917 !important;
}
.slider-right-btns .second-btn{
    transition:all 0.3s ease
}
.slider-right-btns .second-btn:hover{
    background: #FED917 !important;
    color:black !important;
    border-color:#FED917 !important;
}
.slider-right-btns {
    margin-bottom:20px !important;
}
.section3.mobile{
  display: none !important;
}