  /* Basic styling */
:root {
  --orange: #FD9E00;
}

*{
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #040404;
}

br {
  display: block !important;
}
  body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 600px) {
  .container {
    padding-left: 24px; /* px: 3 (3 * 8px = 24px) */
    padding-right: 24px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1680px;
  }
}

.features-section img {
    width: 45px;
    height: 45px;
}

/*  */
.custom-navbar .navbar-nav .nav-link {
  margin: 0 10px;
}
.custom-navbar .navbar-nav .nav-link:hover {
  color: #FD9E00;
}

.terms-section ::marker {
  font-size: 31px;
  font-weight: 800;
}
.navbar-nav {
  justify-content: center;
  flex-grow: 1;
}
/*  */
  /* Scroll to Top Button */
  #scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #141414;
    color:  var(--orange);
    padding: 8px 20px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
    transition: opacity 0.3s;
    z-index: 1;
    font-weight: bold;
    border: 1px solid  var(--orange);
}

#faq1,#faq2,#faq3,#faq4,#faq5 {
  padding-left: 18rem;
}
.pricing-sm-none{
  display: block;
}
.pricing-md-none{
  display: none;
}
.accordion-button::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.2s ease-in-out;
  background-color: #303030;
  display: flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 60%;
  align-items: center;
}

/* pricing */
/* .owl-dots .owl-dot span {
  background: #ffa500 !important; 
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.owl-dots .owl-dot.active span {
  background: #ff7300 !important;
  width: 14px;
  height: 14px;
} */


feature-title{
  margin-bottom: 0;

}
/* md */



/* header start */
.bg-dark {
  background-color: #040404 !important;
}




/* header end */
/* Typography styles */
h1 {
  font-family: "Radio Canada Big", serif;
  font-size: 88px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}



h2,
.main-title,.accordion-button {
  font-family: "Radio Canada Big", serif;
  font-size: 85px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 2rem;
}

.text-left {
  text-align: left !important;
}
.horizontal-devider {
  width: 60px;
  height: 2px;
  border-bottom: 2px dotted #fff;
  margin: 0 auto;
}


h3 {
  font-family: "Radio Canada Big", serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  text-transform: capitalize;
}



/* Feature paragraph */
.feature-para {
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFF;
  text-transform: capitalize;
}


.how-curve{
  position: absolute;
  left: 0%;
  bottom: 5%;
}

/* Orange Color */
.color-orange {
  color: var(--orange);
}

.common-button {
  background-color: var(--orange);
  color: #040404;
  border-radius: 15px;
  font-weight: 600;
  padding: 12px 5%;
  /* Adjust padding for responsiveness */
  text-transform: none;
  border: 1px solid var(--orange);
  font-size: 18px;
  /* Slightly smaller font for better fit */
  transition: background-color 0.3s, color 0.3s;
  min-height: 50px;
  width: 100%;
  /* Full width on small screens */
  max-width: 300px;
  /* Prevents it from becoming too wide */
  display: block;
  text-align: center;
  cursor: pointer;
}

/* Hover effect */
.common-button:hover {
  background-color: var(--orange);
}

.feature-description {
  font-family: "Radio Canada Big", serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #FFFFFF;
}
.d-none {
  display: block !important;
}

/* Media Query for Larger Screens */
@media (min-width: 768px) {
  .common-button {
    font-size: 20px;
    padding: 14px 30px;
    /* Larger padding for bigger screens */
    width: auto;
    /* Makes it fit content instead of stretching */
  }
}

.how-box {
  padding-top: 5rem;
}
.works-flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap:15px
}

/* Common Light Button */
.common-light-button {
  background-color: transparent;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 400;
  padding: 0px 3%;
  text-transform: none;
  font-size: 20px;
  transition: background-color 0.3s, color 0.3s;
  min-height: 50px;
  border: 1px solid var(--orange);
}

.common-light-button:hover {
  background-color: var(--orange);
  color: #040404;
}

/* Hero Section */
.hero-para {
  font-weight: 700;
  font-size: 24px !important;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 12px;
}

/* Navbar */
.nav-button {
  color: #B3B3B3;
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
}

/* Features */
.padding-r {
  padding-right: 20%;
}

/* FAQ Section */
.h3-title-faq {
  font-family: "Radio Canada Big", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  text-transform: capitalize;
}



.faq-para {
  font-weight: 400;
  font-size: 16px;
  color: #CBCBCB;
  font-family: "Radio Canada Big", serif;
  text-transform: capitalize;
  padding: 12px;
  border: 1px solid #222;
}

/* How It Works Section */
.works-b {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 12px;
}



.works-h3 {
  font-family: "Radio Canada Big", serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.works-para {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #8F8F8F;
  text-transform: capitalize;
  margin-bottom: 8px;
}

/* Works Number Box */
.works-number-box {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  color: #040404;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Radio Canada Big", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Testimonial Section */
.testimonial-b {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #0F0F0F;
  text-transform: capitalize;
  margin-bottom: 16px;
}


.terms-ol  ::marker {
  font-size: 18px;
  font-weight: 800;
}
.testimonial-para {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #0F0F0F;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.terms-ol li{
  padding-left: 4px;
}


/* hero section */

.hero-section {
  background-color: #040404;
  color: #fff;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.hero-section .background-curve {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  max-width: 80%;
}
.hero-section .background-curve1 {
  position: absolute;
  z-index: 1;
  top: 82%;
}
@media (min-width: 576px) {
  .hero-section .background-curve ,.hero-section .background-curve1{
    display: block;
  }
}

.hero-section .hero-container {
  position: relative;
  z-index: 2;
}


.hero-section p {
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  padding: 12px;
}



/* Buttons */
.btn-common {
  border: 1px solid var(--orange);
  color: #040404;
  border-radius: 15px;
  font-weight: 600;
  padding: 12px 5%;
  font-size: 18px;
  transition: border 0.3s, color 0.3s;
  min-height: 50px;
  width: 100%;
  max-width: 300px;
  background-color: var(--orange);
}

.btn-common:hover {
  background-color: transparent;
  color: var(--orange);
  border: 1px solid var(--orange);
}

.btn-light-common {
  background-color: #040404;
  color: #FFFFFF;
  border-radius: 15px;
  font-weight: 400;
  padding: 12px 5%;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
  min-height: 50px;
  border: 1px solid var(--orange);
  width: 100%;
  max-width: 300px;
}

.btn-light-common:hover {
  background-color: var(--orange);
  color: #040404;
}

/* Hero Image */
.hero-img {
  width: 90%;
}

.star-img {
  width: 667px;
  height: auto;
}

@media (min-width: 576px) {
  .hero-img {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .hero-img {
    width: 70%;
  }
}

/* features section  */

.features-section {
  background-color: #040404;
  color: #fff;
  padding-top: 5em;
  padding-bottom: 5rem;
}

/* Heading */
.features-heading {
  font-family: "Radio Canada Big", serif;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .features-heading {
    font-size: 3rem;
  }
}

.features-heading span {
  color: var(--orange) !important;
}

.feature-circle {
  width: 65px;
  height: 65px;
  background-color: var(--orange);
  border-radius: 50%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Bottom Orange Border */
.bottom-orange-border {
  background-color: var(--orange);
  height: 80px;
}

@media (min-width: 768px) {
  .bottom-orange-border {
    height: 115px;
  }
}

/* zustap digital card */

.zustap-section {
  background-color: #040404;
  color: white;
  padding-top: 13em;
  padding-bottom: 8rem;
}

/* Heading */
.zustap-heading {
  font-family: "Radio Canada Big", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .zustap-heading {
    font-size: 3rem;
  }
}

.zustap-heading span {
  color: var(--orange);
}

/* Feature Box */
.feature-box {
  display: flex;
  gap: 10px;
  align-items: start;
  flex-direction: column;
  padding-bottom: 5%;
}

.zustap-feature-dot {
  display: flex;
  gap: 10px;
  align-items: start;
  flex-direction: row;
  padding-bottom: 3%;
}

.feature-dot {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: 8px;
}

/* Responsive Image */
.zustap-image {
  width: 90%;
}

@media (min-width: 576px) {
  .zustap-image {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .zustap-image {
    width: 45%;
  }
}

/* how it works */
.how-it-works {
  background-color: #040404;
  color: white;
  text-align: center;
  padding-top: 5em;
  padding-bottom: 14rem;
  position: relative;
  overflow: hidden;
}

/* Process Title */
.process-title {
  display: inline-flex;
  align-items: center;
}

.process-title .divider {
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  margin-right: 10px;
  display: inline-block;
}


/* Heading */
.how-it-works-heading {
  font-family: "Radio Canada Big", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .how-it-works-heading {
    font-size: 3rem;
  }
}

.how-it-works-heading span {
  color: var(--orange);
}

/* Step Number Circle */
.step-number {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  color: #040404;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Radio Canada Big", serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Step Title */
.step-title {
  font-family: "Radio Canada Big", serif;
  font-size: 1.5rem;
  font-weight: 700;
}

/* Step Description */
.step-description {
  font-family: "Radio Canada Big", serif;
  font-size: 24px;
  font-weight: 400;
  color: #8F8F8F;
}

/* Dotted Line */
.dotted-line {
  width: 45%;
  height: 2px;
  border-top: 2px dashed #FFFFFF;
  margin-top: 16px;
  display: none;
}

@media (min-width: 576px) {
  .dotted-line {
    display: inline-block;
  }
}

/* testimonial design */
.testimonial-section {
  background-color: var(--orange);
  color: #0F0F0F !important;
  /* padding-top: 5em; */
  position: relative;
  overflow: hidden; /* Ensures no overflow of content outside the section */
}
.testimonial-section .background-curve {
  position: absolute;
  z-index: 1;
  top: -50%;
  left: 0;
  right: 0;
  max-width: 80%;
  display: none !important;
  transform: translate(0%, 0%);
}


.test-img {
  /* margin-top: -30%; */
  
}
/* nav */
/* Show submenu on hover */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  margin-top: -1px;
}

@media (min-width: 576px) {
  .testimonial-section {
    padding-bottom: 0;
  }
  .testimonial-section .background-curve ,.hero-section .background-curve1{
    display: block !important;
  }
  
}

/* Section Title */
.testimonial-title {
  font-size: 24px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: #0F0F0F;
}

.testimonial-title .divider {
  width: 60px;
  height: 2px;
  background-color: #040404;
  margin-right: 10px;
  display: inline-block;
}

/* Heading */
.testimonial-heading {
  font-family: "Radio Canada Big", serif;
  font-size: 48px;
  font-weight: 700;
  color: #0F0F0F;
  text-align: left;
  padding-bottom: 0;
}

.test-img {
  max-width: 70%;
}

/* Description */
.testimonial-description {
  font-size: 24px;
  font-weight: 400;
}

/* Customer Name */
.customer-name {
  font-size: 1.2rem;
  font-weight: 600;
}

/* Customer Role */
.customer-role {
  font-size: 1rem;
  font-weight: 400;
}

/* Star Rating */
.star-rating {
  color: #040404;
  font-size: 1.5rem;
}

/* sample slider */
.sample-pb{
  padding-bottom: 6rem !important;
}

.slider-section {
  background-color: #040404;
  padding-top: 15em;
  padding-bottom: 10rem;
}

/* Title */
.slider-heading {
  font-family: "Radio Canada Big", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 3rem 0;
  color: white;
}

@media (min-width: 768px) {
  .slider-heading {
    font-size: 3rem;
  }
}

/* slider */
/*  */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
/*  */
.terms-section p {
 margin-bottom: 2%;
}
.slick-slide {
  transition: opacity 0.3s ease-in-out;
}

.slick-slide img {
  width: 210px!important;
  margin: auto!important;
}

.slick-center {
  opacity: 1 !important;  /* Full opacity for center item */
}

.slick-slide {

  opacity: 0.2;  /* Reduced opacity for all items */
}

.mobile-frame {
  position: absolute;
  top: 193px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.mobile-frame img {
  max-width: 250px;
}
/* FAQ Section */
.faq-section {
  background-color: #040404;
  padding-top: 5em;
  padding-bottom: 8rem;
  color: white;
}

/* FAQ Heading */
.faq-heading {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .faq-heading {
    font-size: 3rem;
  }
}

/* Accordion Styling */
.accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.accordion-button {
  background-color: transparent;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.accordion-button::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  content: "−";
  font-size: 1.5rem;
}

.accordion-body {
  background-color: #111;
  font-size: 1rem;
  font-weight: 400;
  color: #CBCBCB;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: 5px;
}

/* Footer Section */


.footer-section {
  position: relative;
  background-color: #040404;
  color: #fff;
  overflow: hidden;
  padding-top: 5rem;
}

/* Footer Background Container */
.footer-bg {
  background-color: #0a0a0a; /* Fallback in case image loads slowly */
  background-image: url("../images/footerBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 500px;          /* Changed from 'height' to 'min-height' */
  padding-top: 5rem;
  margin-top: 80px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-image 0.3s ease-in-out;
}


/* Useful Links */
.useful-links a {
  display: block;
  color: #ffff;
  font-size: 16px;
  margin: 10px 0;
  text-decoration: none;
  font-weight: 500;
}

.useful-links a:hover {
  text-decoration: underline;
}

/* Follow Us Section */
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons .icon ,.social-icons a{
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
}


/* pricing */

.pricing-section {
  background-color: #040404;
  color: white;
  padding: 5% 2%;
  text-align: center;
}

.pricing-heading {
  font-size: 2.5rem;
  font-weight: 700;
}

/* Pricing Card */
.pricing-section {
  background-color: #040404;
  color: white;
  padding: 5% 2%;
  text-align: center;
}

.pricing-heading {
  font-size: 2.5rem;
  font-weight: 700;
}


/* Pricing Card */
.pricing-card {
  background-color: #040404;
  border: 2px solid #fff;
  padding: 1rem;
  text-align: center;
  transition: 0.5s;
  border-radius: 5px;
}

.pricing-card:hover {
  transform:scale(1.05);
  background-color: var(--orange);
  border-color: var(--orange);
}

.pricing-card .pricing-features li i {
  color: #2dc100 !important;
  font-size: 20px;
}
.pricing-card .pricing-features li i.cross {
  color: red !important;
  font-size: 20px;
}


.pricing-price {
  font-size: 2rem;
  font-weight: 700;
}
.pricing-card .pricing-pricee i {
  transform:scale(1.1);
  color: #ffffff;
  transition:0.5s;
}
.pricing-card:hover .pricing-pricee i {
  transform:scale(1.1);
  color: #040404;
}



.btn-buy {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 29%;
  font-size: 24px;
  font-weight: 500;
  border-radius: 15px;
  margin-top: 1rem;
  transition: 0.3s;
}

.pricing-card:hover .btn-buy {
  background-color: #040404;
  color: #ffffff;
  border: 2px solid transparent;
}

.pricing-card.featured .btn-buy {
  background-color: black;
  color: white;
  border: 2px solid black;
}

.pricing-card.featured .btn-buy:hover {
  background-color: white;
  color: black;
}

/* Features List */
.pricing-features {
  text-align: left;
  margin-top: 1.5rem;
  padding-left: 0 !important;
}

.pricing-features li {
  padding: 5px 0;
  list-style: none;
  font-size: 15px;
  text-transform: capitalize;
}

.pricing-features li i {
  color: var(--orange);
  margin-right: 8px;
}

.pricing-card.featured .pricing-features li i {
  color: black;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-heading {
    font-size: 2rem;
  }

  .pricing-card {
    padding: 1.5rem;
  }
}

/* Blog Section */
.blog-section {
  background-color: #040404;
  color: white;
  text-align: center;
  padding: 5% 2%;
}

.blog-title {
  font-size: 3rem;
  font-weight: 700;
}

/* Blog Illustration */
.blog-image {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: block;
}
/* d-flex flex-column-reverse flex-md-row-reverse align-items-center */
/* Blog Post Container */
.blog-post1 {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 1rem;
  margin-top: 3rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.blog-post2 {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 1rem;
  margin-top: 3rem;
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.blog-post1 .blog-text,.blog-post2 .blog-text {
  padding: 0 1.5rem;
  flex: 1;
}

.blog-post1 .blog-title-small,.blog-post2 .blog-title-small {
  font-size: 30px;
  font-weight: bold;
  color: var(--orange);
  font-family: "Radio Canada Big", serif;
}

.blog-post1 p ,.blog-post2 p {
  font-size: 20px;
  color: #ffffff;
  font-family: "Radio Canada Big", serif;
  font-weight: bold;
}
.text-right{
  text-align: right !important;
}

/* Blog Image Box */
.blog-image-box {
  width: 242px;
  height: 317px;
  background-color: #D9D9D9;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-title {
    font-size: 2.5rem;
  }
  .blog-post1 .blog-title-small, .blog-post2 .blog-title-small {
  text-align: center;
}



  .blog-post1 {
    flex-direction: column;
    text-align: center;
    padding: 0.5rem;
  }
  .blog-post2 {
    flex-direction: column;
    text-align: center;
    padding: 0.5rem;
  }

  .blog-image-box {
    width: 100%;
    /* max-width: 200px; */
    margin-bottom: 1rem;
  }

  .blog-post1 .blog-text,.blog-post2 .blog-text {
    padding: 0;
  }
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 14% !important;
}
/* Contact Us Section */
.contact-section {
  background-color: #040404;
  color: white;
  text-align: center;
  padding: 5% 2%;
}

.contact-title {
  font-size: 3rem;
  font-weight: 700;
}

/* Form and Illustration */
.contact-container {
display: flex;
align-items: center;
  margin-top: 3rem;
}

.contact-image {
  width: 100%;
  max-width: 400px;
}

.contact-form {
  text-align: left;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

.contact-form label {
  font-weight: 600;
  color: var(--orange);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 24px;
  border: 1px solid #444;
  background-color: #222;
  color: white;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #bbb;
}

.contact-form textarea {
  height: 120px;
}

.btn-send {
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
  color: #040404 !important;
}

.btn-send:hover  {
  background-color: var(--orange);
  color: black;
}
.btn-send1 {
  background-color: var(--orange);
  color: black;
  padding: 8px 25px;
  border: none;
  border-radius: 15px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid var(--orange);
}

.btn-send1 a {
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

/* Hover effect on button */
.btn-send1:hover {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: transparent;
}
.btn-send1:hover a {
  color: var(--orange);
}

/* ALSO apply the same styles when the dropdown is open */
.dropdown.show .btn-send1 {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: transparent;
}
.dropdown.show .btn-send1 a {
  color: var(--orange);
}
button.btn.btn-send1.dropdown-toggle.show{
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: transparent;
}
.dropdown-menu.show{
  background-color: var(--orange);
  color: #ffffff;
}
h6.dropdown-header {
  color: #000000;
  font-weight: 800;
}

/*  */

/* Custom for multi-level dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}
.dropdown-submenu.show > .dropdown-menu {
  display: block;
}
/*  */
@media (max-width: 1048px) {
  .btn-send1 {
    font-size: 22px;
   
  }
  .nav-button {
    font-size: 16px;
}
}

/* Get In Touch Section */
.get-in-touch {
  margin-top: 4rem;
  text-align: left;
}

.get-in-touch h3 {
  font-weight: bold;
  font-size: 55px;
}
.get-in-touch h4 {
  font-weight: bold;
  font-size: 24px;
}

.get-in-touch p {
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 100;
}


.contact-info .info-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  flex-direction: row;
}

.contact-info .icon {
  width: 45px;
  height: 45px;
  background-color: var(--orange);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


/* Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2.5rem;
  }

 

  .contact-form {
    margin-top: 2rem;
    margin-left: 0;
  }

  .get-in-touch {
    text-align: center;
  }

  .contact-info {
    flex-direction: column;
    align-items: center;
  }
  .contact-info .info-box {
    flex-direction: column;
   align-items: center !important;
  }
}


/* Sign Up Section */
.signup-section {
  background-color: #040404;
  color: white;
  padding: 5% 2%;
  text-align: center;
}

.signup-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
}

.signup-description {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ccc;
  text-align: left;
  max-width: 600px;
}

/* Illustration */
.signup-image {
  width: 100%;
  /* max-width: 400px; */
  display: block;
  margin: auto;
}

/* Sign Up Form Section */
.signup-form-section {
  background-color: transparent;
  /* padding: 5% 2%; */
  /* text-align: center; */
}


.signup-form {
  max-width: 500px;
  /* margin: auto; */
  text-align: left;
}

.signup-form label {
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 5px;
  display: block;
}

.signup-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #444;
  background-color: #222;
  color: white;
  margin-bottom: 6%;
}

.signup-form input::placeholder {
  color: #bbb;
}


.btn-signup:hover {
  background-color: var(--orange);
}

/* Small Image on the Side */
.side-image {
  position: absolute;
  bottom: -25%;
  right: 32%;
  width: 100px;
}

/* Responsive */
@media (max-width: 768px) {
  .signup-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .signup-description {
    text-align: center;
  }

  .signup-form {
    width: 100%;
  }

  .side-image {
    display: none;
  }
}

/* Login Section--------------------- */
.login-section {
  background-color: #040404;
  color: white;
  padding: 5% 2%;
  text-align: center;
}

.login-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
}

.login-description {
  font-size: 20px;
  color: #FFFFFF;
  font-family: "Radio Canada Big", serif;
  font-weight: 400;
  text-align: center;
}

.signup-form-title {
  font-family: "Radio Canada Big", serif;
  color: var(--orange);
  font-size: 60px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5%;
}
.signup-form label {
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-family: "Radio Canada Big", serif;
  margin-bottom: 4%;
}
.btn-signup {
  background-color: var(--orange);
  color: #FFFFFF;
  padding: 12px 50px;
  border: none;
  border-radius: 49px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  font-family: "Radio Canada Big", serif;
  font-size: 20px;
  margin-top: 5px;
}

/* Illustration */
.login-image {
  width: 100%;
  /* max-width: 400px; */
  display: block;
  margin: auto;
}

/* Login Form Section */
.login-form-section {
  background-color: #111;
  padding: 5% 2%;
  text-align: center;
}

.login-form-title {
  color: var(--orange);
  font-size: 2rem;
  font-weight: 700;
}

.login-form {
  max-width: 400px;
  margin: auto;
  text-align: left;
}

.login-form label {
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 5px;
  display: block;
}

.login-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #444;
  border-radius: 5px;
  background-color: #222;
  color: white;
}

.login-form input::placeholder {
  color: #bbb;
}

.btn-login {
  background-color: var(--orange);
  color: black;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  transition: 0.3s;
}

.btn-login:hover {
  background-color: var(--orange);
}

/* Signup Option */
.signup-option {
  margin-top: 8%;
  font-size: 1rem;
  color: #ccc;
  text-align: left;
}

.signup-option a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
}

.signup-option a:hover {
  color: var(--orange);
}



/* Responsive */
@media (max-width: 768px) {
  .login-title {
    font-size: 2.5rem;
    text-align: center;
  }


  .login-form {
    width: 100%;
  }
}

.accordion-header{
  font-size: 24px !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-body {
  background-color: #111;
  font-family: "Radio Canada Big", serif;
  font-size: 16px;
  font-weight: 400;
  color: #CBCBCB;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 20px;
}
.fw-bold {
  font-weight: 700 !important;
  font-size: 24px !important;
  font-family: "Poppins", serif !important;
}
.d-sm-none{
  display: none;
}
.text-warning{
  font-size: 48px;
}
.how-it-works h2 {
  padding-bottom: 0rem;
}
/* Style for Owl Carousel */
.owl-carousel {
  display: block;
 
  z-index: 1;
}

.owl-carousel .item {

  transition: all 0.3s ease;
  display: block;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-features li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 16px;
}

.pricing-features i {
  font-size: 18px;
  margin-right: 10px;
  color: green;
}

.pricing-features i.cross {
  color: red;
}


/* Optional: Style for active slide */
.owl-carousel .item.active {
  transform: scale(1.1); /* Slightly enlarge the active slide */
  transition: transform 0.3s ease;
}
/* terms and conditions  */
.terms-section {
  background-color: #040404;
  color: #fff;
  padding-top: 5em;
  padding-bottom: 8rem;
}
.terms-section ul {
padding: 0% 0%;
}
.terms-section li {
  padding-bottom: 2%;
  font-size: 18px;
}
.terms-section b {
  font-size: 20px;
}
.terms-section p {
  font-size: 18px;
}
/* terms and conditions  end */

@media (min-width: 1906px) {
  .footer-bg {
    height: 550px;
}}
@media (max-width: 1028px) {
br{
  display: none !important;
}}
@media (max-width: 1440px) {

  .nav-button, .btn-send1 {
    font-size: 14px;
}
.contact-container {
  margin-top: 1rem;
}

.custom-navbar .navbar-nav .nav-link {
  margin: 0 4px !important;
}
.terms-section ::marker {
  font-size: 20px;
}
.terms-section {
  padding-top: 5em;
  padding-bottom: 3rem;
}
.pricing-section {
  padding: 5rem 2%;
}
.contact-section {
  padding: 5rem 2%;
}
.hero-section .background-curve1 {
  position: absolute;
  z-index: 1;
  top: 70% !important;
}
.custom-navbar .navbar-nav .nav-link {
  margin: 0 8px;
}
h1 {
  font-size: 70px;
}
.btn-buy {
  font-size: 16px;
}
.hero-para {
  font-size: 18px !important;
  padding-bottom: 5% !important;
}
.hero-section p {
  font-size: 16px;
}
.hero-img {
  width: 60%;
}


.star-img {
  width: 445px;
}
.hero-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
h2, .main-title, .accordion-button {
  font-size: 42px;
}
h3 {
  font-size: 20px;
}
.how-it-works h2 {
  padding-bottom: 1rem;
}
.step-number {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.features-section {
  padding-top: 2em;
  padding-bottom: 2rem;
}
.bottom-orange-border {
  height: 72px;
}
.login-description {
  font-size: 16px;
}
.zustap-image {
  width: 35%;
}
.zustap-section {
  padding-top: 5em;
  padding-bottom: 2rem;
}
.how-it-works {
  padding-top: 3em;
  padding-bottom: 4rem;
}
.feature-description {
  font-size: 16px;
}
.step-description {
  font-size: 18px;
}
.testimonial-heading {
  font-size: 26px;
  text-align: left;
}
.testimonial-title {
  font-size: 18px;
}
.testimonial-description {
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-section .background-curve {
  top: -75%;
  transform: translate(6%, 0%);
}
.signup-form-title {
  font-size: 40px;
  margin-bottom: 5%;
}
.login-section {
  padding: 2% 0%;
}
.signup-form label {
  font-size: 16px;
}
.contact-info .info-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  flex-direction: column;
}
.slider-section {
  padding-top: 5em;
  padding-bottom: 6rem;
}
 .accordion-button {
  font-size: 20px;
}
.footer-section {
  padding-top: 0rem;
}
.faq-section {
  padding-top: 2em;
  padding-bottom: 2rem;
}
.footer-bg {
  padding-top: 8rem;
  margin-top: 55px;
  height: 435px;
}
footer p {
  font-size: 15px;
}
.useful-links a {
  font-size: 14px;
}
.pricing-card:hover {
  transform: scale(1);
}

}

/* responsive design */
@media (max-width: 991px) {
  .pricing-sm-none{
    display: none;
  }
  .pricing-md-none{
    display: block;
  }
  .signup-form-title {
    font-size: 36px;
}
.fw-bold {
  font-size: 20px !important;
}
.terms-section ::marker {
  font-size: 16px;
}
br{
  display: none;
}

  .star-img {
    width: 350px;
    height: auto;
}
h1 {
  font-size: 50px;
}
h2, .main-title {
  font-size: 55px;
  padding-bottom: 0rem;
}
div#faq1, div#faq2, div#faq3, div#faq4, div#faq5 {
  padding-left: 14rem;
}
h3 {
  font-size: 22px;
}
.step-description {
  font-size: 14px;
}
.testimonial-heading {
  font-size: 28px;
  padding: 0;
}
.testimonial-description {
  font-size: 14px;
  font-weight: 400;
  margin: 0 ;
}
h .accordion-button {
  font-size: 20px;
}
.footer-section {
  padding-top: 5rem;
}
.testimonial-section {
  padding-top: 2em;
}
.testimonial-section .background-curve {
  position: absolute;
  z-index: 1;
  top: -50%;
  left: 0;
  right: 0;
  max-width: 100%;
  transform: translate(-4%, 0%);
}

.btn-buy {
  font-size: 14px !important;
}
.hero-para {
  font-size: 18px !important;
  padding-bottom: 1rem !important;
}
.pricing-section {
  padding: 10% 2%;
}
.login-description {
  font-size: 16px;
}
.blog-post1 .blog-title-small, .blog-post2 .blog-title-small {
  font-size: 20px;
}
.blog-post1 p, .blog-post2 p {
  font-size: 15px;
}
.social-icons .icon, .social-icons a {
  width: 25px;
  height: 25px;
  font-size: 26px;
}
.pricing-card:hover {
  transform: scale(1);
}
.text-warning {
  font-size: 32px;
}
.get-in-touch h3 {
  font-size: 44px;
}

}
@media (max-width: 768px) {
 
  br{
    display: none !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
}
.hero-section p {
  font-size: 16px !important;
}
.testimonial-section {
  padding-top: 2em;
}
.test-img {
  max-width: 100% !important;
}
.hero-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
h2, .main-title {
  font-size: 40px;
  
}
h3 {
  font-size: 22px;
}
.feature-description {
  font-size: 15px;
}
.how-it-works {
  padding-top: 5em;
  padding-bottom: 8rem;
}
.testimonial-section .background-curve {
 display: none !important;
}

.testimonial-section {
  padding-top: 2em;
  padding-bottom: 0 !important;
}
.footer-bg {
  padding-bottom: 12%;
}
.slider-section {
  padding-top: 5em;
  padding-bottom: 6rem;
}
.accordion-button {
  font-size: 18px;
  text-align: left;
}
.footer-bg {
  margin-top: 42px;
  height: 700px;
}
.test-img {
  /* margin-top: -17%; */
}
}

@media (max-width: 575px) {
  br {
    display: none !important;
  }
  .hero-section p {
    font-size: 12px;
    padding: 8px;
}
.signup-form-title {
  margin-bottom: 8%;
}
.pe-2 {
  padding-right: 5px !important;
}
.terms-section b {
  font-size: 16px;
}
.terms-ol  ::marker {
  font-size: 12px;
}
.terms-section li {
  padding-bottom: 2%;
  font-size: 14px;
}
h2, .main-title, .accordion-button {
  padding-bottom: 0rem;
}
div#faq1,div#faq2,div#faq3,div#faq4,div#faq5 {
  padding-left: 0rem;
}
.sample-pb{
  padding-bottom: 0rem;
}
.how-box {
  padding-top: 1rem;
}
.login-section {
  padding: 10% 0%;
}
.text-warning {
  font-size: 35px;
}
.signup-form-title {
  font-size: 26px;
}
.btn-signup {
  padding: 9px 37px;
  font-size: 16px;
 
}
.signup-form label {
  font-size: 14px;
}
.get-in-touch h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0;
}
.get-in-touch p {
  font-size: 14px;
}
.test-img {
  margin-top: 0%;
}
.pricing-card:hover {
  transform: scale(1);
}

  .common-button {
    font-size: 20px;
    padding: 14px 30px;
    /* Larger padding for bigger screens */
    width: auto;
    /* Makes it fit content instead of stretching */
  }
  .btn-common {
    font-size: 15px;
    max-width: 250px;
}

.features-section {
  padding: 12% 0% 8% 0% !important;
}
.hero-section {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.signup-option {
  font-size: 14px;
}
h1 {
  font-size: 30px;
}
h2, .main-title {
  font-size: 28px !important;
}
.footer-bg {
  padding-bottom: 20%;
}
.slider-section h2 {
  padding-bottom: 15% !important;
}
.hero-para {
    font-size: 14px !important;
    padding: 6px !important;
  }

  .d-none {
    display: none !important;
  }
  .fw-bold {
    font-size: 18px !important;
}
.d-sm-none{
  display: block;
}
.hero-section p {
  font-size: 15px !important;
}
.features-section {
  padding: 6% 0% 2% 0% !important;
}
.footer-section {
  padding-top: 0rem;
}

  .feature-box {
    gap: 10px;
}
  .feature-circle img {
    width: 25px !important;
  }
  .feature-circle {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 0 !important;
}
h3 {
  font-size: 18px;
  margin: 0%;
}
.feature-description {
  font-size: 14px;
}
.bottom-orange-border {
  height: 30px !important;
}
.zustap-section {
  padding: 12% 4% 6% 4% !important;
}
.how-it-works {
  padding: 0% 4%;
  padding-top: 2em;
  padding-bottom: 2rem;
}
.how-it-works h2 {
  padding-bottom: 0rem;
}
.stepss{
  gap: 15px;
}
.process-title {
  padding-bottom: 10px;
}
.step-description {
  font-size: 14px;
}
.testimonial-title {
  display: flex;
  justify-content: center;
}
.testimonial-section{
  /* padding: 14% 4% 12% 4% !important; */
}
.step-number {
  width: 25px;
  height: 25px;
  font-size: 20px;
  margin-bottom: 5px;
}
/* terms */
.terms-section p {
  font-size: 14px;
}
.terms-section {
  padding-top: 2em;
  padding-bottom: 1rem;
}
/* terms */
.testimonial-section {
  padding-top: 3rem;
  padding-bottom: 0rem !important;
}
.testimonial-description {
  font-size: 14px;
  margin: 0;
  text-align: center;
  margin-bottom: 1%;
}
.testimonial-heading {
  font-size: 26px !important;
  padding: 0;
  text-align: center;
}
.star-rating {
  text-align: center;
  margin-bottom: 5%;
}
.slider-section {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.pt-5 {
  padding-top: 10px !important;
}
.pb-5 {
  padding-bottom: 2rem!important;
}
.pricing-card .pricing-features li i,
.pricing-card .pricing-features li i.cross {
  font-size: 16px;
}
.pricing-section {
  padding: 5% 2%;
}
.pricing-card {
  padding: 1rem;
}
.faq-section {
  padding: 4% 0rem;
}
button.accordion-button.text-white.collapsed {
  padding: 1%;
}
.accordion-button{
  text-align: left !important;
}
.btn-buy {
  padding: 10px 26%;
  font-size: 16px !important;
}
.accordion-button {
  background-color: transparent;
  color: white;
  font-size: 15px !important;
  font-weight: 700;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.footer-text-center{
  text-align: center !important;
}
.pricing-features li {
  font-size: 12px !important;
  margin-bottom: 0px;
}

.login-description {
  font-size: 14px;
}
.blog-post1 .blog-title-small,.blog-post2 .blog-title-small {
  font-size: 20px;
  text-align: center;
}
.blog-post1 p,.blog-post2 p {
  font-size: 14px;
}
.navbar-nav {
  padding-top: 2%;
}
.flex-xs-col{
  flex-direction: column;
}
.mt-xs-0 {
  margin-top: 0 !important;
}
}

@media (max-width: 345px) {
  h2, .main-title {
    font-size: 22px !important;
}
.mobile-frame img {
  max-width: 210px;
}


}