* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Outfit", Sans-serif;
}

p {
  margin-bottom: 0px !important;
}

.elementor-container {
  max-width: 1050px;

  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.session_btn {
  background-color: #2caa66;
  margin: 0px 0px 0px 0px;
  padding: 20px 27px 20px 26px;
  border-radius: 0px 0px 16px 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 600px;
}

.elemt_box {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  color: #071e23;
  margin: 10px 0px;
}

.elemt_desc {
  text-align: center;
  color: #000000;
  font-family: "Outfit", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0px;
}

.webinar_fig {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensures it takes full width */
}

.webinar_fig img {
  width: 50%;
}

.webinar_btn {
  padding: 20px 20px 20px 20px;
  background: #071e23;
  border-radius: 16px 16px 16px 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers content horizontally */
  text-align: center;
}

.web_time {
  background-color: #ffffff0d;
  margin: 0px 08px 16px 0px;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff1a;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 400px;
}

.icon_bg {
  background-color: #008b7e;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_bg i {
  color: #fff;
  font-size: 20px;
}

.yellow_btn {
  background-color: #ffd702;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  fill: #000000;
  color: #000000;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.19);
  padding: 10px 50px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.elementor-heading-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 20px 0px;
}

.elementor-heading-title-white {
  font-family: "Outfit", Sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
}

.date {
  color: #2caa66;
}

.web_overview {
  position: relative;
  background-color: #071e23;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 0px;

  padding: 60px 0px 60px 0px;
  text-align: center;
}

.spec_list {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 8px 16px;
  --e-column-margin-right: 8px;
  --e-column-margin-left: 0px;
  padding: 13px 15px 13px 15px;
  color: #fff;
  border: 0.5px solid #ffffff17;
}

.spec_lists {
  margin: 20px 0px;
}

.fixed_bott_btn {
  background-color: #071e23;
  border-radius: 16px 16px 0px 0px;
  position: sticky;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 555;
  transition: all ease-in-out 0.5s !important;
  color: #fff;
  border-style: solid;
  border-width: 03px 0px 0px 0px;
  border-color: #2caa66;
}

.elementor-heading {
  font-family: "Outfit", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #2caa66;
}

.faq_section {
  margin-bottom: 100px;
}

.footer_bottom {
  background-color: #090122;
  padding: 20px;
  color: #fff;
}

.footer_bot_content a {
  color: #fff;
  text-decoration: none;
}

.footer_bot_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.modal-dialog {
  display: flex;
  align-items: center;
  height: 90%;
}

.web_card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  margin: 20px 0px;
}

.web_card p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center;
}

.bussiness_card {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #000;
  margin: 20px 0px;
}

.bussi_top {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.web_card:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media (max-width: 767px) {
  .elementor-container {
    width: 100%;
  }

  .session_btn {
    margin: 0px 0px 0px 0px;
    padding: 08px 14px 09px 14px;
    font-size: 12px;
  }

  .elemt_box {
    font-size: 20px;
  }

  .elemt_desc {
    font-size: 14px;
  }

  .web_time {
    flex-direction: column;
  }

  .yellow_btn {
    font-size: 5vw;
    padding: 3vw 8vw;
  }

  .elementor-heading-title {
    font-size: 16px;
    text-align: center;
  }

  .elementor-heading-title-white {
    font-size: 20px;
  }

  .elementor-heading {
    font-size: 14px;
  }

  .fixed_bott_btn {
    padding: 10px;
  }

  .webinar_btn {
    margin-bottom: 10px;
  }

  ul {
    padding-left: 0px !important;
  }
}
.zb-btone-service.pos-rel {
  display: none !important;
}
