/*!
Theme Name: DC Theme
Description: Theme for DC Sites
Author: DOJO Creative
Author URI: https://letsgodojo.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: dctheme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Add your custom styles here */
:root {
  --e-global-color-primary: #010A17;
  --e-global-color-secondary: #015699;
  --e-global-color-text: #FFFFFF;
  --e-global-color-accent: #D3B34E;
  --e-global-color-d08605a: #AB8E32;
  --e-global-color-17264f4: #003E6E;
}

table {
  font-size: 1em;
}

main#content {
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 20px;
  --padding-right: 20px;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}
@media (max-width: 1366px) {
  main#content {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
}

.elementor-page main#content {
  padding-top: 0;
  padding-bottom: 0;
}

.e-con.p-con-def {
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 20px;
  --padding-right: 20px;
  background: #FFF;
}
@media (max-width: 1366px) {
  .e-con.p-con-def {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
}
.e-con.p-con-def + .e-con.p-con-def {
  --padding-top:0;
}
.e-con.p-con-hero {
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 20px;
  --padding-right: 20px;
}
@media (max-width: 1366px) {
  .e-con.p-con-hero {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
}
.e-con.p-con-hero + .e-con.p-con-hero {
  --padding-top:0;
}
.e-con.p-con-notch-right {
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 20px;
  --padding-right: 20px;
}
@media (max-width: 1366px) {
  .e-con.p-con-notch-right {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
}
.e-con.p-con-notch-right + .e-con.p-con-notch-right {
  --padding-top:0;
}
.e-con.p-con-notch-left {
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 20px;
  --padding-right: 20px;
  background-color: #F5F4F1;
}
@media (max-width: 1366px) {
  .e-con.p-con-notch-left {
    --padding-top: 50px;
    --padding-bottom: 50px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
}
.e-con.p-con-notch-left + .e-con.p-con-notch-left {
  --padding-top:0;
}

#legal {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
}
#legal a {
  color: rgba(255, 255, 255, 0.3);
}
#legal svg .d-d {
  fill: rgba(255, 255, 255, 0.3);
}
#legal svg .d-j {
  fill: rgba(255, 255, 255, 0.3);
}

/*** Header Styles ***/
.dj_header {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
}

.dj_header::before, .dj_header::after {
  content: "";
  width: 400px;
  height: 2px;
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}

.dj_header::before {
  top: 100%;
  left: 150px;
}

.dj_header::after {
  top: 100%;
  right: 150px;
}

/*** Global Styles ***/
.p-con-hero :is(h1, h2, h3, h4, h5, h6) {
  color: var(--e-global-color-28528c6, inherit);
}

.p-con-hero {
  clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}

.p-con-notch-right {
  clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
}

.p-con-notch-left {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor-widget-text-editor p strong {
  font-weight: 700;
}

.dj_service_card {
  transition: transform 0.3s ease;
}

.dj_service_card:hover {
  transform: scale(0.98) translateY(-5px);
}

/*** Blog Styles ***/
.dj_blog_loop .page-numbers:not(.prev, .next) {
  padding: 10px 15px;
}

.dj_blog_loop .page-numbers:hover:not(.prev, .next), .dj_blog_loop .page-numbers.current {
  background-color: var(--e-global-color-accent);
  color: #fff !important;
}

.gform_body .gform_fields {
  row-gap: 20px;
}

/* Required Text Styles  */
.gform_body .gfield_required .gfield_required_text {
  display: none !important;
}

.gfield_required_asterisk {
  font-size: 18px;
}

.gform-field-label.gform-field-label--type-sub, .gfield_description {
  display: none !important;
}

.gform_heading {
  display: none;
}

.gfield--input-type-datepicker .ginput_container_date input {
  width: 100%;
}

/* Text, Label Styles */
.gform_wrapper .gfield_label, .gform_wrapper input {
  font-family: "Poppins", Sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  color: var(--e-global-color-text) !important;
}

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  border: 1px solid #C9C9C9 !important;
  border-radius: 3px !important;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05) inset, 4px 4px 4px 0 rgba(0, 0, 0, 0.05) inset !important;
}

/* Submit Button  */
.gform_wrapper input[type=button], .gform_wrapper input[type=submit] {
  background-color: var(--e-global-color-b337e45) !important;
  color: var(--e-global-color-accent) !important;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-accent-font-size) !important;
  font-weight: var(--e-global-typography-accent-font-weight) !important;
  text-transform: uppercase !important;
  border: 2px solid var(--e-global-color-accent) !important;
  padding: 15px 50px !important;
  box-shadow: none !important;
}

.gform_wrapper input[type=button]:hover, .gform_wrapper input[type=submit]:hover {
  color: #fff !important;
  background-color: var(--e-global-color-accent) !important;
  color: var(--e-global-color-28528c6) !important;
  border-color: var(--e-global-color-28528c6) !important;
}