/*@font-face {*/
/*    font-family: 'tw_cen_mtregular';*/
    
/*    src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/tw_cen_mt-webfont.woff2') format('woff2'), */
/*         url('<?php echo get_template_directory_uri(); ?>/assets/fonts/tw_cen_mt-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
         
     
/*} */
/*@font-face {*/
/*    font-family: 'tofino_pro_personalregular';*/
/*   src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/tofino-pro-personal-regular-webfont.woff2') format('woff2'),*/
/*         url('<?php echo get_template_directory_uri(); ?>/assets/fonts/tofino-pro-personal-regular-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'tofino_pro_personalbold';*/
/*    src: url('<?php echo get_template_directory_uri(); ?>/assets/fonts/tofino-pro-personal-bold-webfont.woff2') format('woff2'),*/
/*         url('<?php echo get_template_directory_uri(); ?>/assets/fonts/tofino-pro-personal-bold-webfont.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
button.btn.custom-btn-bk.mt-4 br {
    display: none;
}
html {
  scroll-behavior: smooth;
}
body, html{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    font-family: 'tofino_pro_personalregular', sans-serif;
    
}
body *{
    outline: none;
 
}
.post, .page{
       margin:0 !important;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}


a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

h1, h2, h3, h4, h5, h6{
    margin-top:0;
    color: #000;  
    font-family: 'tw_cen_mtregular',sans-serif;
    line-height: 1.2;
}
h2{ 
    font-size: 54px;
    letter-spacing: 4px;
}
img{
    max-width:100%;
}

.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.container {
    max-width: 1240px;
}
.navbar-brand {
    width: auto;
    background-color: #fff;
    margin-right: 0;
    padding: 16px 30px;
    margin-left: -15px;
}
.navbar-brand img {
    height: 64px;
    max-width: inherit;
}
#header .custom-logo-link img.custom-logo {
    /* height: 64px; */
    width: 238px;
}
#header .custom-logo-link {
    display: inline-block;
    padding: 16px 30px;
    margin-left: -15px;
}
.navbar-nav .current-menu-item.nav-item .nav-link:before {
    opacity: 1;
    bottom:0;
}
#collapsibleNavbar {
    justify-content: flex-end;
        padding-right: 15px;
}
.navbar-nav .nav-link.active {
    color: #b1a086;
}
.navbar-nav .nav-link.active:before {
    opacity: 1;
    bottom: 0; 
}
#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: monospace;
    }
.loader .typewrite{
    font-size: 30px;
    color: #000;
}    
div#home-page {
    visibility: hidden;
    height: 0;
}
ul.navbar-nav li {
    margin-left: 40px;
}
.navbar-nav .nav-link {
    position: relative;
}
.navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background: #b1a086;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.navbar-nav .nav-link:hover:before {
    opacity: 1;
    bottom: 0;
}
.navbar-nav .nav-link { 
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 2px 0px !important;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover {
    color: #b1a086;
}
nav.navbar {
    padding: 0;
}
header#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99; 
    border-bottom: 1px solid #eee;
    background: #fff; 
}
/*header#header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}*/
#close_icon {
    display: none;
}
.hero-video {
      position: relative;
    width: 100%;
    height: calc(100vh - 97px);
    overflow: hidden;
        margin-top: 97px;
}
/*.hero-video img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
     z-index: -1;
}*/
.video-content img {
    max-height: 100px;
}
.parallax{
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*height: 321.75px;*/
    top: 24.25px;
}
.banner.about_banner{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Ensures video stays behind other elements */
}
header#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.video-content {
  position: relative;
  z-index: 1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.video-content h1{
    font-size: 86px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 2px;
}
.video-content p {
    font-size: 40px;
    letter-spacing: 6px; 
    font-family: 'tw_cen_mtregular',sans-serif;
}
.about-us h2 {
    letter-spacing: 1px;
}
.about-us p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    max-width: 1200px;
    margin: 0 auto 24px;
}
.hero-video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 28%);
}
.ab-img img{
    width: 100%;
}
button.slick-arrow.slick-disabled {
    opacity: 0.2;
}
.custom-btn-line {
    color: #b1a086;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-width: 1px;
    text-align: center;
    transition: all 0.5s;
    box-shadow: none !important;
    font-size: 18px;
    padding: 0;
    position: relative;
    border-bottom: 2px solid #b1a086;
}
.about-us{
    background: #e8e4e0;
}
.tfd-caption{
    position: absolute;
}
.tfd-caption p{
    margin: 0;
    color: #fff;
    font-size: 150px;
    opacity: 0.5;
    margin-top: 24px;
    line-height: 1;
    font-family: 'tw_cen_mtregular',sans-serif;
}
.tfd-video {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url('../images/Penthouse1.png') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 15px;*/
}
.play-icon {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease; 
  z-index: 2;
  transform:translate(0px, 40px);
}
.tfd-caption {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tfd-video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}
.play-icon:hover {
  background: rgba(0, 0, 0, 0.8);
}
.play-icon::before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 16px 0 16px 24px;
  border-color: transparent transparent transparent white;
}
.tfd-video video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
      z-index: 9;
}
.tfd-video video.active {
  display: block;
}
 
#footer{
    background: #b1a086; 
    position: relative;
}
ul.footer-menu {
    column-count: 2;
}
.footer-logo img {
    height: 64px;
    width: auto;
}
.top-footer {
    position: relative;
    padding: 50px 0px;
}
.footer-bottom {
    text-align: center;
    position: relative;
}
.footer-bottom p {
    margin: 0;
    padding: 16px 0px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}
.footer-bottom > .container {
    border-top: 1px solid rgb(255 255 255 / 16%);
}
ul.social-media {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    margin-top: 16px;
}
ul.social-media li a i {
    border: 1px solid #fff;
    width: 40px;
    height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s;
}
ul.social-media li {
    margin-left: 8px;
}
ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px; 
    text-align: center;
}
ul.footer-menu li a {
    color: #fff;
    font-size: 16px;
}
ul.footer-menu li {
    margin-bottom: 12px;
}
.footer-contact p {
    text-align: right;
    font-size: 16px;
    margin: 0;
    color: #fff; 
    line-height: 1.4;
}
ul.footer-menu li a:hover {
    opacity: 0.6;
}
ul.social-media li a i:hover {
    background: #fff;
    border-color: #fff;
    color: #b1a086;
}

.custom-btn-white {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: none !important;
    font-size: 20px;
}
.custom-btn-white:hover {
    background: #fff;
    color: #000;
}

.featured-grid {
    position: relative;
    overflow: hidden;
}
.featured-caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.featured-grid:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}
.featured-caption h3 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 16px;
}
.see-more-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
}
  
.see-more-link:hover {
    color: #fff;
    border-color: transparent;
}
.projects-gri-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.projects-gri-img img{
    transition: all 1s;
}
.projects-gri-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.parallax__container {
    clip: rect(0,auto,auto,0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: -100;
}
.parallax__container .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height:100%;
}

.hero-video .mouse-button {
    background-image: url(../images/mouse_icon.png);
    background-repeat: no-repeat;
    bottom: 20px;
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 4;
}
.call-to-action {
    background: #e8e4e1;
    text-align: center;
    padding: 60px 0px;
    position: relative;
}
.btn.custom-btn-bk {
    border: 2px solid #b1a086;
    color: #b1a086;
    background: transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: none !important;
    font-size: 18px;
    padding: 12px 20px;
    position: relative;
}
.custom-btn-bk svg {
    width: 30px;
    height: 30px;
}
.btn.custom-btn-bk:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #b1a086;
    width: 0;
    transition: all 0.5s; 
}
.btn.custom-btn-bk:hover{
    color: #fff;
}
.btn.custom-btn-bk:hover:before {
    width: 100%;
}
.btn.custom-btn-bk span { 
    z-index: 1;
    position: relative;
}
.our-services {
    background: #000;
    display: flex;
    position: relative;
}
#serviceTabContent { 
        width: 65%;
    position: absolute;
    right: 0;
    height: 100%;
}
.service-left-col{
    width: 35%;
    padding: 60px 40px ; 
}
ul#myTab {
    flex-direction: column;
    border: 0;
}
#serviceTabContent>.tab-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#serviceTabContent>.tab-pane {
    height: 100%;
}
.service-left-col h2{
    font-size: 64px;
    letter-spacing: 2px;
    color: #b1a086 !important;
}
.nav-tabs .nav-link {
    margin: 0;
    padding: 0;
    color: #fff; 
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}
.nav-tabs li.nav-item {
    margin-top: 28px;
    position: relative;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #b1a086;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 5px;
    background: #b1a086;
    width: 0%;
    transition: all 0.5s;
}
.nav-tabs .nav-link:hover:before {
    width: 100%;
}
.nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link.active:before{
    width: 100%;
}
.call-to-action p.lead-text {
    max-width: 820px;
    font-size: 17px;
    margin: 0 auto 30px;
    color: rgb(0 0 0 / 70%);
    line-height: 1.5;
}
.animated_txt_banner a {
    color: #b1a086;
    font-family: 'tofino_pro_personalbold',sans-serif;
}
.animated_txt_banner {
    font-size: 28px;
}
.projects-slide-grid {
    text-align: center;
    margin: 20px 25px;
    transition: all 0.5s; 
}
.call-to-action:before {
    content: "";
    position: absolute;
    left: 2%;
    background: url(https://thefifthdesigns.com/wp-content/uploads/2025/01/logo-transparent.png);
    background-size: contain;
    width: 240px;
    height: auto;
    background-repeat: no-repeat;
    opacity: 0.05;
    top: 0;
    bottom: 0;
    background-position: center;
}
.call-to-action:after {
    content: "";
    position: absolute;
    right: 2%;
    background: url(https://thefifthdesigns.com/wp-content/uploads/2025/01/logo-transparent.png);
    background-size: contain;
    width: 240px;
    height: auto;
    background-repeat: no-repeat;
    opacity: 0.05;
    top: 0;
    bottom: 0;
    background-position: center;
}
 
.projects-slide-grid img {
    height: 570px;
    object-fit: cover;
    margin-bottom: 15px;
    width: 100%;
}
.projects-slide-grid h3 {
    text-transform: uppercase;
    font-family: 'tofino_pro_personalregular',sans-serif;
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
}
.projects-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.projects-slide-grid.slick-slide.slick-current.slick-center h3{
    font-family: 'tofino_pro_personalbold',sans-serif;
}
.projects .lead-text {
    max-width: 820px;
    font-size: 17px;
    margin: 0 auto 30px;
    color: rgb(0 0 0 / 70%);
    line-height: 1.5;
}
.slick-prev:before, .slick-next:before{
    content: none;
}
.slick-prev, .slick-next { 
    width: 74px;
    height: 56px; 
    z-index: 1;
}
.slick-next {
    right: -80px;
}
.slick-prev {
    left: -80px;
}
.slick-prev img, .slick-next img {
    transform: scale(0.9);
    transition: all 0.5s;
}
.slick-prev:hover img, .slick-next:hover img {
    transform: scale(1);
}
.projects {
    position: relative;
}
.projects:before {
    content: "";
    position: absolute;
    left: 2%;
    background: url(https://thefifthdesigns.com/wp-content/uploads/2025/01/logo-transparent.png);
    background-size: contain;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    opacity: 0.05;
    top: -120px;
    bottom: 0;
    background-position: center top;
}
.projects:after {
    content: "";
    position: absolute;
    right: 2%;
    background: url(https://thefifthdesigns.com/wp-content/uploads/2025/01/logo-transparent.png);
    background-size: contain;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    opacity: 0.05;
    top: -120px; 
    bottom: 0;
    background-position: center top;
}
 

#loader a.typewrite {
    color: #000;
    font-size: 42px;
    font-family: 'tw_cen_mtregular',sans-serif;
}

.banner {
    position: relative;
    padding: 80px 0px; 
    margin-top: 97px;
}

.contact_page {
    background: #e8e4e0;
}
.map {
    position: relative;
    top: 8px;
    margin-top: -8px;
}
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 32%);
}
ol.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}
.banner h1 {
    font-size: 46px;
}
.breadcrumb-item a {
    color: #fff;
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: rgb(255 255 255 / 70%);
}
.breadcrumb-item+.breadcrumb-item::before { 
    color: #fff; 
}
.contact_form select.form-control, .contact_form input.form-control {
    border: none;
    font-size: 16px;
    background: #fff;
    color: rgb(0 0 0 / 70%);
    padding: 12px 16px;
    height: 56px;
    border-radius: 0px;
    box-shadow: none !important;
}
.section-header h2 {
    letter-spacing: 2px;
}
.contact_form textarea.form-control {
    border: none;
    font-size: 16px;
    background: #fff;
    color: rgb(0 0 0 / 70%);
    padding: 12px 16px; 
    border-radius: 0px;
    box-shadow: none !important;
    resize: none;
}
.section-header .lead-text{
    max-width: 580px;
    font-size: 17px;
    margin: 0 auto 30px;
    color: #000;
    line-height: 1.5;
}
ul.contact_info {
    list-style: none;
    padding: 0;
    margin:0;
}
ul.contact_info address {
    margin: 0;
}
ul.contact_info li {
    margin: 0px 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
    color: #b1a086;
}
ul.contact_info li a {
    color: #b1a086;
}
ul.contact_info li:before {
    content: "";
    position: absolute;
    border-right: 2px solid rgb(0 0 0 / 16%);
    left: -20px;
    top: 0;
    width: 2px;
    bottom: 0;
}
ul.contact_info li:first-child:before{
    content: none;
}
/*service page css used here*/
.service-image img{
    width:100%;
}
.service-content p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin: 0;
}
.service-content h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'tofino_pro_personalregular',sans-serif;
    letter-spacing: 1px;
    max-width: 490px;
}
.service-grid-content > .row {
    margin-top: 40px;
}
.our-team p {
    font-size: 17px;
    color: rgb(0 0 0 / 70%);
    line-height: 30px;
}
.mv-content h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'tofino_pro_personalregular',sans-serif;
    letter-spacing: 1px;
}
.team-img {
    position: relative;
}
.team-img:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 24px;
    background: rgb(177 160 134 / 16%);
    height: 100%;
    width: 100%;
}
.team-img img{
    position: relative;
}
.our-team {
    position: relative;
}
.our-team:before {
    content: "";
    position: absolute;
    right: 2%;
    background: url(https://thefifthdesigns.com/wp-content/uploads/2025/01/logo-transparent.png);
    background-size: contain;
    width: 240px;
    height: auto;
    background-repeat: no-repeat;
    opacity: 0.05;
    top: -120px;
    bottom: 0;
    background-position: center top;
}
.mv-image {
    position: relative;
}
.mv-image img {
    position: relative;
}
/*.mv-image:before {
    content: "";
    position: absolute;
    right: -24px;
    top: 24px;
    background: rgb(177 160 134 / 32%);
    height: 100%;
    width: 100%;
}*/
.our-projects {
    background: #e8e4e0;
    position: relative;
}
.services {
    background: #e8e4e0;
    position: relative;
}
.projects-grid {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}
.projects-grid p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
}
.projects-grid h3 {
    font-size: 32px;
    margin-bottom: 16px; 
    letter-spacing: 1px;
}
.projects-grid img {
    width: 100%; 
        aspect-ratio: 3 / 2;
    object-fit: cover;
}
.p-grid-content p:last-child {
    margin: 0;
}
.p-grid-content {
    padding: 0px 20px;
}
.custom-btn-line:hover {
    color: #000;
    border-bottom-color: #000;
}
.featured-articles {
    background: #e8e4e0;
    position: relative;
}
.articles-grid {
    position: relative;
    margin-top: 50px;
}
.articles-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.articles-img img {
    width: 100%;
    transition: all 1s;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.articles-content {
    padding: 0px 20px;
}
.articles-content h3 {
    font-size: 32px;
    margin-bottom: 16px;
}
.articles-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.article-detail-content p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
}
.blg-img {
    position: relative;
    margin-bottom: 30px;
}
.article-detail-content h1 {
    font-size: 52px;
}
.article-img {
    position: relative;
    margin-bottom: 30px; 
}
.menu_close_panel {
    display: none; 
}

.article-detail-content {
    margin-top: 97px;
}

/* Hide all items initially */
/*.projects-grid {*/
/*    display: none;*/
/*}*/

/* Show visible items */
.projects-grid.show {
    display: block;
}

/* Active button style */
#myBtnContainer .btn.active, #myBtnContainer .btn:hover { 
    color: #b1a086;
    border-color: #b1a086;
}
#myBtnContainer .btn {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.5px;
    padding: 0px !important;
    text-transform: uppercase;
    margin: 0px 16px 20px;
    box-shadow: none;
    border:0px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    transition: 0.5s;
}
.article-img .img_feature.wp-post-image{
    width:100%;
}
video#customVideo {
    width: 100%;
}
#customVideo.active {
    display: block; /* Show when active */
}
button.close {
    text-align: right;
    padding-right: 20px;
}
.navbar-brand{
        display:none;
    }
.overlay {
    background: #0000008f;
    /* color: #fff; */
}
section.our-team .section-header h2 {
    color: #fff;
}
.section-header p {
    color: #fff;
}
.gallery_product_box {
    display: flex;
    flex-wrap: wrap;
}

/* Loader Overlay */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Background with opacity */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial", sans-serif;
    color: #fff;
    display: none; /* Hidden by default */
}

/* Typewriter Animation */
.typewrite > .wrap {
    border-right: 0.08em solid #fff;
    animation: blink-caret 0.7s step-end infinite;
}

/* Typewriter caret animation */
@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

.form-loader {
    font-size: 14px;
    color: blue;
    font-weight: bold;
}

.form-loader span {
    display: inline-block;
    padding: 5px;
    border: 1px solid blue;
    border-radius: 5px;
    background-color: lightblue;
}

ul#myTab {
    margin: 0;
}


