/* Fonts */
:root {
  --careers-font: "Mulish", Helvetica;
}

/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  /* --background-color: #ffffff; */

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;

  /* Accent Color - This is the main accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out. */
  /* --accent-color: #feb900; */

  /* Contrast Color - This is a color used for text when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors. */
  --contrast-color: #ffffff;
}
p{
  font-size: 15px!important;
  line-height: 25px!important;
}


/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

 /*--------------------------------------------------------------
  # Call To Action Section
  --------------------------------------------------------------*/
  .call-to-action {
    --background-color: #000000;
    --default-color: #ffffff;
    --contrast-color: #ffffff;
    height:290px;
    position: relative;
    overflow: hidden;
    padding: 60px 0 !important;
    clip-path: inset(0);
  }
  
  .call-to-action img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    object-fit: cover;
    z-index: 1;
  }
  
  .call-to-action:before {
    content: "";
    background: rgba(0, 43, 77, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .call-to-action .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    z-index: 3;
    text-align: left;
  }
  
  .call-to-action h3 {
    color: #FFF;
    font-family: Mulish, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
  }
  
  .call-to-action p {
    color: #FFF;
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 35px;
        word-spacing: 4px;
  }
  @media (max-width: 1440px) {
    .call-to-action {
      height: 100%;
    }
    
    .call-to-action img {
      height: 100%;
    }
}
@media (max-width: 427px) {
  .call-to-action h3 {
    font-size: 43px !important;
}
}
/*--------------------------------------------------------------
  # Overview
  --------------------------------------------------------------*/
  .overview {
    padding: 65px 0 !important;
    padding-bottom: 0px !important;
  }
  
  .overview .overview-title {
    color: var(--Blue, #2F82C3);
    text-align: center;
    font-family: "Mulish", Helvetica;
      font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
  }
  
  .overview .overview-text {
    color: #383838;
    text-align: center;
    font-family: "Mulish", Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  
  .overview .horizontal-line {
    color: #ccc4c4;
  }
  @media (max-width: 768px) {
    .overview .overview-title {
      text-align: center !important;
    }
    
    .overview .overview-text {
      text-align: justify!important;
      padding: 4%!important;
    }
  }
  @media (max-width: 426px) {
    .overview .overview-title {
      text-align: center !important;
      font-size: 29px;
    }
    .overview {
      padding-bottom: 0px !important;
    }
    .overview .overview-text {
      text-align: justify!important;
      padding: 4%!important;
    }
  }

  @media (max-width: 376px) {
    .overview .overview-text {
      text-align: justify!important;
      padding: 4%!important;
    }
  }

  @media (max-width: 320px) {
    .overview .overview-text {
      text-align: justify!important;
      padding: 4%!important;
    }
  }
  /*--------------------------------------------------------------
# Introduction Section for -desk
--------------------------------------------------------------*/
.introduction-desk {
  padding: 90px 0;
  display: block;
}
.introduction-desk .main-sec{
  border-radius: 0px 60px 0px 0px;
  background: var(--Blue, #2F82C3);
  height:481px;
}
/* content */
.introduction-desk .content {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.introduction-desk .content .content-div{
  padding-left: 100px;
  text-align: left;
 
}
.introduction-desk .content .content-p1{
  color: #FFF;
font-family: Mulish;
font-size: 22px;
font-style: normal;
font-weight: 800;
line-height: 30px; 
margin-top: 1.5rem;
}

.introduction-desk .content .content-p2{
  color: #E8F2F4;
  text-align: left;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.introduction-desk .content .content-img{

 margin-left: 30px;
  text-align: left;
 
}

/* image code */
.manoj-upadhyay-img {
  width:429px;
  height: 529px;
  object-fit: cover;
  margin-top: -3rem;
}
/* youtube  */
.introduction-desk .images {
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative;
}

.introduction-desk .images svg {
  position: absolute;
  top: 50%;
  left: 46%;
  cursor: pointer;
  transform: translate(-200%, -50%); 
}


/* media query */
@media (max-width:1024px) {
  .introduction-desk .main-sec{
    height: 500px;
  }
  /* content */
  .introduction-desk .content .content-div {
    padding-left: 30px;
}
  .introduction-desk .content .content-p1 {
    font-size: 18px;  
}
.introduction-desk .content .content-img {
  margin-left: 0px;
}
/* for youtube icon */
.introduction-desk .images svg {
  width: 75px;
  height: 75px;
  left: 38%;
}
  /* media query for image */
  .introduction-desk .manoj-upadhyay-img {
    width: 368px;
    height: 532px;
    object-fit: cover;
    margin-top: -2rem;
  }
}
@media (max-width:768px) {
  .introduction-desk .main-sec{
    height: 443px;
  }

  /* for youtube icon  */
  .introduction-desk .images svg {
    left: 41%;
}
  /* media query for image */
  .introduction-desk .manoj-upadhyay-img {
    width: 354px;
    height: 475px;
    object-fit: cover;
    margin-top: -2rem;
  }
}
@media (max-width:427px) {
  .introduction-desk{
   display: none !important;
  }
}
 /*--------------------------------------------------------------
# Introduction Section for -Modal
--------------------------------------------------------------*/
/* Modal Styles */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100vh; 
  overflow: hidden; 
  background-color: rgba(0,0,0,0.4); 
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
padding-top: 30px;
padding-bottom: 30px;
  background-color: #fefefe;
    width: 77% !important;
    height: 93% !important;
  border: 1px solid #888; 
  display: flex;
  justify-content: center;
  align-items: center; 
   position: relative;
}

.modal-content video {
  width: 100%;
  /*height: 100%;*/

}

/* Close Button */
.close-btn {
  color: black;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
}
.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Media Queries */
@media (max-width: 1024px) {
  .modal-content {
    width:85% !important;
    height: 50% !important;
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 500px;
    height: 552.79px;
  }
}
@media (max-width: 427px) {
  .modal-content {
    width: 90% !important; 
    height: 45% !important;; 
  }
}

@media (max-width: 377px) {
  .modal-content {
    width: 92% !important; 
    height:45% !important;; 
  }
}
@media (max-width: 322px) {
  .modal-content {
    width: 92% !important; 
    height:38% !important;; 
  }
}
 /*--------------------------------------------------------------
# Introduction Section for -mob
--------------------------------------------------------------*/
.introduction-mob {
  padding: 90px 0;
  display: none !important;
}

.introduction-mob .main-sec {
  border-radius: 0px 60px 0px 0px;
  background: var(--Blue, #2F82C3);
  height:992px; /* Increased height to accommodate the image */
}

/* Content styling */
.introduction-mob .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Aligns content to the left */
}

.introduction-mob .content .content-div {
  padding-left: 10px;
  text-align: left;
}

.introduction-mob .content .content-p1 {
  color: #FFF;
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  margin-top: 1.5rem;
}

.introduction-mob .content .content-p2 {
  color: #E8F2F4;
  text-align: left;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.introduction-mob .content .content-img {
  text-align: left;
}

/* Image styling */
.introduction-mob .manoj-upadhyay-img {
  width: 417px;
  height: 590px;
  object-fit: cover;
  margin-top: -3rem;
}
.introduction-mob .images svg {
  width: 44.77px;
  height: 44.773px;
  flex-shrink: 0;
}
/* Media query */
@media (max-width: 427px) {
  .introduction-mob {
    display: block !important;
  }
}
@media (max-width: 377px) {
  .introduction-mob .manoj-upadhyay-img {
    width: 348px !important;
    height: 590px !important;
    object-fit: cover;
    margin-top: -3rem;
}
}
@media (max-width: 322px) {
  .introduction-mob .manoj-upadhyay-img {
    width: 300px !important;
    height: 590px !important;
    object-fit: cover;
  }
  .introduction-mob .mr-manoj-upadhyay {
    width: 285px !important;
  }
}

/*--------------------------------------------------------------
# icon  Section
--------------------------------------------------------------*/
.images-column {
  display: flex;
  flex-direction: column;
  align-items:center; 
  text-align: end;
  margin-top: -846px !important;
}

.svg-icon {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 35px;
  margin-right: -125px;
  color: #2F82C3 !important; 
  cursor: pointer;
  transition: color 0.5s;
}

.images-column .svg-icon:hover {
  color: #064f8b !important;
}

.apple {
  &:hover path {

    transition: fill 0.5s ease-in-out;
    opacity: 1;
    fill: #064f8b !important;
  }
}

@media (max-width: 1200px) {
  .svg-icon-main {
      display: block; 
  }
}
@media (max-width: 1024px) {
  .images-column {
    margin-top: -930px !important;
  }
  .svg-icon {
    margin-right: -90px;
  }
}
@media (max-width:1023px) {
  .images-column .svg-icon{
      display: none;
  }
  .image-container img{
    margin-top: -1rem !important;
  }
}
@media (max-width:600px) {
  .images-column {
    margin-top: 0px !important;;
  }
 
}
/*--------------------------------------------------------------
#strength section  --omkar
--------------------------------------------------------------*/
/* .strength {
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.strength .title-heading{
  color: var(--Blue, #2F82C3);
text-align: center;
margin-top: -2rem;
font-family: Mulish;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 50px; 
}
.strength .custom-card {
  width: 320px;
  height: 224px;
  flex-shrink: 0;
  border-radius: 0px 60px 0px 0px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 371px 104px 0px rgba(0, 0, 0, 0.00),
              0px 238px 95px 0px rgba(0, 0, 0, 0.01),
              0px 134px 80px 0px rgba(0, 0, 0, 0.04),
              0px 59px 59px 0px rgba(0, 0, 0, 0.06),
              0px 15px 33px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
}

.strength .custom-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  width: 100%;
  padding: 40px; 
}

.strength .custom-card-title {
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; 
  background: linear-gradient(315deg, #2F82C3 2.54%, #8ED527 95.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: left;
  margin-bottom: 8px; 
}

.strength .custom-card-text {
  color: #000;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  text-align: left;
} */

/* Media query for screens 768px or larger */
/* @media (max-width:1024px) {
  .strength .custom-card {
    width: 256px;
    height: 175px;
}
.strength .custom-card-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 4px; 
}

.strength .custom-card-text {
  font-size: 14px;

}
}
@media (max-width:768px) {
  .strength .custom-card {
    width: 226px;
    height: 173px;
}
.strength .custom-card-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 4px; 
}

.strength .custom-card-text {
  font-size: 14px;

}
}
@media (max-width:427px) {
  .strength .custom-card {
    margin-top: 2rem !important;
    width: 320px;
  height: 224px;
}
.strength .custom-card-title {
  font-size: 48px; 
}
.strength .custom-card-text {
 font-size: 18px;
}
}

@media (max-width:320px) {
  .strength .custom-card {
    margin-top: 2rem !important;
    width: 300px;
  height: 204px;
}
.strength .custom-card-title {
  font-size: 45px; 
}
.strength .custom-card-text {
 font-size: 18px;
}
} */

/*--------------------------------------------------------------
#media-images section 
--------------------------------------------------------------*/
.media-images{
  height: 609px;
 
}
.cards-row .card:first-child {
  margin-top: -4rem;
  margin-bottom: 6rem;
}
.cards-row .card:nth-child(2) {
  margin-bottom: -4rem;
  margin-top: 6rem; 
}

.cards-row {
  display: flex;
  justify-content: space-between; 
  gap: 20px; 
}

.cards-row .card {
  position: relative; 
  width: 500px ;
  height: 552.79px;
  flex-shrink: 0;
  border:  none;
  box-shadow: -15px 16px #2f82c3;
  border-radius: 0px 60px 0px 0px;
  background: url('path-to-image') lightgray -153.737px -170.605px / 149.947% 203.441% no-repeat;
}

.cards-row .card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 21px;
  transition: all 0.5s ease-in-out;

}
.cards-row .card .card-section {
  margin-bottom: 0px!important;
}

.cards-row .card .card-title {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; 
}

.cards-row .card .card-text {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.cards-row .card:hover .card-text {
  opacity: 1;
  max-height: 150px; 
}

/* Styles for screens 1024px wide */
@media (max-width: 1024px) {
  .media-images {
    height: 439px;
}
  .cards-row {
    flex-direction: row;
    flex-wrap: wrap; 
  }

  .cards-row .card {
    width: 45%;
    height: auto;
    margin-bottom: 20px; 
    box-shadow: -14px 12px #2f82c3;
  }

  .cards-row .card .card-body {
    padding: 15px; 
  }
  .cards-row .card .card-title {
    font-size: 22px;
    line-height: 20px;
  }

  .cards-row .card .card-text {
    font-size: 12px;
    line-height: 15px;
}
}

@media (max-width: 768px) {
  .media-images {
    height: 450px; 
  }

  .cards-row {
    flex-direction: row;
    flex-wrap: wrap; 
    gap: 10px; 
  }

  .cards-row .card:first-child {
    margin-top: -4rem;
    margin-bottom: 6rem;
  }
  .cards-row .card:nth-child(2) {
    margin-bottom: -4rem;
    margin-top: 6rem; 
  }
  .cards-row .card {
    width: 45%;
    height: 400px; 
    box-shadow: -14px 12px #2f82c3;
    margin-bottom: 0; 
  }

  .cards-row .card .card-body {
    padding: 15px;
  }

  .cards-row .card .card-title {
    font-size: 20px;
    line-height: 25px;
  }

  .cards-row .card .card-text {
    font-size: 14px;
    line-height: 20px; 
  }
  .cards-row .card:hover .card-text {
    opacity: 1;
    max-height: 160px; 
  }
}

/* Styles for screens 425px wide and smaller */
@media (max-width: 427px) {
  .media-images {
    height: 747px !important;
  }

  .cards-row {
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 3rem;
  }
  .cards-row .card:first-child {
    margin-top: -4rem;
    margin-bottom: 0rem !important;
  }
  .cards-row .card:nth-child(2) {
    margin-bottom: -4rem;
    margin-top: 0rem !important; 
  }
  .cards-row .card {
    width: 90%; 
    height: auto; 
    box-shadow: -14px 10px #2f82c3;
    margin-bottom: 0; 
  }

  .cards-row .card .card-body {
    padding: 15px;
  }

  .cards-row .card .card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .cards-row .card .card-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 375px) {
  .media-images {
      height: 641px !important;
  }
}
 @media (max-width: 320px) {
 .media-images {
      height: 532px !important;
  }
} 
/*--------------------------------------------------------------
# gallery Section (employee-testimonial section)
--------------------------------------------------------------*/
/* .gallery {
  padding:40px;
  margin-top: 100px;
}
 .gallery .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding:40px;
  border-radius: 1px;
  width: 320px;
  height: 400px;
  flex-shrink: 0;
  border: 1px solid #E6E5EA;
}

.gallery .card-image img {
  display: block;
  margin: 0 auto;
}

.gallery .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-family: "Mulish";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.gallery .card-content .lorem-text {
  width: auto;
  word-wrap: break-word;
  margin-top: 1rem !important;
}

.gallery .card-content strong {
  color: #2F82C3;
}

.gallery .card-content span {
  color: #9198A2;
  text-align: center;
  font-family: "Mulish";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
} */

/* .gallery .horizontal-line{
  border: 2px solid #BF2A2D;
  width:20px;
} */
/* .gallery .slide-head {
  color: var(--Blue, #2F82C3);
  text-align: center;
  font-family: "Mulish";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px; 
  margin-bottom: 5%;
}


.gallery .wrapper {
  position: absolute;
  top: 55%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

.gallery .wrapper-second {
  position: absolute;
  top: 55%;
  right: 0;  
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

.gallery .wrapper i{
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.5;
  color: #fff;
  align-items: center;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: transform 0.3s linear;
  right: 7px;
}

.wrapper-second i {
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.5;
  color: #fff;
  align-items: center;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: transform 0.3s linear;
  left: -20px;
}

.gallery .card-custom {
  position: relative;
  width: 330px !important;
  height: 400px;
  margin-bottom: 3.5rem;
  border: 1px solid black;
}

.gallery .swiper-pagination-bullet {
  background-color: #BF2A2D;
  opacity: 1;
  width: 10px !important;  
  height: 10px !important;
}

.gallery .swiper-pagination-bullet-active {
  background-color: #BF2A2D;
}

.gallery .slide-container {
  width: 100%;
}

.gallery .slide-content {
  overflow: hidden;
  padding: 10px;
}

.gallery .swiper {
  overflow: visible !important;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .gallery  .slide-content {
      margin: 0 10px;
  }
  .wrapper-second i {
    left: -29px;
  }
  .gallery .wrapper i {
    right: -2px;
}
} */

/* Existing media query for 425px */
/* @media screen and (max-width: 427px) {
  .gallery{
    margin-top: 60px;
  }
  .gallery .card {
    width: 282px !important;
    height: auto !important;
    padding: 20px !important;
  }
  .gallery .slide-head{
    font-size: 29px;
  }
  .gallery .wrapper,
  .gallery .wrapper-second {
    display: none;
  }
  
}

@media screen and (max-width: 376px) {
  .gallery .card {
    width: 231px !important;
    height: 322px !important;
  }
  .swiper-wrapper {
    transition: transform 0.8s ease-in-out; 
  }
  .gallery .card-content .lorem-text {
    padding: 0px !important;
    margin-top:1rem !important;
    
}
.gallery .slide-head{
  font-size: 24px;
}
.gallery .card-image img {
  width: 45px;
  height: 35px;
  margin-top:0.2rem !important;
}
.gallery .card-content {
  line-height: 20px;
  text-align: justify;
}
}

@media screen and (max-width: 322px) {
  .gallery{
    padding: 0;
    margin-top: 100px;
  }
  .gallery .card {
    width: 255px !important;
    height: 340px !important;
}
.gallery .card-content {
  line-height: 26px;
  text-align: justify;
}
.gallery .card-image img {
  width: 50px;
  height: 40px;
  margin-top: 0.2rem !important;
}
}
.stats-last .stats-item p
}

@media (min-width: 1024px) {
  .gallery .card-content .lorem-text {
    width: 240px;
    word-wrap: break-word;
  }
} */

/*--------------------------------------------------------------
# last text/button section 
--------------------------------------------------------------*/

.stats-last {
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  color: #fff;
    background-image: url(assets/img/Footer_band_image.jpg);
}


.stats-last img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.stats-last .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.stats-last .stats-item h2 {
  color: #FFF;
  font-family: var(--careers-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.stats-last .stats-item p {
  color: #ffffff;
  font-family: "Mulish";
  font-size: 36px!important;
  font-style: normal;
  font-weight: 800;
  margin-top: 35px;
  line-height: 50px;
}


.text-wrapper-12 {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-left: 4px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.4s ease-in-out;
}

.text-wrapper-12 .fas {
  color: white;
  font-size: 12px;
}

/* button style */
.stats-last .btn-submit-now {
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #BF2A2D 0%, #BF2A2D 100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  padding: 16px 30px;
  border-radius: 60px;
  cursor: pointer;
  border: none;
}
.stats-last .btn-submit-now:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.stats-last .btn-submit-now:hover:after {
  opacity: 1;
}

.stats-last .btn-submit-now span {
  position: relative;
  z-index: 3;
}

.stats-last .btn-submit-now span i{
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
  transition: transform 0.4s ease-in-out;
}

.stats-last .btn-submit-now:hover span i {
  color: #FFF;
  transform: translateX(4px);
}
/* Media Query for Responsive Button */
@media (max-width: 768px) {
  
  .text-wrapper-12 {
    font-size: 12px !important;
  }

  .text-last {
    font-size: 27px !important;
  }
  .stats-last .btn-submit-now {
    font-size: 16px;
    padding: 14px 25px !important;
}
.stats-last .stats-item p {
  margin-top: 0px; 
 line-height: 40px;
}
}
@media (max-width: 427px) {
  .text-last {
      font-size: 21px !important;
  }
}
@media (max-width: 590px) {
  .last-text-div {
    flex-direction: column;
    justify-content: left !important;
  }

  .text-wrapper-12 {
    font-size: 10px !important;
  }

 
}
@media (max-width: 375px) {
  .text-last {
      font-size: 23px !important;
  }
}
@media (max-width: 320px) {
  .text-last {
      font-size: 20px !important;
  }
  .stats-last .stats-item p { 
   line-height: 38px;
  }
}