
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}


/* 1.2. ken burns - ZOOM/FADE - parallax IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}

/* 1.2. THUMBNAIL */
/* .bg-thumbnail {
    background-image: url(../img/background/thumbnail.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.bg-thumbnail {
  background-image: url('../img/background/thumbnail.jpg') !important; /* Force with !important */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

/* Optional overlay for better text visibility */
.bg-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Increased opacity for better visibility */
  z-index: 0;
}

/* Ensure content displays above the overlay */
.bg-thumbnail .center-container-all {
  position: relative;
  z-index: 1;
}


/* 1.4. news IMG BACKGROUND */
.panel-left.panel-left-bg-1,
.news-page-carousel-item-1 {
background-image: url(../img/featured-news/featured-carousel-1.jpg);
}

.panel-left.panel-left-bg-2,
.news-page-carousel-item-2 {
background-image: url(../img/featured-news/featured-carousel-2.jpg);
}

.panel-left.panel-left-bg-3,
.news-page-carousel-item-3 {
background-image: url(../img/featured-news/featured-carousel-3.jpg);
}

.panel-left.panel-left-bg-4,
.news-page-carousel-item-4 {
background-image: url(../img/featured-news/featured-carousel-4.jpg);
}


/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}


/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
line-height: 1.5;
font-style: normal;
font-weight: 500;
color: #fff;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
}

a {
color: #111;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
color: #111;
text-decoration: none;
outline: none;
font-weight: 600;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

p {
text-align: center;
letter-spacing: 0.05em;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

p a,
p a:hover {
color: #111;
text-decoration: none;
outline: none;
font-weight: 700;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ccc;
color: #fff;
}

::selection {
background: #ccc;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. section */
.sections {
position: relative;
z-index: 5;
}

.section {
overflow: hidden;
}

#section0,
#section2,
#section3 {
background: #000;
}


#section1,
#section4 {
background: #fff;
}


/* 4.1. section title */
.section-title-inner {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height: 1.4;

letter-spacing: 0.2em;
overflow: hidden;
margin: 0 auto;
}

.section-title {
padding: 0;
}

@media only screen and (max-width: 995px) {
  .section-title {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title {
    padding: 0 25px;
  }
}


/* 4.2. section txt wrapper */
.txt-wrapper-all {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
overflow: hidden;
}

.txt-container {
margin: 0 auto;
padding: 0 100px;
}

@media only screen and (max-width: 768px) {
  .txt-container {
    /* padding: 0 50px; */
	padding: 0;
  }
}


/* 4.3. section wrapper */
.section-dark {
color: #fff;
}

.section-light {
color: #111;
background: #fff;
}

.the-wrapper {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;	
}

@media only screen and (max-width: 995px) {
  .the-wrapper {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .the-wrapper {
	padding: 0;
  }
}


/* 5. hero */
/* 5.1. hero container */ 
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}


/* 5.2. hero bg */
.hero-bg {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 5.3. hero fullscreen FIX */ 
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 6. section elements */
/* 6.1. logo */
.logo {
position: fixed;
display: inline-block;
top: 50px;
left: 50px;
line-height: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
cursor: pointer;
z-index: 98;
}

@media only screen and (max-width: 995px) {
  .logo {
    position: absolute;
	right: auto;
	left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    top: 25px;
	right: auto;
	left: 25px;
  }
}

.logo img {
  width: 120px;    /* or any size you prefer */
  height: auto;    /* keeps aspect ratio */
}
@media only screen and (max-width: 768px) {
  .logo img {
    width: 90px;
  }
}


/* 6.2 navigation */
#menu-mobile-btn {
position: fixed;
width: 63px;
height: 50px;
top: 35px;
right: 35px;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 1005;
}

@media only screen and (max-width: 768px) {
  #menu-mobile-btn {
    top: 10px;
    right: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #menu-mobile-btn {
    z-index: 300;
  }
}

.menu-toggle {
position: fixed;
display: block;
padding: 0;
background: none;
line-height: 1;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
border: none;
z-index: 1005;
}

#menu-mobile {
position: fixed;
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.25;
width: 20%;
height: 100%;
right: -200%;
top: 0;
margin: auto;
-webkit-transition: right .6s ease-in-out;
   -moz-transition: right .6s ease-in-out;
    -ms-transition: right .6s ease-in-out;
     -o-transition: right .6s ease-in-out;
        transition: right .6s ease-in-out;
background: rgba(255, 255, 255, 1);
z-index: 1000;
}

#menu-mobile a,
#menu-mobile a:hover,
#menu-mobile a:visited,
#menu-mobile a:active,
#menu-mobile a:focus {
font-weight: 700;
}

#menu-mobile.menu-mobile-dark {
background: rgba(0, 0, 0, 1);
}

@media all and (min-width: 1920px) {
  #menu-mobile {
	width: 20%;
  }
}

@media only screen and (max-width: 1200px) {
  #menu-mobile {
	width: 40%;
  }
}

@media only screen and (max-width: 995px) {
  #menu-mobile {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #menu-mobile {
    width: 60%;
  }
}

#menu-mobile.activated {
right: 0;
}

#menu-mobile ul {
position: relative;
width: 250px!important;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
text-align: center;
list-style: none outside none;
}

@media all and (min-width: 1920px) {
  #menu-mobile ul {
    width: 300px!important;
  }
}

@media only screen and (max-width: 1200px) {
  #menu-mobile ul {
    width: 250px!important;
  }
}

@media only screen and (max-width: 768px) {
  #menu-mobile ul {
	width: 200px!important;
  }
}

#menu-mobile ul li {
padding: 0 0 4px 0;
cursor: pointer;
}

@media only screen and (max-width: 995px) {
  #menu-mobile ul li {
    padding: 0 0 5px 0;
  }
}

@media only screen and (max-width: 768px) {
  #menu-mobile ul li {
    padding: 0 0 3px 0;
  }
}

#menu-mobile .credits {
font-size: 11px;
margin: 16px 0 0 0;
font-weight: 500;
}

@media only screen and (max-width: 995px) {
  #menu-mobile .credits {
    font-size: 10px;
	margin: 14px 0 0 0;
  }
}

#menu-mobile .credits a {
color: #000;
text-decoration: none;
}

#menu-mobile.menu-mobile-dark .credits a {
color: #fff;
}

#menu-mobile a,
#menu-mobile a:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#menu-mobile.menu-mobile-dark a,
#menu-mobile.menu-mobile-dark a:hover {
color: #fff;
}

#menu-mobile a {
display: none;
min-width: 10px;
}

.menu-nav-wrapper {
display: table;
width: 100%;
height: 100%;
overflow: hidden;
}

.menu-nav {
display: table-cell;
width: 100%;
height: 100%;	
vertical-align: middle;
}


/* 6.2.1. navigation lines */
.lines-button {
margin: -16px 0 0 -3px;
padding: 30px 16px;
cursor: pointer;
-webkit-user-select: none;
 -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.lines-button:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lines-button:active {
-webkit-transition: 0;
   -moz-transition: 0;
	-ms-transition: 0;
     -o-transition: 0;
        transition: 0;
}

.lines {
position: relative;
display: inline-block;
width: 35px;
height: 2px;
-webkit-transition: .3s;
   -moz-transition: .3s;
	-ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
background: #fff;
}

.lines:after,
.lines:before {
content: "";
position: absolute;
display: inline-block;
width: 35px;
height: 2px;
-webkit-transition: .3s;
   -moz-transition: .3s;
	-ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
left: 0;
-webkit-transform-origin: .28571rem center;
   -moz-transform-origin: .28571rem center;
    -ms-transform-origin: .28571rem center;
     -o-transform-origin: .28571rem center;
        transform-origin: .28571rem center;
background: #fff;
}

.lines:before {
top: 10px;
}

.lines:after {
top: -10px;
}

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
-webkit-transform: none;
   -moz-transform: none;
    -ms-transform: none;
     -o-transform: none;
        transform: none;
top: 0;
width: 35px;
background: #000;
}

.lines-button.minus.lines-close .lines.lines-close-light:after,
.lines-button.minus.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x.lines-close .lines {
background: 0 0;
}

.lines-button.x.lines-close .lines:after,
.lines-button.x.lines-close .lines:before {
-webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
top: 0;
width: 35px;
background: #000;
}

.lines-button.x.lines-close .lines.lines-close-light:after,
.lines-button.x.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x.lines-close .lines:before {
-webkit-transform: rotate3d(0,0,1,45deg);
   -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
     -o-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
}

.lines-button.x.lines-close .lines:after {
-webkit-transform: rotate3d(0,0,1,-45deg);
   -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
     -o-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
}

.lines-button.x2 .lines {
-webkit-transition: background .3s .5s ease;
   -moz-transition: background .3s .5s ease;
	-ms-transition: background .3s .5s ease;
     -o-transition: background .3s .5s ease;
        transition: background .3s .5s ease;
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
-webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
   -moz-transition: top .3s .6s ease, -moz-transform .3s ease;
	-ms-transition: top .3s .6s ease, -ms-transform .3s ease;
     -o-transition: top .3s .6s ease, -o-transform .3s ease;
        transition: top .3s .6s ease, transform .3s ease;
}

.lines-button.x2.lines-close .lines {
-webkit-transition: background .3s 0 ease;
   -moz-transition: background .3s 0 ease;
	-ms-transition: background .3s 0 ease;
     -o-transition: background .3s 0 ease;
        transition: background .3s 0 ease;
background: 0 0;
}

.lines-button.x2.lines-close .lines:after,
.lines-button.x2.lines-close .lines:before {
-webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
   -moz-transition: top .3s ease, -moz-transform .3s .5s ease;
	-ms-transition: top .3s ease, -ms-transform .3s .5s ease;
     -o-transition: top .3s ease, -o-transform .3s .5s ease;
        transition: top .3s ease, transform .3s .5s ease;
top: 0;
width: 35px;
background: #000;
}

.lines-button.x2.lines-close .lines.lines-close-light:after,
.lines-button.x2.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x2.lines-close .lines:before {
-webkit-transform: rotate3d(0,0,1,45deg);
   -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
     -o-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
}

.lines-button.x2.lines-close .lines:after {
-webkit-transform: rotate3d(0,0,1,-45deg);
   -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
     -o-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
}


/* 6.2.2. navigation element color switch */
.navigation-icon .lines.lines-color-switch,
.navigation-icon .lines.lines-color-switch:after,
.navigation-icon .lines.lines-color-switch:before {
background: #000;
}

  
/* 6.3. the button */
.more-wraper {
position: relative;
width: 140px!important;
max-width: 140px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
margin: 2px auto 0 auto;
overflow: hidden;
text-align: center;
cursor: pointer;
}

.more-button .more-button-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
width: 140px;
max-width: 140%;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center;
}

.more-button .more-button-wrapper:active svg,
.more-button .more-button-wrapper:focus svg,
.more-button .more-button-wrapper:hover svg {
}

.more-button .more-button-wrapper:active svg path,
.more-button .more-button-wrapper:focus svg path,
.more-button .more-button-wrapper:hover svg path {
stroke: #111;
}

.more-button.more-button-light .more-button-wrapper:active svg path,
.more-button.more-button-light .more-button-wrapper:focus svg path,
.more-button.more-button-light .more-button-wrapper:hover svg path {
stroke: #fff;
}

.more-button .more-button-wrapper:active span,
.more-button .more-button-wrapper:focus span,
.more-button .more-button-wrapper:hover span {
right: -10%;
color: #111;
}

.more-button.more-button-light .more-button-wrapper:active span,
.more-button.more-button-light .more-button-wrapper:focus span,
.more-button.more-button-light .more-button-wrapper:hover span {
color: #fff;
}

.more-button svg {
-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.more-button svg path {
fill: none;
stroke: #111;
stroke-miterlimit: 10;
-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.more-button.more-button-light svg path {
stroke: #fff;
}

.more-button span {
position: absolute;
top: 50%;
width: 140px!important;
max-width: 140px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
overflow: hidden;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 17px;
font-weight: 700;
letter-spacing: normal;
color: #111;
-webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
-webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1);
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

.more-button.more-button-light span {
color: #fff;
}


.flipped-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  position: relative;
  width: 57px;
  height: 57px;
  overflow: visible;
  margin-left: 30px;
}

.flipped-button span {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  position: absolute;
  left: -82px; /* Move label more to the left */
  top: 50%;
  transform: translateX(0) translateY(-50%);
  transition: transform 0.4s ease;
  white-space: nowrap;
  padding-right: 10px; /* optional */
  min-width: 160px; /* adjust as needed to fit full text */
  overflow: visible; /* ensure children are not cut off */
}

.flipped-button:hover span {
  transform: translateX(10px) translateY(-50%);
}
.flipped-button svg {
  white-space: nowrap; /* prevent word break */
  width: 57px;
  height: 57px;
  transform: scaleX(-1);
  pointer-events: none;
}


.button-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px; /* spacing between the two buttons */
  margin-top: 40px;
}








/* 6.4. scroll indicator */
.scroll-indicator-wrapper {
position: absolute;
width: 1px!important;
height: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator {
position: absolute;
bottom: 100px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
z-index: 1005;
}

@media only screen and (max-width: 768px) {
  .scroll-indicator {
	bottom: 50px;
  }
}

.scroll-line {
display: block;
width: 1px;
height: 50px;
background: none;
}

@media only screen and (max-width: 768px) {
  .scroll-line {
    height: 25px;
  }
}

.scroll-line::before {
content: "";
display: block;
width: 1px;
height: 50%;
top: 0;
background-color: #fff;
-webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
	    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}


/* 6.5. section intro */
.section-intro p,
#contact .section-intro p {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 500;
text-transform: none;
text-align: center;
letter-spacing: 0.05em;
line-height: 1.5;
/* margin: -4px auto -2px auto; */
}

@media only screen and (max-width: 995px) {
  .section-intro p,
  #contact .section-intro p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section-intro p,
  #contact .section-intro p {
    font-size: 18px;
	/* margin: -5px auto 0 auto; */
  }
}

.section-intro p a,
.section-intro p a:hover,
#contact .section-intro p a,
#contact .section-intro p a:hover {
text-decoration: none;
font-weight: 500;
}


/* 6.6. link effect */
.link-effect {
position: relative;
display: inline-block;
}

.link-effect::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #111;
-webkit-transform-origin: right center;
   -moz-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right center;
-webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
     -o-transform: scale(0, 1);
        transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-effect:hover::before {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
        transform: scale(1, 1);
}


/* 6.7. contact email */
.post-email-title {
position: relative;
top: 0;
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-weight: 700;
text-transform: lowercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
line-height: 1;
margin: -5px auto 0 auto;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-email-title {
    font-size: 30px;
	margin: -7px auto 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .post-email-title {
    font-size: 18px;
	margin: -3px auto 0 auto;
  }
}

.post-email-title a,
.post-email-title a:hover {
line-height: 1.5;
color: #111;
text-decoration: none;
font-weight: 900;
}



/* 6.8. social icons */
.social-icons {
  display: inline-block;
  margin: 3px auto 0 auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111;
  background: none;
  border: none;
  line-height: 2;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Social icon list */
.social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Individual icons */
.social-icons li {
  display: inline-block;
  margin: 0 10px;
}

/* Links */
.social-icons li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}

/* Hover effect (per item) */
.social-icons li a:hover {
  transform: scale(1.25) translateY(-2px);
  color: #000;
  opacity: 1;
}

/* Text span inside */
.social-icons li span {
  padding: 0 4px;
}













/* 6.9. subheadings */
h3 {
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
margin: -2px auto;
padding: 0;
line-height: 1.25;
color: #111;
}

@media all and (min-width: 1920px) {
  h3 {
    line-height: 1.5;
  }
}


/* 6.10. section txt wrapper */
.section-title-wrapper-works {
position: relative;
text-align: center;
margin: 0 auto;
padding: 0 20px;
}


/* 6.11. ion icons */
.ion-bg {
position: relative;
font-family: Ionicons;
font-size: 40px;
color: #111;
text-align: center;
margin: -8px auto;
z-index: 1;
}


/* 6.12. section heading h1 */
h1.section-header {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 30px;
text-align: center;
text-transform: none;
letter-spacing: -0.02em;
color: #111;
margin: -2px auto 1px auto;
width: 100%;
line-height: 1.2;
text-shadow: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

@media all and (min-width: 1920px) {
  h1.section-header {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-header {
    font-size: 25px;
  }
}

h1.section-header.section-header-light {
color: #fff;
}


/* 6.13. section heading h2 */
h2.section-heading {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
color: #fff;
margin: 0 auto -7px auto;
line-height: 2;
}

@media only screen and (max-width: 1200px) {
  h2.section-heading {
    font-size: 14px;
	margin: 0 auto -6px auto;
  }
}

h2.section-heading.section-heading-dark {
color: #111;
}

h2.section-heading span {
position: relative;
display: inline-block;
padding-right: 60px;
margin-right: 15px;
line-height: 1;
color: #fff;
}

@media only screen and (max-width: 768px) {
  h2.section-heading span {
    padding-right: 30px;
    margin-right: 5px;
  }
}

h2.section-heading.section-heading-dark span {
color: #111;
}

h2.section-heading span::before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 40px;
height: 0;
margin-top: -1px;
border-top: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  h2.section-heading span::before {
    width: 20px;
  }
}

h2.section-heading.section-heading-dark span::before {
border-top: 1px solid #111;
}


/* 7. overlay */
.overlay::before,
.overlay-video::before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
/* right: 0;
bottom: 0; */
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
overflow: hidden;
z-index: 1;
}

.overlay-works::before {
content: "";
position: absolute;
display: block;
width: -webkit-calc(100% - 300px);
width: -moz-calc(100% - 300px);
width: calc(100% - 300px);
height: -webkit-calc(100% - 300px);
height: -moz-calc(100% - 300px);
height: calc(100% - 300px);
top: 150px;
right: 150px;
bottom: 150px;
left: 150px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
overflow: hidden;
z-index: 1;
}

@media only screen and (max-width: 768px) {
  .overlay-works.overlay-all::before {
    width: 100%;
    height: 100%;
    top: 0;
    /* right: 0;
    bottom: 0; */
    left: 0;
  }
}

.overlay::before,
.overlay-works::before {
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-video::before {
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}

.overlay-dark-20::before {
background: rgba(0, 0, 0, .45);
}


/* 8. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
}

.center-block {
display: table-cell;
vertical-align: middle;
}

.center-container-all {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
z-index: 1;
}


/* Base alignment */
.txt-wrapper-all {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  overflow: hidden;
}

/* Modifier: Right-aligned variant for specific sections */
.txt-wrapper-right .center-container-all {
  display: flex;
  justify-content: flex-end; /* Push content to the right */
  padding-right: 60px; /* Adjust this based on arrow spacing */
  text-align: right;
}

.txt-wrapper-right .center-block-all {
  max-width: 600px; /* Control width of content block */
  width: 100%;
}

.center-block-all {
display: table-cell;
vertical-align: middle;
}


/* 9. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(255, 255, 255, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(255, 255, 255, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 10. to top arrow */
.to-top-arrow {
position: fixed;
width: 50px!important;
max-width: 50px;
height: 50px;
line-height: 50px;
left: 0; 
right: 0;
bottom: 50px;
margin-left: auto; 
margin-right: auto; 
margin: 0 auto;
overflow: hidden;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
cursor: pointer;
z-index: 115;
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    bottom: 25px;
  }
}


/* 11. videos */
/* 11.1. YouTube video */
.YT-bg {
display: none;
}

@media only screen and (max-width: 995px) {
  .YT-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/YT-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}

#videoContainment {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
z-index: 0;
}

#videoContainmentPost {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: none;
z-index: -1;
}


/* 11.2. Vimeo video */
.vimeo-bg {
display: none;
}

@media only screen and (max-width: 995px) {
  .vimeo-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/vimeo-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
			/* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
  
  #vimeo-videoContainment {
    display: none;
  }
}

#vimeo-videoContainment {
position: absolute;
display: block;
width: 100%!important;
height: 100%!important;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
border: none;
}


/* 12. all carousel item */
.all-page-carousel-item {
position: relative;
width: 100%;
height: 100vh;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 13. ken burns slideshow */
.kenburns-slide-wrapper {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
background: #000;
}

.kenburns-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
   -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
    -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
     -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
        animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.kenburns-slide-1 {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
-webkit-animation-delay: 6s;
   -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
     -o-animation-delay: 6s;
        animation-delay: 6s;
}

.kenburns-slide-3 {
-webkit-animation-delay: 12s;
   -moz-animation-delay: 12s;
    -ms-animation-delay: 12s;
     -o-animation-delay: 12s;
        animation-delay: 12s;
}

.kenburns-slide-4 {
-webkit-animation-delay: 18s;
   -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
     -o-animation-delay: 18s;
        animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
 100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
 5% {
    opacity: 1
  }
 25% {
    opacity: 1;
  }
 30% {
    opacity: 0;
	    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
 100% {
    opacity: 0;
	    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 14. Slick v1.6.0 CUSTOM */
.slick-track,
.slick-list {
-webkit-perspective: 2000;
        perspective: 2000;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.slick-fullscreen-slideshow-zoom-fade {
position: relative;
width: 100%;
height: auto;
}


/* slick fullscreen slideshow */
.slick-fullscreen-img-fill {
position: relative;
display: block;
width: 100%;
overflow: hidden;
background: #000;
}

.slick-fullscreen-img-fill img {
position: relative;
display: inline-block;
min-width: 100%;
max-width: none;
min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
height: 100vh;
background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
position: relative;
width: auto;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .slick-dots {
position: absolute;
width: 100%;
height: 5px;
left: 0;
bottom: 0;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, .25);
list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
position: absolute;
float: left;
width: 0;
height: 5px;
left: -5px;
background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
width: 100%;
-webkit-animation: progressDots 4s both;
   -moz-animation: progressDots 4s both;
    -ms-animation: progressDots 4s both;
     -o-animation: progressDots 4s both;
        animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progressDots {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-slideshow-zoom-fade {
background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
display: none;
float: left;
height: 100%;
}

.slick-initialized .slick-slide {
display: block;
}


/* slick fullscreen slideshow ZOOM/FADE transition */
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
   -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
     -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
        transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}


/* 15. fullPage v2.9.4 CUSTOM */
@media only screen and (max-width: 995px) {
  #fullpage {
    overflow-x: hidden;
  }
}

#fp-nav.right,
#fp-nav.left {
z-index: -1!important;
display: none;
visibility: hidden;
}


/* 16. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
position: static;
}

.owl-prev,
.owl-next {
position: absolute;
display: block;
top: 50%;
margin-top: -29px;
padding-top: 26px;
font-size: 12px;
color: #fff;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: visible;
}

#works-section-carousel .owl-prev,
#works-section-carousel .owl-next,
#news-section-carousel .owl-prev,
#news-section-carousel .owl-next {
color: #111;
}

.owl-nav-custom-team .owl-prev,
.owl-nav-custom-team .owl-next,
.owl-nav-custom-works .owl-prev,
.owl-nav-custom-works .owl-next {
color: #fff;
}

.owl-prev {
left: -50px;
padding-left: 43px;
}

.owl-next {
right: -50px;
padding-right: 43px;
}

.owl-nav-custom-team .owl-prev,
.owl-nav-custom-works .owl-prev {
left: -50px;
padding-left: 43px;
}

.owl-nav-custom-team .owl-next,
.owl-nav-custom-works .owl-next {
right: -50px;
padding-right: 43px;
}

.owl-prev:before,
.owl-next:before {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
background: #111;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-nav-custom-team .owl-prev:before,
.owl-nav-custom-team .owl-next:before,
.owl-nav-custom-works .owl-prev:before,
.owl-nav-custom-works .owl-next:before {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
background: #111;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

#works-section-carousel .owl-prev:before,
#works-section-carousel .owl-next:before,
#news-section-carousel .owl-prev:before,
#news-section-carousel .owl-next:before {
background: #fff;
}

.owl-prev:before {
left: 85px;
top: 9px;
}

@media only screen and (max-width: 768px) {
  .owl-prev:before {
    left: 60px;
  }
}

.owl-next:before {
right: 85px;
top: 9px;
}

@media only screen and (max-width: 768px) {
  .owl-next:before {
    right: 60px;
  }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
position: relative;
}

.owl-prev .owl-nav,
.owl-next .owl-nav {
position: relative;
}

.owl-prev .owl-custom {
position: relative;
left: 64px;
}

@media only screen and (max-width: 768px) {
  .owl-prev .owl-custom {
    left: 39px;
  }
}

.owl-prev .owl-nav {
position: relative;
left: 64px;
}

@media only screen and (max-width: 768px) {
  .owl-prev .owl-nav {
    left: 39px;
  }
}

.owl-next .owl-custom {
position: relative;
right: 64px;
}

@media only screen and (max-width: 768px) {
  .owl-next .owl-custom {
    right: 39px;
  }
}

.owl-next .owl-nav {
position: relative;
right: 64px;
}

@media only screen and (max-width: 768px) {
  .owl-next .owl-nav {
    right: 39px;
  }
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
}

.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
left: -35px;
}

.owl-carousel:hover .owl-next {
right: -35px;
}

.owl-carousel:hover .owl-nav-custom-team .owl-prev,
.owl-carousel:hover .owl-nav-custom-works .owl-prev {
left: -85px;
}

@media only screen and (max-width: 768px) {
  .owl-carousel:hover .owl-nav-custom-team .owl-prev,
  .owl-carousel:hover .owl-nav-custom-works .owl-prev {
    left: -60px;
  }
}

.owl-carousel:hover .owl-nav-custom-team .owl-next,
.owl-carousel:hover .owl-nav-custom-works .owl-next {
right: -85px;
}

@media only screen and (max-width: 768px) {
  .owl-carousel:hover .owl-nav-custom-team .owl-next,
  .owl-carousel:hover .owl-nav-custom-works .owl-next {
    right: -60px;
  }
}


/* 17. Magnific Popup v1.1.0 CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
font-family: "Ionicons";
content: "\f124";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.mfp-arrow-right:after {
font-family: "Ionicons";
content: "\f125";
font-size: 18px;
color: #fff;
margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
border-left: none;
}

.mfp-title,
.mfp-counter {
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
letter-spacing: 0.05em;
}

.mfp-close {
}

.mfp-bg {
z-index: 99996;
}

.mfp-wrap {
z-index: 99997;
}

.mfp-content {
z-index: 99998;
}


/* 18. Lity v2.2.2 CUSTOM */
.lity {
z-index: 99999;
cursor: crosshair;
/* background: rgba(0, 0, 0, .55); */
background: rgba(10, 10, 20, 0.6); /* deeper color */
  backdrop-filter: blur(10px);
}




.lity-close,
.lity-close:active {
top: 40px;
left: 40px;
}

@media only screen and (max-width: 768px) {
  .lity-close,
  .lity-close:active {
    top: 15px;
    left: 15px;
  }
}

.lity::before {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: 0 0 80px rgba(255, 215, 0, 0.05);
  pointer-events: none;
  animation: slowPulse 6s ease-in-out infinite;
}

/* 19. Swiper v4.4.0 CUSTOM */
/* Swiper style 1 */
.hero-slider-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 2;
}

.hero-slider-wrapper-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 300px;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .hero-slider-wrapper-img {
    left: 0;
  }
}

.hero-slider-bg {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
		z-index: 1;
}

.swiper-container {
width: 100%;
height: 100%;
margin: 0 auto;
}

.hero-slider-img .swiper-slide {
position: relative;
float: left;
width: 100%;
height: 100%;
overflow: hidden;
}

.hero-slider-bg-controls {
position: absolute;
right: 44px;
bottom: 50px;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
	right: 19px;
    bottom: 25px;
  }
}

.swiper-slide-controls {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
font-size: 16px;
color: #111;
background: #fff;
cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: 6px;
text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-controls:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: #fff;
}

@media only screen and (max-width: 768px) {
 
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.swiper-slide-pagination {
position: absolute;
width: 8px;
left: 50px;
bottom: 48px;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
	display: none;
	visibility: hidden;
  }
}

.swiper-slide-pagination::before {
content: "";
position: absolute;
top: -50px;
left: 0;
right: 0;
bottom: -50px;
background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
position: relative;
width: 100%;
height: 6px;
background: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 6px;
height: 6px;
top: 0;
left: 50%;
background: #fff;
margin: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 50%;
left: 50%;
margin: -4px 0 0 -1px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: scale(0);
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
        transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: scale(1.8);
   -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
        transform: scale(1.8);
background: #5f5f5f;
}

.slider-progress-bar {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.circle-svg {
position: relative;
-webkit-transform: scale(1) rotate(-90deg);
   -moz-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
     -o-transform: scale(1) rotate(-90deg);
        transform: scale(1) rotate(-90deg);
-webkit-transition: transform .4s ease;
   -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
     -o-transition: transform .4s ease;
        transition: transform .4s ease;
-webkit-transition: -webkit-transform .4s ease;
   -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
     -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
}

.circle-svg circle {
stroke-dasharray: 400px;
}

.circle {
stroke-dashoffset: 400px;
}

.slider-progress-bar.slider-active .circle {
stroke-dashoffset: 200px;
-webkit-transition: linear 3s stroke-dashoffset;
        transition: linear 3s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
right: 170px;
bottom: 50px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
font-size: 16px;
color: #fff;
background: #5f5f5f;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
	right: auto;
	left: 25px;
    bottom: 25px;
  }
}

.swiper-slide-controls-play-pause:hover {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
background: #5f5f5f;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
		
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
content: "\f478";
position: relative;
width: 50px!important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
}


/* Swiper style 2 */
.swiper-container-wrapper {
padding-top: 0!important;
height: 100%!important;
}

.swiper-slide {
overflow: hidden;
}

.swiper-slide-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #111;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.swiper-slide-inner-bg {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
   -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s;
     -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
        transition: opacity .6s ease-in-out, transform 2s ease .7s;
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
position: relative;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
overflow: hidden;
-webkit-transition: opacity .4s ease;
   -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
     -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 15;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-inner-txt {
    width: 100%!important;
	top: 50%;
	left: 50%;
	bottom: auto;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.swiper-slide-active .swiper-slide-inner-txt {
-webkit-transition: opacity 1.8s ease 1.2s;
   -moz-transition: opacity 1.8s ease 1.2s;
    -ms-transition: opacity 1.8s ease 1.2s;
     -o-transition: opacity 1.8s ease 1.2s;
        transition: opacity 1.8s ease 1.2s;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 20. text size */
.section-title-inner.section-title-inner-all {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
line-height: 2;
color: #fff;
margin: 0 auto -7px auto;
}

@media only screen and (max-width: 1200px) {
  .section-title-inner.section-title-inner-all {
    font-size: 14px;
	margin: 0 auto -6px auto;
  }
}

.section-title-inner.section-title-inner-all.section-title-inner-dark {
color: #111;
}

.section-title-inner.section-title-inner-page.section-title-inner-page-all {
/* REMOVED: font-size: 30px; - now responsive for detail panels */
letter-spacing: -0.04em;
margin: -4px auto;
}

/* CONDITIONAL: Only apply responsive font-size to detail panel titles */
.pspl-detail-panel .section-title-inner.section-title-inner-page.section-title-inner-page-all {
font-size: clamp(0.8rem, 8vw, 2.5rem) !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: clip !important;
transition: font-size 0.3s ease !important;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    /* REMOVED: font-size: 80px; - now responsive */
    margin: -7px auto;
  }
  
  /* CONDITIONAL: Only apply large screen responsive font to detail panels */
  .pspl-detail-panel .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: clamp(1rem, 6vw, 3rem) !important;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: 50px;
	margin: -3px auto;
  }
}

@media only screen and (max-width: 768px) {
  .section-title-inner.section-title-inner-page.section-title-inner-page-all {
    font-size: 40px;
  }
}

.section-title-inner.section-title-inner-works {
font-size: 60px;
letter-spacing: -0.04em;
margin: -5px auto;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-works {
    font-size: 80px;
	margin: -7px auto;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-works {
    font-size: 50px;
	padding: 0;
	line-height: 1.2;
	margin: -9px auto;
  }
}

@media only screen and (max-width: 768px) {
  .section-title-inner.section-title-inner-works {
    font-size: 40px;
	margin: -7px auto;
  }
}

@media only screen and (max-width: 480px) {
  .section-title-inner.section-title-inner-works {
    font-size: 30px;
	margin: -5px auto;
  }
}

.section-title-inner.section-title-inner-news {
letter-spacing: -0.04em;
font-size: 40px;
margin: -3px auto;
color: #111;
}

@media only screen and (max-width: 480px) {
  .section-title-inner.section-title-inner-news {
    font-size: 30px;
	margin: -2px auto;
  }
}

.cd-section-txt-more {
position: relative;
margin: -17px auto;
}

h1 {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 800;
font-size: 165px;
text-align: center;
text-transform: uppercase;
letter-spacing: -0.04em;
color: #fff;
margin: -22px auto -17px auto;
width: 100%;
line-height: 100%;
}

h1 {
font-size: 125px;
margin: -14px auto;
}

@media all and (min-width: 1920px) {
  h1 {
    font-size: 165px;
	margin: -22px auto -17px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 125px;
    margin: -14px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1 {
    font-size: 95px;
    margin: -10px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 65px;
    margin: -5px auto;
  }
}

h4 {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 14px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.15em;
color: #fff;
margin: 0 auto;
line-height: 1;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 13px;
  }
}


/* 21. featured news MORE */
.panel-left {
position: absolute;
width: 50%;
height: 100vh;
overflow: hidden;
top: auto;
left: -100%;
background: #fff;
-webkit-transition: all .8s ease-out;
   -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
     -o-transition: all .8s ease-out;
        transition: all .8s ease-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 99;
}

@media only screen and (max-width: 995px) {
  .panel-left {
    display: none;
	visibility: hidden;
  }
}

.panel-left.open {
left: 0;
}

.panel-left-bg-all {
position: absolute;
height: 100%;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

.panel-right {
position: absolute;
width: 50%;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
top: auto;
right: -100%;
background: #fff;
-webkit-transition: all .8s ease-out;
   -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
     -o-transition: all .8s ease-out;
        transition: all .8s ease-out;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 99;
}

@media only screen and (max-width: 995px) {
  .panel-right {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .panel-right {
	margin-top: 100px;
  }
}

.panel-right.open {
right: 0;
}

.news-content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center!important;
-webkit-box-pack: center;
   -ms-flex-pack: center;
-webkit-justify-content: center;
        justify-content: center;
background: #fff;
color: #111;
}

.news-content .news-content-inner {
position: relative;
width: 100%;
padding: 0 85px;
text-align: center;
}

@media all and (min-width: 1920px) {
  .news-content .news-content-inner {
	padding: 0 95px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-content .news-content-inner {
    padding: 0 70px;
  }  
}

@media only screen and (max-width: 880px) {
  .news-content .news-content-inner {
    padding: 0 35px;
  }  
}

.news-content-inner p {
padding: 20px 0;
}

@media only screen and (max-width: 995px) {
  .news-content-inner p {
	padding: 20px 90px;
  }
}

@media only screen and (max-width: 768px) {
  .news-content-inner p {
	padding: 20px 0;
  }
}


/* 22. dots */
.dots {
position: absolute;
display: block;
width: -webkit-calc(33% - 300px);
width: -moz-calc(33% - 300px);
width: calc(33% - 300px);
height: -webkit-calc(100% - 300px);
height: -moz-calc(100% - 300px);
height: calc(100% - 300px);
top: 150px;
right: 150px;
bottom: 150px;
left: 150px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 2;
}

@media only screen and (max-width: 768px) {
  .dots {
    display: none;
	visibility: hidden;
  }
}

.dots-reverse {
position: absolute;
display: block;
width: -webkit-calc(33% - 300px);
width: -moz-calc(33% - 300px);
width: calc(33% - 300px);
height: -webkit-calc(100% - 300px);
height: -moz-calc(100% - 300px);
height: calc(100% - 300px);
top: 150px;
right: 0;
bottom: 150px;
left: 66%;
margin-left: 150px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 2;
}

@media all and (min-width: 1920px) {
  .dots-reverse {
    margin-left: 180px;
  }
}

@media only screen and (max-width: 1200px) {
  .dots-reverse {
    margin-left: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .dots-reverse {
    display: none;
	visibility: hidden;
  }
}

.the-dots {
position: relative;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
background-image: radial-gradient(rgba(119, 119, 119, .75) 5%, transparent 0);
background-size: 30px 30px;
}


/* 23. Owl Carousel CUSTOM */
.owl-nav-custom-team,
.owl-nav-custom-works {
position: relative;
width: 114px!important;
max-width: 114px;
height: 100px;
left: 2px;
right: 0;
margin-left: auto; 
margin-right: auto; 
margin: 19px auto 0 auto;
text-align: center;
overflow: hidden;
}


/* 24. IMG carousel */
.carousel-item-img-wrapper {
position: relative;
height: auto;
margin: 0;
padding: 0;
overflow: hidden;
cursor: grab;
z-index: 2;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
height: auto;
}

.carousel-item-all {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
z-index: 2;
}

.carousel-item-all {
/* height: 70vh; */
height: 100%;
}


/* 25. circle wrapper */
.circle-wrapper-full {
position: relative;
display: block;
overflow: hidden;
width: 100%;
padding-bottom: 100%;
height: auto;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto;
z-index: 2;
}

.circle-wrapper-full .carousel-item-all {
position: absolute;
width: 100%;
height: 100%;
/*
clip-path: circle(50% at 50% 50%);
object-fit: cover;
*/
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 2;
}


/* 26. extra margin */
.extra-margin-owl {
position: relative;
height: auto;
min-height: inherit;
overflow: hidden;
margin-left: 0;
margin-right: 0;
background: none;
}

.extra-margin-owl {
margin-left: 50px;
margin-right: 50px;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-owl {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-owl {
    margin-left: 25px;
    margin-right: 25px;
  }
}


/* 27. section square */
.section-title-wrapper-home {
position: relative;
padding: 0 0 0 235px;
}

@media only screen and (max-width: 1200px) {
  .section-title-wrapper-home {
    padding: 0 0 0 260px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-wrapper-home {
	padding: 0;
  }
}

.section-title-inner.section-title-inner-home {
text-align: left;
letter-spacing: 0.03em; /* Adjust to your taste */
line-height: 1.4;       /* Optional: improves readability */
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-home {
    text-align: center;
  }
}

.section-title-inner.section-title-inner-home {
letter-spacing: -0.08em;
}

.section-title-inner.section-title-inner-home {
font-size: 100px;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-home {
    font-size: 90px; /* or 50px, 40px – whatever suits your design */
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-home {
	font-size: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title-inner.section-title-inner-home {
    font-size: 50px;
  }
}

.section-title {
position: relative;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 1;
}

.section-title-inner {
position: relative;
font-family: 'Montserrat', sans-serif;
font-weight: 900;
text-align: center;
text-transform: uppercase;
line-height: 1;
letter-spacing: -0.08em;
overflow: hidden;
margin: 0 auto;
}

.the-square {
position: absolute;
right: 0;
left: -51px;
top: -42px;
margin: 0;
border: 15px solid rgba(255, 252, 0, .5);
z-index: -1;
}

@media all and (min-width: 1920px) {
  .the-square {
    left: -75px;
	top: -62px;
  }
}

@media only screen and (max-width: 995px) {
  .the-square {
    left: 0; 
    right: 0;
	top: -47px;
    margin-left: auto; 
    margin-right: auto; 
    width: 185px!important;
  }
}

@media only screen and (max-width: 768px) {
  .the-square {
    top: -68px;
  }
}

.the-square,
.the-square::after,
.the-square::before {
width: 185px;
height: 185px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-border-radius: 5%;
   -moz-border-radius: 5%;
    -ms-border-radius: 5%;
     -o-border-radius: 5%;
        border-radius: 5%;
}

@media all and (min-width: 1920px) {
  .the-square,
  .the-square::after,
  .the-square::before {
    width: 265px;
    height: 265px;
  }
}


/* 28. extras */
h6 {
display: none;
visibility: hidden;
}

.owl-prev.disabled,
.owl-next.disabled,
#works-section-carousel.owl-prev.disabled,
#works-section-carousel.owl-next.disabled,
#news-section-carousel.owl-prev.disabled,
#news-section-carousel.owl-next.disabled {
position: absolute;
display: block;
top: 50%;
margin-top: -29px;
padding-top: 26px;
font-size: 12px;
color: #fff!important;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: visible;
cursor: default!important;
}

.owl-prev.disabled:before,
.owl-next.disabled:before,
#works-section-carousel.owl-prev.disabled:before,
#works-section-carousel.owl-next.disabled:before,
#news-section-carousel.owl-prev.disabled:before,
#news-section-carousel.owl-next.disabled:before {
content: "";
position: absolute;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
background: #ccc!important;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
cursor: default!important;
}

h1.section-header,
.section-intro p,
#contact .section-intro p,
.cd-section-txt-more p {
text-align: left;
}

.section-intro.section-intro-contact p {
text-align: center;
}

.txt-container {
padding: 0;
}

@media only screen and (max-width: 768px) {
  .txt-container {
	padding: 0;
  }
}

.section-title-home {
padding: 0;
}

@media only screen and (max-width: 995px) {
  .section-title-home {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title-home {
    padding: 0 25px;
  }
}

.section-title-home {
position: relative;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
z-index: 1;
}

.section-title {
position: relative;
width: 50%!important;
left: 0;
right: 0; 
margin-left: auto;
margin-right: auto;
}

.section-title {
padding: 0;
}

@media only screen and (max-width: 995px) {
  .section-title {
    width: 100%!important;
	padding: 0 75px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title {
    padding: 0 25px;
  }
}


/* 29. divider */
.inner-divider,
.inner-divider-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
    height: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider {
    height: 50px;
  }
}

.inner-divider-half {
height: 25px;
}

@media all and (min-width: 1920px) {
  .inner-divider-half {
    height: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider-half {
    height: 25px;
  }
}

.visible-mobile-devices {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

.inner-divider-50 {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider-50 {
height: 50px;
}

@media only screen and (max-width: 768px) {
  .inner-divider-50 {
    height: 30px;
  }
}


/*mihai*/
/* === Glassmorphic Container with Afterglow Effects === */
/* === MAIN GLOW CONTAINER === */
.radiant-glow.large-bottom {
  position: fixed;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 1140px);
  padding: 0.9rem 2.4rem;
  border-radius: 2.5vw;
  background: rgba(255, 160, 90, 0.12);
  box-shadow:
    0 0 40px rgba(255, 160, 90, 0.4),
    0 0 90px rgba(255, 130, 60, 0.25),
    0 0 160px rgba(255, 100, 60, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: visible;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5.2rem; /* adjust as needed */
  animation: pulseAura 6s ease-in-out infinite;

  /* 👇 Adaptive contrast */
  mix-blend-mode: difference;
  color: white; /* Inverts on light background */
}

/* === GLOW BEHIND: ROTATING SUBTLE AURA === */
.radiant-glow.large-bottom::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 150, 60, 0.10),
    rgba(255, 120, 40, 0.06),
    transparent 90%
  );
  filter: blur(48px);
  z-index: -1;
  animation: rotateGlow 40s linear infinite;
  border-radius: 50%;
  pointer-events: none;
}

/* === GLOW SPILL BELOW === */
.radiant-glow.large-bottom::after {
  content: '';
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  height: 300px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 180, 100, 0.15),
    rgba(255, 140, 60, 0.06),
    transparent 85%
  );
  filter: blur(100px);
  z-index: -2;
  pointer-events: none;
}

/* === LABEL GLOW === */
.label {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  animation: labelGlow 6s ease-in-out infinite;
  text-align: center;
  padding: 0.6rem 1.4rem;
  text-shadow:
    0 0 6px rgba(255, 200, 150, 0.8),
    0 0 16px rgba(255, 150, 90, 0.6),
    0 0 30px rgba(255, 100, 50, 0.4);
}


/* === ANIMATIONS === */
@keyframes pulseAura {
  0%, 100% {
    box-shadow:
      0 0 40px rgba(255, 160, 90, 0.4),
      0 0 100px rgba(255, 130, 60, 0.3),
      0 0 180px rgba(255, 100, 40, 0.2);
  }
  50% {
    box-shadow:
      0 0 60px rgba(255, 180, 100, 0.6),
      0 0 120px rgba(255, 150, 80, 0.4),
      0 0 220px rgba(255, 120, 60, 0.25);
  }
}

@keyframes rotateGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




@keyframes labelGlow {
  0%, 100% {
    text-shadow:
      0 0 4px rgba(255, 180, 100, 0.5),
      0 0 12px rgba(255, 140, 70, 0.3),
      0 0 20px rgba(255, 110, 50, 0.15);
  }
  50% {
    text-shadow:
      0 0 6px rgba(255, 200, 120, 0.6),
      0 0 16px rgba(255, 160, 80, 0.35),
      0 0 28px rgba(255, 130, 60, 0.2);
  }
}




/* === WRAPPING & POSITIONING === */
.align-right-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;            /* vertical center */
  padding-right: 100px;           /* space before right arrow */
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;               /* prevent overflow */
}

.align-right-content .center-block-all {
  max-width: 900px;               /* allow wider content */
  width: 100%;
  text-align: right;
}

/* Right-align for large screens */
.align-block-right .center-container-all {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100%;
}

.align-block-right .center-block-all {
  text-align: right !important;
  margin-right: 60px;
  margin-left: 0 !important;
  max-width: 600px;
}

/* Optional: vertical alignment for full-screen */
.align-block-right .txt-wrapper-all {
  height: 100vh;
  display: flex;
  align-items: center;
}


/* === TITLE TEXT STYLE === */
.section-title-inner.section-title-inner-works {
  font-size: clamp(20px, 4vw, 48px); /* responsive size */
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
  word-break: keep-all;              /* keep full words */
  overflow-wrap: break-word;
  white-space: normal;
  max-width: none;
  width: auto;
  display: inline-block;
  padding-right: 0;
  hyphens: auto;
}


/* === RESPONSIVE — Tablets and Below === */
@media (max-width: 1024px) {
  .align-right-content {
    justify-content: center;
    padding: 0 20px;
  }

  .align-right-content .center-block-all,
  .align-block-right .center-block-all {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 20px;
    max-width: 100%;
  }

  .align-block-right .center-container-all {
    justify-content: center !important;
  }

  .section-title-inner.section-title-inner-works {
    text-align: center;
    max-width: 90vw;
    width: 100%;
    display: block;
    font-size: clamp(18px, 5vw, 32px);
  }
}

/* Custom background for the first carousel item */
/* .section1-carousel-bg {
    background-image: url('../img/background/thumbnail.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */


/* Custom background for the first carousel item */
.section1-carousel-bg {
  background-image: url('../img/background/thumbnail.jpg');
  background-size: contain;               /* Show full image without cropping */
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;                /* Fill empty space around image */
  filter: grayscale(1) brightness(0.4);   /* Start as black & white + darker */
  animation: section1Reveal 18s ease-out forwards;
}

/* Smooth reveal animation */
@keyframes section1Reveal {
  0% {
    filter: grayscale(1) brightness(0.4);
  }
  50% {
    filter: grayscale(0.3) brightness(1);
  }
  100% {
    filter: grayscale(0) brightness(1.1) saturate(1.3) hue-rotate(-5deg);
  }
}


.carousel-bg-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/background/thumbnail.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.all-page-carousel-item {
    position: relative;
}

.txt-wrapper-all {
    position: relative;
    z-index: 1; /* ensures content stays above the background */
}





/* Afterglow Custom background for the first carousel item */
/* Afterglow Custom background for the first carousel item */
.section1-carousel-bg {
  background-image: url('../img/background/thumbnail.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  /* Animation for desaturation to color */
  filter: grayscale(1) brightness(0.4);
  /* animation: colorReveal 6s ease-out forwards; */
  animation: colorReveal 20s ease-out forwards;
  position: relative;
  overflow: hidden;
}


/* Color transition animation */
@keyframes colorReveal {
  0% {
    filter: grayscale(1) brightness(0.4);
  }
  50% {
    filter: grayscale(0.3) brightness(1);
  }
  100% {
    filter: grayscale(0) brightness(1.1) saturate(1.3) hue-rotate(-5deg); /* adds warmth */
  }
}


/* -- Sunset Overlay -- */
/* Optional: delay after main transition completes 6s */
/* .sunset-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 94, 0, 0.2) 0%,
    rgba(255, 140, 60, 0.25) 10%,
    rgba(255, 183, 94, 0.3) 20%,
    rgba(255, 210, 130, 0.32) 30%,
    rgba(240, 170, 170, 0.35) 40%,
    rgba(216, 112, 147, 0.38) 50%,
    rgba(186, 85, 211, 0.4) 60%,
    rgba(135, 50, 185, 0.42) 70%,
    rgba(75, 0, 130, 0.45) 80%,
    rgba(25, 25, 112, 0.48) 90%,
    rgba(0, 0, 0, 0.55) 100%
  );
  background-size: 1000% 1000%;
  animation: sunsetShift 40s ease-in-out infinite;
  mix-blend-mode: multiply;

  
  animation-delay: 6s;
} */


.sunset-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 239, 213, 0.08) 0%,     /* ✨ Light golden cream (first touch of light) */
    rgba(255, 210, 170, 0.12) 8%,     /* Warm sand glow */
    rgba(255, 187, 140, 0.15) 16%,    /* Soft amber light */
    rgba(250, 160, 160, 0.18) 24%,    /* Blush rose memory */
    rgba(220, 140, 190, 0.22) 32%,    /* Faded orchid pink */
    rgba(186, 85, 211, 0.26) 40%,     /* ✨ Deep Lavender (you had this) */
    rgba(135, 100, 220, 0.28) 48%,    /* Purple dusk */
    rgba(90, 70, 180, 0.30) 56%,      /* Desaturated violet fade */
    rgba(45, 50, 120, 0.34) 64%,      /* Moody indigo */
    rgba(25, 25, 112, 0.40) 80%,      /* ✨ Midnight Blue (you had this) */
    rgba(10, 10, 30, 0.55) 92%,       /* Deep shadow memory */
    rgba(0, 0, 0, 0.6) 100%           /* ✨ Emotional Fade (keep) */
  );
  background-size: 2000% 2000%;
  animation: sunsetShift 70s ease-in-out infinite;
  animation-delay: 4s;
  mix-blend-mode: multiply;
}



/* Background gradient animation */
@keyframes sunsetShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* Optional subtle grain texture overlay */
.sunset-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('your-noise.png'); /* subtle noise texture */
  opacity: 0.05;
  pointer-events: none;
}










/* Y - button */


.afterglow-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  pointer-events: auto;
}

.afterglow-button-spotlight {
  position: relative;
  width: 260px;
  height: 160px;
  border-radius: 80% / 50%; /* Organic oval curve */
  background: radial-gradient(circle at center, rgba(255,255,255,0.08), rgba(0,0,0,0.3));
  backdrop-filter: blur(10px);
  animation: glowPulse 5s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow:
      0 0 20px rgba(255, 215, 0, 0.1),
      0 0 10px rgba(255, 215, 0, 0.08),
      inset 0 0 20px rgba(255, 255, 255, 0.03);
  }
  50% {
    box-shadow:
      0 0 35px rgba(255, 215, 0, 0.18),
      0 0 20px rgba(255, 215, 0, 0.12),
      inset 0 0 30px rgba(255, 255, 255, 0.08);
  }
}

.yt-metal-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: #111;
  padding: 14px 32px;
  border-radius: 40px; /* Pill shape */
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.yt-metal-button:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
}

.yt-play-icon {
  width: 26px;
  height: 26px;
  animation: pulseIcon 3s infinite ease-in-out;
  filter: drop-shadow(0 0 8px #ffd70099);
  flex-shrink: 0;
}

.yt-play-text {
  color: #ffd700;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(2);
    opacity: 1;
  }
}

.yt-play-icon {
  width: 26px;
  height: 26px;
  animation: pulseIcon 3s infinite ease-in-out;
  filter: drop-shadow(0 0 8px #ffd70099);
  flex-shrink: 0;
  transform-origin: center; /* ensures it grows evenly */
}


/* Container style for each metric item */
#owl-carousel-team .post-box {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2vh 1vw;
}

/* Responsive metric circle */
.metric-circle {
  width: 42vw;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff, #f3f3f3);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.12),
    0 0 24px rgba(255, 87, 34, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

/* Number inside circle */
.metric-number {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: bold;
  color: #FF7E2A;
  font-family: 'Segoe UI', sans-serif;
  transition: transform 0.2s ease-in-out;
}

/* Glow Pulse Animation */
@keyframes pulse-glow {
  0% { text-shadow: 0 0 5px rgba(255,126,42, 0.5); }
  50% { text-shadow: 0 0 20px rgba(255,126,42, 0.9); }
  100% { text-shadow: 0 0 5px rgba(255,126,42, 0.5); }
}

.metric-number.pulsate {
  animation: pulse-glow 1.5s ease-in-out infinite;
}







.comment-block {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Segoe UI', sans-serif;
  max-width: 900px; 
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.comment-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comment-meta {
  margin-left: 0.8rem;
  color: #555;
  font-size: 0.9rem;
}

.comment-author {
  font-weight: bold;
}

.comment-timestamp {
  display: block;
  font-size: 0.8rem;
  color: #888;
}

.comment-content {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  font-style: italic;
}

.comment-author {
  font-size: 1.1rem;   /* or try 1.2rem / 18px */
  font-weight: 600;
}

.comment-timestamp {
  font-size: 0.9rem;   /* optional: also increase if needed */
  color: #666;
}

.comment-content {
  font-size: 1.2rem;   /* or try 1.3rem / 20px */
  line-height: 1.6;
  margin-top: 0.8rem;
}