@import url("dark.css");
.single-service-style3 {
  height: 100%;
}
/* FAQ */
#faqAccordion h2 {
  padding: 20px 15px;
  background-color: var(--thm-base);
}
#faqAccordion h2 a {
  border-radius: 5px;
  display: block;
  font-weight: bold;
  transition: background-color 0.3s;
  text-decoration: none;
}

#faqAccordion p {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#faqAccordion .mb-3 div {
  background-color: var(--thm-base);
}
/* Legal page */
.terms-content p {
  margin-top: 15px;
}
.terms-content ul {
  padding-top: 20px;
}
.terms-content ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding-bottom: 20px;
}
.terms-content ul li::marker {
  color: var(--thm-base);
  font-weight: bold;
}
/* Header */
.nav-outer .mobile-nav-toggler .inner {
  background: transparent;
}
@media only screen and (max-width: 1199px) {
  .mobile-nav-toggler .icon-bar {
    background: #fe8c73;
  }
}
.header-contact-info .title h3 a {
  font-size: 14px;
}
.header-contact-info .title h5 {
  margin-bottom: 0;
}
.header-two_left .logo,
.sticky-header .logo {
  width: 100%;
  max-width: 160px;
}
.service-deails-bottom-box .single-support-box {
  height: 100%;
}
/* Popup */
.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.4s ease;
}

.popup-content {
  background: #fff;
  padding: 50px;
  width: min(90vw, 600px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  animation: slideUp 0.5s ease;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease;
}

.popup-close:hover {
  color: #000;
}

.popup-icon {
  font-size: 60px;
  color: #fe8c73;
  margin-bottom: 20px;
}

#popup-message {
  font-size: 26px;
  color: #333;
  margin: 20px 0;
  line-height: 1.5;
}

.popup-button {
  margin-top: 20px;
  padding: 14px 32px;
  background-color: #fe8c73;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popup-button:hover {
  background-color: #fe8c73;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.about-style1_image-box .image-box .single-box .inner img {
  width: 100%;
  filter: none;
}
/* Background */
.section-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.video-gallery-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
}

.xoven-video-gallery-2 {
  z-index: 3;
}

.xoven-video-gallery-2 p {
  color: #000;
}
.xoven-video-gallery-2 .big-title h2 {
  -webkit-text-stroke: 2px #000;
}
.hero-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  object-fit: cover;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}
.breadcrumb-area .title h3 {
  color: #fff;
}
.skill-style2_image-box {
  filter: none;
}
.single-service-style3 .icon i {
  font-size: 50px;
  color: var(--thm-base);
}
.shape1,
.zoom-fade,
.shape {
  display: none;
}
.light-mode-container {
  position: fixed;
  bottom: 35px;
  left: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: flex;
  border-radius: 50px;
  z-index: 100;
  transition: all 400ms linear;
  color: #151515;
  justify-content: center;
  background-color: #1b293e;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.light-mode {
  background: transparent;
  border: none;
  cursor: pointer;
}

.light-mode svg {
  width: 30px;
  height: 30px;
  stroke: #000;
}

.light-mode svg {
  stroke: #fff;
  fill: transparent;
  filter: drop-shadow(0 0 7px yellow);
}
.backtotop-wrap.active-progress {
  display: none;
  opacity: 0;
}

.single-footer-widget .bottom-box ul li a {
  text-transform: capitalize;
}

.footer-widget-links1 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .breadcrumb-area .title h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-style1_form {
    padding: 55px 14px 5px 14px !important;
    padding-right: 14px !important;
  }
}
/* Efecte */
.single-service-style3 {
  position: relative;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  z-index: 0;
}

/* Lumina pe margini */
.single-service-style3 span {
  position: absolute;
  display: block;
}

.single-service-style3 span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #fe8c73);
  animation: border-top 2s linear infinite;
}

.single-service-style3 span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fe8c73);
  animation: border-right 2s linear infinite;
  animation-delay: 0.5s;
}

.single-service-style3 span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, #ff4f2c);
  animation: border-bottom 2s linear infinite;
  animation-delay: 1s;
}

.single-service-style3 span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ff4f2c);
  animation: border-left 2s linear infinite;
  animation-delay: 1.5s;
}

/* Keyframes */
@keyframes border-top {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

@keyframes border-right {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

@keyframes border-bottom {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

@keyframes border-left {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
/* Footer */
.single-footer-widget .title {
  margin-bottom: 20px;
}
.single-footer-widget p {
  font-family: var(--thm-oswald-font);
}
.copyright-text {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .single-footer-widget.pdtop60 {
    padding-top: 0px;
  }
}
.single-footer-widget .bottom-box {
  margin-top: 0 !important;
}

/* header */
.header-two .outer-box {
  background: rgb(243, 243, 244);
}
.main-menu .navigation > li > a,
.header-contact-info .title h5,
.header-contact-info .title h3 a {
  color: #000;
}

.dark .header-two .outer-box {
  background: #1f2026;
}
.dark .main-menu .navigation > li > a,
.dark .header-contact-info .title h5,
.dark .header-contact-info .title h3 a {
  color: #ffffff;
}
.mobile-menu .menu-box {
  background: rgb(243, 243, 244);
}
.mobile-menu .navigation li > a {
  color: #000;
}
.mobile-menu .close-btn {
  color: #000;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  color: #000;
}
.dark .mobile-menu .menu-box {
  background: #000;
}
.dark .mobile-menu .navigation li > a {
  color: #fff;
}
.dark .mobile-menu .close-btn {
  color: #fff;
}
.dark .mobile-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.footer-widget-links1 li a:hover {
  color: #000;
}
.service-deails-bottom-box .single-support-box:hover h4 {
  color: #fff;
}
.sticky-header {
  background-color: rgb(243, 243, 244);
}
