* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --orange: #f6811b;
}

body,
html {
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", serif;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
}

a {
  outline: none;
  text-decoration: none !important;
  color: #000;
}

p {
  font-size: 15px;
}

ul,
li {
  list-style: none;
  padding: 0 !important;
}

.menu-open {
  overflow: hidden;
}

.nav-item .drop-list li {
  padding: 8px;
}

/* header section start */
.header-section {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
}

/* top heading */

.top-header {
  padding: 1% 0;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.mob-logo-2 {
  width: 240px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.web-logo {
  display: block;
}

.info-list {
  display: inline-grid;
  text-align: right;
}

.info-list a {
  color: #101010;
}

.applies-btn {
  display: flex;
  align-items: center;
}

.info-list ul li {
  display: inline-flex;
  margin-left: 2rem;
  align-items: center;
}

.info-list img {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.list-btn .btn {
  background-color: #f6811b;
  outline: none;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}

.list-btn .btn:hover {
  background-color: #f6811b;
  border: unset;
}

.select-form {
  border: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #252624 !important;
  cursor: pointer;
}

.select-form:focus {
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}

/* nav bar  */
.header {
  background: #fff;
}

.header .navbar {
  display: flex;
  align-items: center;
  padding-top: 25px;

  @media (width < 768px) {
    padding-top: 10px;
  }
}

.hamburger {
  display: none;

  @media (width < 768px) {
    display: block;
  }
}

.hamburger-btn {
  background: transparent;
  border: none;
}

.nav-menu-mobile {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-image: linear-gradient(
    -90deg,
    #b7dcf0 14%,
    #a4e3f3 48%,
    #a3f0d4 86%
  );
  padding: 10px 12px;
  z-index: 13;
  top: 0;
  right: -100%;
  transition: all 300ms ease-in-out;
  opacity: 0;

  &.show {
    right: 0;
    opacity: 1;
  }

  @media (width > 768px) {
    display: none;
  }

  & .mob-logo-2 {
    width: 240px;
  }

  & .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  & .close-btn {
    background-color: transparent;
    border: none;
  }

  & .mobile-link-lists {
    display: grid;
    gap: 2rem;
    text-transform: capitalize;
    margin-top: 2rem;

    & a {
      font-size: 18px;
      color: #177894;
    }
  }

  & .mobile-social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: auto;
    height: 90%;

    .social-btn {
      background: transparent;
      border: none;
    }

    img {
      width: 30px;
      height: 30px;
    }
  }
}

.header-list {
  display: flex;
  align-items: center;
  margin-right: 10rem;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-item {
  margin-right: 16px;
}

.nav-item .btn.show {
  border: none;
}

.hero-buttons {
  margin-top: 4rem;
}

.header-section .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #252624;
  cursor: pointer;
}

.header-section .nav-link:hover {
  color: #000;
}

.nav-list {
  position: relative;
}

.dropdown-menu {
  width: 100%;
  top: 55px;
  left: 0;
}

.head-drop-lable {
  font-size: 20px;
}

.offer-sec,
.product-sec {
  margin: 30px 0;
}

.bannr-sec {
  margin-top: 9rem;
}

.banner-cont {
  min-height: 50dvh;
  padding-bottom: 1rem;
}

.credit-image {
  display: flex;
  justify-content: center;
  height: 470px;
}

/* .credit-h h1 {
  line-height: 80px;
  font-size: 3rem;
  font-weight: 300;
} */
.credit-h p {
  font-size: 22px;
  width: 100%;
  font-weight: 200;
}

.credit-h h1 span {
  display: inline-flex;
  align-items: center;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  padding: 0.2rem 0.9rem;
  color: #000;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 1em;

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%);
  }
}

.main-counter {
  background: linear-gradient(280deg, #b7dcf0 14%, #a4e3f3 48%, #a3f0d4 86%);
  padding: 40px 0;
  margin-bottom: 4rem;
  text-align: center;

  @media (width < 768px) {
    margin-bottom: 2rem;
  }
}

.main-counter .count-name {
  font-size: 25px;
}

.main-counter .count {
  font-size: 32px;
  color: #0088d1;
}

.registration-cont {
  width: 100ch;
}

.registration-cont h2 {
  font-size: 48px;
  line-height: 70px;

  @media (width < 768px) {
    font-size: 20px;
    line-height: 25px;
  }
}

.error-message {
  font-size: 12px;
  color: #dc3545;
  display: block;
}

.model-form-input-wrapper.has-error,
.model-form-select-wrapper.has-error {
  border-color: #dc3545;
}

.model-form-checkbox-wrapper.has-error span {
  color: #dc3545;
}

.registration-cont p {
  font-size: 20px;

  @media (width < 768px) {
    font-size: 13px !important;
    line-height: 0px !important;
  }
}

/* resitration card sec */

.register-flex-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;

  @media (width < 768px) {
    flex-direction: column;
    gap: 20px;
  }
}

.register-cont .card-cont {
  padding: 0;
  padding-left: 111px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;

  @media (width < 768px) {
    gap: 0;
    padding: 1rem;
    padding-left: 80px;
  }
}

.register-cont .card {
  position: relative;
  background-color: #fff;
  max-width: 800px;
}

.register-cont .circle-img {
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 2rem;

  @media (width < 768px) {
    top: 0px;
    left: 10px;
    transform: translateY(-50%);
  }
}

.register-cont .circle-img img {
  width: 50px;
  height: 50px;
}

.register-cards {
  display: grid;
  gap: 40px;

  @media (width < 768px) {
    gap: 20px;
  }
}

.explore-card-cont {
  background: #ffffff;
  width: 600px;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 0px 10px 0px rgb(234, 233, 233);

  @media (width < 768px) {
    width: 100%;
  }
}

.explore-card-cont .card-title {
  font-size: 32px;
  font-weight: 300;
  margin: 0;

  @media (width < 768px) {
    font-size: 18px;
  }
}

.explore-card-cont .card-text {
  font-size: 16px;
  font-weight: 200;
  margin: 0;

  @media (width < 768px) {
    font-size: 16px;
  }
}

.phn-cont {
  background: #ffffff;
  width: 455px;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 0px 10px 0px rgb(234, 233, 233);
}

.phn-img {
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.phn-img img {
  width: 100%;
}

.register-cont {
  margin-bottom: 4rem;

  @media (width < 768px) {
    margin-bottom: 2rem;
  }
}

/* <!-- Start Happy Customers --> */

.customers-blog {
  background: linear-gradient(90deg, #39e3a5 0%, #0088d1 100%);
  position: relative;
  padding-top: 1rem;
}

.customers-head {
  padding: 30px 0;
}

.customers-head h2 {
  color: #fff;
  font-size: 3rem;

  @media (width < 768px) {
    font-size: 20px;
  }
}

.head-para p {
  line-height: 40px;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  width: 90ch;

  @media (width < 768px) {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }

  &.short-para {
    width: 55ch;

    @media (width < 768px) {
      width: 100%;
    }
  }

  &.black-text {
    color: #000;
  }
}

.blog-and-articles {
  width: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  display: flex;
}

.cust-card-cont {
  padding: 20px 0 !important;
}

.cust-card-cont h5 {
  color: #fff;
}

.cust-card-cont p {
  color: #fff;
  opacity: 0.75;
}

.blog-and-articles .card {
  background: none;
  width: 250px;
  border: unset;
}

.card-img-top {
  border-radius: 20px !important;
}

/* blog section */

.blogs {
  background: none !important;
  margin-bottom: 1rem;
}

.blogs h2 {
  color: #000;
}

.blog .slider-item {
  margin-left: 2rem;
}

.slider-item .card-text {
  text-align: justify;
}

.blog .card {
  width: 100%;
  box-shadow: 2px 0px 10px 0px rgb(234, 233, 233);
  border: 1px solid rgb(234, 233, 233) !important;
  border-radius: 20px;
  position: relative;
  /* vertical line in limegreen */

  &:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 3px;
    height: 100px;
    background: #39e3a5;
  }

  &:after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 3px;
    height: 100px;
    background: #39e3a5;
  }
}

.blog .card-top-img {
  height: 240px;
  width: 360px;
}

/* getting start */
.get-started {
  background: linear-gradient(90deg, #39e3a5 0%, #0088d1 100%);
  border-radius: 15px;
}

.get-con {
  padding: 2rem 7rem;
  margin-top: 4rem;

  @media (width < 768px) {
    padding: 2rem 1rem;
    margin-top: 0;
  }
}

.get-con h2 {
  font-size: 3rem;
  color: #fff;
}

.get-con p {
  font-size: 1.5rem;
  font-weight: 200;
  color: #fff;

  @media (width < 768px) {
    font-size: 17px;
  }
}

.start-sec {
  padding: 50px 0;

  @media (width < 768px) {
    padding: 0;
  }
}

.start-sec .btns {
  display: flex;
  gap: 3rem;

  @media (width < 768px) {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.get-con .btns {
  margin-top: 2rem;
}

.credit-images {
  margin: 3rem 0;

  @media (width < 768px) {
    margin: 0;
    height: 250px;
  }
}

.credit-images img {
  transform: translateX(-150px);

  @media (width < 768px) {
    scale: 0.6;
    transform: translate(120px, -470px);
  }
}

/* Contact Section Start */

.contact-header {
  margin-bottom: 50px;
  display: grid;
  justify-content: center;
  text-align: center;

  @media (width < 768px) {
    margin-block: 30px;
  }

  h2 {
    font-size: 40px;
    font-weight: 600;
    color: #177894;
    text-transform: capitalize;

    @media (width < 768px) {
      font-size: 24px;
      font-weight: 700;
    }
  }

  p {
    font-size: 18px;
    color: #717171;

    @media (width < 768px) {
      font-size: 14px;
    }
  }
}

.contact-form-wrapper {
  background: #fff;
  border-radius: 5px;
  min-height: 600px;
  box-shadow: 0 0 10px 0 rgb(234, 233, 233);
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 2rem;

  @media (width < 768px) {
    grid-template-columns: 1fr;
  }
}

.contact-address {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #39e3a5 0%, #0088d1 100%);
  border-radius: 5px;
  padding: 2rem;
  display: grid;
  align-content: space-between;

  .address-header {
    @media (width < 768px) {
      text-align: center;
    }

    h3 {
      color: #fff;
      font-size: 28px;
      font-weight: 600;
      text-transform: capitalize;

      @media (width < 768px) {
        font-size: 20px;
      }
    }

    p {
      color: #177894;
      font-size: 18px;

      @media (width < 768px) {
        font-size: 14px;
      }
    }
  }
}

.address-list {
  display: grid;
  gap: 2.5rem;

  li {
    display: flex;
    gap: 2rem;
    color: #fff;
    font-size: 16px;

    @media (width < 768px) {
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      text-align: center;
    }
  }
}

.contact-socials {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

/* Center icons on smaller screens */
@media (max-width: 768px) {
  .contact-socials {
    justify-content: center;
  }
}

.contact-socials .social-btn {
  background: transparent;
  border: none;
}

.contact-socials img {
  width: 150px;
  height: 50px;
}


.contact-form {
  padding: 2rem;

  @media (width < 768px) {
    padding: 1rem;
  }

  .contact-inputs {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;

    @media (width < 768px) {
      margin-bottom: 2rem;
      grid-template-columns: 1fr;
    }
  }

  .contact-input-wrapper {
    display: grid;

    label {
      font-size: 12px;
      font-weight: 600;
      text-transform: capitalize;
      color: #999;
    }

    input {
      padding: 5px;
      border: none;
      border-bottom: 2px solid #999;
      width: 100%;
      outline: none;
      font-size: 14px;
    }

    input:focus {
      border-color: #000;
    }
  }

  .contact-radios {
    margin-bottom: 3rem;

    @media (width < 768px) {
      margin-bottom: 2rem;
    }

    .contact-radios-label {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 14px;
      text-transform: capitalize;
    }
  }

  .contact-radio-wrapper {
    display: flex;
    gap: 1rem;

    @media (width < 768px) {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .contact-radio {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    label {
      font-size: 12px;
      text-transform: capitalize;
    }
  }

  .contact-textarea {
    display: grid;
    margin-bottom: 3rem;

    @media (width < 768px) {
      margin-bottom: 2rem;
    }

    label {
      font-size: 14px;
      font-weight: 600;
      text-transform: capitalize;
    }

    textarea {
      padding: 5px;
      border: none;
      border-bottom: 2px solid;
      width: 100%;
      outline: none;
      font-size: 14px;
    }
  }

  .contact-btn {
    display: flex;
    justify-content: flex-end;

    @media (width < 768px) {
      display: block;
    }

    button {
      background-image: linear-gradient(
        -45deg,
        #b7dcf0 14%,
        #a4e3f3 48%,
        #a3f0d4 86%
      );
      position: relative;
      padding: 15px 40px;
      color: white;
      transition: all 0.5s ease;
      border: none;
      outline: none;
      overflow: hidden;
      border-radius: 500px;
      display: flex;
      align-items: center;
      gap: 10px;
      isolation: isolate;
      cursor: pointer;
      font-size: 16px;
      text-transform: capitalize;

      @media (width < 768px) {
        width: 100%;
        padding: 10px;
        justify-content: center;
      }

      svg {
        z-index: 11;
      }

      span {
        z-index: 11;
      }
    }

    button:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      transition: 0.5s ease;
      z-index: 10;
      border-radius: 25px;
    }

    button:hover {
      cursor: pointer;
      border-color: none;
      color: black;
    }

    button:hover:before {
      width: 0;
    }

    /* Click Effect */
    button:active {
      transform: scale(0.9);
      transition: transform 0.1s ease;
    }
  }
}

/* Contact Section End */

/* ---- Start Footer Section ----- */

.new-footer {
  background-image: linear-gradient(
    -45deg,
    #b7dcf0 14%,
    #a4e3f3 48%,
    #a3f0d4 86%
  );
  padding: 2rem;
  margin-top: 2rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 240px;

  @media (width < 768px) {
    width: 100%;
  }
}

.footer-line {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%);
  margin: 1rem 0;
}

.footer-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
  gap: 1rem;

  @media (width < 1200px) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  @media (width < 992px) {
    grid-template-columns: 1fr 1fr;
  }
  @media (width < 526px) {
    grid-template-columns: 1fr;
  }
}

.footer-list {
  display: grid;
  gap: 3px;

  & .heading {
    font-size: 21px;
    font-weight: 500;
  }

  & li,
  & a {
    font-size: 17px;
    color: #177894;
    font-weight: 300;
  }
}

.footer-lists .card {
  background: linear-gradient(90deg, #39e3a5 0%, #0088d1 100%);
  border: unset;
  max-width: 500px;
}

.footer-lists .card h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-lists .card button {
  color: #fff;
  background: #177894;
}

.footer-lists .card input {
  color: #fff;
  background: #a4e3f3;
  border: unset;
}

.footer-lists .card p {
  color: #fff;
  opacity: 0.5;
}
.adrr-col {
  gap: 7rem;
}

p,
h3,
li {
  color: black;
}

.otp-input {
  margin: 9px !important;
  height: 60px !important;
  padding-left: 23px !important;
  margin-left: 16px !important;
}

/* model start */
.modal-content {
  min-height: 650px;
  padding: 2rem;
  background-image: linear-gradient(-45deg, #39e3a510 0%, #0088d110 100%);
  position: relative;
}

.model-close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}

.model-form {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;

  .model-form-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;

    input {
      background: transparent;
      border: none;
      outline: none;
      width: 100%;
    }
  }

  .model-form-select-wrapper {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: hidden;

    select {
      width: 100%;
      padding: 10px 10px;
      border: none;
      outline: none;
    }
  }

  .model-form-checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;

    a {
      color: blue;
      text-decoration: underline !important;
    }
  }
}

.model-form-button-wrapper {
  button {
    text-transform: capitalize;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    font-weight: bolder;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-image: linear-gradient(45deg, #39e3a560 0%, #0088d160 100%);
  }
}
/* model end */

.interactive-button {
  background-image: linear-gradient(
    -45deg,
    #b7dcf0 14%,
    #a4e3f3 48%,
    #a3f0d4 86%
  );
  position: relative;
  padding: 10px 18px;
  color: white;
  transition: all 0.5s ease;
  border: none;
  font-size: 16px;
  outline: none;
  overflow: hidden;
  border-radius: 500px;
  display: flex;
  align-items: center;
  gap: 10px;
  isolation: isolate;

  svg {
    z-index: 11;
  }

  span {
    z-index: 11;
  }
}

.interactive-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: 0.5s ease;
  z-index: 10;
  border-radius: 25px;
}

.interactive-button:hover {
  cursor: pointer;
  border-color: none;
  color: black;
}

.interactive-button:hover:before {
  width: 0;
}

/* Click Effect */
.interactive-button:active {
  transform: scale(0.9);
  transition: transform 0.1s ease;
}

.interactive-button-gradient {
  background-image: linear-gradient(
    -45deg,
    #b7dcf0 14%,
    #a4e3f3 48%,
    #a3f0d4 86%
  );
  position: relative;
  padding: 10px 18px;
  color: black;
  transition: all 0.5s ease;
  border: 1px solid black;
  font-size: 16px;
  outline: none;
  overflow: hidden;
  border-radius: 500px;
  display: flex;
  align-items: center;
  gap: 10px;
  isolation: isolate;

  svg {
    z-index: 11;
  }

  span {
    z-index: 11;
  }
}

.interactive-button-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: 0.5s ease;
  z-index: 10;
  border-radius: 25px;
}

.interactive-button-gradient:hover {
  cursor: pointer;
  border-color: transparent;
  color: black;
}

.interactive-button-gradient:hover:before {
  width: 0;
}

/* Click Effect */
.interactive-button-gradient:active {
  transform: scale(0.9);
  transition: transform 0.1s ease;
}
