body {
  background: #ffffff;
  color: #333;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
.navbar-b .nav-link,
.hero-text-loader>span {
  font-family: "Barlow", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

a {
  color: #5a227d;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

img {
  max-width: 100%;
  transition: all 0.2s;
}

img:hover {
  transform: scale(1.1);
}

a:hover {
  color: #5a227d;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

a:hover,
a:focus {
  color: #5a227d;
  text-decoration: none;
}

p {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

/*.container-fluid {
  max-width: calc(100vw - 200px);
}*/

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}

.z-index {
  z-index: 9;
}

.position-relative {
  position: relative !important;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
  border-bottom: 1px solid #5a227d;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.black {
  color: #000 !important;
}

.delivery {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  margin: 30px 0;
}

.delivery img {
  max-width: 70px;
}

button:focus {
  outline: 0 none;
  box-shadow: none;
}

.button:focus {
  outline: none;
  box-shadow: none;
}

.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 9px 35px;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border-radius: 25px;
  color: #ffffff;
  background: linear-gradient(#5a227d 0.42%, #5a227d);
  cursor: pointer;
  margin-top: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.button img {
  max-width: 70px;
}

.button a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.button:hover {
  color: #fff;
}

.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.button:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.button-large:focus {
  outline: none;
  box-shadow: none;
}

.button-large {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 14px 59px;
  text-align: center;
  font-size: 32px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border: 2px solid #ffffff;
  border-radius: 2px;
  color: #ffffff;
  background: none;
  cursor: pointer;
  margin-top: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.button-large:hover {
  color: #fff;
}

.button-large:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #5a227d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button-large:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #5a227d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.button-large:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.button-large:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.bg-gray {
  background-color: #ececee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bg-none {
  background: none !important;
}

.bg-white {
  background-color: #fff !important;
}

.color-text {
  color: #5a227d;
}

dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mr-15 {
  margin-right: 15px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

h5 {
  color: #5a227d;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
  font-family: "Nunito", sans-serif;
}

.section-padding {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h5 {
  color: #cc7528;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.section-title h2 {
  font-weight: 600;
  text-transform: none;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #5a227d;
  background: #5a227d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.mr-0 {
  margin: 0;
}

.mr-top-50 {
  margin-top: 50px;
}

.back-to-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background: #5a227d;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.back-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #5b5b5b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
  color: #ffffff;
}

.back-to-top.active {
  top: 97%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.back-to-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.back-to-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-light]:before {
  background: #fff;
}

[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,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

.bg-b {
  background-color: #000000;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 5px;
  transition: 0.3s;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #5a227d !important;
  width: 7px;
  height: 7px;
  transition: 0.3s;
  -webkit-box-shadow: 0 1px 5px #5a227d;
  box-shadow: 0 1px 5px #5a227d;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border: 2px solid #5a227d;
  transition: 0.3s;
}

/*-----------------------------------
 ** Preloader Area CSS
 *-----------------------------------*/
.preloader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999999;
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}

.preloader .preloader-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #5a227d #5a227d transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #d6d6d6 #d6d6d6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader::before {
  width: 32px;
  height: 32px;
  border-color: #fff #fff transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.spinner-loader {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}

.spinner-loader img {
  position: absolute;
  animation: beat 0.3s infinite alternate;
}

@keyframes beat {
  to {
    transform: scale(1.4);
  }
}

.spinner-loader div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  border-radius: 50%;
}

@-webkit-keyframes spinner-loader {
  0% {
    top: 35px;
    left: 35px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

@keyframes spinner-loader {
  0% {
    top: 35px;
    left: 35px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

/*-----------------------------------
 * Navber Area Style
 -----------------------------------*/
.aukemedia-menu-header-navber-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: transparent;
}

.aukemedia-menu-header-navber-area .nav-top-bar {
  background: transparent;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  padding-top: 15px;
  padding-bottom: 15px;
}

.aukemedia-menu-header-navber-area .nav-top-bar .call-to-action p {
  margin: 0 13px 0 0;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.aukemedia-menu-header-navber-area .nav-top-bar .call-to-action p i {
  margin-right: 3px;
  font-size: 16px;
}

.aukemedia-menu-header-navber-area .nav-top-bar .call-to-action p a {
  color: #ffffff;
}

.aukemedia-menu-header-navber-area .nav-top-bar .call-to-action p a:hover,
.aukemedia-menu-header-navber-area .nav-top-bar .call-to-action p a:focus {
  color: #ffc107;
}

.aukemedia-menu-header-navber-area .nav-top-bar .top-social {
  float: right;
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: none;
}

.aukemedia-menu-header-navber-area .nav-top-bar .top-social li {
  display: inline-block;
}

.aukemedia-menu-header-navber-area .nav-top-bar .top-social li a {
  color: #ffffff;
  font-size: 15px;
  margin-left: 5px;
}

.aukemedia-menu-header-navber-area .nav-top-bar .top-social li a:hover,
.aukemedia-menu-header-navber-area .nav-top-bar .top-social li a:focus {
  color: #5a227d;
}

.aukemedia-menu-header-navber-area .nav-top-bar .opening-hours {
  float: right;
}

.aukemedia-menu-header-navber-area .nav-top-bar .opening-hours p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

.aukemedia-menu-header-navber-area .nav-top-bar .opening-hours p i {
  margin-right: 3px;
  font-size: 16px;
}

.aukemedia-menu-header-navber-area .nav-top-bar.template-color-bg {
  background: #5a227d;
  border-bottom: none;
}

.aukemedia-menu-header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
  color: #ffffff;
}

.aukemedia-menu-header-navber-area .nav-top-bar.template-color-bg .top-social li a {
  color: #ffffff;
}

.navbar-b {
  height: auto !important;
  min-height: auto !important;
  /* Fix 2: Allow height to adapt to logo */
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  display: flex;
  align-items: center;
}

.navbar-b.navbar-reduce {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b .navbar-brand span {
  display: flex;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  align-items: flex-start;
}

.navbar-b .navbar-brand img {
  width: 180px !important;
  /* Default width */
  height: auto;
  /* Maintain aspect ratio */
  max-width: 100%;
  /* Ensure it shrinks on mobile */
  margin: 0;
}

.navbar-trans {
  background-color: #fff !important;
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0;
  background-color: #fff !important;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #333;
  /* Slightly darker for contrast */
  font-weight: 700 !important;
  /* Made strong */
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-right: 0;
  padding-left: 0;
  font-family: "Nunito", sans-serif;
  background-color: transparent !important;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #5a227d;
  border-bottom: 2px solid #5a227d;
}

.navbar-b.navbar-trans .nav-link::hover {
  color: #505050;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #505050;
}

.nav-link.active {
  color: #5a227d !important;
  border-bottom: 2px solid #5a227d;
  font-weight: 500 !important;
}

.navbar-b.navbar-reduce {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
  animation: 500ms ease-in-out 0s normal fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-b.navbar-reduce .nav-link {
  color: #505050;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.navbar-b.navbar-reduce .book-now .nav-link {
  color: #fff !important;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #5a227d;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #505050;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #333;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1b1b1b;
}

.navbar-b .navbar-brand {
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0;
  z-index: 90;
  color: #5a227d;
}

.navbar-b .navbar-brand span img {
  width: 150px;
  padding-top: 0.1rem;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #5a227d;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #5a227d;
}

.navbar-toggler {
  position: absolute;
  right: 13px;
  top: 17px;
  background: #5a227d;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

#navbarDefault {
  align-items: center;
}

.navbar-phone {
  color: #5a227d;
  font-weight: 600;
  margin-left: 20px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.navbar-phone span {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.top-call-to-action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-call-to-action .icon {
  font-size: 30px;
  color: #5a227d;
  padding: 0 10px;
}

.top-call-to-action .call-us {
  display: flex;
  flex-direction: column;
  line-height: 16px;
}

.top-call-to-action .call-us strong {
  color: #5a227d;
  font-weight: 600;
}

.top-call-to-action .call-us {
  color: #505050;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-b .black-logo {
  display: none;
}

.navbar-b .tag-line {
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}

.navbar-b.navbar-trans span.main-logo,
.navbar-b.navbar-reduce span.main-logo {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.navbar-b.navbar-trans span.main-logo .tag-line {
  color: #ffffff;
}

.navbar-b.navbar-reduce span.main-logo .tag-line {
  color: #000000;
}

.navbar-b.navbar-reduce .navbar-brand .white-logo {
  display: none;
}

.navbar-b.navbar-reduce .navbar-brand .black-logo {
  display: flex;
  color: #5a227d;
}

.book-now a {
  background: -webkit-linear-gradient(180deg, #5a227d, #8e0328);
  background: -o-linear-gradient(180deg, #5a227d, #8e0328);
  background: linear-gradient(180deg, #5a227d, #8e0328);
  border-radius: 2px;
  padding-right: 15px !important;
}

.book-now a:hover {
  background: #171717;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

/*-----------------------------------
 * Home Section Style
 -----------------------------------*/

.home-area {
  position: relative;
  z-index: 1;
  text-align: center;
  background: url(../images/slider-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-top: 150px;
  padding-bottom: 40px;
}

.home-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: -1;
  background: #000 !important;
}

.hero-equal-height {
  position: relative;
  min-height: 100vh;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.home-area .home-content {
  margin-bottom: 50px;
}

.home-area .home-content h1 {
  font-size: 80px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
}

.home-area .home-content p {
  font-size: 15px;
  color: #ffffff;
}

.button.home-btn-1 {
  background: #5a227d;
  margin-right: 15px;
  border: 2px solid #ffffff;
  color: #fff;
}

.home-app-button-box .img-app-btn-1 {
  margin-right: 15px;
}

/*-----------------------------------
 * Slider Home Style
 -----------------------------------*/

.slider {
  position: relative;
  overflow: hidden;
}

.slider svg.jtk-connector {
  position: absolute !important;
  pointer-events: none;
  z-index: 15;
}

/* Ensure jsPlumb can calculate positions correctly for absolutely positioned elements */
.slider-content-section {
  position: relative;
  min-height: 100vh;
}

.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #6b6b6b;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 670px;
  /*max-height: 670px;*/
  padding-bottom: 50px;
  z-index: 2;
}

.slider .parallax-slider .swiper-slide .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background: #000000;
  opacity: 0.5;
  z-index: 1;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  width: 101%;
  background-size: cover;
  background-position: center;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
  opacity: 1;
  animation: fadeInLeft 0.8s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.3s;
}

.slider .parallax-slider .caption {
  text-align: left;
  margin-top: 50px;
}

.slider .parallax-slider .caption:before {
  content: "";
  position: absolute;
  left: -8%;
  top: -47%;
  width: 100%;
  max-width: 122px;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  text-align: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: beat 5s infinite alternate;
}

.slider .parallax-slider .caption:after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -161px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  text-align: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: beat 2s infinite alternate;
}

.slider .parallax-slider .caption h2 {
  text-transform: uppercase;
  font-weight: 100;
  color: #f1f1f1;
}

.slider .parallax-slider .caption h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  opacity: 1;
  visibility: visible;
  font-family: "Nunito", sans-serif;
  display: inline-block;
  position: relative;
}

.slider .parallax-slider .caption p {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  opacity: 1;
}

.slider .parallax-slider .swiper-slide-active .caption p {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  opacity: 1;
  animation: fadeInRight 0.8s;
}

.slider .parallax-slider .swiper-slide-active .caption h3 {
  color: #f1f1f1;
}

/*.hero-text-loader {
  perspective: 1000px;
  -webkit-perspective: 1000px;
  text-align: left;
}*/
.hero-text-loader {
  text-align: left;
  line-height: 1.1;
  font-family: "Barlow", sans-serif !important;
  font-size: 5rem;
  /* Desktop Size */
  font-weight: 700;
  color: #fff;
  display: block;
  margin-top: 260px;
}

.hero-text-loader .line-1 {
  font-size: 5rem;
  font-weight: 600;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.hero-text-loader .line-2 {
  font-size: 7rem;
  /* Media is larger in PDF */
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: #fff;
  line-height: 0.9;
}

.hero-text-loader .empty {
  width: 20px;
}

.hero-text-loader>span {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
  margin-top: 30px;
  /*transform-style: preserve-3d;
  transform-origin: 0 100%;
  animation: anim 3s infinite linear;*/
  font-weight: 500;
}

/*.hero-text-loader > span:nth-child(even) {
  color: #5a227d;
}
.hero-text-loader > span:nth-child(2) {
  animation-delay: 0.2s;
}
.hero-text-loader > span:nth-child(3) {
  animation-delay: 0.4s;
}
.hero-text-loader > span:nth-child(4) {
  animation-delay: 0.6s;
}
.hero-text-loader > span:nth-child(5) {
  animation-delay: 0.8s;
}
.hero-text-loader > span:nth-child(6) {
  animation-delay: 1s;
}
.hero-text-loader > span:nth-child(7) {
  animation-delay: 1.2s;
}
.hero-text-loader > span:nth-child(8) {
  animation-delay: 1.4s;
}
.hero-text-loader > span:nth-child(9) {
  animation-delay: 1.6s;
}
.hero-text-loader > span:nth-child(10) {
  animation-delay: 1.8s;
}
.hero-text-loader > span:nth-child(11) {
  animation-delay: 2s;
}
.hero-text-loader > span:nth-child(12) {
  animation-delay: 2.2s;
}
.hero-text-loader > span:nth-child(13) {
  animation-delay: 2.4s;
}
.hero-text-loader > span:nth-child(14) {
  animation-delay: 2.6s;
}
.hero-text-loader > span:nth-child(14) {
  animation-delay: 2.8s;
}
.hero-text-loader > span:nth-child(15) {
  animation-delay: 3s;
}
.hero-text-loader > span:nth-child(16) {
  animation-delay: 3.2s;
}
.hero-text-loader > span:nth-child(17) {
  animation-delay: 3.4s;
}
.hero-text-loader > span:nth-child(18) {
  animation-delay: 3.6s;
}
.hero-text-loader > span:nth-child(19) {
  animation-delay: 3.8s;
}
.hero-text-loader > span:nth-child(20) {
  animation-delay: 4s;
}*/
@keyframes anim {
  35% {
    transform: rotateX(360deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.home-slider-btn {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  opacity: 1;
  animation: fadeInUp 1s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.home-slider-btn .button:focus {
  outline: none;
  box-shadow: none;
}

.home-slider-btn .button {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 9px 35px;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-weight: 400;
  border: 0;
  border-radius: 25px;
  color: #ffffff;
  background: linear-gradient(#5a227d 0.42%, #5a227d);
  cursor: pointer;
  margin-top: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.home-slider-btn .button:hover {
  color: #fff;
}

.home-slider-btn .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.home-slider-btn .button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #171717;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.home-slider-btn .button:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.home-slider-btn .button:hover:after {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.slider .control-text {
  position: absolute;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: auto;
  align-items: center;
  /*display: flex;
	justify-content: space-between;*/
}

.slider .control-text .swiper-nav-ctrl {
  color: #eee;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-left: 50px;
  margin-right: 50px;
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
  background: transparent;
  padding: 6px 10px;
  border-radius: 3px;
}

.slider .control-text .swiper-nav-ctrl:after {
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background: rgb(0, 0, 0, 0.3);
}

.slider .swiper-pagination-bullets {
  bottom: 20px;
}

.slider .swiper-pagination-bullet {
  background: #5a227d;
  opacity: 0.4;
  width: 30px;
  border: 0;
  border-radius: 10px;
}

.slider .swiper-pagination-bullet-active {
  background: #5a227d;
  opacity: 1;
}

.header-chef-image {
  position: absolute;
  bottom: 0;
  z-index: 90;
  right: 0;
}

.header-chef-image img {
  width: 100%;
  max-width: 600px;
}

/*-----------------------------------
 * Services Section Style
 -----------------------------------*/
.services .icon {
  text-align: center;
}

.services .icon img {
  max-width: 60px;
}

.c-section p {
  margin-bottom: 30px;
}

.aukemedia-single-service-card {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.aukemedia-single-service-card h5 {
  color: #ffffff;
}

.aukemedia-single-service-card img {
  max-width: 80px;
  margin-bottom: 20px;
}

.theme-main-banner .video-btn {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: block;
  color: #fff;
  background: transparent;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.iq-video.video-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 83px;
  background: -webkit-linear-gradient(-48deg, #ffffff -30%, #5a227d 60%);
  background: -o-linear-gradient(-48deg, #ffffff -30%, #5a227d 60%);
  background: linear-gradient(-48deg, #ffffff -30%, #5a227d 60%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-main-banner .video-btn {
  border-radius: 50%;
  display: block;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: 0.5s;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4),
      0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.animation-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.bg-grey {
  background: #f9f9f9;
}

.bg-dark {
  background: #17161c !important;
}

.bg-default {
  background: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/section-bg.jpg);
  z-index: 1;
  text-align: center;
  position: relative;
  padding: 70px 0;
}

.bg-default::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: -1;
}

.bg-default h1,
.bg-default h2,
.bg-default h3,
.bg-default h4,
.bg-default h5,
.bg-default h6,
.bg-default p {
  color: #fff;
  word-break: break-all;
}

/*-----------------------------------
 * Features Section Style
 -----------------------------------*/
.features {
  position: relative;
}

.features p {
  color: #000;
  margin-bottom: 10px;
}

.features ul {
  list-style: disc;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.features .icon-list li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 0;
  color: #ffffff;
  width: 45%;
  background: #5a227d;
  margin-right: 25px;
  padding: 5px 10px;
}

.features img {
  border-radius: 4px 30px;
}

/*-----------------------------------
 * Service Section Style
 -----------------------------------*/
.aukemedia-service-info-box {
  margin-bottom: 0;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 0;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  overflow: hidden;
  padding: 30px;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.aukemedia-service-info-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.aukemedia-service-info-box .gallery-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.menu-single-product-horizontal .aukemedia-service-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
}

.menu-single-product-horizontal .service-title {
  font-size: 18px;
  font-weight: 400;
  color: #5a227d;
}

.main-price {
  display: flex;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #5a227d;
  font-size: 1rem;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 14px;
  z-index: 90;
}

.aukemedia-service-info-box .booking a {
  margin-top: 0;
}

.service-details {
  display: block;
  color: #5a227d;
  text-align: center;
  padding: 10px 0;
}

.service-description {
  list-style: none;
  border: 1px solid #e7e7e7;
  margin: 5px 0;
  padding: 10px;
}

.service-description span {
  color: #5a227d;
}

/*-----------------------------------
 * Goals Section Style
 -----------------------------------*/
.steps-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.steps-progress-head {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.steps-progress-head .head-item {
  padding: 0.5rem 0.5rem;
  margin: 0.3rem;
  letter-spacing: 2px;
  cursor: pointer;
}

.steps-progress .steps-list {
  width: 100%;
  position: relative;
  list-style: none;
}

.steps-progress .steps-list::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  border-left: 3px solid #ececec;
}

.steps-progress .steps-list .steps-item {
  position: relative;
  width: 50%;
}

.steps-progress .steps-list .steps-item h3 {
  color: #5a227d;
  line-height: 1;
}

.steps-progress .steps-list .steps-item:hover:nth-child(even)::before {
  height: 100%;
}

.steps-progress .steps-list .steps-item:hover:nth-child(odd)::before {
  height: 100%;
}

.steps-progress .steps-list .steps-item:nth-child(even) {
  padding-right: 20px;
  text-align: right;
  float: left;
  clear: both;
}

.steps-progress .steps-list .steps-item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 0;
  background-color: #171717;
  display: inline-block;
  transition: all 255ms ease-in-out;
}

.steps-progress .steps-list .steps-item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #171717;
  display: inline-block;
}

.steps-progress .steps-list .steps-item:nth-child(odd) {
  float: right;
  padding-left: 20px;
  clear: both;
}

.steps-progress .steps-list .steps-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: #171717;
  display: inline-block;
  transition: all 255ms ease-in-out;
}

.steps-progress .steps-list .steps-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #171717;
  display: inline-block;
}

.steps-progress .steps-list .steps-item:not(:last-child) {
  padding-bottom: 1rem;
}

.steps-progress .steps-list .steps-item .location {
  margin-top: 0.2rem;
}

.steps-progress .steps-list .steps-item .periode {
  font-size: 0.8rem;
}

/*-----------------------------------
 * register-vote Section Style
 -----------------------------------*/

.aukemedia-getstarted {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/section-bg.jpg);
  z-index: 1;
  text-align: center;
  position: relative;
  padding: 70px 0;
}

.aukemedia-getstarted::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  z-index: -1;
}

.aukemedia-getstarted img {
  max-width: 150px;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: 0.5s;
  margin-bottom: 40px;
  padding: 31px;
}

.aukemedia-getstarted h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -5px;
}

.aukemedia-getstarted h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: -5px;
}

.aukemedia-getstarted h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}

.register-vote-btn {
  background: -webkit-linear-gradient(180deg, #5a227d, #8e0328);
  background: -o-linear-gradient(180deg, #5a227d, #8e0328);
  background: linear-gradient(180deg, #5a227d, #8e0328);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  margin-top: 20px;
}

.register-vote-btn:hover {
  background-color: #505050;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
}

.mt-20 {
  margin-top: 20px;
}

/*-----------------------------------
 * register-vote Modal Style
 -----------------------------------*/
#register-voteModal .modal-dialog {
  max-width: 650px;
}

#register-voteModal .modal-dialog .modal-content {
  border: none;
  border-radius: 5px;
}

#register-voteModal .modal-dialog .modal-content .modal-header {
  padding: 25px 25px 20px;
  display: block;
  background: #5a227d;
  position: relative;
}

#register-voteModal .modal-dialog .modal-content .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
  font-size: 22px;
}

#register-voteModal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  color: #ffffff;
}

#register-voteModal .modal-dialog .modal-content .modal-body {
  padding: 25px;
}

#register-voteModal .modal-dialog .modal-content .modal-body .modalForm {
  overflow: hidden;
}

#register-voteModal .modal-dialog .modal-content .modal-body .modalForm .form-control {
  padding: 4px 10px 0;
}

#register-voteModal .modal-dialog .modal-content .modal-body .modalForm .btn {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 1px;
  padding: 12px 30px 8px;
  margin-top: 4px;
  float: right;
  background: #000;
  border-radius: 25px;
}

/*-----------------------------------
 * Gallery Section Style
 -----------------------------------*/

.gallery-area {
  position: relative;
}

.gallery-area .gallery-list {
  text-align: center;
}

.gallery-area .gallery-list .nav {
  display: inline-block;
  margin: 0;
  position: relative;
}

.gallery-area .gallery-list .nav li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 5px;
  padding: 10px 10px;
  min-width: 140px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gallery-area .gallery-list .nav li:hover,
.gallery-area .gallery-list .nav li.filter-active {
  color: #fff;
  background: -webkit-linear-gradient(180deg, #5a227d, #8e0328);
  background: -o-linear-gradient(180deg, #5a227d, #8e0328);
  background: linear-gradient(180deg, #5a227d, #8e0328);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gallery-area .gallery-container {
  display: inline-block;
  width: 100%;
}

.gallery-area .gallery-grid-item {
  overflow: hidden;
}

.gallery-grid-item img {
  width: 100%;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
}

.gallery-item .gallery-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.gallery-item .gallery-img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  z-index: -1;
  border-radius: 3px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #5a227d;
  opacity: 0.9;
}

.gallery-item:hover .gallery-img-overlay:after {
  height: 100%;
}

.gallery-item .gallery-img-overlay .gallery-content .info {
  position: absolute;
  left: 5%;
  top: 4%;
  overflow: hidden;
}

.gallery-item .gallery-img-overlay .gallery-content .info h6 {
  margin-top: 5px;
  padding: 5px 20px;
  color: #fff;
  background: #5a227d;
  border-radius: 2px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery-item .gallery-img-overlay .gallery-content .icon {
  position: absolute;
  top: 41%;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 52px;
  border-radius: 2px;
  text-align: center;
  font-size: 2rem;
  text-transform: UPPERCASE;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .icon {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.gallery-item:hover .gallery-img-overlay .gallery-content .info h6 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.gallery-more-btn {
  margin-top: 30px;
}

/*-----------------------------------
 * Testimonial Section Style
 -----------------------------------*/
.testimonial-area {
  text-align: center;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.testimonial-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
}

.single-testimonial {
  position: relative;
  background-color: transparent;
  padding: 15px;
}

.rating-box ul li {
  display: inline-block;
}

.rating-box ul li i {
  color: #ffce39;
  font-size: 18px;
}

.testimonial-content {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

.testimonial-content .fa-quote-left {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -66px;
  color: rgba(196, 149, 106);
}

.testimonial-content .fa-quote-right {
  position: absolute;
  right: 0;
  font-size: 20px;
  bottom: -66px;
  color: rgba(196, 149, 106);
}

.testimonial-content p {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  background: rgb(65 105 225);
  padding: 20px;
  color: #fff;
  border-radius: 4px;
}

.single-testimonial .testimonial-bio .avatar img {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 100px;
  margin: 0 auto;
  padding: 3px;
}

.single-testimonial .testimonial-bio .bio-info {
  text-align: center;
  margin-top: 10px;
}

.single-testimonial .testimonial-bio .bio-info .name {
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
}

.single-testimonial .testimonial-bio .bio-info span {
  font-size: 15px;
  /*color: #fff;*/
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
  position: unset;
  right: 0;
  top: 50%;
  transform: none;
  margin-top: 20px;
}

.testimonial-area .owl-theme .owl-dots .owl-dot span {
  background-color: #ddd;
}

.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
  background-color: #cacaca;
}

/*-----------------------------------
 * Team Section Style
 -----------------------------------*/
.team-area {}

.team-area .section-title {
  margin-bottom: 35px;
}

.single-team-box {
  margin-top: 30px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-image {
  position: relative;
  z-index: 1;
  border: 5px solid #5a227d82;
  padding: 9px;
}

.single-team-box .team-image img {
  width: 100%;
  height: auto;
}

.team-social-box {
  display: block;
}

.team-social-box {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team-box:hover .team-image .team-social-box:after {
  height: 100%;
}

.single-team-box .team-social-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-team-box .team-social-icon a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: inherit;
  font-size: 15px;
  margin: 12px 5px;
  vertical-align: middle;
  background: #ffffff;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s;
}

.single-team-box:hover .team-social-icon a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team-box .team-social-icon a:after {
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: inherit;
  border-radius: inherit;
}

.single-team-box .team-social-icon a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-info {
  padding: 20px 15px 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.team-info span {
  color: #5a227d;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.social-color-1:hover:after {
  background-color: #3b5998 !important;
}

.social-color-2:hover:after {
  background-color: #00acee !important;
}

.social-color-3:hover:after {
  background-color: #0e76a8 !important;
}

.social-color-1 {
  color: #3b5998 !important;
  background-color: transparent;
}

.social-color-2 {
  color: #00acee !important;
  background-color: transparent;
}

.social-color-3 {
  color: #0e76a8 !important;
  background-color: transparent;
}

.mt-70 {
  margin-top: 70px !important;
}

/*-----------------------------------
 * Blog Section Style
 -----------------------------------*/

.blog-area .section-title {
  text-align: center;
  margin-bottom: 35px;
}

.blog-area .single-blog {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  overflow: hidden;
}

.blog-area .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-area .single-blog img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.blog-area .single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(3deg) scale(1.1, 1.1);
  -ms-transform: rotate(3deg) scale(1.1, 1.1);
  transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
  padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
  color: #555;
}

.blog-area .single-blog .blog-content h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
  color: #5a227d;
  text-decoration: underline !important;
}

.blog-area .card {
  background: #ffffff;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  border: unset;
}

.blog-bottom-text-link {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.blog-bottom-text-link span {
  font-size: 15px;
  color: #5a5a5a;
  font-weight: 500;
}

.single-blog .blog-content .blog-bottom-text-link a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #5a227d;
  display: block;
  padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
  color: #5a227d;
  text-decoration: underline !important;
}

.blog-more-btn {
  margin-top: 30px;
}

.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-area p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}

.blog-btn {
  background-color: rgba(207, 9, 44, 0.95);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  margin-top: 20px;
}

.blog-btn:hover {
  background-color: #c5092a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
}

/*-----------------------------------
 * Press Section Style
 -----------------------------------*/
.partner-logo img {
  max-height: 80px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partner-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.partners-area {
  background-color: #f9f9f9 !important;
  padding: 80px 0;
}

.partners-area .section-title h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.partners-area .section-title h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
}

.theme-partner-area {
  position: relative;
}

.theme-partner-area .theme-single-press {
  margin-bottom: 15px;
}

.theme-partner-area .theme-single-press-content {
  text-align: center;
  border: 1px solid #d8d8d882;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  margin: 10px 0;
  padding: 20px;
  /* Even padding on all sides */
  height: 120px;
  /* Fixed height for consistency */
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-partner-area .theme-single-press-content:hover {
  border-color: #5a227d;
}

.theme-single-press-content img {
  opacity: 1;
  width: auto;
  max-width: 100%;
  /* Prevents overflow */
  max-height: 80px;
  /* Fixed max height */
  height: auto;
  object-fit: contain;
  /* Maintains aspect ratio */
  transition: all 0.3s ease;
}

.theme-single-press-content:hover img {
  transform: scale(1.05);
}

.theme-partner-area .theme-single-press-content h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
}

/*-----------------------------------
 * Contact Section Style
 -----------------------------------*/

.contact-area {
  position: relative;
  z-index: 1;
}

.contact-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #5a227d;
}

.contact-box p {
  margin-bottom: 0;
  margin-top: 7px;
  position: relative;
  padding-left: 25px;
  color: #555;
}

.contact-box p i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #5a227d;
}

.contact-box p a {
  color: #555;
}

.contact-box p a:hover {
  color: #5a227d;
}

.contact-box p.opening-hours {
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.contact-box p.opening-hours span {
  float: right;
  margin-right: 25px;
}

.newsletter-form .form-control {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  height: auto;
  background-color: transparent;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #b6b6b7;
  border-bottom: 3px solid #5a227d;
}

.contact-box form .button {
  display: block;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
  margin-top: 10px;
  height: 42px;
  border-radius: 3px;
}

.contact-box form .button i {
  font-size: 25px;
  padding-left: 10px;
  vertical-align: middle;
}

.form-container-box {
  border-radius: 5px;
}

.contact-area .form input,
.contact-area .form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 0;
  min-height: 55px;
  background-color: transparent;
  font-weight: 500;
  border-radius: 25px;
  border: 1px solid #171717;
}

.contact-area .form textarea {
  max-height: 120px;
  max-width: 100%;
}

#contact-form .button {
  margin: 0;
}

.form-group {
  margin-bottom: 25px;
}

button,
input,
textarea {
  color: #505050;
}

button,
input,
textarea:focus {
  border: none;
  outline: none;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}

/*-----------------------------------
 * Press Section Style
 -----------------------------------*/
.theme-single-press {
  margin-bottom: 15px;
}

.theme-single-press-content {
  text-align: center;
  border: 1px solid #d8d8d882;
  border-radius: 10px;
  overflow: hidden;
  background: #fbfbfb;
}

.theme-single-press-content:hover {
  border-color: #c5092a;
}

.theme-single-press-content img {}

.theme-single-press-content h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
}

/*-----------------------------------
 * Footer Section Style
 -----------------------------------*/
.footer-section {
  position: relative;
  background: url(../images/section-bg.jpg) center center;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
}

.footer-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background: #000000;
}

.footer-section .contact-info {
  margin-top: 8px;
  margin-bottom: 10px;
}

.footer-section .contact-info i {
  margin-right: 10px;
  color: #5a227d;
}

.footer-section .contact-info h6 {
  color: #ffffff;
}

.footer-section .contact-info h6 {
  color: #ffffff;
}

.footer-section .contact-info p {
  margin-bottom: 0;
  color: #ffffff;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #5a227d;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #5a227d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  color: white;
}

.footer-logo img {
  max-width: 160px;
  width: 160px;
  height: auto;
}

.footer-logo h1 {
  color: #fff;
  font-size: 23px;
  margin-left: 10px;
}

.footer-text,
.footer-social-icon {
  padding-left: 1.2rem;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.footer-social-icon h6 {
  color: #ffffff;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-default);
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.footer-social-icon i:hover {
  color: #5a227d;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  margin-top: 10px;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #5a227d;
  margin-left: 10px;
}

.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}

.footer-widget ul li a i {
  margin-right: 10px;
}

.footer-section .col-xl-8 .footer-widget {
  align-items: flex-start;
}

.footer-section .footer-widget {
  align-items: flex-start;
}

.footer-widget-heading h3 {
  margin-top: 23px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  outline: none;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
  outline: none;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #5a227d;
  padding: 16px 20px;
  border: honeydew;
  top: 0px;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.subscribe-form button:hover {
  background: #2e2e2e;
}

.copyright-area {
  background: #416ae0;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.copyright-text p a {
  color: var(--color-primary);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: var(--color-primary);
}

.footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}

.footer-menu li a:hover {
  color: #343a40;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

.caption {
  max-width: 430px;
}

.caption.last {
  max-width: 580px;
}

@media only screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
  }

  .caption {
    max-width: 100%;
  }

  .caption.last {
    max-width: 100%;
  }

  .aukemedia-menu-header-navber-area .nav-top-bar {
    display: none;
  }

  #navbarDefault {
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
    height: 100vh;
    min-height: 600px;
    padding: 10px 20px;
  }

  .home-area {
    padding-top: 130px;
  }

  .home-area .home-content h1 {
    font-size: 65px;
  }

  /* slider */
  .slider .parallax-slider .caption {
    text-align: center !important;
    padding: 0 30px;
  }

  .slider .parallax-slider .caption h2 {
    font-size: 1.5rem;
  }

  .slider .parallax-slider .caption h1 {
    font-size: 2rem;
  }

  .slider .parallax-slider .caption h1:after {
    display: none;
  }

  .slider .control-text .swiper-nav-ctrl {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .menu-day-product-content .menu-day-tab-list li {
    padding: 10px 15px;
    margin: 15px 0;
    border: 0;
  }

  .menu-day-product-content .menu-day-tab-list li a {
    font-size: 16px;
  }

  .aukemedia-getstarted h2 {
    font-size: 35px;
    margin-bottom: 0;
  }

  .gallery-area .gallery-list .nav li {
    margin: 10px 10px;
    min-width: auto;
  }

  .theme-single-press-content {
    /*padding: 15px 0;*/
    margin-bottom: 15px;
  }

  .theme-single-press-content h3 {
    padding-bottom: 15px;
  }

  .contact-box {
    margin-bottom: 30px;
  }

  .form-container-box {
    padding: 25px 15px;
    margin-top: 30px;
  }

  .footer-area {
    text-align: center;
  }

  .footer-area .footer-link ul {
    margin-top: 10px;
    text-align: center;
    list-style-type: none;
  }

  #navbarDefault {
    background: rgb(255 255 255);
  }

  .header-chef-image img {
    max-width: 200px;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .navbar-b .nav-link {
    text-align: center;
    color: #505050 !important;
  }

  .top-call-to-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .book-now a {
    display: inline-block;
  }

  .aukemedia-getstarted .text-right {
    text-align: left !important;
  }

  .aukemedia-single-service {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
    width: 101%;
    background-color: black;
    background-size: cover;
    background-position: top;
  }

  .hero-text-loader>span {
    font-size: 1rem;
  }

  .slider .parallax-slider .swiper-slide-active .caption h3 {
    font-size: 1rem;
  }

  .navbar-b .navbar-brand img {
    width: 150px !important;
    /* Smaller on mobile */
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-area .home-content h1 {
    font-size: 80px;
  }

  .home-area {
    padding-top: 170px;
    padding-bottom: 40px;
  }

  .about-image {
    text-align: center;
    margin-top: 30px;
  }

  .tab .tabs li {
    margin: 0 20px;
  }

  .theme-single-press-content {
    margin-bottom: 30px;
  }

  .theme-single-press-content h3 {
    padding-bottom: 15px;
  }

  .contact-box {
    margin-bottom: 30px;
  }

  #navbarDefault {
    height: 303px;
    overflow-y: scroll;
  }

  .header-chef-image img {
    max-width: 200px;
  }

  .navbar-nav {
    margin-top: 17px;
  }

  .book-now a {
    display: inline-block;
  }

  .aukemedia-getstarted .text-right {
    text-align: left !important;
  }

  .aukemedia-single-service {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 320px) and (min-width: 0px) {
  .section-title h2 {
    font-size: 30px;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .navbar-b .nav-item {
    margin-bottom: 10px;
  }

  .navbar-b .nav-item:last-child {
    margin-bottom: 0px;
  }

  #navbarDefault {
    width: 100%;
  }

  .home-area .home-content {
    margin-bottom: 30px;
    text-align: center;
  }

  .home-area {
    padding-top: 130px;
  }

  .home-area .home-content h1 {
    font-size: 40px;
  }

  /* slider */
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }

  .slider .control-text .swiper-nav-ctrl {
    display: none;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .aukemedia-getstarted h2 {
    font-size: 35px;
    margin-bottom: 0;
  }

  .gallery-area .gallery-list .nav li {
    margin: 10px 10px;
  }

  .theme-single-press-content {
    /*padding: 15px 0;*/
  }

  .theme-single-press-content h3 {
    padding-bottom: 15px;
  }

  .contact-box {
    margin-bottom: 30px;
  }

  .form-container-box {
    padding: 25px 15px;
    margin-top: 30px;
  }

  .footer-area {
    text-align: center;
  }

  .footer-area .footer-link ul {
    margin-top: 10px;
    text-align: center;
    list-style-type: none;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 30px;
  }

  .navbar-b .nav-item {
    margin-bottom: 0;
  }

  .navbar-b .nav-item:last-child {
    margin-bottom: 0px;
  }

  .home-area .home-content h1 {
    font-size: 50px;
  }

  .slider .control-text .swiper-nav-ctrl {
    display: none;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .aukemedia-getstarted h2 {
    font-size: 35px;
    margin-bottom: 0;
  }

  .theme-single-press-content h3 {
    padding-bottom: 15px;
  }

  .contact-box {
    margin-bottom: 30px;
  }

  .form-container-box {
    padding: 25px 15px;
    margin-top: 30px;
  }

  .footer-area {
    text-align: center;
  }

  .footer-area .footer-link ul {
    margin-top: 10px;
    text-align: center;
    list-style-type: none;
  }

  .features .icon-list li {
    width: 100%;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-img-overlay {
  opacity: 1;
}

.gallery-content {
  text-align: center;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery-item:hover .gallery-content {
  opacity: 1;
  transform: translateY(0);
}

.gallery-content h5.name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.gallery-content p.role {
  font-size: 14px;
  margin-bottom: 8px;
  color: #ddd;
}

.gallery-content a.contact {
  color: #da4660;
  /* accent color */
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gallery-content a.contact:hover {
  color: #fff;
}

h5.name {
  color: #fff;
}

.service-img-container {
  text-align: center;
  padding: 1rem 0;
}

/* ============================================
   SLIDER RESPONSIVE FIXES WITH ANIMATIONS - START
   ============================================ */

/* Fix Swiper Container Height */
.slider .swiper-container,
.slider .parallax-slider,
.slider .swiper-wrapper {
  height: 100vh;
  min-height: 100vh;
}

/* Slider Content Layout */
.slider-content-section {
  margin-left: 0;
  height: 100vh;
  width: 100%;
  position: relative;
}

/* Caption (Left Section) - Bold Title on Left Side */
.slider-caption {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
}

/* Animation for caption - triggers on active slide */
.swiper-slide-active .slider-caption {
  animation: slideInLeft 1s ease-out forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.hero-text-loader .empty {
  width: 15px;
  display: inline-block;
}

.hero-text-loader>span {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

/* Info Box (Right Section) - Content touching navbar */
.info-box {
  position: absolute;
  top: 90px;
  /* Increased from 70px to 150px */
  right: 80px;
  background: white;
  padding: 30px 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
  max-width: 300px;
  width: auto;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      0 100%);
}

/* Animation for info-box - triggers on active slide */
.swiper-slide-active .info-box {
  animation: slideInRight 1s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Info box left variant for slide 3 - with bottom-left corner cut */
.info-box.left {
  left: 58px !important;
  right: auto !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

/* Animation for left info-box */
.swiper-slide-active .info-box.left {
  animation: slideInLeftBox 1s ease-out forwards;
  animation-delay: 0.3s;
}

/*@keyframes slideInLeftBox {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}*/

/* Caption right variant for slide 3 */
.slider-caption.right {
  position: absolute !important;
  right: 15px !important;
  /* Aligns with container padding on right */
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-align: right !important;
  max-width: 500px;
}

/* Animation for right caption */
.swiper-slide-active .slider-caption.right {
  animation: slideInRightCaption 1s ease-out forwards;
}

@keyframes slideInRightCaption {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.intro-text {
  color: #000 !important;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 18px;
}

.intro-text:last-of-type {
  padding-bottom: 0;
}

.info-image {
  text-align: right;
  padding-top: 1.5rem;
}

.info-box.left .info-image {
  text-align: left;
}

.info-image img {
  height: auto;
  width: 100%;
  max-width: 150px;
}

/* Animation for logo */
.swiper-slide-active .info-image img {
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.8s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Extra Large Desktop (1600px and above) */
@media only screen and (min-width: 1600px) {
  .navbar-nav {
    gap: 50px;
  }

  .slider-caption {
    left: 115px;
  }

  .slider-caption.right {
    right: 20px !important;
    left: auto !important;
  }

  .hero-text-loader>span {
    font-size: 6rem;
  }

  .hero-text-loader {
    max-width: 100%;
    max-width: 700px;
  }

  .info-box {
    top: 90px;
    /* More space on big screens */
    right: 5px;
  }

  .info-box.left {
    left: 10px !important;
  }

  .intro-text {
    font-size: 16px;
  }
}

/* Large Desktop (1400px - 1599px) */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-caption {
    left: 115px;
  }

  .slider-caption.right {
    right: 30px !important;
    left: auto !important;
  }

  .hero-text-loader>span {
    font-size: 3.5rem;
  }

  .info-box {
    max-width: 300px;
    right: 10px;
    top: 90px;
    padding: 25px 30px !important;
  }

  .info-box.left {
    left: 15px !important;
    right: auto !important;
  }

  .intro-text {
    font-size: 15px;
    padding-bottom: 15px !important;
  }
}

/* Desktop (1200px - 1399px) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  .navbar-nav {
    gap: 50px;
  }

  .slider-caption {
    left: 115px;
  }

  .slider-caption.right {
    right: 60px !important;
    left: auto !important;
  }

  .hero-text-loader {
    font-size: 4rem;
  }

  .info-box {
    right: 60px;
    max-width: 300px;
    top: 90px;
  }

  .info-box.left {
    left: 60px !important;
    right: auto !important;
  }
}

/* Medium Desktop/Laptop (992px - 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-caption {
    left: 40px;
  }

  .slider-caption.right {
    right: 40px !important;
    left: auto !important;
  }

  .hero-text-loader>span {
    font-size: 4rem;
  }

  .hero-text-loader {
    max-width: 100%;
  }

  .info-box {
    right: 40px;
    max-width: 290px;
    padding: 25px 30px;
    top: 90px;
    /* Touch navbar */
  }

  .info-box.left {
    left: 40px !important;
    right: auto !important;
  }

  .intro-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* Tablet Landscape (768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .slider .swiper-container,
  .slider .parallax-slider,
  .slider .swiper-wrapper {
    height: 100vh;
    min-height: 100vh;
  }

  .slider-content-section {
    height: 100vh;
    min-height: 100vh;
    padding: 50px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
  }

  .slider-content-section .col-lg-6 {
    position: relative !important;
    max-height: fit-content !important;
  }

  .slider-caption,
  .slider-caption.right {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    text-align: center !important;
    /*margin-bottom: 30px !important;*/
  }

  .swiper-slide-active .slider-caption,
  .swiper-slide-active .slider-caption.right {
    animation: fadeInDown 0.8s ease-out forwards;
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-30px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .hero-text-loader {
    text-align: left;
    max-width: 100%;
  }

  .hero-text-loader,
  .hero-text-loader span {
    font-family: "Barlow", sans-serif !important;
    font-size: 5rem !important;
    /* Large unified size */
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.1 !important;
    text-transform: none !important;
    /* Or 'uppercase' if you prefer strictly uppercase */
    display: inline;
    /* Ensures it flows as one text block */
    margin: 0;
  }

  .hero-text-loader>span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .hero-text-loader .empty {
    width: 8px;
  }

  .info-box,
  .info-box.left {
    position: relative;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    max-width: 100%;
    clip-path: none;
    /* Remove shape on mobile for better text fit */
    border-radius: 8px;
  }

  .swiper-slide-active .info-box,
  .swiper-slide-active .info-box.left {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .slider .parallax-slider .swiper-slide {
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
  }

  .slider .parallax-slider .swiper-slide .bg-img {
    min-height: 100vh;
    height: 100%;
  }
}

/* Tablet Portrait (576px - 767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {

  .slider .swiper-container,
  .slider .parallax-slider,
  .slider .swiper-wrapper {
    height: 100vh;
    min-height: 100vh;
  }

  .slider-content-section {
    height: auto;
    min-height: 100vh;
    padding: 50px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-content-section .col-lg-6 {
    position: relative !important;
    max-height: fit-content !important;
  }

  .slider-caption,
  .slider-caption.right {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    transform: none;
    text-align: center;
    margin: 0 auto 25px !important;
    flex-shrink: 0;
  }

  .swiper-slide-active .slider-caption,
  .swiper-slide-active .slider-caption.right {
    animation: fadeInDown 0.8s ease-out forwards;
  }

  .hero-text-loader {
    font-size: 3rem;
    text-align: center;
  }

  .slider-caption {
    position: relative;
    left: 0 !important;
    text-align: center;
  }

  .info-box,
  .info-box.left {
    position: relative;
    top: 0;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 25px 20px;
    flex-shrink: 0;
  }

  .swiper-slide-active .info-box,
  .swiper-slide-active .info-box.left {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
  }

  .intro-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .info-image img {
    max-width: 140px;
  }

  .slider .parallax-slider .swiper-slide {
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
  }

  .slider .parallax-slider .swiper-slide .bg-img {
    min-height: 100vh;
    height: 100%;
  }
}

/* Mobile Large (480px - 575px) */
@media only screen and (min-width: 480px) and (max-width: 575px) {

  .slider .swiper-container,
  .slider .parallax-slider,
  .slider .swiper-wrapper {
    height: 100vh;
    min-height: 100vh;
  }

  .slider-content-section {
    height: auto;
    min-height: 100vh;
    padding: 50px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center !important;
  }

  .slider-caption,
  .slider-caption.right {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    transform: none;
    text-align: center;
    margin: 0 auto 20px !important;
    flex-shrink: 0;
  }

  .swiper-slide-active .slider-caption,
  .swiper-slide-active .slider-caption.right {
    animation: fadeInDown 0.8s ease-out forwards;
  }

  .hero-text-loader {
    text-align: center;
    max-width: 100%;
    /*white-space: nowrap;*/
  }

  .hero-text-loader>span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .hero-text-loader .empty {
    width: 5px;
  }

  .info-box,
  .info-box.left {
    position: relative;
    top: 0;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 20px 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
  }

  .swiper-slide-active .info-box,
  .swiper-slide-active .info-box.left {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
  }

  .intro-text {
    font-size: 12px;
    line-height: 1.6;
  }

  .intro-text br {
    display: none;
  }

  .info-image {
    padding-top: 1rem;
  }

  .info-image img {
    max-width: 120px;
  }

  .slider .parallax-slider .swiper-slide {
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
  }

  .slider .parallax-slider .swiper-slide .bg-img {
    background-position: center center;
    min-height: 100vh;
    height: 100%;
  }

  .container-fluid {
    max-width: 100% !important;
  }
}

/* Mobile (320px - 479px) */
@media only screen and (max-width: 479px) {

  .slider .swiper-container,
  .slider .parallax-slider,
  .slider .swiper-wrapper {
    height: 100vh;
    min-height: 100vh;
  }

  .slider-content-section {
    height: auto;
    min-height: 100vh;
    padding: 10px 15px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center !important;
  }

  .slider-caption,
  .slider-caption.right {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    transform: none;
    text-align: center;
    margin: 0 auto 20px !important;
    flex-shrink: 0;
  }

  .swiper-slide-active .slider-caption,
  .swiper-slide-active .slider-caption.right {
    animation: fadeInDown 0.8s ease-out forwards;
  }

  .hero-text-loader {
    text-align: center;
    max-width: 100%;
    /*white-space: nowrap;*/
  }

  .hero-text-loader>span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .hero-text-loader .empty {
    width: 4px;
  }

  .info-box,
  .info-box.left {
    position: relative;
    top: 0;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    width: calc(100% - 30px);
    padding: 18px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
  }

  .swiper-slide-active .info-box,
  .swiper-slide-active .info-box.left {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
  }

  .intro-text {
    font-size: 11px;
    line-height: 1.6;
  }

  .intro-text br {
    display: none;
  }

  .info-image {
    padding-top: 0.8rem;
  }

  .info-image img {
    max-width: 100px;
  }

  .slider .parallax-slider .swiper-slide {
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
  }

  .slider .parallax-slider .swiper-slide .bg-img {
    background-position: center center;
    min-height: 100vh;
    height: 100%;
  }

  .container-fluid {
    max-width: 100% !important;
  }
}

/* Extra Small Mobile (below 375px) */
@media only screen and (max-width: 374px) {
  .hero-text-loader>span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }

  .hero-text-loader .empty {
    width: 3px;
  }

  .info-box,
  .info-box.left {
    padding: 15px 12px;
  }

  .intro-text {
    font-size: 10px;
  }

  .info-image img {
    max-width: 90px;
  }

  .container-fluid {
    max-width: 100% !important;
  }
}

/* Fix for Swiper Slide Height - All Resolutions */
.slider .parallax-slider .swiper-slide {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
}

.slider .parallax-slider .swiper-slide .bg-img {
  display: flex;
  align-items: flex-start;
  height: 100vh;
  min-height: 100vh;
}

/* Ensure container doesn't interfere with positioning */
.slider .parallax-slider .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  height: 100%;
}

.slider-content-section .col-lg-6 {
  position: static;
}

/* Initial state - hide elements before animation */
.slider-caption,
.slider-caption.right,
.info-box,
.info-box.left,
.info-image img {
  opacity: 0;
}

/* Show elements on active slide */
.swiper-slide-active .slider-caption,
.swiper-slide-active .slider-caption.right,
.swiper-slide-active .info-box,
.swiper-slide-active .info-box.left,
.swiper-slide-active .info-image img {
  opacity: 1;
}

.info-image img {
  max-width: 80px !important;
  /* Reduced from ~150px */
  margin-top: 10px;
}

/* ============================================
   SLIDER RESPONSIVE FIXES WITH ANIMATIONS - END
   ============================================ */

#services {
  min-height: 80vh;
}

/* ============================================
   SIMPLIFIED SERVICES & KLANT RELATIES SECTIONS
   ============================================ */

.modern-services {
  position: relative;
  overflow: hidden;
}

.modern-services .section-title {
  margin-bottom: 50px;
}

/* Alternating Background Colors */
.with-bg-light {
  background: linear-gradient(180deg, #f8f9fb 0%, #f2f4f7 100%);
}

.with-bg-purple {
  background: linear-gradient(180deg,
      rgba(90, 34, 125, 0.04) 0%,
      rgba(142, 3, 40, 0.04) 100%);
}

.with-bg-specialists {
  background: linear-gradient(135deg,
      rgba(90, 34, 125, 0.06) 0%,
      rgba(90, 34, 125, 0.03) 50%,
      rgba(142, 3, 40, 0.04) 100%);
}

/* Full Width Image Styles */
.service-image-wrapper.full-height {
  height: 100%;
  min-height: 500px;
  /* Ensures minimum height */
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /* Added soft rounding */
}

.service-main-img.full-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image fills space without distortion */
  object-position: center;
  display: block;
}

/* Full height content area */
.modern-features-content.full-height-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertically center the text */
  height: 100%;
  padding: 30px 60px;
  /* Added more breathing room */
}

.service-image-wrapper {
  position: relative;
  padding: 10px;
}

/* Make images more prominent */
.service-image-wrapper.prominent {
  padding: 0;
}

.service-image-wrapper .service-main-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-image-wrapper.prominent .service-main-img {
  box-shadow: 0 20px 60px rgba(90, 34, 125, 0.2);
  border-radius: 15px;
}

.service-image-wrapper:hover .service-main-img {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.service-image-wrapper.prominent:hover .service-main-img {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 70px rgba(90, 34, 125, 0.25);
}

.modern-features-content {
  padding: 20px 0;
}

/* Reduced paragraph spacing */
.modern-features-content .feature-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.modern-features-content .feature-paragraph strong {
  color: #333;
  font-weight: 600;
}

.modern-features-content .feature-paragraph.highlight-text {
  padding: 20px;
  background: linear-gradient(135deg,
      rgba(90, 34, 125, 0.05),
      rgba(142, 3, 40, 0.05));
  border-left: 3px solid #5a227d;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* Remove gutter between columns */
.g-0 {
  --bs-gutter-x: 0;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
  .modern-features-content.full-height-content {
    padding: 50px 35px;
  }
}

@media (max-width: 1200px) {
  .modern-features-content.full-height-content {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .modern-features-content.full-height-content {
    padding: 40px 20px;
  }

  .service-image-wrapper.full-height {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .modern-features-content .feature-paragraph {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .service-image-wrapper.full-height {
    min-height: 300px;
  }

  .modern-features-content.full-height-content {
    padding: 30px 20px;
  }

  .hero-text-loader .line-1 {
    font-size: 2.5rem;
  }

  .hero-text-loader .line-2 {
    font-size: 3.5rem;
  }

  .navbar-b .navbar-brand img {
    width: 160px !important;
  }

  .info-box {
    padding: 30px;
  }
}

/* ================================== */
/* SPECIALISTS SECTION (V4 - REFINED) */
/* ================================== */

.specialist-card-v3 {
  position: relative;
  height: 350px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease;
  transform: translateZ(0);
}

.specialist-card-v3:hover {
  box-shadow: 0 15px 40px rgba(90, 34, 125, 0.15);
  /* Theme shadow on hover */
}

/* --- IMAGES RENDERING FIX --- */
.specialist-full-img,
.specialist-circle-img img {
  transform: translateZ(0);
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
}

/* 1. The Full-Size Background Image (Hidden by default) */
.specialist-full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 1;

  /* Bloom Animation */
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  filter: brightness(1.02);
}

.specialist-card-v3:hover .specialist-full-img {
  clip-path: circle(150% at 50% 50%);
}

.specialist-default-content {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
  opacity: 1;
}

.specialist-card-v3:hover .specialist-default-content {
  opacity: 0;
  transform: scale(0.95);
}

/* Circle Wrapper */
.specialist-circle-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 4px solid #f8f9fa;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
}

/* --- ZOOM FIX APPLIED HERE --- */
.specialist-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;

  /* Zoom Level: 1.25 (25% bigger) */
  /* Origin: 50% (Horizontal center) 30% (Vertical top-ish to catch the face) */
  transform: scale(1.25) translateZ(0);
  transform-origin: 50% 30%;
}

/* Text Styles */
.specialist-default-info {
  text-align: left;
  padding: 0 10px;
}

.specialist-default-info h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.specialist-default-info p.role {
  font-size: 0.9rem;
  color: #5a227d;
  font-weight: 500;
  margin: 0;
}

/* 3. Hover Info (Compact Bottom Overlay) */
.specialist-hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(90, 34, 125, 0.92);
  backdrop-filter: blur(4px);
  color: #ffffff;
  z-index: 3;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);

  padding: 15px;
  height: auto;
  max-height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.specialist-card-v3:hover .specialist-hover-info {
  transform: translateY(0);
}

.specialist-hover-info h5 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 2px;
  line-height: 1.2;
}

.specialist-hover-info p.role {
  color: #e0e0e0;
  font-size: 0.85rem;
  font-weight: 400;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.specialist-contact-details p {
  margin: 0;
}

.specialist-contact-details a {
  color: #fff;
  display: inline-block;
  margin: 1px 0;
  font-size: 0.8rem;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.specialist-contact-details a:hover {
  opacity: 1;
}

.specialist-contact-details i.fa {
  margin-right: 8px;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .specialist-card-v3 {
    height: 360px;
    /* Adjust height for tablet */
  }

  .specialist-circle-img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 767px) {
  .specialist-card-v3 {
    height: 330px;
    /* Adjust height for mobile */
  }

  .specialist-circle-img {
    width: 180px;
    height: 180px;
  }

  .specialist-default-content {
    padding-top: 25px;
  }

  .specialist-default-info {
    padding: 0 5px;
  }

  .specialist-hover-info {
    padding: 20px 15px;
  }

  .specialist-hover-info h5 {
    font-size: 1.2rem;
  }

  .specialist-hover-info p.role {
    font-size: 0.9rem;
  }

  .specialist-contact-details a {
    font-size: 0.85rem;
  }
}

.row.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
}

.lowercase-text {
  text-transform: lowercase;
}

.slider-container-fluid {
  padding-left: 0px !important;
}

.slider-caption-container {
  padding-left: 60px !important;
}

/* ============================================
   CONNECTOR LINE & ALIGNMENT FIXES - RESPONSIVE
   ============================================ */

.slider-content-section {
  position: relative;
}

/* ============================================
   BASE STYLES (992px - 1199px)
   Small Desktop / Large Tablet Landscape
   ============================================ */

.connector-line-right {
  position: absolute;
  display: flex !important;
  align-items: flex-start;
  top: 140px;
  left: 610px;
  z-index: 99 !important;
}

.connector-line-right .horizontal {
  width: 405px;
  height: 2px;
  margin-top: 390px;
  background: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  border-color: #ffffff !important;
}

.connector-line-right .vertical {
  width: 2px;
  height: 390px;
  margin-left: -2px;
  background: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  border-color: #ffffff !important;
}

.connector-line-right .horizontal-reverse {
  width: 50px;
  height: 2px;
  background: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  border-color: #ffffff !important;
}

.connector-line-left {
  position: absolute;
  display: flex !important;
  align-items: flex-start;
  top: 140px;
  left: 500px;
  z-index: 99 !important;
}

.connector-line-left .horizontal-left {
  width: 60px;
  height: 2px;
  background: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  border-color: #ffffff !important;
}

.connector-line-left .vertical-left {
  width: 2px;
  height: 360px;
  margin-left: -2px;
  background: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  border-color: #ffffff !important;
}

.connector-line-left .horizontal-left-reverse {
  width: 340px;
  height: 2px;
  margin-top: 358px;
  background: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  border-color: #ffffff !important;
}

/* ============================================
   MEDIUM DESKTOP (1200px - 1365px)
   Standard HD Displays
   ============================================ */
@media only screen and (min-width: 1200px) {
  .navbar-nav {
    gap: 50px;
  }

  .info-box {
    max-width: 280px !important;
  }

  .connector-line-right {
    top: 150px;
    left: 440px;
  }

  .connector-line-right.last {
    left: 470px !important;
  }

  .connector-line-right .horizontal {
    width: 460px;
    margin-top: 279px;
  }

  .connector-line-right .horizontal.last {
    width: 420px;
    margin-top: 280px;
  }

  .connector-line-right .vertical {
    height: 280px;
  }

  .connector-line-right .horizontal-reverse {
    width: 55px;
  }

  .hero-text-loader {
    margin-top: 240px !important;
    margin-left: 5px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 190px !important;
  }

  .connector-line-left {
    top: 150px;
    left: 340px;
  }

  .connector-line-left .horizontal-left {
    width: 48px;
  }

  .connector-line-left .vertical-left {
    height: 260px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 440px;
    margin-top: 259px;
  }
}

/* ============================================
   LARGE DESKTOP (1366)
   Common Laptop Displays
   ============================================ */
@media only screen and (min-width: 1366px) {
  .info-box {
    max-width: 285px !important;
  }

  .connector-line-right {
    top: 150px;
    left: 395px;
  }

  .connector-line-right.last {
    left: 490px !important;
  }

  .connector-line-right .horizontal {
    width: 568px;
    margin-top: 349px;
  }

  .connector-line-right .horizontal.last {
    width: 470px;
    margin-top: 349px;
  }

  .connector-line-right .vertical {
    height: 350px;
  }

  .connector-line-right .vertical.last {
    width: 2px;
  }

  .connector-line-right .horizontal-reverse {
    width: 58px;
  }

  .hero-text-loader {
    margin-top: 225px !important;
    margin-left: 5px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 170px !important;
  }

  .connector-line-left {
    top: 150px;
    left: 345px;
  }

  .connector-line-left .horizontal-left {
    width: 44px;
  }

  .connector-line-left .vertical-left {
    height: 330px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 550px;
    margin-top: 328px;
  }
}

/* ============================================
   LARGE DESKTOP (1440)
   Common Laptop Displays
   ============================================ */
@media only screen and (min-width: 1440px) {
  .info-box {
    max-width: 285px !important;
  }

  .connector-line-right {
    top: 150px;
    left: 500px;
  }

  .connector-line-right.last {
    left: 600px !important;
  }

  .connector-line-right .horizontal {
    width: 568px;
    margin-top: 349px;
  }

  .connector-line-right .horizontal.last {
    width: 470px;
    margin-top: 349px;
  }

  .connector-line-right .vertical {
    height: 350px;
  }

  .connector-line-right .vertical.last {
    width: 2px;
  }

  .connector-line-right .horizontal-reverse {
    width: 58px;
  }

  .hero-text-loader {
    margin-top: 260px !important;
    margin-left: 5px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 170px !important;
  }

  .connector-line-left {
    top: 150px;
    left: 318px;
  }

  .connector-line-left .horizontal-left {
    width: 44px;
  }

  .connector-line-left .vertical-left {
    height: 310px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 588px;
    margin-top: 308px;
  }
}

/* ============================================
   LARGE DESKTOP (1367px - 1599px)
   Common Laptop Displays
   ============================================ */
@media only screen and (min-width: 1536px) {
  .info-box {
    max-width: 285px !important;
  }

  .connector-line-right {
    top: 150px;
    left: 570px;
  }

  .connector-line-right.last {
    left: 645px !important;
  }

  .connector-line-right .horizontal {
    width: 540px;
    margin-top: 349px;
  }

  .connector-line-right .horizontal.last {
    width: 465px;
    margin-top: 349px;
  }

  .connector-line-right .vertical {
    height: 350px;
  }

  .connector-line-right .vertical.last {
    width: 2px;
  }

  .connector-line-right .horizontal-reverse {
    width: 58px;
  }

  .hero-text-loader {
    margin-top: 290px !important;
    margin-left: 5px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 220px !important;
  }

  .connector-line-left {
    top: 150px;
    left: 368px;
  }

  .connector-line-left .horizontal-left {
    width: 44px;
  }

  .connector-line-left .vertical-left {
    height: 319px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 580px;
    margin-top: 317px;
  }
}

/* ============================================
   EXTRA LARGE DESKTOP (1600px - 1919px)
   Full HD & Large Displays
   ============================================ */
@media only screen and (min-width: 1600px) {
  .info-box {
    max-width: 270px !important;
  }

  .connector-line-right {
    top: 140px;
    left: 645px;
  }

  .connector-line-right.last {
    left: 690px !important;
  }

  .connector-line-right .horizontal {
    width: 570px;
    margin-top: 415px;
  }

  .connector-line-right .horizontal.last {
    width: 520px;
    margin-top: 415px;
  }

  .connector-line-right .vertical {
    height: 415px;
    margin-left: -2px;
  }

  .connector-line-right .horizontal-reverse {
    width: 60px;
  }

  .hero-text-loader {
    margin-top: 215px !important;
    margin-left: 5px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 165px !important;
  }

  .connector-line-left {
    top: 140px;
    left: 420px;
  }

  .connector-line-left .horizontal-left {
    width: 40px;
  }

  .connector-line-left .vertical-left {
    height: 382px;
    margin-left: -2px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 620px;
    margin-top: 380px;
  }
}

/* ============================================
   2K DISPLAYS (1920px - 2559px)
   QHD / 2K Monitors
   ============================================ */
@media only screen and (min-width: 1920px) {
  .info-box {
    max-width: 320px !important;
  }

  .connector-line-right {
    top: 140px;
    left: 720px;
  }

  .connector-line-right.last {
    left: 845px !important;
  }

  .connector-line-right .horizontal {
    width: 560px;
    margin-top: 445px;
  }

  .connector-line-right .horizontal.last {
    width: 430px;
    margin-top: 445px;
  }

  .connector-line-right .vertical {
    height: 445px;
  }

  .connector-line-right .horizontal-reverse {
    width: 70px;
  }

  .hero-text-loader {
    margin-top: 200px !important;
    margin-left: 8px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 120px !important;
  }

  .connector-line-left {
    top: 140px;
    left: 588px;
  }

  .connector-line-left .horizontal-left {
    width: 50px;
  }

  .connector-line-left .vertical-left {
    height: 410px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 580px;
    margin-top: 408px;
  }
}

/* ============================================
   4K DISPLAYS (2560px and above)
   Ultra HD / 4K Monitors
   ============================================ */
@media only screen and (min-width: 2560px) {
  .info-box {
    max-width: 380px !important;
    padding: 40px 45px;
  }

  .connector-line-right {
    top: 140px;
    left: 880px;
  }

  .connector-line-right.last {
    left: 950px !important;
  }

  .connector-line-right .horizontal {
    width: 820px;
    margin-top: 520px;
  }

  .connector-line-right .horizontal.last {
    width: 750px;
    margin-top: 520px;
  }

  .connector-line-right .vertical {
    height: 520px;
  }

  .connector-line-right .horizontal-reverse {
    width: 85px;
  }

  .hero-text-loader {
    margin-top: 350px !important;
    margin-left: 12px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 290px !important;
  }

  .connector-line-left {
    top: 140px;
    left: 580px;
  }

  .connector-line-left .horizontal-left {
    width: 65px;
  }

  .connector-line-left .vertical-left {
    height: 485px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 920px;
    margin-top: 483px;
  }
}

/* ============================================
   ULTRA-WIDE DISPLAYS (3440px and above)
   21:9 Ultra-Wide & Super Ultra-Wide
   ============================================ */
@media only screen and (min-width: 3440px) {
  .info-box {
    max-width: 450px !important;
    padding: 50px 55px;
  }

  .connector-line-right {
    top: 140px;
    left: 1100px;
  }

  .connector-line-right.last {
    left: 1180px !important;
  }

  .connector-line-right .horizontal {
    width: 1020px;
    margin-top: 600px;
  }

  .connector-line-right .horizontal.last {
    width: 940px;
    margin-top: 600px;
  }

  .connector-line-right .vertical {
    height: 600px;
  }

  .connector-line-right .horizontal-reverse {
    width: 100px;
  }

  .hero-text-loader {
    margin-top: 420px !important;
    margin-left: 15px;
  }

  .slider-caption.right>.hero-text-loader {
    margin-top: 350px !important;
  }

  .connector-line-left {
    top: 140px;
    left: 700px;
  }

  .connector-line-left .horizontal-left {
    width: 80px;
  }

  .connector-line-left .vertical-left {
    height: 560px;
  }

  .connector-line-left .horizontal-left-reverse {
    width: 1150px;
    margin-top: 558px;
  }
}

/* ============================================
   TABLET RESPONSIVE (768px - 991px)
   iPad and Tablet Devices
   ============================================ */
@media only screen and (max-width: 991px) {

  /* Responsive logo sizing for tablets */
  .navbar-brand img {
    max-width: 120px !important;
    height: auto;
  }

  /* Hide connector lines for tablets */
  .connector-line-right,
  .connector-line-left {
    display: none !important;
  }

  /* Adjust slider for vertical layout */
  .slider-container-fluid {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }

  /* Add top padding to content section */
  .slider-content-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 100vh;
    padding-top: 40px !important;
  }

  /* Reset all columns to allow proper ordering */
  .slider-content-section>div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Hero text container - always order 1 - REMOVE PADDING AND MARGIN */
  .slider-caption-container {
    order: 1 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  .slider-caption {
    text-align: center !important;
    display: block !important;
    position: relative !important;
    margin-bottom: 0 !important;
  }

  /* Set max-width for slider-caption.right */
  .slider-caption.right {
    text-align: center !important;
    max-width: 100% !important;
  }

  /* Hero text styling - remove line breaks and all margins */
  .hero-text-loader {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    display: block !important;
    white-space: nowrap !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .hero-text-loader br {
    display: none !important;
  }

  /* Override any right positioning - CENTER TEXT */
  .slider-caption.right>.hero-text-loader {
    margin: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  /* Info-box container - always order 2 */
  .col-lg-6:has(.info-box) {
    order: 2 !important;
    padding: 0 20px;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
  }

  /* Info-box styling */
  .info-box {
    max-width: 500px !important;
    margin: 0 auto !important;
    text-align: left !important;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 30px !important;
    border-radius: 8px;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  .info-box.left {
    margin: 0 auto !important;
    left: auto !important;
    right: auto !important;
    text-align: left !important;
  }

  /* Left align intro text in info-box */
  .info-box .intro-text {
    text-align: left !important;
  }

  /* Center align info-image */
  .info-box .info-image {
    text-align: center !important;
  }
}

/* ============================================
   MOBILE RESPONSIVE (320px - 767px)
   Mobile Phones
   ============================================ */
@media only screen and (max-width: 767px) {

  /* Responsive logo sizing for mobile */
  .navbar-brand img {
    max-width: 100px !important;
    height: auto;
  }

  /* Hide connector lines for mobile */
  .connector-line-right,
  .connector-line-left {
    display: none !important;
  }

  /* Adjust slider for vertical layout */
  .slider-container-fluid {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }

  /* Add top padding to content section */
  .slider-content-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 100vh;
    padding-top: 40px !important;
  }

  /* Reset all columns to allow proper ordering */
  .slider-content-section>div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Hero text container - always order 1 - REMOVE PADDING AND MARGIN */
  .slider-caption-container {
    order: 1 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  .slider-caption {
    text-align: center !important;
    display: block !important;
    position: relative !important;
    margin-bottom: 0 !important;
  }

  /* Set max-width for slider-caption.right */
  .slider-caption.right {
    text-align: center !important;
    max-width: 100% !important;
  }

  /* Hero text styling - remove line breaks and all margins */
  .hero-text-loader {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    display: block !important;
    white-space: nowrap !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .hero-text-loader br {
    display: none !important;
  }

  /* Override any right positioning - CENTER TEXT */
  .slider-caption.right>.hero-text-loader {
    margin: 0 !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  /* Info-box container - always order 2 */
  .col-lg-6:has(.info-box) {
    order: 2 !important;
    padding: 0 15px;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
  }

  /* Info-box styling */
  .info-box {
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 25px 20px !important;
    border-radius: 8px;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  .info-box.left {
    margin: 0 auto !important;
    left: auto !important;
    right: auto !important;
    text-align: left !important;
  }

  /* Left align intro text in info-box */
  .info-box .intro-text {
    text-align: left !important;
  }

  /* Center align info-image */
  .info-box .info-image {
    text-align: center !important;
  }

  /* Adjust intro text size for better readability on mobile */
  .intro-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ============================================
   SMALL MOBILE (320px - 480px)
   Small Mobile Phones
   ============================================ */
@media only screen and (max-width: 480px) {

  /* Extra small logo for small mobile */
  .navbar-brand img {
    max-width: 85px !important;
  }

  /* Adjust slider padding */
  .slider-container-fluid {
    padding-top: 70px !important;
  }

  /* Smaller hero text for small screens */
  .hero-text-loader {
    font-size: 28px !important;
    white-space: normal !important;
  }

  .hero-text-loader br {
    display: none !important;
  }

  /* Adjust spacing */
  .slider-caption-container {
    /*margin-bottom: 30px !important;*/
  }

  /* Info-box adjustments */
  .info-box {
    padding: 20px 15px !important;
    text-align: left !important;
    /* Maintain left alignment */
  }

  /* Left align intro text */
  .info-box .intro-text {
    text-align: left !important;
  }

  /* Center align info-image */
  .info-box .info-image {
    text-align: center !important;
  }

  .intro-text {
    font-size: 13px;
  }
}

.text-white {
  color: #ffffff !important;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb0 {
  margin-bottom: 0 !important;
}

#jsPlumbLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}

.slider-prlx,
.parallax-slider {
  overflow: visible !important;
}

#connectorLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

@media (max-width: 1024px) {
  #connectorLayer {
    display: none !important;
  }
}