html,body {
    background-color: #F5F5EE !important;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px !important;
    overflow-x: hidden;
    font-family: "Inter", Arial, sans-serif !important;
  }
  
  body {
    display: block !important;
    padding-bottom: 0;
    overflow-y: scroll;
  }

    
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
  
  br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  .body_container {
    transition: filter 0.75s ease-in-out;
    -webkit-transition: filter 0.75s ease-in-out;
  }
  
  .fade-in-ele {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.25s ease-out, transform 1s ease-out;
  }
  
  .fade-in-ele.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .border_div {
    position: relative;
  }
  
  .border_div svg {
    position: absolute;
    z-index: 100;
    display: block;
    height: 48px;
    bottom: -45px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-title {
    font-size: 5.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
  }

  .section-title-large {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
  }
  
  .section-subtitle {
    font-size: 2rem;
    color: #374151;
    /* max-width: 600px; */
    margin: 0 auto;
  }

  /* Hero Section */
.hero {
    max-width: 1800px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(180deg, #141A20 20%, #111 100%);
    background: linear-gradient(180deg, #F0EEE6 20%, #e0ded4 100%);
    
  }
  

  
  .hero_border_top_div {
    height: 48px;
    width: 377px;
    position: absolute;
    bottom: 0px;
    left: 1px;
  }
  
  .hero_border_top_div svg {
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    bottom: -44px;
  }
  
  /* Container */
  .hero .container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0;
  }
  
  /* Typography */
  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  
  .hero p {
    margin-bottom: 3rem;
    color: #B4AB9F;
    color: #8f8a84;
    color: #666;
    color: #374151;
    /* color: #800900; */
    line-height: 1.2;
    text-align: center;
    font-weight: 600 !important;
  }
  
  .hero a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
  }
  
  
  .hero-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0rem;
    align-items: center;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }
  
  .hero-content {
    /* background: transparent; */
    /* background: linear-gradient(-72deg, #b96042 8%, #D97757 20%); */
    padding: 56px 48px;
    border-radius: 0;
    position: relative;
    /* overflow: hidden; */
    /* background-color: #D97757; */
  }
  
  .hero-content::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 82%;
    border-radius: 50%;
    background: #F5F5EE url('data:image/svg+xml;utf8,<svg width="480" height="480" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.7" fill="white" opacity="0.08"/></pattern></defs><circle cx="240" cy="240" r="240" fill="url(%23grain)" /></svg>');
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
    filter: blur(32px);
  }
  
  
  .hero-title {
    font-size: 6rem;
    font-weight: 900 !important;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #fff !important;
    color: #000 !important;
    background: linear-gradient(110deg, #1f2937 40%, #374151 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }


  .gradient-text {
    background-image: linear-gradient(172deg, #1f2937 40%, #003a64 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* animation: gradient-move 4s linear infinite alternate; */
    background-size: 180% 100%;
  }

  
  @keyframes gradient-move {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  
  .hero-subtitle {
    font-size: 3rem;
    font-weight: bold !important;
    color: #000;
    margin-bottom: 2rem;
    line-height: 1.35;
    text-align: left;
  }
  
  .hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  
  .hero-actions p {
    display: inline-block;
    margin-top: 1rem;
    font-size: 13px;
    color: #999;
    text-align: left;
  }

  
  
  .hero-visual {
    position: relative;
    background-color: #D9775700;
    /* background: linear-gradient(-72deg, #b96042 0%, #D97757 20%); */
    height: 100%;
    border-radius: 0;
    position: relative;
    padding: 20%;
  }

  .hero-visual .app_grid {
    position: absolute;
    top: 0;
    left: 50%;
    width: 82%;
    transform: translateX(-50%) rotate(-3deg);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100%/5), 1fr));
    gap: 1rem 0 !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    user-select: none;
    outline: none;
  }

  .hero-visual .app_grid .app {
    display: flex;
    width: 150px;
    height: 150px;
    /* border-right: 1px solid #9c2e02; */
    border: 2px solid #1f2937;
    border-right: 3px solid #1f2937;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    /* filter: blur(2px); */
    transition: filter 0.35s ease-in-out;
    user-select: none;
    outline: none;
    box-shadow: inset -8px -16px 24px #ffc7b148,
    inset 0 0 20px #cb491616;
  }

  .hero-visual .app_grid .app:nth-child(5n) {
    /* border-right: none; */
  }

  .hero-visual .app_grid .app:nth-child(2n + 1) {
    background-color: #fff6ea;
  }

  .hero-visual .app_grid .app:nth-child(2n + 2) {
    border-right: 3px solid #1f2937;
    border-bottom: 3px solid #1f2937;
  }

  .hero-visual .app_grid .app img {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    /* transform: rotate(3deg); */
    user-select: none;
    outline: none;
    pointer-events: none;
    width: 75px;
    height: 75px;
    filter: saturate(0.4);
    transition: transform 0.1s ease-in-out, top 0.1s ease-in-out, filter 0.35s ease-in-out;
    animation: flashing 1.5s linear infinite;
    /* filter: blur(2px); */
  }

  .hero-visual .app_grid .app:nth-child(4n) img {
    animation: flying 1.15s linear infinite;
  }

  .hero-visual .app_grid .app.zapier img {
    padding: 2px;
  }

  .hero-visual .app_grid .app.okaysend img {
    filter: saturate(1);
  }

  .hero-visual .app_grid .app:hover {
    /* filter: blur(1px); */
  }

  .hero-visual .app_grid .app:hover img {
    filter: none;
  }

  .hero-visual .app_grid .app.okaysend:hover img {
    filter: saturate(1.91);
  }


  @keyframes flying {
    0% { transform: rotate(-3deg);}
    50% { transform: rotate(3deg);}
    100% { transform: rotate(-3deg);}
  }
  
  @keyframes flashing {
    0% { transform: rotate(3deg);}
    50% { transform: rotate(-3deg);}
    100% { transform: rotate(3deg);}
  }



 



.benefits_div {
  position: relative;
  margin: 32px auto 0 auto;
  width: 80%;
  text-align: left;
}


.benefits_div_second .row .col-lg-12 {
  background: url("../../assets/victory_money.png");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 140px;
}

.benefits_div ._icon {
  margin-bottom: -24px;
  /* pointer-events: none; */
  user-select: none;
  transform: translateX(-6px);
}

.benefits_div ._icon.manual {
  transform: translateX(-18px);
}

.benefits_div ._icon.safe {
  transform: translateX(-14px);
}

.benefits_div ._icon.auto {
  transform: translateX(4px);
}



.benefits_div ._icon svg path {
  /* transition: transform 0.5s ease, filter 1.25s ease; */
  /* filter: grayscale(16%); */
}

.benefits_div .col-lg-4:hover svg path {
  /* filter: grayscale(32%); */
}




.benefits_div h2 {
  font-weight: 600;
  color: #1f2937;
  line-height: 38px;
  max-width: 292px;
}

.benefits_div h4 {
  color: #374151;
  min-height: 94px;
  line-height: 28px;
  margin-top: 8px;
  padding: 0 8px 0 0;
  font-weight: 400;
}

.benefits_div_second h4 {
  min-height: 120px;
}

.benefits_div .benefits_pattern {
  height: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  /* background: rgba(242, 101, 34, 0.22) url('../../assets/bk_large_trans.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; */
}





.card-section {
  position: relative;
  width: 100%;
  margin: 40px auto 0 auto;
  padding: 40px;
  background-color: #EF6027;
  background: linear-gradient(64deg, #bb4516 10%, #EF6027 90%);
  border-top: 4px solid #1f2937;
  border-bottom: 4px solid #1f2937;
}

.card_border_bottom_div {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 47px;
  width: 390px;
}

.card_border_bottom_div svg {
  
  height: 47px;
  bottom: -4.69rem;
}

.card-section .container {
  width: 80%;
  max-width: 1200px;
  border: 4px solid #bb4516;
  border-radius: 12px;
  background-image: linear-gradient(#bb4516 4px, transparent 1px),
  linear-gradient(90deg, #bb4516 4px, transparent 1px),
  linear-gradient(#F5F5EE00 1px, transparent 1px),
  linear-gradient(90deg, #F5F5EE00 1px, transparent 1px);
  background-size:80px 80px, 80px 80px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
  transition: background-position 0.2s linear;
  background-attachment: scroll;
  will-change: background-position;
}

.card-grid {
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 ;
}


.card-grid .text-div {
  display: flex;
  flex-direction: column; 
  text-align: center;
  align-items: center;
  justify-content: center;
  
}

.card-grid .text-div * {
  display: block;
  width: 100%;
  max-width: 600px;
  text-align: left;
}

.card-grid .text-div .section-title-large {
  font-size: 4.8rem;
  color: #fff;
  margin: 0 0 1rem;
}

.card-grid .text-div .section-subtitle {
  color: #fff;
}

/* The container for the card, adding perspective for the 3D effect */
.card-container {
height: 100%;
width: 300px;
padding: 0;
margin: 0 0 0 auto;
  perspective: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  position: relative;
  width: 280px;
  height: 280px;
  padding: 8px;
  margin: 0;
  background: #DAD5C2;
  /* backdrop-filter: blur(4px); */
  /* background: #1f293700; */
  /* background: #e0ded4; */
  background: linear-gradient(135deg, rgb(34, 45, 60) 0%, rgb(22, 31, 43) 100%);
  border-radius: 12px;
  border: 4px solid #1f2937;
  border: 3px solid #fff;
  /* border-top: 4px solid #324156;
  border-left: 4px solid #324156;
  border-right: 4px solid #121b29; */
  overflow: hidden; /* Ensures the content stays inside the card */
  transition: transform 0.05s ease-in, border 0.9s ease-in-out;
  transform-style: preserve-3d; /* Ensures that child elements (image, text) are also part of the 3D effect */
  cursor: pointer;
  transform: rotateX(0deg) rotateY(0deg);
  box-shadow: 
      0 6px 16px rgba(90, 90, 90, 0.15),
      var(--shadow-x, 0px) var(--shadow-y, 0px) 80px rgba(75, 58, 47, 0.55);
  user-select: none;
  outline: none;
}

/* Adding a hover effect to enhance the card's visual appeal */
.card:hover {
  box-shadow: 
  0 6px 16px rgba(90, 90, 90, 0.15),
  var(--shadow-x, 0px) var(--shadow-y, 0px) 80px rgba(75, 58, 47, 0.55);
}


/* Light reflection overlay */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at var(--x, 50%) var(--y, 70%),
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.1) 30%,
      transparent 60%
  );
  background: radial-gradient(
      circle at var(--x, 5%) var(--y, 60%),
      rgba(37, 54, 81, 0.3) 0%,
      rgba(63, 81, 107, 0.1) 30%,
      transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}



.card:hover::before,
.card.auto-rotating::before {
  opacity: 1;
}




/* Styling the image inside the card */
.card:not(.user-rotating):not(.auto-rotating) {
  transition: transform 0.75s ease-in-out, box-shadow 0.1s ease-in-out; 
}

/* Styling the image inside the card */
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px;
  border-radius: 8px;
  border: 3px solid #9c2e02;
  border: 3px solid #e45b24;
  border-left: 3px solid #f26832;
  border-right: 3px solid #cb4815;
  border: none;
  border: 4px solid #963610;

  /* background-color: #E4E2D872; */
  transition: border 0.9s ease-in-out;
  user-select: none;
  pointer-events: none;
  /* background: linear-gradient(135deg, #EF6027 0%, #ce4c18 100%); */
  /* background-image: linear-gradient(#9c2e0222 2px, transparent 1px),
  linear-gradient(90deg, #9c2e0222 2px, transparent 1px),
  linear-gradient(#F5F5EE00 1px, transparent 1px),
  linear-gradient(90deg, #F5F5EE00 1px, transparent 1px);
background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; */
}
/* Styling for the content section of the card */
.card-content {
  padding: 20px;
  text-align: center;
  height: 200px; /* Equal height to the image section */
}

/* Title text styling */
.card-content h3 {
  font-size: 1.5rem;
  color: #333; /* Darker color for the title */
}

/* Description text styling */
.card-content p {
  font-size: 1rem;
  color: #666; /* Lighter color for the description text */
  margin-top: 10px;
}








/* Features Section */
.features {
  position: relative;
  margin: 0;
  padding: 80px 0;
  background-color: #1f2937;
  /* opacity: 0.7; */
  z-index: 0 !important;
  /* clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); */
  
}


.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.features .section-title-large {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
  color: #fff;
}

.features .section-subtitle {
  color: #ccc;
}

.section-subtitle-small {
  font-size: 14px;
  color: #F26522;
  max-width: 600px;
  margin: -1rem auto 0 auto;
}

.how-it-works .section-subtitle-small {
  margin: 0 auto 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}

.feature-card {
  position: relative;
  padding: 0;
  border-radius: 8px;
  padding: 3rem 3rem 2rem 3rem;
  transition: all 0.3s ease;
  text-align: left;
}


.feature-card * {
  z-index: 3 !important;
  position: relative;
}

.blurry {
  outline: 2px solid #01102a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  margin: 0;
  z-index: 0 !important;
  display: block;
  background: #1b243028;
  background: linear-gradient(140deg, rgba(44, 57, 73, 0.45) 0%, rgba(24, 133, 244, 0.1) 25%, rgba(44, 57, 73, 0.45) 100%);
  backdrop-filter: blur(8px);
}

.feature-card:hover .feature-icon {
  transform: translateY(-4px);
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  /* border-color: #f7b99c; */
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  text-align: left;
  border-radius: 8px;
}



.feature-icon img {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  border: 1px solid #000917;
  opacity: 0.9;
  padding: 16px 32px;
  object-fit: contain;
  /* border-bottom: 2px solid #EF6027; */
}


.feature-card:hover .feature-icon {
  /* transform: scale(1.1);
  filter: drop-shadow(0 0 0.75rem #ffcbb4); */
}

.feature-title {
  font-size: 1.75rem;
  font-weight: 650;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #4B473C;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  color: #1f2937;
  color: #fff;
  line-height: 31px;
}


span.soon {
  top: -4px;
  left: 3px;
  color: #7eafd2;
  background: #37415140;
  font-size: 8px;
  font-weight: normal;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #7eafd2;
  margin: 0;
  z-index: 9;
  user-select: none;
}


.feature-description {
  color: #67645c;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  color: #374151;
  color: #ccc;
  line-height: 23px;
  font-weight: 400;
  font-size: 16px;
  min-height: 72px;
}







.accordion-css__item {
  background-color: transparent;
  border-radius: .5em;
  padding-top: .875em;
  margin: 2px auto;
  list-style: none;
  position: relative;
  transition: all 1.3s ease;
  width: calc(49% - 16px);
  
}

.accordion-css__item:last-child {
  vertical-align: top;
}

.accordion-css__item.review_inline {
  display: inline-block;
  margin: 8px 8px;
}


.accordion-css__bg {
  width: 100%;
  height: calc(100% - 1.5em);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}


.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .145em solid #1e779a;
  border: .24em solid #111;
  /* background-color: #53CCFB; */
  background-color: #1f2937;
  /* background: linear-gradient(180deg, rgba(239, 96, 39, 1) 20%, rgb(253, 114, 59) 80%); */
  background: linear-gradient(180deg, #1f2937 20%, #253040 85%);

  /* background-color: #EF6027; */
  cursor: pointer;
  border-radius: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
  position: relative;
  z-index: 100;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.25);
}

[data-accordion-status="active"] .accordion-css__item-top {
  box-shadow: 0 -4px 6px #00000026, 0 8px 14px rgba(0, 0, 0, 0.3);
}

.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}

.accordion-css__item-icon {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  /* display: none; */
  /* background: rgba(70, 186, 232, 0.95); */
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  opacity: 1;
}

.accordion-css__item-icon-svg {
  /* width: 18px !important; */
  /* height: 29px; */
}

.accordion-css__item-top:hover .accordion-css__item-icon {
  transform: rotate(90deg);
}

[data-accordion-status="active"] .accordion-css__item-top .accordion-css__item-icon {
  transform: rotate(45deg);
  /* opacity: 0.6; */
}

[data-accordion-status="active"] .accordion-css__item-top:hover .accordion-css__item-icon {
  transform: rotate(135deg);
}



.accordion-css__item-icon-svg {
  width: 1em;
  position: relative;
}

.accordion-css__bg-svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  vertical-align: middle;
}

[data-accordion-status="active"] .accordion-css__item-bottom {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease;
}

[data-accordion-status="not-active"] .accordion-css__item-bottom {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;

}


[data-accordion-status="not-active"] .accordion-css__item-bottom-wrap {
  padding-top: 2.5rem;
}

[data-accordion-status="active"] .accordion-css__item-bottom-wrap {
  padding-top: 0.5rem;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
  padding-top: 18px;
  transition: transform 1.3s ease;
}

.accordion-css__item-bottom-content {
  /* padding-top: 1.5em; */
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}


.accordion-css__card {
  border-top-style: solid;
  border-top-width: .23em;
  border-top-color: #444;
  border-right-style: solid;
  border-right-width: .23em;
  border-right-color: #444;
  border-bottom-style: solid;
  border-bottom-width: .23em;
  border-bottom-color: #444;
  border-left-style: solid;
  border-left-width: .23em;
  border-left-color: #444;
  background-color: #fff;
  border-radius: 1em;
  margin-top: 1.5em;
  margin-bottom: -3.5em;
  padding: 2em 2em 4.4em 2em;
  position: relative;
  transform: translateY(0) rotate(-0.75deg);
  /* transform: translateY(-28px) rotate(0deg); */
  box-shadow: .375em .375em 0 0 #00000026;
  transition: transform 0.3s ease;
}

[data-accordion-status="not-active"] .accordion-css__card {
  transform: translateY(-28px) rotate(0deg);
}

.accordion-css__card video {
  width: 100%;
  border-radius: 5px;
  border: .24em solid #111;
  margin-top: 16px;
}



.faq {
  position: relative;
  display: block;
  margin: 40px auto 0 auto;
  padding: 0;
  width: 80%;
  text-align: left;
  display: grid;
  grid-template-columns:  1fr 1fr;
  gap: 3rem;
}

.faq .faq-grid {
  position: relative;
}


.faq .faq-grid .faq-more {
  position: absolute;
  width: auto;
  bottom: 8px;
  left: 8px;
  right: 8px;
  padding-left: 8px;
}

.faq .faq-grid .faq-more * {
  font-size: 1.6rem;
}

.faq .faq-grid .faq-more p {
  color: #374151;
}

.faq .faq-grid .faq-more h4 {
  font-size: 2rem;
  color: #1f2937;
}

.faq .faq-grid.qs {
  margin-top: 8px;
}


.faq .section-title {
  font-weight: bolder;
  color: #1f2937;
  line-height: 38px;
  margin: 16px 0 0 0;
  font-size: 58px;
  line-height: 60px;
}


.faq .accordion-css__item {
  background-color: transparent;
  border-radius: .5em;
  padding-top: .875em;
  margin: 8px auto;
  list-style: none;
  position: relative;
  transition: all 1.3s ease;
  width: 100%;
}

.faq .accordion-css__item {
  vertical-align: top;
}

.faq .accordion-css__item-h3 {
  color: #fff;
}

.content {
  font-size: 15px;  
}

.content ul {
  padding-left: 24px;
}






@media (max-width: 1350px) {
  .hero-visual .app_grid {
    width: 92%;
  }
}




.hamburger_icon, .hamburger_icon svg {
  display: none;
}

.nav_ul li.signin {
  display: none;
}


    
    @media (max-width: 1180px) {

      .hero-content {
        padding: 48px 48px 48px 36px;
      }

      .hero-visual .app_grid {
        width: 99%;
        grid-template-columns: repeat(auto-fit, minmax(calc(100%/4), 1fr));
      }
    
      .hero-visual .app_grid .app {
        width: 150px;
        height: 150px;
      }
    

      .hero-title {
        font-size: 5rem;
        line-height: 1.1 !important;
        margin-bottom: 0.5rem;
        text-align: left;
      }
      
      .hero .hero-subtitle {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1.8rem;
        text-align: left;
      }       
      
      .benefits_div {
        width: 90%;
      }

      .benefits_div h4 {
        color: #000;
        min-height: 116px;
        line-height: 28px;
        margin-top: 0;
        padding: 0;
      }

      .accordion-container {
        gap: 0;
        width: 90%;
      }
      
      .accordion-title {
        font-size: 21px;
        font-weight: 600;
        line-height: 31px;
      }
      
      .accordion-content {
        font-size: 16px;
      }

      .accordion-content p {
        line-height: 26px;
        font-weight: 400;
        font-size: 16px;
      }

      .card-section .container {
        width: 95%;
      }
      
      .features-grid {
        grid-template-columns: 1fr 1fr 1fr;
      }

      .faq {
        width: 90%;
      }

      .faq .faq-grid .faq-more p {
        color: #374151;
        line-height: 1.56;
      }

    }



    
    @media (min-width: 1000px) {
      .accordion-container {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
      }
    }
    


    @media (max-width: 964px) {


      .benefits_div {
        margin: 48px auto 48px auto;
        width: 90% !important;
      }

      .benefits_div h4 {
        /* min-height: 132px; */
        padding: 0;
      }

      .accordion-container {
        gap: 0;
        width: 80%;
         margin: 40px auto 96px auto;
      }

      .faq-section {
        padding-top: 64px;
      }

      .accordion-title {
        flex: 1;
        font-size: 2.5rem;
        font-weight: 600;
        text-align: left;
        color: #1f2937;
      }
      
      .accordion-content p {
        margin: 0;
        color: #6b7280;
        color: #374151;
        line-height: 1.6;
        font-size: 2rem;
        font-weight: 400;
      }

      .features-grid {
        grid-template-columns: 1fr 1fr;
      }
  
      .hero {
        padding: 0;
      }

      .hero-content {
        padding: 48px 16px 48px 32px;
      }

      .hero-title {
        font-size: 3.6rem;
        line-height: 1.1 !important;
        margin-bottom: 0.5rem;
        text-align: center;
      }
      
      .hero .hero-subtitle {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 2rem;
        text-align: center;
      }

      .hero-visual .app_grid {
        width: 92%;
        grid-template-columns: repeat(auto-fit, minmax(calc(100%/3), 1fr));
        left: 50%;
        transform: translateX(-40%) rotate(-3deg);
      }
    
      .hero-visual .app_grid .app {
        /* width: 110px;
        height: 110px; */
      }

      .card-section {
        border-top: none;
      }

      .card-section .container {
        width: 98%;
        padding: 0;
      }

      .card-grid {
        padding: 24px 8px;
      }

    }


    

    @media (max-width: 999px) {
      
      .faq-section {
        order: 1;
      }
    }






   


    

    @media (max-width: 772px) {
      
  

      .accordion-css__item {
        background-color: transparent;
        border-radius: .5em;
        padding-top: .875em;
        margin: 2px auto;
        list-style: none;
        position: relative;
        transition: all 1.3s ease;
        width: calc(90% - 16px);
      }

      

      .faq {
        grid-template-columns:  1fr;
      }

      .faq .faq-grid .faq-more {
        position: relative;
        width: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 16px 0 0 0;
      }

      .faq .faq-grid.qs {
        /* width: 80%;
        margin: 12px auto; */
      }

      .faq .accordion-css__item {
        margin: 12px auto;
        
      }
    }



    @media (max-width: 768px) {


      .benefits_div {
        padding: 36px 0 0 12px !important;
        margin: 0 auto 40px auto !important;
      }

      .benefits_div .row {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
      }

      .benefits_div .col-md-4 {
        padding: 0;
      }

      .benefits_div h2 {
        max-width: 218px;
      }

      .benefits_div h4 {
        display: none;
      }

      .benefits_div h4 * {
        font-weight: normal !important;
      }

      .card-grid {
        padding: 24px 0;
      }

      .card {
        position: relative;
        width: 240px;
        height: 240px;
      }

    }
    

    
    @media (max-width: 450px) {
      .hero {
        padding: 48px 0;
      }

      .hero .btn-primary {
        background: #9F350C;
        border: 2px solid #691B16;
        color: white;
        /* box-shadow: 0 4px 15px rgba(235, 16, 0, 0.4); */
        box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
        user-select: none;
      }
      
      .hero .btn-primary:hover, .hero .btn-primary:focus {
        background-color: #691B16;
      }
      
      .hero-container {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0rem;
      }

      .hero-content {
        padding: 0 48px 0 48px;
      }

      .hero-title {
        margin: 0 auto 0.5rem auto;
        max-width: 300px;
      }

      .hero .btn {
        max-width: 310px;
      }

      .hero-visual {
        height: 0%;
        padding: 0;
        display: none;
      }
      
      .hero-after {
        position: relative;
        min-height: 260px;
        margin-top: 40px;
        padding-top: 0
      }
      
      .benefits_div {
        padding: 0 8px 0 8px !important;
        margin: 16px auto -1px auto !important;
      }

      .benefits_div .col-lg-4 {
        margin-bottom: 1px;
      }

      .benefits_div h2 {
        text-align: center;
        margin: 0 auto 6px auto;
      }


      .benefits_div h4 {
        display: block;
        line-height: 24px !important;
        font-weight: 400;
        font-size: 16px !important;
        min-height: 40px;
        text-align: center;
        padding: 0 24px;
      }

      .benefits_div ._icon {
        position: relative;
        display: block;
        width: 100%;
        user-select: none;
        transform: none !important;
        text-align: center;
        margin: 0 auto -24px auto;
      }

      .benefits_div ._icon.manual {
        margin: 0 auto -14px auto;
      }

      .benefits_div ._icon.manual svg {
        transform: translateX(7px);
      }

      .benefits_div ._icon.safe svg {
        transform: translateX(20px);
        text-align: center;
      }

      .accordion-container {
        width: 98%;
        margin: 40px auto 96px auto;
      }
      
      .accordion-icon {
        display: none;
      }

      .card-section {
        margin: 48px auto 0 auto;
        padding: 40px 8px;
        border-top: none;
      }

      .card_border_bottom_div svg {
        bottom: -4.62rem;
      }

      .card-section .container {
        width: 96%;
        border-radius: 1px;
      }

      .card-section .card-grid {
        width: 100%;
        margin: 0 auto;
        padding: 24px 8px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0 ;
      }

      .card-grid .text-div {
        padding-top: 48px;
      }

      .card-grid .text-div * {
        text-align: center;
      }

      .card-section .card-grid .graphic-div {
        order: -1;
      }

      .card-container {
        margin: 0 auto;
      }

      .card {
        position: relative;
        width: 270px;
        height: 270px;
      }

      .features {
        position: relative;
        margin: 0;
        padding: 88px 0;
      }

      .features .section-title-large {
        font-size: 32px !important;
        line-height: 45px;
        margin-bottom: 0.5rem;
        padding: 0 8px;
      }

      .features .section-subtitle {
        line-height: 24px !important;
        font-weight: 400;
        font-size: 16px !important;
        padding: 0 24px;
      }
      
      .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2.5rem;
      }
     
      .faq {
        width: 90%;
      }

      .faq .section-title {
        text-align: center;
        font-size: 32px !important;
        line-height: 42px;
      }

      .faq .faq-more {
        text-align: center;
      }

      .faq .faq-more p {
        padding: 0 24px;
      }
      
      .logo {
        left: 18px;
      }

      .log_in, .sign_up {
        display: none;
      }

      .hamburger_icon {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
        padding: 6px 16px;
      }

      .hamburger_icon #open-menu-svg {
        display: block;
      }

      .header .header_bottom {
        padding: 0px 8px 0 8px;
        background-color: #F5F5EE;
        background-color: #FDFDF8;
        box-shadow: 0 5px 10px -3px #0005;
        height: 990px;
        top: 60px;
        right: -110%;
        position: absolute;
        -webkit-transition: right 0.45s;
        -moz-transition:    right 0.45s;
        -ms-transition:     right 0.45s;
        -o-transition:      right 0.45s;
        transition:         right 0.45s;
      }

      .nav_ul {
        /* display: none; */
        text-align: center;
        width: 100%;
        padding: 0 8px;
        margin: 0;
      }

      .nav_ul li.signin {
        display: block;
        /* border-top: 1px solid #ddd; */
      }

      .nav_ul li {
        display: block;
        margin: 0 0 0 0;
        padding: 0;
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        text-align: left;
        background: url('../../assets/chevron-right-dark-24px.png');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 98% center;
        border-bottom: 1px solid #ddd;
      }

      .nav_ul li a {
        display: block;
        padding: 24px 8px !important;
        color: #444;
        width: 100%;
      }


      .main_div {
        top: 0;
        margin: 0 auto;
        height: calc(100% - 20px);
      }
      

    }



    

    