/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  overflow-x: hidden;
}

header>nav.navbar{
    background-color: #FEF2F2;
    border-bottom: 0.3px solid #FEE2E3;
}
button.navbar-toggler{
    border: none;
    outline: none;
}
.nav-link {
  position: relative;
  transition: color 0.3s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1.3px;
  background-color: #DC3545;
  transition: width 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
}
.nav-link.active::after {
  width: 100%;
  border-bottom: 1.3px solid #DC3545;
}
.nav-link.active{
    color: #DC3545;
}
/* Add responsiveness for logo */

h1.hero-title{
  padding-top: 3rem;
}
.hero-section{
  background-color: #FEF2F2;
  /*padding: 0 1rem;*/
}
.store-badge {
  height: 45px;
  width: auto;
  max-width: 100%;
}
.hero-img {
  max-width: 100%;
  height: auto;
}

/*app store and google playstore styling*/
.store-btn {
  background-color: #000; /* dark button */
  color: #fff;
  text-decoration: none;
  min-height: 50px;
  transition: background-color 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.store-btn:hover {
  background-color: #1a1a1a;
}
.store-btn small {
  font-size: 12px;
  line-height: 1;
  color: #fdfdfd;
}
.store-btn strong {
  font-size: 14px;
}

/*.trusted-by-section {
  padding-top: 2rem; 
  margin-top: 0;
}*/
/*.col-6 .brand{
  color: #94A3B8;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding-left: 0.3rem;
}*/
/*How-it-works styling*/
.how-it-works-section span,
.feature-section span,
span.testimonial-heading{
  border-radius: 4px;
  background: #333;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 0.5rem;
}
.how-it-works-section h2,
.feature-section h2,
.testimonial-title h2{
  color: #1A1A1A;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.2px;
}
/*.how-it-works-section p{
  color: #5D5D5D;
  width: 96%;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
}*/
.video-thumbnail {
  position: relative;
  background: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url('/assets/img/images/how-it-works/bg-img.jpg') center/cover no-repeat;
  height: 400px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover {
  transform: scale(1.01);
}

.video-thumbnail .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.play-btn {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.play-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
/*end how-it-work-section*/

/*feature-section*/
.feature-section{
  background-color: #F6F6F6;
}
.card:hover {
  transform: translateY(-5px);
  transition: all 0.5s ease;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.1);
}
.card img {
  width: 40px;
  height: 40px;
}
.card h5 {
  margin-bottom: 0.5rem;
  color: #1A1A1A;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
/*.card p {
  color: var(--Text-Secondary, #454545);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;  24px 
  letter-spacing: -0.48px;
}*/
/*end feature-section*/

/*testimonial-section*/
/*.testimonial-section .card {
  border: none;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}*/
/*.testimonial-section .card img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 48px;
  border: 2px solid #D1D1D1;
}
.testimonial-section .card-title {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.testimonial-section .card-subtitle {
  color: #5D5D5D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}*/
/*end testimonial-section*/

/*security-priority-section*/
.security-priority-section{
  background: #1A1A1A;
}
.section-contents{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
/*.security-priority-section .badge-custom h4,
.faq-section .badge-custom h4{
  background-color: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 10px;
}*/
.security-priority-section .section-title h2{
  color:#FFF;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.2px;
}
/*.security-priority-section .section-subtitle p{
  color: #7E7E81;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.54px;
  margin-top: 10px;
}*/
.security-priority-section .priority-cards{
  border-radius: 12px;
  border: 1px solid #262626;
  background: #141414;
}
.security-priority-section .card {
  border-radius: 12px;
  background: #141414;
  border: 1px solid #262626;
  box-shadow: 0 4px 38px rgba(0, 0, 0, 0.2);
  padding: 14px;
  height: 100%;
}
.security-priority-section .card-title {
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.6px;
}
.security-priority-section .card-text {
  color:#98989A;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
  margin-top: 10px;
}
/*end priority-section styling*/

/*faq-section*/
.faq-section{
  background-color: #F6F6F6;
}
.faq-section .section-title h2{
  color: #1A1A1A;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
}
.section-subtitle {
  color:#454545;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.accordion-button::after {
  display: none;
}

.accordion-button .toggle-icon {
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  transform: rotate(0deg);
}

.accordion-button[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
  color: #ffc107;
}

.accordion-body {
  animation: fadeIn 0.3s ease-in-out;
  background-color: #FFF;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}
/*end faq-section*/

/*ready to simplify-section*/
.simplify-section {
  background-color: #7E1E20;
  /* height: 70%; remove this */
  padding: 1rem 1rem; /* Add padding */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap-reverse;
}

.image-wrapper {
  flex: 1 1 300px;
  max-width: 400px;
}
.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.content-wrapper {
  flex: 1 1 300px;
  max-width: 500px;
}

.content-wrapper h1 {
  color: #FFF;
  font-family: Lato;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}

.content-wrapper p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  background-color: #222;
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.btn img {
  height: 32px;
  width: 32px;
  margin-right: 0.6rem;
}

/* About Us Section Styling */
.about-section2{
  background-color: #F4F4F4; 
}
.about-section1{
  background-color: #FFF; 
}
.about-section h2 {
  color: #1F1F1F;
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.about-section p {
  color: #454545;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%;
  font-size: 1rem;
  line-height: 1.8;
}
.about-section img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.bg-dark {
  background-color: #111 !important;
}
.text-muted {
  color: #6c757d !important;
}
/* end about section styling */

/*Contact section styling*/
.contact-section, .faq-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.social-icon {
    color: #E22A1E;
    transition: color 0.3s ease;
  }

  .social-icon:hover {
    color: #ffffff !important;
  }

.section-label-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.get-in-touch{
  background: #F6F6F6;
}
.faq-section{
  background: #FEF2F2;
}

.faq-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.ask-btn {
  background-color: #121212;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
}
.ask-btn:hover {
  background-color: #000;
  color: #fff;
}
/*.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 8a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 8a.5.5 0 0 1 .5-.5h5V3a.5.5 0 0 1 1 0v4.5h5a.5.5 0 0 1 0 1h-5V13a.5.5 0 0 1-1 0V8.5h-5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}*/
.accordion-button {
  background-color: transparent;
  border: none;
  font-weight: 500;
}

.accordion-item {
  background-color: #FFF;
  border-bottom: 0.
}
.space{
  margin-top: 8px;
}
.form-check-label {
  font-size: 0.875rem;
}
.send-btn {
  background-color: #121212;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  border: none;
  font-weight: 500;
}
.send-btn:hover {
  background-color: #000;
}
/*end contact section*/

/*back to top styling*/
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #dc3545; /* Bootstrap danger color */
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  display: none; /* Initially hidden */
  z-index: 999;
  transition: opacity 0.3s ease;
}

/*related card section styling*/
.related-card {
  height: 300px;
  background-size: cover;
  background-position: center;
}
.related-card .overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.related-card .content {
  z-index: 2;
}

/*related card section*/
.back-to-top:hover {
  background-color: #c82333;
  color: #fff;
}
/*end back to top*/

/*Media Query for responsiveness*/
/*Responsive typography */
@media (max-width: 576px) {
  .video-thumbnail {
    height: 250px;
    border-radius: 8px;
  }

  .play-btn {
    padding: 15px;
  }

  .play-btn svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .content-wrapper h1 {
    font-size: 1.8rem;
  }
  .content-wrapper p {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  header>nav.navbar{
    background-color: #FFF!important;
    border-bottom: 0.3px solid #FEE2E3;
  }
  .navbar .nav-link,
  .navbar a.text-light {
    color: #000 !important;
  }
  .section {
      padding: 3rem 0;
  }
  .section-title {
      font-size: 2rem;
  }
  .reverse-mobile {
      flex-direction: column-reverse;
  }
   .contact-container {
    flex-direction: column;
  }
  .right-section {
    width: 100%;
  }
  .carousel-caption h1 {
    /*font-size: 3rem;*/
    padding-top: 2rem;
  }
  .related-card {
    height: 250px;
  }
 .image-container {
    flex-direction: column;
  }
  .content-img {
    width: 100%;
    height: 250px;
  }
  .author-section{
    flex-wrap: wrap;
  }
  .author-socials{
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .hero-section {
    padding: 0;
  }
/*  .trusted-by-section {
    padding-top: 2rem; 
    margin-top: 0;
  }*/
}