/* GOOGLE FONTS */
@font-face {
  font-family: 'ITC Legacy Sans';
  src: url('../fonts/LegacySans-Book.woff2') format('woff2'),
    url('../fonts/LegacySans-Book.woff') format('woff'),
    url('../fonts/LegacySans-Book.svg#LegacySans-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ITC Legacy Sans Std';
  src: url('../fonts/LegacySansStd-Medium.woff2') format('woff2'),
    url('../fonts/LegacySansStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #1f2b52;
  --primary-light-color: #30406f;
  --secondary-color: #e29461;

  --white-color: #ffffff;
  --white-light-color: #f5f5f5;
  --font-family: 'ITC Legacy Sans';
  --font-family-secondary: "ITC Legacy Sans Std";
}

.bg-primary {
  background: var(--primary-color) !important;
}

.bg-primary-light {
  background: var(--primary-light-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-white-light {
  background-color: var(--white-light-color) !important;
}

/* BODY */
* {
  outline: none !important;
}

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

.mt-30 {
  margin-top: 2rem;
}

html {
  font-size: 16px;
}

@media (max-width: 1399px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--primary-color);
  line-height: 1.4;
}

.container-fluid {
  padding-right: 6.125rem;
  padding-left: 6.125rem;
}

@media (max-width: 1440px) {

  .container,
  .container-fluid {
    max-width: 100%;
    padding: 0 3.125rem;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-secondary);
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

/* LINKS */
a {
  color: var(--primary-color);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/* CUSTOM CLASSES */
.overflow {
  overflow: hidden;
}

/* SECTIONS */
main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
  padding: 6.25rem 0;
  width: 100%;
}

@media (max-width: 1399px) {
  section{
    padding: 3rem 0;
  }
}

aside {
  position: relative;
}

/* FORM ELEMENTS */
input[type=text] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
}

input[type=email] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=search] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=password] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 20px;
}

input[type=submit] {
  height: 58px;
  border: none;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 0 30px;
  font-weight: 600;
}

button[type=submit] {
  padding: 10px 30px;
  margin-top: 15px;
}

textarea {
  max-width: 100%;
  height: 140px;
  border: 1px solid #eee;
  padding: 20px;
}

/* EQUALIZER */
.equalizer {
  width: 26px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

.equalizer span {
  background: var(--white-color);
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0%;
  display: block;
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 8px;
}

.equalizer span:nth-child(2) {
  margin-left: 16px;
}

.equalizer span:nth-child(4) {
  margin-left: 24px;
}

.equalizer.paused span {
  height: 3px !important;
}

/* SPLITTING */
.splitting .word,
.splitting .char {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}

/* ODOMETER */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: -5px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  text-indent: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  float: left;
  margin: 50px 0;
}

.pagination .page-item {
  display: inline-block;
  margin-right: 10px;
}

.pagination .page-item .page-link {
  font-weight: 600;
  border-radius: 0 !important;
  color: var(--primary-color);
  line-height: 1;
  padding: 15px 30px;
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  position: relative;
}

.reveal-effect>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
}

.reveal-effect>* {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: var(--white-light-color);
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}

/* SWIPER PAGINATION */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: scale(0.4);
  background: var(--white-color);
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid var(--white-color);
  background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid var(--white-color);
  background: none;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  transition-delay: 0.6s;
}

.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 0.3s;
}

.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.preloader .inner span {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}

.preloader .inner figure {
  display: block;
  margin-bottom: 20px;
  transition-delay: 0.1s;
}

.preloader .inner figure img {
  height: 150px;
  margin: 0 auto;
}

/* PAGE LOADED */
.page-loaded .preloader {
  left: -100%;
}

.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}

.page-loaded .preloader .inner span {
  transform: translateY(20px);
  opacity: 0;
}

.page-loaded .preloader .layer {
  left: -100%;
}

.page-loaded .left-side {
  opacity: 1;
}

.is-opened-navi .hamburger__line-in::after,
.is-opened-navi .hamburger__line-in::before {
  background-color: var(--white-color);
}

.page-loaded .slider {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .page-header {
  filter: blur(0);
  transform: scale(1);
}

.page-loaded .all-cases-link {
  right: 30px;
}

.page-loaded .all-cases-link a {
  transition: .5s;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: var(--white-color);
}

.page-loaded .all-cases-link a:hover {
  /* background: var(--secondary-color); */
  color: var(--white-color);
  text-decoration: underline;
}

.page-loaded .all-cases-link a:hover span {
  /* color: var(--primary-color); */
}

/* PAGE TRANSTION */
.page-transition {
  width: 100%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: var(--secondary-color);
}

.page-transition .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}

.page-transition.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.page-transition.active .layer {
  width: 100%;
}

/* SITE NAVIGATION */
.site-navigation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background: var(--white-light-color);
  padding-left: 2rem;
}

.site-navigation .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}

.site-navigation .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
}

.site-navigation .inner ul {
  margin: 0;
  padding: 0;
  animation-duration: 1s;
}

.site-navigation .inner ul li {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
}

@media (max-width: 1399px) {
  .site-navigation .inner ul li {
    /* margin: 0; */
    /* padding: 0; */
  }
}

.site-navigation .inner ul li ul {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.site-navigation .inner ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.site-navigation .inner ul li ul li a {
  font-weight: 400;
  font-size: 1.75rem;
  padding-left: 1rem;
}

.site-navigation .inner ul li i {
  margin-left: 20px;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
  transform: translateY(-5px);
  cursor: pointer;
  color: var(--white-color);
  position: relative;
  top: 5px;
}

.site-navigation .inner ul li ul li i {
  margin: 0;
  font-size: 1.462rem;
  transform: none;
  color: var(--secondary-color);
  margin-right: 9px;
}

.site-navigation .inner ul li small {
  width: 100%;
  display: block;
  opacity: 0.8;
  letter-spacing: 0.5px;
  font-size: 1.154rem;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(-15px);
  color: var(--white-color);
}

.site-navigation .inner ul li a {
  font-size: 2.125rem;
  display: inline-block;
  font-weight: 100;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: var(--white-color);
}

@media (max-width: 1399px) {
  .site-navigation .inner ul li a {
    font-size: 1.5rem;
  }

  .site-navigation .inner ul li ul li a {
    font-size: 1.25rem;
  }
}

.site-navigation .inner ul li a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.site-navigation.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.site-navigation.active .layer {
  width: 100%;
}

.site-navigation.active .inner {
  opacity: 1;
}

/* SECTION TITLES */
.section-title {
  line-height: 1.15;
  font-size: 2.5rem;
  color: var(--secondary-color);
  margin: 0;
}

.clients h3.section-title {}

/* SOCIAL MEDIA */
.social-media {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: var(--white-light-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.social-media .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--white-light-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}

.social-media .inner {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  text-align: center;
  width: 100%;
}

.social-media .inner h5 {
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: 50px;
}

.social-media .inner ul {
  display: block;
  margin: 0;
  padding: 0;
}

.social-media .inner ul li {
  font-size: 2vw;
  display: inline-block;
  margin: 0 40px;
  padding: 0;
  list-style: none;
}

.social-media .inner ul li a {}

.social-media .inner ul li a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.social-media.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.social-media.active .layer {
  width: 100%;
}

.social-media.active .inner {
  opacity: 1;
}

/* ALL CASES */
.all-cases {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 3;
  background: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.all-cases .layer {
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.3s;
}

.all-cases .inner {
  position: relative;
  z-index: 2;
  padding-left: 220px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.7s;
  opacity: 0;
  width: 100%;
}

.all-cases .inner ul {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

.all-cases .inner ul li {
  font-size: 8vw;
  font-weight: 800;
  margin: 0;
  padding: 0;
  list-style: none;
}

.all-cases .inner ul li a {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-color);
  color: transparent;
}

.all-cases .inner ul li a:hover {
  color: var(--white-color);
  text-decoration: none;
}

.all-cases.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.all-cases.active .layer {
  width: 100%;
}

.all-cases.active .inner {
  opacity: 1;
}

/* ALL CASES LINK */
.all-cases-link {
  position: absolute;
  right: -100%;
  top: 30px;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 1s;
}

.all-cases-link span {
  color: var(--white-color);
  margin-right: 0;
}

.all-cases-link b {
  width: 40px;
  height: 40px;
  line-height: 44px;
  font-weight: 300;
  display: inline-block;
  background: var(--white-color);
  color: var(--primary-color);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.all-cases-link b:hover {
  background: var(--primary-color);
  text-decoration: none;
  color: var(--white-color);
}

/* LEFT SIDE */
.left-side {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 3.125rem;
  align-items: flex-end;
  opacity: 0;
}

.left-side:after,
.left-side:before {
  content: '';
  position: absolute;
/*   top: 50%; */
/*   transform: translateY(-50%); */
	bottom: 22px;
  background: var(--secondary-color);
  width: 38vw;
  height: 1px;
}

.open_menu .left-side:after,
.open_menu .left-side:before {
  content: none;
}

@media (max-width: 768px) {

  .left-side:after,
  .left-side:before {
    content: none;
  }
}

.left-side:after {
  right: 8vw;
}

.left-side:before {
  left: 8vw;
}

@media (max-width: 767px) {
  .left-side {
    padding: 5px 20px;
  }
}

.left-side .logo {
  display: inline-block;
  margin-bottom: auto;
}

.left-side .logo img {
  width: 100px;
}

.is-sticky .left-side .logo img {
  width: 60px;
}

@media (max-width: 1399px) {
  .left-side .logo img {
    width: 90px;
  }
}

@media (max-width: 991px) {
  .left-side .logo img {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .left-side .logo img {
    width: 60px;
  }
}

.left-side .hamburger {}

.left-side .follow-us {
  width: auto;
  color: var(--white-color);
  text-align: center;
  cursor: pointer;
}

header.open-menu .follow-us {
  color: var(--primary-color);
}

.left-side .equalizer {
  margin: auto;
  margin-bottom: 0;
}

/* SLIDER */
.slider {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
}

@media (max-width: 767px) {
  .slider {
    /* height: 70vh; */
  }
}

.slider .swiper-container .swiper-slide:after {
  content: '';
  background-image: linear-gradient(to top, var(--primary-color), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 40%;
  height: 0;
}

.slider .swiper-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}

.slider .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.slider .swiper-container .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.slider .gallery-top {
  height: 100%;
  width: 100%;
  background: var(--white-light-color);
}

.slider .gallery-thumbs {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 120px;
  padding-bottom: 30px;
  z-index: 9;
  /* position: absolute; */
  bottom: 30%;
  right: 0;
  height: auto;
  color: var(--white-color);
  padding-top: 10px;
}

.slider .gallery-thumbs .swiper-slide {
  width: 90%;
  height: 100%;
  opacity: 0.4;
  text-align: center;
  filter: blur(3px);
}

.slider .gallery-thumbs .swiper-slide span {
  margin-left: 50%;
  transform: translateX(-50%);
  float: left;
  font-size: 3vw;
  line-height: 5vw;
  font-weight: 800;
  color: var(--secondary-color);
  text-shadow: 2px 2px 12px #000000;
  -webkit-text-stroke: #f00;
}

.slider .gallery-thumbs .swiper-slide a {
  display: none;
  font-size: 1rem;
  color: var(--white-color);
  padding-bottom: 5px;
  position: relative;
  text-shadow: 1px 1px 4px #000;
}

.slider .gallery-thumbs .swiper-slide a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--white-color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slider .gallery-thumbs .swiper-slide a:hover {
  text-decoration: none;
}

.slider .gallery-thumbs .swiper-slide a:hover:before {
  width: 100%;
}

.slider .gallery-thumbs .swiper-slide-active {
  width: 100%;
  opacity: 1;
  transform: scale(1.4);
  filter: blur(0px);
}

.slider .gallery-thumbs .swiper-slide-active span {
  font-size: 4vw;
}

.slider .gallery-thumbs .swiper-slide-active a {
  display: inline-block;
}

.slider .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  color: var(--white-color);
  background: none;
}

.slider .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  color: var(--white-color);
  background: none;
}

.slider .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}

.slider .slide-progress span {
  display: inline-block;
  color: var(--white-color);
}

.slider .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}

.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--white-color);
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VIDEO HERO */
.video-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.video-hero .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: var(--primary-color);
}

.video-hero .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.video-hero .inner {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}

.video-hero .inner span {
  width: 100%;
  float: left;
  font-size: 8vw;
  line-height: 5vw;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 30px;
}

.video-hero .inner a {
  color: var(--white-color);
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid var(--white-color);
  padding-bottom: 4px;
}

.video-hero .inner a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/* CAROUSEL HERO */
.carousel-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.carousel-hero .carousel-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.carousel-hero .carousel-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  background-size: cover;
  background-position: center;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
  opacity: 1;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
  opacity: 0.4;
}

.carousel-hero .carousel-slider .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-color);
  opacity: 0.7;
}

.carousel-hero .carousel-slider .swiper-slide .inner {
  width: 100%;
  display: block;
  text-align: center;
  color: var(--white-color);
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.carousel-hero .carousel-slider .swiper-slide .inner h2 {
  width: 100%;
  float: left;
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 800;
  color: var(--white-color);
  margin-bottom: 10px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a {
  color: var(--white-color);
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid var(--white-color);
  padding-bottom: 4px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.carousel-hero .swiper-button-prev {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 120px;
  bottom: 30px;
  color: var(--white-color);
  background: none;
}

.carousel-hero .swiper-button-next {
  height: auto;
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 30px;
  color: var(--white-color);
  background: none;
}

.carousel-hero .slide-progress {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -110px;
  z-index: 3;
  text-align: center;
}

.carousel-hero .slide-progress span {
  display: inline-block;
  color: var(--white-color);
}

.carousel-hero .slide-progress .swiper-pagination {
  width: 160px;
  height: 2px;
  margin: auto 10px;
  display: inline-block;
  position: static;
  background: rgba(255, 255, 255, 0.3);
}

.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--white-color);
}

/* PAGE HEADER */
.page-header {
  width: 100%;
/*   height: 70vh; */
/*   display: flex; */
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--primary-color);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(1.2);
  filter: blur(20px);
  transition-delay: 0.8s;
  background-position: center;
  background-size: cover;
}

.page-header .baner__img {
    width: 100%;
    max-height: 70vh;
    object-fit: cover;
}

.page-header .page-header-box h1 {
  color: var(--white-color);
  margin-bottom: 1rem;
}

.page-header .page-header-box {
  padding-bottom: 3rem;
}

@media (max-width: 768px){
	.page-header .page-header-box {
	  padding-bottom: 1.5rem;
	}
	.page-header .page-header-box h1 {
	  margin-bottom: 0;
	}
}

.page-header .page-header-box ol {
  background: transparent;
  margin: 0;
  padding-bottom: 0;
  padding: 0;
}

.page-header .page-header-box ol li {}

.page-header .page-header-box ol li a {
  color: var(--white-color);
}

.page-header .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.page-header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
}

.page-header .inner {
  width: 100%;
  padding-left: 220px;
  position: relative;
  z-index: 2;
}

.page-header .inner h1 {
  color: var(--white-color);
  font-weight: 800;
  font-size: 10vw;
  letter-spacing: -3px;
}

.page-header .inner p {
  margin: 0;
  color: var(--white-color);
  font-weight: 300;
  letter-spacing: -0.5px;
}

/* INTRO */
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

section.intro .container {
  position: relative;
  z-index: 9;
}

.intro .intro-image-bg,
.intro .intro-image-bg-2 {
  position: absolute;
}

.intro .intro-image-bg {
  right: -25%;
  bottom: -18%;
  animation: intro-spin 28s linear infinite;
  transform-origin: center center;
}

@media (max-width: 1399px) {
  .intro .intro-image-bg {
    right: -30%;
    bottom: -60%;
  }
}

.intro .intro-image-bg-2 {
  bottom: 2%;
  margin: 0 auto;
  display: block;
  z-index: 0;
  left: -4%;
  width: auto;
  opacity: 0.3;
  animation: intro-fade-float 14s ease-in-out infinite;
  width: 200px;
}

@media (max-width: 1399px) {
  .intro .intro-image-bg-2 {
    opacity: 0.1;
    animation: none;
  }
}

@keyframes intro-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes intro-fade-float {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  20% {
    opacity: 0.5;
    transform: translateY(-10px);
  }

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

  80% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.intro .col-lg-7 {
  padding-left: 10%;
}

.intro h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.154rem;
}

.intro .business-units h6 {
  text-align: right;
}

.intro h6:before {
  content: "";
  width: 70px;
  height: 1px;
  background: var(--primary-color);
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 7px;
}

.bg-primary h6::before {
  background: var(--white-color);
}

.intro b {
  font-size: 4rem;
  line-height: 1;
  float: left;
  font-weight: 700;
  margin-right: 20px;
  color: var(--secondary-color);
}

.intro h4 {
  font-weight: 600;
}

.intro p {
  font-weight: 300;
  margin-bottom: 16px;
}

p.section-subtitle {
  margin: 0;
}

.intro .section-big-text {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
  /* color: var(--white-color); */
  margin-top: 0;
}

@media (max-width: 1399px) {
  .intro .section-big-text {}
}

.bg-primary p.section-subtitle,
.bg-primary p,
.bg-primary h6 {
  color: var(--white-color);
}

.intro small {
  display: block;
  opacity: 0.7;
  margin-bottom: 50px;
}

.intro a:hover {
  border-color: var(--white-color);
}

/* INTRO IMAGE */
.intro-image {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}

.intro-image:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-color);
}

.intro-image.light:before {
  background: var(--white-color);
}

.intro-image .office-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.intro-image figure {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  height: 450px;
}

.intro-image figure img {
  width: 100%;
  opacity: 1;
  height: 100%;
  object-fit: cover;
}

.intro-image figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  line-height: 1;
}

.intro-image figure figcaption h6 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white-color);
  text-shadow: 1px 1px 4px black;
}

/* PROCESS */
.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
  color: var(--white-color);
  text-align: center;
}

.process .odometer {
  font-size: 5vw;
  line-height: 1;
}

.process .symbol {
  width: 100%;
  display: block;
}

.process small {
  width: 80%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin: 20px 10%;
  font-weight: 600;
}

/* ICON CONTENT BLOCK */
.icon-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bg-image-pattern {
  background-image: url(../images/pattern-3.png);
  background-size: cover;
  background-position: center;
  border-top: 1px solid #f9f6f6;
  border-bottom: 1px solid #f9f6f6;
}

.icon-content-block .container {
  position: relative;
  z-index: 2;
}

.icon-content-block .content-block {
  width: 100%;
  display: block;
  margin: 0;
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.icon-content-block .content-block.selected {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}

.icon-content-block .content-block.selected:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
}

.icon-content-block .content-block figure {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.icon-content-block .content-block figure img {
  height: 75px;
}

.icon-content-block .content-block h6 {
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.icon-content-block .content-block ul {
  margin: 0;
  padding: 0;
}

.icon-content-block .content-block ul li {
  padding: 3px 0;
  opacity: 0.7;
  list-style: none;
  font-weight: 300;
}

/* TEXT CONTENT BLOCK */
.text-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: var(--white-color);
}

.text-content-block .col-md-4 {
  margin: 20px 0;
}

.text-content-block .section-title {
  margin-bottom: 30px;
}

.text-content-block h5 {
  font-weight: 300;
  line-height: 1.5;
  padding-right: 20%;
  margin-bottom: 70px;
}

.text-content-block small {
  font-weight: 800;
  margin-bottom: -20px;
  opacity: 0.1;
  display: block;
}

.text-content-block p {
  padding-right: 20%;
  margin-bottom: 0;
  line-height: 1.5;
}

/* TESTIMONIALS */
.testimonials {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
  color: var(--white-color);
  background: var(--primary-color);
  position: relative;
}

.testimonials:before {
  content: "";
  width: 100%;
  height: 50px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials .section-title {
  margin-bottom: 0;
}

.testimonials .testimonials-slider {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.testimonials .swiper-pagination {
  width: 100px;
  right: 80px;
  left: auto;
  bottom: 115px;
  text-align: right;
}

.testimonials .swiper-pagination-bullet {
  background: var(--primary-color);
}

.testimonials .swiper-pagination-bullet:hover {
  border-color: var(--primary-color);
}

.testimonials .swiper-pagination-bullet-active {
  border-color: var(--primary-color);
  background: none;
}

.testimonials .testimonial {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 80px;
  background: var(--primary-color);
  color: var(--primary-color);
}

.testimonials .testimonial blockquote {
  line-height: 1.7;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.testimonials .testimonial .reviewer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.testimonials .testimonial .reviewer img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}

.testimonials .testimonial .reviewer .reviewer-infos {
  width: calc(100% - 65px);
  float: left;
}

.testimonials .testimonial .reviewer h6 {
  display: block;
  font-weight: 600;
}

.testimonials .testimonial .reviewer small {
  display: block;
}

/* TEAM */
.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 100px;
  color: var(--white-color);
  background: var(--primary-color);
  position: relative;
  z-index: 2;
}

.team:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--white-color);
}

.team .reveal-effect.masker:after {
  background: var(--primary-color);
}

.team h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.team figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -100px;
}

.team figure:hover ul {
  opacity: 1;
  visibility: visible;
}

.team figure img {
  width: 100%;
}

.team figure figcaption {
  display: block;
  color: var(--primary-color);
  margin-top: 20px;
}

.team figure figcaption h6 {
  display: block;
  font-weight: 600;
}

.team figure figcaption small {
  display: block;
  opacity: 0.5;
}

.team figure ul {
  width: 80%;
  display: flex;
  margin: 10%;
  padding: 0;
  background: var(--white-color);
  position: absolute;
  left: 0;
  bottom: 60px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.team figure ul li {
  flex: 1;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  border-right: 1px solid #eee;
}

.team figure ul li:last-child {
  border-right: 0;
}

.team figure ul li a {
  color: var(--primary-color);
  font-size: 13px;
  padding: 5px;
}

.team figure ul li a:hover {
  color: var(--primary-color);
}

/* WORKS */
.works {
  width: 100%;
  position: relative;
  padding-bottom: 2.25rem;
}

.service-shape1-1,
.service-shape1-2 {
  position: absolute;
  top: 15px;
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }

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

  100% {
    transform: translateY(0);
  }
}

.works .service-shape1-1 {
  right: 0;
}

.works .service-shape1-2 {
  left: 0;
}

.works .works-slider {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.works .works-slider .swiper-wrapper {
  margin: 0;
  padding: 0;
  height: auto;
}

.works .works-slider .swiper-slide {
  height: auto;
  padding: 0 1.875rem;
  box-sizing: border-box;
}

.works .work-card {
  width: 100%;
  display: block;
  padding-top: 10px;
}

.works ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -60px 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.works ul li {
  width: 33.33333%;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 3.75rem;
}

.works ul li:nth-child(2n+2) {
  margin-top: 6.25rem;
}

.works ul li:nth-child(3n+3) {
  margin-top: 2.5rem;
}

.works ul li figure,
.works .work-card figure {
  width: 100%;
  display: block;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.works ul li figure:hover,
.works .work-card figure:hover {
  box-shadow: 0.9375rem 0.9375rem 1.875rem rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}

.works ul li figure:hover:before,
.works .work-card figure:hover:before {
  opacity: 1;
}

.works ul li figure:before,
.works .work-card figure:before {
  content: "";
  width: 90%;
  height: 30%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: -1;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.works .works-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.works .works-pagination span {
  width: 12px;
  border-radius: 12px;
  height: 12px;
  background: var(--primary-color);
  transition: .5s;
}

.works .works-pagination span.swiper-pagination-bullet-active {
  background: var(--primary-color);
  width: 50px;
}

.works .works-control {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}

.works .works-button-prev,
.works .works-button-next {
  color: var(--white-color);
}

.works ul li figure a,
.works .work-card figure a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.works ul li figure a img,
.works .work-card figure a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}

.works ul li h3,
.works .work-card h3 {
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.works ul li small,
.works .work-card small {
  display: block;
  opacity: 0.8;
}

/* CASE STUDY */
.case-study {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: var(--white-color);
}

.case-study h6 {
  font-weight: 600;
  margin-top: 30px;
}

.case-study h5 {
  font-size: 5vw;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}

.case-study p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.case-study figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.case-study figure img {
  width: 100%;
}

.case-study figure video {
  width: 100%;
}

.case-study .container-fluid {
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

/* BLOG */
.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  background: var(--white-color);
}

.blog .col-lg-9 {
  padding-right: 60px;
}

.blog .sidebar {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}

.blog .sidebar .widget {
  width: 100%;
  display: block;
  border-left: 1px solid #eee;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-bottom: 10px;
}

.blog .sidebar .widget .title {
  display: block;
  font-weight: 800;
  font-size: 19px;
  padding: 15px 0;
  position: relative;
}

.blog .sidebar .widget .title:before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  left: -31px;
  top: 0;
}

.blog .sidebar .widget p {
  margin: 0;
}

.blog .sidebar .widget form {
  width: 100%;
}

.blog .sidebar .widget form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}

.blog .sidebar .widget .categories {
  width: 100%;
  margin: 0;
  padding: 0;
}

.blog .sidebar .widget .categories li {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}

.blog .sidebar .widget .categories li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ccc;
  color: var(--white-color);
  margin-right: 15px;
  margin-left: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}

.blog .sidebar .widget .categories li a {
  color: var(--primary-color);
  margin-left: 0;
  font-weight: 600;
}

.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 0;
}

.blog .sidebar .widget .tags li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.blog .sidebar .widget .tags li a {
  font-weight: 600;
  font-size: 11px;
  background: var(--primary-color);
  color: var(--white-color);
  line-height: 1;
  padding: 3px 6px;
}

.blog .sidebar .widget .tags li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.blog .sidebar .widget .mini-works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.blog .sidebar .widget .mini-works li {
  width: 33.3333%;
  display: inline-block;
  margin: 0;
  padding: 4px;
  list-style: none;
}

.blog .post {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0;
}

.blog .post.single {
  position: relative;
}

.blog .post.single .post-image {
  width: 100%;
  margin-bottom: 50px;
}

.blog .post.single .post-content {
  width: 100%;
  padding: 0 60px;
}

.blog .post.single .post-content .post-title {
  font-size: 4vw;
  line-height: 1.4;
}

.blog .post:nth-child(even) {
  position: relative;
}

.blog .post:nth-child(even) .post-image {
  order: 2;
}

.blog .post:nth-child(even) .post-image:before {
  right: auto;
  left: -25px;
}

.blog .post:nth-child(even) .post-content {
  order: 1;
  padding-right: 60px;
  padding-left: 0;
  text-align: right;
}

.blog .post .post-image {
  width: 45%;
  margin: 0;
  position: relative;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}

.blog .post .post-image img {
  position: relative;
  width: 100%;
}

.blog .post .post-image:before {
  content: "";
  width: 90%;
  height: 60%;
  position: absolute;
  right: -25px;
  bottom: -30px;
  z-index: 0;
  background: url(../images/dot-pattern.png) right;
  background-size: 10px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0.2;
}

.blog .post .post-content {
  width: 55%;
  padding-left: 60px;
}

.blog .post .post-content h5 {
  font-weight: 600;
  margin-top: 30px;
}

.blog .post .post-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.blog .post .post-content ul li {
  margin: 0;
}

.blog .post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}

.blog .post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}

.blog .post .post-content .social-share li.facebook a {
  background: #475993;
}

.blog .post .post-content .social-share li.twitter a {
  background: #76a9ea;
}

.blog .post .post-content .social-share li.google-plus a {
  background: #f34a38;
}

.blog .post .post-content .social-share li.linkedin a {
  background: #0077b7;
}

.blog .post .post-content .social-share li.youtube a {
  background: #f61c0d;
}

.blog .post .post-content .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  border-radius: 0;
}

.blog .post .post-content .image-left {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.blog .post .post-content .image-full {
  width: 100%;
  display: block;
  margin: 30px 0;
}

.blog .post .post-content .post-date {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}

.blog .post .post-content .post-title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 800;
}

.blog .post .post-content .post-title a {
  color: var(--primary-color);
}

.blog .post .post-content .post-title a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.blog .post .post-content .post-author {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.blog .post .post-content .post-author img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.blog .post .post-content .post-author span {
  display: inline-block;
  color: #A7A7A7;
}

.blog .post .post-content .post-author span a {
  color: var(--primary-color);
  font-size: 15px;
}

.blog .post .post-content .post-author span a:hover {
  color: var(--primary-color);
}

.blog .post .post-content .post-categories {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}

.blog .post .post-content .post-categories li {
  display: inline-block;
  list-style: none;
}

.blog .post .post-content .post-categories li a {
  font-weight: 600;
  font-size: 11px;
  background: var(--primary-color);
  color: var(--white-color);
  line-height: 1;
  padding: 3px 6px;
}

.blog .post .post-content .post-categories li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.blog .post .post-content .post-link {
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 5px;
}

.blog .post .post-content .post-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.clients ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.clients ul li {
  width: 33.33333%;
  margin: 0;
  padding: 40px;
  list-style: none;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

/* CONTACT */
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: var(--white-color);
}

.contact h6 {
  font-weight: 600;
  margin-top: 30px;
}

.contact address {
  display: block;
}

.contact address p {
  margin: 0;
}

.contact address a {
  text-decoration: underline;
}

.contact .contact-form {
  width: 100%;
  display: block;
}

.contact .contact-form #contact {
  display: block;
}

.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group input[type=text] {
  width: 400px;
  background: none;
  position: relative;
  z-index: 2;
}

.contact .contact-form #contact .form-group input:focus+span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group textarea {
  width: 500px;
  background: none;
  position: relative;
  z-index: 2;
}

.contact .contact-form #contact .form-group textarea:focus+span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group label.error {
  width: 100%;
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}

.contact .contact-form #success,
.contact .contact-form #error {
  display: none;
  float: left;
}

.contact .contact-form #error {
  background: red;
  color: var(--white-color);
}

.contact .contact-form #success {
  background: green;
  color: var(--white-color);
}

.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}

.contact .map {
  width: 80%;
  height: 400px;
  display: block;
  background: var(--primary-color);
}

.contact .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* FOOTER */
.footer {
  width: 100%;
  background: url(https://themezinho.net/tourog/images/footer-bg.png) top center no-repeat;
  background-size: 80% auto;
  padding-top: 6.25rem;
  background-color: var(--primary-color);
  color: var(--white-color);
}

@media (max-width: 1399px) {
  .footer {
    padding-top: 3rem;
  }
}

.footer ul.footer-social-media {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer ul li {
  display: inline-block;
  margin-left: 15px;
  border-right: 1px solid;
  padding-right: 15px;
}

.footer ul li:last-child {
  border: none;
}

.footer ul li a {
  color: var(--white-color);
}

.footer ul li a:hover {
  color: var(--secondary-color);
}

.footer h6 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
}

.footer h2 {
  opacity: 1;
  line-height: 1;
  font-size: 3.5rem;
  color: var(--secondary-color);
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}

.footer .link {
  font-size: 17px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 5px;
}

.footer .link:hover {
  border-color: var(--white-color);
  text-decoration: none;
}

.footer .footer-bar {
  width: 100%;
  display: flex;
  margin-top: 0;
  padding: 1.875rem 0;
  border-top: 1px solid rgb(54 65 100);
  font-size: 1.25rem;
  justify-content: space-between;
}

@media (max-width: 425px) {
  .footer .footer-bar {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.footer .footer-bar .copyright {
  margin: 0;
}

.footer .footer-bar .creation {
  margin-left: auto;
}

@media (max-width: 425px) {
  .footer .footer-bar .creation {
    margin-left: 0;
  }
}

.footer .footer-bar .creation a {
  text-decoration: underline;
  color: var(--white-color);
}

.footer .footer-bar .creation a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
  .section-title {}

  .page-header .inner {
    padding-left: 160px;
  }

  .all-cases .inner {
    padding-left: 160px;
  }

  .social-media .inner ul li {
    font-size: 4vw;
  }

  .all-cases .inner ul li {
    font-size: 10vw;
  }

  .works {
    padding: 80px 0;
  }

  .works ul li {
    width: 50%;
  }

  .slider .gallery-thumbs .swiper-slide-active span {
    width: 100%;
    font-size: 8vw;
    line-height: 11vw;
  }

  .intro .col-lg-7 {
    padding-left: 15px;
    margin-top: 50px;
  }

  .text-content-block {
    padding: 80px 0;
  }

  .intro-image {
    padding-bottom: 80px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
/*     margin-top: 0; */
  }

  .icon-content-block .content-block {
    padding: 30px 20px;
  }

  .process {
    margin-bottom: 80px;
  }

  .process .col-lg-3:first-child {
    margin-bottom: 40px;
  }

  .process .odometer {
    font-size: 8vw;
  }

  .testimonials {
    margin-top: 80px;
  }

  .testimonials:before {
    display: none;
  }

  .testimonials .col-lg-6:first-child {
    order: 2;
  }

  .testimonials .col-lg-6:last-child {
    order: 1;
  }

  .testimonials .testimonials-slider {
    margin-top: 40px;
    width: 100%;
  }

  .testimonials .swiper-pagination {
    bottom: 65px;
  }

  .testimonials .testimonial {
    padding: 50px 80px;
  }

  .testimonials .section-title {
    margin-top: 80px;
  }

  .team {
    padding: 80px 0;
  }

  .team:before {
    display: none;
  }

  .team .col {
    width: 33.33333%;
    flex-basis: auto;
    flex-grow: inherit;
  }

  .team figure {
    margin: 30px 0;
  }

  .team figure figcaption {
    color: var(--white-color);
  }

  .team h5 {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .clients {
    padding: 80px 0;
  }

  .blog {
    padding: 30px 0;
  }

  .blog .col-lg-9 {
    padding-right: 15px;
  }

  .contact {
    padding: 80px 0;
  }

  .contact .map {
    width: 100%;
    margin: 50px 0;
  }

  .contact .contact-form {
    margin-top: 30px;
  }

  .footer h6 {
    font-size: 26px;
  }

  .footer ul {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .footer ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}

/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  .section-title {}

  .slider .gallery-thumbs {
    width: 100%;
    margin: 0;
  }

  .page-header .inner {
    padding-left: 100px;
  }

  .page-header .inner p {
    font-size: 17px;
    padding-right: 10%;
  }

  .all-cases .inner {
    padding-left: 100px;
  }

  .all-cases .inner ul li {
    font-size: 13vw;
  }

  .site-navigation .inner {
    padding-left: 0;
  }

  .site-navigation .inner ul li {
    line-height: 1;
  }

  .site-navigation .inner ul li a {}

  .site-navigation .inner ul li i {}

  .site-navigation .inner ul li small {
    display: none;
  }

  .site-navigation .inner ul li ul {
    margin-top: 10px;
  }

  .site-navigation .inner ul li ul li a {
    font-size: 22px;
  }

  .left-side .follow-us {
    display: none;
  }

  .slide-progress {
    display: none;
  }

  .all-cases-link {
    right: 15px;
  }

  .swiper-button-next {
    right: 20px;
  }

  .swiper-button-prev {
    right: 90px;
  }

  .icon-content-block .col-lg-3:nth-child(3) {
/*     margin: 50px 0; */
  }

  .icon-content-block .content-block {
    padding: 0;
  }

  .icon-content-block .content-block.selected {
    background: none;
    box-shadow: none;
  }

  .icon-content-block .content-block.selected:before {
    display: none;
  }

  .testimonials .testimonial {
    padding: 70px 50px;
  }

  .testimonials .swiper-pagination {
    bottom: 85px;
  }

  .team .col {
    width: 50%;
    flex-basis: 50%;
    flex-grow: inherit;
  }

  .team figure {
    display: block;
    height: auto;
  }

  .team figure img {
    height: auto;
    object-fit: cover;
  }

  .works ul li {
    width: 100%;
  }

  .works ul li:nth-child(2n+2) {
    margin-top: 0;
  }

  .works ul li:nth-child(3n+3) {
    margin-top: 0;
  }

  .clients ul li {
    padding: 30px 20px;
    width: 50%;
  }

  .clients ul li:last-child {
    display: none;
  }

  .blog .post .post-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog .post .post-content {
    width: 100%;
    padding: 0 !important;
  }

  .blog .post:nth-child(even) {
    text-align: left;
  }

  .blog .post:nth-child(even) .post-image {
    order: 1;
  }

  .blog .post:nth-child(even) .post-content {
    order: 2;
    text-align: left;
  }

  .blog .post .post-content .post-title {
    font-size: 7vw;
  }

  .blog .post.single .post-content .post-title {
    font-size: 8vw;
  }

  .footer h2 {
    font-size: 7vw;
  }

  .footer h2 br {
    display: none;
  }
}

/* ANIMATIONS */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes show-img-1 {

  0%,
  66.6% {
    visibility: hidden;
  }

  100%,
  66.7% {
    visibility: visible;
  }
}

@keyframes show-img-1 {

  0%,
  66.6% {
    visibility: hidden;
  }

  100%,
  66.7% {
    visibility: visible;
  }
}

@-webkit-keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }

  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@keyframes slide-bg-2 {
  33.3% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 1);
    transform: scale(0.05, 1);
  }

  66.6% {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  66.7% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

.business-units-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.business-units-container .business-units a {
  /* white-space: nowrap; */
  /* background: var(--secondary-color); */
  padding: 10px 25px;
  /* border-radius: 35px; */
}

.business-units-container .business-units a:hover {
  /* background: var(--primary-light-color); */
  /* border-color: var(--secondary-color); */
}

.business-units-button a {
  white-space: nowrap;
}

.intro-image .swiper-pagination-bullets {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 16px;
  z-index: 0;
}

.swiper-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3.125rem;
  z-index: 99;
}

@media (max-width: 767px) {
  .swiper-slider-content {
    padding: 20px;
    left: 0;
  }
}

.swiper-slider-content h3 {
  font-size: 3.5rem;
  margin: 0;
  color: var(--white-color);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 3.125rem;
}

@media (max-width: 767px) {
  .swiper-slider-content h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .swiper-slider-content h3 br {
    display: none;
  }
}

.swiper-slider-content p {
  margin: 0;
  color: var(--white-color);
  font-weight: 300;
  margin-bottom: 1.875rem;
}

.footer-contact {
  padding: 30px 0;
  width: 100%;
  /* background-image: linear-gradient(to bottom, #101a3d, var(--primary-light-color)); */
  border-top: 1px solid #dbdbdb;
}

.footer-contact .footer-contact-box {
  display: flex;
  align-items: normal;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .footer-contact .col-lg-6:first-child .footer-contact-box {
    margin-bottom: 2rem;
  }
}

.footer-contact .footer-contact-box .contact-icon-box {}

.footer-contact .footer-contact-box .contact-icon-box img {
  min-width: 30px;
  filter: invert(1);
  position: relative;
  top: 5px;
}

.footer-contact .footer-contact-box .footer-contact-info {}

.footer-contact .footer-contact-box .footer-contact-info h3 {
  margin: 0;
  font-weight: bold;
  color: var(--primary-color);
  /* text-shadow: 1px 1px 2px var(--primary-light-color); */
}

.footer-contact .footer-contact-box .footer-contact-info p {
  margin: 0;
  font-size: 1.25rem;
}

.footer-contact .footer-contact-box .footer-contact-info p a {}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 30px;
  font-size: 1.25rem;
  border-radius: 35px;
}

@media (max-width: 767px) {

  .btn-primary,
  .btn-secondary {
    padding: 6px 15px;
  }
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.image-container {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .image-container {
    margin-bottom: 1.875rem;
  }
}

.image-container.h-full,
.image-container.h-full img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {

  .image-container.h-full,
  .image-container.h-full img {
    height: auto;
  }
}

.pl-50 {
  padding-left: calc(6.125rem - 1.8rem);
}

@media (max-width: 767px) {
  .content-container.pl-50 {
    padding-left: 0;
  }
}

.pr-50 {
  padding-right: calc(6.125rem - 1.8rem);
}

@media (max-width: 767px) {
  .content-container.pr-50 {
    padding-right: 0;
  }
}

.content-container h3.section-title {
  line-height: 1;
  margin-bottom: 2rem;
  text-shadow: none;
}

.content-container p {
  line-height: 1.4;
  text-align: justify;
}

/*** 

====================================================================
 Feature Section
====================================================================

***/

.feature-block {
  position: relative;
  margin-bottom: 0;
}

.feature-block .inner-box {
  position: relative;
  text-align: center;
  background: var(--white-color);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /* border: 1px solid #f5f5f5; */
  padding: 0;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background-position: center;
}

.feature-block .inner-box .icon-content {
  padding: 0 16px 16px;
}

.feature-block .inner-box:before {
  position: absolute;
  right: -13px;
  top: 50px;
  bottom: 50px;
  border: 1px solid #ebebeb;
  content: "";
}

.feature-block:last-child .inner-box:before {
  display: none;
}

.feature-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .20);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .20);
  /* border-color: var(--primary-color); */
}

.feature-block .inner-box:hover a {
  color: var(--white-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.feature-block .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  opacity: 0;
}

.feature-block .icon-box .icon {
  position: relative;
  color: var(--secondary-color);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}

.feature-block .icon-box:before {
  position: absolute;
  left: -25px;
  top: 0;
  height: 55px;
  width: 55px;
  background-color: var(--secondary-color);
  content: "";
  border-radius: 50%;
  opacity: 0;
}

.feature-block .icon-box .icon:before {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon:before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-block h4 {
  color: var(--white-color);
  margin-bottom: 0;
}

.feature-block a.btn {
  font-size: 1rem;
  background: #f7f7f7;
  border-color: #dfdfdf;
  color: var(--primary-color);
  display: none;
}

.feature-block p {
  margin-bottom: 20px;
}

.feature-block .read-more {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color);
}

.business-slider-wrapper {
  position: relative;
}

.business-slider-controls {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 12px;
  z-index: 2;
}

.business-slider-controls .swiper-button-prev,
.business-slider-controls .swiper-button-next {
  position: static;
  width: 38px;
  height: 38px;
  margin: 0;
}

.business-slider-controls .swiper-button-prev:after,
.business-slider-controls .swiper-button-next:after {
  font-size: 16px;
}

.business-units-slider {
  padding-top: 20px;
}

.business-units-slider .swiper-wrapper {
  align-items: stretch;
}

.business-units-slider .swiper-slide {
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
}

.business-units-slider .feature-block {
  width: 100%;
}

.business-units-slider .feature-block .icon-content h4 {
  color: var(--primary-color);
  padding-top: 10px;
  padding-left: 15px;
}

.business-pagination {
  margin-top: 25px;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}

.footer ul.footer-menu {
  padding: 0;
  text-align: center;
  background: var(--primary-light-color);
  padding: 10px;
  margin: 0;
  background-image: linear-gradient(to bottom, var(--primary-light-color), var(--primary-color));
  border: 1px solid var(--primary-light-color);
}

.footer ul.footer-menu li {
  padding: 0;
  border: none;
  position: relative;
  margin: 0;
  padding-right: 30px;
}

.footer ul.footer-menu li:last-child {
  padding: 0;
}

.footer ul.footer-menu li:last-child:after {
  content: none;
}

.footer ul.footer-menu li:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  position: absolute;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

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

.logo-box img {
  height: 12.5rem;
}

ul.footer-business-units {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 40px;
  padding: 15px 0;
}

@media (max-width: 1399px) {
  ul.footer-business-units {
    margin-top: 20px;
  }
}

p.footer-business-units-title {
  margin: 0;
  text-align: center;
  font-size: 5rem;
  color: var(--secondary-color);
}

@media (max-width: 1399px) {
  p.footer-business-units-title {
    font-size: 3rem;
  }
}

.butterfly-1 {
  position: absolute;
  left: 0;
  bottom: 35%;
  background-position: 1695px 600px;
  animation-name: shapeMover;
  animation-duration: 25s;
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
  z-index: 0;
  display: block;
  animation-timing-function:
    linear;
  animation-iteration-count: infinite;
}

@media (max-width:1399px) {
  .butterfly-1 {
    bottom: auto;
  }
}

@media (max-width: 425px) {
  .butterfly-1 {
    left: 0;
    top: 20px;
  }
}

@keyframes shapeMover {
  0% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }

  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0);
  }
}


/* New CSS for Footer */
.footer-section {
  padding-top: 80px;
  background: var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-family-secondary);
}

.footer-section .container {
  max-width: calc(100vw - 240px);
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .footer-section .container {
    max-width: calc(100vw - 124px);
  }
}

@media (max-width: 767px) {
  .footer-section .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .footer-menu {
    margin-bottom: 2rem;
  }
}



.footer-menu h3 {
  color: var(--secondary-color);
  margin-bottom: 30px;
}

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

.footer-menu ul.footer-contact-list {
  margin-bottom: 20px;
}

.footer-menu p {
  font-size: 18px;
}

.footer-menu ul.footer-contact-list li a {
  padding: 0;
}

.footer-menu ul li {}

.footer-menu ul li a {
  color: var(--white-color);
  padding-bottom: 5px;
  display: block;
  display: flex;
  align-items: center;
  gap: 15px;
}

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

.footer-menu ul li a i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-light-color);
  border-radius: 100%;
}

.footer-logo {
  margin-bottom: 5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-logo {
    text-align: left;
  }
}

.footer-logo img {
  height: 150px;
}

.footer-bottom-business-units ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.footer-bottom-business-units ul li {}

.footer-bottom-business-units ul li a {
  color: var(--white-color);
}

.footer-bottom-business-units {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

header {
  position: relative;
  z-index: 999;
}

header.is-sticky aside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white-color);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

header.is-sticky.is-hidden aside {
  /*transform: translateY(-100%);*/
}

.open_menu header.is-sticky aside {
  background: transparent;
  box-shadow: none;
}

.get-in-touch-button img {
  width: 100%;
}

.get-in-touch-button {
  position: relative;
  background: var(--primary-color);
  padding: 5px;
  border-radius: 100px;
  display: inline-block;
  width: 40px;
  height: auto;
  transition: all 0.3s ease;
}

.get-in-touch-button:hover {
  background: var(--secondary-color);
}

.get-in-touch-tooltip {
  position: absolute;
  left: 50%;
  bottom: 47px;
  transform: translateX(-50%) translateY(10px);
  padding: 6px 14px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transform-origin: center right;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
  filter: blur(4px);
}

.get-in-touch-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--primary-color);
}

.get-in-touch-button:hover .get-in-touch-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}

.hamburger-tooltip {
  position: absolute;
  left: 50%;
  bottom: 47px;
  transform: translateX(-50%) translateY(10px);
  padding: 3px 14px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transform-origin: center right;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
  filter: blur(4px);
}

.hamburger-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--primary-color);
}

.hamburger:hover .hamburger-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  filter: blur(0);
}

.bg-business-units {
  background-image: url(../images/process-shape1-2.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-middle {
  display: none;
}

@media (max-width: 1399px) {
  .footer-middle {
    display: none;
  }
}

/* Core Values Cards */
.value-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}

.value-card:hover::before {
  transform: scaleX(1);
}

.value-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}

.value-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--secondary-color);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.value-card:hover .value-icon::after {
  opacity: 0.1;
}

.value-icon i {
  font-size: 2rem;
  color: var(--white-color);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.value-card:hover .value-icon {
  transform: scale(1.1) rotate(5deg);
}

.value-card:hover .value-icon i {
  transform: scale(1.1);
}

.value-card h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.value-card:hover h4 {
  color: var(--secondary-color);
}

.value-card p {
  margin: 0;
}

@media (max-width: 767px) {
  .value-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .value-icon {
    width: 70px;
    height: 70px;
  }

  .value-icon i {
    font-size: 1.75rem;
  }

  .value-card h4 {
    font-size: 1.3rem;
  }
}

/* JOB CARD STYLES */
.job-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.job-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.job-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}

.job-card:hover::before {
  transform: scaleX(1);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.job-header h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.job-type {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}

.job-card:hover .job-type {
  background: var(--secondary-color);
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 0.95rem;
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.job-meta i {
  color: var(--secondary-color);
  font-size: 0.9rem;
}

.job-card p {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.job-footer {
  margin-top: auto;
  padding-top: 1rem;
}

.job-footer .btn {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .job-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }

  .job-header h4 {
    font-size: 1.3rem;
  }

  .job-meta {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* PROCESS STEP STYLES */
.process-step {
  text-align: center;
  padding: 2rem 1.5rem;
  position: relative;
}

.process-number {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--font-family-secondary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.process-number::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: var(--secondary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
}

.process-step:hover .process-number {
  transform: scale(1.1);
}

.process-step:hover .process-number::after {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.process-step h5 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.process-step:hover h5 {
  color: var(--secondary-color);
}

.process-step p {
  margin: 0;
}

@media (max-width: 767px) {
  .process-step {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }

  .process-number {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }

  .process-step h5 {
    font-size: 1.2rem;
  }
}

/* GALLERY FILTER STYLES */
.gallery-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.filter-btn {
  background: var(--white-color);
  border: 2px solid #e0e0e0;
  color: var(--primary-color);
  padding: 0.75rem 2rem;
  border-radius: 35px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-family-secondary);
}

.filter-btn:hover {
  border-color: var(--primary-color);
  color: var(--white-color);
  background: var(--primary-color);
  transform: translateY(-2px);
}

.filter-btn.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.filter-btn.active:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* GALLERY GRID STYLES */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
}

.gallery-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.gallery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #e0e0e0;
}

.gallery-figure {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.gallery-figure a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

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

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 43, 82, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: var(--white-color);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  color: var(--secondary-color);
}

.gallery-overlay span {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-caption {
  padding: 1.5rem;
  background: var(--white-color);
}

.gallery-caption h4 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
  font-family: var(--font-family-secondary);
}

.gallery-card:hover .gallery-caption h4 {
  color: var(--secondary-color);
}

.gallery-caption small {
  /* color: #666; */
  /* font-size: 0.9rem; */
  display: block;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .gallery-figure img {
    height: 250px;
  }

  .filter-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .gallery-filter {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .filter-btn {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
  }

  .gallery-figure img {
    height: 220px;
  }

  .gallery-caption {
    padding: 1.25rem;
  }

  .gallery-caption h4 {
    font-size: 1.15rem;
  }

  .gallery-overlay i {
    font-size: 2rem;
  }

  .gallery-overlay span {
    font-size: 0.85rem;
  }
}

/* BLOG LISTING PAGE STYLES */
.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.blog-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.blog-post-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: scale(1);
}

.blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}

.blog-post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.blog-post-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-post-card:hover .blog-post-image img {
  transform: scale(1.1);
}

.blog-post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  min-width: 70px;
}

.blog-post-date .day {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-family-secondary);
}

.blog-post-date .month {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-top: 0.25rem;
  opacity: 0.9;
}

.blog-post-content {
  padding: 2rem;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.blog-post-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-category a {
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-post-title {
  margin-bottom: 1rem;
}

.blog-post-title a {
  color: var(--primary-color);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
  font-family: var(--font-family-secondary);
}

.blog-post-title a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.blog-post-content p {
  margin-bottom: 1.5rem;
}

.blog-read-more {
  color: var(--primary-color);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.blog-read-more:hover {
  color: var(--secondary-color);
  text-decoration: none;
  gap: 0.75rem;
}

.blog-read-more i {
  transition: transform 0.3s ease;
}

.blog-read-more:hover i {
  transform: translateX(5px);
}

/* Blog Pagination */
.blog-pagination {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  color: var(--primary-color);
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0;
}

.pagination-link:hover,
.pagination-link.active {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
  text-decoration: none;
}

/* Blog Sidebar */
.blog-sidebar {}

.sidebar-widget {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #f0f0f0;
}

.widget-title {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
  font-family: var(--font-family-secondary);
}

/* Search Form */
.blog-search-form {
  display: flex;
  gap: 0.5rem;
}

.search-input {
  flex: 1;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 1rem;
}

.search-btn {
  width: 58px;
  height: 58px;
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 0 !important;
  padding: 6px !important;
}

.search-btn:hover {
  background: var(--secondary-color);
}

/* Sidebar Categories */
.sidebar-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-categories li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-categories li:last-child {
  border-bottom: none;
}

.sidebar-categories a {
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.sidebar-categories a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.sidebar-categories span {
  background: #f5f5f5;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.85rem;
  color: #666;
}

/* Recent Posts */
.recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-posts li {
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-posts a {
  display: flex;
  gap: 1rem;
  color: inherit;
}

.recent-posts img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.recent-post-content h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
  line-height: 1.4;
}

.recent-post-content span {
  font-size: 0.85rem;
  color: #666;
}

/* Sidebar Tags */
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sidebar-tags a {
  background: #f5f5f5;
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sidebar-tags a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
}

/* BLOG DETAILS PAGE STYLES */
.blog-details-post {
  background: var(--white-color);
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.blog-details-image {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
}

.blog-details-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.blog-details-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #666;
}

.blog-details-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-details-category a {
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-details-title {
  color: var(--primary-color);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-family: var(--font-family-secondary);
}

.blog-details-content {
  line-height: 1.8;
  color: #333;
}

.blog-details-content h3 {
  color: var(--primary-color);
  font-size: 1.75rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
  font-family: var(--font-family-secondary);
}

.blog-details-content p {
  margin-bottom: 1.5rem;
}

.blog-details-content ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.blog-details-content ul li {
  margin-bottom: 0.75rem;
}

.blog-details-quote {
  background: #f5f5f5;
  border-left: 4px solid var(--secondary-color);
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 8px;
}

.blog-details-quote blockquote {
  margin: 0;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--primary-color);
}

.blog-details-quote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 1rem;
  color: #666;
}

.blog-details-image-full {
  margin: 2rem 0;
}

.blog-details-image-full img {
  width: 100%;
  border-radius: 12px;
}

.image-caption {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  font-style: italic;
}

.blog-details-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 2rem 0;
}

.tags-label {
  font-weight: 600;
  color: var(--primary-color);
}

.blog-details-tags a {
  background: #f5f5f5;
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.blog-details-tags a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
}

.blog-details-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
}

.share-label {
  font-weight: 600;
  color: var(--primary-color);
}

.share-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white-color);
  transition: transform 0.3s ease;
}

.share-btn.facebook {
  background: #475993;
}

.share-btn.twitter {
  background: #76a9ea;
}

.share-btn.linkedin {
  background: #0077b7;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: var(--white-color);
}

/* Author Box */
.blog-author-box {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 12px;
  margin: 2rem 0;
}

.author-avatar img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: var(--font-family-secondary);
}

.author-info p {
  margin-bottom: 1rem;
  color: #666;
}

.author-social {
  display: flex;
  gap: 0.75rem;
}

.author-social a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 50%;
  transition: background 0.3s ease;
}

.author-social a:hover {
  background: var(--secondary-color);
  text-decoration: none;
}

/* Related Posts */
.related-posts {
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.related-posts-title {
  color: var(--primary-color);
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: var(--font-family-secondary);
}

.related-post-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.related-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.related-post-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-post-content {
  padding: 1.5rem;
}

.related-post-content h4 {
  color: var(--primary-color);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.related-post-content span {
  font-size: 0.85rem;
  color: #666;
}

/* Comments Section */
.blog-comments {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.comments-title {
  color: var(--primary-color);
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: var(--font-family-secondary);
}

.comment-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f0f0f0;
}

.comment-item:last-child {
  border-bottom: none;
}

.comment-avatar img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.comment-content h5 {
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.comment-content h5 span {
  font-size: 0.85rem;
  font-weight: 400;
  color: #666;
  margin-left: 0.5rem;
}

.comment-content p {
  margin-bottom: 0.75rem;
  color: #666;
}

.comment-reply {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.9rem;
}

.comment-reply:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.comment-form {
  margin-top: 3rem;
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 12px;
}

.comment-form h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: var(--font-family-secondary);
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-family: inherit;
}

.comment-form textarea {
  resize: vertical;
}

@media (max-width: 991px) {
  .blog-sidebar {
    padding-left: 0;
    margin-top: 3rem;
  }

  .blog-details-image img {
    height: 350px;
  }

  .blog-details-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .blog-post-image img {
    height: 250px;
  }

  .blog-post-content {
    padding: 1.5rem;
  }

  .blog-post-title a {
    font-size: 1.5rem;
  }

  .blog-details-image img {
    height: 250px;
  }

  .blog-details-title {
    font-size: 1.75rem;
  }

  .blog-author-box {
    flex-direction: column;
    text-align: center;
  }

  .comment-item {
    flex-direction: column;
  }

  .blog-filter {
    gap: 0.5rem;
  }

  .filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

/* MODERN CONTACT PAGE STYLES */
.contact-info-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}

.contact-info-card:hover::before {
  transform: scaleX(1);
}

.contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon {
  transform: scale(1.1) rotate(5deg);
}

.contact-icon i {
  font-size: 2rem;
  color: var(--white-color);
}

.contact-info-card h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
  font-family: var(--font-family-secondary);
}

.contact-info-card:hover h4 {
  color: var(--secondary-color);
}

.contact-info-card p {
  margin: 0;
  line-height: 1.7;
}

.contact-info-card a {
  color: #666;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

/* Modern Contact Form */
.contact-form {
  padding: 4rem;
  background: var(--white-color);
  border-radius: 15px;
  box-shadow: 0px 0px 10px #7d8ec7;
}

.contact-form-title {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: var(--font-family-secondary);
}

.contact-form-subtitle {
  color: #666;
  margin-bottom: 2rem;
}

.modern-contact-form {
  margin-top: 2rem;
}

.form-group-modern {
  position: relative;
  margin-bottom: 2rem;
}

.form-input-modern {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: inherit;
  background: var(--white-color);
  transition: all 0.3s ease;
  outline: none;
}

.form-input-modern:focus {
  /* border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(31, 43, 82, 0.1); */
  border-color: #f5f5f5;
  box-shadow: 0 0 0 1px rgb(31 43 82 / 6%);
}

.form-input-modern:focus+.form-label-modern,
.form-input-modern:not(:placeholder-shown)+.form-label-modern {
  top: -12px;
  left: 12px;
  font-size: 0.85rem;
  color: var(--primary-color);
  background: var(--white-color);
  padding: 0 0.5rem;
}

.form-textarea-modern {
  min-height: 150px;
  resize: vertical;
  font-family: inherit;
}

.form-label-modern {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  color: var(--primary-color);
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
}

.form-label-modern.label-up {
  top: -12px;
  left: 12px;
  font-size: 0.85rem;
  color: var(--primary-color);
  background: var(--white-color);
  padding: 0 0.5rem;
}

.btn-submit-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-submit-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(31, 43, 82, 0.2);
}

.btn-submit-modern i {
  transition: transform 0.3s ease;
}

.btn-submit-modern:hover i {
  transform: translateX(5px);
}

.alert-success-modern,
.alert-danger-modern {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  font-size: 0.95rem;
}

.alert-success-modern {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-danger-modern {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.alert-success-modern i,
.alert-danger-modern i {
  font-size: 1.25rem;
}

/* Select dropdown styling */
.form-group-modern select.form-input-modern {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding-right: 3rem;
  cursor: pointer;
}

.form-group-modern select.form-input-modern:focus+.form-label-modern,
.form-group-modern select.form-input-modern:not([value=""])+.form-label-modern,
.form-group-modern select.form-input-modern:not([value=""]):not(:focus)+.form-label-modern {
  top: -12px;
  left: 12px;
  font-size: 0.85rem;
  color: var(--primary-color);
  background: var(--white-color);
  padding: 0 0.5rem;
}

/* Checkbox styling */
.form-check-modern {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
}

.form-check-input-modern {
  width: 20px;
  height: 20px;
  margin-top: 0.25rem;
  cursor: pointer;
  accent-color: var(--primary-color);
  flex-shrink: 0;
}

.form-check-label-modern {
  position: relative;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
}

.form-check-label-modern .terms-link {
  color: var(--primary-color);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.form-check-label-modern .terms-link:hover {
  opacity: 0.8;
}

/* Contact Map */
.contact-map-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-map-title {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: var(--font-family-secondary);
}

.contact-map {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 1rem; */
}

.map-info {
  text-align: center;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 8px;
}

.map-info p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

.map-info i {
  color: var(--secondary-color);
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  .contact-form-wrapper {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .contact-map {
    height: 400px;
  }

  .contact-info-card {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper {
    padding: 1.5rem;
  }

  .contact-form-title,
  .contact-map-title {
    font-size: 1.75rem;
  }

  .contact-map {
    height: 300px;
  }

  .contact-icon {
    width: 70px;
    height: 70px;
  }

  .contact-icon i {
    font-size: 1.75rem;
  }

  .contact-info-card {
    padding: 2rem 1.5rem;
  }

  .form-group-modern {
    margin-bottom: 1.5rem;
  }

  .btn-submit-modern {
    width: 100%;
    justify-content: center;
  }
}

/* BUSINESS UNITS PAGE STYLES */
.business-unit-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.business-unit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #e0e0e0;
}

.business-unit-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
}

.business-unit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.business-unit-card:hover .business-unit-image img {
  transform: scale(1.1);
}

.business-unit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 43, 82, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.business-unit-card:hover .business-unit-overlay {
  opacity: 1;
}

.business-unit-overlay i {
  font-size: 3rem;
  color: var(--secondary-color);
}

.business-unit-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.business-unit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.business-unit-card:hover .business-unit-icon {
  transform: scale(1.1) rotate(5deg);
}

.business-unit-icon i {
  font-size: 1.75rem;
  color: var(--white-color);
}

.business-unit-content h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
}

.business-unit-content h4 a {
  color: inherit;
  transition: color 0.3s ease;
}

.business-unit-card:hover .business-unit-content h4 a {
  color: var(--secondary-color);
}

.business-unit-content p {
  margin-bottom: 1.5rem;
  flex-grow: 1;
  line-height: 1.7;
}

.business-unit-link {
  color: var(--primary-color);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.business-unit-link:hover {
  color: var(--secondary-color);
  text-decoration: none;
  gap: 0.75rem;
}

.business-unit-link i {
  transition: transform 0.3s ease;
}

.business-unit-link:hover i {
  transform: translateX(5px);
}

/* Business Stats */
.business-stat-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.business-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--secondary-color);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: var(--font-family-secondary);
}

.stat-label {
  font-size: 1.1rem;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* BUSINESS DETAILS PAGE STYLES */
.business-detail-icon-large {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.business-detail-icon-large i {
  font-size: 3.5rem;
  color: var(--white-color);
}

.business-detail-title {
  color: var(--primary-color);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-family: var(--font-family-secondary);
}

.business-detail-intro {
  /* font-size: 1.15rem; */
  /* line-height: 1.8; */
  /* color: #666; */
  margin-bottom: 0;
}

.business-detail-hero-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.business-detail-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-detail-content {
  background: var(--white-color);
  border-radius: 12px;
  padding: 3rem;
  border: 1px solid #f0f0f0;
}

.business-detail-content h3 {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: var(--font-family-secondary);
}

.business-detail-content p {
  /* font-size: 1.1rem; */
  /* line-height: 1.8; */
  /* color: #666; */
}

/* Business Feature Cards */
.business-feature-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  height: 100%;
}

.business-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--secondary-color);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: transform 0.3s ease;
  padding: 15px;
}

.feature-icon img {
  filter: brightness(100);
}

.business-feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
}

.feature-icon i {
  font-size: 1.75rem;
  color: var(--white-color);
}

.business-feature-card h4 {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  font-family: var(--font-family-secondary);
}

/* Business Gallery */
.business-gallery-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.business-gallery-image:hover {
  transform: translateY(-5px);
}

.business-gallery-image img {
  width: 100%;
  /*height: 350px;*/
  object-fit: cover;
}

/* Business CTA Box */
.business-cta-box {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 12px;
  padding: 3rem;
  color: var(--white-color);
  text-align: center;
}

.business-cta-box h3 {
  color: var(--white-color);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
}

.business-cta-box p {
  /* font-size: 1.1rem; */
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-secondary {
  background-color: var(--white-color);
  color: var(--primary-color);
  border-color: var(--white-color);
}

.btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color);
}

/* Related Business Cards */
.related-business-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  height: max-content;
  width: 100%;
}

.related-business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.related-business-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.related-business-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.related-business-card:hover .related-business-image img {
  transform: scale(1.1);
}

.related-business-content {
  padding: 1.5rem;
}

.related-business-content h4 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-family: var(--font-family-secondary);
}

.related-business-content h4 a {
  color: inherit;
  transition: color 0.3s ease;
}

.related-business-card:hover .related-business-content h4 a {
  color: var(--secondary-color);
}

.related-business-content p {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
	min-height: 56px;
}

.related-business-link {
  color: var(--primary-color);
  font-weight: 600;
  /* font-size: 0.9rem; */
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.related-business-link:hover {
  color: var(--secondary-color);
  text-decoration: none;
  gap: 0.75rem;
}

.related-business-link i {
  transition: transform 0.3s ease;
}

.related-business-link:hover i {
  transform: translateX(5px);
}

/* Related Business Slider Navigation */
.related-business-slider {
  padding: 20px 0 0px;
  position: relative;
}

.related-business-slider .swiper-wrapper {
  align-items: stretch;
}

.related-business-slider .swiper-slide {
  height: auto;
  display: flex;
}

.related-business-button-next,
.related-business-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--white-color);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

.related-business-button-next:hover,
.related-business-button-prev:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.related-business-button-next:after,
.related-business-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.related-business-button-next {
  right: -25px;
}

.related-business-button-prev {
  left: -25px;
}

.related-business-slider .related-business-pagination {
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 100% !important;
}

.related-business-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
  transform: scale(1);
  border: 1px solid;
}

@media (max-width: 768px){
	.related-business-pagination .swiper-pagination-bullet {
		width: 12px;
  		height: 12px;
	}
}

.related-business-pagination .swiper-pagination-bullet:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.related-business-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
  width: 72px;
  border-radius: 35px;
}

@media (max-width: 768px){
	.related-business-pagination .swiper-pagination-bullet-active {
		width: 36px;
	}
}

@media (max-width: 1399px) {
  .related-business-button-next {
    right: -15px;
  }

  .related-business-button-prev {
    left: -15px;
  }
}

@media (max-width: 991px) {

  .related-business-button-next,
  .related-business-button-prev {
    width: 40px;
    height: 40px;
  }

  .related-business-button-next:after,
  .related-business-button-prev:after {
    font-size: 14px;
  }

  .related-business-button-next {
    right: 10px;
  }

  .related-business-button-prev {
    left: 10px;
  }
}

@media (max-width: 767px) {

  .related-business-button-next,
  .related-business-button-prev {
    width: 35px;
    height: 35px;
  }

  .related-business-button-next:after,
  .related-business-button-prev:after {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .business-detail-title {
    font-size: 2rem;
  }

  .business-detail-icon-large {
    width: 100px;
    height: 100px;
  }

  .business-detail-icon-large i {
    font-size: 2.5rem;
  }

  .business-gallery-image img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .business-unit-image {
    height: 220px;
  }

  .business-unit-content {
    padding: 1.5rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .business-detail-title {
    font-size: 1.75rem;
  }

  .business-detail-content {
    padding: 2rem;
  }

  .business-detail-content h3 {
    font-size: 1.5rem;
  }

  .business-cta-box {
    padding: 2rem;
  }

  .business-cta-box h3 {
    font-size: 1.5rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn {
    width: 100%;
  }
}

.icon-content-block .process-step {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

@media(min-width:991px) {
  .icon-content-block .process-step {
    height: 320px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .icon-content-block .process-step {
    height: 240px;
  }
}

.our-process-layout2 {
  background: #ffffff;
  position: relative;
}

.our-process-layout2 img.our-team-bg,
.waves-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.our-process-layout2 .section-title {
  text-align: center;
  margin-bottom: 45px;
}

.our-process-layout2 .section-title h3 {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--white-color);
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  z-index: 2;
}

.our-process-layout2 .section-title h2 {
  font-size: 46px;
  color: var(--white-color);
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0;
}

.our-process-layout2 .process-item2 {
  background: var(--primary-color);
  /* max-width: 310px; */
  margin: 20px auto 0;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to top, #c7c7c7, #ffffff);
  border: 1px solid #ffffff;
}

.our-process-layout2 .process-item2 .process-step {
  width: 120px;
  height: 120px;
  position: relative;
  background: var(--primary-color);
  border: 2px solid #506177;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #1a2d51;
  font-family: var(--default-font);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  overflow: hidden;
  background-image: linear-gradient(to right, #adadad, #ffffff);
}

.our-process-layout2 .process-item2 .process-step span {
  position: relative;
  z-index: 1;
}

.our-process-layout2 .process-item2 .process-content {
  text-align: center;
  padding: 0 30px;
  margin-top: 20px;
}

.our-process-layout2 .process-item2 .process-content .icon-box {
  margin-bottom: 15px;
}

.our-process-layout2 .process-item2 .process-content .icon-box img {
  filter: drop-shadow(1px 1px 1px #ffffff);
}

.our-process-layout2 .process-item2 .process-content h3 {
  font-size: 28px;
  color: #1d2f53;
  font-weight: 600;
  margin-bottom: 10px;
}


.new-section.wrapper {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1399px) {
  .new-section.wrapper{
/*     padding: 3rem 0; */
  }
}
/* CARD */
.new-section .card {
  position: sticky;
  top: 100px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.wrapper.new-section .card:last-child {
/*   margin-bottom: 0; */
}

/* CARD CONTENT */
.new-section .card-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 40px;
  display: flex;
  gap: 40px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
  border: 2px solid #f3c8b0;
  width: 100%;
}

.new-section .card:nth-child(even) .card-content {
  background-color: #f5f5f5;
}

/* TEXT */
.new-section .text {
  flex: 1;
}

.new-section .text span {
  color: #f3c8b0;
  font-size: 36px;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
}

.new-section .text h2 {
  font-size: 36px;
  margin: 15px 0;
  font-weight: 700;
}

.new-section .title-group {
  display: flex;
}

.new-section .text h2 {
  font-size: 36px;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
}

.new-section .title-group i {
  margin-right: 15px;
}

/* IMAGE */
.new-section .image {
  flex: 1;
}

.new-section .image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 12px rgb(0, 0, 0, 0.4);
}

/* STACK OFFSET */
.new-section .card {
  margin-left: 40px;
  margin-right: 40px;
  border: none;
}
@media (max-width: 767px) {
	.new-section .card {
	  margin-left: 20px;
	  margin-right: 20px;
	}
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .new-section .card-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .new-section .card-content {
    padding: 20px;
  }
}
.wrapper.new-section {
  margin: 0 auto;
}
.wrapper.new-section

.new-section .card-content {
  position: relative;
}

.new-section .card-content::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 310px;
  height: 410px;
  background-image: url("../images/service-shape1-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;

  opacity: 0.8;
  /* optional – subtle look */
  pointer-events: none;
  z-index: 0;
}

/* Keep content above the background shape */
.new-section .card-content>* {
  position: relative;
  z-index: 1;
}


.about-large-one {
  padding: 80px 0px 100px 0px;
  background: #fafcf6;
}

.about-large-one .row {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.25);
  overflow: visible;
  align-items: stretch;
}

.about-large-one .business-stat-card {
  text-align: center;
  padding: 50px 20px;
  height: 100%;
  border-radius: 20px;
  background: transparent;
  transition: all 0.3s ease;
  border: none;
}

/* Text color inside highlighted card */
.about-large-one .col-lg-3:nth-child(2) .stat-number,
.about-large-one .col-lg-3:nth-child(2) .stat-label {
  color: #ffffff;
}

.about-large-one .business-stat-card:hover {
  transform: translateY(0px);
  box-shadow: none;
  border-color: var(--secondary-color);
}

/* Responsive fix */
@media (max-width: 991px) {
  .about-large-one .col-lg-3:nth-child(2) .business-stat-card {
    transform: none;
    margin-top: 20px;
  }
}

.about-large-one .business-stat-card {
  position: relative;
  z-index: 1;
  background: transparent;
}

/* Highlighted card */
.about-large-one .col-lg-3:nth-child(2) .business-stat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, #e19366, #1f2c51);
  border-radius: 20px;
  transform: scaleY(1.3);
  transform-origin: center center;
  bottom: -10px;
  z-index: -1;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* Make text white only for highlighted card */
.about-large-one .col-lg-3:nth-child(2) .stat-number,
.about-large-one .col-lg-3:nth-child(2) .stat-label {
  color: #ffffff;
}

.about-new-section-1 .icons img {
  width: 40px;
  height: 40px;
}

.about-new-section-1 .icons {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
  background: #e193666e;
  padding: 12px;
  text-align: center;
  border-radius: 40px;
}

.about-new-section-1 .about-body {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  box-shadow: 0px 10px 15px rgb(0, 0, 0, 0.1);
}

.about-new-section-1 {
  margin-top: 70px;
}

.about-new-section-1 .title-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.about-new-section-1 .icons {
  margin-right: 15px;
}

.responsibility .img img {
  border-radius: 20px;
}

.accordion-style {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .accordion-style {
    margin-top: 0;
  }

  .accordion-style h2 {
    font-size: 1.5rem;
  }

}

.left-content .img img {}

.full-img-height {
  height: 100%;
  object-fit: cover;
}

.accordion-style .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 16px;
}

.accordion-style .accordion-button {
  padding: 15px 24px;
  width: 100%;
  text-align: left;
  padding-right: 60px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  color: var(--primary-color);
}

.accordion-style .accordion-button::after {
  background-size: 14px;
  filter: brightness(0);
}

.accordion-style .accordion-button:not(.collapsed)::after {
  filter: brightness(1);
}

.accordion-style .accordion-body {
  padding: 0;
  padding-top: 10px;
  margin-bottom: 0;
}


.accordion-collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.55s;
}

.accordion-body {
  padding: 20px 24px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}

.accordion-button {
  transition: background 0.35s ease, color 0.35s ease;
}


button.accordion-button {
  position: relative;
  padding-right: 40px;
}

button.accordion-button::before {
  content: '';
  position: absolute;
  right: 30px;
  top: 45%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.about-new-section-1.new-about-2 .about-body {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  height: auto;
  box-shadow: 0px 10px 15px rgb(0, 0, 0, 0.1);
}


.projects-section {
  background: #f5f5f5;
  display: flex;
  gap: 80px;
  padding: 140px 6%;
  min-height: 100vh;
}

/* LEFT FIXED */
.projects-section .projects-left {
  width: 35%;
  position: sticky;
  top: 140px;
  height: fit-content;
}

/* RIGHT SCROLL */
.projects-section .projects-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* CARD */
.projects-section .project-card {
  position: relative;
}

/* IMAGE */
.projects-section .project-image {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  transform: scale(0.85);
  opacity: 0;
}

/* INFO */
.projects-section .project-info {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0px 0px 12px rgb(0, 0, 0, 0.2);
}

/* MOBILE */
@media (max-width: 768px) {
  .projects-section {
    flex-direction: column;
  }

  .projects-section .projects-left,
  .projects-section .projects-right {
    width: 100%;
    position: relative;
    top: auto;
  }
}


.about-icon-number .signle-item {
  display: flex;
  gap: 15px;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #1f2c511f;
}

.about-icon-number .signle-item h4 {
  margin-bottom: 0px;
}

.about-icon-number .signle-item .icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-right: 0;
  background: #fff;
}


.contact-left-image {
  width: 100%;
  height: 100%;
  /* match parent column height (form height) */
  object-fit: cover;
}

.contact-form-wrapper .contact-information-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.contact-form-wrapper .contact-information-list li {
  display: flex;
  gap: 25px;
}

.contact-bottom-items-inner .info-items {
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact-bottom-items-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  background-color: #f5f5f5;
}

.contact-bottom-items-inner .info-items .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #263e68;
  color: #f3f3f3;
  text-align: center;
  font-size: 30px;
  /* margin: 0 auto; */
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.contact-bottom-items-inner .info-items .content h5 {
  font-size: 23px;
  font-family: 500;
  margin-bottom: 5px;
}

.contact-bottom-items-inner .info-items .content h6 {
  /* font-size: 14px; */
  font-weight: 400;
}

.contact-left-image-inner img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}

/* .contact-bottom-items-inner .info-items {
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    padding: 19px 58px;
    border-radius: 12px;
} */

.contact-bottom-items-inner {
  background-color: white;
}

strong {
  font-weight: 700;
}

.suvisia-title {
  font-size: 5rem;
  font-weight: 100;
}

@media (max-width: 1440px) {
  .suvisia-title {
    font-size: 4rem;
  }
}

.suvisia-title span {
  color: var(--secondary-color);
  font-weight: 700;
}

.text-primary {
  color: var(--primary-color) !important;
}

.btn-primary-light {
  background: var(--secondary-color);
  color: var(--white-color);
  border-radius: 35px;
  padding: 10px 29px;
  font-size: 1.25rem;
  border: 1px solid var(--secondary-color);
}

.btn-primary-light:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--white-color);
}







/*css */

.blog-section-new .related-content-vertical .related-content-item {
  /* border-top: 1px solid #1a2d51;
    border-bottom: 1px solid #1a2d51; */
  padding-top: 1pc;
  padding-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.blog-section-new .related-content-vertical .related-content-item .related-content-date {
  font-size: 19px;
  font-family: var(--font-family-secondary);
  color: #1a2d51;
  line-height: 14px;
}

.blog-section-new .related-content-vertical .related-content-item .related-content-tag {
  font-size: 17px;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  color: #1a2d51;
  margin-bottom: 1pc;
  text-transform: uppercase;
}

.blog-section-new .related-content-vertical .related-content-item .related-content-tag span {
  margin-right: 4px;
}

.blog-section-new .related-content-vertical .related-content-item .related-content-image {
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-section-new .related-content-vertical .related-content-item .related-content-title {
  font-size: 24px;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  color: #1a2d51;
  line-height: 24px;
  margin-bottom: 1pc;
  padding: 0 10px;
}

.blog-section-new .related-content-vertical .related-content-item .duration {
  font-family: var(--font-family-secondary);
  font-size: 14px;
  color: #979797;
}

.blog-section-new .float-right {
  float: right !important;
}

@media (min-width: 768px) {
  .blog-section-new .related-content-vertical .related-content-item .related-content-title {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .blog-section-new .related-content-vertical .related-content-item .related-content-image {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .blog-section-new .related-content-vertical .related-content-item .related-content-tag {
    margin-bottom: 0px;
  }
}

@media (min-width: 1300px) {
  .blog-section-new .related-content-vertical .related-content-item .related-content-title {
    font-size: 23px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .blog-section-new .related-content-vertical .related-content-item .read-more {
    color: #1a2d51;
    float: none;
  }
}

.blog-section-new .related-content-vertical .related-content-item {
  background-color: var(--white-light-color);
  border-radius: 12px;
}

.blog-section-new .read-more.position-relative {
  background-color: #e0e4ec;
  padding: 10px;
  border-radius: 12px;
  margin-right: 12px;
}

.blog-section-new .related-content-vertical .related-content-item:hover .blog-section-new .related-content-vertical .related-content-item .read-more {
  color: #e4e4e4;
}

.blog-section-new .related-content-vertical .related-content-item:hover .blog-section-new .read-more.position-relative {
  background-color: #1a2d51;
}


.blog-section-new .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.blog-section-new .upper-data {
  display: flex;
  justify-content: space-between;
  padding: 7px;
  margin-bottom: 7px;
}

.blog-section-new .btn-primary {
  margin-right: 10px;
}

.blog-section-new .box-styling {
  margin-bottom: 15px;

  border-radius: 12px;
}

/* GLOBAL OFFICES ADDRESS SECTION */
.address-region-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.region-tab {
  padding: 0.75rem 1.5rem;
  background: var(--white-color);
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  color: var(--primary-color);
  font-family: var(--font-family-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  font-weight: 100;
}

.region-tab:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  transform: translateY(-2px);
}

.region-tab.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.region-tab.active:hover {
  background: var(--primary-light-color);
  border-color: var(--primary-light-color);
  color: var(--white-color);
}

.address-card {
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1);
  display: block;
}

.address-card.hidden {
  display: none !important;
}

.office-address-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.office-address-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-color);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.office-address-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--secondary-color);
}

.office-address-card:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}

.office-address-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.office-flag-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.office-address-card:hover .office-flag-icon {
  transform: rotate(5deg) scale(1.1);
}

.office-flag-icon i {
  font-size: 1.5rem;
  color: var(--white-color);
}

.office-location {
  flex: 1;
}

.office-location h4 {
  color: var(--primary-color);
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  font-family: var(--font-family-secondary);
  transition: color 0.3s ease;
}

.office-address-card:hover .office-location h4 {
  color: var(--secondary-color);
}

.office-region {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.office-address-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.office-address-text {
  margin-bottom: 1.5rem;
  flex: 1;
}

.office-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: auto;
}

.office-email i {
  transition: transform 0.3s ease;
}

.office-email:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.office-email:hover i {
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .address-region-tabs {
    gap: 0.75rem;
  }

  .region-tab {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }

  .office-address-card {
    padding: 1.5rem;
  }

  .office-address-header {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .office-flag-icon {
    width: 45px;
    height: 45px;
  }

  .office-flag-icon i {
    font-size: 1.25rem;
  }

  .office-location h4 {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .address-region-tabs {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }

  .region-tab {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .office-address-card {
    padding: 1.25rem;
  }

  .office-address-header {
    flex-direction: column;
    gap: 1rem;
  }

  .office-flag-icon {
    width: 40px;
    height: 40px;
  }

  .office-flag-icon i {
    font-size: 1.1rem;
  }

  .office-location h4 {
    font-size: 1rem;
  }

  .office-address-text {
    font-size: 0.9rem;
  }
}

/* SUSTAINABILITY SECTION */
.sustainability-card {
  background: var(--white-color);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.sustainability-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.sustainability-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: var(--secondary-color);
}

.sustainability-card:hover::before {
  transform: scaleX(1);
}

.sustainability-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
  position: relative;
}

.sustainability-icon::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.sustainability-card:hover .sustainability-icon {
  transform: scale(1.1) rotate(5deg);
}

.sustainability-card:hover .sustainability-icon::after {
  opacity: 0.3;
}

.sustainability-icon i {
  font-size: 2rem;
  color: var(--white-color);
}

.sustainability-card h4 {
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  transition: color 0.3s ease;
}

.sustainability-card:hover h4 {
  color: var(--secondary-color);
}

.sustainability-card p {
  margin: 0;
  flex-grow: 1;
}

/* ANNUAL REPORTS SECTION */
.annual-report-card {
  background: var(--white-color);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.annual-report-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: var(--secondary-color);
}

.report-year {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-color) 100%);
  color: var(--white-color);
  padding: 1.5rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--font-family-secondary);
  position: relative;
  overflow: hidden;
}

.report-year::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer 3s infinite;
}

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

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

.annual-report-card:hover .report-year {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.report-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.report-content h4 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: var(--font-family-secondary);
  transition: color 0.3s ease;
}

.annual-report-card:hover .report-content h4 {
  color: var(--secondary-color);
}

.report-content p {
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.report-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
}

.report-pages {
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.report-pages i {
  color: var(--secondary-color);
}

.report-size {
  color: #999;
}

.btn-report-download {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-report-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-report-download i {
  transition: transform 0.3s ease;
}

.btn-report-download:hover i {
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .sustainability-card {
    padding: 2rem 1.5rem;
    margin-bottom: 30px;
  }

  .sustainability-icon {
    width: 70px;
    height: 70px;
  }

  .sustainability-icon i {
    font-size: 1.75rem;
  }

  .sustainability-card h4 {
    font-size: 1.2rem;
  }

  .report-year {
    font-size: 2rem;
    padding: 1.25rem;
  }

  .report-content {
    padding: 1.5rem;
  }

  .report-content h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .sustainability-card {
    padding: 1.75rem 1.25rem;
  }

  .sustainability-icon {
    width: 60px;
    height: 60px;
  }

  .sustainability-icon i {
    font-size: 1.5rem;
  }

  .sustainability-card h4 {
    font-size: 1.1rem;
  }

  .report-year {
    font-size: 1.75rem;
    padding: 1rem;
  }

  .report-content {
    padding: 1.25rem;
  }

  .report-content h4 {
    font-size: 1.2rem;
  }

  .report-meta {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}

.business-gallery-content {
  padding: 1rem;
}

@media (max-width: 575px){
	.new-section .text h2 {
		font-size: 28px;
	}
}

 
@media (min-width: 900px) {
    .wrapper.new-section .card:last-child {
        margin-bottom: 0;
        /*height: calc(100vh - 110px);
		height: calc(100vh - var(--card-offset));*/
    }
}

.background-section-step section:nth-child(even) {
    background-color: var(--white-light-color) !important;
}
.background-section-step section:nth-child(odd) {
    background-color: var(--white-color) !important;
}
.background-section-step section.bg-primary{
    background-color: var(--primary-color) !important;
}

/* Abbas Css 23/01-2026 */
.page-header:after {
    content: '';
    background-image: linear-gradient(to bottom, transparent, #1f2b52);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}

.page-header .page-header-box {
    position: relative;
    z-index: 9;
	position: absolute;
    bottom: 0;
}
.page-header .page-header-box ol li.active {
    color: #ff914c;
}
.new-section .card-content .text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}
.pb-100 {
	padding-bottom: 100px!important;
}
