@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 */
}

/*=========================================================================
===========================================================================
=========================SECTION 1==========================================*/
/* Container for the marquee section to provide padding and layout */
.marquee-section {
  padding-top: 1rem;
  padding-bottom: 5rem;
  width: 100%;
}
.marquee-wrapper {
  background-image: url("../images/customers/fotopia-hero-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97%;
  border-radius: 30px;
  height: 100%;
}
.wrap {
  height: 700px;
}

/* Styles for the hero text and buttons on the left */
.hero-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: left;
}
.marquee-container {
  display: flex;
  justify-content: center;
}

.hero-content h1 {
  font-size: 3rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  line-height: 1;
  color: #fff;
}

.hero-content h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1rem;
  color: #ccc;
}

.section-title {
  margin-top: 5%;
  text-align: left;
  font-size: 1rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}
.section-desc {
  color: white;
  line-height: 1;
  font-size: 1.5rem;
  /*font-weight: var(--heading-font-weight);*/
  width: 65%;
}
.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;
}

/* .button-wrapper {
  margin-top: 5%;
  display: flex;
  gap: 30px;
}

.button-wrapper button {
  position: relative;
  height: 45px;
  width: 250px;
  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;
}

.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;
}


.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: #1068b2;
  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;
} */

/*=============================================================
===============================================================
================SECTION 2===================================*/
.section-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.section2-row1-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.section2-row1-wrapper p {
  font-size: 1.5rem;
  width: 90%;
  color: black;
  text-align: left;
}
.section2-row2-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 5%;
}

.section2-row2-wrapper h3 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--sub-heading-letter-spacing);
}

/*=============================================================
===============================================================
================SECTION 3===================================*/
.about-section-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 1px solid black; */
  margin: 5% 0px;
}
.counter-wrapper {
  width: 97%;
  display: flex;
  /* flex-direction: column;
  justify-content: center;
  align-items: center; */
  /* text-align: center; */
  /* border: 1px solid red; */
  justify-content: center;
  align-items: center;
  /* height: 30vh; */
  padding: 0;
}

.title {
  font-size: 2.5rem;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  margin-left: 2rem;
  color: black;
}

.cards-container {
  /* display: grid; */
  /* margin-top: 2%; */
  gap: 1.5rem;
  width: 90%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  /* grid-template-columns: repeat(1, 1fr); */
  /* border: 1px solid blue; */
}

@media (max-width: 1200px) {
  .cards-container {
    flex-wrap: wrap;
  }
}

/* .card:first-child,
.card:nth-child(4) {
  grid-column: span 1;
}

@media (min-width: 768px) {
  .card:first-child,
  .card:nth-child(4) {
    grid-column: span 1;
  }
} */

.crd {
  /* background-color: #efeeee; */
  border-radius: 1rem;
  padding: 1.5rem;
  border: none;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  text-align: center;
  width: 20vw;
  background: rgb(163 162 162 / 20%);
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
}

.number {
  font-size: 2.5rem;
  line-height: 0.8;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: #f15852;
}

.description {
  font-size: 0.875rem;
  font-weight: 400;
  color: black;
  opacity: 0.5;
  margin-top: 5px;
}

/* ===================== LAPTOPS / TABLETS LANDSCAPE (992px – 1199px) ===================== */
@media (max-width: 1199px) {
  .crd {
    flex: 1 1 calc(50% - 1.5rem); /* 2 cards per row */
  }
  .title {
    font-size: 2.5rem;
  }
  .number {
    font-size: 2.5rem;
  }
  .description {
    font-size: 0.95rem;
  }
  .counter-wrapper {
    height: 100%;
  }
}

/* ===================== TABLETS PORTRAIT (768px – 991px) ===================== */
@media (max-width: 991px) {
  .title {
    font-size: 2.2rem;
    text-align: center;
    margin-left: 0;
  }
  .crd {
    flex: 1 1 calc(50% - 1.5rem); /* still 2 cards per row */
  }
  .number {
    font-size: 2.5rem;
  }
  .description {
    font-size: 0.9rem;
  }
  .wrap {
    height: 800px;
  }
  .hero-content h1 {
    margin-top: 15%;
    font-size: 2.5rem;
  }
  .section-desc {
    font-size: 1.2rem;
  }
}

/* ===================== MOBILE (576px – 767px) ===================== */
@media (max-width: 767px) {
  .title {
    font-size: 2rem;
    margin-left: 0;
    text-align: center;
  }
  .crd {
    flex: 1 1 100%; /* stack vertically */
  }
  .number {
    font-size: 2.5rem;
  }
  .description {
    font-size: 0.85rem;
  }
  .wrap {
    height: 700px;
  }
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .section-desc {
    font-size: 1.1rem;
  }
}

/* ===================== EXTRA SMALL (≤575px) ===================== */
@media (max-width: 575px) {
  .title {
    font-size: 1.8rem;
  }
  .number {
    font-size: 2.2rem;
  }
  .description {
    font-size: 0.8rem;
  }
  .wrap {
    height: 600px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .section-desc {
    font-size: 1rem;
  }
}
/*=============================================================
===============================================================
================SECTION 4===================================*/
.about-section-4 {
  /* border: 1px solid black; */
  margin: 5% 0px;
}
.table-container {
  border: 1px solid #000;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 90%;
  height: 80%;
}

.table-header {
  display: flex;
  /* background-color: #fef2f2; */
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  font-size: 1.5rem;
  color: #f15852;
  border-bottom: 1px solid #000;
}

.table-row {
  display: flex;
  border-bottom: 1px solid #000;
}

.table-row:last-child {
  border-bottom: none;
}

.table-cell {
  padding: 1rem;
  flex: 1;
  text-align: left;
}

.header-cell {
  padding: 1rem;
  flex: 1;
  border-right: 1px solid #000;
  text-align: center;
}

.header-cell:last-child {
  border-right: none;
}

.table-cell {
  padding: 1rem;
  flex: 1;
  text-align: left;
  border-right: 1px solid #000;
}

.table-cell:last-child {
  border-right: none;
}

.bold {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
}
@media (max-width: 1600px) {
  .table-container {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .table-container {
      width: 100%;
    display: block;
  }
  .table-header,
  .table-row {
    /* flex-direction: column; */
    /* border-bottom: none; */
  }
  .header-cell {
    border-right: none;
    border-bottom: 1px solid #000;
    font-size: 0.9rem;
  }
  .header-cell:last-child {
    border-bottom: 1px solid #000;
  }
  .table-cell {
    /* border-right: none; */
    /* border-bottom: 1px solid #000; */
    font-size: 0.7rem;
  }
  .table-cell:last-child {
    border-bottom: none;
  }
  .table-row {
    /* border: 1px solid #000; */
    /* margin-bottom: 1rem; */
    /* border-radius: 1rem; */
  }
}
/*=============================================================
===============================================================
================SECTION 5===================================*/

.fotocapture-section {
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 5% 0px;
}
.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;
}
.lightgreen-text {
  color: #f15852 !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 #f15852; /* 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: #f15852;
  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;
}

/*=================================================
===================================================
================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);
  letter-spacing: var(--sub-heading-letter-spacing);
}
.action-content p {
  line-height: 1;
}
.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: 270px;
  border-radius: 50px;
  border: 1px solid black;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(241, 88, 82, 1) 10%,
    rgba(229, 65, 102, 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: black;
  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;
}
