

  /*+++++++++++++++++++++++++++++++ GENERAL  STYING +++++++++++++++++++++++++++++++++*/
  *{
    font-family: 'Inter', sans-serif;
    /* font-family: 'Space Grotesk', sans-serif; */
    scroll-behavior: smooth;
  }
  a{
    text-decoration: none!important;
  }

  .hover{
    transition: all .3s ease;
    cursor: pointer;
  }
  .hover:hover{
    transform: scale(1.03);
  }

  .green-button{
    background-color: #278533;
    color: white;
    padding: 16px 35px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #2785344d;
    transition: all .3s ease;
  }

  .green-button:hover,.huge-green-buttons:hover{
    background-color: #278534c4;
    color: white;
    transform: scale(1.03);
  }

  .huge-green-buttons{
    font-family: 'Space Grotesk', sans-serif;
    background-color: #278533;
    color: white;
    padding: 16px 115px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #2785344d;
    transition: all .3s ease;
  }



  .underline-scribble-img{
    margin-left: 90px;
    width: 200px;
  }

  @media screen and (max-width: 952px){
    .huge-green-buttons{
      padding: 10px 80px;
      font-size: 18px;
    }
  }

  @media screen and (max-width: 765px){
    .huge-green-buttons{
      padding: 10px 60px;
      font-size: 14px;
    }
  }
  @media screen and (max-width: 755px){
    .underline-scribble-img{
      width: 100px;
    }
  }

  @media screen and (max-width: 500px){
    .green-button{
      padding: 16px 20px;
      font-size: 13px;
      font-weight: 600;
      border: 1px solid #2785344d;
      transition: all .3s ease;
    }
    .underline-scribble-img{
      margin-left: 0;
    }
    .huge-green-buttons{
      padding: 10px 40px;
      font-size: 12px;
    }
  }

  @media screen and (max-width: 381px){
    .huge-green-buttons{
      padding: 10px 20px;
      font-size: 11px;
    }
  }


  .header-containers{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1px;
  }

  .heading-h2{
    margin: 0!important;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-p{
    font-size: 20px;
    font-weight: 400;
    color: #83898F;
    text-align: center;
  }

  .paragraph-p-2{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15.75;
    font-weight: 700;
    color: #AAB0BC;
    text-transform: uppercase;
    text-align: center;
  }

  @media screen and (max-width : 1024px){

    .heading-h2{
      font-size: 30px;
    }

  }

  @media screen and (max-width: 768px){
    .heading-h2{
      font-size: 25px;
    }
    .paragraph-p{
      font-size: 15px;
    }
  }


  @media screen and (max-width: 450px){

    .heading-h2{
      font-size: 24px;
    }
    .paragraph-p{
      font-size: 14px;
    }
  
  }
  

  @media (max-width: 520px) { 
    .swal-text{
      text-align: center;
      font-size: 13px;
      line-height: 20px;
    }
  }

  /*+++++++++++++++++++++++++++++++ GENERAL  STYING +++++++++++++++++++++++++++++++++*/











/* SWAL ADDITIONAL CSS */
/* Global sweetalert2 modern glassy design */

.swal2-popup {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  color: #333;
  padding: 2.5rem 2rem;
  max-width: 400px;
}

.swal2-title {
  font-size: 1.7rem;
  font-weight: 700;
  /* color: rgba(0, 0, 0, 0.8); */
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  font-family: 'Space Grotesk', sans-serif;
}

.swal2-html-container {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.65); 
  margin-top: 10px;
  padding: 0 10px;
  font-family: 'Space Grotesk', sans-serif;
}

/* Buttons */
.swal2-confirm {
  background: linear-gradient(135deg, #00c48c, #02a97e) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 0.9rem 2.5rem !important;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.swal2-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.swal2-cancel {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #333 !important;
  border-radius: 50px !important;
  padding: 0.9rem 2.5rem !important;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease;
}

.swal2-cancel:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.swal2-icon {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto 20px auto !important;
}

.swal2-icon.swal2-success {
  border-color: #00c48c !important;
  color: #00c48c !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #00c48c !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(0, 196, 140, 0.3) !important;
}

.swal2-icon.swal2-error {
  border-color: #e74c3c !important;
  color: #e74c3c !important;
}

.swal2-icon.swal2-error .swal2-x-mark-line {
  background-color: #e74c3c !important;
}


/* END OF SWAL GLASSY DESIGN */
/* SWAL ADDITIONAL CSS ENDS */









  /*+++++++++++++++++++++++++++++++ ANIMATIONS  STYING +++++++++++++++++++++++++++++++++*/
  /* 1) KEYFRAMES */
  @keyframes float-slow {
    0%,100% { transform: translateY(0); }
    50%     { transform: translateY(-15px); }
  }
  @keyframes float-fast {
    0%,100% { transform: translateY(0); }
    50%     { transform: translateY(-8px); }
  }
  @keyframes fade-in-out {
    0%,100% { opacity: 1; }
    50%     { opacity: 0.3; }
  }
  @keyframes spin-slow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  @keyframes scale-pulse {
    0%,100% { transform: scale(1); }
    50%     { transform: scale(1.1); }
  }
  @keyframes slide-left {
    0%,100% { transform: translateX(0); }
    50%     { transform: translateX(-10px); }
  }

  .anim-float-slow {
    animation: float-slow 6s ease-in-out infinite;
  }
  .anim-float-fast {
    animation: float-fast 5s ease-in-out infinite;
  }
  .anim-fade {
    animation: fade-in-out 4s ease-in-out infinite;
  }
  .anim-spin-slow {
    animation: spin-slow 8s linear infinite;
  }
  .anim-scale-pulse {
    animation: scale-pulse 5s ease-in-out infinite;
  }
  .anim-slide-left {
    animation: slide-left 7s ease-in-out infinite;
  }

  /* float + pulse */
  .anim-float-pulse {
    animation: 
      float-slow 6s ease-in-out infinite, 
      scale-pulse 5s ease-in-out infinite;
  }
  /* fast float + fade */
  .anim-floatfade {
    animation:
      float-fast 5s ease-in-out infinite,
      fade-in-out 4s ease-in-out infinite;
  }
  /* spin + fade */
  .anim-spinfade {
    animation:
      spin-slow 8s linear infinite,
      fade-in-out 4s ease-in-out infinite;
  }
  /* slide + pulse */
  .anim-slidepulse {
    animation:
      slide-left 7s ease-in-out infinite,
      scale-pulse 5s ease-in-out infinite;
  }

  /*+++++++++++++++++++++++++++++++ ANIMATIONS  STYING +++++++++++++++++++++++++++++++++*/








  /*+++++++++++++++++++++++++++++++ HERO SECTION STYING +++++++++++++++++++++++++++++++++*/

  .hero-section{
    height: 650px;
    display: flex;
    justify-content: center;
    /* padding: 20px 0; */
    /* padding-top: 40px; */
    /* align-items: center; */
  }

  .hero-section-container{
    position: relative;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    gap: 18px;
  }

  .hero-section-container-main-content{
    /* position: relative;
    z-index: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 110px 0;
    gap: 20px;
    background: radial-gradient(circle at center, #27853424 0%, #ffffff00 70%);
  }

  .above-hero-h1{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 1px 1px rgb(208, 208, 208);
    padding: 12px 40px;
    border-radius: 90px;
  }

  .above-hero-h1 span{
    font-size: 14px;
    font-weight: 500;
  }

  .hero-section-container h1{
    font-size: 60px;
    font-weight: 700;
    text-align: center;
  }

  .hero-section-container p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: gray;
  }




  @media screen and (max-width : 1024px){

    .hero-section-container h1{
      font-size: 45px;
    }

  }

  @media screen and (max-width : 926px){

    .hero-section-container h1{
      font-size: 40px;
    }

  }

  @media screen and (max-width : 756px){

    .hero-section-container-main-content{
      padding: 70px 0;
    }
  

  }

  @media screen and (max-width : 470px){
    .hero-section{
      height: 750px;
    }
    .hero-section-container h1{
      font-size: 30px;
    }
    .hero-section-container-main-content{
      padding: 90px 0;
    }

  }

  @media screen and (max-width : 370px){
    .hero-section-container-main-content{
      gap: 10px;
    }
    .hero-section-container h1{
      font-size: 28px;
      line-height: 45px;
    }
    .hero-section-container p {
      font-size: 16px;
  }
  }

  @media screen and (max-width : 340px){
    .hero-section-container h1{
      font-size: 24px;
      line-height: 37px;
    }
    .hero-section-container p {
      font-size: 16px;
  }
  }




  /* hero overlays */
  /* backgorund overlay */
  .hero-section-background-image-overlays{
    position: absolute;
    bottom: -500px;
    display: flex;
    z-index: -1;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
  }
  @media screen and (max-width : 470px){
  
    .hero-section-background-image-overlays{
      position: absolute;
      bottom: -100px;
    }

  }



  /* text and icons overlay */
  .hero-section-icons-and-text-overlays{
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 50px;
    display: flex;
    justify-content: space-between;
    /* background-color: rgba(102, 51, 153, 0.292); */
    height: 400px;
  } 

  .left-overlay-section{
    width: 30%;
    /* background-color: rgba(0, 0, 255, 0.29); */
    
  }

  .right-overlay-section{
    width: 30%;
    /* background-color: rgba(255, 0, 0, 0.308); */
  }

  /* left overlays */
  .hero-section-icons-and-text-overlays .left-overlay-section .balloon-img{
    position: absolute;
    bottom: -220px;
    left: -90px;
    z-index: -1;
  }

  .hero-section-icons-and-text-overlays p{
    position: absolute;
    background-color: white;
    color: black;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-facebook{
    top: 60px;
    left: -40px;
    border: 1px solid black;
    padding: 10px;
  }

  .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-x {
    bottom: -10px;
    left: 60px;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(39, 133, 51, 0.31); /* #2785334F in RGBA */
  }

  .hero-section-icons-and-text-overlays .left-overlay-section .dot-dot-dot-img{
    position: absolute;
    bottom: -100px;
    left: 180px;
  }

  .hero-section-icons-and-text-overlays .left-overlay-section .s-img{
    position: absolute;
    bottom: -150px;
    left: 30px;
  }

  .hero-section-icons-and-text-overlays .left-overlay-section .x-img{
    position: absolute;
    bottom: -210px;
    left: 160px;
  }
 

  @media screen and (max-width : 1024px){
    .hero-section-icons-and-text-overlays .left-overlay-section .balloon-img{
      left: -50px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-facebook{
      left: -20px;
    }
  }

  @media screen and (max-width : 990px){
    .hero-section-icons-and-text-overlays .left-overlay-section .balloon-img{
      left: -130px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-facebook{
      left: -60px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-x {
      bottom: -40px;
      left: 10px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .dot-dot-dot-img{
      bottom: -140px;
      left: 120px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .s-img{
      left: -30px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .x-img{
      left: 110px;
    }
  }

  @media screen and (max-width : 769px){
    .hero-section-icons-and-text-overlays .left-overlay-section .balloon-img{
      left: -40px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-facebook{
      left: -30px;
    }
    .hero-section-icons-and-text-overlays p{
      font-size: 10px;
    }
  }


  @media screen and (max-width : 756px){
    .hero-section-icons-and-text-overlays .left-overlay-section .balloon-img{
      top: 0;
      left: -130px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-facebook{
      top: -10px;
      left: -90px;
    }
  }

  @media screen and (max-width : 487px){
    .hero-section-icons-and-text-overlays .left-overlay-section .balloon-img{
      top: 0;
      left: -20px;
      width: 50px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-facebook{
      display: none;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .dot-dot-dot-img{
      left: 80px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .s-img{
      width: 70px;
      left: -10px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .x-img{
      width: 70px;
      left: 80px;
    }
  }

  
  @media screen and (max-width : 470px){
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-x {
      bottom: -110px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .dot-dot-dot-img{
      bottom: -190px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .s-img{
      bottom: -230px;
    }
    .hero-section-icons-and-text-overlays .left-overlay-section .x-img{
      bottom: -300px;
    }
  }

  @media screen and (max-width : 436px){
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-x {
      bottom: -70px;
    }
  }

  @media screen and (max-width : 390px){
    .hero-section-icons-and-text-overlays .left-overlay-section .dot-dot-dot-img{
      left: 50px;
    }
  }

  @media screen and (max-width : 355px){
    .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-x {
      bottom: -55px;
    }
  }

  @media screen and (max-width : 320px){
    .hero-section-icons-and-text-overlays .left-overlay-section .dot-dot-dot-img{
      left: 80px;
    }
  }
  /* left overlays ends*/
  
  /* right overlay  */
  
  .hero-section-icons-and-text-overlays .right-overlay-section .green-line-img{
    position: absolute;
    top: 90px;
    right: 90px;
  }

  .hero-section-icons-and-text-overlays .right-overlay-section .we-mention-on-instagram{
    position: absolute;
    font-family: 'Space Grotesk', sans-serif;
    bottom: 10px;
    right: -40px;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(39, 133, 51, 0.31); /* #2785334F in RGBA */
  }

  .hero-section-icons-and-text-overlays .right-overlay-section .right-dot-dot-dot-img{
    position: absolute;
    bottom: -90px;
    right: 130px;
  }

  .hero-section-icons-and-text-overlays .right-overlay-section .f-img{
    position: absolute;
    bottom: -120px;
    right: 10px;
  }

  .hero-section-icons-and-text-overlays .right-overlay-section .i-img{
    position: absolute;
    bottom: -200px;
    right: 160px;
  }

  @media screen and (max-width : 990px){
    .hero-section-icons-and-text-overlays .right-overlay-section .green-line-img{
      right: -20px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .we-mention-on-instagram{
      bottom: -40px;
      right: -40px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .right-dot-dot-dot-img{
      bottom: -140px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .f-img{
      bottom: -150px;
      right: -40px;
    }
  
    .hero-section-icons-and-text-overlays .right-overlay-section .i-img{
      right: 95px;
      bottom: -210px;
    }
  }
  
  @media screen and (max-width : 756px){
    .hero-section-icons-and-text-overlays .right-overlay-section .green-line-img{
      top: 0;
    }
  }

  @media screen and (max-width : 487px){
    .hero-section-icons-and-text-overlays .right-overlay-section .right-dot-dot-dot-img{
      right: 80px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .we-mention-on-instagram{
      right: -20px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .f-img{
      width: 70px;
      right: -10px;
    }
  
    .hero-section-icons-and-text-overlays .right-overlay-section .i-img{
      width: 70px;
      right: 70px;
    }

  }

  @media screen and (max-width : 470px){
    .hero-section-icons-and-text-overlays .right-overlay-section .we-mention-on-instagram{
      bottom: -110px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .right-dot-dot-dot-img{
      bottom: -190px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .f-img{
      bottom: -230px;
    }
    .hero-section-icons-and-text-overlays .right-overlay-section .i-img{
      bottom: -300px;
    }
  }

  @media screen and (max-width : 436px){
    .hero-section-icons-and-text-overlays .right-overlay-section .we-mention-on-instagram{
      right: -0;
    }
  }
  @media screen and (max-width : 390px){
    .hero-section-icons-and-text-overlays .right-overlay-section .right-dot-dot-dot-img{
      right: 50px;
    }
  }
  @media screen and (max-width : 355px){
    .hero-section-icons-and-text-overlays .right-overlay-section .we-mention-on-instagram{
      /* display: none; */
    }
  }
  
  @media screen and (max-width : 320px){
    .hero-section-icons-and-text-overlays .right-overlay-section .right-dot-dot-dot-img{
      display: none;
    }
  }
  /* right overlay ends */


  /* hero overlays ends */

  /*++++++++++++++++++++++++++++++++++++ HERO SECTION STYING ENDS +++++++++++++++++++++++++++++++++++++++++++*/









/*+++++++++++++++++++++++++++++++++++++ HERO SECTION ANIMATION STARTS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

  @keyframes float-slow {
    0%,100%   { transform: translateY(0); }
    50%       { transform: translateY(-15px); }
  }
  @keyframes float-fast {
    0%,100%   { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
  }
  @keyframes fade-in-out {
    0%,100%   { opacity: 1; }
    50%       { opacity: 0.3; }
  }
  @keyframes spin-slow {
    from      { transform: rotate(0deg); }
    to        { transform: rotate(360deg); }
  }
  @keyframes scale-pulse {
    0%,100%   { transform: scale(1); }
    50%       { transform: scale(1.1); }
  }
  @keyframes slide-left {
    0%,100%   { transform: translateX(0); }
    50%       { transform: translateX(-10px); }
  }

  /* LEFT SIDE OVERLAY TEXT AND IMAGES */
  .hero-section-icons-and-text-overlays .left-overlay-section .balloon-img {
    animation: float-slow 6s ease-in-out infinite;
    animation-delay: 0.5s;
  }
  .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-facebook {
    animation: fade-in-out 4s ease-in-out infinite;
    animation-delay: 1s;
  }
  .hero-section-icons-and-text-overlays .left-overlay-section .we-mention-on-x {
    animation: spin-slow 8s linear infinite;
    animation-delay: 0s;
  }
  .hero-section-icons-and-text-overlays .left-overlay-section .dot-dot-dot-img {
    animation: scale-pulse 5s ease-in-out infinite;
    animation-delay: 1.2s;
  }
  .hero-section-icons-and-text-overlays .left-overlay-section .s-img {
    animation: slide-left 7s ease-in-out infinite;
    animation-delay: 0.7s;
  }
  .hero-section-icons-and-text-overlays .left-overlay-section .x-img {
    animation: float-fast 5s ease-in-out infinite;
    animation-delay: 1.5s;
  }

  /* RIGHT SIDE OVERLAY TEXT AND IMAGES */
  .hero-section-icons-and-text-overlays .right-overlay-section .green-line-img {
    animation: float-slow 7s ease-in-out infinite;
    animation-delay: 0.3s;
  }
  .hero-section-icons-and-text-overlays .right-overlay-section .we-mention-on-instagram {
    animation: fade-in-out 5s ease-in-out infinite;
    animation-delay: 1s;
  }
  .hero-section-icons-and-text-overlays .right-overlay-section .right-dot-dot-dot-img {
    animation: scale-pulse 6s ease-in-out infinite;
    animation-delay: 0.8s;
  }
  .hero-section-icons-and-text-overlays .right-overlay-section .f-img {
    animation: slide-left 8s ease-in-out infinite;
    animation-delay: 1.3s;
  }
  .hero-section-icons-and-text-overlays .right-overlay-section .i-img {
    animation: spin-slow 9s linear infinite;
    animation-delay: 0.5s;
  }

  /* Animate main hero text */
  .hero-section-container-main-content .above-hero-h1 {
    animation: fade-in-out 6s ease-in-out infinite;
    animation-delay: 0.2s;
  }
  .hero-section-container h1 {
    animation: float-fast 8s ease-in-out infinite;
    animation-delay: 0.4s;
  }
  .hero-section-container p {
    animation: slide-left 7s ease-in-out infinite;
    animation-delay: 0.6s;
  }

/*++++++++++++++++++++++++++++++++ HERO SECTION ANIMATION ENDS ++++++++++++++++++++++++++++++++++++++++++*/







  /*+++++++++++++++++++++++++++++++ LOGO SLIDERS SECTION STYLING ++++++++++++++++++++++++++++++++++++++++++*/
  .logo-sliders-section{
    position: relative;
    z-index: 1;
    background-color: #012C06;
    padding: 10px;
  }

  .marquee-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
  }
  
  .each-logo-slider {
    display: flex;
    gap: 10px;
  }
  
  .each-logo-slider img {
    height: 67px;
    width: auto;
    object-fit: contain;
  }

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }
  
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  
  .each-logo-slider:nth-child(odd) .star-blink {
    animation: blink 1s infinite;
  }
  
  .each-logo-slider:nth-child(even) .star-blink {
    animation: spin 2s linear infinite;
  }
  

  @media screen and (max-width: 769px) {
    .each-logo-slider img {
      height: 30px;
    }
  }

  @media screen and (max-width: 500px) {
    .marquee-wrapper {
      gap: 20px;
    }
    
    .each-logo-slider img {
      height: 25px;
    }
  }
  
  /*++++++++++++++++++++++++++++++++ LOGO SLIDERS SECTION STYLING ENDS +++++++++++++++++++++++++++++++++++*/











  /*+++++++++++++++++++++++++++++++++++ ABOUT ELEVATE SECTION STYLING ++++++++++++++++++++++++++++++++++++++*/
  .about-elevate-section{
    margin: 90px 0;
  }


  .about-elevate-section-container{
    display: grid;
    place-content: center;
  }

  .about-elevate-head{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1px;
  }

  .about-elevate-head-star-img{
    position: absolute;
    top: 0;
    left: 0;
  }

  .about-elevate-head-curl-arrow-img{
    position: absolute;
    right: 0;
    top: -40px;
    width: 180px;
  }



  .about-elevate-content{
    background-image: url("/media/new_elevate_img/Mask group.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }



  .courses-container{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;

  }

  .each-course{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 20%;
  }

  .each-course p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 19.06px;
    font-weight: 700;
    color: #343F52;
    text-align: center;
    margin: 0;
  }
  .each-course span{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    background-color: #278533;
    text-align: center;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 700;
    color: white;
  }


  @media screen and (max-width: 768px){

      
    .about-elevate-head-star-img{
      width: 70px;
    }

    .about-elevate-head-curl-arrow-img{
      width: 100px;
    }

    .about-elevate-head .underline-scribble-img{
      width: 140px;
    }
  
    .courses-container{
      gap: 8px;
    }
  
    .each-course{
      gap: 20px;
      width: 24%;
    }
    .each-course p {
      font-size: 13.06px;
    }
      
    .each-course span{
      font-size: 12px;
      padding: 7px 15px;
    }

  }


  @media screen and (max-width: 450px){

      
    .about-elevate-head-star-img{
      width: 40px;
    }

    .about-elevate-head-curl-arrow-img{
      width: 70px;
      top: -10px;
    }

    .courses-container{
      gap: 8px;
      flex-wrap: wrap;
    }
  
    .each-course{
      gap: 20px;
      width: 45%;
      padding: 20px;
    }
  }

  @media screen and (max-width: 377px){

    .about-elevate-content{
      gap: 15px;
    }
    
    .each-course{
      padding: 10px;
    }

    .each-course span{
      font-size: 10px;
      padding: 7px 15px;
    }
  }

  @media screen and (max-width: 321px){
    .about-elevate-head-star-img{
      width: 30px;
    }

    .about-elevate-head-curl-arrow-img{
      width: 60px;
      top: -10px;
      right: -20px;
    }
  }
  /*+++++++++++++++++++++++++++++++++++++++++ ABOUT ELEVATE SECTION STYLING ENDS ++++++++++++++++++++++++++++++++++++++++++++*/








  /*+++++++++++++++++++++++++++++++++++++++++ ABOUT ELEVATE SECTION STYLING ENDS ++++++++++++++++++++++++++++++++++++++++++++*/
  .why-join-elevate-section{
    margin: 40px 0 ;
  }
  .why-join-elevate-container{
    display: grid;
    place-content: center;
  }
  .why-join-elevate-head{
    height: 200px;
    background: radial-gradient(circle at center, #27853424 0%, #ffffff00 20%);
  }
  .why-join-elevate-head-highlight-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
  }

  .why-join-elevate-head-star-img{
    position: absolute;
    right: 0;
    top: 80px;
  }


  .why-join-elevate-content{
    display: grid;
    place-content: center;
    background: radial-gradient(circle at center, #27853424 0%, #ffffff00 60%);
  }

  .why-reasons-container{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }

  .each-reason-box{
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 13px;
    padding: 40px 30px;
    border-radius: 20px;
    background-color: #F2F8FE;
  }

  .each-reason-box img{
    width: 50px;
  }
  
  .each-reason-box h3{
    font-size: 20.56px;
    font-weight: 600;
  }

  @media screen and (max-width: 1026px){
    .each-reason-box{
      padding: 33px 15px;
    }
    .each-reason-box h3{
      font-size: 18px;
    }
    .each-reason-box p{
      font-size: 14px;
    }
  }

  @media screen and (max-width: 990px){
    .why-reasons-container{
      gap: 13px;
    }
    .each-reason-box{
      padding: 20px 15px;
      gap: 8px;
    }
    .each-reason-box h3{
      font-size: 16px;
    }
    .each-reason-box p{
      font-size: 12px;
    }
  }

  @media screen and (max-width: 770px){
    .why-join-elevate-head{
      height: 100px;
    }
    .why-reasons-container{
      justify-content: space-between;
      gap: 12px 8px;
    }
    .each-reason-box{
      padding: 20px 8px;
      width: 32%;
    }
    .each-reason-box img{
      width: 36px;
    }
  }

  @media screen and (max-width: 528px){
    .why-reasons-container{
      justify-content: center;
      gap: 12px ;
    }
    .each-reason-box{
      padding: 20px 12px;
      width: 44%;
    }
    .each-reason-box img{
      width: 36px;
    }
  }

  @media screen and (max-width: 436px){
    .why-join-elevate-head-highlight-img{
      width: 50px;
    }
  
    .why-join-elevate-head-star-img{
      top: 30px;
      width: 50px;
    }
    .why-reasons-container{
      gap: 10px;
    }
    .each-reason-box{
      padding: 20px 10px;
      gap: 5px;
      border-radius: 10px;
    }
    .each-reason-box img{
      width: 30px;
    }
    .each-reason-box h3{
      font-size: 14px;
      margin: 0;
    }
    .each-reason-box p{
      font-size: 10px;
    }
  }

  @media screen and (max-width: 322px){
    .why-join-elevate-head-highlight-img{
      width: 30px;
    }
    .why-reasons-container{
      gap: 15px 10px;
    }
    .why-join-elevate-head-star-img{
      display: none;
    }
    .each-reason-box{
      padding: 10px 5px;
      width: 47%;
    }
    .each-reason-box h3{
      font-size: 13px;
      margin: 0;
    }

  }
  /*+++++++++++++++++++++++++++++++++++++++++ ABOUT ELEVATE SECTION STYLING ENDS ++++++++++++++++++++++++++++++++++++++++++++*/







  /*+++++++++++++++++++++++++++++++++++++++++ how-it-works-section STYLING ENDS ++++++++++++++++++++++++++++++++++++++++++++*/
  .how-it-works-section{
    margin: 90px 0;

  }

  .how-it-works-container{

  }


  .how-it-works-head{

  }

  .how-it-works-head-highlight-img{
    position: absolute;
    top: -0;
    left: -90px;
    width: 30px;
  }


  .how-it-works-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 15px;
  }

  .how-it-works-left{
    width: 20%;
  }

  .how-it-works-center-images{
    position: relative;
    display: grid;
    place-content: center;
    width: 40%;
  }

  .how-it-works-main-img{
    height: 500px;
  }

  .how-it-works-overlay-circle{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .how-it-works-overlay-point{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
  }

  .how-it-works-right{
    width: 20%;
  }

  .each-how-it-works-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .each-how-it-works-box h2{
    font-family: 'Space Grotesk', sans-serif;
    color: #278533;
    font-size: 45px;
    font-weight: 500;
  }

  .each-how-it-works-box h4{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18.75px;
    font-weight: 700;
  }

  .each-how-it-works-box p{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  @media screen and (max-width: 1025px) {
    .each-how-it-works-box h2{
      font-size: 40px;
    }
    .how-it-works-main-img{
      height: 400px;
    }
  }

  @media screen and (max-width: 956px) {
    .each-how-it-works-box h2{
      font-size: 30px;
    }
    .how-it-works-main-img{
      height: 350px;
    }
    .each-how-it-works-box h4{
      font-size: 13.75px;
    }
    .each-how-it-works-box p{
      font-size: 12px;
    }

    .how-it-works-overlay-circle{
      top: 40px;
    }
  
    .how-it-works-overlay-point{
      width: 40px;
    }
  }

  
  @media screen and (max-width: 956px) {
    .how-it-works-h2{
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 740px) {
      
    .how-it-works-left{
      width: 29%;
    }

    .how-it-works-main-img{
      height: 300px;
    }
      
    .how-it-works-right{
      width: 29%;
    }

    .how-it-works-overlay-point{
      width: 30px;
      right: -30px;
    }
  }

  
  @media screen and (max-width: 490px) {
    .how-it-works-content{
      flex-direction: column;
    }
    .how-it-works-left{
      width: 100%;
      display: flex;
    }
    .how-it-works-right{
      width: 100%;
      display: flex;
    }
    .how-it-works-main-img{
      height: 250px;
    }
    .how-it-works-overlay-circle{
      min-width: 250px;
      top: 0;
      left: -34px;
    }
  }

  @media screen and (max-width: 454px) {
    .how-it-works-overlay-circle{
      left: -40px;
    }
  }

  @media screen and (max-width: 426px) {
    .how-it-works-overlay-circle{
      left: -46px;
    }
  }

  @media screen and (max-width: 426px) {
    .how-it-works-overlay-circle{
      left: -46px;
    }
    .how-it-works-overlay-point{
      width: 20px;
    }
  }

  @media screen and (max-width: 387px) {
    .how-it-works-overlay-circle{
      left: -55px;
    }
  }

  @media screen and (max-width: 350px) {
    .how-it-works-main-img{
      height: 200px;
    }
    .how-it-works-overlay-circle{
      min-width: 150px;
      left: -11px;
      top: 30px;
    }
  }

  @media screen and (max-width: 350px) {
    .how-it-works-overlay-circle{
      left: -17px;
    }
  }

    
  /* video placeholder css */
  .video-placeholder {
    position: relative;
    display: inline-block; 
  }

  .video-placeholder__icon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 64px; height: 64px;
    border-radius: 50%;
    background: rgba(39, 133, 51, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: pulse 2s ease-in-out infinite;
  }

  .video-placeholder__icon i {
    color: white;
    font-size: 28px;
  }

  /* pulsing video circle */
  @keyframes pulse {
    0%   { transform: translate(-50%, -50%) scale(1);   opacity: 1;   }
    50%  { transform: translate(-50%, -50%) scale(1.2); opacity: 0.6; }
    100% { transform: translate(-50%, -50%) scale(1);   opacity: 1;   }
  }
  /* Full-screen video overlay */
  .video-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .video-overlay video {
    max-width: 90%;
    max-height: 90%;
  }

  .video-overlay .close-btn {
    position: absolute;
    top: 20px; right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
  }
  /* video placeholder css */
  /*+++++++++++++++++++++++++++++++++++++++++ how-it-works-section STYLING ENDS ++++++++++++++++++++++++++++++++++++++++++++*/





  /*++++++++++++++++++++++++++++++++++ support-the-vission-section STYLING ++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

  .support-the-vission-section{
    margin: 90px 0;
  }

  .support-the-vission-container{
    background: radial-gradient(circle at center, #27853424 0%, #ffffff00 70%);

  }

  .support-the-vission-content{
    display: grid;
    place-content: center;
    background-image: url("/media/new_elevate_img/Mask group.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  

  .what-you-get-boxes-container{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .each-what-you-get-box{
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding:  40px 20px;
    border: 1px solid #278533;
    border-radius: 10px;
  }
  
  .each-what-you-get-box h3{
    font-size: 20px;
    font-weight: 700;
    color: #278533;
  }


  .support-the-vission-buttons{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
  }

  @media screen and (max-width: 1025px) {
    .each-what-you-get-box{
      padding:  20px;
    }
    .each-what-you-get-box h3{
      font-size: 17px;
    }
    .each-what-you-get-box p{
      font-size: 13px;
    }
  }

  @media screen and (max-width: 957px) {
    .what-you-get-boxes-container{
      gap: 7px;
    }
    .each-what-you-get-box{
      padding:  10px;
    }
    .each-what-you-get-box img{
      width: 40px;
    }
  }

  @media screen and (max-width: 760px) {
    .each-what-you-get-box{
      gap:  5px;
      padding: 10px 5px;
    }
    .each-what-you-get-box h3{
      font-size: 15px;
    }
    .each-what-you-get-box img{
      width: 30px;
    }
  }

  @media screen and (max-width: 512px) {
    .what-you-get-boxes-container{
      flex-wrap: wrap;
      gap: 20px 5px;
    }
    .each-what-you-get-box{
      width: 44%;
      min-height: 180px;
    }
    .each-what-you-get-box h3{
      font-size: 15px;
    }
    .each-what-you-get-box img{
      width: 30px;
    }
  .support-the-vission-buttons{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
  }

  @media screen and (max-width: 377px) {
    .each-what-you-get-box{
      padding: 10px 2px;
      width: 47%;
    }
    .each-what-you-get-box h3{
      font-size: 14px;
    }
    .each-what-you-get-box p{
      font-size: 12px;
    }

  }

  /*++++++++++++++++++++++++++++++++++ support-the-vission-section STYLING ENDS +++++++++++++++++++++++++++++++++++++++++++++++++ */









  
  /* <!--+++++++++++++++++++++++++++++++ FORM SECTION+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> */
  .form-section{
    margin: 90px 0 ;
  }

  .form-first-container{
    background-color: #278533;
    min-height: 700px;
    border-radius: 15px;
    padding: 40px;
  }

  .form-second-container{
    width: 100%;
    min-height: 600px;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
    gap: 10px;
  }

  .form-left-section{
    background-size: cover;
    background-color: #02630f;
    width: 40%;
    border-radius: 10px 0 0 10px;
  }
  .form-left-section-top{
    height: 600px;
    background-image: url('/media/new/elevate_img.jpeg');
    background-position: center;
    background-size: cover;
  }
  .form-left-section-middle{
    height: 650px;
    background-image: url('/media/aboutm2.png');
    background-position: center;
    background-size: cover;
  }
  .form-right-section{
    width: 55%
  }
  .form-right-section p{
    color: #144B24;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .form-right-section h2{
    font-size: 34px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
  }

  @media screen and (max-width: 768px) {
      
  .form-left-section-top{
    height: 400px;
  }
  .form-left-section-middle{
    height: 450px;
  }

    .form-left-section{
      width: 37%;
    }
    .form-right-section{
      width: 63%;
    }
    .form-right-section h2{
      font-size: 23px;
    }
  }

  @media screen and (max-width: 765px) {
      
    .form-left-section{
      display: none;
    }
    .form-right-section{
      width: 100%;
    }
    .form-right-section h2{
      font-size: 22px;
    }
  }

  @media screen and (max-width: 500px) {
    .form-first-container{
      padding: 40px 20px;
      border-radius: 10px;
    }

    .form-second-container{
      border-radius: 10px;
    }
  }

  @media screen and (max-width: 400px) {
    .form-first-container{
      padding: 40px 5px;
      border-radius: 4px;
    }
    .form-second-container{
      border-radius: 4px;
    padding: 20px 5px;
    }
  }
  /* <!--+++++++++++++++++++++++++++++++ FORM SECTION ENDS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> */











/* registration form section */

.form-group {
  width: 96%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: 20px 5px;
  border-radius: 5px;
  padding: 15px 15px 5px; 
}
.form-group > label {
  position: absolute;
  top: -10px;
  left: 15px;
  background-color: #fff;
  color: black;
  /* color: #666; */
  padding: 0 5px;
  font-size: 0.76rem;
  font-weight: 500;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: capitalize;
  margin-bottom: 10px;
}

input, textarea{
  font-size: 13px!important;
}
select{
  font-size: 13px!important;
}

.form-group .form-control {
  border: none;
  box-shadow: none;
  padding: 10px;
}

.form-row .form-group{
  width: 47%;
}


.register-now-btn{
  padding: 20px 40px;
  border-radius: 40px;
  background-color: #BFE866;
  /* font-weight: 700; */
  font-size: 18px;
  /* color: white; */
  transition: all .5s ease;
}
.register-now-btn:hover{
  /* color: white; */
  background-color:rgb(2, 198, 126);
}



/* Container for input and select fields */
.input-underline {
position: relative;
display: inline-block;
width: 100%;
}

.input-underline .form-control {
border: none;
border-bottom: 1px solid #ccc;
background: transparent;
padding: 8px 0;
}

.underline {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 0;
background-color: green;
transition: width 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Input: expand underline on focus or if not empty */
.input-underline input.form-control:focus + .underline,
/* .input-underline input.form-control:not(:placeholder-shown) + .underline { */
.input-underline input.form-control:valid + .underline {
 
  width: 100%;
}

/* Select: on focus, expand underline */
.input-underline select.form-control:focus + .underline {
width: 100%;
}

.input-underline select.form-control:valid + .underline {
width: 100%;
}

/* Base style already applies via .input-underline .form-control, so just add the focus/valid rules: */
.input-underline textarea.form-control:focus + .underline,
.input-underline textarea.form-control:not(:placeholder-shown) + .underline {
  width: 100%;
}


@media (max-width: 980px) {
  .form-row {
    margin: 0;
  }
  .form-row .form-group{
    width: 47%;
    margin: 20px 2px;
  }
}

@media (max-width: 771px) {
  .form-row .form-group{
    width: 47%;
  }
  form h5{
    font-size: 14px;
  }

}

@media (max-width: 520px) {
  .form-row .form-group{
    width: 100%;
  }
}


/* registration form section ends */










/* FORM STEP INDICATOR , ABOVE FORM */
/* CHANGE RIGHT SIDE BACKGROUND ON STEP CHANGE */
.step-bg-1 {
  background-image: url('/media/aboutm2.png');
}
.step-bg-2 {
  background-image: url('/media/new/comprehensive-training-img.PNG');
}
.step-bg-3 {
  background-image: url('/media/aboutm2.png');
}
.form-left-section{
    transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
/* END CHANGE RIGHT SIDE BACKGROUND ON STEP CHANGE */


.form-button-container{
  margin-top: 20px;
}

.step-2-educational-details{
  margin-top: 120px;
}


/* above step */
.custom-stepper-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px;
}

.custom-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* flex: 1; */
  position: relative;
  z-index: 1;
}

.custom-step .circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.custom-step .label {
  margin-top: 2px;
  font-size: 13px;
  color: #555;
  text-align: center;
  font-weight: 500;
  font-family: 'Space Grotesk', sans-serif;
}

.custom-step.active .circle {
  background: #02630f;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.custom-step.active .label {
  color: #02630f;
  font-weight: 600;
}

.line {
  flex: 0 0 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  transition: background 0.3s ease;
}

.line.active {
  background: #02630f;
}


/* BELOW FORM STEP COUNT STYLING */

.form-step {
  transition: all 0.3s ease;
}
.step-progress {
  font-weight: 500;
  color: #555;
  font-size: 14px;
  margin-top: 10px;
}

.step-indicator {
  margin-top: 20px;
  background: #f1f1f1;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
/* BELOW FORM STEP COUNT STYLING ENDS*/

/* END OF FORM STEP INDICATOR */





/* INPUT UNCOMPLETE ERROR  */
 /* in your stylesheet */
.input-invalid {
  border: 2px solid rgb(255, 219, 219)!important;
  box-shadow: 0 0 4px  rgb(255, 219, 219) ;
}











/* Loading Overlay Styles */
#loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
display: none;
}

#loading-content {
text-align: center;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

/* Spinner Animation */
.spinner {
border: 8px solid #f3f3f3;
border-top: 8px solid #3498db;
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 1s linear infinite;
margin-bottom: 10px;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}









/* +++++++++++++++++++++++ FAQ SECTION +++++++++++++++++++++++ */
.faq-section{
  margin-bottom: 70px;
}

.card-header {
  background-color: #f7fff7;
  border: none;
  border-left: 5px solid #278533;
  border-radius: 5px;
}

.card-body {
  background: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.card-header button {
  font-weight: 600;
  font-size: 16px;
  color: #278533;
  text-decoration: none !important;
  outline: none !important;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 10px 0;
}
.card-header button:hover {
  color: #076413!important;
}
.card-header button:focus {
  color: #278533;
  box-shadow: none !important;
}
/* +++++++++++++++++++++++ FAQ SECTION ENDS +++++++++++++++++++++++ */