/* 
Theme Name: Dynamic Business WP Theme
Theme URI: -
Description: -
Author: TARA Interactive
Author URI: https://tarainteractive.com
Template: hello-elementor
Version: 1.0.0
Text Domain: dynamic-business-community-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  /* Header */
  --header-background-color: #02010100;
  --header-text-color: #5c6680;
  --header-text-highlight-color: #4f80ff;
  --header-height: 93px;
  /* Main */
  --headings-primary-color: #000000;
  --text-primary-color: #000000;
  /* Footer */
  --footer-height: 145px;
  --footer-background-color: #343f5a;
  --footer-headings-color: #ffffff;
  --footer-text-color: #b3bcd3;

  --gray-bg: #f2f2f2;
  --btn-bg-color: #0e1848;
  --btn-bg-color-hover: #40455d;

  --page-max-width: min(100%, var(--container-max-width, 1280px));
}

body {
  min-height: 100vh;
}

main#content {
  min-height: calc(100vh - var(--footer-height) - var(--header-height));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-primary-color);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  /* font-size: ; */
}

h5 {
  /* font-size: ; */
}

h6 {
  /* font-size: ; */
}

p {
  color: var(--text-primary-color);
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

ul {
  color: var(--text-primary-color);
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

ul > li {
  padding: 2px 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", "Roboto", "Open Sans", sans-serif;
  color: #021022;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

ol,
ul,
p {
  font-family: "Inter", "Roboto", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

a {
  font-family: "Inter", "Roboto", "Open Sans", sans-serif;
}

p > a {
  color: #03ace0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-bottom: 0.9rem;
}

.e-con > .e-con-inner,
.e-con {
  max-width: var(--page-max-width);
}

ul.menu li.menu-item-441 {
  color: #fff;
}

header nav.site-navigation ul.menu {
  height: 100%;
  margin-bottom: 0;
  gap: 10px;
  > li {
    align-items: center;
  }
  > li > a {
    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: 600;
  }
  > li:hover > a {
    color: #555;
  }
  > li.menu-item-441 {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--btn-bg-color);
    transition: background-color 0.25s ease;
    > a {
      padding: 0;
      text-decoration: none;
      padding: 12px 16px;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.1px;
    }
    :hover {
      background-color: var(--btn-bg-color-hover);
    }
  }
  > li.menu-item-441 > a {
    color: #fff;
  }
}

#see-what-we-offer {
  z-index: 999;
  a.custom-btn {
    background-color: #42d2ff;
    color: black;
  }
  a.custom-btn:hover {
    background-color: white;
  }
}

div.eael-contact-form.eael-contact-form-7,
form.wpcf7-form > p {
  width: 100%;
}

.successful-registration {
  display: flex;
  flex-direction: column;
}

.successful-registration h2 {
  margin-bottom: 20px;
}

header nav.site-navigation-dropdown ul.menu {
  > li > a {
    text-decoration: none;
    color: black;
    font-size: 1rem;
    font-weight: 600;
  }
  > li {
    border-radius: 0;
    padding: 0;
  }
  > li:hover > a {
    background-color: #bbb;
  }
  > li.menu-item-441 > a {
    color: #fff;
    background-color: unset;
  }
  > li.menu-item-441:hover {
    background-color: var(--btn-bg-color-hover);
  }
}

ul.menu li.menu-item-441 a {
  color: #fff;
}

.resend-activation-email-form button,
.resend-activation-email-form [type="button"],
.resend-activation-email-form [type="submit"],
.eael-contact-form-7 [type="button"],
.eael-contact-form-7 [type="submit"],
.register-form [type="button"],
.register-form [type="submit"],
.register-form button,
a.custom-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: var(--btn-bg-color);
  transition: background-color 0.25s ease;
  cursor: pointer;
  color: #fff;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

.resend-activation-email-form button,
.resend-activation-email-form [type="button"],
.resend-activation-email-form [type="submit"],
.register-form [type="button"],
.register-form [type="submit"],
.register-form button:focus {
  border: 0;
  margin-top: 10px;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: var(--btn-bg-color-hover);
}

.eael-contact-form-7 [type="button"]:hover,
.eael-contact-form-7 [type="button"]:focus,
.eael-contact-form-7 [type="submit"]:focus,
.eael-contact-form-7 [type="submit"]:hover,
.resend-activation-email-form [type="button"]:focus,
.resend-activation-email-form [type="button"]:hover,
.resend-activation-email-form button:focus,
.register-form [type="submit"]:focus,
.register-form [type="submit"]:hover,
.register-form button:hover,
ul.menu li.menu-item-441,
a.custom-btn:hover {
  background-color: var(--btn-bg-color-hover);
}

.home-banner img:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50vw + 192px);
  width: 640px;
  height: 640px;
  background: radial-gradient(
    76.72% 76.72% at 46.83% 30.69%,
    rgba(21, 250, 250, 0.17) 0%,
    rgba(21, 30, 250, 0.17) 100%
  );
  filter: blur(82.5px);
  border-radius: 1280px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

ul.menu li.menu-item-441 {
  background-color: var(--btn-bg-color);
  color: white;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 4px;
}

.notifications {
  padding: 20px;
  display: none;
  width: 100%;
  text-align: center;
  background-color: white;
  justify-content: center;
  align-items: center;

  p {
    margin-bottom: 0;
    color: white;
    width: 100%;
  }

  i {
    cursor: pointer;
    position: relative;
    margin-left: 40px;
    margin-right: 10px;
    color: white;
  }

  i::before {
    font-size: 30px;
  }
}

.resend-activation-email-form > div,
.register-form > div {
  margin: 5px 0;
}

.resend-activation-email-form button,
.register-form button {
  margin-top: 10px;
  width: 100%;
}

.resend-activation-email-form input,
.resend-activation-email-form button,
.register-form input,
.register-form button {
  border-radius: 8px;
}

.eael-contact-form-7 input[type="text"],
.eael-contact-form-7 input[type="email"],
.eael-contact-form-7 input[type="number"],
.eael-contact-form-7 input[type="password"],
.eael-contact-form-7 input[type="search"],
.eael-contact-form-7 input[type="tel"],
.eael-contact-form-7 input[type="url"],
.eael-contact-form-7 textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1px;
  padding: 10px 18px;
  border: 2px solid #d6d6d6;
  width: 100%;
  border-radius: 8px;
}

input.form-error {
  border-color: red;
}

span.form-error {
  color: red;
}

header.page-header {
  display: none;
}

#footer_section ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 8px;
}

#footer_section ul li {
  display: flex;
  align-items: center;
}

header div.elementor-element.e-con.e-parent {
  margin: 0;
  padding: 0;
}

header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--header-height);
  border-bottom: 1px solid var(--gray-bg);
}

header img {
  max-height: 60px;
  height: auto;
  width: 100%;
}

#footer_section h2 {
  margin-bottom: 10px;
}

.side-header + main,
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}
es-list .partners img {
  border-radius: 0;
}

.partners {
  margin-bottom: 30px;
}

.partners p {
  font-weight: 300;
  text-align: center;
}

.partners .logo {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}

.partners .logo img {
  width: 150px;
  height: auto;
}

.modules-list-content a.info-card-btn {
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-bg);
  background-color: #42d2ff;
  border-radius: 6px;
  padding: 8px 16px;
  width: fit-content;
  margin-top: 30px;
}

.modules-list-content a.info-card-btn:hover {
  background-color: white;
}

.modules-list-container .row {
  display: flex;
  row-gap: 30px;
  margin: 40px 0;
}

.modules-list-container h2 {
  font-weight: 700;
  font-size: 37px;
  color: #000000;
  text-align: center;
}

.modules-list p::before {
  content: url(./assets/imgs/blue-checkmark.svg);
  color: #03ace0;
  margin: 0 5px 0 15px;
}

.modules-list {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  height: 100%;
}

.modules-list-icon {
  background-color: #0e1848;
  border-radius: 8px 8px 0 0;
  padding: 12px 27px;
}

.modules-list-icon img {
  height: 80px;
  width: auto;
}

.modules-list-content {
  padding: 15px 24px 20px;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 104px);
}

.modules-list-content h4 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px;
}

.modules-list-content p {
  display: flex;
  margin: 0;
}

.modules-list-content a.info-card-btn-text {
  margin-top: 30px;
  color: #03ace0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.modules-list-content a.info-card-btn-text:hover {
  color: #45d4ff;
}

.product-info-card-content a.info-card-btn:hover,
.product-banner-container a.product-banner-btn:hover {
  background-color: white;
}

.benefits-list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 80px;
}

.benefits-list-container .row {
  padding: 0 40px;
}

.benefits-list-container h2 {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  color: var(--headings-primary-color);
  margin-bottom: 40px;
}

.benefits-list-content {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.benefits-list-content img {
  width: 60px;
  height: 60px;
}

.benefits-list-text {
  color: var(--text-primary-color);
}

.benefits-list-text h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  color: var(--headings-primary-color);
}

.benefits-list-text ul,
.benefits-list-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary-color);
}

.call-to-action {
  max-width: var(--page-max-width);
  margin-bottom: -80px;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 95%;
}

.call-to-action p,
.call-to-action span,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5 {
  color: white;
}

div.elementor-element
  > div.elementor-widget-container
  > div.eael-creative-button-wrapper
  > a.eal-creative-button {
  background-color: var(--btn-bg-color);
  color: white;
}

footer {
  display: flex;
  align-items: center;
  height: var(--footer-height);
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: var(--gray-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 50px 0 50px;
  text-align: center;
  p {
    margin-bottom: 0;
  }
  a {
    color: black;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
}

footer div.elementor-element.e-con.e-parent {
  margin: 0;
  padding: 0;
}

.footer-widgets {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 60px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 250px;
}

.footer-col i {
  padding-top: 5px;
}

.footer-col h4 {
  color: var(--text-primary-color);
  font-weight: 900;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}

.footer-col span,
.footer-col a,
.footer-col p {
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-primary-color);
  margin: 0;
}

.footer-col a {
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding: 0 20px !important;
  margin-right: auto;
  margin-left: auto;
}

label {
  font-weight: 600;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

div.elementor-element.e-con.e-parent {
  margin: 0 auto 50px;
  padding: 0;
}

.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.image-video-section {
  display: flex;
  row-gap: 20px;
}

.image-video-section-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.va-top {
  align-items: flex-start;
  justify-content: flex-start;
}

.va-middle {
  align-items: center;
  justify-content: center;
}

.va-bottom {
  align-items: flex-end;
  justify-content: flex-end;
}

.image-video-section-img-container {
  display: flex;
  position: relative;
  top: 0;
}

.video-popup-overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 150, 150, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  transition: 0.3s;
}

.video-popup-overlay-play {
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 13px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.video-popup-overlay-play i {
  color: black;
  transition: 0.3s;
}

.video-popup-overlay p {
  margin-top: 10px;
  color: #021022;
  font-size: 18px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.6);
  width: fit-content;
  text-align: center;
  padding: 8px 16px;
  border-radius: 6px;
  margin-bottom: 0;
  transition: 0.3s;
}

.image-video-section
  .image-video-section-img-container
  img.video-popup-btn:hover {
  cursor: pointer;
}

.image-video-section
  .image-video-section-img-container:hover
  .video-popup-overlay {
  background-color: rgba(150, 150, 150, 0.7);
}

.image-video-section
  .image-video-section-img-container:hover
  .video-popup-overlay-play {
  background-color: rgba(255, 255, 255, 1);
}

.image-video-section
  .image-video-section-img-container:hover
  .video-popup-overlay-play
  i {
  color: #ec5c36;
}

.image-video-section
  .image-video-section-img-container:hover
  .video-popup-overlay
  p {
  color: #ec5c36;
  background-color: rgba(255, 255, 255, 1);
}

.technology-banner,
.product-banner {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  min-height: 400px;
  height: 100%;
  align-items: center;
  padding: 50px 0;
}

.technology-banner-container,
.product-banner-container {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.technology-banner-container h2,
.product-banner-container h2 {
  font-weight: 800;
  font-size: 48px;
  color: #ffffff;
}

.product-banner-container p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.product-info-card-content a.info-card-btn,
.technologies-card-content a.technologies-card-btn,
table tbody td a,
.product-banner-container a.product-banner-btn,
.page-not-found a {
  font-weight: 600;
  font-size: 18px;
  color: #021022;
  background-color: #42d2ff;
  border-radius: 6px;
  padding: 8px 16px;
  width: fit-content;
  margin-top: 30px;
}

.product-info-card-content a.info-card-btn:hover,
.technologies-card-content a.technologies-card-btn:hover,
.product-banner-container a.product-banner-btn:hover {
  background-color: white;
}

.product-info-card-icon img,
.technologies-icon img,
.app-example-card img,
.partners img,
.benefits-card-icon img,
.solutions-card img,
.elementor-image-carousel img,
.technology-characteristics-content img,
.product-benefits-content img,
.technology-step-icon img {
  border-radius: 0;
}

.solutions-call-to-action a:hover,
.product-benefits-call-to-action a:hover,
table tbody td a:hover,
.page-not-found a:hover {
  background-color: #021022;
  color: white;
}

.technology-characteristics,
.product-benefits {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0 80px;
}

.product-benefits-container .row {
  padding: 0 40px;
}

.technology-characteristics-container h2,
.product-benefits-container h2 {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

.technology-characteristics-content,
.product-benefits-content {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.technology-characteristics-content img,
.product-benefits-content img {
  width: 60px;
  height: 60px;
}

.technology-characteristics-text,
.product-benefits-text {
  color: #ffffff;
}

.technology-characteristics-text h4,
.product-benefits-text h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
}

.technology-characteristics-text ul,
.product-benefits-text ul,
.technology-characteristics-text p,
.product-benefits-text p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.solutions-call-to-action,
.product-benefits-call-to-action {
  margin: -40px 40px 0 40px;
  background: #03ace0;
  text-align: center;
  border-radius: 8px;
  padding: 20px 20px 40px;
}

.solutions-call-to-action h4,
.product-benefits-call-to-action h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.solutions-call-to-action a,
.product-benefits-call-to-action a {
  color: #091523d9;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #ffffff;
}

.main-banner {
  h1 {
    font-weight: 700;
  }
  h6 {
    font-weight: 500;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .row-reverse-md > .e-con-inner {
    display: flex;
    flex-direction: row-reverse;
  }

  div.column-reverse-md.e-con > .e-con-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 575px) {
  .container,
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }

  .benefits-list-container .row {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .container,
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }

  .site-footer.footer-full-width .footer-inner,
  .site-header.header-full-width .header-inner {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .container,
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .container,
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .container,
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }

  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: var(--page-max-width) !important;
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-benefits-container .row {
    padding: 0;
  }

  .solutions-call-to-action,
  .product-benefits-call-to-action {
    margin: -40px 0 0 0;
  }

  .technology-banner-container h2,
  .product-banner-container h2,
  .hero-banner-1 h2 {
    font-size: 38px;
  }
}

/* Spinner CSS */
#spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--btn-bg-color);
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
