/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
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 */

.site-header {
  padding-block: 30px;
  padding-inline: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  @media screen and (max-width: 767px) {
    padding-block: 10px;
  }
  .header-inner {
    padding: 0;
  }
  .site-navigation-toggle-holder .site-navigation-toggle {
    color: var(--e-global-color-accent);
  }
}

.site-header .site-navigation .menu li.btn a {
  padding: 7px 25px;
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  font-family: "Cardo", Sans-serif;
  font-weight: 700;
  margin-left: 18px;
  letter-spacing: 0.28px;
  &:hover {
    background-color: transparent;
    color: #ffffff;
  }
}
.site-header .site-navigation .menu li:not(.btn) a:hover {
  color: var(--e-global-color-accent);
}

.site-navigation-toggle-holder {
  padding-inline-end: 0;
}

.hero-content {
  p {
    margin: 0;
  }
}

.elementor-button-icon svg path {
  fill: currentColor;
}

.about-section {
  .image-holder .elementor-widget-container {
    position: relative;
    z-index: 1;
    display: inline-block;
    &:after {
      content: "";
      border: 9px solid var(--e-global-color-accent);
      position: absolute;
      width: 92.4%;
      height: 105%;
      left: 14%;
      top: 4.7%;
      z-index: -1;
    }
  }
}

.hide {
  display: none !important;
}

.title-with-underline .elementor-heading-title {
  position: relative;
  margin-bottom: 30px;
  &:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 45px;
    height: 3px;
    background-color: var(--e-global-color-accent);
  }
}
.title-with-underline.center .elementor-heading-title {
  &:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* Customization of audio media  */
.mejs__container,
.mejs-container {
  background: #fff !important; /* White background */
  border: none !important;
}

.mejs__controls,
.mejs-controls {
  background: #fff !important; /* White controls background */
  color: #2b2b2b !important; /* Dark text/icons */
}

.mejs__button,
.mejs-button {
  color: #2b2b2b !important; /* Make icons dark */
  fill: #2b2b2b !important;
}

.mejs__time-current,
.mejs-time-current {
  background: #868686 !important; /* Dark progress bar */
  border-radius: 5px !important;
  height: 5px !important;
}

.mejs__time-total,
.mejs-time-total {
  background: #000 !important; /* Light gray background bar */
  border-radius: 5px !important;
  height: 5px !important;
  margin-top: 8px !important;
}

.mejs__volume-current,
.mejs-volume-current {
  background: #ccc !important; /* Dark volume bar */
}

.mejs__volume-total,
.mejs-volume-total {
  background: #2b2b2b !important; /* Light gray volume background */
}

.mejs__time,
.mejs-time {
  color: #2b2b2b !important; /* Dark time text */
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #2b2b2b !important;
  border-radius: 5px !important;
  height: 5px !important;
}

.mejs-button > button {
  filter: invert(0.8) !important;
  &:focus,
  &:hover {
    background-color: transparent !important;
  }
}
.mejs-horizontal-volume-total {
  top: 18px !important;
}

.custom-form input:not(input[type="submit"]) {
  background-position: 13px 14px;
}

.custom-form input[name="your-name"] {
  background: url("images/user.svg");
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 18px;
}

.custom-form input[name="your-email"] {
  background: url("images/mail.svg");
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 18px;
}

.custom-form input[name="phone-number"] {
  background: url("images/phone.svg");
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 18px;
}

.custom-form textarea {
  background: url("images/edit.svg");
  background-repeat: no-repeat;
  background-position: 14px 15px;
  padding-left: 35px;
  background-size: 18px;
}

/*Codes From customizer*/
.elementor-menu-anchor {
  scroll-margin-top: 186px;
  @media screen and (max-width: 767px) {
    scroll-margin-top: 80px;
  }
}

.cs-icon-cnt-list .elementor-icon-box-description a {
  transition: ease 0.28s;
}
.cs-icon-cnt-list .elementor-icon-box-description a:not(:hover) {
  color: inherit;
}

/* ====================
# Custom Form
====================== */
.custom-form form .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 11px 6px;
}
.custom-form form .row .cf7-field-wrap {
  flex: 0 0 100%;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .custom-form form .row .cf7-field-wrap:nth-child(1),
  .custom-form form .row .cf7-field-wrap:nth-child(2) {
    flex: 0 0 calc(50% - 3px);
  }
}
.custom-form form .row .cf7-field-wrap input:not(input[type="submit"]) {
  height: 49px;
}
.custom-form form .row .cf7-field-wrap p {
  margin: 0;
}
.custom-form form .row .cf7-field-wrap input,
.custom-form form .row .cf7-field-wrap textarea {
  padding: 17px 8px 17px 42px;
  border-radius: 0.75px;
  border: 0.75px solid #dce1e9;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.custom-form form .row .cf7-field-wrap input:focus,
.custom-form form .row .cf7-field-wrap textarea:focus {
  outline: none;
}
.custom-form form .row .cf7-field-wrap textarea {
  padding-top: 9px;
  height: 165px;
  vertical-align: top;
}
.custom-form form .submit-wrap {
  width: 100%;
  margin-top: 9px;
}
.custom-form form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 17px 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.custom-form form input[type="submit"]:hover,
.custom-form form input[type="submit"]:focus {
  border-color: var(--e-global-color-secondary);
}

.custom-form form .submit-wrap {
  position: relative;
}

.custom-form form .submit-wrap p {
  margin: 0;
}
.custom-form form .submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 13px;
  left: 0;
  margin-left: 11px;
  background-color: #998a64;
}

.custom-form input[type="tel"] {
  background-position: 13px 16px !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 8px;
}
.wpcf7-form .wpcf7-response-output {
  color: #fff;
  margin: 16px 0 0 !important;
  padding: 9px 16px 11px !important;
  font-size: 14px;
  text-align: center;
  border: 0 !important;
}
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
  background: #dc3232;
}
.wpcf7-form.spam .wpcf7-response-output {
  background: #f56e28;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.payment-required .wpcf7-response-output {
  background: #f56e28;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
}

/* ====================
# Footer
====================== */
.site-footer {
  padding-block: 71px;
}
@media screen and (max-width: 991px) {
  .site-footer {
    padding-block: 48px;
  }
}
.site-footer .footer-inner {
  padding-inline: 15px;
}
@media screen and (max-width: 1199px) {
  .site-footer .footer-inner {
    padding-inline: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-inner {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-inner .site-branding,
  .site-footer .footer-inner .site-navigation,
  .site-footer .footer-inner .copyright {
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
  }
}
.site-footer .footer-inner .site-branding a {
  display: inline-block;
}
.site-footer .footer-inner .site-branding img {
  vertical-align: top;
  width: 189px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-inner .site-branding img {
    margin-bottom: -14px;
  }
}
.site-footer .footer-inner .site-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  text-transform: capitalize;
}
@media screen and (max-width: 567px) {
  .site-footer .footer-inner .site-navigation .menu {
    flex-direction: column;
    gap: 16px;
  }
}
.site-footer .footer-inner .site-navigation a {
  padding: 0;
}

.site-footer .footer-inner .site-navigation a {
  transition: ease 0.28s;
}

.site-footer .footer-inner .site-navigation a:hover {
  color: var(--e-global-color-accent);
}

.site-footer .footer-inner .copyright,
.site-footer .footer-inner .menu {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
  justify-content: center;
  li.hide-on-footer {
    display: none !important;
  }
}

.error404 {
  main#content {
    padding: 80px 0;
  }
}
