html {
  scroll-behavior: smooth;
}

.mobile-nav-backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media only screen and (max-width: 730px) {
  header.main-header nav {
    display: flex;
  }
  header.main-header nav ul {
    display: none !important;
  }
}

nav {
  display: flex;
  column-gap: 30px;
}
.mobile-nav {
  display: flex;
}
.mobile-nav .nav-hamburger {
  display: flex;
}
.homepage .section3 .container .items .item .thumb img {
  border-radius: 30px;
}

.homepage .section4 .container .items .item .thumb img {
  width: 100%;
}
.homepage .section1 .section1-wrapper .container {
  padding-bottom: 100px;
}

.about-page .section1 .section1-wrapper .illu {
  top: 20%;
  right: -6%;
}
.bg-orange {
  background-color: #ff7f06;
}
.bg-blue {
  background-color: #62b4bf;
}
.services-page .services-section3 .service-head::after {
  background-color: #62b4bf !important;
}
.services-page .services-section3 .service-head::after {
  background-color: #62b4bf !important;
}
.services-page .services-section .service-head::after {
  background-color: #ff7f06;
}
header.main-header.sticky {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.hero-video-bg {
  width: 100%;
}
.services-page .section1 .section1-wrapper .container .col1 img {
  border-radius: 30px;
}
/* CTA */

/* Flosting */

.floating {
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 19px);
  }
  to {
    transform: translate(0, -0px);
  }
}
/* Scroll down */
section#section10 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (max-width: 990px) {
  section#section10 {
    left: 45%;
  }
  .about-page .section1 .section1-wrapper {
    padding-bottom: 170px;
  }
}

.demo a {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.demo a:hover {
  opacity: 0.5;
}
#section10 a {
  padding-top: 60px;
  z-index: 9;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.homepage .section2 .col1,
.homepage .section2 .col2 {
  opacity: 0;
  transform: translateY(50px);
  transition: none; /* Important - lasă GSAP să controleze animația */
}
.section4 .item {
  will-change: transform, opacity, box-shadow;
  transform-style: preserve-3d;
  transition: box-shadow 0.3s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.section4 .items {
  position: relative;
  z-index: 2;
}
.cta-section {
  overflow: hidden;
  position: relative;
}

.cta-section .bg {
  will-change: transform, opacity;
  transform-origin: center;
}

.cta-section .col2 [class*="-content"] > * {
  will-change: transform, opacity;
}

.cta-section .btn-primary {
  display: inline-block;
  transition: all 0.3s ease;
  transform-origin: center;
  will-change: transform, box-shadow;
}

.about-page [class*="section"] {
  overflow: hidden;
  position: relative;
}

.about-page [class*="section"] .bg {
  will-change: transform;
  transform-origin: center;
}

.about-page [class*="section"] [class*="col"] > * {
  will-change: transform, opacity, clip-path;
}

.about-page .accent-color {
  display: inline-block;
}

.about-page .section4 .accent-color {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.about-page .section5 .item {
  will-change: transform, opacity, box-shadow;
  transition: box-shadow 0.3s ease;
}

.about-page .section5 .item h3 {
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #a8d0e6, #dbe7ee);
}

.about-page .section5 .row2 .item h3 {
  padding-bottom: 5px;
}

.services-section .service-head,
.services-section .item,
.services-section .service-foot,
.section3 {
  will-change: transform, opacity;
}

.services-section .col2 img,
.section3 img {
  transform-origin: center;
}

.services-section .item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-section .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-section h2,
.section3 h2 {
  display: inline-block;
  background-image: linear-gradient(
    transparent 60%,
    rgba(255, 165, 0, 0.3) 40%
  );
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}

.services-section .item:hover h2,
.section3:hover h2 {
  background-size: 100% 100%;
}

.contact-page .section1-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-page .bg1 img {
  will-change: transform, opacity;
  transform-origin: center;
}

.contact-page .col1,
.contact-page .col2 {
  will-change: transform, opacity;
}

.contact-page .form-group {
  will-change: transform, opacity;
  transition: transform 0.3s ease;
}

.contact-page .form-group:hover {
  transform: translateX(5px);
}

.contact-page .myButton {
  transform-origin: center;
  cursor: pointer;
}

.contact-page .section1 .section1-wrapper .bg1::before {
  z-index: 1;
}

.about-page .section4 .container .col2 {
  padding-left: 0;
}
.homepage .section4 .container .items .item {
  border-radius: 30px;
  border: 1px solid rgb(255 255 255 / 20%);
}
.homepage .section4 .container .items .item::before {
  border-radius: 30px;
  background-color: transparent;
}

/* Stiluri specifice pentru hero services */
.services-page .section1-wrapper {
  overflow: hidden;
  position: relative;
}

.services-page .col1 img {
  will-change: transform, opacity;
  transform-origin: right center;
}

.services-page .col2 h2,
.services-page .col2 p {
  will-change: transform, opacity;
}

.services-page .accent-color {
  display: inline-block;
  transition: color 0.5s ease;
}
.homepage .section4 {
  background-color: #032230;
}
.homepage .section4 .container .heading {
  color: #fff;
}
.homepage .section4 .container p,
.homepage .section4 .container .items .item .d-content strong {
  color: #fff;
}
.homepage .section4 .container .items .item:first-child::after {
  background-color: transparent;
}
.homepage .section4 .container .items .item:hover::before {
  background-color: #191515;
  opacity: 1;
}
.services-page .service-foot {
  position: relative;
  z-index: -1;
}

footer.main-footer .footer-logo img {
  max-width: 250px;
}
.about-page .section5 {
  background-color: #032230;
}

.about-page .section5 .item1 p,
.about-page .section5 .item1 h2 {
  color: #fff;
}
.about-page .section5 .container .row1 .items .item {
  background: #fff;
  border: 1px solidfff;
}
.cta-section .container .col1 .deco {
  right: -2px;
}
.cta-section .container {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.cta-section .container:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.about-page .section5 .container .bg {
  display: none;
}
header.main-header .container nav ul li a {
  color: #000 !important;
}
header.main-header .container nav ul li a {
  color: #fff;
}
header.main-header.sticky {
  background-color: rgba(25, 21, 21, 0.7) !important;
  color: #fff !important;
}
header.main-header.sticky .container nav ul li a {
  color: #fff !important;
}
header.main-header .container nav ul li.ctk-btn a {
  font-family: "Poppins", sans-serif;
}
.contact-page .section1 .section1-wrapper {
  background-color: #032230;
}

.img-wrapper img {
  -webkit-animation: rotateInfinitely 5s linear infinite;
  animation: rotateInfinitely 10s linear infinite;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@-webkit-keyframes rotateInfinitely {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotateInfinitely {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cta-section .container .col2 {
  background-color: #2377be;
}
header.main-header .container nav ul li.ctk-btn a {
  color: #fff !important;
}
.homepage .section3 .container {
  padding-top: 200px;
}
@media only screen and (max-width: 900px) {
  .homepage .section2 .container .col2 .img-wrapper img {
    max-width: 500px;
    margin-bottom: 77px;
  }
}

/* Cookie */
.cookie-popup-container
  .cookie-popup
  .cookie-popup-content-container
  .cookie-mid
  ol
  li,
.cookie-popup-container
  .cookie-popup
  .cookie-popup-content-container
  .cookie-mid
  ul
  li {
  font-size: 12px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.cookie-consent .cookie-category .choose.active:before {
  margin-top: 0px;
}

/* Popup */

.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-form .popup-content {
  padding: 60px;
  background-color: #ff7f07;
  text-align: center;
  border-radius: 20px;
  width: 300px;
  position: relative;
  width: min(90dvw, 900px);
}

.popup-form .popup-content p {
  color: #ffffff;
  line-height: 48px;
  font-size: 28px;
  margin-bottom: 0;
}

.popup-form .popup-content ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.popup-form .popup-close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 30px;
  line-height: 0;
  cursor: pointer;
  font-weight: 100;
  color: #ffffff;
  opacity: 0.8;
}

.cant-read {
  color: #000 !important ;
}
form div.captcha-card input[type="text"] {
  border: 1px solid #3193b1;
  border-radius: 0;
}

.contact-page .submit-wrapper {
  margin-top: 40px;
}
.card-body {
  padding: 0;
}
.contact-page .myForm textarea {
  font-family: "Lato", sans-serif;
}
.captcha-card {
  margin-top: -6px;
}
