    body, h1, h2, h3, h4, h5, h6, p, ul, li, a, button {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: "Quicksand", serif;
      scroll-behavior: smooth;
    }

    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      padding: 10px 30px;
      border-bottom: 2px solid #ddd;
      height: 60px;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .header-section {
      display: flex;
      align-items: center;
      height: 100%;
    }

    .header-section:not(:last-child) {
      border-right: 2px solid #ddd;
      padding-right: 15px;
    }

    .header-section.logo {
      flex: 1;
    }

    .logo-image {
      max-height: 50px;
    }

    .header-section.menu {
      flex: 2;
      justify-content: center;
    }

    .header-section.menu ul {
      display: flex;
      gap: 15px;
      list-style: none;
    }

    .header-section.menu ul li a {
      text-decoration: none;
      color: #333;
      font-size: 18px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      /*width: 50px; */
      height: 50px;
      border: 2px solid #ddd;
      border-radius: 4%;
      padding: 10px;
      transition: all 0.3s;
    }

    .header-section.menu ul li a:hover {
      background-color: #007bff;
      color: #fff;
      border-color: #007bff;
    }

    .header-section.buttons {
      flex: 1;
      justify-content: flex-end;
      gap: 10px;
    }

   .header-section .btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 16px;
  border: 0px double #29B6BF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-section .about-btn {
  background: linear-gradient(90deg, #FFF8F7, #f5f5fa);
}

.header-section .about-btn:hover {
  background: linear-gradient(30deg, #29B6BF, #29B6BF);
}

.header-section .contact-btn {
  /* background: linear-gradient(30deg, #fff, #29B6BF); */
}

.header-section .contact-btn:hover {
  /* background: linear-gradient(30deg, #29B6BF, #fff); */
}

.header-section .btn .icon {
  fill: #29B6BF;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header-section.buttons {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .header-section.buttons {
    display: none;
  }
}



    /* Mobile Menu */
    .menu-toggle {
      display: none;
      font-size: 24px;
      cursor: pointer;
      background: none;
      border: none;
      margin-left:11px;
    }

    @media (max-width: 768px) {
      header {
        flex-wrap: wrap;
        height: auto;
      }

      .header-section.menu {
        flex: 1;
        justify-content: flex-start;
      }

      .header-section.menu ul {
        display: none;
        flex-direction: column;
        gap: 10px;
        background-color: #f9f9f9;
        padding: 15px;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }

      .header-section.menu ul.active {
        display: flex;
      }

      .menu-toggle {
        display: block;
      }

      .btn {
        padding: 8px 12px;
        font-size: 12px;
      }
    }
 /* Hero Section Styling */
.hero-section {
  position: relative;
  height: 250px;
  /* background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3)), 
              radial-gradient(circle, #FF6F61, #6A1B9A, #29B6BF);
  background-size: 5px 5px; /* Small dots */ */
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Align title and description vertically */
  color: white;
  text-align: center;
  padding: 20px;
}

/* Overlay Effect */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: radial-gradient(circle, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); */
  background-color: #888888;
  z-index: 1;
}

/* Hero Title with Outline Style */
.hero-title {
  font-size: 4rem;
  font-weight: bold;
  /* color: transparent; 
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #FF6F61, #fff, #29B6BF);
  */
  z-index: 2; 
  margin-bottom: 20px; /* Space between title and description */
}

/* Hero Description Styling */
.hero-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  z-index: 2;
  max-width: 800px;
  line-height: 1.2;
}
/* Responsive Styling for Small Screens */
@media (max-width: 768px) {
  .hero-section {
    height: 200px; /* Adjust height on smaller screens */
  }

  .hero-title {
    font-size: 3rem; /* Reduce font size for smaller screens */
    margin-bottom: 15px; /* Adjust space between title and description */
  }

  .hero-description {
    font-size: 1rem; /* Reduce font size for smaller screens */
    max-width: 600px; /* Reduce width */
    line-height: 1.4; /* Adjust line height */
  }
}

/* Responsive Styling for Very Small Screens (Mobile) */
@media (max-width: 480px) {
  .hero-section {
    height: 180px; /* Adjust height further for very small screens */
  }

  .hero-title {
    font-size: 2.5rem; /* Reduce font size even more */
    margin-bottom: 10px; /* Adjust space between title and description */
  }

  .hero-description {
    font-size: 0.9rem; /* Further reduce font size */
    max-width: 500px; /* Adjust max-width */
    line-height: 1.4; /* Adjust line height */
  }
}

/*-------------------------features----------------------------------*/
/* General Styling */
.features-section {
  padding: 50px 20px;
  background-color: #EDEDED;
  text-align: center;
}

.f-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.section-description {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Feature Grid Styling using CSS Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 30px;
  margin-bottom: 50px;
}

.feature-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Gradient Feature Title */
.feature-title {
  font-size: 1.4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #673AB7, #4012E0, #06AD50);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

/* Icon Styling */
.feature-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

/* Feature Description */
.feature-description {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}

/* Responsive Design for Smaller Devices */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 items per row on tablets and smaller screens */
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr; /* 1 item per row on mobile screens */
  }
}

/*-------------------------faq----------------------------------*/
/* FAQ Section Styling */
.faq-section {
  padding: 50px 20px;
  background-color: #F8FAFC;
  text-align: center;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

/* FAQ Item Styling */
.faq-item {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.faq-toggle {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1.2rem;
  background-color: inherit;
  color: inherit;
  text-align: left;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.faq-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.faq-answer {
  padding: 20px;
  background-color: #ffffff;
  display: none; /* Hidden by default */
  color: rgba(0, 0, 0, 0.7);
  text-align:left;
}

/* Show the answer when the FAQ is active */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-toggle {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 15px;
  }

  .faq-toggle {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.9rem;
  }
}

/*-------------------------footer----------------------------------*/
/* Footer Styling */
.footer {
  background-color: #2C2C2C;
  color: white;
  padding: 40px 20px;
}

.footer .ft-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  margin-bottom: 20px;
  margin-right: 10px;
}

.footer-left {
  flex: 0 0 35%;
}

.footer-menu {
  flex: 0 0 18%;
}

.footer-contact {
  flex: 0 0 20%;
}

.footer-logo {
  max-width: 160px; 
  margin-bottom: 15px;
}

.footer-about h4,
.footer-menu h4,
.footer-contact h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #007bff; /* Accent color for headers */
}

.footer-about p,
.footer-menu ul,
.footer-contact p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu ul li {
  margin: 8px 0;
}

.footer-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-menu ul li a:hover {
  color: #FF6F61; /* Hover color */
}

.footer-social {
  margin-top: 20px;
}

.social-icon {
  margin-right: 10px;
  display: inline-block;
}

.social-icon img {
  width: 25px;
  height: 25px;
  padding:5px;
  border-radius: 4%;
  border:1px solid #ddd;
  background:white;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9rem;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-left,
  .footer-menu,
  .footer-contact {
    flex: 0 0 100%;
    text-align: center;
  }

  .footer-logo {
    max-width: 120px;
    margin-bottom: 15px;
  }

  .footer-social {
    text-align: center;
    margin-top: 15px;
  }

  .footer-social a {
    margin-right: 12px;
  }
}
.footer-rows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

/* Left Section (Copyright) */
.footer-copyright {
  flex: 1;
  background-color: #ddd;
  padding: 20px 50px;
  text-align: left;
  font-size: 1rem;
  color:#333;
}

/* Right Section (Credits) */
.footer-love {
  flex: 1;
  background-color: #3F51B5;
  padding: 20px;
  text-align: center;
  font-size: 1rem;
  color: white;
}

/* Heart Styling */
.footer-love .heart {
  color: red;
  font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-copyright,
  .footer-love {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
/*-------------------------back----------------------------------*/
/* Styling for the Back to Top button */
#backToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #FFC107;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  display: none; /* Hidden by default */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
#backToTopBtn:hover {
  background-color: #FF6F61;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Show button when scrolled down */
#backToTopBtn.show {
  display: block;
}
/*-------------------------info----------------------------------*/
  /* Content Section Styling */
.content-section {
  padding: 20px 20px;
  background-color: transparent;
  text-align: center;
}

.i-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title Styling */
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Section Description Styling */
.section-description {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Content Paragraphs */
.content-paragraphs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content-paragraph {
  flex: 1 1 30%; /* 3 items per row */
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.paragraph-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF6F61;
  margin-bottom: 15px;
}

.content-paragraph p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}

/* Steps Section */
.steps {
  margin-bottom: 50px;
}

.step {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.step-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #29B6BF;
  margin-bottom: 15px;
}

.step p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}

/* Responsive Design for Smaller Devices */
@media (max-width: 1024px) {
  .content-paragraphs {
    flex-direction: column; /* Stack paragraphs vertically */
  }

  .content-paragraph {
    flex: 1 1 100%; /* Full width for smaller devices */
  }
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

/* General styles for the content section */
.content-section1 {
  padding: 15px 15px;
  background-color: #fff;
  color: #333;
}

.content-section .containerc {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.content-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #007BFF; /* Adjust the color as needed */
}

.content-article {
  text-align: left;
  margin: 20px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.article-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #0056b3; /* Adjust the color as needed */
}

.content-article p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #555;
}
