@font-face {
  font-family: "caros-light";
  src: url(../fonts/caros/Caros-Light.otf) format("truetype");
}
@font-face {
  font-family: "caros-bold";
  src: url(../fonts/caros/Caros-Bold.otf) format("truetype");
}
:root {
  --heading-font: "caros-bold";
  --heading-font-weight: bolder;
  --heading-letter-spacing: -2px;
  --sub-heading-letter-spacing: -1px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-image: url("../images/bg/Images.png");
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "caros-light";
}

/* Glassmorphism for navbar-container only on selected pages */
body.glass-header .navbar-container {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  z-index: 10;
}

/* Make sure the page content behind the header is visible */
body.glass-header header {
  position: absolute; /* or fixed if you want it to stay on top when scrolling */
  top: 0;
  left: 0;
  width: 100%;
  background: transparent; /* ensure transparency */
}

.number-container {
  display: flex;
  justify-content: center;
}

.number-container img {
  width: 75% !important;
}


/*=========================================================================
===========================================================================
=========================SECTION 1==========================================*/
.service-section {
  /* border: 1px solid red; */
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

  /* border: 1px solid red; */
}
.service-wrapper {
  /* border: 1px solid black; */
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.slider-wrapper {
  border-radius: 30px;
  /* border: 1px solid blue; */
}
/* .slider-wrapper::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(
            90deg,
            rgba(32, 46, 66, 1) 0%,
            rgba(32, 46, 66, 1) 40%,
            rgba(32, 46, 66, 0.6) 60%,
            rgba(32, 46, 66, 0) 100%
          );
          z-index: 1;
        } */
/* .slider-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(32, 46, 66, 1) 0%,
    rgba(47, 82, 132, 1) 100%
  ); 
  z-index: 0;
} */

/* .slider-content-wrapper {
          border: 2px solid red;
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
        } */

/* .slider-content-wrap {
          border: 2px solid yellow;
          position: absolute;
          right: 0 !important;
          bottom: 0 !important;
          left: 0 !important;
          top: 0;
          padding-top: 1.25rem;
          padding-bottom: 1.25rem;
          color: #fff !important;
          width: 50%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          z-index: 1;
        } */
.img {
  min-height: 700px;
}
.slider-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;

  /* border: 1px solid red; */
}
.test {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  /* border: 1px solid red; */
}
.slider_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  /* border: 2px solid yellow; */
  width: 43%;
  padding: 0;
}

.carousel-caption {
  right: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  top: 60px;
}
/* .slider_content::before {
  content: "";
  position: absolute;
  top: -2%;
  right: -14%;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/slider_img/slider_bg.png");
  background-repeat: no-repeat;
  z-index: 1;
} */
.section-title {
  margin-top: 5%;
  text-align: left;
  font-size: 1rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  text-align: left;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
}
.red-text {
  color: #f15852 !important;
  font-weight: bold !important;
}

.slider-content-wrap p {
  margin-top: 2%;
  /* border: 3px solid green; */
  line-height: 1;
  color: white;
  font-weight: lighter;
  text-align: left;
}
.slider-content-wrap span {
  /* margin-top: 5%; */
  color: white;
  text-align: left;
  font-weight: lighter;
}
.slider-content-wrap .button-wrapper {
  margin-top: 5%;
  display: flex;
  gap: 10px;
}
.slider-content-wrap .button-wrapper {
  margin-top: 5%;
  display: flex;
  gap: 10px;
}
.button-wrapper button {
  position: relative;
  height: 45px;
  width: 180px;
  border-radius: 50px;
  border: 1px solid black;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  background: white;
  color: black;
  padding-right: 30px;
  border: none;
  font-weight: bold;
}

/* Pseudo-element for the gradient background */
/* .button-wrapper button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(241, 88, 82, 1) 10%,
    rgba(229, 65, 102, 1) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  border-radius: 50px;
  border: none;
} */

/* Show the gradient on hover */
/* .button-wrapper button:hover::before {
  opacity: 1;
  border: none !important;
  border: none;
  color: white !important;
} */

.button-wrapper button {
  position: relative;
  display: block;
  border: none;
}

.button-wrapper button::after {
  content: "\2197";
  position: absolute;
  bottom: 0;
  right: 1;
  color: #f75d64;
  margin-left: 10px;
  font-size: 16px;
  transition: transform 0.3s ease-out;
  z-index: 3;
  font-size: 30px;
}
/* .button-wrapper button:hover::after {
  color: white;
}
.button-wrapper button:hover {
  color: white !important;
} */

/* .slider {
  position: static !important;
} */

.next-icon {
  border-radius: 50px;
  padding: 15px 20px;
  background-color: black;
  position: relative;
  top: 20px;
  left: 30px;
}
.next-icon i:hover {
  color: #f75d64;
}
.carousel-control-next {
  opacity: 1 !important;
}
.prev-icon {
  border-radius: 50px;
  padding: 15px 20px;
  background-color: black;
  position: relative;
  top: 20px;
  right: 30px;
}
.prev-icon i:hover {
  color: #f75d64;
}
.carousel-control-prev {
  opacity: 1 !important;
}
.carousel-indicators {
  display: flex;
  gap: 10px;
  bottom: 10px !important;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 9px !important;
  height: 9px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(145, 145, 145) !important;
  /* background-color: #fff; */
  /* background-clip: padding-box; */
  border: 0;
  /* border-top: 10px solid transparent; */
  /* border-bottom: 10px solid transparent; */
  transition: all 0.3s ease;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 50px !important;
}
.carousel-indicators .active {
  background-color: #f75d64 !important;
  transform: scale(1.2) !important;
  width: 30px !important;
  border-radius: 50px !important;
}

/* Large Desktop: 992px–1199px */
@media (max-width: 1199.98px) {
  .slider_content {
    width: 50%;
  }
  .section-heading {
    font-size: 2.5rem;
  }
  .img {
    min-height: 700px;
  }
  .slider-content-wrap .button-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5%;
  }
}

/* Tablet: 768px–991px */
@media (max-width: 991.98px) {
  .test {
    /* flex-direction: column;
    text-align: center; */
    height: 100%;
  }

  .slider_content {
    width: 100%;
    /* margin-top: 20px; */
  }

  .section-heading {
    font-size: 2rem;
  }

  .button-wrapper {
    justify-content: center;
  }

  .img {
    min-height: 900px;
  }
  .section-desc {
    margin-bottom: 40px !important;
  }
}

/* Mobile: 576px–767px */
@media (max-width: 767.98px) {
  .section-heading {
    font-size: 1.5rem;
  }

  .button-wrapper button {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .button-wrapper button::after {
    top: 2px;
    right: 18px;
    font-size: 20px;
  }
}

/* Extra Small Mobile: <576px */
@media (max-width: 575.98px) {
  .section-heading {
    font-size: 1.2rem;
  }

  .slider-content-wrap p,
  .slider-content-wrap span {
    font-size: 12px;
  }

  .button-wrapper button {
    width: 120px;
    height: 35px;
    font-size: 12px;
  }

  .img {
    min-height: 700px;
  }
  .section-title img {
    width: 200px;
  }
}
/*=========================================================================
===========================================================================
=========================SECTION 2==========================================*/
.fotocapture-section {
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 5% 0;
}
.fotocapture-wrapper {
  /* border: 1px solid black; */
  width: 97%;
}
.fotocapture-title {
  font-size: 2.5rem; /* Large font size for main title */
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  line-height: 1.1;
  color: #212529; /* Dark text color */
  margin-bottom: 10px;
  text-align: left;
}
.lightblue-text {
  color: #f75d64 !important;
  /* Red color for 'Solution' */
}

.fotocapture-description {
  font-size: 1rem;
  color: #495057; /* Grey text */
  line-height: 1;
  max-width: 800px; /* Constrain width as in screenshot */
  margin-bottom: 60px; /* Space before the grid */
  text-align: left;
}

.cards-wrapper {
  /* border: 1px solid green; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cards-wrap {
  width: 90%;
}
.card-container {
  background-color: #efeeee; /* A light background for the card */
  position: relative;
  z-index: 1;
  overflow: hidden; /* This is crucial to contain the pseudo-element blur within the card's boundaries */
  border-radius: 20px;
  border: none;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
  height: 240px;
}
/* Folded corner (red part) */
.card-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 70px solid #f75d64; /* Red fold */
  border-left: 70px solid transparent;
  /* box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.15); Shadow for depth */
  z-index: 2; /* Ensures it's above the content */
}

/* Background under the fold (matches body background) */
.card-co.card-container {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* This triangle now matches the body background color */
  border-top: 69px solid #f6f4f9; /* Matches body background to show the "removed" corner */
  border-right: 69px solid transparent;
  z-index: 3; /* Ensures it's above the fold to create the illusion */
}
.card_title {
  margin-left: 55px;
  margin-top: 34px;
  margin-bottom: 0px;
  color: #f75d64;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--sub-heading-letter-spacing);
}
.card_desc {
  margin-top: 35px;
  line-height: 1;
  text-align: center;
}
.card_body {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.cards-footer {
  /* border: 1px solid blue; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards-footer button {
  position: relative;
  height: 45px;
  width: 160px;
  border-radius: 50px;
  border: 1px solid #f15852;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

/* Pseudo-element for the gradient background */
.cards-footer button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(241, 88, 82, 1) 10%,
    rgba(229, 65, 102, 1) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  border-radius: 50px;
}

/* Show the gradient on hover */
.cards-footer button:hover::before {
  opacity: 1;
  border: none !important;
}

/* Large Desktop: 992px–1199px */
@media (max-width: 1199.98px) {
  .fotocapture-title {
    font-size: 2rem;
  }
  .fotocapture-description {
    font-size: 0.95rem;
    max-width: 700px;
  }
  .card-container {
    /* height: 220px; */
  }
  .card_title {
    margin-top: 10px;
  }
  .card_desc {
    margin-top: 30px;
  }
  .why-foto {
    margin-top: 30px !important;
  }
}

/* Tablet: 768px–991px */
@media (max-width: 991.98px) {
  .fotocapture-title {
    font-size: 1.8rem;
    /* text-align: center; */
  }
  /* .fotocapture-description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  } */
  .cards-wrap {
    width: 95%;
  }
  .card-container {
    height: auto;
    min-height: 200px;
  }
  /* .card_title {
    margin-left: 20px;
    margin-top: 20px;
  } */
  .card_desc {
    margin-top: 30px;
    font-size: 0.95rem;
  }
  .why-foto {
    margin-top: 20px !important;
  }
}

/* Mobile: 576px–767px */
@media (max-width: 767.98px) {
  .fotocapture-title {
    font-size: 1.6rem;
  }
  .fotocapture-description {
    font-size: 0.9rem;
    margin-bottom: 40px;
  }

  .card-container {
    border-radius: 15px; /* smaller radius for mobile */
    height: auto; /* let card height expand */
    clip-path: polygon(
      70px 0,
      100% 0,
      100% 100%,
      0 100%,
      0 70px
    ); /* keep fold shape */
    background-color: #efeeee;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  /* keep folded corner */
  .card-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 70px solid #f75d64;
    border-left: 70px solid transparent;
    z-index: 2;
  }

  .card_title {
    margin-left: 35px;
    margin-top: 35px;
    text-align: center;
  }

  .why-foto {
    margin-top: 0 !important;
  }
  .fotocapture-section {
    margin: 10% 0;
  }
}

/* Extra Small Mobile: <576px */
@media (max-width: 575.98px) {
  .fotocapture-title {
    font-size: 1.4rem;
  }
  .fotocapture-description {
    font-size: 0.85rem;
    margin-bottom: 30px;
  }
  .card_body {
    padding: 20px;
  }
  .card_title {
    font-size: 1rem;
    margin-left: 50px;
  }
  .card_desc {
    font-size: 0.85rem;
  }
  .cards-footer button {
    width: 140px;
    height: 40px;
    font-size: 0.8rem;
  }
}
/*=========================================================================
===========================================================================
=========================new SECTION 2==========================================*/

/* Section */
section.features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  background: #f9f9ff;
  gap: 40px;
  flex-wrap: wrap;
}

/* Left Static Image */
.features-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-image img {
  max-width: 100%;
  height: auto;
}

/* Right Swiper */
.features-slider {
  /* flex: 1; */
  width: 55%;
  min-width: 320px;
}
.swiper-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  /* background: #fff;
  border: 2px solid #ddd;
  border-radius: 16px; */
  padding: 40px 20px;
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
}

.swiper-slide {
  width: 320px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 86, 210, 0.25); /* 👈 blue shadow */
  text-align: left;
}

.feature-title {
  font-size: 18px;
  font-weight: bold;
  color: #0056d2;
  margin-bottom: 10px;
}

.feature-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* Pagination */
.swiper-pagination-bullet {
  background: #f75d64;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
  section.features {
    flex-direction: column;
    text-align: center;
  }

  .features-slider {
    width: 100%;
  }

  .swiper-slide {
    width: 90%;
    margin: 0 auto;
  }
  .swiper-slide {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .swiper {
    padding: 20px 10px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-text {
    font-size: 14px;
  }
  .swiper-slide {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .features-slider {
    flex: 1;
    min-width: 200px;
  }
}
/*=========================================================================
===========================================================================
=========================SECTION 3==========================================*/
.featurette-section {
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.featurette-title {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid green; */
  width: 97%;
}
.featurette-title h3 {
  /* border: 1px solid green;
  width: 97%; */
  padding-left: 0;
}
.featurette-title p {
  padding-left: 0;
}
.featurette_content_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid blue; */
  width: 90%;
}
.featurette {
  /* border: 1px solid black; */
  /* width: 90%; */
  align-items: center;
}
.lead {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  font-weight: 400;
  margin-top: 30px;
}

/*=================================================
===================================================
================SECTION 4=========================*/

.works-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* border: 3px solid black; */
}
.works-wrapper {
  /* border: 3px solid red; */
  width: 97%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5% 0;
}

.title {
  font-size: 2.5rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  margin-bottom: 2rem;
  margin-left: 1rem;

  text-align: left;
}
.flow-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  /* border: 3px solid blue; */
  width: 50%;
}

@media (min-width: 768px) {
  .flow-container {
    flex-direction: row;
    gap: 0;
  }
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 0.875rem;
  font-weight: var(--heading-font-weight);
}

.circle {
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #fca5a5;
  background: linear-gradient(
    90deg,
    rgba(247, 93, 100, 0.2) 0%,
    rgba(241, 113, 108, 0.2) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.icon {
  font-size: 2.25rem;
  /* color: #92003c; */
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem; /* Align with the circles */
  position: relative;
  bottom: 25px;
}

.arrow svg {
  width: 3rem;
  height: auto;
}

.desktop-arrow {
  display: none;
}

@media (max-width: 2000px) {
  .desktop-arrow {
    display: flex;
    width: 4%;
  }
  .circle {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 1300px) {
  .desktop-arrow {
    display: flex;
    width: 3%;
  }
  .circle {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 1080px) {
  .desktop-arrow {
    display: flex;
    width: 2%;
  }
  .circle {
    width: 5rem;
    height: 5rem;
  }
}

.mobile-arrow {
  display: flex;
  transform: rotate(90deg);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .desktop-arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-arrow {
    display: none;
  }
}
/*=================================================
===================================================
================SECTION 5=========================*/

.beyond-customization-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.beyond-customization-wrapper {
  width: 97%;
}
.cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
}
.card-row1 {
  width: 90%;
}
.card-row2 {
  width: 80%;
}

/* Adjusted for left alignment */
.section-title {
  font-size: 2.5rem; /* Large font size for main title */
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  line-height: 1.1;
  color: #212529; /* Dark text color */
  margin-bottom: 10px;
  text-align: left; /* Ensure left alignment */
}
.section-title span.red-text {
  color: #f75d64; /* Red color for 'Customization' */
}

/* Adjusted for left alignment */
.section-subtitle {
  font-size: 1.8rem; /* Size for "It Is Made Easy" */
  font-weight: 600;
  color: #212529;
  margin-bottom: 30px;
  text-align: left; /* Ensure left alignment */
}

/* Adjusted for left alignment */
.section-desc {
  font-size: 1rem;
  color: #495057; /* Grey text */
  line-height: 1;
  max-width: 800px; /* Constrain width as in screenshot */
  margin-bottom: 60px; /* Space before feature blocks */
  text-align: left; /* Ensure left alignment */
}

/* Feature Blocks */
.feature-block {
  text-align: center;
  margin-bottom: 40px; /* Space between feature blocks and counters */
}

.feature-icon-wrapper {
  width: 100px;
  height: 100px;
  border: 2px solid black;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-icon-wrapper svg {
  width: 40px;
  height: 40px;
  color: #495057; /* Grey color for icons */
}

.feature-title {
  font-size: 1.5rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--sub-heading-letter-spacing);
  color: #f75d64;
  margin-bottom: 50px;
}

.feature-description-small {
  font-size: 0.95rem;
  color: #6c757d; /* Lighter grey for description */
  line-height: 1;
}

/* Counter Blocks */
.counter-block {
  background-color: #f8f8f8; /* Very light grey background */
  border-radius: 0.75rem; /* Slightly more rounded than features */
  padding: 30px 20px; /* Keep existing padding */
  text-align: center; /* Changed to left alignment */
  height: 100%; /* Ensure equal height in a row */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Removed align-items: center; for left alignment */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03); /* Very subtle shadow */
}

.counter-number-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6c757d; /* Grey color for "/01" etc. */
  margin-bottom: 10px;
}

.counter-value {
  font-size: 3.5rem; /* Slightly larger font size for numbers */
  font-weight: 800; /* Extra bold */
  color: #ff4d4d; /* Red color for numbers */
  line-height: 1;
  margin-bottom: 10px;
}

.counter-label-bottom {
  font-size: 1rem;
  font-weight: 500;
  color: #212529; /* Dark text for labels */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  /* Tablet and smaller */
  .section-title {
    font-size: 2rem;
    text-align: left; /* Center on smaller screens */
  }
  .section-subtitle {
    font-size: 1.5rem;
    text-align: center; /* Center on smaller screens */
  }
  .section-description {
    margin-bottom: 40px;
    text-align: center; /* Center on smaller screens */
    margin-left: auto; /* Re-add auto margins for centering */
    margin-right: auto;
  }
  .feature-block {
    margin-bottom: 30px;
  }
  .feature-title {
    font-size: 1.3rem;
  }
  .counter-block {
    padding: 25px 15px;
    margin-bottom: 20px; /* Space between stacked counters */
    text-align: left; /* Keep left aligned on tablet as well */
  }
  .counter-value {
    font-size: 2.8rem; /* Adjusted for tablet */
  }
}

@media (max-width: 767.98px) {
  /* Mobile */
  .section-title {
    font-size: 1.5rem;
  }
  .section-subtitle {
    font-size: 1.2rem;
  }
  .section-description {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .feature-block {
    margin-bottom: 25px;
  }
  .feature-title {
    font-size: 1.2rem;
  }
  .feature-description-small {
    font-size: 0.9rem;
  }
  .counter-block {
    padding: 20px 10px;
    margin-bottom: 15px;
    text-align: left; /* Keep left aligned on mobile as well */
  }
  .counter-value {
    font-size: 2.2rem; /* Adjusted for mobile */
  }
  .counter-label-bottom {
    font-size: 0.9rem;
  }
}

/*=================================================
===================================================
================SECTION 6=========================*/
.action-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* border: 3px solid black; */
}
.action-wrapper {
  display: flex;
  width: 97%;
  /* border: 3px solid red; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5% 0;
}
.action-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 3px solid blue; */
  margin: 0;
}
.action-title {
  font-size: 2.5rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  line-height: 1.1;
  color: #212529;
  text-align: center;
}
.action-subtitle {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}

.digitize-me-hero-btn {
  /* border: 1px solid blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border: none;
  gap: 30px;
}
.digitize-me-hero-btn .button1 {
  position: relative;
  height: 45px;
  width: 220px;
  border-radius: 50px;
  border: 1px solid black;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(247, 93, 100, 1) 0%,
    rgba(241, 113, 108, 1) 100%
  );
  color: white;
  padding-right: 30px;
  border: none;
}

/* Pseudo-element for the gradient background */
.digitize-me-hero-btn .button1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(241, 88, 82, 1) 10%,
    rgba(229, 65, 102, 1) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  border-radius: 50px;
  border: none;
}

/* Show the gradient on hover */
.digitize-me-hero-btn .button1:hover::before {
  opacity: 1;
  border: none !important;
  border: none;
}

.digitize-me-hero-btn .button1 {
  position: relative;
  display: block;
  border: none;
}

.digitize-me-hero-btn .button1::after {
  content: "\2197";
  position: absolute;
  bottom: 0;
  right: 1;
  color: white;
  margin-left: 10px;
  font-size: 16px;
  transition: transform 0.3s ease-out;
  z-index: 3;
  font-size: 30px;
}
.digitize-me-hero-btn .button1:hover::after {
  color: white;
}

.digitize-me-hero-btn .button2 {
  position: relative;
  height: 45px;
  width: 220px;
  border-radius: 50px;
  border: 1px solid black;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  background: black;
  color: white;
  padding-right: 30px;
  border: none;
}

/* Pseudo-element for the gradient background */
.digitize-me-hero-btn .button2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(241, 88, 82, 1) 10%,
    rgba(229, 65, 102, 1) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  border-radius: 50px;
  border: none;
}

/* Show the gradient on hover */
.digitize-me-hero-btn .button2:hover::before {
  opacity: 1;
  border: none !important;
  border: none;
}

.digitize-me-hero-btn .button2 {
  position: relative;
  display: block;
  border: none;
}

.digitize-me-hero-btn .button2::after {
  content: "\2197";
  position: absolute;
  bottom: 0;
  right: 1;
  color: #ff4d4d;
  margin-left: 10px;
  font-size: 16px;
  transition: transform 0.3s ease-out;
  z-index: 3;
  font-size: 30px;
}
.digitize-me-hero-btn .button2:hover::after {
  color: white;
}
/* Tablets (≤991px) */
@media (max-width: 991.98px) {
  .action-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .action-subtitle {
    font-size: 1.25rem;
  }

  .digitize-me-hero-btn {
    flex-wrap: wrap;
    gap: 20px;
  }

  .digitize-me-hero-btn .button1,
  .digitize-me-hero-btn .button2 {
    width: 200px;
    font-size: 0.95rem;
  }
}

/* Mobile landscape & medium phones (≤767px) */
@media (max-width: 767.98px) {
  .action-title {
    font-size: 1.8rem;
  }

  .action-content p {
    font-size: 0.95rem;
    padding: 0 10px;
    line-height: 1;
  }

  .action-subtitle {
    font-size: 1.1rem;
  }

  .digitize-me-hero-btn {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .digitize-me-hero-btn .button1,
  .digitize-me-hero-btn .button2 {
    max-width: 320px;
  }
}

/* Small mobile (≤575px) */
@media (max-width: 575.98px) {
  .action-title {
    font-size: 1.6rem;
  }

  .action-subtitle {
    font-size: 1rem;
  }

  .digitize-me-hero-btn .button1,
  .digitize-me-hero-btn .button2 {
    height: 40px;
    font-size: 0.9rem;
  }

  .digitize-me-hero-btn .button1::after,
  .digitize-me-hero-btn .button2::after {
    font-size: 20px; /* smaller arrow */
    top: 5px;
  }
}
