
.tech_main_heading_eyebrow{
  display: flex; 
  align-items: center; 
  gap: 8px; 
  color: #686D76; 
  font-family: monospace; 
  font-size: 14px; 
  letter-spacing: 1px;
  font-family: 'Montserrat';
}
.tech_main_heading_eyebrow div{
  width: 24px; 
  height: 1px; 
  background: #686D76;
}
.tech_main_heading{
  font-size: 40px; 
  font-weight: bold; 
  margin-bottom: 16px; 
  color:#9f7866;
  font-family: 'Montserrat';
}
.tech_main_heading_description{
  color: #686D76; 
  max-width: 640px; 
  margin: 0 auto; 
  font-size:20px;
  font-family: 'Montserrat';
}
.outerbox_tech_features{
  position: relative; 
  overflow: hidden; 
  border-radius: 16px; 
  padding: 32px; 
  background: #9f7866; 
  transition: all 0.5s ease;
  font-family: 'Montserrat';
}
.innerbox_tech_features{
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: black; 
  opacity: 0; 
  transition: opacity 0.5s;
}
.innerbox_tech_features_inner_circle{
  position: absolute; 
  right: -80px; 
  bottom: -80px; 
  width: 160px; 
  height: 160px; 
  border-radius: 50%; 
  background: rgba(255, 255, 255, 0.25); 
  transition: all 0.5s;
}
.innerbox_tech_features_content{
  position: relative; 
  z-index: 10;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.innerbox_tech_features_content_icon_container{
  padding: 10px 7px; 
  border-radius: 5px; 
  display: inline-flex; 
  margin-bottom: 24px; 
  background: #fbf7f4; 
  color: #9f7866;
  max-width: 10rem;
  max-height: 10rem;
}
.innerbox_tech_features_content_icon_container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerbox_tech_features_content_icon_container svg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerbox_tech_features_content_heading{
  font-size: 24px; 
  font-weight: bold; 
  margin-bottom: 12px; 
  color:white;
  font-family: 'Montserrat';
}
.innerbox_tech_features_content_description{
  color: white; 
  margin-bottom: 24px; 
  font-size: 16px; 
  line-height:1.4; 
  font-family:'Montserrat';
  text-align: center;
}
.innerbox_tech_features_content_link{
  display: flex; 
  align-items: center; 
  font-size: 16px; 
  font-weight: medium; 
  color: #F6F1F1; 
  transition: transform 0.3s ease;
  cursor: pointer;
}
.innerbox_tech_features_content_link:hover{
  text-decoration: underline;
  color: white;
}
.innerbox_tech_features_content_link span{
  font-weight: 600;
}
.sr_outer_container{
  position: relative; 
  padding: 100px 20px; 
  overflow: hidden; 
  text-align: center; 
  margin: 0; 
  font-family:'Montserrat';
  background:white
}
.sr_inner_container{
  position: absolute; 
  inset: 0; 
  color: white;
  border-radius: 20px;
}
.sr_container{
  position: relative; 
  max-width: 1200px; 
  margin: 0 auto; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
  align-items: center; 
  gap: 40px;
}
.sr_content{
  width: 40%; 
  max-width: 500px; 
  text-align: left;
  font-family: 'Montserrat';
}
.sr_heading_eyebrow_div{
  display: flex; 
  align-items: center; 
  gap: 10px; 
  color: #686D76; 
  font-weight: bold; 
  margin-bottom: 10px;
}
.sr_heading_eyebrow{
  font-size: 20px;
}
.sr_heading{
  margin: 0; 
  font-size: 35px; 
  color: #9f7866;
}
.sr_heading_description{
  margin: 10px 0; 
  font-size: 17px; 
  color: #030303;
}
.sr_content_list{
  list-style: none; 
  padding: 0; 
  margin: 10px 0; 
  font-size: 15px; 
  color: #030303;
}
.sr_content_list_item{
  display: flex; 
  align-items: center; 
  gap: 10px; 
  margin-bottom: 10px;
  font-size: 18px;
}
.sr_content_btn{
  display: inline-block; 
  padding: 10px 20px; 
  background: #9f7866; 
  color: white; 
  border: none; 
  border-radius: 30px; 
  cursor: pointer; 
  text-decoration: none; 
  margin-top: 20px; 
  font-size:17px
}
.sr_image_div{
  position: relative; 
  width: 50%; 
  max-width: 600px; 
  border-radius: 20px; 
  overflow: hidden; 
  border: 1px solid #333; 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.sr_image{
  width: 100%; 
  display: block;
}
.cfs_section{
  padding: 100px 20px; 
  overflow: hidden; 
  text-align: center; 
  margin: 0; 
  font-family:'Montserrat';
  color: #030303; 
  background: white
}
.cef_header{
  margin-bottom: 64px;
}
.cfs_eyebrow{
  display: inline-block; 
  margin-bottom: 12px;
}
.cfs_eyebrow_container{
  display: flex; 
  align-items: center; 
  gap: 8px; 
  color: #686D76; 
  font-family: 'Montserrat'; 
  font-size: 14px; 
  letter-spacing: 1px;
}
.cfs_eyebrow_container div{
  width: 24px; 
  height: 1px; 
  background-color: #686D76;
}
.cfs_eyebrow_container span{
  font-weight: 600; 
  font-size:15px
}
.cfs_heading{
  font-size: 40px; 
  font-weight: bold; 
  margin-bottom: 16px; 
  color: #997362;
}
.cfs_heading_description{
  color: #686D76; 
  max-width: 600px; 
  margin: 0 auto; 
  font-size:15px
}
.cfs_scroll{
  position: relative;
}
.cfs_scroll_conatiner {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  padding-bottom: 48px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  color: white;
  overflow: hidden; 
}
@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1000px * 5));
  }
}
.cfs_scroll_card {
  min-width: 300px;
  max-width: 60rem;
  background: linear-gradient(to bottom, #1a1a1a, black);
  border: 1px solid #333;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  scroll-snap-align: start;
  display: inline-block; 
  animation: scrollAnimation 60s linear infinite; 
}
.cfs_scroll_conatiner:hover .cfs_scroll_card{
  animation-play-state:paused;
  
}
.cfs_scroll_card_image_container{
  height: 200px; 
  background-size: cover; 
  background-position: center; 
  position: relative;
}
.cfs_scroll_card_container{
  position: absolute; 
  inset: 0; 
  background: linear-gradient(to top, black, transparent);
}
.cfs_scroll_card_features_header{
  position: absolute; 
  bottom: 0; left: 0; 
  width: 100%; 
  padding: 16px;
}
.cfs_scroll_card_feature_icon_container{
  background-color: #686D76; 
  padding: 18px 12px; 
  border-radius: 4px;
    display: inline-flex; 
    margin-bottom: 8px;
}
.cfs_scroll_card_features_header_heading{
  font-size: 23px; 
  font-weight: bold; 
  margin: 0;
}
.cfs_scroll_card_features_description{
  color: white; 
  margin-bottom: 16px; 
  font-size: 14px
}
.cfs_scroll_card_features_link{
  display: flex; 
  align-items: center; 
  font-size: 14px; 
  font-weight: bold; 
  color:#3b82f6; 
  transition: transform 0.3s;
  cursor: pointer;
}
.card-stacker{
  position: relative; 
  padding: 100px 20px; 
  overflow: hidden; 
  text-align: center; 
  margin: 0; 
  font-family:'Montserrat'; 
  background:black
}
.card-stacker-card{
  width: 60vw;
  height: 50vh;
  background-color: #fbf7f4;
  /* background-color: white; */
  border: 2px solid rgb(153, 115, 98);
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: sticky;
  margin-bottom: 5rem; 
  border-radius: 20px;
}
.card-stacker-card{
  top: 34%; 
}

@media screen and (max-width: 1024px) {
  .sr_outer_container{
    padding: 0px 10px; 
  }
  .sr_image_div{
    width: 80%; 
    max-width: 600px; 
  }
  .sr_content{
    width: 80%; 
    max-width: 500px; 
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cef_header{
    margin-bottom: 45px;
  }
  .cfs_section{
    padding: 80px 20px; 
  }
  .cfs_heading{
    font-size: 30px; 
  }
  .card-stacker-card{
    width: 85vw;
    height: fit-content;
    margin-bottom: 7rem; 
    padding: 5rem 1rem;
  }
  
}
  
@media screen and (max-width: 600px) {
  .cfs_scroll_card{
    max-width: 30rem; 
    animation: scrollAnimation 30s linear infinite; 
  }
  .cef_header{
    margin-bottom: 0px;
  }
  .sr_container{
    max-width: 90vw; 
    gap: 10px;
  }
  .tech_main_heading{
    font-size: 26px;
    width: 100%;
    margin: auto;
    margin-bottom: 8rem;
  }
  .sr_content{
    width: 90vw; 
  }
  .card-stacker-card{
    width: 95vw;
    height: fit-content;
    margin-bottom: 7rem; 
    padding: 3rem 1rem;
  }
  .sr_image_div{
    margin-bottom: 10px;
  }
  .card-stacker-card{
    top: 25%; 
  }
  .tech_main_heading_description{
    display:none;
  }
  .sr_heading_eyebrow{
    font-size: 15px;
    font-weight: bold;
  }
  .sr_heading{
    font-size: 20px;
    text-align: center;
  }
  .sr_heading_description{
    margin: 10px 0; 
    font-size: 15px; 
    color: #030303;
  }
  .sr_content_list_item{
    font-size: 15px;
  }
  .innerbox_tech_features_content_heading{
    font-size: 20px; 
  }
  .innerbox_tech_features_content_description{
    font-size: 14px; 
    text-align: center;
  }
  .innerbox_tech_features_content_link{
    font-size: 15px; 
  }
  .customers__review h1{
    font-size: 25px;
  }
@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-300px * 5)); 
  }
}

}