@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');


body {
    /* overflow-x: hidden; */
    font-family: Roboto;
}
.container {
    max-width: 1280px;
    padding-left: 35px;
    padding-right: 35px;
}
button{
    background: transparent;
    border: none;
}
button:focus {
    box-shadow: none !important;
}
input:focus {
    box-shadow: none !important;
}
select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
textarea:focus {
    box-shadow: none !important;
}
a{
    text-decoration: none;
    transition: .5s;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}
ul{
    margin-bottom: 0;
    padding-left: 0;
}

/* Mobile navbar menu */
button#mob-menu-btn{
    position: relative;
    width: 38px;
    height: 45px;
    /* background: #fff; */
    /* box-shadow: 0px 10px 20px rgba(0,0,0,0.08); */
    /* border-radius: 6px; */
    display: none;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    z-index: 9;
}
button#mob-menu-btn span{
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ffffff;
    border-radius: 5px;
    transition: 0.5s;
    left: 0;
}
button#mob-menu-btn span:nth-child(1) {
    transform: translateY(-13px);
    /* width: 30px;
    left: 8px; */
    width: 38px;
}
button#mob-menu-btn.active span:nth-child(1) {
    width: 35px;
    transform: translateY(0) rotate(45deg);
    /* transition-delay: 0.125s; */
    background: #fff;
}
button#mob-menu-btn span:nth-child(2) {
    transform: translateY(13px);
    /* width: 20px;
    left: 8px; */
    width: 23px;
}
button#mob-menu-btn.active span:nth-child(2) {
    width: 35px;
    transform: translateY(0) rotate(315deg);
    /* transition-delay: 0.25s; */
    background: #fff;
}
button#mob-menu-btn.active span:nth-child(3) {
    transform: translateX(60px);
    width: 30px;
}
/* End of Mobile navbar menu */

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #922246;
    border: 1px solid #922246;
    color: #FFFFFF;
    z-index: 99;
    border-radius: 0;
    width: 45px;
    height: 45px;
    font-size: 20px;
    transition: .7s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top:focus {
    outline: 0;
    box-shadow: none !important;
}
.back-to-top:active {
    color: #922246;
    background-color: #fff;
}

.back-to-top:hover {
    background-color: #fff;
    color: #922246;
}
/* End of Back to top */

/* Scrollbar */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #922246;
}

body::-webkit-scrollbar-thumb
{
	background-color: #922246;
}
/* End of Scrollbar */

/* Pre loader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    /* background: #751534; */
    background: #8a0e36;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader video {
    /* width: 100%;
    object-fit: cover; */
}
/* .preloader img {
    width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}
.bg-boxes{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}
.bg-boxes span{
    width: 33.33%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #751534;
    animation: closeBoxes 0.8s ease-in-out forwards;
    animation-delay: 2s;
}
.bg-boxes span:nth-child(1){
    left: 0;
}
.bg-boxes span:nth-child(2){
    left: 50%;
    transform: translateX(-50%);
}
.bg-boxes span:nth-child(3){
    right: 0;
}

@keyframes closeBoxes {
  from {
    width: 33.33%;
  }
  to {
    width: 0;
  }
} */



/* End of Pre loader */

/* Header */
.header-wrap {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999999;
    top: 0;
    transition: .5s;
}
.header-wrap.scrolled{
    background: #751534 0% 0% no-repeat padding-box;
    top: -91px;
}
.header-wrap.scrolled.nav-down{
    top: 0;
    /* position: sticky; */
}
header ul.navbar-nav {
    float: right;
}
.header-wrap ul.navbar-nav{
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-wrap.scrolled a.navbar-brand {
    transform: scale(.6) translateX(-32px);
    margin: -18px 0;
}
.header-wrap ul.navbar-nav li{
    position: relative;
}
.header-wrap ul.navbar-nav li a{
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.84px;
    padding: 15px 0;
}
.header-wrap ul.navbar-nav li a:hover {
    text-shadow: 0 0 15px rgb(255 255 255 / 66%);
}
.header-wrap .navbar {
    justify-content: space-between;
}
.navbar-rightside {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.header-wrap.scrolled .navbar-rightside {
    margin-top: -23px;
}
.top-bar {
    display: flex;
    align-items: center;
    justify-content: end;
    transition: .5s;
}
.header-wrap.scrolled .top-bar{
    max-height: 0;
    overflow: hidden;
}
.top-bar a.head-email {
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.3px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.top-bar a.head-email i {
    font-size: 12px;
    margin-top: 2px;
}
.top-bar hr {
    width: 1px;
    height: 18px;
    background: #FFF;
    opacity: 1;
    border: none;
    margin: 0 22px;
}

.head-country-dropdown-blk {
    display: flex;
    align-items: center;
    gap: 12px;
}
.head-country-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.hc-selected {
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.3px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 4px;
    cursor: pointer;
}
.hc-selected svg{
    transition: .5s;   
}
.hc-drop-contries {
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    background: #751534;
    padding: 0 16px;
    gap: 5px;
    overflow: hidden;
    max-height: 0;
    transition: .5s;
    min-width: 128px;
    right: 0;
    text-align: right;
}
.hc-drop-contries a {
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.3px;
}

.hc-open .hc-drop-contries {
    padding: 15px 16px;
    max-height: 500px;
}
.hc-open .hc-selected svg{
    transform: rotate(180deg);
}
.brochure-btn-call {
    display: flex;
    align-items: center;
    padding-left: 42px;
    gap: 22px;
}
.brochure-btn-call a:first-child {
    color: #E6E6E6;
}
.brochure-btn-call a:last-child {
    width: fit-content;
    height: 42px;
    background: #751534;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 38px; */
    padding: 0 18px;
    color: #E6E6E6;
    font-family: "Crimson Pro";
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.brochure-btn-call .button-hover-overlay:after {
    left: -49%;
}
.header-wrap.scrolled .brochure-btn-call a:last-child {
    background: #fff;
    color: #751534;
}
.navbar-call-email-btn{
    display: none;
}
.rwd-navbar-logo {
    display: none;
}
.header-wrap .navbar-collapse .top-bar{
    display: none;
}

/* Sub menu css */
.nav-click {
    position: absolute;
    display: none;
    width: 8px;
    height: 8px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg);
    top: 10px;
    right: 0;
    z-index: 999;
    background-repeat: no-repeat;
    transition: .5s;
}
.navbar-collapse>ul>li.has-child>.nav-click {
    top: 7px;
    right: 0;
}
button.navbar-toggler {
    display: none;
}
.navbar-collapse>ul>li>ul {
    transition: all 0.5s;
}
.navbar-collapse>ul>li>ul {
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    margin: 0;
    width: max-content;
    padding: 0 25px;
    top: 38px;
    left: 0;
    transition: 0.5s;
    border-radius: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}
.navbar-collapse>ul li:hover ul {
    overflow: hidden;
    max-height: 200px;
    padding: 12px 25px 15px;
}
.navbar-collapse>ul>li>ul>li {
    padding: 6px 0 !important;
    text-align: left;
    display: block;
}
.navbar-collapse>ul>li>ul>li>a {
    color: #751534 !important;
    font-size: 18px !important;
}
.header-wrap .navbar .collapse ul li.menu-item-has-children > a:before,
.header-wrap .navbar .collapse ul li.menu-item-has-children > a:after{
    display: none;
}
.header-wrap .navbar .collapse ul li.current-menu-item > a:before{
    opacity: 1;
}
/* End of Sub menu css */


/* End of Header */

/* Home page */
.page-sections {
    /* overflow: hidden; */
}
.main-banner-section{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.main-video-wrap{

}
.main-video-wrap video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.main-banner-video-contents{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main-banner-video-contents:before {
    content: '';
    position: absolute;
    width: 44%;
    height: 100%;
    background: url('../img/banner-shape-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    top: 0;
    left: 0;
    z-index: -2;
}
.main-banner-video-contents:after {
    content: '';
    position: absolute;
    width: 48%;
    height: 100%;
    background: url('../img/banner-shape-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    top: 0;
    left: 0;
    z-index: -1;
}
.main-banner-video-contents .container,
.main-banner-video-contents .container .row,
.main-banner-video-contents .container .row .col-12,
.main-banner-video-contents .main-banner-contents {
    height: 100%;
}
.main-banner-video-contents .main-banner-contents {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 65px;
}
.main-banner-contents h1 {
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 70px;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: -2.46px;
    max-width: 853px;
}
.main-banner-contents a{
    background: #922246;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
    width: fit-content;
    height: 73px;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -0.58px;
}

.flipcard-section{
    padding: 60px 0 50px;
    background: #F8F8F8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.flipcard-section::before {
    content: "";
    position: absolute;
    background: url('../img/flip-card-section-overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 511px;
    width: 100%;
    top: -22%;
    left: 0;
    z-index: -1;
}
.flipcard-content-block{

}
.flipcard-content-block h2{
color: #880C32;
text-align: center;
font-family: "Crimson Pro";
font-size: 42px;
font-weight: 500;
letter-spacing: -1.26px;
margin-bottom: 50px;
}

.flip-grid {
  display: flex;
  gap: 13px;
}

/* CARD */
.flip-card {
  width: 320px;
  height: 420px;
  perspective: 1200px;
  width: calc((100% - 52px) / 5);
}

.flip-inner {
  width: 100%;
  /* height: 100%; */
  height: auto;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s ease;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* FRONT & BACK */
.flip-front,
.flip-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  overflow: hidden;
}

/* FRONT */
.flip-front {
width: 100%;
height: 412px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 9px;
}

.flip-front::after {
    content: "";
    position: absolute;
    /* inset: 0; */
    background: linear-gradient(180deg, rgba(56, 19, 30, 0.00) 0%, rgba(56, 19, 30, 0.44) 100%);
    height: 65%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.flip-inside-box {
    border: 2px solid #FFF;
    padding: 7px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 1;
}
.flip-inside-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 17px 20px 16px 16px;
}
.flip-inside-content h3{
    color: #962A4B;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.42px;
    transition: .5s;
}
.flip-inside-content span{
    color: #962A4B;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.48px;
    transition: .5s;
}


/* BACK */
.flip-back {
    background: #FFF;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.03);
    transform: rotateY(180deg);
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 66px 20px 40px;
    z-index: 9;
}

/* BACK CONTENT */
.back-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.back-content h4{
color: #962A4B;
font-size: 32px;
font-weight: 700;
letter-spacing: -0.64px;
margin-bottom: 33px;
}
.back-content .flip-btn{
border: 1px solid #832E4A;
background: #FFF;
width: 100%;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
color: #962A4B;
font-size: 18px;
font-weight: 400;
letter-spacing: -0.54px;
margin-bottom: 11px;
transition: .5s;
}
.back-content .flip-btn:hover {
    border: 2px solid #880C32;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
    font-weight: 600;
}
.back-content .flip-find-btn{
color: #962A4B;
font-size: 15px;
font-weight: 400;
letter-spacing: -0.45px;
display: flex;
align-items: center;
gap: 14px;
position: absolute;
bottom: 38px;
transition: .5s;
}
.back-content .flip-find-btn:hover {
    font-weight: 500;
}

/* 🔴 INITIAL STATE (LEFT & INVISIBLE) */
.back-content h4,
.back-content .flip-btn,
.back-content .flip-find-btn,
.back-content p,
.back-content .service-ri-btn {
  opacity: 0;
  transform: translateX(-150px);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

/* 🔴 TRIGGER AFTER FLIP */
.flip-card:hover .flip-back h4,
.flip-card:hover .flip-back .flip-btn,
.flip-card:hover .flip-back .flip-find-btn,
.flip-card:hover .flip-back p,
.flip-card:hover .flip-back .service-ri-btn {
  opacity: 1;
  transform: translateX(0);
}

/* STAGGER */
.flip-card:hover .flip-back h4 {
  transition-delay: 0.25s;
}

.flip-card:hover .flip-back .flip-btn:nth-of-type(1) {
  transition-delay: 0.35s;
}

.flip-card:hover .flip-back .flip-btn:nth-of-type(2) {
  transition-delay: 0.45s;
}

.flip-card:hover .flip-back .flip-find-btn {
  transition-delay: 0.55s;
}

.home-experience-section{
background: #F8F8F8;
padding: 45px 0 190px;
overflow: hidden;
position: relative;
z-index: 1;
}
.home-experience-section::after {
    content: "";
    position: absolute;
    background: url('../img/home-experience-overlay.png');
    background-repeat: no-repeat;
    /* background-size: contain; */
    height: 1509px;
    width: 1355px;
    top: -112px;
    right: -40%;
    z-index: -1;
}
.home-experience-left {
    margin-right: -25px;
}
.home-experience-left h2{
color: #880C32;
font-family: "Crimson Pro";
font-size: 42px;
font-weight: 500;
line-height: 53px;
letter-spacing: -1.26px;
margin-bottom: 35px;
}
.home-experience-left p{
color: #000;
font-size: 18px;
font-weight: 400;
line-height: 31px;
letter-spacing: -0.18px;
}
.he-count-blks{
    display: flex;
    gap: 70px;
    margin-top: 58px;
    border-radius: 13px;
    background: #880C32;
    padding: 35px 85px 45px 45px;
    margin-right: -265px;
}
.he-count{
    text-align: center;
    min-height: 178px;
}
.he-count:nth-child(1) {
    min-width: 110px;
}
.he-count:nth-child(2) {
    min-width: 270px;
}
.he-count:nth-child(3) {
    min-width: 159px;
}
.he-count-value{
color: #FFF;
font-family: "Crimson Pro";
font-size: 104px;
font-weight: 500;
line-height: 114px;
letter-spacing: -3.12px;
}
.he-count-text{
color: #FFF;
font-size: 20px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.2px;
}

.home-experience-right{
    position: relative;
}
/* .home-experience-right::before {
    content: "";
    position: absolute;
    background: url('../img/home-experience-cap.png');
        background-repeat: no-repeat;
    background-size: contain;
    height: 717px;
    width: 703px;
    top: 0;
    right: -65%;
    z-index: 2;
} */
.he-image-blocks{
    position: relative;
}
.he-cap-img{
    position: absolute;
    height: 717px;
    width: 703px;
    top: 0;
    right: -65%;
    z-index: 2;
}
.he-image-blk{
    background: #FFF;
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
}
.he-image-blk img{
    width: 100%;
    height: auto;
}
.he-image-blk span{
    color: #635B5D;
    font-size: 17px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.51px;
    display: block;
    margin-right: 25px;
    text-align: right;
}
.he-img-blk-1{
position: absolute;
transform: rotate(4deg) translate(52px, 65px);
z-index: 1;
}
.he-img-blk-2 {
    position: absolute;
    transform: rotate(11deg) translate(258px, -28px);
}
.he-img-blk-2 .he-image-blk:first-child{
    padding-bottom: 0;
}
.home-expertise-section{
    width: 100%;
    height: auto;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 160px 0 220px;
}
.home-expertise-contents{
background: rgba(94, 22, 44, 0.91);
backdrop-filter: blur(6.5px);
padding: 50px 54px 64px;
width: 618px;
height: auto;
}
.home-expertise-contents h2{
color: #FFF;
font-family: "Crimson Pro";
font-size: 52px;
font-weight: 500;
line-height: 55px; 
letter-spacing: -1.56px;
margin-bottom: 34px;
}
.home-expertise-contents p{
color: #FFF;
font-size: 18px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.18px;
}
.we-provide-section{
    padding: 46px 0 60px;
    background: #F8F8F8;
}
.we-provide-contens-block{

}
.we-provide-contens-block h2{
color: #880C32;
text-align: center;
font-family: "Crimson Pro";
font-size: 42px;
font-weight: 500;
letter-spacing: -1.26px;
margin-bottom: 50px;
}
.we-provide-contens{
height: 100%;
display: flex;
    flex-direction: column;
}
.we-provide-image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.we-provide-image:before{
    content: '';
    position: absolute;
    width: 95%;
    height: 95%;
    border: 2px solid #FFF;
    transition: .5s;
    z-index: 1;
}
.we-provide-contens:hover .we-provide-image:before {
    /* transform: rotate3d(1, 1, 1, 360deg); */
    width: 90%;
    height: 90%;
}
.we-provide-image img{
    width: 100%;
    /* height: auto; */
    transition: .5s;
    object-fit: cover;
}
.we-provide-contens:hover .we-provide-image img{
    transform: scale(1.1);
}
.we-provide-details {
    display: flex;
    /* align-items: center; */
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    background: #FFF;
    padding: 33px 32px 30px 25px;
    transition: .5s;
    flex: 1;
}
.we-provide-details:hover{
    background: #880C32;
}
.we-provide-details svg {
    min-width: 32px;
    height: 30px;
}
.we-provide-details h3{
color: #880C32;
font-family: Roboto;
font-size: 25px;
font-weight: 700;
letter-spacing: -0.25px;
/* margin-bottom: 3px; */
/* margin-bottom: 10px; */
margin-bottom: 25px;
transition: .5s;
min-height: 60px;
}
.we-provide-details p{
color: #3B3A3A;
font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: -0.48px;
transition: .5s;
}
.we-provide-details:hover h3,
.we-provide-details:hover p{
    color: #fff;
}
.we-provide-details svg path{
    transition: .5s;
}
.we-provide-details:hover svg path{
    fill: #fff;
}
.content-image-section{
    padding: 50px 0 78px;
    background: #F8F8F8;
}
.ci-contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 505px;
}
.ci-contents h2{
color: #880C32;
font-family: "Crimson Pro";
font-size: 43px;
font-weight: 500;
line-height: 51px;
letter-spacing: -1.29px;
margin-bottom: 35px;
}
.ci-contents p{
color: #000;
font-size: 18px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.18px;
}
.ci-picture {
    overflow: hidden;
}
.ci-picture img{
    width: 100%;
    height: auto;
    transition: .5s;
}
.ci-picture:hover img{
    transform: scale(1.1);
}

.home-partners-section{
    padding-bottom: 60px;
    background: #F8F8F8;
    display: none;
}
.home-partners-contents{

}
.home-partners-contents h2{
color: #880C32;
text-align: center;
font-family: "Crimson Pro";
font-size: 29px;
font-weight: 400;
line-height: 51px;
margin-bottom: 24px;
}
.home-partner-logo-slider{

}
.home-partner-logo{
background: #f8f8f8;
}
.home-partner-logo img{
    width: auto;
    height: auto;
    mix-blend-mode: multiply;
}
.home-partner-logo-slider .slick-track {
    display: flex;
    align-items: center;
}
.home-partner-logo-slider .slick-slide {
    margin-right: 64px;
}
.home-partner-logo-slider .slick-slide:last-child {
    margin-right: 10px;
}

.home-projects-section{
    background: #5E162C;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home-projects-section:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    /* background: linear-gradient(90deg, #5E162C 0%, rgba(94, 22, 44, 0.81) 100%); */
    background: linear-gradient(to right, #5E162C 40%, rgb(94 22 44 / 0%) 90%);
    z-index: 1;
    top: 0;
    left: 0;
}
.home-project-contents {
    padding-top: 40px;
    position: relative;
    z-index: 1;
    max-width: 490px;
}
.home-project-contents h2{
color: #FFF;
font-family: "Crimson Pro";
font-size: 68px;
font-style: italic;
font-weight: 500;
line-height: 68px; 
letter-spacing: -2.04px;
margin-bottom: 32px;
}
.home-project-contents p{
color: #FFF;
font-size: 21px;
font-weight: 300;
line-height: 39px; 
letter-spacing: -0.21px;
}
.home-project-image-block{
    position: relative;
}
.home-project-slider{

}
.home-project-slider .slick-list.draggable {
    overflow: visible;
}
.home-project-image{
    position: relative;
}
.home-project-image:before {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    background: linear-gradient(90deg, rgba(94, 22, 44, 0.81) 100%, rgba(94, 22, 44, 0.81) 100%);
    backdrop-filter: blur(2.5px);
    transition: .5s;
    z-index: 1;
    top: -10px;
    left: -10px;
    opacity: 1;
}
.home-project-image img{
    height: auto;
    width: 100%;
}
.home-project-slider .home-project-image.slick-current:before {
    opacity: 0;
}
.home-project-slider .slick-slide{
    margin: 0 14px;
}
.slick-next:before,
.slick-prev:before {
    font-size: 0;
    opacity: 1 !important;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.slick-prev,
.slick-next {
    z-index: 1;
}
.home-project-slider .slick-next:before,
.home-project-slider .slick-prev:before {
    width: 48px;
    height: 48px;
}
.home-project-slider .slick-next:before {
    background: url('../img/project-arrow-right.png');
}

.home-project-slider .slick-prev:before {
    background: url('../img/project-arrow-left.png');
}
.home-project-slider .slick-prev {
    left: -105px;
    top: 68%;
}
.home-project-slider .slick-next{
    right: unset;
    left: -105px;
    top: 80%;
}
.home-project-counter {
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 30px;
    font-style: italic;
    font-weight: 200;
    line-height: 66px;
    letter-spacing: 16px;
    position: absolute;
    bottom: 180px;
    left: -112px;
}
.home-news-section{
    padding: 54px 0 68px;
    display: none;
}
.home-news-contents-block{

}
.home-news-contents-block h2{
    color: #880C32;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -1.26px;
}
.home-news-contents-block > div > a{
color: #716C6E;
font-size: 15px;
font-weight: 400;
line-height: 32px; 
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
position: relative;
left: 50%;
transform: translateX(-50%);
display: inline-block;
}
.home-news-contents-block > div > a:hover {
    color: #922246;
}
.home-news-contents-block > a:hover{
    color: #880C32;
}
.home-news-contents-block .row {
    margin-top: 35px;
}
.home-news-contents-block .row .col-12:nth-child(n+4) .home-news-contens{
    margin-top: 32px;
}
.home-news-image{
    overflow: hidden;
}
.home-news-image img{
    transition: .5s;
    width: 100%;
    /* height: auto; */
    object-fit: cover;
}
.home-news-contens:hover .home-news-image img{
    transform: scale(1.1);
}
.home-news-details{
    padding-top: 18px;
    padding-right: 20px;
}
.home-news-details .news-date{
color: #585858;
font-size: 15px;
font-weight: 400;
line-height: 32px;
letter-spacing: 1.35px;
text-transform: uppercase;
}
.home-news-details h4{
color: #421C28;
font-size: 21px;
font-weight: 600;
line-height: 31px; 
letter-spacing: -0.21px;
margin-top: 11px;
margin-bottom: 18px;
}
.home-news-details a{
color: #880C32;
font-size: 17px;
font-weight: 400;
line-height: 32px;
display: flex;
align-items: center;
gap: 14px;
width: fit-content;
padding: 5px 0;
}
.home-news-details a:hover {
    color: #fff;
    background: #751534;
    padding: 5px 15px 5px 18px;
    flex-direction: row-reverse;
}
.home-news-details a svg path{
    transition: .5s;
}
.home-news-details a:hover svg path{
    fill: #fff;
}
.request-inquiry-section{
    width: 100%;
    height: auto;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 70px 0 0;
}
.request-inquiry-contents-block{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: -70px;
}
.request-inquiry-contents{
    width: 536px;
    height: auto;
    background: rgba(94, 22, 44, 0.91);
    backdrop-filter: blur(6.5px);
    padding: 70px 45px 50px;
}
.request-inquiry-contents h2{
color: #FFF;
font-family: "Crimson Pro";
font-size: 48px;
font-style: italic;
font-weight: 500;
line-height: 52px;
letter-spacing: -1.44px;
margin-bottom: 24px;
}
.request-inquiry-contents p{
color: #D2C6C9;
font-size: 17px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.17px;
}
.request-inquiry-form{
    margin-top: 10px;
}


.form-field{
    position: relative;
    min-height: 45px;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    margin-top: 50px;
}
/* Edit the font styles as you need */
.form-field label{
    color: #E6E6E6;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    top: 3px;
    position: absolute;
    display: block;
    transition: all 0.2s;
    padding-left: 0;
    z-index: 10;
}
.form-field.active label {
    top: -10px;
    /* color: #929498; */
    font-size: 12px;
    z-index: 20;
}
.form-field input, 
.form-field select, 
.form-field textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
    z-index: 15;
    color: #fff4f4 !important;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    padding-left: 0;
    padding-top: 20px;
    /* padding-bottom: 12px; */
    height: 45px;
    border-radius: 0 !important;
}
.form-field input:focus, 
.form-field select:focus, 
.form-field textarea:focus {
    background: transparent !important;
}
/* Remove browser autofill background */
.form-field input:-webkit-autofill,
.form-field input:-webkit-autofill:hover,
.form-field input:-webkit-autofill:focus,
.form-field textarea:-webkit-autofill,
.form-field textarea:-webkit-autofill:hover,
.form-field textarea:-webkit-autofill:focus,
.form-field select:-webkit-autofill,
.form-field select:-webkit-autofill:hover,
.form-field select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #ffffff !important; /* change text color if needed */
    transition: background-color 5000s ease-in-out 0s;
}

.form-field select option{
    background: #5E162C !important;
    border: none !important;
}
.form-field select{
    cursor: pointer;
}
.form-field.form-textarea {
    min-height: 55px;
}
.form-field.form-textarea textarea{
    height: 55px;
}
.select-drop-arrow {
    position: relative;
}
.select-drop-arrow::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 1px;
    right: 10px;
    top: 10px;
    transform: rotate(-45deg);
}
.form-field.active .select-drop-arrow::before {
    transform: rotate(135deg);
    top: 23px;
}
.form-submit-btn-blk {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.form-submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
}
.form-submit-btn span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 18px;
}
.form-submit-btn input {
    background: #922246;
    /* box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13); */
    width: 100%;
    height: 82px;
    color: #E6E6E6;
    font-family: "Crimson Pro";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.6px;
    border: none;
}
.fancybox__container {
    z-index: 999999;
}
.flip-inside-content .back-content{
    display: none;
}
.home-experience-right .he-count-blks{
    display: none;
}

.newsletter-section{
    padding: 67px 0 70px;
    background: #F8F8F8;
}
.newsletter-contents{
    position: relative;
    z-index: 1;
}
.newsletter-contents:before {
    content: '';
    position: absolute;
    width: 228px;
    height: 137px;
    background: url('../img/newsletter-logo-overlay.png');
    top: -22px;
    left: -55px;
    z-index: -1;
}
.newsletter-contents h2{
color: #880C32;
font-family: "Crimson Pro";
font-size: 52px;
font-style: italic;
font-weight: 300;
line-height: 58px; /* 111.538% */
letter-spacing: -1.56px;
margin-bottom: 3px;
}
.newsletter-contents p{
    padding-left: 98px;
    color: #704552;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 164.706% */
    letter-spacing: -0.17px;
}
.newsletter-block{
    width: 617px;
}
.sendpress-form-fields {
    gap: 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
    position: relative;
        justify-content: end;
    height: 67px;
}
.sendpress-form-field {
    flex: unset;
}
.sendpress-form-field:nth-child(1) {
    width: 100%;
    position: absolute;
    height: 100%;
}
.sendpress-form-field:nth-child(2){
    width: 202px;
    height: 100%;
}
.sendpress-form-field input{
    height: 100%;
    border: 2px solid #BEB9BB;
    background: #FFF;
}
.sendpress-form-field input:focus{
    outline: none !important;
    border: 2px solid #BEB9BB !important;
}
.sendpress-submit {
    margin-top: 0 !important;
    background: #922246 !important;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13) !important;
    width: 100% !important;
    height: 100% !important;
    color: #FFF !important;
    font-family: "Crimson Pro" !important;
    font-size: 27px !important;
    font-weight: 600 !important;
    letter-spacing: -0.54px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .surfaces-tracks-contents h2 {
    margin-top: 0;
}
.home .surfaces-tracks-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home .surfaces-tracks-section::before {
    content: "";
    position: absolute;
    background: url('../img/flip-card-section-overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 511px;
    width: 100%;
    top: -15%;
    left: 0;
    z-index: -1;
}

/* End of Home page */

/* Footer */
footer{
    background: #2F181F;
    /* padding: 131px 0 145px; */
    padding: 131px 0 100px;
}
.footer-contents-blk{
    z-index: 1;
    position: relative;
}
.footer-contents-blk:before {
    content: '';
    position: absolute;
    width: 935px;
    height: 568px;
    background: url('../img/footer-logo-overlay.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -65px;
    right: -35px;
    z-index: -1;
}
.footer-contents-blk h3{
    color: #DAD5D7;
    font-family: "Crimson Pro";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: -1.44px;
}
.footer-contents-blk h5{
    color: #DAD5D7;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; 
    letter-spacing: -0.18px;
    margin-top: 40px;
    margin-bottom: 7px;
}
.footer-contents-blk a{
    color: #DAD5D7;
    font-size: 29px;
    font-weight: 600;
    line-height: 31px; 
}
.footer-contents-blk p{
    color: #C8C8C8;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.16px;
}
.footer-links-blk{
padding-top: 10px;
}
.footer-ul-links {
    display: flex;
    gap: 85px;
    justify-content: end;
    padding-right: 30px;
}
.footer-single-link-blk{
/* width: calc((100% - 52px) / 3); */
}
.footer-single-link-blk h6{
    color: #B99DA5;
    font-family: "Crimson Pro";
    font-size: 33px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -1.32px;
    margin-bottom: 31px;
}
.footer-single-link-blk ul{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.footer-single-link-blk ul li{
    list-style: none;
}
.footer-single-link-blk ul li a{
    color: #D7D7D7;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
footer a:hover {
    color: #922246 !important;
}

.footer-copyrights{
    /* margin-top: 85px; */
    margin-top: 100px;
}
.footer-copyrights p{
    color: #A9A8A9;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.15px;
    text-align: right;
}
.footer-copyrights p br{
    display: none;
}
.footer-copyrights p a{
    color: #A9A8A9;
}
.footer-bottom-txt-blk{
    margin-top: 65px;
}
.footer-bottom-txt-blk p {
    color: #C8C8C8;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.16px;
    text-align: center;
    max-width: 78%;
    margin: auto;
}
/* End of Footer */

/* Surfaces */
.inner-banner-section{
    padding: 100px 0 50px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
    height: 570px;
    overflow: hidden;
}
.inner-banner-section:before{
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    background: url('../img/inner-overlay-shape.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right !important;
    top: 0;
    left: 0;
    z-index: -1;
}
.inner-banner-section::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(67, 2, 21, 0.28) 0%, rgba(67, 2, 21, 0.00) 100%);
    height: 350px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.inner-banner-section .container,
.inner-banner-section .container .row,
.inner-banner-section .container .row .col-12 {
    height: 100%;
}
.inner-banner-contents{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
.inner-banner-contents h1{
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 65px;
    font-weight: 400;
    /* line-height: 60px; */
    line-height: 70px;
    letter-spacing: -1.95px;
    max-width: 450px;
    margin-bottom: 30px;
}
.inner-banner-contents ol{
    display: flex;
    align-items: center;
    gap: 57px;
}
.inner-banner-contents ol li{
    color: #FFF;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.42px;
    position: relative;
    display: flex;
    align-items: center;
}
.inner-banner-contents ol li:before {
    content: '' !important;
    position: absolute;
    width: 6px;
    height: 11px;
    background: url('../img/breadcrumb-arrow.png');
    background-repeat: no-repeat;
    left: -28px;
}
.inner-banner-contents ol li:first-child:before{
    display: none;
}
.inner-banner-contents ol li a{
    color: #FFF;
}
.surfaces-tracks-section{
    padding: 57px 0 90px;
    background: #F8F8F8;
}
.surfaces-tracks-contents{

}
.surfaces-tracks-contents p{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.16px;
    max-width: 1125px;
    margin: auto;
}
.surfaces-tracks-contents h2{
    color: #880C32;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 38px;
    font-weight: 400;
    line-height: 42px; 
    letter-spacing: -1.14px;
    margin-top: 63px;
    margin-bottom: 58px;
}
.surfaces-tracks-blocks{
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}
.surfaces-tracks-blocks .flip-card{
    width: calc(50% - 17.5px);
    /* height: 512px; */
    height: 480px;
    transition: .5s !important;
}
.surfaces-tracks-blocks .flip-front {
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 104% !important;
    background-position: center !important;
    transition: background-size 0.6s ease !important;
}
.surfaces-tracks-blocks .flip-card:hover .flip-front {
    background-size: 115% !important;
    /* background-position: center !important; */
}
.surfaces-tracks-blocks .flip-card .flip-front::after{
    display: none;
}
.surfaces-tracks-blocks .back-content {
    display: flex;
    width: 100%;
}
.surfaces-tracks-blocks .back-content div {
    width: 100%;
}
.surfaces-tracks-blocks .back-content h4, 
.surfaces-tracks-blocks .back-content .flip-btn, 
.surfaces-tracks-blocks .back-content .flip-find-btn {
    opacity: 1;
    transform: unset;
}
.surfaces-tracks-blocks .flip-inside-box {
    padding: 42px 10px;
    justify-content: start;
}
.surfaces-tracks-blocks .flip-inside-content {
    height: 100%;
    width: 266px;
    position: relative;
    align-items: start;
    padding-top: 66px;
}
.surface-fiest-level-taxonomy .flip-grid {
    gap: 20px;
    flex-wrap: wrap;
}
.surface-fiest-level-taxonomy .flip-grid .flip-card {
    width: calc((100% - 40px) / 3);
    height: 500px;
}
.surface-fiest-level-taxonomy .flip-grid .flip-inner, 
.surface-fiest-level-taxonomy .flip-grid .flip-front {
    height: 100%;
}
.surface-discipline-section .surface-fiest-level-taxonomy .flip-grid .flip-card:hover .flip-inner {
    transform: unset;
}
.surface-fiest-level-taxonomy .flip-grid .flip-inside-content {
    padding: 22px 20px 22px 16px;
    transition: .5s; 
}
.surface-discipline-section .surface-fiest-level-taxonomy .flip-grid .flip-inside-content:hover{
    background: #922246;
}
.surface-discipline-section .surface-fiest-level-taxonomy .flip-grid .flip-inside-content:hover h3,
.surface-discipline-section .surface-fiest-level-taxonomy .flip-grid .flip-inside-content:hover span{
    color: #fff;
}
.surface-discipline-section .surface-fiest-level-taxonomy .flip-grid .flip-inside-content path {
    transition: .5s;
}
.surface-discipline-section .surface-fiest-level-taxonomy .flip-grid .flip-inside-content:hover path {
    fill: #fff;
}
.surface-fiest-level-taxonomy .flip-grid .back-content .flip-find-btn {
    position: relative;
    bottom: unset;
    margin-top: 50px;
    /* transition: .5s; */
}
.surface-fiest-level-taxonomy .flip-grid .back-content .flip-btn {
    height: 60px;
    margin-bottom: 12px;
}
.surface-fiest-level-taxonomy .flip-grid .back-content h4 {
    margin-bottom: 45px;
}
.surface-fiest-level-taxonomy .flip-grid .flip-back .back-content {
    height: 100%;
    border: 2px solid #9222460d;
    padding: 67px 30px 40px;
}
.surface-fiest-level-taxonomy .flip-grid .flip-back {
    padding: 20px;
}
.inner-banner-contents.first-level-taxonomy h1 span {
    display: block;
    font-size: 40px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -0.8px;
}
.surface-fiest-level-taxonomy .flip-grid .flip-front {
    padding: 14px;
    background-size: 100% !important;
    background-position: center !important;
    transition: .5s;
}
.surface-discipline-section .surface-fiest-level-taxonomy .flip-grid .flip-card:hover .flip-front {
    background-size: 110% !important;
}
.surface-fiest-level-taxonomy .flip-grid .flip-inside-box {
    padding: 14px;
}
.surface-second-level-intro-section h2 {
    max-width: 1083px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 35px;
}
.surface-second-level-blocks {
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    gap: 58px;
}
.surface-second-level-single-blk {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.surface-second-level-single-blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.surface-second-level-blk-details {
    /* position: absolute; */
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(3.5px);
    padding: 40px 40px 30px;
    width: 585px;
    /* margin-left: 40px; */
    margin: 50px 40px;
}
.surface-second-level-blk-details h3 {
    color: #962A4B;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
.surface-second-level-blk-details p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.16px;
    text-align: left;
}
.surface-second-level-blk-details h4 {
    color: #962A4B;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.51px;
    margin-top: 23px;
    margin-bottom: 15px;
}
.surface-second-level-blk-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.surface-second-level-blk-details ul li {
    list-style: none;
}
.surface-second-level-blk-details ul li a {
    border: 2px solid #880C32;
    background: #FFF;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.08);
    padding: 0 25px;
    min-height: 54px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #962A4B;
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.57px;
}
.surface-second-level-blk-details ul li a:hover {
    background: #880C32;
    color: #FFF;
}
.surface-second-level-blk-details > a.flip-find-btn {
    color: #962A4B;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: .5s;
    margin-top: 24px;
}
.surface-second-level-blk-details > a.flip-find-btn:hover {
    font-weight: 500;
}
.surface-third-level-intro-section {
    padding-bottom: 55px;
}
.tax-surface_types .surfaces-single-intro-section {
    padding-top: 65px;
}
.surface-complete-thirdlevel-section {
    padding: 10px 0 90px !important;
}
.surface-we-provide-section {
    /* padding: 83px 0 155px !important; */
    padding: 83px 0 110px !important;
    background-color: #612031 !important;
    background-image: url('../img/surface-thirdlevel-list-bg.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.surface-we-provide-section .services-we-provide-contents h2 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 70px;
}
.surface-we-provide-section .services-we-provide-contents .flip-front {
    height: 544px;
    padding: 15px;
}
.surface-we-provide-section .flip-inside-content {
    justify-content: space-between !important;
    width: 100% !important;
    height: auto !important;
    background: #FFF !important;
    padding: 24px 25px 23px 26px !important;
}
.surface-we-provide-section .flip-inside-content h3 {
    color: #962A4B !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    letter-spacing: -0.58px !important;
}
.surface-we-provide-section .flip-inside-box {
    padding: 14px;
}
.surface-we-provide-section .services-we-provide-contents .back-content h4 {
    font-family: 'Roboto';
    font-size: 39px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.78px;
}
.services-we-provide-contents .flip-grid {
    justify-content: center;
    flex-wrap: wrap;
}



/* End of Surfaces */

/* Custom Mega Menu */
.custom-mega-menu-wrap {
    /* width: 100%; */
    width: 944px;
    position: fixed;
    top: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -100%);
    transition: all 0.7s ease;
    z-index: 999;
}
.custom-mega-menu-wrap.active {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(119px); */
    transform: translate(-50%, 119px);
}
.header-wrap.scrolled ~ .custom-mega-menu-wrap.active{
    /* transform: translateY(91px); */
    transform: translate(-50%, 91px);
}
.custom-mega-menu-wrap .container {
    padding-left: 55px;
    padding-right: 55px;
}
.custom-mm-blocks{
    /* width: 100%; */
        width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    background: #F0F0F0;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.15);
}
.custom-mm-left{
    width: 30%;
    padding-top: 27px;
}
.custom-mm-left h3{
    color: #880C32;
    font-family: "Crimson Pro";
    font-size: 35px;
    font-weight: 400;
    line-height: 52px; 
    letter-spacing: -1.05px;
    margin: 0 25px 17px 37px;
}
.custom-mm-left .nav {
    display: flex;
    flex-direction: column;
}
.custom-mm-left .nav button{
    /* padding: 30px 42px; */
    padding: 0;
    color: #880C32;
    font-size: 20px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.2px;
    transition: .5s;
    text-align: left;
}
.custom-mm-left .nav button:hover,
.custom-mm-left .nav button.active{
    background: #FFF;
    border-top: 1px solid #E2D5D5;
    border-bottom: 1px solid #E2D5D5;
}
.surface-tab-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 42px;
    color: #880C32 !important;
}
.custom-mm-blocks .tab-content{
    width: 70%;
    background: #FFF;
    padding: 42px 38px 38px 42px;
}
.custom-mm-blocks .tab-pane{
    
}
.mm-tab-content-block{
    display: flex;
}
.mm-tab-content-block > div{
    width: 50%;
}
.mm-tab-content-block > div:first-child {
    padding-right: 30px;
}
.custom-mm-blocks .tab-pane h4{
    color: #880C32;
    font-family: "Crimson Pro";
    font-size: 30px;
    font-weight: 400;
    line-height: 52px; 
    letter-spacing: -0.9px;
    margin-bottom: 22px;
}
.custom-mm-blocks .tab-pane p{
color: #323232;
font-size: 15px;
font-weight: 400;
line-height: 24px; 
}
.custom-mm-blocks .tab-pane a{
    margin-top: 36px;
    color: #962A4B;
font-size: 15px;
font-weight: 400;
letter-spacing: -0.45px;
display: flex;
align-items: center;
gap: 12px;
display: none;
}
.custom-mm-blocks .tab-pane a:hover{
    font-weight: 500;
}
.custom-mm-blocks .tab-pane img{
    object-fit: cover;
}
.mm-tab-content-block > div:last-child {
    text-align: right;
}


/* End of Custom Mega Menu */

/* Surfaces Single */
.single-banner-section{
height: 698px;
}
.single-banner-section:before {
    /* width: 861px; */
    width: 815px;
    background: url('../img/single-banner-overlay-shape.png');
} 
.inner-banner-contents img{
    margin-bottom: 45px;
    width: fit-content;
    height: auto;
}
.surfaces-single-intro-section{
    padding: 78px 0 75px;
    background: #F8F8F8;
}
.surfaces-single-intro-contents{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 540px;
}
.surfaces-single-intro-contents h2{
    color: #891836;
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.34px;
    margin-bottom: 32px;
}
.surfaces-single-intro-contents p{
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 27px; 
letter-spacing: -0.16px;
margin-bottom: 20px;
}
.surfaces-single-intro-contents p:last-child{
    margin-bottom: 0;
}
.surfaces-single-intro-pic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.surfaces-single-intro-pic img{
    width: 100%;
    height: auto;
}
.video-pop-btn{
    position: absolute !important;
    width: fit-content;
    height: 50px;
    border-radius: 80px;
    background: rgba(5, 5, 5, 0.60);
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #FFE8E8;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.18px;
}
.video-pop-btn:hover{
    background: #891836;
}
.surfaces-key-feature-section{
    padding: 74px 0 115px;
    overflow: hidden;
}
.surfaces-key-feature-contents{

}
.surfaces-key-feature-contents h3{
color: #891836;
font-size: 31px;
font-weight: 500;
line-height: 48px; 
letter-spacing: -0.31px;
margin-bottom: 22px;
}
.surfaces-key-feature-contents p{
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 27px; 
letter-spacing: -0.16px;
max-width: 616px;
}
.surfaces-key-feature-points{
    padding-top: 10px;
    position: relative;
}
.surfaces-key-feature-points:before{
    content: '';
    position: absolute;
    width: 611px;
    height: 368px;
    background: url('../img/surface-single-feature-overlay.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: -105px;
    top: -18px;
}
.surfaces-key-feature-points h4{
color: #484848;
font-size: 23px;
font-weight: 500;
line-height: 42px; 
letter-spacing: -0.23px;
margin-bottom: 24px;
}
.surfaces-key-feature-points ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 42px;
}
.surfaces-key-feature-points ul li{
    list-style: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.18px;
    position: relative;
}
.surfaces-key-feature-points ul li:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../img/surface-feature-point-mark.png');
    left: -42px;
}
.surfaces-single-includes-section{
    background: #F8F8F8;
    padding: 74px 0 115px;
}
.surfaces-single-includes-contents{

}
.surfaces-single-includes-contents h2{
color: #880C32;
text-align: center;
font-family: "Crimson Pro";
font-size: 42px;
font-weight: 400;
line-height: 42px; 
letter-spacing: -1.26px;
margin-bottom: 45px;
}
.surfaces-single-includes-blocks{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.surfaces-single-includes-blk{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background: #FFF;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.03);
    padding: 47px 45px;
   width: calc((100% - 60px) / 3);
   transition: .5s;
}
.surfaces-single-includes-blk:hover{
    background: #880C32;
}
.surfaces-single-includes-blk:before{
    content: '';
    position: absolute;
    width: 93%;
    height: 93%;
    /* border: 1px solid #F5729A; */
    border: 1px solid #612031;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.03);
    transition: .5s;
}
.surfaces-single-includes-blk:hover:before{
    border-color: #fff;
}
.surfaces-single-includes-blk h5{
color: #574E50;
font-size: 25px;
font-weight: 700;
line-height: 48px; 
letter-spacing: -0.25px;
margin-bottom: 20px;
}
.surfaces-single-includes-blk p{
color: #000;
font-size: 17px;
font-weight: 400;
line-height: 27px; 
letter-spacing: -0.17px;
}
.surfaces-single-includes-blk h5,
.surfaces-single-includes-blk p{
    transition: .5s;
}
.surfaces-single-includes-blk:hover h5,
.surfaces-single-includes-blk:hover p{
    color: #fff;
}
.surfaces-single-client-section{
    background: #612031;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.03);
    padding: 94px 0 71px;
}
.surfaces-single-client-contents {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: start;
    position: relative;
}
.surfaces-single-client-contents > img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.surfaces-single-client-say{
    width: 532px;
    height: auto;
    min-height: 609px;
    background: #FFF;
    padding: 38px 59px 120px 50px;
    margin-right: 58px;
    margin-top: 65px;
    position: relative;
    z-index: 1;
}
.surfaces-single-client-say h6{
    color: #612031;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px; 
    letter-spacing: 3.04px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.surfaces-single-client-slider{
margin-bottom: 0 !important;
min-height: 385px;
}
.surfaces-single-client-slide{

}
.surface-client-feedback{
    color: #612031;
    font-size: 23px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.23px;
}
.surface-client-name{
    color: #612031;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.23px;
    margin-top: 22px;
}
.surface-client-position{
    color: #612031;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    letter-spacing: -0.23px;
    margin-top: 5px;
}
.surfaces-single-client-slider .slick-next:before,
.surfaces-single-client-slider .slick-prev:before {
    width: 11px;
    height: 20px;
}
.surfaces-single-client-slider .slick-next:before{
    background: url('../img/surface-client-slider-arrow-right.png');
}

.surfaces-single-client-slider .slick-prev:before {
    background: url('../img/surface-client-slider-arrow-left.png');
}
.surfaces-single-client-slider .slick-prev,
.surfaces-single-client-slider .slick-next {
    top: unset;
    bottom: -75px;
}
.surfaces-single-client-slider .slick-prev{
    left: unset;
    right: 80px;
}
.surfaces-single-client-slider .slick-next{
    right: 0;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    gap: 22px;
    bottom: -62px;
}
ul.slick-dots li {
    margin: 0;
    transition: .5s;
    border: 2px solid #612031;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
}
ul.slick-dots li.slick-active{
    background: #612031;
}
ul.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
}
ul.slick-dots li button:before {
    display: none;
}
.surfaces-completed-projects-section{
    /* padding: 74px 0 135px; */
    padding: 74px 0 100px;
    background: #F8F8F8;
    width: 100%;
    overflow: hidden;
}
.surfaces-completed-projects-contents{
    width: 100%;    
}
.surfaces-completed-projects-contents h2{
    color: #880C32;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 39px;
    font-weight: 400;
    line-height: 42px; 
    letter-spacing: -1.17px;
    margin-bottom: 62px;
}
.surfaces-completed-project-slider{
width: 100%;
}
.surfaces-completed-project-slider .slick-slide{
    margin: 0 10px;
}
.surfaces-completed-project-slider .slick-track {
    /* left: -25%; */
    left: 0 !important;
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.surfaces-completed-project-slide{
    position: relative;
}
/* .surfaces-completed-project-slide:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    left: 0;
    top: 0;
    transition: .5s;
    opacity: 0.7;
    z-index: 1;
} */
/* .surfaces-completed-project-slider .surfaces-completed-project-slide.slick-active:before{
    opacity: 0;
} */
.surfaces-completed-project-slide img{
    width: 100%;
    height: auto;
}
.surfaces-completed-project-slider .slick-prev{
    left: 85px;
}
.surfaces-completed-project-slider .slick-next{
    right: 85px;
}
.surfaces-completed-project-slider .slick-next:before, 
.surfaces-completed-project-slider .slick-prev:before {
    width: 20px;
    height: 36px;
}
.surfaces-completed-project-slider .slick-prev:before {
    background: url('../img/surface-project-arrow-left.png');
}
.surfaces-completed-project-slider .slick-next:before {
    background: url('../img/surface-project-arrow-right.png');
}
/* End of Surfaces Single */

/* Services */
.services-intro-section{
background: rgba(255, 255, 255, 0.60);
padding: 65px 0 80px;
}
.services-intro-section h2{
    color: #891836;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.34px;
    max-width: 960px;
    margin: auto;
    margin-bottom: 58px;
}
.services-we-provide-section{
background: #F8F8F8;
padding: 57px 0 105px;
}
.services-we-provide-contents{

}
.services-we-provide-contents h2{
    color: #880C32;
    text-align: center;
    font-family: "Crimson Pro";
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -1.26px;
    margin-bottom: 42px;
}
.services-we-provide-contents .flip-card {
    height: auto;
    width: calc((100% - 30px) / 3);
}
.services-we-provide-contents .flip-front {
    /* height: 664px; */
    height: 650px;
    background-size: cover !important;
}
.services-we-provide-contents .flip-inside-content {
    height: 100%;
    background: transparent;
    padding: 0;
    width: 100%;
    justify-content: center;
}
.services-we-provide-contents .flip-inside-content h3{
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 49px;
    font-weight: 300;
    line-height: 49px;
    letter-spacing: -1.47px;
    text-align: center;
}
.services-we-provide-contents .flip-front::after{
    display: none;
}
.services-we-provide-contents .flip-back {
    padding: 15px;
}
.services-we-provide-contents .back-content {
    height: 100%;
}
.services-we-provide-contents .flip-back-inside-box {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #B35D77;
    padding: 73px 28px 35px;
}
.services-we-provide-contents .back-content .flip-find-btn {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    bottom: unset;
    margin-top: 28px;
}
.services-we-provide-contents .flip-back-inside-box > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-ri-btn {
    width: 100%;
    height: 66px;
    background: #922246;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
    padding: 0 25px;
    color: #E6E6E6;
    font-family: "Crimson Pro";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-we-provide-contents .back-content h4{
    color: #962A4B;
font-family: "Crimson Pro";
font-size: 49px;
font-weight: 300;
line-height: 50px; 
letter-spacing: -1.47px;
margin-bottom: 37px;
}
.services-we-provide-contents .back-content p{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.17px;
}

/* STAGGER */
.services-we-provide-contents .flip-card:hover .flip-back h4 {
  transition-delay: 0.25s;
}
.services-we-provide-contents .flip-card:hover .flip-back p {
  transition-delay: 0.35s;
}
.services-we-provide-contents .flip-card:hover .flip-back .service-ri-btn {
  transition-delay: 0.45s;
}
.services-we-provide-contents .flip-card:hover .flip-back .flip-find-btn {
  transition-delay: 0.55s;
}
/* End of Services */

/* Single Services */
.single-service-banner-section{
    height: 698px;
}
.single-service-banner-section:before {
    width: 548px;
    background: url('../img/single-banner-overlay-shape-services.png');
}
.service-single-intro-section{
    padding: 72px 0 85px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.03);
}
.service-single-intro-contents{
    max-width: 1035px;
    margin: auto;
    text-align: center;
}
.service-single-intro-contents h2{
color: #891836;
font-size: 32px;
font-weight: 600;
line-height: 48px;
letter-spacing: -0.32px;
margin-bottom: 35px;
}
.service-single-intro-contents p{
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 27px; 
letter-spacing: -0.16px;
}
.service-single-intro-section .row:nth-child(2){
    margin-top: 85px;
}
.service-provide-single-points {
position: sticky;
transition: .5s;
}
.service-provide-single-points.service-up {
    top: 25px;
}
.service-provide-single-points.service-down {
    top: 110px;
}
.service-provide-single-points h3{
color: #891836;
font-size: 20px;
font-weight: 500;
line-height: 48px; 
letter-spacing: -0.2px;
margin-bottom: 23px;
}
.service-provide-single-points ul{
display: flex;
flex-direction: column;
gap: 9px;
}
.service-provide-single-points ul li{
list-style: none;
}
.service-provide-single-points ul li a{
color: #333;
font-family: "Crimson Pro";
font-size: 26px;
font-weight: 300;
line-height: 50px; 
letter-spacing: -0.78px;
}
.service-provide-single-points ul li a:hover {
    color: #922246;
}
.service-provide-single-content-blocks{
    display: flex;
    flex-direction: column;
    /* gap: 92px; */
    gap: 55px;
    padding-left: 50px;
}
.service-provide-single-contents{
scroll-margin-top: 100px;
}
.service-provide-single-contents img{
    width: 100%;
    height: auto;
    margin-bottom: 22px;
}
.service-provide-single-contents h4{
color: #962A4B;
font-family: "Crimson Pro";
font-size: 43px;
font-weight: 300;
line-height: 50px;
letter-spacing: -1.29px;
margin-bottom: 22px;
}
.service-provide-single-contents p{
color: #000;
font-size: 17px;
font-weight: 400;
line-height: 27px;
letter-spacing: -0.17px;
margin-bottom: 25px;
}
.service-provide-single-contents p:last-child{
    margin-bottom: 0;
}
.mob-spsp-drop{
    display: none;
}

/* End of Single Services */

/* Maintenance */
.maintenance-intro-section{
    padding-bottom: 0;
}
.maintenance-link-blk{
    margin-top: 50px;
    text-align: center;
}
.maintenance-link-blk h3{
    color: #891836;
    font-size: 17px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.17px;
    margin-bottom: 24px;
}
.maintenance-link{
    display: flex;
    align-items: center;
    gap: 76px;
    justify-content: center;
}
.maintenance-link a{
    color: #333;
    font-family: "Crimson Pro";
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.72px;
    padding-bottom: 17px;
    position: relative;
}
.maintenance-link a:hover{
    color: #891836;
}
.maintenance-link a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #891836;
    bottom: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}
.maintenance-link a:hover:before{
    opacity: 1;
}
.maintenance-provide-section{
    display: flex;
    flex-direction: column;
    
}
.maintenance-provide-single-blk{
    padding: 72px 0 110px;
    scroll-margin-top: 50px;
    background: #F8F8F8;
}
.maintenance-provide-single-blk:nth-child(Even){
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.03);
}
.maintenance-provide-blocks{
    text-align: center;
}
.maintenance-provide-blocks > div > h4{
color: #880C32;
font-family: "Crimson Pro";
font-size: 42px;
font-weight: 400;
line-height: 42px; 
letter-spacing: -1.26px;
margin-bottom: 30px;
}
.maintenance-provide-blocks > div > p{
color: #000;
font-size: 17px;
font-weight: 400;
line-height: 28px; 
letter-spacing: -0.17px;
max-width: 1082px;
margin: auto;
}
.maintenance-provide-contents{
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-top: 60px;
}
.maintenance-provide-contents .row {
    align-items: center;
}
.maintenance-provide-details{
    width: 100%;
    height: auto;
    background: #FFF;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.03);
    padding: 43px 38px;
    /* min-height: 470px; */
    position: relative;
    z-index: 1;
    text-align: left;
}
.maintenance-provide-details h5{
color: #333;
font-family: "Crimson Pro";
font-size: 37px;
font-weight: 300;
line-height: 50px;
letter-spacing: -1.11px;
margin-bottom: 24px;
}
.maintenance-provide-details p{
color: #000;
font-size: 18px;
font-weight: 400;
line-height: 29px;
letter-spacing: -0.18px;
}
.maintenance-provide-picture{
margin-left: -92px;
}
.maintenance-provide-picture img{
    width: 100%;
    height: auto;
}
.scp-maintenance .surfaces-completed-project-slide h6{
    position: absolute;
    bottom: 34px;
    left: 35px;
    color: #FFF;
    font-family: "Crimson Pro";
    font-size: 31px;
    font-weight: 300;
    line-height: 30px; 
    letter-spacing: -0.93px;
    max-width: 70%;
}
/* End of Maintenance */

/* About us */
.about-intro-section h2{
    margin-bottom: 40px;
}
.about-intro-section p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; 
    letter-spacing: -0.18px;
    max-width: 936px;
    margin: auto;
}
.about-zigzac-content-section{
    padding-bottom: 110px;
    background: rgba(255, 255, 255, 0.60);
}
.about-zigzac-content-section .row:nth-child(Even){
    flex-direction: row-reverse;
}
.about-zigzac-content-section .row{
    margin-bottom: 60px;
}
.about-zigzac-content-section .row:last-child{
    margin-bottom: 0;
}
.about-zigzac-contents{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-right: 25px;
}
.about-zigzac-content-section .row:nth-child(Even) .about-zigzac-contents{
padding-right: 0;
padding-left: 5px;
} 
.about-zigzac-contents h3{
color: #891836;
font-size: 29px;
font-weight: 600;
line-height: 40px; 
letter-spacing: -0.29px;
margin-bottom: 25px;
}
.about-zigzac-contents p{
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 27px;
letter-spacing: -0.16px;
margin-bottom: 20px;
}
.about-zigzac-contents p:last-child{
    margin-bottom: 0;
}
.about-zigzac-content-image{

}
.about-zigzac-content-section .row:nth-child(Even) .about-zigzac-content-image{
    width: 95%;
}
.about-zigzac-content-image img{
    width: 100%;
    height: auto;
}



.about-experience-section{
    background: #5E162C;
    padding: 93px 0 140px;
    position: relative;
    overflow: hidden;
    display: none;
}
.about-experience-section:before {
    content: '';
    position: absolute;
    width: 38%;
    height: 100%;
    background: linear-gradient(270deg, rgba(94, 22, 44, 0.00) 0%, #5E162C 45%);
    z-index: 1;
    top: 0;
    left: 0;
}
.about-experience-section:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    /* background: linear-gradient(270deg, rgba(94, 22, 44, 0.00) 0%, #5E162C 65.63%); */
    background: linear-gradient(90deg, rgba(94, 22, 44, 0.00) 0%, #5E162C 65.63%);
    z-index: 1;
    top: 0;
    right: -60px;
}
.about-experience-contents{
    position: relative;
    z-index: 2;
    padding-top: 50px;
}
.about-experience-contents:before {
    content: '';
    position: absolute;
    width: 371px;
    height: 226px;
    background: url('../img/experience-slider-overlay.png');
    z-index: -1;
    top: -80px;
    left: -100px;
}
.about-experience-count{
    color: #FFF;
    font-size: 214px;
    font-weight: 600;
    line-height: 180px;
    letter-spacing: -10.7px;
}
.about-experience-count span{

}
.about-experience-contents h4{
color: #FFF;
font-family: "Crimson Pro";
font-size: 54px;
font-style: italic;
font-weight: 400;
line-height: 42px;
letter-spacing: -1.62px;
margin-bottom: 37px;
}
.about-experience-contents p{
color: #FFF;
font-size: 30px;
font-weight: 300;
line-height: 48px;
letter-spacing: -0.3px;
}
.about-experience-slider-block {
    margin-left: 135px;
    position: relative;
}
.about-experience-slider-block:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 5px;
    background: url('../img/experience-slider-line.png');
    top: 446px;
    left: -80%;
}
.about-experience-slider {
    margin-bottom: 0 !important;
    width: 100%;
}
.about-experience-slider .slick-list.draggable {
    overflow: visible !important;
}
.about-experience-slider .slick-slide {
    /* margin: 0 50px; */
    margin: 0 30px;
}
.about-experience-slider .slick-track {
    left: -10%;
}
.about-experience-slide{
    
}
/* .about-experience-slide a{
    display: block;
    width: 100%;
} */
.about-experience-slide img{
    width: 100%;   
    /* height: auto;  */
    object-fit: cover;
    object-position: top;
}
.about-experience-details{
    padding-left: 78px;
    margin-top: 68px;
    position: relative;
}
.about-experience-details:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #9E3152;
    border-radius: 50%;
    top: -32px;
    left: 95px;
    z-index: 2;
}
.about-experience-details span{
color: #FFEFF4;
font-size: 70px;
font-weight: 600;
line-height: 108px; 
letter-spacing: -3.5px;
}
.about-experience-details p{
color: #FFF;
font-size: 20px;
font-weight: 400;
line-height: 33px; 
letter-spacing: -0.2px;
}
.about-experience-slider ul.slick-dots {
    gap: 30px;
    bottom: -68px;
    padding-left: 45px;
}
.about-experience-slider ul.slick-dots li {
    border: none;
    background: #9E3152;
    width: 12px;
    height: 12px;
}
.about-experience-slider ul.slick-dots li.slick-active{
    background: #fff;
}
.about-experience-slider .slick-next:before, 
.about-experience-slider .slick-prev:before {
    width: 20px;
    height: 36px;
}
.about-experience-slider .slick-prev:before {
    background: url('../img/surface-project-arrow-left.png');
}
.about-experience-slider .slick-next:before {
    background: url('../img/surface-project-arrow-right.png');
}
.about-experience-slider .slick-prev {
    left: -82%;
}
.about-experience-slider .slick-next{
    right: 0;
}
.about-experience-slider .slick-prev,
.about-experience-slider .slick-next {
    top: 85%;
    z-index: 9;
}
.our-team-section{
    padding: 60px 0 98px;
    display: none;
}
.our-team-contents{

}
.our-team-contents h5{
color: #880C32;
text-align: center;
font-family: "Crimson Pro";
font-size: 42px;
font-weight: 400;
line-height: 42px; 
letter-spacing: -1.26px;
margin-bottom: 52px;
}
.our-team-members{

}
.our-team-members .col-12 {
    display: flex;
    justify-content: center;
}
.our-team-member-blk{
    position: relative;
    z-index: 1;
    width: fit-content;
}
.our-team-member-blk:before{
    content: '';
    position: absolute;
    width: 269px;
    height: 405px;
    background: url('../img/our-team-member-overlay.png');
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
    transform: rotateY(0deg);
}
.our-team-member-blk:hover:before{
    /* transform: rotateY(190deg); */
    transform: rotateY(190deg) translateX(-55px);
}
.our-team-member-blk img{
    margin-bottom: 32px;
}
.our-team-member-detail{
    padding-left: 58px;
}
.our-team-member-detail h6{
color: #000;
font-size: 20px;
font-weight: 400;
line-height: 8px;
letter-spacing: -0.2px;
margin-bottom: 17px;
}
.our-team-member-detail span{
color: #716464;
font-size: 16px;
font-weight: 400;
line-height: 8px;
letter-spacing: -0.16px;
}
/* End of About us */

/* Contact */
.contact-info-section{
    padding-top: 78px;
    background: rgba(255, 255, 255, 0.70);
    position: relative;
    z-index: 9;
}
.contact-info-section:before {
    content: '';
    position: absolute;
    /* width: 805px;
    height: 789px; */
    /* width: 397px; */
    width: 370px;
    height: 789px;
    background: url('../img/contact-info-hat-half.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: -18%;
    z-index: 3; 
}
.contact-info-contents{
    padding-bottom: 65px;
}
.contact-info-details{
    max-width: 350px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-info-details:before {
    content: '';
    position: absolute;
    width: 240px;
    height: 140px;
    background: url('../img/contact-info-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: -242px;
}
.contact-info-details h2{
color: #880C32;
font-family: "Crimson Pro";
font-size: 47px;
font-weight: 400;
line-height: 52px; 
letter-spacing: -1.41px;
margin-bottom: 35px;
}
.contact-address-label{
color: #891836;
font-size: 21px;
font-weight: 600;
line-height: 35px; 
letter-spacing: -0.21px;
}
.contact-address{
color: #891836;
font-size: 17px;
font-weight: 400;
line-height: 26px;
letter-spacing: -0.17px;
}
.contact-info-details label{
color: #891836;
font-size: 16px;
font-weight: 400;
line-height: 26px; 
letter-spacing: -0.16px;
margin-top: 25px;
}
.contact-info-details > a{
color: #891836;
font-size: 28px;
font-weight: 600;
/* line-height: 32px;  */
line-height: 38px;
letter-spacing: -0.28px;
}
.contact-info-contents a:hover {
    text-decoration: underline;
}
.contact-branches-blocks{
    display: flex;
    position: relative;
    padding-top: 38px;
}
.contact-branches-blocks:before{
    content: '';
    position: absolute;
    width: 130%;
    height: 1px;
    background: #E4E4E4;
    left: 0;
    top: 0;
}
.contact-branch-blk{
    width: 50%;
    padding-right: 30px;
}
.contact-branch-blk h3{
color: #891836;
font-size: 20px;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.2px;
}
.contact-branch-blk span{
color: #5E5E5E;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.16px;
}
.contact-branch-blk p{
color: #891836;
font-size: 16px;
font-weight: 400;
line-height: 25px; 
letter-spacing: -0.16px;
margin-top: 6px;
}
.branch-contact-blks{
    margin-top: 23px;
}
.branch-contact{
color: #891836;
font-size: 16px;
font-weight: 400;
line-height: 27px;
letter-spacing: -0.16px;
}
.branch-contact a{
color: #891836;
}


.contact-info-image{
    /* width: 633px;
    height: 790px; */
    width: 100%;
    height: auto;
    background: #FFF;
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.11);
    padding: 22px;
    transform: rotate(4deg);
}
.contact-info-image-box{

}
.contact-info-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.contact-info-image:hover img {
    transform: scale(1.1);
}
.contact-form-section{
background: #5E162C;
backdrop-filter: blur(6.5px);
padding: 52px 0 72px;
}
.contact-form-contents{
    width: 720px;
    height: auto;
    /* background: rgba(113, 24, 51, 0.66); */
    background: rgb(113 24 51 / 46%);
    backdrop-filter: blur(6.5px);  
    padding: 46px 53px 43px; 
    position: relative;
    z-index: 1;
}
.contact-form-contents h4{
color: #FFF;
font-family: "Crimson Pro";
font-size: 45px;
font-weight: 400;
line-height: 51px; 
letter-spacing: -1.35px;
max-width: 560px;
margin-bottom: 28px;
}
.contact-form-contents > p{
color: #D2C6C9;
font-size: 17px;
font-weight: 400;
line-height: 25px;
letter-spacing: -0.17px;
}
.contact-form{
margin-top: 5px;
}
.contact-form .form-field {
    margin-top: 38px;
}
.contact-form .form-submit-btn-blk {
    margin-top: 35px;
}
.contact-form .form-submit-btn,
.single-news-form .form-submit-btn {
    width: fit-content;
}
.contact-form .form-submit-btn input,
.single-news-form .form-submit-btn input {
    width: fit-content;
    height: 60px;
    padding: 0 70px;
    font-size: 23px;
}
.contact-form .form-field label,
.single-news-form .form-field label {
    font-size: 17px;
}
.contact-form .form-field.active label,
.single-news-form .form-field.active label {
    font-size: 12px;
}
.contact-form-social{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    padding-bottom: 64px;
    position: relative;
}
.contact-form-social:before {
    content: '';
    position: absolute;
    width: 678px;
    height: 415px;
    background: url('../img/contact-form-overlay.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
}
.contact-form-social-blk{

}
.contact-form-social-blk h5{
color: #FFF;
font-family: "Crimson Pro";
font-size: 42px;
font-style: italic;
font-weight: 200;
line-height: 45px;
letter-spacing: -1.26px;
margin-bottom: 30px;
}
.contact-form-social-links{
    display: flex;
    align-items: center;
    gap: 46px;
}
.contact-form-social-links a{
    color: #fff;
    font-size: 32px;
}
.contact-form-social-links a:hover {
    color: #922246;
}
/* End of Contact */

/* Single News */
.single-news-banner-section .inner-banner-contents h1 {
    max-width: 855px;
}
.single-news-content-section{
    padding: 68px 0 85px;
width: 100%;
}
.single-news-content-blocks {
    position: relative;
    display: flex;
}
.post-navigation {
    display: flex;
    align-items: end;
    gap: 25px;
    /* width: fit-content; */
    width: 5%;
    height: fit-content;
    writing-mode: sideways-rl;
    position: sticky;
    top: 105px;
    left: 0;
}
.post-navigation h5 {
    color: #5C5454;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.15px;
    margin: 0;
}
.post-navigation a i {
    transition: .5s;
    color: #891836;
    /* font-size: 16px; */
    font-size: 22px;
    transition: .5s;
}
.post-navigation a:hover i {
    color: #5E162C;
}
.share-news-article-blk {
    display: flex;
    align-items: start;
    gap: 27px;
    /* width: fit-content; */
    width: 5%;
    height: fit-content;
    writing-mode: sideways-rl;
    position: sticky;
    top: 105px;
    right: 0;
}
.share-news-article-blk h5 {
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.14px;
    margin: 0;
}
.share-news-article-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.share-news-article-icons a {
    transform: rotate(-90deg);
    width: 29px;
    height: 29px;
    border-radius: 29px;
    border: 1px solid #474747;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.share-news-article-icons a:hover{
    border-color: #5E162C;
    background: #5E162C;
}
.share-news-article-icons a i {
    transition: .5s;
    color: #474747;
}
.share-news-article-icons a:hover i{
    color: #fff;
}
.single-news-the-contents-blk{
    margin-top: -8px;
    width: 90%;
}
.single-news-the-contents-blk > h4{
color: #891836;
text-align: center;
font-family: "Crimson Pro";
font-size: 25px;
font-weight: 400;
line-height: 42px; 
letter-spacing: -0.25px;
margin-bottom: 30px;
margin-top: 62px;
}
.news-maintenance-image-slider{
    width: 100%;
}
.news-maintenance-image-slider .slick-slide{
    margin: 0 12px;
}
.news-maintenance-img-blk{

}
.news-maintenance-img-blk img{
    width: 100%;
    height: auto;
}
.news-maintenance-image-slider .slick-prev{
    left: 40px;
}
.news-maintenance-image-slider .slick-next{
    right: 40px;
}
.news-maintenance-image-slider .slick-next:before, 
.news-maintenance-image-slider .slick-prev:before {
    width: 20px;
    height: 36px;
}
.news-maintenance-image-slider .slick-prev:before {
    background: url('../img/surface-project-arrow-left.png');
}
.news-maintenance-image-slider .slick-next:before {
    background: url('../img/surface-project-arrow-right.png');
}
.single-news-form-section{
background: #5E162C;
backdrop-filter: blur(6.5px);
padding: 70px 0 90px;
}
.single-news-form-contents{
border: 2px solid #FFF;
backdrop-filter: blur(6.5px);
padding: 45px 40px 55px;
height: 100%;
width: 420px;
}
.single-news-form-contents img{
    margin-bottom: 31px;
}
.single-news-form-contents h5{
color: #FFF;
font-family: "Crimson Pro";
font-size: 48px;
font-style: italic;
font-weight: 300;
line-height: 51px; 
letter-spacing: -1.44px;
margin-bottom: 44px;
}
.single-news-form-contents p{
color: #D2C6C9;
font-size: 18px;
font-weight: 400;
line-height: 29px;
letter-spacing: -0.18px;
}

.single-news-form-block{
    padding-top: 10px;
}
.single-news-form-block h6{
color: #FFF;
font-family: "Crimson Pro";
font-size: 45px;
font-style: italic;
font-weight: 300;
line-height: 51px;
letter-spacing: -1.35px;
margin-bottom: 25px;
}
.single-news-form-block p{
color: #D2C6C9;
font-size: 17px;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.17px;
}
.single-news-form{

}
.single-news-form .form-field {
    margin-top: 42px;
}
.single-news-form .form-submit-btn-blk {
    margin-top: 45px;
    justify-content: start;
}
.single-news-recent-section{
    padding: 61px 0 100px;
}
.single-news-recent-contents{

} 
.single-news-recent-contents h6{
color: #880C32;
text-align: center;
font-family: "Crimson Pro";
font-size: 31px;
font-style: italic;
font-weight: 400;
line-height: 26px; 
margin-bottom: 62px;
}
.single-news-recent-posts{

}

.news-the-contents-block {
    max-width: 85%;
    margin: auto;
}
.news-the-contents-block h2 {
color: #891836;
font-size: 28px;
font-weight: 600;
line-height: 42px;
letter-spacing: -0.28px;
margin-bottom: 35px;
}
.news-the-contents-block p {
    color: #000;
font-size: 16px;
font-weight: 400;
line-height: 27px;
letter-spacing: -0.16px;
margin-bottom: 22px;
}
.news-the-contents-block p:last-child{
    margin-bottom: 0;
}
.full-width-image-blk {
margin: 50px -88px 42px;
}
.full-width-image-blk img {
    width: 100%;
    height: auto;
}
.news-the-contents-block h4 {
    color: #891836;
font-size: 22px;
font-weight: 600;
line-height: 42px;
letter-spacing: -0.22px;
margin-top: 35px;
margin-bottom: 10px;
}
.news-the-contents-block ul {
    padding-left: 20px;
    margin-bottom: 25px;
}
.news-the-contents-block ul li {
    color: #000;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.16px;
}
.news-the-contents-block h3 {
color: #891836;
font-family: "Crimson Pro";
font-size: 25px;
font-weight: 400;
line-height: 42px;
letter-spacing: -0.25px;
margin-top: 35px;
margin-bottom: 18px;
}
.news-the-contents-block h3:first-child{
    margin-top: 0;
}
.content-image-news-blk {
    margin-top: 50px;
}
.content-image-news-blk .wp-block-column {
    
}
.content-image-news-blk .wp-block-column figure {
    
}
.content-image-news-blk .wp-block-column figure img {
    width: 100%;
    height: auto;
}
.news-the-contents-block h5{
    color: #1C1B1B;
font-size: 18px;
font-weight: 600;
line-height: 42px; 
letter-spacing: -0.18px;
margin-top: 20px;
margin-bottom: 7px;
}



/* End of Single News */

/* News page */
.news-featured-section{
background: rgba(255, 255, 255, 0.70);
padding: 68px 0;
}
.news-featured-content-image-blocks{
border: 2px solid #962A4B;
background: #FFF;
width: 100%;
padding: 35px 25px 33px 40px;
}
.news-featured-contents{
padding-top: 18px;
}
.news-featured-contents label{
color: #880C32;
font-family: "Crimson Pro";
font-size: 27px;
font-style: italic;
font-weight: 400;
line-height: 26px; 
margin-bottom: 36px;
}
.news-featured-content-slider{

}
.news-featured-content-slide{
padding-right: 35px;
}
.news-featured-content-slide h2{
    color: #962A4B;
    font-family: "Crimson Pro";
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -1.08px;
    margin-bottom: 15px;
}
.news-post-date{
color: #585858;
font-size: 15px;
font-weight: 400;
line-height: 32px; 
letter-spacing: 1.35px;
text-transform: uppercase;
margin-bottom: 63px;
}
.news-featured-content-slide p{
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 27px;
letter-spacing: -0.16px;
}
.news-featured-content-slide a{
    display: flex;
    align-items: center;
    gap: 30px;
}
.news-featured-content-slide a svg path{
    transition: .5s;
}
.news-featured-content-slide a{
color: #880C32;
font-size: 17px;
font-weight: 400;
line-height: 32px;
display: flex;
align-items: center;
gap: 14px;
width: fit-content;
padding: 5px 0;
margin-top: 75px;
}
.news-featured-content-slide a:hover {
    color: #fff;
    background: #751534;
    padding: 5px 15px 5px 18px;
    flex-direction: row-reverse;
}
.news-featured-content-slide a svg path{
    transition: .5s;
}
.news-featured-content-slide a:hover svg path{
    fill: #fff;
}
.news-featured-image{
height: 100%;
}
.news-featured-image-slider{

}
.news-featured-image-slider,
.news-featured-image-slider .slick-list,
.news-featured-image-slider .slick-track,
.news-featured-image-slider .slick-slide,
.news-featured-image-slider .slick-slide div,
.news-featured-image-slider .news-featured-image-slide {
  height: 100%;
}

.news-featured-image-slide{

}
.news-featured-image-slide a{

}
.news-featured-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-featured-content-slider ul.slick-dots {
    justify-content: end;
    gap: 18px;
    bottom: 13px;
    right: 22px;
    width: fit-content;
}

.news-post-list-section{
    background: #F8F8F8;
}
.single-news-recent-posts .row .col-12:nth-child(n+4) .home-news-contens {
    margin-top: 35px;
}
/* End of News page */

/* Legal Pages */
.legal-banner-section{
background-position: bottom !important;
}
.legal-banner-section:before,
.legal-banner-section:after {
    display: none;
}
.legal-banner-section .inner-banner-contents {
    justify-content: start;
    align-items: center;
    padding-top: 68px;
}
.legal-banner-section .inner-banner-contents h1 {
    max-width: unset;
}




.legal-page-section {
    margin-top: -65px;
    padding-bottom: 85px;
}
.legal-page-contents{

}
.legal-page-contents p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.16px;
    margin-top: 22px;
}
.legal-page-contents p a{
color: #922246;
}
.legal-page-contents p a:hover{
color: #922246;
text-decoration: underline;
}
.legal-page-contents ul {
    padding-left: 30px;
        margin-bottom: 22px;
    margin-top: 22px;
}
.legal-page-contents ul li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.16px;
}
.legal-page-contents h4{
color: #000;
font-size: 16px;
font-weight: 700;
line-height: 27px;
letter-spacing: -0.16px;
/* margin-bottom: 22px; */
    margin-bottom: -8px;
    margin-top: 30px;
}
.legal-page-contents h3{
color: #000;
font-size: 20px;
font-weight: 600;
line-height: 30px; 
letter-spacing: -0.2px;
margin-bottom: -12px;
margin-top: 38px;
}














/* Legal Pages */


/* Image hover overlay animation */
.img-hover-overlay{
    position: relative;
    overflow: hidden;
}
.img-hover-overlay:after {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgb(146 34 70 / 5%) 0%, rgb(146 34 70 / 33%) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(146 34 70 / 5%)), to(rgb(146 34 70 / 33%)));
    background: linear-gradient(to right, rgb(146 34 70 / 5%) 0%, rgb(146 34 70 / 33%) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.we-provide-contens:hover .img-hover-overlay:after,
.img-hover-overlay:hover:after,
.home-news-contens:hover .img-hover-overlay:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
    /* left: 125%; */
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/* End of Image hover overlay animation */

/* Button animation style */
.button-hover-overlay{
    position: relative;
    overflow: hidden;
}
.button-hover-overlay:after {
    position: absolute;
    top: 0;
    left: -40%;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    background: -o-linear-gradient(left, rgb(146 34 70 / 5%) 0%, rgb(146 34 70 / 33%) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgb(146 34 70 / 5%)), to(rgb(146 34 70 / 33%)));
    background: linear-gradient(to right, rgb(255 255 255 / 5%) 0%, rgb(255 255 255 / 36%) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.button-hover-overlay:hover:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
a.flip-btn.button-hover-overlay:after,
.header-wrap.scrolled .brochure-btn-call a.button-hover-overlay:after {
    background: linear-gradient(to right, rgb(146 34 70 / 5%) 0%, rgb(146 34 70 / 33%) 100%);
}
/* End of Button animation style */

/* 404 page */
.error-page h1{
    font-size: 100px;
}
.page-not-found-404 h4 {
    color: #880C32;
    font-family: "Crimson Pro";
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    text-align: center;
    margin: -95px 0 125px;
}
/* End of 404 page */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
    text-align: center;
    margin: 25px 0 0;
    color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #ff0000;
    text-align: center;
    margin: 25px 0 0;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    margin: 15px 0 0;
    color: #fff;
} 
.wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    margin-top: 5px;
}


/* Popup Video */
.home-video-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none; /* hidden by default */
}

.home-video-popup.is-open {
  display: block;
}

.home-video-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.home-video-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 860px);
  max-height: 90vh;
  /* background: #000; */
  /* border-radius: 12px; */
  overflow: hidden;
  /* box-shadow: 0 20px 60px rgba(0,0,0,0.45); */
}

.home-video-popup__video {
  display: block;
  width: 100%;
  height: auto;
}

.home-video-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}
.home-video-popup__close i {
    color: #8a0e34;
}
/* End of Popup Video */