*{
    margin: 0px;
    padding: 0px;
}


.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.atkinson-hyperlegible-regular {
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body{
    background: url(./img/body-bg.webp);
    background-size: cover;
    background-position: center;
}


/* Header */

ul.menu {
    display: flex;
    justify-content: center;
    gap: 55px;
    list-style: none !important;
    margin: 0px;
}

.menu li a {
    text-decoration: none !important;
    color: #444444;
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: 500;
}

.btn-1 {
    color: #00224E !important;
    border-radius: 30px !important;
    padding: 10px 30px !important;
    border: 2px solid #00224E !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: "Outfit", sans-serif !important;
    font-weight: 600 !important;
    transition: 0.3s !important;
    background: transparent !important;
}

.btn-1:hover {
    background: #00224e !important;
    color: #fff !important;
    transition: 0.3s !important;
}


.btn-2 {
    background: #00224E !important;
    border-radius: 30px !important;
    padding: 10px 30px !important;
    border: 2px solid #00224E !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-family: "Outfit", sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;
    transition: 0.3s !important;
}

.btn-2:hover{
    background: #fff !important;
    border: 2px solid #00224E !important;
    color: #00224E !important;
    transition: 0.3s !important;
}

.logo {
    width: 100px;
}

/* Header-End */


section.demo-banner {
    padding: 80px 0px !important;
}

/* hero-section */

.hero-content-col {
    display: flex;
    justify-content: start;
    align-items: center;
}

.hero-img {
    width: 80%;
}

.hero-title {
    text-align: center!important;
    font-family: 'Outfit';
    font-weight: 700;
    color: #00224E;
}

.hero-title  {
    text-align: center!important;
    font-family: 'Outfit';
    font-weight: 500;
    color: #00224E;
    font-size: 70px !important;
    text-transform: capitalize;
}

.hero-span-title {
    font-weight: 700;
    color: #01A374;
}

.hero-img-col{
    display: flex;
    justify-content: end;
}



/* hero-section-end */


/* SECTION-02 */

.lady-img{
    width: 100% !important;
}

.h2-title { 
        color: #222222;
        font-family: 'Outfit';
        font-size: 40px !important;
        font-weight: 500;
    }

    p.text {
    font-family: 'Outfit';
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

.image-box {
    box-shadow: 0px 0px 20px #00000026;
    border-radius: 20px !important;
    padding: 40px 20px;
    gap: 25px;
    min-height: 180px;
    background: #fff !important;
}

h2.img-box-img {
    font-family: 'Outfit';
    font-size: 50px;
    color: #01a374;
}

h2.img-box-title {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Outfit';
}

p.img-box-text {
    font-family: 'Outfit';
    font-size: 20px;
    font-weight: 400;
    color: #444444;
    margin: 0px;
}

.ib-img-div {
    min-width: 15%;
}

h2.img-box-img span {
    color: #ED1C24;
}



    /* SECTION-End */

 .sec-3-text {
    font-family: 'Outfit';
    font-size: 22px;
    font-weight: 400;
    color: #444444;
    margin: 0px;
}


.mob-img {
    width: 60%;
}


    /* SECTION-04 */

.ib2-title h2 {
    font-size: 22px;
    font-weight: 600 !important;
    font-family: 'Outfit';
    color: #222222;
    margin: 0px;
       text-transform: uppercase;
}

.ib2-text p {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px !important;
    color: #444;
 
}


    /* SECTION-End */


       /* SECTION-05 */

    h2.main.text-center.fw-bold.mb-5 {
    font-family: "Outfit", sans-serif;
    font-weight: 500 !important;
    font-size: 45px;
}



.step-card {
    border-radius: 20px;
    background: #fff;
    padding: 1rem 2rem;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.2s;
    height: 326px !important;
}

    h5.para.fw-bold.mt-3 {
    font-family: 'Outfit';
    font-size: 22px;
    font-weight: 500 !important;
    color: #222222;
}


p.card-des {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    color: #444 !important;
}


    .step-card:hover {
      transform: translateY(-5px);
    }

.step-number h2 {
    font-size: 160px;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-weight: 500;
    background: linear-gradient(to bottom, #000000, #bbbbbb00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -48px;
    margin-top: -43px;
}

    .step-card p {
      margin: 0.5rem 0 0;
      color: #666;
    }


   .highlight {
    color: #00a36c;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Outfit';
    margin-top: 20px;
}


    .arrow {
      font-size: 2.5rem;
      color: #444;
      text-align: center;
    }


    .row.cards.align-items-center.text-center.g-3 {
    justify-content: center;
}

/* SECTION-End */


       /* SECTION-06 */

.card.feature-card {
    border-radius: 20px;
    border: 1px solid #EEEEEE;
}
h2.heading.text-center.fw-bold.mb-5 {
    font-family: 'Outfit';
    font-size: 45px;
    font-weight: 500 !important;
}
h5.sub-heading.fw-bold {
    font-family: 'Outfit';
    font-size: 22px;
    font-weight: 500 !important;
}

p.para-style.mb-0 {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
    color: #444444;
}

img.feature-icon {
    width: 20%;
}



/* SECTION-End */

.menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.menu li a {
  text-decoration: none;
  font-weight: 600;
  color: #062d56;
}

/* Hamburger icon */
.hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  height: 3px;
  width: 25px;
  background: #062d56;
  margin: 4px 0;
  border-radius: 2px;
}

/* Mobile menu (hidden by default with transition) */
.mobile-menu {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  text-align: center;
  transition: max-height 0.4s ease;
  padding: 0px 50px;
}
.mobile-menu ul {
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}
.mobile-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Show when active */
.mobile-menu.active {
    /*min-height: 400px !important;*/
    max-height: 400px !important;
    /*height: auto !important;*/
    padding: 0px 50px;
    background: transparent;
}


/* Footer */

h2.f-menu-h2 {
    font-family: 'Outfit';
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 500;

}

.newsletter-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

ul.footer-menu li a {
    font-family: 'Outfit';
    font-size: 18px;
    color: #444444;
    text-decoration: none !important;
    font-weight: 400;
}

.footer-menu li {
    list-style: none !important;
    margin-bottom: 10px;
}

ul.footer-menu {
    padding: 0px !important;
}

  .mailing-container {
    padding: 40px 30px;
    text-align: left;
    width: 500px;
    max-width: 95%;
}

   .mailing-container h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: 'Outfit';
    color: #222222;
}

    .form-box {
      display: flex;
      align-items: center;
      border: 2px solid #ccc;
      border-radius: 50px;
      overflow: hidden;
      background: #fff;
    }

    .form-box input {
      border: none;
      outline: none;
      padding: 14px 18px;
      font-size: 16px;
      flex: 1;
      border-radius: 50px;
    }

.form-box button {
    background: #062d56 !important;
    color: #fff;
    padding: 10px 40px !important;
    border: 2px solid #00224E;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer !important;
    transition: 0.3s;
    margin: 5px;
}

    .form-box button:hover {
    background: #fff !important;
    border: 2px solid #00224E;
    color: #00224E !important;
    transition: 0.3s;
}

    img.footer-logo {
    width: 60%;
}

h2.Copyrights {
    font-family: 'Outfit';
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #444444;
    text-align: center;
}

.footer-menu-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer End */


      /*RESPONSIVE  */


  @media (max-width: 768px) {
     .mailing-container {
    padding: 20px 30px;
}

      .mailing-container h2 {
        font-size: 16px;
      }

      .card {
    min-height: 223px !important;
}

      ul.menu {
    gap: 30px;
}

section.contact-banner {
    padding: 60px 0px !important;
}

.menu li a {
    font-size: 15px;
}

img.mob-img {
    width: 100% !important;
}

.signup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.step-number h2 {
    font-size: 90px !important;
    margin: 0px;
}

.step-card {
    padding: 10px;
    height: 330px !important;
}

      .form-box {
        flex-direction: column;
        border-radius: 12px;
      }

      .form-box input {
        width: 100%;
        border-radius: 12px 12px 0 0;
        padding: 12px;
        font-size: 15px;
      }

      .form-box button {
        width: 100%;
        border-radius: 0 0 12px 12px !important;
        padding: 12px;
        font-size: 15px;
      }

      h1.hero-title {
    font-size: 45px !important;
     }

        h2.h2-title {
    font-size: 25px !important;
}

    p.text {
    font-size: 16px !important;
    }

h2.Copyrights {
    font-size: 15px !important;
   }

   ul.footer-menu li a {
 font-size: 15px;
}


   .lady-img {
    width: 100% !important;
 
}

h2.img-box-img {
    font-size: 30px !important;
    margin: 0px !important;
}

  h2.img-box-title {
    font-size: 18px !important;
}

.image-box {
    border-radius: 13px !important;
    padding: 20px 20px;
    gap: 15px;
    min-height: 0px;
}

   p.img-box-text {
    font-size: 12px;
    }

    .row.sec2-img-box {
    display: flex;
    justify-content: center;
    }

  p.sec-3-text {
    font-size: 16px;
}

   h2.main {
    font-size: 30px !important;
   }

   h5.para{
    font-size: 16px !important;
   }

   p.card-des {
    font-size: 14px !important;
   }

   .highlight {
    font-size: 13px;
}

   h2.heading {
    font-size: 40px !important;
   }

   h5.sub-heading {
    font-size: 18px !important;
   }

.ib2-title h2 {
    font-size: 18px;
 }

.ib2-text p {
    font-size: 13px !important;
    margin-top: -10px;
}

   p.para-style {
    font-size: 14px !important;
  }

  .signup {
    height: auto !important;
    padding: 60px 0px;
}

button.google-button {
    padding: 10px 50px !important;
}

  .d-flex.mob-cards {
    flex-direction: column;
    text-align: center;
    gap: 25px;
} 

section.hero-sec {
    padding-top: 60px !important;
}

.img-box-2 {
    display: block;
}

.ib2-img img {
    width: 100px;
}

.hero-content-col {
    justify-content: center !important;
}

.footer-logo-col {
    text-align: center;
}


img.footer-logo {
    width: 120px !important;
}

h2.f-menu-h2 {
    margin: 0px !important;
    margin-top: 20px !important;
    font-size: 18px !important;
}

ul.footer-menu {
    display: flex;
    align-items: center !important;
    gap: 25px !important;
    margin-top: 15px;
}

.form-box button {
 
    margin: 0px !important;
}

 

    }
    

    @media (min-width: 768px) {
  .mobile-menu { display: none !important; }
  .hamburger { display: none; }
}




/* Contact-Page */

.contact-box {
    width: 100% !important;
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 18%);
    text-align: center;
}

.contact-box h2 {
    font-size: 45px !important;
    color: #222222;
    margin-bottom: 1rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Outfit';
    font-weight: 500;
}



.contact-box h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #01a374;
    margin: 1rem auto 1.5rem;
    border-radius: 2px;
}

.contact-lead {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.contact-box p {
    color: #aaa;
    font-size: 1rem;
    margin-bottom: 2rem;
    font-family: 'Outfit';
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-item {
  position: relative;
}

.form-item input,
.form-item textarea {
  width: 100%;
  padding: 10px 6px;
  border: none;
  border-bottom: 2px solid black;
  background: transparent;
  font-size: 16px;
  outline: none;
  resize: none;
}

.form-item label {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: grey;
    pointer-events: none;
    transition: all 0.3s ease;
    font-family: 'Outfit';
}

.form-item:has(textarea) label {
  top: 75%;
}

.form-item input:focus + label,
.form-item textarea:focus + label,
.form-item input:not(:placeholder-shown) + label,
.form-item textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: black;
}

.form-button {
    background-color: #00224e;
    color: white;
    border: 2px solid #00224e;
    padding: 12px 0;
    border-radius: 30px;
    font-size: 16px !important;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Outfit';
}

.form-button:hover {
    background-color: #ffffff;
    color: #00224e;
    border: 2px solid #00224e;
}

.form-button:active {
    background-color: #3270d300;
    color: #00224e;
}

section.contact-banner {
    padding: 100px 0px ;
}

section.contact {
    padding: 60px 0px !important;
}

h2.banner-title {
    font-size: 60px !important;
    font-family: 'Outfit' !important;
    color: #00224E !important;
    text-align: center;
    font-weight: 500;
}

.banner-title span {
    font-weight: 600 !important;
    color: #01A374;
}

p.banner-text {
    font-size: 30px !important;
    font-family: 'Outfit';
    text-align: center;
    color: #222222;
}

@media (max-width: 768px) {

h2.banner-title {
    font-size: 45px !important;
}

.contact-box h2 {
    font-size: 35px !important;
}

.btn-1, .btn-2 {
    font-size: 12px !important;
    padding: 10px 22px !important;
}
}


/* Contact-page-End */


/* FAQ-page*/

   
   .faq-container {
    max-width: 900px;
    margin: auto;
    padding: 60px 15px;
    }

.faq-title {
    text-align: left;
    margin-bottom: 10px !important;
    font-size: 40px !important;
    font-weight: 500;
    font-family: outfit;
}

    .faq-category {
      margin-top: 50px !important;
    }

   .faq-category h3 {
    font-size: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #01a374;
    padding-bottom: 10px;
    font-family: 'Outfit';
    font-weight: 500;
   }

    .accordion-button {
    font-weight: 500;
    font-size: 18px;
    padding-left: 0;
    padding-right: 30px;
    box-shadow: none !important;
}

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-button::after {
      content: "";
      font-size: 0.9rem;
      transform: rotate(-90deg);
      transition: transform 0.2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
      transform: rotate(0deg);
    }

   .accordion-item {
    border-bottom: 1px solid #dee2e6;
    border-radius: 12px;
    margin-top: 22px;
    padding: 15px 10px 15px 16px;
   }

  .accordion-body {
    padding: 10px 0 15px 0;
    color: #052c65;
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: 400;
}

    span.span {
    color: #01A374;
  }

  .accordion-header h2 {
    font-family: 'Outfit';
  font-size: 22px;
}
.accordion-button:not(.collapsed) {
    background-color: white !important;
    border-bottom: 1px solid #01a374 !important;
    color: #00224e !important;
}

@media (max-width: 768px) {

    h1.faq-title {
    font-size: 40px;
   }

   .faq-container {
    padding: 60px 20px;
   }

   .faq-category h3 {
    font-size: 25px;
   }

   .accordion-button {
    font-size: 16px;
   }

   .accordion-body {
    font-size: 16px;
  }

}

 
/* faq-page-End */


/* Signup */
button.btn-1 {
    background: #00224e;
    border-radius: 30px !important;
    padding: 10px;
}

.modal-title {
    font-size: 20px !important;
    font-family: 'Outfit';
    color: #222222;
}

label.form-label {
    font-size: 16px !important;
    font-family: 'Outfit';
    color: #222222;
}

.form-control {
    border-radius: 30px !important;
    border: 1px solid #00224e;
}


/* END */


/* Demo Page */

.comingsoon-title {
    font-size: 100px;
    font-weight: 500;
    font-family: outfit;
}
   
    span.span {
    color: #01A374;
  }
  .demo-p {
    color: #052c65;
    font-family: 'Outfit';
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
}
.commingsoon-container {
    height: 100vh;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.comingsoon-img {
    width: 30%;
    margin-bottom: 25px;
}

section.demo-section {
    background: url(./img/body-bg.webp);
}

/* End */

/* MObile Responsive */

  @media (max-width: 500px) {
  
  
  .contact .row {
    display: block !important;
}

.contact .row .col-6 {
    margin: 10px 0px !important;
    width: 100% !important;
}
.hero-img-col {
    justify-content: center !important;
}

.sec2-img{
    width: 100% !important;
}

.sec2-cards{
    width: 100% !important;
    margin-top: 20px !important;
}

img.mob-img {
    width: 50% !important;
}

.img-box-row {
    flex-direction: column !important;
}

.ib2-text p {
    font-size: 16px !important;
    margin-top: -10px;
}

.step-number h2 {
    font-size: 120px !important;
}

h5.para {
    font-size: 20px !important;
}

p.card-des {
    font-size: 17px !important;
}

.highlight {
    font-size: 15px;
}

.footer-logo-col {
    justify-content: left;
}

.contact-banner{
    padding: 60px 0px !important;
}

.signup {
    height: auto !important;
    padding: 60px 0px;
}
button.google-button {
    padding: 10px 25px !important;
}


.mailing-container {
    padding: 0px;
}
ul.footer-menu {
    display: flex !important;
    align-items: flex-start !important;
    margin-top: 15px !important;
    flex-direction: column !important;
    gap: 0px !important;
}
.newsletter-col {
    padding: 0px !important;
    padding-bottom: 20px !important;
}

.footer-menu-col {
    display: flex;
    align-items: center;
    justify-content: left;
}


}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  
}

.fade-in-up {
  opacity: 0; /* hidden by default */
  transform: translateY(30px);
  transition: opacity 0.3s, transform 0.3s;
}

.fade-in-up.show {
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.zoom-in {
  opacity: 0; /* hidden by default */
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}

.zoom-in.show {
  animation: zoomIn 0.8s ease-out forwards;
}



/* SIGNUP and LOGIN */

.signup {
    height: 100vh ;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signup-container {
    padding: 25px 0px;
    box-shadow: 0px 0px 10px #00000040;
    border-radius: 30px;
    margin: 4px !important;
}

p.google-button-text {
    margin: 0px !important;
}

button.google-button {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 90px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #dee2e6;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Outfit';
       transition: 0.3s;
}

.signup-image img {
    width: 100%;
}

.signup-image {
    display: flex;
    justify-content: center;
}

h2.signup-title {
    font-size: 35px;
    font-family: 'Outfit';
    text-align: center;
    color: #222;
}

input.form-control {
    font-family: 'Outfit';
    color: #000000;
    font-size: 16px;
    padding: 10px;
}

button.google-button:hover {
    background: #e3e3e3;
    transition: 0.3s;
}

h2.google-text {
    text-align: center;
    font-size: 16px;
    font-family: 'Outfit';
    color: #a0a0a0;
    font-weight: 400;
}
/* SIGNUP and LOGIN END */

@media (min-width: 769px) and (max-width: 1024px) {
  
.mob-img {
    width: 100%;
}

.container.signup {
    padding: 60px 0px !important;
    height: auto;
}

.step-card {
    height: 370px !important;
}

}


.contact-col img {
    border-radius: 20px !important;
    height: 100% !important;
    object-fit: cover !important;
}



