* {
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8fcff !important;
  color: #474242;
}

/* cross icon */

.cross {
  display: none;
}

#cross {
  color: #474242 !important;
}

.nav-bg {

  background-image: linear-gradient(
    to left,
    rgb(229, 241, 255),
    white,
    rgb(242, 228, 255)
  );
}

.sign-up {
  background-color: rgba(255, 42, 67, 0.879);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-up:hover {
  background-color: #ff5757;
}

.sign-up a {
  color: white;
  text-decoration: none;
}

.section {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* main hero section */
.hero-main {
    position: relative;
    background-image: url('../assets/services-hero-img.jpg');
    /*min-height: 570px;*/
    min-height:88vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 30;
}

/* navigation bar */
.logo-text {
  width: 200px;
  padding: 1rem;
}

.logo {
  display: none;
  width: 50px;
}

.navul {
  font-weight: 900;
}

.navul li {
  border: 3px solid transparent;
}

.navul li:hover {
  color: #ff5757 !important;
}

.intro {
  position: absolute;
  border-radius: 6px;
  background-color: #f8fcff;
  padding: 1.5rem 2rem;
  width: 700px;
  text-align: center;
  right: 0;
  left: 0;
  bottom: -8%;
  margin: 0 auto;
  line-height: 2;
  font-weight: bold;
  font-size: 1.2rem;
}

/* ----- MODAL ----- */
.signup-modal {
  margin: auto;
  border: none !important;
  position: relative;
  background-color: white !important;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
}

.main-modal {
    width: 80% !important;
    margin: auto;
    border: none !important;
    position: relative;
    background-color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.7rem;
}

.main-modal {
  width: 70% !important;
}

.signup-modal {
  width: 90% !important;
}

.modal-cross {
  position: absolute;
  top: 10px !important;
  right: 8px;
  font-size: 10px;
}

.modal-logo {
  width: 10%;
  padding-top: 2rem;
}

.modal-heading {
  text-align: center;
  padding: 1rem 0;
}

.modal-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.yes{
    background-color:#474242;
    border:none !important;
    color:white;
}

.yes:hover{
    background-color:#474242;
    border:none !important;
    color:white;
}

.email,
.pass, .email-s, .pass-s {
  padding: 0.4rem 0;
  text-align: left !important;
  display: flex;
  flex-direction: column;
}

.email, .pass {
  width: 16rem;
}

.email input, .email-s input, .pass-s input,
.pass input, .select3 select, .select2 select {
  padding: 6px;
  border: 0.5px solid gray;
  border-radius: 4px;
}

.email-l,
.pass-l {
  padding: 0.25rem 0;
}

.modal-submit {
  width: 16rem;
}

.modal-submit, .modal-submit-s {
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 6px;
  margin: 1rem 0;
  color: white;
  background-color: #3c95d0;
}

.modal-signup {
  font-weight: bold;
}

.forgot {
  font-size: 0.8rem;
  padding: 0.3rem 0;
  text-align: right;
}

.modal-signup,
.forgot {
  text-decoration: none;
  color: #3c95d0;
}

.select-container {
  width: 22rem;
  padding: 0.4rem 0;
  text-align: left;
  display: flex !important;
  justify-content: space-between !important;
}

.email-s, .pass-s, .modal-submit-s {
  width: 22rem;
}

.select3, .select2 {
  display: flex;
  flex-direction: column;
}

.select3 select {
  width: 6rem;
}

.select2 select {
  width: 10rem;
}

/* main heading */
.heading {
  margin: 1rem auto;
  width: 80%;
  padding: 3rem 2rem 1rem 2rem;
  text-align: center;
}

.heading h1,
.steps-heading {
  font-size: 2.75rem;
}

    .heading p,
    .services-content p {
        font-size: 1.25rem !important;
        line-height: 1.75;
        margin-top: 12px;
    }

/* services content section */
.services-content {
  width: 75%;
  margin: 2rem auto;
  text-align: center;
}

.services-content p {
  padding: 1rem 0;
}





/*download pdf section*/

.download-sec {
    margin-top: 100px;
    padding: 70px;
}


    .download-sec .image-div {
        background-color: #fff;
        width: 240px;
        height:300px;
        display: flex;
        flex-direction: column;
        justify-content:space-around;
        align-items: center;
        border-radius: 8px; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
        transition: transform 0.3s ease, box-shadow 0.3s ease; 
        text-decoration: none;
    }

        .download-sec .image-div:hover {
            transform: scale(1.05); 
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
        }

        .download-sec .image-div img {
            width: 100%;
            border-radius: 25px;
            padding: 1rem;
        }

.overlay-text {
    font-size: 1.3rem;
    text-align: center;
    color: #333; 
    height:30%
}


.guides-sec {
    background-image: url('../assets/pastel-pink-oil-paint-textured-background_53876-108408.jpg');
    background-position: center;
    background-size: cover;
    height: inherit;
    background-attachment: fixed;
    margin-top: 100px;
}


    /* steps section */
    #down-arrow {
        display: none;
        color: #474242;
    }

.steps-heading {
  text-align: center;
  margin-top: 4rem;
}

.steps {
  padding: 1.5rem 4rem;
  display: flex;
  justify-content: space-evenly;
  align-items: end;
}

.steps img, #down-arrow {
  height: 70px;
}

.photo-even {
  margin-left: 5rem !important;
}

.photo-odd {
  margin-right: 5rem !important;
}

.steps-card, .card-5 {
  padding: 1rem;
  border-radius: 8px;
  background-color: white;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card-5 {
  position: relative;
  right: 0;
}

.steps-card p {
  padding: 1rem;
  margin-top: 8px;
  font-size: 1rem;
}

.steps-card h1 {
  color: #ff5757;
  font-size: 5rem;
}

/* table part */

table {
  margin: 4rem auto;
}
thead tr {
    background-color: rgb(0 128 211);
}

tr:first-child {
  color: white;
  border-radius: 4px !important;
}

tr,
th,
td {
  text-align: center;
}

th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

tr td:first-child,
tr th:first-child {
  text-align: left;
}

tr td i {
  color: #474242;
  font-size: 1.1rem;
}

th {
  font-size: 1.1rem !important;
  color: white !important;
}

/* footer section */
footer {
  background-image: url(../assets/bg-patterns/random-grey-variations.png);
  background-repeat: repeat;
}

.footer-text,
.footer-links p,
.footer-contact {
  font-size: 0.9rem;
}

.footer-links p a {
  text-decoration: none !important;
}

.footer-links p a:hover {
  text-decoration: underline !important;
}

/* =======SMALL LAPTOP LAYOUT======= */
@media screen and (max-width: 1025px) {

    .hero-main {
        position: relative;
        /*min-height: 450px;*/
        min-height:88vh;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 30;
    }
    .intro {
        width: 600px;
        bottom: -5%;
    }

  .about img {
    width: 30vw;
  }

  .heading p {
    font-size: 1.15rem;
  }

  .signup-modal {
    height: 93vh;
  }
  .card-5 {
    position: relative;
    right: 0;
}
}

/* =========TABLET LAYOUT========= */
@media screen and (max-width: 920px) {

    .card-download {
        width:310px;
        text-align:center
    }
        .card-download h6 {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 0px;
            color: #474242;
        }

    .hero-main {
        position: relative;
        min-height: 450px;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 30;
    }
  .navul {
    background-color: rgba(248, 252, 255, 0.8);
    border-radius: 4px;
  }

    .intro {
        width: 500px;
        bottom: -5%;
    }

  .sign-up {
    background-color: transparent !important;
  }

  .sign-up:hover {
    background-color: transparent;
  }

  .sign-up a {
    color: rgba(0, 0, 0, 0.55);
  }

  /* heading */
  .heading {
    margin-top: 1rem;
  }

  .heading h1 {
    font-size: 2.5rem;
  }

  .heading p {
    font-size: 1.15rem;
    text-align: center;
  }

  /* steps section */

  .steps {
    justify-content: space-between;
  }

  .steps-card {
    width: 500px;
  }

 

  .photo-even {
    margin-right: 2rem;
  }

  .photo-odd {
    margin-left: 2rem;
  }

  /* features table */
  .ftrs-table {
    width: 70% !important;
  }

    
}

/* ========= SMALL TABLET LAYOUT ========= */
@media screen and (max-width: 825px) {
  .heading {
    margin-top: 1rem;
  }

    .hero-main {
        position: relative;
        min-height: 480px;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 30;
    }

    .card-5 {
        position: relative;
        right: .1rem;
    }
}

/* ======== PHONE LAYOUT ========= */
@media screen and (max-width: 426px) {

    .hero-main {
        position: relative;
        min-height: 480px;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        z-index: 30;
    }


    .pricing {
        flex-direction: column;
    }

  .section {
    padding: 4rem 0;
  }

  .nav-button {
    outline: none !important;
    border: none !important;
    font-size: 18px;
    color: transparent !important;
  }

  .nav-button:focus {
    border: none !important;
    outline: none !important;
  }

  .logo-text {
    display: none;
  }

  .logo {
    display: block;
  }

  /* intro part */
  .intro {
    width: 290px;
    font-size: 16px;
    bottom: -5%;
  }

  .heading {
    margin-top: 1rem;
    padding-top: 3.25rem;
    width: 90%;
  }

  .heading h1 {
    font-size: 1.8rem;
  }

  .heading p {
    font-size: 1rem !important;
  }

  /* steps */
  .steps img {
    display: none;
  }

  #down-arrow {
    display: block;
    font-size:4rem;
    margin: 1rem 0;
  }

  .steps-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .steps {
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .steps-card {
    width: 80%;
    flex-direction: column;
    gap: 2px;
  }

  .steps-card h1 {
    font-size: 3rem;
  }

  .steps-card p, .card-5 {
    margin: 0;
    font-size: 0.9rem;
    text-align: justify;
  }

  /* modal  */
  /* --- MODAL --- */
  .main-modal,.signup-modal {
    width: 100% !important;
    padding: 0.2rem;
   }

   .modal-heading {
    padding: 0.5rem 0;
   }

   .modal-logo {
    width: 12%;
   }

   .signup-modal {
    height: 100% !important;
   }

   .select-container {
    width: 16rem;
   }

   .email-l, .pass-l {
    font-size: 14px;
   }

   #gender {
    width: 5rem !important;
   }

   .select3 select {
    width: 4rem;
   }

   .select2 select {
    width: 7.25rem;
   }

   .email-s, .pass-s, .modal-submit-s {
    width: 16rem;
   }

}

.pricing {
    margin: 6rem 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
}

.price-card {
    position: relative;
    width: 250px;
    height: 280px;
    background-color: white;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}

.client {
    position: relative;
}

.colorbar {
    position: absolute;
    width: 250px;
    height: 8px;
    top: 0;
    left: 0;
    background: rgb(255, 42, 67);
    background: linear-gradient( 90deg, rgba(255, 42, 67, 0.87) 0%, rgba(255, 87, 87, 1) 100% );
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.type {
    padding: 1.5rem 0 0.8rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.pop-t {
    padding: 1.5rem 0 0.8rem 0;
    font-size: 1.25rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 700;
    background-color: rgba(255, 42, 67, 0.879) !important;
    color: white !important;
}

.buy-link {
    background-color: rgba(255, 42, 67, 0.800) !important;
    color: white;
    border: none;
}
    .buy-link:hover {
        background-color: rgba(255, 42, 67, 0.979) !important;
        color: white;
        border: none;
    }

.price-card button {
    /* background-color: #E0E9F0; */
    background-color: #007FD2;
    padding: 0.4rem 2rem;
    border: none;
    color: white;
    border-radius: 4px;
    font-weight: 600;
}

    .price-card button:hover {
        /* background-color: #474242; */
        /* color: white; */
        transform: scale(1.05);
    }

.price-card h1 {
    font-weight: 700;
    padding: 4px 0;
}




.footer-name {
    text-decoration: none;
    color: rgb(148, 146, 146) !important;
}

.fa-heart {
    color: #fe445a ;
}