/* ======= Typography style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-synthesis: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #727272;
  overflow-x: hidden !important;
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75em;
  color: #727272;
  margin-bottom: 15px;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unica One", cursive;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  color: #fff;
}
img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 400;
  color: #fff;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
  font-family: "Barlow", sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 18.5px 20px;
  height: auto;
  background-color: #f0f0f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #727272;
  background-image: none;
  border: none;
  border-radius: 30px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #fff;
  border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  color: #727272;
  border: none;
}
select {
  padding: 10px;
  border-radius: 5px;
}
textarea:focus,
textarea:active,
textarea::placeholder {
  color: #727272;
}
table,
th,
tr,
td {
  border: 0px solid #727272;
}
th,
tr,
td {
  padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
/* submit and alert success  */
input[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 19px 35px;
  border: none;
  border-radius: 0;
  background-color: #f4a261;
  -webkit-transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  color: #000;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
}
input[type="submit"]:hover {
  border: none;
  background-color: #101010;
  color: #fff;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #727272;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #727272;
}
::-moz-placeholder {
  color: #727272;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #727272;
}
/* Important */
.bg-position-top {
  background-position: top;
}
.bg-position-center {
  background-position: center;
}
.bg-position-bottom {
  background-position: bottom;
}
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-white {
  background-color: #fff;
}
.bg-drkgray {
  background-color: #101010;
}
.bg-drk {
  background-color: #000;
}
.txt-dark {
  color: #fff;
}
.pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bold {
  font-weight: 400;
}
.count {
  font-family: "Barlow", sans-serif;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  /*    left: 0;*/
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 9;
}
.v-middle2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
  z-index: 9;
}
.js .animate-box {
  opacity: 0;
}
:root {
  scroll-behavior: auto;
}
.position-relative {
  position: relative !important;
}
.bp-bottom {
  background-position: bottom;
}
.bp-top {
  background-position: top;
}
.bp-center {
  background-position: center;
}
.icon-bg {
  background: #fff !important;
}
.br-20 {
  border-radius: 20px;
}
.brtl-20 {
  border-top-left-radius: 20px;
}
.brtr-20 {
  border-top-right-radius: 20px;
}
.brbl-20 {
  border-bottom-left-radius: 20px;
}
.brbr-20 {
  border-bottom-right-radius: 20px;
}
hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 0;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt--120 {
  margin-top: -120px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 15px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.br-20 {
  border-radius: 20px;
}
.brtleft-20 {
  border-top-left-radius: 20px;
}
.brtlright-20 {
  border-top-right-radius: 20px;
}
.brbleft-20 {
  border-bottom-left-radius: 20px;
}
.brtbright-20 {
  border-bottom-right-radius: 20px;
}
/* list */
.list {
  position: relative;
  display: block;
}
.list li {
  position: relative;
  display: flex;
  align-items: center;
}
.list li + li {
  margin-top: 10px;
}
.list-icon {
  display: grid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f0f0f3;
  border-radius: 100%;
  text-align: center;
  align-items: center;
}
.list-icon span {
  font-size: 12px;
  color: #101010;
}
.list-text {
  margin-left: 15px;
}
.list-text p {
  font-size: 17px;
  margin: 0;
  color: #727272;
}
/* vertical line */
.line-vr-section {
  position: relative;
  margin: -25px auto;
  border: 0;
  border-left: 1px solid;
  border-color: #f4a261;
  width: 2px;
  height: 50px;
  z-index: 10;
  opacity: 1;
}
/* breadcrumb */
.breadcrumb a {
  color: #f4a261;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-item.active {
  color: #fff;
}
/* bottom fade */
.bottom-fade {
  width: 100%;
  top: 0.5px;
  height: 100%;
  float: left;
  position: absolute;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.1) 70%,
    transparent 100%
  );
  z-index: 0;
  border-radius: 20px 20px 0 20px;
}

.feather-shadow {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 20%,
    #000 80%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 20%,
    #000 80%,
    transparent 100%
  );
}
.feather-shadow2 {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 18%,
    #000 22%,
    #000 78%,
    transparent 82%
  );
  mask-image: linear-gradient(
    to right,
    transparent 18%,
    #000 22%,
    #000 78%,
    transparent 82%
  );
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 10000009;
}
#preloader {
  display: table;
  table-layout: fixed;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 70px;
  height: 70px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 1px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #f4a261;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  line-height: 0.7;
  display: block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #101010;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #101010;
  border: 1px solid #101010;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}
/* owl-nav next and prev */
.owl-nav {
  position: absolute;
  bottom: 5%;
  right: 12%;
}
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}
/* owl-theme owl-nav */
.owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-theme .owl-prev,
.owl-theme .owl-prev {
  left: 10px !important;
}
.owl-theme .owl-next {
  right: 10px !important;
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 10px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  border-radius: 100%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.owl-theme .owl-nav {
  top: 35% !important;
}
.owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

/* ======= Section style ======= */
.section-padding {
  padding: 120px 0;
}
.section-title {
  font-size: 52px;
  font-family: "Unica One", cursive;
  color: #264653;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
[data-overlay-dark] .section-title span,
.section-title span {
  color: #f4a261;
}
.section-title.white {
  color: #fff;
}
.section-title.black {
  color: #000;
}

.section-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #101010;
  font-family: "Unica One", cursive;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: 400;
  margin-left: 5px;
}

.bullet {
  width: 6px;
  height: 6px;
  background: #f4a261;
  border-radius: 50%;
  flex-shrink: 0;
}

/* .section-subtitle:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f4a261;
  position: absolute;
  left: 0px;
  top: 40%;
  border-radius: 100%;
} */
.section-subtitle.icon-white:after {
  background: #fff;
}
.section-subtitle.text-white {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 19px;
  }
}

/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .container {
  border: none;
}
.nav-scroll .container {
  border: none;
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 12px;
  padding-left: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
  color: #f4a261;
}
.navbar .navbar-nav .nav-link:hover i {
  color: #f4a261;
}
.navbar .navbar-nav .active {
  color: #f4a261 !important;
  font-weight: bold;
}
.navbar .navbar-nav .active i {
  color: #f4a261;
}
.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -85px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(85px);
  transform: translateY(85px);
  border: none;
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  height: 85px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #264653;
}
.nav-scroll .navbar-nav .nav-link {
  color: #264653;
}
.nav-scroll .navbar-nav .active {
  color: #f4a261;
  font-weight: bold;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}
.nav-scroll .logo-img {
  width: 150px;
}
.nav-scroll .logo-img {
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  display: block;
  width: 100%;
  position: relative;
  color: #101010;
  margin-bottom: 0;
  padding: 0;
}
.nav-scroll .logo-wrapper .logo span {
  color: #f4a261;
}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo h2 {
  font-size: 30px;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.25em;
}
.logo-wrapper .logo h2 span {
  color: #f4a261;
}
.logo {
  padding: 0;
}
.logo-img {
  width: 150px;
  text-align: center;
}
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 9px;
  color: #fff;
}
.nav-scroll .dropdown .nav-link i {
  color: #727272;
}
.nav-scroll .navbar-nav .active i {
  color: #f4a261;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 9px 0;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #101010;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 9px;
  float: right;
  color: #727272;
}
.navbar .dropdown-menu .dropdown-item.active i {
  color: #f4a261;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #f4a261;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:hover {
  padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}
/* navbar-right */
.navbar .navbar-right {
  position: relative;
  display: flex;
  align-items: center;
}
.navbar .navbar-right .wrap {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  margin-left: 20px;
}
.navbar .navbar-right .wrap .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-scroll .navbar-right .wrap .icon {
  color: #fff;
}
.navbar .navbar-right .wrap .text {
  margin-left: 5px;
  top: 0;
  position: relative;
}
.navbar .navbar-right .wrap .text p {
  font-size: 12px;
  line-height: 11px;
  color: #fff;
  margin-bottom: 4px;
}
.navbar .navbar-right .wrap .text h5 {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.navbar .navbar-right .wrap .text h5 a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text h5 a:hover {
  color: #f4a261;
}
.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
  color: #fff;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 200px;
    padding: 20px;
    border-radius: 15px;
    border: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -20px;
    right: auto;
    min-width: 200px;
    transform: translateY(0);
    background-color: #fff;
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100px;
    border: none;
  }
  .nav-scroll {
    background: #fff;
  }
  .logo-wrapper {
    float: left;
    padding: 35px 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 34px 15px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 150px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .logo-img {
    margin-bottom: 0px;
    width: 150px;
    padding: 0;
  }
  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 10px;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #101010;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #101010 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #f4a261 !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    color: #101010;
    padding: 0 15px;
    font-size: 17px;
    line-height: 40px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 10px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar .navbar-nav {
    padding: 20px;
  }
  .navbar .navbar-collapse {
    max-height: 450px;
    overflow: auto;
    background: #fff;
    text-align: left;
  }
  .dropdown .nav-link i {
    color: rgba(0, 0, 0, 0.5);
  }
  .nav-scroll .dropdown .nav-link i {
    color: rgba(0, 0, 0, 0.5);
  }
  .nav-scroll .dropdown .nav-link.active i {
    color: #f4a261;
  }
  .navbar .dropdown-menu .dropdown-item i {
    color: #101010;
  }
  .navbar .navbar-right {
    display: none;
  }
}

/* ======= Header style ======= */
.header {
  height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption[data-overlay-dark] h6,
.header .caption h6 {
  position: relative;
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: flex;
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
  text-transform: uppercase;
}
.header .caption[data-overlay-dark] h6:after,
.header .caption h6:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f4a261;
  position: absolute;
  left: 0px;
  top: 36%;
  border-radius: 100%;
}
.header .caption[data-overlay-dark] h6.icon-white:after,
.header .caption h6.icon-white:after {
  background: #fff;
}
.header
  .caption[data-overlay-dark]
  h6.text-white
  .header
  .caption
  h6.text-white {
  color: #fff;
}
.header .caption h1 {
  position: relative;
  font-size: 85px;
  letter-spacing: 4px;
  color: #fff;
  line-height: 1.2em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  text-transform: uppercase;
}
.header .caption h1 span {
  color: #f4a261;
}
.header .caption p {
  position: relative;
  padding-left: 70px;
  margin-left: 5px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  font-size: 17px;
}
.header .caption p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  width: 40px;
  height: 1px;
}
.header .caption .button-1,
.header .caption .button-2,
.header .caption .button-3,
.header .caption .button-4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .header .caption h1 {
    font-size: 36px;
  }
  .header .caption p {
    font-size: 17px;
  }
}

/* ======= Slider Fade & Slider style ======= */
.slider-fade .owl-item,
.slider .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade .item,
.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider-fade .item .caption,
.slider .item .caption {
  z-index: 9;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots,
.slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 4vh;
  width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span,
.slider .owl-theme .owl-dots .owl-dot span {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #f4a261;
  border: 1px solid #f4a261;
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev,
.slider .owl-theme .owl-prev,
.slider .owl-theme .owl-prev {
  left: 10px !important;
}
.slider-fade .owl-theme .owl-next,
.slider .owl-theme .owl-next {
  right: 10px !important;
}
.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span,
.slider .owl-theme .owl-prev > span,
.slider .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.slider .owl-theme .owl-nav [class*="owl-"] {
  width: 55px;
  height: 55px;
  line-height: 48px;
  background: transparent;
  border-radius: 100%;
  color: #fff;
  font-size: 15px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.slider-fade .owl-theme .owl-nav [class*="owl-"]:hover,
.slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
  top: 45% !important;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.slider .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.slider-fade .owl-theme:hover .owl-nav [class*="owl-"],
.slider .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .slider-fade .owl-theme .owl-nav,
  .slider .owl-theme .owl-nav {
    display: none;
  }
}

/* ======= Parallax Header style ======= */
.parallax-header {
  height: 100vh;
  background-position: center;
}
.parallax-header.full-height {
  height: 100vh;
  background-position: center;
}
.parallax-header[data-overlay-dark] h6,
.parallax-header h6 {
  position: relative;
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: flex;
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
  text-transform: uppercase;
}
.parallax-header[data-overlay-dark] h6:after,
.parallax-header h6:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f4a261;
  position: absolute;
  left: 0px;
  top: 36%;
  border-radius: 100%;
}
.parallax-header[data-overlay-dark] h6.icon-white:after,
.parallax-header h6.icon-white:after {
  background: #fff;
}
.parallax-header[data-overlay-dark]
  h6.text-white
  .parallax-header
  h6.text-white {
  color: #fff;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
  position: relative;
  font-size: 85px;
  letter-spacing: 4px;
  color: #fff;
  line-height: 1.2em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  text-transform: uppercase;
}
.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span {
  color: #f4a261;
}
.parallax-header[data-overlay-dark] p,
.parallax-header p {
  position: relative;
  padding-left: 70px;
  margin-left: 5px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  font-size: 17px;
}
.parallax-header[data-overlay-dark] p:after,
.parallax-header p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 991px) {
  .parallax-header[data-overlay-dark] h1,
  .parallax-header h1 {
    font-size: 40px;
  }
  .parallax-header[data-overlay-dark] p,
  .parallax-header p {
    font-size: 17px;
  }
}

/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-fullscreen-video {
  height: 100vh;
}
.video-fullscreen-wrap video {
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.position-relative {
  position: relative !important;
}
.video-fullscreen-wrap[data-overlay-dark] h6,
.video-fullscreen-wrap h6 {
  position: relative;
  font-family: "Montserrat", serif;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: flex;
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
  text-transform: uppercase;
}
.video-fullscreen-wrap[data-overlay-dark] h6:after,
.video-fullscreen-wrap h6:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #f4a261;
  position: absolute;
  left: 0px;
  top: 36%;
  border-radius: 100%;
}
.video-fullscreen-wrap[data-overlay-dark] h6.icon-white:after,
.video-fullscreen-wrap h6.icon-white:after {
  background: #fff;
}
.video-fullscreen-wrap[data-overlay-dark]
  h6.text-white
  .video-fullscreen-wrap
  h6.text-white {
  color: #fff;
}
.video-fullscreen-wrap[data-overlay-dark] h1,
.video-fullscreen-wrap h1 {
  position: relative;
  font-size: 85px;
  /* letter-spacing: 4px; */
  color: #fff;
  line-height: 1.2em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  text-transform: uppercase;
}
.video-fullscreen-wrap[data-overlay-dark] h1 span,
.video-fullscreen-wrap h1 span {
  color: #f4a261;
}
.video-fullscreen-wrap[data-overlay-dark] p,
.video-fullscreen-wrap p {
  position: relative;
  padding-left: 70px;
  margin-left: 5px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  font-size: 17px;
}
.video-fullscreen-wrap[data-overlay-dark] p:after,
.video-fullscreen-wrap p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 991px) {
  .video-fullscreen-wrap h1 {
    font-size: 40px;
  }
}

/* ======= About style ======= */
.about {
  position: relative;
}
.about h5 {
  position: relative;
  color: #101010;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about .phone {
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 400;
  color: #101010;
  text-align: left;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.about .phone i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #101010;
  font-size: 20px;
  font-weight: 300;
  color: #f4a261;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.about .item {
  position: relative;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  margin-bottom: 15px;
  isolation: isolate;
}
.about .item img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.about .item:hover img {
  transform: scale(1.05);
}
/* title */
.about .item .title {
  position: absolute;
  bottom: 20px;
  padding: 0;
  z-index: 1;
  left: 105px;
}
.about .item .title h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about .item .title h6 {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 15px;
}
/* icon */
.about .item .icon {
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-top-right-radius: 50%;
  padding: 15px;
}
.about .item:hover .icon .arrow {
  transform: scale(1.05);
}
.about .item .icon::before {
  position: absolute;
  content: "";
  bottom: 6px;
  right: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about .item .icon::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about .item .icon .arrow {
  position: absolute;
  background: #101010;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.about .item .icon .arrow span {
  color: #fff;
  font-size: 24px;
}
.about .item:hover .icon .arrow {
  color: #000;
  background: #f4a261;
}
.about .item:hover .icon .arrow span {
  color: #000;
}
/* img */
.about .img2 {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: transform 500ms ease;
  border-radius: 20px;
}
.about .img2:hover img {
  transform: scale(1.05);
}
.about .img2 .text {
  position: absolute;
  top: 50%;
  right: -5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: auto;
  padding: 12px 24px;
  border-radius: 30px 30px 0 0;
  -webkit-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
  -ms-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
  transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  background: #fff;
}
.about .img2 .text h6 {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #101010;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.about .img2 .text .shap-left-bottom {
  position: absolute;
  bottom: 0px;
  left: -29px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about .img2 .text .shap-left-bottom svg {
  width: 30px;
  height: 30px;
}
.about .img2 .text .shap-right-bottom {
  position: absolute;
  bottom: 0px;
  right: -28px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.about .img2 .text .shap-right-bottom svg {
  width: 30px;
  height: 30px;
}

/* ======= Services style ======= */
.services {
  position: relative;
  overflow: visible;
  z-index: 1;
}
@keyframes bounceItem {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.services .item:hover {
  animation: bounceItem 0.5s ease;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
  z-index: 5;
}

.services .item {
  position: relative;
  padding: 50px 40px 90px 40px;
  border-radius: 20px 20px 0 20px;
  background: #f0f0f3;
  z-index: 2;
  margin-bottom: 15px;
  margin-top: 7px;
}
/* text */
.services .item .text h5 {
  color: #101010;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.services .item .text p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}
/* icon */
.services .item .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-top-left-radius: 50%;
  padding: 15px;
}
.services .item:hover .icon .arrow {
  transform: scale(1.05);
}
.services .item .icon::before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.services .item .icon::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.services .item .icon .arrow {
  position: absolute;
  background: #264653;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.services .item .icon .arrow span {
  font-size: 15px;
}
.services .item:hover .icon .arrow {
  background: #f4a261;
  color: #000;
}
.services .item .icon .icon-w {
  overflow: hidden;
  background-color: transparent;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}
.services .item:hover .icon .icon-w i.icon-show,
.services .item .icon .icon-w i.icon-hidden {
  display: none;
}
.services .item:hover .icon .icon-w i.icon-hidden {
  display: inline;
  text-align: center;
  color: #000;
  font-size: 15px;
  vertical-align: middle;
}

/* ======= Services 2 style ======= */
.services2 {
  position: relative;
}
.services2 .item {
  position: relative;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
  margin-bottom: 15px;
  isolation: isolate;
}
.services2 .item img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.services2 .item:hover img {
  transform: scale(1.05);
}
/* title */
.services2 .item .title {
  position: absolute;
  bottom: 0px;
  padding: 30px 100px 30px 30px;
  width: 100%;
}
.services2 .item .title h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* icon */
.services2 .item .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  border-top-left-radius: 50%;
  padding: 15px;
}
.services2 .item:hover .icon .arrow {
  transform: scale(1.05);
}
.services2 .item .icon::before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.services2 .item .icon::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.services2 .item .icon .arrow {
  position: absolute;
  background: #101010;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.services2 .item .icon .arrow span {
  color: #fff;
  font-size: 17px;
}
.services2 .item:hover .icon .arrow {
  color: #fff;
  background: #101010;
}
.services2 .item .icon .icon-w {
  overflow: hidden;
  background-color: transparent;
  color: #264653 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
}
.services2 .item:hover .icon .icon-w i.icon-show,
.services2 .item .icon .icon-w i.icon-hidden {
  display: none;
}
.services2 .item:hover .icon .icon-w i.icon-hidden {
  display: inline;
  text-align: center;
  color: #264653 !important;
  font-size: 15px;
  vertical-align: middle;
}

/* ======= Services 3 style  ======= */
.services3 {
  position: relative;
}
.services3 .item {
  padding: 60px 40px 40px 40px;
  border-radius: 20px;
  background: #f0f0f3;
  position: relative;
  overflow: hidden;
}
.services3 .item h3 {
  color: #101010;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.services3 .item p {
  font-size: 17px;
  font-weight: 400;
  color: #727272;
}
.services3 .item .icon {
  color: #101010;
  font-size: 55px;
  line-height: 55px;
  font-weight: normal;
  margin-bottom: 20px;
}
.services3 .item .icon i {
  font-weight: normal;
}
/* arrow */
.services3 .item .rmore {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  padding: 15px;
  border-radius: 0 0 0 40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.services3 .item .rmore .arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #f4a261;
  background: #f4a261;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services3 .item .rmore .arrow i {
  color: #101010;
  font-size: 15px;
  vertical-align: middle;
}
/* arrow hover */
.services3 .item:hover .rmore {
  opacity: 1;
  top: 0px;
  right: 0px;
}
.services3 .item .rmore:hover .arrow {
  background: #101010;
  border: 1px solid #101010;
}
.services3 .item .rmore:hover .arrow i {
  color: #fff;
}
/* active */
.services3 .item .rmore.active {
  opacity: 1;
  top: 0px;
  right: 0px;
}
.services3 .item .rmore .arrow.active {
  background: #f4a261;
}
.services3 .item .rmore .arrow.active i {
  color: #fff;
}
/* border */
.services3 .item .rmore .br-left-top {
  position: absolute;
  top: -1px;
  left: -19px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 1;
}
.services3 .item .rmore .br-left-top svg {
  width: 20px;
  height: 20px;
}
.services3 .item .rmore .br-right-bottom {
  position: absolute;
  bottom: -20px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 1;
}
.services3 .item .rmore .br-right-bottom svg {
  width: 20px;
  height: 20px;
}

/* ======= Portfolio Home style ======= */
.portfolio-home {
  position: relative;
  overflow: hidden;
}
.portfolio-home .portfolio-home-carousel {
  position: relative;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 60px;
}
.portfolio-home .portfolio-home-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}
.portfolio-home .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
/* img */
.portfolio-home .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.portfolio-home .item:hover .img img {
  transform: scale(1.05);
}
.portfolio-home .item .con {
  position: relative;
  z-index: 2;
  opacity: 0;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 85% 15%;
  align-items: center;
}
.portfolio-home .item .con.opacity-1 {
  opacity: 0;
}
.portfolio-home .item .con.active {
  visibility: visible;
  opacity: 1;
}
/* arrow */
.portfolio-home .item .con .arrow {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  text-align: -webkit-right;
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.portfolio-home .item .con .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #f4a261;
  background: #f4a261;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
}
.portfolio-home .item:hover .con .arrow a {
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
/* title */
.portfolio-home .item .con .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 20px 25px;
  margin-right: 100px;
  width: auto;
  border-radius: 20px;
}
.portfolio-home .item .con .title h6 {
  font-family: "Barlow", sans-serif;
  color: #101010;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: inline-table;
  line-height: 30px;
  padding: 5px 15px;
  border-radius: 15px 15px 0 0;
}
.portfolio-home .item .con .title h6 span {
  color: #f4a261;
  margin-right: 5px;
  font-size: 12px;
}
.portfolio-home .item .con .title h4 {
  color: #101010;
  font-size: 20px;
  margin-bottom: 0;
}
.portfolio-home .item .con .title h3 {
  color: #101010;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  border-radius: 0 10px 10px 10px;
}
/* icon */
.portfolio-home .item .con .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  border-top-left-radius: 50%;
  padding: 15px;
}
.portfolio-home .item:hover .con .icon .arrow {
  transform: scale(1.05);
}
.portfolio-home .item .con .icon::before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon .arrow {
  position: absolute;
  background: #f4a261;
  color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}
.portfolio-home .item:hover .con .icon .arrow {
  background: #101010;
  color: #fff;
}
/* owl nav */
.portfolio-home .owl-item.active .item .con {
  visibility: visible;
  opacity: 1;
}
.portfolio-home .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.portfolio-home .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-prev {
  left: 10px !important;
}
.portfolio-home .owl-theme .owl-next {
  right: 10px !important;
}
.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  text-align: center;
  font-size: 17px;
}
.portfolio-home .owl-theme .owl-prev > span,
.portfolio-home .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-home .owl-carousel .owl-nav button.owl-next,
.portfolio-home .owl-carousel .owl-nav button.owl-prev {
  outline: none;
}
.portfolio-home .owl-theme .owl-nav [class*="owl-"] {
  width: 55px;
  height: 55px;
  line-height: 58px;
  background: #f4a261;
  border: none;
  border-radius: 100%;
  color: #000;
  font-size: 15px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.portfolio-home .owl-theme .owl-nav [class*="owl-"]:hover {
  border: none;
  background: #fff;
  color: #000;
}
.portfolio-home .owl-theme .owl-nav {
  top: 40% !important;
}
.portfolio-home .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.portfolio-home .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .portfolio-home-carousel {
    overflow: hidden;
  }
  .portfolio-home .owl-theme .owl-nav {
    display: none;
  }
  .portfolio-home .item .con .title {
    padding: 0 !important;
  }
  .portfolio-home .item .con .title h3 {
    font-size: 20px;
  }
}

/* ======= Portfolio style ======= */
.portfolio {
  position: relative;
}
.portfolio .portfolio-carousel {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.portfolio .portfolio-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}
.portfolio .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
/* img */
.portfolio .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.portfolio .item:hover .img img {
  transform: scale(1.05);
}
.portfolio .item .con {
  position: relative;
  z-index: 2;
  opacity: 0;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 85% 15%;
  align-items: center;
}
.portfolio .item .con.opacity-1 {
  opacity: 0;
}
.portfolio .item .con.active {
  visibility: visible;
  opacity: 1;
}
/* arrow */
.portfolio .item .con .arrow {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  text-align: -webkit-right;
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.portfolio .item .con .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #f4a261;
  background: #f4a261;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
}
.portfolio .item:hover .con .arrow a {
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
/* title */
.portfolio .item .con .title {
  position: absolute;
  bottom: 0px;
  padding: 20px 90px 30px 20px;
  width: 100%;
}
.portfolio .item .con .title h6 {
  font-family: "Barlow", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}
.portfolio .item .con .title h6 span {
  color: #f4a261;
  margin-right: 2px;
}
.portfolio .item .con .title h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.portfolio .item .con .title h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
/* icon */
.portfolio .item .con .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  border-top-left-radius: 50%;
  padding: 15px;
}
.portfolio .item:hover .con .icon .arrow {
  transform: scale(1.05);
}
.portfolio .item .con .icon::before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.portfolio .item .con .icon::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.portfolio .item .con .icon .arrow {
  position: absolute;
  background: #101010;
  color: #f4a261;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}
.portfolio .item:hover .con .icon .arrow {
  background: #f4a261;
  color: #000;
}
/* owl nav */
.portfolio .owl-item.active .item .con {
  visibility: visible;
  opacity: 1;
}
.portfolio .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.portfolio .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-prev {
  left: 10px !important;
}
.portfolio .owl-theme .owl-next {
  right: 10px !important;
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  text-align: center;
  font-size: 17px;
}
.portfolio .owl-theme .owl-prev > span,
.portfolio .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio .owl-carousel .owl-nav button.owl-next,
.portfolio .owl-carousel .owl-nav button.owl-prev {
  outline: none;
}
.portfolio .owl-theme .owl-nav [class*="owl-"] {
  width: 55px;
  height: 55px;
  line-height: 58px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.portfolio .owl-theme .owl-nav [class*="owl-"]:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
.portfolio .owl-theme .owl-nav {
  top: 40% !important;
}
.portfolio .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.portfolio .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
.portfolio .bottom-fade {
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .portfolio-carousel {
    overflow: hidden;
  }
  .portfolio .owl-theme .owl-nav {
    display: none;
  }
}

/* ======= Team style ======= */

.team-card {
  background: rgba(255, 255, 255, 0.08); /* fundal alb transparent */
  -webkit-backdrop-filter: blur(12px); /* efectul de blur */
  backdrop-filter: blur(12px); /* pentru Safari */
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.team-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.team-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #264653;
}

.team-role {
  color: #888;
  font-size: 15px;
  margin-bottom: 0;
}

.team-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

/* Overlay-ul care apare pe hover */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 12px;
}

/* Apare când faci hover pe poză */
.team-img:hover .overlay {
  opacity: 1;
}

/* Stilul butonului */
.btn-insta {
  background: linear-gradient(
    135deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.btn-insta:hover {
  background-color: #c6f500;
  color: #000;
}

@media (max-width: 768px) {
  .team-card {
    margin-bottom: 20px;
  }

  .btn-insta {
    font-size: 12px;
    padding: 8px 16px;
  }
}

.card-team,
.team-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.card-team:hover,
.team-card:hover {
  transform: scale(1.03) rotateX(1deg) rotateY(1deg);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.team {
  position: relative;
  overflow: hidden;
}
.team .team-container {
  width: 140%;
  position: relative;
}
.team .item {
  position: relative;
  padding: 0 0 0 45px;
  margin: 10px;
}
.team .item .wrapper {
  position: relative;
}
/* img */
.team .item .wrapper img {
  border-radius: 20px 20px 0 20px;
  width: 100%;
}
/* text */
.team .item .wrapper .text {
  bottom: 10px;
  left: -10px;
  position: absolute;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.team .item .wrapper .text .name,
.team .item .wrapper .text .position {
  display: inline-block;
}
.team .item .wrapper .text .name {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.team .item .wrapper .text .position {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #727272;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.team .item .wrapper .text .position:before {
  content: "·";
  left: 5px;
  position: absolute;
  top: -3px;
  font-size: 30px;
  color: #f4a261;
}
/* icon */
.team .item .wrapper .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-top-left-radius: 50%;
  padding: 15px;
}
.team .item:hover .wrapper .icon .arrow {
  transform: scale(1.05);
}
.team .item .wrapper .icon::before {
  position: absolute;
  content: "";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon .arrow {
  position: absolute;
  background: #101010;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.team .item .wrapper .icon .arrow span {
  color: #f4a261;
  font-size: 17px;
}
.team .item:hover .wrapper .icon .arrow {
  color: #000;
  background: #f4a261;
}
.team .item:hover .wrapper .icon .arrow span {
  color: #000;
}
@media screen and (max-width: 991px) {
  .team .team-container {
    width: 100%;
  }
}

/* magnific popup custom */
.mfp-counter {
  display: none;
}
.mfp-figure button {
  border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
  border: 0px solid transparent;
  background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

/* ======= Video Popup style ======= */
.play-button {
  position: relative;
  margin: auto;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 4;
}
.play-button svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.play-button svg.circle-fill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
  stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
  z-index: 0;
}
.video-wrapper .vid {
  position: relative;
  z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
  color: #fff;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  font-size: 40px;
  position: relative;
  transition: border-color 300ms ease, transform 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
.video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  background: transparent;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-wrapper .vid .vid-butn:hover .icon:after {
  border: 2px solid #fff;
}
.video-text {
  font-size: 160px;
  line-height: 160px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  z-index: 1;
  left: -30px;
  right: 80vw;
  bottom: -60px;
  white-space: nowrap;
  font-style: normal;
  position: absolute !important;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* ======= Contact style ======= */
.contact {
  position: relative;
}
.contact p {
  color: #727272;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact h5 {
  color: #101010;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #727272;
  text-decoration: none;
}
.contact .con .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 100%;
  border: 1px solid #f4a261;
  text-align: center;
  background: transparent;
  font-size: 20px;
  color: #fff;
}
.contact .con .icon .img {
  border-radius: 0;
  border: 1px solid #f4a261;
}
.contact .con .icon img {
  background: transparent;
  padding: 13px;
}
.contact .con .text {
  color: #727272;
  line-height: 1.5em;
}
/* opening-hours list */
.opening-hours ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  width: 320px;
}
.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
  display: table-cell;
  white-space: nowrap;
}
.opening-hours ul li {
  margin-bottom: 15px;
  font-size: 17px;
}
.opening-hours ul li:last-of-type {
  margin-bottom: 0;
}
.opening-hours ul li span {
  white-space: nowrap;
  padding-left: 10px;
  color: #727272;
}
.opening-hours ul li .tit {
  padding-right: 10px;
  color: #727272;
}
.opening-hours ul li .dots {
  height: 4px;
  width: 100%;
  border-bottom: 2px dashed #202020;
  position: relative;
  top: -7px;
}
.google-map {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: calc(64% + 30px);
  overflow: hidden;
  border-radius: 10px;
}

/* ======= Contact Box style ======= */
.contact-box {
  position: relative;
  margin-bottom: 0px;
  margin-top: -100px;
}
.contact-box .container {
  position: relative;
  z-index: 2;
}
.contact-box .item {
  background: #f0f0f3;
  padding: 45px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
  transition: background-color 300ms ease, transform 300ms ease,
    color 300ms ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  border-radius: 20px;
}
.contact-box .item.active {
  background: #f4a261;
}
.contact-box .item:hover {
  background: #f4a261;
  transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.contact-box .item h5 {
  font-size: 20px;
  color: #101010;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-box .item.active h5 {
  color: #101010;
}
.contact-box .item:hover h5 {
  color: #101010;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-box .item p {
  color: #727272;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-box .item.active p {
  color: #101010;
}
.contact-box .item:hover p {
  color: #101010;
}
.contact-box .item span {
  font-size: 45px;
  color: #f4a261;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-box .item.active span {
  color: #000;
}
.contact-box .item:hover span {
  color: #000;
}
.contact-box .item i.numb {
  font-size: 120px;
  position: absolute;
  bottom: -20px;
  right: -30px;
  color: rgba(0, 0, 0, 0.2);
  opacity: 0.2;
}
.contact-box .item.active i.numb {
  color: rgba(22, 22, 22, 0.5);
}
.contact-box .item:hover .numb {
  color: rgba(22, 22, 22, 0.5);
}

/* ======= Button style ======= */
/* button 1 */
.button-1 {
  display: inline-block;
  height: auto;
  padding: 12px 36px;
  border-radius: 40px;
  background-color: #264653;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 15px;
  font-weight: 550;
  text-transform: uppercase;
  transition: border-color 300ms ease, transform 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
[data-overlay-dark] .button-1 span,
.button-1 span {
  font-size: 12px;
  margin-left: 5px;
  color: #000;
}
[data-overlay-dark] .button-1 i,
.button-1 i {
  font-style: normal;
  font-size: 17px;
  padding-right: 5px;
  color: #000;
}
.button-1:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  gap: 10px;
}
.button-1:hover span {
  color: #fff;
}
/* button 2 */
.button-2 {
  display: inline-block;
  height: auto;
  padding: 12px 36px;
  border: 1px solid #101010;
  border-radius: 40px;
  background-color: #101010;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: border-color 300ms ease, transform 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
[data-overlay-dark] .button-2 span,
.button-2 span {
  font-size: 12px;
  margin-left: 5px;
  color: #000;
}
[data-overlay-dark] .button-2 i,
.button-2 i {
  font-style: normal;
  font-size: 17px;
  padding-right: 5px;
  color: #000;
}
.button-2:hover {
  border: 1px solid #f4a261;
  background-color: #f4a261;
  color: #000;
  transform: translate3d(0px, -6px, 0.01px);
}
.button-2:hover span {
  color: #000;
}
/* button 3 */
.button-3 {
  display: inline-block;
  height: auto;
  padding: 12px 36px;
  border: 1px solid #f4a261;
  border-radius: 40px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 15px;
  font-weight: 550;
  text-transform: uppercase;
  transition: border-color 300ms ease, transform 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
[data-overlay-dark] .button-3 span,
.button-3 span {
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
}
[data-overlay-dark] .button-3 i,
.button-3 i {
  font-style: normal;
  font-size: 17px;
  padding-right: 5px;
  color: #fff;
}
.button-3:hover {
  border: 1px solid #f4a261;
  background-color: #f4a261;
  color: #000;
  transform: translate3d(0px, -6px, 0.01px);
}
.button-3:hover span {
  color: #000;
}
/* button 4 */
.button-4 {
  display: inline-block;
  height: auto;
  padding: 12px 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: border-color 300ms ease, transform 300ms ease,
    background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
[data-overlay-dark] .button-4 span,
.button-4 span {
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
}
[data-overlay-dark] .button-4 i,
.button-4 i {
  font-style: normal;
  font-size: 17px;
  padding-right: 5px;
  color: #fff;
}
.button-4:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  transform: translate3d(0px, -6px, 0.01px);
}
.button-4:hover span {
  color: #000;
}

/* ======= LetsTalk style ======= */
.lets-talk {
  position: relative;
}
.lets-talk .section-title {
  color: #fff;
  font-size: 48px;
  line-height: 1.1em;
}
.lets-talk .section-subtitle {
  color: #f4a261;
}
.lets-talk .wrap {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.lets-talk .wrap .social {
  grid-column-gap: 12px;
  display: inline-flex;
}
.lets-talk .wrap .social .icon {
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}
.lets-talk .wrap .dv {
  max-width: 1px;
  min-width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  align-self: stretch;
  margin-left: 12px;
  margin-right: 12px;
  height: 12px;
  margin-top: 9px;
}
.lets-talk .wrap .icon-right {
  margin-left: 6px;
  line-height: 1em;
  display: inline-block;
}
.lets-talk .wrap a {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 20px;
}
.lets-talk .wrap a:hover {
  color: #f4a261;
}
.lets-talk .wrap a i.icon-right {
  overflow: hidden;
  transition: background-color 300ms ease, transform 300ms ease,
    color 300ms ease;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.lets-talk .wrap a:hover i.icon-right {
  transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

/* ======= Scrolling Style ======= */
.scrolling {
  background: #f4a261;
  padding: 30px 0;
}
.scrolling.scrolling-ticker {
  padding: 20px 0;
}
.scrolling.scrolling-ticker .wrapper {
  --gap: 30px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #101010;
  vertical-align: middle;
}
.scrolling.scrolling-ticker .wrapper .content span img {
  width: 100%;
  max-width: 30px;
  margin-right: 30px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media only screen and (max-width: 991px) {
  .scrolling {
    padding: 15px 0;
  }
  .scrolling.scrolling-ticker .wrapper {
    --gap: 20px;
  }
  .scrolling.scrolling-ticker .wrapper .content span {
    font-size: 20px;
  }
  .scrolling.scrolling-ticker .wrapper .content span img {
    max-width: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolling.scrolling-ticker .wrapper {
    --gap: 15px;
  }
  .scrolling.scrolling-ticker .wrapper .content span {
    font-size: 17px;
  }
  .scrolling.scrolling-ticker .wrapper .content span img {
    max-width: 15px;
    margin-right: 15px;
  }
}

/* Adaugă separatorul "•" între span-uri */
.scrolling.scrolling-ticker .wrapper .content span {
  position: relative;
}

.scrolling.scrolling-ticker .wrapper .content span::before {
  content: "•";
  font-size: 30px;
  color: #111;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}

/* Elimină bulina de la ultimul span */
.scrolling.scrolling-ticker .wrapper .content span:last-child::after {
  content: "";
  margin: 0;
}

/* ======= Footer style ======= */
.footer {
  background-color: #1c1c1c;
  color: #fff;
  padding: 60px 0 30px;
}

.footer-description {
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
  color: #c7d3dc;
}

.footer .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .social-icons ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer .social-icons ul li a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease;
}

.footer .social-icons ul li i:hover {
  color: #f4a261;
  transition: color 0.3s ease;
}

.footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 14px;
  color: #aaa;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e627";
  text-align: center;
  line-height: 55px;
  font-size: 15px;
  font-weight: normal;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #f4a261;
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap::after {
  color: #f4a261;
}
.progress-wrap svg.progress-circle path {
  stroke: #f4a261;
}

/* ======= Overlay Effect Bg Image style ======= */
[data-overlay-dark] {
  position: relative;
}
[data-overlay-dark] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-dark] p {
  color: #727272;
}
[data-overlay-dark="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before {
  opacity: 1;
}
.video-vertical {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: -62px !important;
}

.video-wrapper:hover {
  transform: scale(1.01);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.services .item {
  /*  ——  nou: imagine full‑cover   —— */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /*  ——  rămâne EXACT forma originală  —— */
  border-radius: 20px 20px 0 20px;
  padding: 50px 40px 90px 40px;
  position: relative;
  overflow: visible; /* păstrează decupajul colţului */
  min-height: 420px; /* cum era în template */
}

/*  overlay întunecat peste poză – nu afectează iconiţa albă  */
.services .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* opacitate 55 % – ajusteaz-o după gust */
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
}

/*  textul şi iconiţa rămân deasupra overlay‑ului  */
.services .item .text,
.services .item .icon {
  position: relative;
  z-index: 2;
}

/* colţul decupat + icon */
.services .item .icon {
  position: absolute;
  bottom: -6px; /* iese 6 px sub container  */
  right: -6px; /* iese 6 px în dreapta     */
  width: 90px;
  height: 90px;
  background: #fff;
  border-top-left-radius: 50%; /* “decupajul” rotund       */
  padding: 15px; /* spaţiu interior          */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3; /* deasupra overlay‑ului    */
}

/* păstrează pictograma neagră în centru */
.services .item .icon i {
  font-size: 24px;
  color: #fff;
}

.services .item h5,
.services .item p {
  color: #fff; /* text alb */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.services .owl-carousel .item .text h5 {
  color: #fff; /* alb */
}

/* Etichetă de tip "Popular", "Nou", etc. */
.services .item .badge-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #264653;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.label-badge {
  animation: pulseBadge 2s infinite ease-in-out;
}

@keyframes pulseBadge {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

/* Wrapper pentru centrare și spațiere */
.cta-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-top: 60px;
}

/* Butonul propriu-zis */
.cta-button-3d {
  background-color: #f4a261;
  color: #264653;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;

  /* animație pulse */
  animation: pulse 2.4s infinite;
}

/* Hover simplu – fără bounce */
.cta-button-3d:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  gap: 10px;
}

/* Icon font-awesome */
.cta-button-3d i {
  font-size: 18px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(238, 154, 80, 0.6);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(238, 154, 80, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(238, 154, 80, 0);
  }
}

/* Item din carousel – centrarea elementelor */
.portfolio-home-carousel .item {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  max-width: 360px;
  aspect-ratio: 9 / 16;
  height: auto;
  width: 100%;
  margin: auto;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Text overlay pe video */
.video-overlay-text {
  position: absolute;
  bottom: 32px;
  left: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  animation: fadeInUp 1s ease-out;
}

.video-overlay-text h6 {
  margin: 0 0 6px 0;
  font-size: 12px;
  font-weight: 600;
  color: #f4a261;
  text-transform: uppercase;
}

.video-overlay-text h3 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Opțional: animare subtilă */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-wrapper .con .title h6 {
  margin: 0;
  font-size: 12px !important;
  color: #444;
  font-weight: 500;
}

.video-wrapper .con .title h3 {
  margin: 0;
  font-size: 15px !important;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
  max-width: 500px;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.portfolio-cta-text {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: -35px !important;
  margin-top: -60px !important;
  text-align: center;
  animation: fadeSlideUp 1s ease forwards;
}

/* Efectul de mașină de scris */
.typewriter {
  overflow: hidden;
  border-right: 3px solid #000;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 1px;
  animation: typing 4.5s steps(50, end) infinite,
    blink-caret 2s step-end infinite;
  animation-delay: 0s, 0s;
  animation-direction: normal, normal;
  animation-timing-function: steps(50, end), step-end;
  animation-iteration-count: infinite, infinite;
  max-width: fit-content;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /* subtil dar eficient */
  color: #264653;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  60% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

/* Let's Talk Section */
.lets-talk .section-subtitle {
  color: #cbff38;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lets-talk .section-title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
}

.contact-form input,
.contact-form select {
  height: 50px;
}

.contact-form textarea {
  resize: none;
}

.btn-contact {
  font-family: "Montserrat", sans-serif;
  background: #f4a261;
  color: #264653;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 40px;
  text-transform: uppercase;
  border: none;
  transition: 0.3s ease;
  position: relative;
  margin-top: 40px;
}

.btn-contact:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.contact-form select {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  /* Săgeată dropdown */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

/* Culoare logo inițială (pe fundal întunecat) */
.logo-text {
  font-family: "Unica One", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.8px;
  transition: color 0.3s ease, font-size 0.3s ease;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  height: 85px;
  padding-left: 35px;
  padding-right: 20px;
  flex-grow: 1;
  margin-right: auto;
}

.navbar-nav {
  gap: 40px;
}

/* Culoare logo după scroll (pe fundal alb) */
.nav-scroll .logo-text {
  font-family: "Unica One", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.8px;
  transition: color 0.3s ease, font-size 0.3s ease;
  color: #264653 !important;
}

.nav-scroll .logo-text .media-text {
  color: #264653 !important;
}

@media screen and (max-width: 1440px) {
  .header .v-middle h1 {
    font-size: 48px;
  }
  .header .v-middle h6 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1200px) {
  .header .v-middle h1 {
    font-size: 42px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #portfolio .video-overlay-text h6 {
    font-size: 15px;
  }
  #portfolio .video-overlay-text h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .portfolio-cta {
    text-align: center;
    padding-inline: 24px;
  }
  .portfolio-cta-text {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 auto 14px;
    max-width: 720px;
  }
  .cta-button-wrapper {
    margin: 20 auto 60px !important;
  }
  :root {
    --logo-safe: 570px !important;
  } /* începe cu 200–220px; ajustează după logo */

  .navbar .navbar-collapse {
    /* panoul se întinde între dreapta și marginea stângă „safe” */
    right: 0;
    left: var(--logo-safe);
    width: auto; /* IMPORTANT: fără width fix pe tabletă */
    max-width: none;

    /* full height robust pe tabletă */
    top: 0;
    bottom: 0;
    height: 100dvh;
    max-height: 100svh;
    box-sizing: border-box;

    /* spațiu interior puțin mai generos pe tabletă */
    padding: 96px 24px 24px; /* ajustează 88–104px în funcție de navbar */
    border-radius: 0;
    box-shadow: -12px 0 32px rgba(0, 0, 0, 0.14);
  }

  /* linkurile să ocupe toată lățimea panoului */
  #navbar .navbar-nav {
    width: 100%;
  }
  #navbar .nav-link {
    padding: 16px 10px;
  }

  .navbar-nav .nav-link {
    font-size: 20px !important;
    line-height: 1.5;
    padding: 18px 0;
  }
}

@media screen and (max-width: 991px) {
  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }

  .navbar .navbar-collapse {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navbar .navbar-collapse::-webkit-scrollbar {
    display: none;
  }

  /* === Logo === */
  .logo-text {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin: 0;
  }

  .nav-scroll .logo-text {
    font-size: 30px;
  }

  .navbar .container {
    padding-left: 25px;
    padding-right: 15px;
    justify-content: space-between;
    align-items: center;
  }

  /* === Text Hero === */
  .header .v-middle {
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
  }

  .section-title {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-weight: 600;
  }

  .section-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Unica One", cursive;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
  }

  .bullet {
    width: 6px;
    height: 6px;
    background: #f4a261;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .button-3 {
    font-size: 20px;
    padding: 20px 30px;
    color: #fff;
    background: transparent;
    border: 1px solid #f4a261;
    transition: all 0.3s ease;
    margin-top: 10px;
  }

  /* === Overlay pe video pentru lizibilitate mai bună pe mobil === */
  .video-fullscreen-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  /* === Despre noi === */
  .about .content {
    text-align: center;
    margin-top: -60px;
  }

  .about .section-subtitle {
    justify-content: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .about .section-title {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 25px;
  }

  .about p {
    text-align: left;
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .about .button-1 {
    font-size: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
  }

  .about .phone {
    justify-content: center;
    display: flex;
    margin-bottom: 90px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .about .phone a {
    font-size: 20px;
  }

  .phone a i.whatsapp-icon {
    width: 65px;
    height: 65px;
    font-size: 22px;
  }

  .video-wrapper {
    max-width: 480px;
    margin: 0 auto;
  }

  .video-wrapper video {
    height: auto; /* Important ca să nu forțeze 100% */
    aspect-ratio: 9 / 16;
  }

  .line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #f4a261;
    width: 2px;
    height: 60px;
    z-index: 10;
    opacity: 1;
  }

  .services .section-subtitle {
    justify-content: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .services .section-title {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 25px;
  }

  .services .item {
    padding: 40px 30px 80px 30px;
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .services .item .text h5 {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-top: 50px;
    margin-bottom: 12px;
  }

  .services .item .text p {
    font-size: 16px;
  }

  .services .item .icon {
    width: 80px;
    height: 80px;
    padding: 12px;
  }

  .services .item .icon .arrow {
    width: 55px;
    height: 55px;
  }

  .services .item .icon .icon-w {
    font-size: 22px;
  }

  .services .item .badge-tag {
    display: inline-block;
  }

  .services .item .text p + p {
    margin-top: 10px;
  }

  .cta-button-3d {
    font-size: 20px;
    padding: 25px 30px;
    margin-bottom: 20px;
  }

  .portfolio-home-carousel {
    overflow: hidden;
  }

  #portfolio .video-wrapper {
    margin-top: 0 !important;
  }

  #portfolio .portfolio-home-carousel {
    overflow: visible !important;
    margin-top: 0px !important; /* spațiu sănătos sub titlu */
  }
  #portfolio .portfolio-home-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  #portofolio .section-subtitle {
    justify-content: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  #portofolio .section-title {
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 25px;
  }

  #team .section-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    font-size: 18px;
  }

  #team .section-title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }

  #team p {
    font-size: 20px;
  }

  #team .team-name {
    font-size: 20px;
  }

  #team .team-role {
    font-size: 17px;
  }

  #contact .section-subtitle {
    font-size: 18px;
  }

  #contact .section-title {
    font-size: 34px;
  }

  #contact .btn-contact {
    font-size: 20px;
  }

  .footer-description {
    font-size: 20px;
  }

  .social-icons {
    font-size: 23px;
  }

  .mb-0 {
    font-size: 20px;
  }

  :root {
    --logo-safe: 210px;
  }

  .navbar {
    z-index: 3000 !important;
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    left: var(--logo-safe); /* NU trece peste logo */
    bottom: 0;

    height: 200svh; /* full height robust pe mobile */
    max-height: 200svh;
    box-sizing: border-box;

    /* fără lățime fixă: se întinde între left și right */
    width: auto;
    max-width: none;

    background: #fff;
    overflow-y: auto;
    padding: 90px 16px 20px; /* spațiu sub bară; ajustează 80–100px */
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;

    transform: translateX(100%); /* ascuns în dreapta */
    transition: transform 0.35s ease;
    z-index: 4000;
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
  }
  .navbar .navbar-collapse.collapsing {
    transform: translateX(100%);
    height: 100dvh !important;
    transition: transform 0.35s ease;
  }

  /* linkurile ocupă toată lățimea panoului */
  #navbar .navbar-nav {
    width: 100%;
  }
  #navbar .nav-link {
    padding: 15px 8px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    letter-spacing: 1px;
    font-size: clamp(24px, 6vw, 42px);
  }

  body.offcanvas-open {
    overflow: hidden;
    touch-action: none; /* Previne scroll și swipe pe mobil */
  }
}

@media screen and (max-width: 767px) {
  .logo-text {
    font-size: 22px;
  }
  .nav-scroll .logo-text {
    font-size: 22px;
  }
  .section-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-align: center;
  }
  .section-subtitle {
    font-size: 12px;
    text-align: center;
  }
  .button-3 {
    font-size: 15px;
    padding: 10px 20px;
    margin-top: 0px;
  }

  /* === Despre noi === */
  .about .section-title {
    font-size: 26px;
  }

  .about .section-subtitle {
    font-size: 14px;
  }

  .about p {
    font-size: 15px;
  }

  .about .phone {
    margin-top: 5px;
    margin-bottom: 70px;
  }

  .about .phone a {
    font-size: 15px;
  }

  .phone a i.whatsapp-icon {
    width: 55px;
    height: 55px;
    font-size: 17px;
  }

  .about .button-1 {
    font-size: 15px;
    padding: 10px 20px;
  }

  .video-wrapper {
    max-width: 360px;
    margin: 0 auto;
  }

  .video-wrapper video {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
  }

  .line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #f4a261;
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
  }

  .services .section-title {
    font-size: 26px;
  }

  .services .section-subtitle {
    font-size: 14px;
  }

  .services .item {
    margin: 0 auto 20px auto;
    width: 90%; /* micșorează cardul */
    padding: 30px 25px 80px 25px; /* padding mai mic */
  }

  .services .item .icon {
    width: 75px;
    height: 75px;
  }

  .services .item .icon .arrow {
    width: 50px;
    height: 50px;
  }

  .services .item .text h5 {
    font-size: 25px;
    margin-top: 70px;
  }

  .services .item .text p {
    font-size: 15px;
  }

  .services .item .text p + p {
    margin-top: 10px;
  }

  .cta-button-3d {
    font-size: 15px;
    padding: 15px 20px;
    margin-top: -20px;
  }

  #portfolio .portfolio-home-carousel {
    margin-top: -10px !important;
  }

  #portfolio .section-subtitle {
    font-size: 14px;
  }

  .lets-talk .section-title {
    font-size: 22px;
  }

  .portfolio-cta {
    text-align: center;
    padding-inline: 6px;
    margin-top: -120px !important;
  }

  .portfolio-cta-text.typewriter {
    white-space: nowrap !important;
    overflow: hidden !important;
    display: inline-block;
    font-size: 11.5px;
    line-height: 1.35;
    max-width: 100%;
  }

  #team .section-subtitle {
    font-size: 14px;
  }

  #team p {
    font-size: 15px;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 0px;
  }

  #team .row.gx-4 {
    --bs-gutter-x: 1rem;
  }

  #team .col-md-6 {
    display: flex;
    justify-content: center;
  }

  #team .team-card {
    width: min(100%, 320px);
    margin: 0 auto;
    padding: 14px 14px 16px;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  }

  #team .team-img {
    border-radius: 12px;
    overflow: hidden;
  }
  #team .team-img img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 12px;
  }

  #team .team-name {
    font-size: 16px;
    margin: 12px 0 2px;
  }

  #team .team-role {
    font-size: 13.5px;
    margin-bottom: 0;
    text-align: center;
  }

  #contact .section-subtitle {
    font-size: 14px;
  }

  #contact .section-title {
    font-size: 26px;
  }

  #contact .col-md-6,
  #contact .col-12,
  #contact .col-md-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #contact .btn-contact {
    font-size: 15px;
  }

  .footer .logo-text {
    font-size: 27px !important;
  }

  .footer-description {
    font-size: 15px;
  }

  .social-icons {
    font-size: 17px;
  }

  .mb-0 {
    font-size: 14px;
  }

  .navbar-nav .nav-link {
    font-size: 15px !important;
    line-height: 1.4;
    padding: 14px 0;
  }
}

.whatsapp-icon:hover {
  transform: scale(1.05);
}
