/*
Theme Name: Nexum Innovations Child
Template: hello-elementor
Version: 1.0.0
*/

/*Fonts*/

/* ========================================
   42 Dotsans Font Family
======================================== */

@font-face {
    font-family: '42 Dotsans';
    src: url('assets/fonts/42dotsans-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '42 Dotsans';
    src: url('assets/fonts/42dotsans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '42 Dotsans';
    src: url('assets/fonts/42dotsans-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '42 Dotsans';
    src: url('assets/fonts/42dotsans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '42 Dotsans';
    src: url('assets/fonts/42dotsans-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body,p,span,a,li,button,input,textarea,select,.revenue_model .hfe-infocard-text,div{
    font-family: "Merriweather", Sans-serif !important;
}

.header_logo_title h2 span,
.footer_logo_title h2 span{
    font-family: "Merriweather", Sans-serif !important;
}

.newsletter-wrap input[type="email"] {
    width: 100%;
    height: 56px;
    border: 1.5px solid #2c5871;
    border-radius: 60px;
    background: #fff;
    padding: 0 105px 0 22px;
    font-size: 16px;
    color: #111;
    outline: none;
    box-sizing: border-box;
}

.newsletter-wrap input[type="submit"] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 82px;
    height: 48px;
    border: none;
    border-radius: 60px;
    background: #1f1f1f;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}

.home_second_section_grid p {
    min-height: 70px;
}

.the_solution_section .elementor-button-icon,
.button_icon_with_background .elementor-button-icon{
    background-color: #FFFFFF;
    --gradient-color-from2: #FFFFFF;
    width: 48px !important;
    height: 48px !important;
    border-radius: 30px 30px 30px 30px;
    margin-left: 15px;
    color: #000000;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.the_solution_section .elementor-button-icon svg,
.button_icon_with_background svg {
    fill: #000 !important;
}

.elementor-10 .elementor-element.elementor-element-5cc7420 .elementor-button .elementor-button-content-wrapper,
.elementor-10 .elementor-element.elementor-element-9080415 .elementor-button .elementor-button-content-wrapper{
    align-items: center;
}

.sticky-header{
    top:-120px !important;
    transition:all .4s ease;
}

.sticky-header.active{
    top:0 !important;
}

.home_banner_section{
    position: sticky;
    top: 0%;
}
.grecaptcha-badge{
    display: none;
}
/* 
.privacy-policy-content-section p,
.privacy-policy-content-section strong,
.privacy-policy-content-section li{
    margin-bottom: 17px !important;
    margin-top: 17px !important;
} */

.brink-privacy-list > li {
  margin-bottom: 40px; /* uniform spacing between sections */
}

.brink-privacy-list > li:last-child {
  margin-bottom: 0;
}

.brink-privacy-list h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
    font-family: "Merriweather";
}

.brink-privacy-list p {
  line-height: 1.7;
  margin: 0 0 12px 0;
}

.brink-privacy-list p:last-child {
  margin-bottom: 0;
}

/* Form CSS */
.nexum-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 40px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.nexum-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}

/* ---- Form Header ---- */
.nexum-form-header {
  text-align: left;
  margin-bottom: 25px;
}

.nexum-form-heading {
  /* font-size: clamp(32px, 5vw, 48px); */
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  margin: 12px 0 0;
  letter-spacing: -1px;
  font-family: "Merriweather" !important;
}

.nexum-form-subheading {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  letter-spacing: 0.5px;
}

/* ---- Form Rows ---- */
.nexum-form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.nexum-form-row:last-child {
  margin-bottom: 0;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #fff;
    font-size: 13px;
}

.intl-tel-input .selected-flag .iti-arrow{
    border-color: #fff transparent #fff;
}

/* ---- Field Widths ---- */
.nexum-field {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nexum-field.nexum-half {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

.nexum-field.nexum-full {
  flex: 0 0 100%;
  max-width: 100%;
}

/* ---- Inputs & Selects ---- */
.nexum-input, 
.nexum-select {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #ffffff1a;
    border: 1px solid rgb(17 17 17 / 31%) !important;
    border-radius: 12px !important;
    outline: none;
    transition: all 0.3s ease;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nexum-input::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

.nexum-input:focus,
.nexum-select:focus {
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.06);
}

/* ---- Select Dropdown Arrow ---- */
.nexum-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23111111' d='M6 7.4L.6 2 2 .6l4 4 4-4L11.4 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
  cursor: pointer;
  filter: brightness(0) saturate(102%) invert(100%) sepia(11%) saturate(7499%) hue-rotate(292deg) brightness(109%) contrast(101%);%); */
  fill: #111111;
}

.nexum-select option {
  color: #111111;
  padding: 10px;
}

/* ---- Submit Button ---- */
.nexum-submit-wrap {
  margin-top: 12px;
}

.nexum-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.35s ease;
  font-family: inherit;
  width: auto;
  min-width: 200px;
}

.nexum-submit:hover {
  background: #333333;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.15);
}

.nexum-submit:active {
  transform: translateY(0);
}

/* ---- Validation / Error States ---- */
.nexum-input.wpcf7-not-valid,
.nexum-select.wpcf7-not-valid {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.03);
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3545;
  margin-top: 6px;
  display: block;
}

.wpcf7-response-output {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid;
}

.wpcf7-form.sent .wpcf7-response-output {
  background: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
  background: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

/* ---- Spinner ---- */
.wpcf7-spinner {
  margin-left: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
}

.wpcf7-response-output {
    color: #fff;
    background: #00000061;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 767px) {
  .nexum-form-row {
    flex-direction: column;
    gap: 20px;
  }

  .nexum-field.nexum-half {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nexum-input,
  .nexum-select {
    height: 50px;
    font-size: 16px; /* Prevents iOS zoom on focus */
  }

  .nexum-submit {
    width: 100%;
    min-width: auto;
  }
}
/* Form CSS */
@media (max-width: 1024px) {
    .sticky-header .elementor-element.elementor-element-d970cf6 > div,
    .normal-header .elementor-element.elementor-element-ccb4dd7 > div {
        width: 50% !important;
        justify-content: space-between;
        display: flex;
    }
    .sticky-header .elementor-element.elementor-element-644fb33 img,
    .normal-header .elementor-element.elementor-element-ccb4dd7 img {
        width: 75px !important;
    }
    .hfe-nav-menu__toggle.elementor-clickable {
        margin: 0px !important;
        text-align: right;
    }
    .elementor-881 .elementor-element.elementor-element-83b8232 .menu-item a.hfe-menu-item, 
    .elementor-881 .elementor-element.elementor-element-83b8232 .sub-menu a.hfe-sub-menu-item,
    .elementor-881 .elementor-element.elementor-element-5779e43 .menu-item a.hfe-menu-item, 
    .elementor-881 .elementor-element.elementor-element-5779e43 .sub-menu a.hfe-sub-menu-item{
        color: #000 !important;
    }
    .elementor-element.elementor-element-83b8232.hfe-nav-menu__align-left.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu,
    .elementor-element.elementor-element-5779e43.elementor-widget-mobile__width-auto.hfe-nav-menu__align-left.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu{
        display: inline !important;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        top: 55px;
    }
}

@media (max-width: 767px) {
    .sticky-header .elementor-element.elementor-element-d970cf6 > div,
    .normal-header .elementor-element.elementor-element-ccb4dd7 > div {
        width: 50% !important;
        justify-content: space-between;
        display: flex;
    }
    .sticky-header .elementor-element.elementor-element-644fb33 img,
    .normal-header .elementor-element.elementor-element-ccb4dd7 img {
        width: 75px !important;
    }
    .hfe-nav-menu__toggle.elementor-clickable {
        margin: 0px !important;
        text-align: right;
    }
    .elementor-881 .elementor-element.elementor-element-83b8232 .menu-item a.hfe-menu-item, 
    .elementor-881 .elementor-element.elementor-element-83b8232 .sub-menu a.hfe-sub-menu-item,
    .elementor-881 .elementor-element.elementor-element-5779e43 .menu-item a.hfe-menu-item, 
    .elementor-881 .elementor-element.elementor-element-5779e43 .sub-menu a.hfe-sub-menu-item{
        color: #000 !important;
    }
    .elementor-element.elementor-element-83b8232.hfe-nav-menu__align-left.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu,
    .elementor-element.elementor-element-5779e43.elementor-widget-mobile__width-auto.hfe-nav-menu__align-left.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu{
        display: inline !important;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        top: 55px;
    }
}