/* Add here all your CSS customizations */

/* Fynehand-inspired embeds */
.a__link {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.a__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, currentColor);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.a__link:hover:after {
  transform: scaleX(1);
}

@media (max-width: 768px) {
  .mesh-section {
    padding: var(--spacing-sm);
    gap: var(--spacing-xs);
  }
  .h1 { font-size: 2rem; }
}

@font-face {
    font-family: 'Manulife JH Sans';
    src: url('fonts/corporate/ManulifeJHSans-Regular.eot');
    src: url('fonts/corporate/ManulifeJHSans-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/corporate/ManulifeJHSans-Regular.woff2') format('woff2'),
        url('fonts/corporate/ManulifeJHSans-Regular.woff') format('woff'),
        url('fonts/corporate/ManulifeJHSans-Regular.ttf') format('truetype'),
        url('fonts/corporate/ManulifeJHSans-Regular.svg#ManulifeJHSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manulife JH Sans';
    src: url('fonts/corporate/ManulifeJHSans-Bold.eot');
    src: url('fonts/corporate/ManulifeJHSans-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/corporate/ManulifeJHSans-Bold.woff2') format('woff2'),
        url('fonts/corporate/ManulifeJHSans-Bold.woff') format('woff'),
        url('fonts/corporate/ManulifeJHSans-Bold.ttf') format('truetype'),
        url('fonts/corporate/ManulifeJHSans-Bold.svg#ManulifeJHSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manulife JH Sans';
    src: url('fonts/corporate/ManulifeJHSans-Light.eot');
    src: url('fonts/corporate/ManulifeJHSans-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/corporate/ManulifeJHSans-Light.woff2') format('woff2'),
        url('fonts/corporate/ManulifeJHSans-Light.woff') format('woff'),
        url('fonts/corporate/ManulifeJHSans-Light.ttf') format('truetype'),
        url('fonts/corporate/ManulifeJHSans-Light.svg#ManulifeJHSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manulife JH Serif';
    src: url('fonts/corporate/ManulifeJHSerif-Italic.eot');
    src: url('fonts/corporate/ManulifeJHSerif-Italicd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/corporate/ManulifeJHSerif-Italic.woff2') format('woff2'),
        url('fonts/corporate/ManulifeJHSerif-Italic.woff') format('woff'),
        url('fonts/corporate/ManulifeJHSerif-Italic.ttf') format('truetype'),
        url('fonts/corporate/ManulifeJHSerif-Italic.svg#ManulifeJHSerif-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Manulife JH Sans';
    src: url('fonts/corporate/ManulifeJHSans-Demibold.eot');
    src: url('fonts/corporate/ManulifeJHSans-Demiboldd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/corporate/ManulifeJHSans-Demibold.woff2') format('woff2'),
        url('fonts/corporate/ManulifeJHSans-Demibold.woff') format('woff'),
        url('fonts/corporate/ManulifeJHSans-Demibold.ttf') format('truetype'),
        url('fonts/corporate/ManulifeJHSans-Demibold.svg#ManulifeJHSans-Demibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*
body {
    font-family: 'Manulife JH Sans', Arial, sans-serif;
}*/
body {
      font-family: "Montserrat", sans-serif !important;

}
.dropdown-menu {
    background-color: transparent;
}

#header .header-btn-collapse-nav {
    background: #414556;
}

.dropdown-menu {
    color: #ffffff;
}

.dropdown-item {
    color: #ffffff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #00AE42;
}

.social-icons li a {
    color: #fff !important;
}
#header .header-nav-features {
    padding-left: 0px; 
    margin-left: 0px;
    margin-bottom: 1rem;
}
#header .header-nav-features .header-nav-top-icon {
    color: #fff;
    top: 2px;
}
#header .header-social-icons {
    margin-left: 0px;
    margin-left: 0rem;
}
#background1.overlay.overlay-op-8:hover:before, #background1.overlay.overlay-op-8.overlay-show:before, #background1.overlay.overlay-op-8.show:before {
    opacity: 0.2;
}

.text-12a {
    font-size: 5em !important;
}
.text-11a {
    font-size: 4.5em !important;
}

.px-4a {
    padding-left: 0.3rem!important;
    padding-right: 0.3rem!important;
}
.col-lg-4-padding{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
html .btn-green {
    background-color: #00ae42;
    border-color: #00ae42 #00ae42 #00ae42;
    color: #FFF;
    border-radius: 0 !important;
    padding: 0.8rem 2.5rem !important;
}
html .btn-green:hover{
    background-color: #414556;
    border-color: #414556 #414556 #414556;
}
html .text-color-primary, html .text-primary {
    color: #d2d2d2 !important;
}
.featured-box h4 {
    font-size: 1.2em;
}
.font-weight-bold {
    font-weight: 800 !important;
}
p {
    color: #888888;
}
html .btn-grey {
    background-color: #414556;
    border-color: #414556 #414556 #414556;
    color: #FFF;
    border-radius: 0 !important;
    padding: 0.8rem 2.5rem !important;
}
html .btn-grey:hover{
    background-color: #00ae42;
    border-color: #00ae42 #00ae42 #00ae42;
}
html .bg-color-lightgrey, html .bg-lightgrey {
    background-color: #ffffff  !important;
}
.home-intro p {
    color: #888888;
    font-size: 1.2em;
}
.home-intro {
    margin-bottom: 0px;
}
section.section {
    background: #ffffff;
    margin: 0;
}
.col-half-section {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0px;
    font-size: 1.2em;
}
.home-logo-img{
    margin: 30px 5px;
    text-align: left;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.text-6 {
    line-height: 1.4em;
}
html .text-color-green, html .text-green {
    color: #c99974 !important;
}
#home_management.col-half-section.col-half-section-right {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
#home_management.custom-text-align-center{
    text-align: center;
}
#background1.background-style{
    background-image: url(../wp-media/video.mp4); 
    background-size: cover; 
    background-position: center; 
    height: 100vh;
}
/*#background1.background-style{
    background-image: url("../img/slides/main-header-banner-buzzymunchy.jpg"); 
    background-size: cover; 
    background-position: center; 
    height: 100vh;
}*/
#footer.background-style{
    background-image: url("../img/bg-footer.jpg"); 
    background-size: cover; 
    background-position: center; 
}
#footer .text-3-4{
    color:#ffffff;
}
#footer .mb-2 a, #footer .mb-2 a:active, #footer .mb-2 a:visited{
    color:#ffffff !important;
}
#footer .social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
    background-color: transparent;
    border-color: #fff;
    border: 1px solid;
}
#footer .social-icons li a {
    height: 36px;
    line-height: 36px;
    width: 36px;
}
#footer .footer-copyright p {
    color: #fff;
}
.ceo-image{
    min-height: 500px; 
}
.page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 130px 0;
}
.page-header .sub-title2 {
    display: block;
    font-size: 1.4em;
    font-weight: 300;
    margin: 0;
    opacity: 0.8;
    color: #fff;
}
.highlight.highlight-animated.highlight-animated-start {
    background-position: -100%;
}
html .highlight-primary.highlight-bg-opacity {
    background-image: linear-gradient(
90deg
,rgba(255,255,255,0) 50%,rgba(0,174,66,0.8) 0);
}
.highlight.highlight-bg-opacity {
    background-image: linear-gradient(
90deg
,rgba(255,255,255,0) 50%,rgba(204,204,204,0.2) 0);
}
html .highlight-primary {
    background-image: linear-gradient(
90deg
,rgba(255,255,255,0) 50%,#c19655 0);
}
html .highlight-changefont {
    font-family: 'Manulife JH Serif';
}
.highlight {
    position: relative;
    background-image: linear-gradient(
90deg
,rgba(255,255,255,0) 50%,#CCC 0);
    background-size: 200%;
    background-position: 0;
    padding-right: 8px;
    padding-right: .5rem;
    padding-left: 8px;
    padding-left: .5rem;
    padding-top: .3rem;
    transition: background-position .8s;
}
.lead {
    font-weight: 400;
}
html section.section-quaternary {
    background-color: #e8eef3 !important;
    border-color: #e8eef3 !important;
}
.counters label {
    line-height: 24px;
}
#about-intro .tabs.tabs-simple .nav-tabs > li .nav-link, #about-intro .tabs.tabs-simple .nav-tabs > li .nav-link:hover, #about-intro .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
    font-size: 1.8em;
}
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
    border-top-color: #00ae42;
    color: #00ae42;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
    border-bottom-color: #00ae42;
}
.about-p{
    font-size:1.2em !important;
    font-weight:400 !important;
}
.about-intro .tab-content {
    margin: 0 auto !important;
    padding: 0 15px !important;
    max-width: 1210px;
}
.right{
    float: right;
}
.ms-auto {
    margin-left: auto!important;
}
.custom-heading-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    right: calc( 100% + 15px);
    width: 50px;
    border-top: 5px solid #ccc;
    transform: translate3d(0,-50%,0);
}
.custom-heading-bar:before {
    border-color: #00ae42;
}
.custom-heading-bar.custom-heading-bar-with-padding:before {
    right: auto;
    left: 0;
}
.custom-heading-bar.custom-heading-bar-with-padding {
    padding-left: 65px;
}
.custom-heading-bar {
    position: relative;
}
.custom-padding-1 {
    padding: 96px 0!important;
    padding: 6rem 0!important;
}
.custom-fontsize-1 {
    font-size: 1.3em!important;
    line-height: 1.3!important;
}
.ms-4 {
    margin-left: 1.5rem!important;
}
.text-start {
    text-align: left!important;
}
.ps-0 {
    padding-left: 0!important;
}

.pe-3 {
    padding-right: 1rem!important;
}
.feature-box.feature-box-style-5 .feature-box-icon {
    min-width: 16em;
}
.ico-maxwidth{  
    max-width: 58px;
    height: auto;
}
.captcha-image {
    left: 0px; 
}
.recent-posts .date .month, article.post .post-date .month {
    background-color: #414556;
}
.recent-posts .date .day, article.post .post-date .day {
    color: #414556;
}

/*
* Speakers
*/
.custom-speaker-card {
    border-color: #e5e8eb;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    box-shadow: 0px 23px 32px 0px transparent;
    transition: box-shadow .3s ease; }
    .custom-speaker-card:hover {
        box-shadow: 0px 23px 32px 0px #e5e8eb; }
        .custom-speaker-card:hover .speaker-photo img {
            transform: scale(1.1); }
    .custom-speaker-card .speaker-photo {
        overflow: hidden; }
        .custom-speaker-card .speaker-photo img {
            transition: transform .3s ease; }
    .custom-speaker-card .speaker-social-twitter {
        border-color: #00aced; }
        .custom-speaker-card .speaker-social-twitter .speaker-social {
            background-color: #00aced; }
    .custom-speaker-card .speaker-social-facebook {
        border-color: #3b5998; }
    .custom-speaker-card .speaker-social-facebook .speaker-social {
            background-color: #3b5998; }
    .custom-speaker-card .speaker-social-gplus {
        border-color: #dd4b39; }
    .custom-speaker-card .speaker-social-gplus .speaker-social {
            background-color: #dd4b39; }
    .custom-speaker-card .speaker-info {
        position: relative;
        border-top-width: 5px;
        border-top-style: solid;
        text-align: center; }
    .custom-speaker-card .speaker-info .speaker-social {
            font-size: 14px;
            height: 34px;
            left: 50%;
            position: absolute;
            top: -20px;
            width: 34px;
            border-radius: 100%;
            transform: translate(-50%, 0); }
    .custom-speaker-card .speaker-info .speaker-social [class*="fa-"] {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
    .custom-speaker-card .speaker-info h3 {
            text-transform: inherit; }
.custom-speaker-card .speaker-social-youtube {
    border-color: #FF0000;
}
.custom-speaker-card .speaker-social-youtube .speaker-social {
            background-color: #FF0000; }
.custom-speaker-card .speaker-tot {
    border-color: #00A758;
}
.custom-speaker-card .speaker-tot .speaker-social {
            background-color: #00A758; }
.custom-speaker-card .speaker-cot {
    border-color: #0000C1;
}
.custom-speaker-card .speaker-cot .speaker-social {
            background-color: #0000C1; }
.custom-speaker-card .speaker-mdrt {
    border-color: #282B3E;
}
.custom-speaker-card .speaker-mdrt .speaker-social {
            background-color: #282B3E; }
.custom-speaker-card .speaker-titans {
    border-color: #0000C1;
}
.custom-speaker-card .speaker-titans .speaker-social {
            background-color: #0000C1; }
/* End Speakers */


/* Start Pagination */
.pagination > a, .pagination > a:hover, .pagination > a:focus, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #00AE42;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: #00AE42 !important;
    border-color: #00AE42;
}

/* End Pagination */

/* Start Search Result */
.rd-search-results .search_list {
  text-align: left;
  padding-left: 0;
  font-size: 14px;
  list-style-type: none;
  counter-reset: result;
}

.rd-search-results .result-item {
  position: relative;
  padding-left: 40px;
  color: #9f9f9f;
}

.rd-search-results .result-item:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: counter(result, decimal-leading-zero) ".";
  counter-increment: result;
  font: 900 17px 'Manulife JH Sans', Arial, sans-serif;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
}

.rd-search-results .search_title {
    font-size: 1.3em;
    font-weight: 600;
}

.rd-search-results .result-item:only-child:before {
  display: none;
}

.rd-search-results .search {
  color: #fff;
  background: #58c4a7;
}

.rd-search-results .search_error .search {
  color: #9f9f9f;
  background-color: transparent;
}

.rd-search-results .match em {
  font: 400 12px/16px "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}

.rd-search-results *+p {
  margin-top: 10px;
}

.rd-search-results *+.match {
  margin-top: 5px;
}

.rd-search-results *+.result-item {
  margin-top: 35px;
}

.rd-search-results .search {
  color: #fff;
  background: #00AE42;
  padding: 2px;
}

.rd-search-results .search_error{
    padding-left: 40px;
}

.rd-search-results .search_error .search {
  color: #9f9f9f;
  background-color: transparent;
}


section.page-header .page-header-title-border {
    background-color: #00ae42 !important;
}
.list.list-ordened li:before {
    color: #00ae42;
    border-color: #00ae42;
}

.social-icons-dark-3 li a{
    color: #000000 !important;
}

/*.rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title {
  font: 700 30px/26px "Playfair Display", "Times New Roman", Times, serif;
  font-style: italic;
}

.rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a,
.rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a:active,
.rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a:focus {
  color: #fff;
}

.rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title a:hover {
  color: #ababab;
}

.rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_title+p {
  margin-top: 16px;
}

.rd-navbar-corporate-light.rd-navbar-static .rd-search-results-live .search_error {
  line-height: 1.35;
  text-align: center;
}

.rd-search-results-live .search_link,
.rd-search-results-live .search_link:active,
.rd-search-results-live .search_link:focus {
  color: #535457;
}

.rd-search-results-live .search_link:hover {
  color: #58c4a7;
}*/
/* End Search Result */

@media (min-width: 1440px){
    .home-text{
        font-size:24px;
        line-height: 32px;
    }   
    #home_banner_parallax .custom-btn-style-2{
        font-size: 1.2em;
        padding-bottom: 60px;
    }
    .ceo-image{
        min-height: 600px; 
        background-position: 0px 0px !important;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 200px 0;
    }
    /* Start Search Result 
    .rd-search-results .result-item {
        padding-left: 100px;
    }
    .rd-search-results .result-item:before {
        left: 44px;
    }*/
    /* End Search Result */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */

    #background1.background-style{
        height: 60vh;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 100px 0;
    }
}

@media (min-width: 992px){
    #header .header-nav-main nav > ul > li > a {
        font-weight: 600;
        letter-spacing: 0px;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #fff;
        letter-spacing: 0.5px;
    }
    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #00AE42 !important;
        text-decoration: none;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a {
        background-color: rgba(255, 255, 255, 0.1);
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #fff;
    }
    
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
        color: #ffffff;
    }
    #header .header-nav.header-nav-links nav > ul li:active> a {
        color: #00AE42 !important;
    }
    #header .header-nav.header-nav-links nav > ul > li.open > a{
        color: #00AE42;
    }
    /* Start Search Result */
    .rd-search-results .result-item {
      padding-left: 85px;
    }
    .rd-search-results .result-item:before {
        top: 0;
        left: 40px;
    }
    /* End Search Result */
}

@media (max-width: 991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: none;
        color: #00AE42;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #00AE42;
    }
    #header .header-nav-main nav {
        max-height: 65vh;
    }
    #header .header-nav-main nav > ul > li > a.active {
        color: #00AE42 !important;
    }
    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #505666;
        line-height: 35px;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #ffffff;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
       color: #00AE42;
    }
    #header .header-nav-main nav > ul li a:active {
        background-color: rgba(255, 255, 255, 0.1);
    }
        #background1 .h-100 {
        height: 80%!important;
    }
    .ceo-image{
        min-height: 600px; 
        background-position: -45px -10px !important;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 80px 0;
    }   
    /* Start Search Result */
    .rd-search-results .result-item:before {
    top: 0;
    }
    /* End Search Result */
    #header .header-nav-features .header-nav-top-icon {
        color: #444;
        top: 2px;
    }
}

@media (min-width: 576px){
    .pl-sm-1, .px-sm-1 {
        padding-right: 2em;
    }
    /* Start Search Result */
    .rd-search-results .result-item {
        padding-left: 60px;
    }
    .rd-search-results .result-item:before {
        left: 15px;
        font-size: 19px;
    }
    /* End Search Result */

}

@media (max-width: 575px){
    #header .header-btn-collapse-nav {
        margin: 0 0 0 -0.5rem;}
    #background1.background-style{
        height: 80vh;
    }
    .accolades-background{
        min-height: 200px !important;
    }
}

/* Minimal bottom-left position for header on owl-carousel-wrapper */
.owl-carousel-wrapper {
  position: relative;
}

#header {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10 !important;
}

/* Fixed sidebar column preserving full header structure */
@media (min-width: 768px) {
  .container-fluid > .row > .col-md-3 {
    height: 100vh !important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
  }
  
  .container-fluid > .row > .col-md-3 #header.side-header {
    height: 100%;
  }
  
  .container-fluid > .row > .col-md-3 .header-column {
    height: 100vh;
    overflow: hidden;
  }
  
  .container-fluid > .row > .col-md-3 .side-header-scrollable {
    height: calc(100vh - 120px);
    overflow-y: auto !important;
  }
  
  .sticky-wrapper {
    z-index: 1031 !important;
  }
}

@media (max-width: 767px) {
  .container-fluid > .row > .col-md-3 {
    height: auto !important;
    position: static !important;
  }
}



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



            /* Color overrides - ONLY adding these, not removing anything */
                h1, h2, h3, h4, h5, h6, 
                .tranche-title, .main-title, .section-label, 
                .founder-name, .gold-title, .intro-text, 
                .tranche-header, .text-color-green {
                    color: #c99974 !important;
                }
                
                p, .text-4, .bio-text p, .small-text, 
                .tranche-description, .footer-sub-text, 
                .footer-desc, .outro-content p:not(.cta-block p) {
                    color: #131313
                }
                
                /* Header menu hover white */
                .header-nav-main nav ul li a.nav-link:hover,
                #mainNav .nav-link:hover {
                    color: #ffffff !important;
                }
                
                /* Preserve original special colors */
                .fynehand-contact-outro .outro-content p,
                .fynehand-contact-outro .cta-block p {
                    color: #999 !important;
                }
                
                .fynehand-branding .small-text,
                .fynehand-branding .tranche-body p {
                    color: #333 !important;
                    font-size: 1.2em;
                }
                
                .founder-section .bio-text p {
                    color: #555 !important;
                }
                
                .brand-email-link {
                    color: #b59a7d !important;
                }
                
                /* Original scrollbar and layout styles - preserved exactly */
                .col-md-3{
                    padding-right: 0px;
                    padding-left: 0px;
                }
                .col-md-10{
                    padding-right: 0px;
                    padding-left: 0px;
                    overflow-x: hidden;
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                }
                .col-md-10::-webkit-scrollbar {
                    display: none;
                }

                /* Hide sidebar scrollbars */
                .side-header-scrollable,
                .scrollable,
                .scrollable-content,
                .scrollable-pane {
                    scrollbar-width: none !important;
                    -ms-overflow-style: none !important;
                }
                .side-header-scrollable::-webkit-scrollbar,
                .scrollable::-webkit-scrollbar,
                .scrollable-content::-webkit-scrollbar,
                .scrollable-pane::-webkit-scrollbar {
                    display: none !important;
                }

                /* Page level horizontal scroll hide */
                html, body {
                    overflow-x: hidden;
                }

                /* Disable and hide custom nanoscroller */
                .scrollable-pane,
                .scrollable-slider {
                    display: none !important;
                }
                .scrollable-content {
                    right: 0 !important;
                    overflow: hidden !important;
                    max-height: none !important;
                }
                .has-scrollbar {
                    scrollbar-width: none !important;
                }
                .has-scrollbar::-webkit-scrollbar {
                    display: none !important;
                }
                
                /* Original container styles */
                .container-fluid {
                    overflow: hidden;
                    padding-right: 0px;
                    padding-left: 0px;
                    position: relative;
                }
                
                .container-fluid .row {
                    height: 100%;
                    margin-right: 0;
                    margin-left: 0;
                    flex-wrap: nowrap;
                }
                
                .col-md-3 {
                    padding-right: 0px;
                    padding-left: 0px;
                    position: fixed;
                    height: 100vh;
                    overflow-y: auto;
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                    background-color: #1c1e22;
                    left: 0;
                    top: 0;
                    z-index: 1000;
                }
                
                @media (min-width: 992px) {
                    .pb-lg-5, .py-lg-5 {
                        padding-bottom: 0rem !important;
                    }
                }
                
                .col-md-3::-webkit-scrollbar {
                    display: none;
                }
                
                .col-md-10 {
                    padding-right: 0px;
                    padding-left: 0px;
                    flex: 0 0 auto;
                    height: 100vh;
                    overflow-y: auto;
                    overflow-x: hidden;
                    scrollbar-width: none;
                    -ms-overflow-style: auto;
                    position: relative;
                    width: 83.333333%;
                }
                
                .col-md-10 {
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                }
                
                .col-md-10::-webkit-scrollbar {
                    width: 8px;
                }
                
                .col-md-10::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }
                
                .col-md-10::-webkit-scrollbar-thumb {
                    background: #888;
                    border-radius: 4px;
                }
                
                .col-md-10::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }
                
                #header {
                    height: 100vh !important;
                    position: relative;
                }
                
                .header-body {
                    height: 100vh !important;
                    position: relative !important;
                    top: 0 !important;
                }
                
                .side-header-scrollable {
                    height: calc(100vh - 200px) !important;
                    overflow-y: auto !important;
                    overflow-x: hidden !important;
                }
                
                @media (max-width: 991px) {
                    .col-md-3 {
                        position: relative;
                        width: 100%;
                        height: auto;
                        left: auto;
                        top: auto;
                        z-index: auto;
                    }
                    
                    .col-md-10 {
                        margin-left: 0;
                        width: 100%;
                        flex: 0 0 100%;
                        max-width: 100%;
                    }
                    
                    .container-fluid .row {
                        flex-wrap: wrap;
                    }
                }
                
                .mfp-fade.mfp-bg {
                    opacity: 0;
                    -webkit-transition: all 0.15s ease-out; 
                    -moz-transition: all 0.15s ease-out; 
                    transition: all 0.15s ease-out;
                }
                .mfp-fade.mfp-bg.mfp-ready {
                    opacity: 0.8;
                }
                .mfp-fade.mfp-bg.mfp-removing {
                    opacity: 0;
                }

                .mfp-fade.mfp-wrap .mfp-content {
                    opacity: 0;
                    -webkit-transition: all 0.15s ease-out; 
                    -moz-transition: all 0.15s ease-out; 
                    transition: all 0.15s ease-out;
                }
                .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
                    opacity: 1;
                }
                .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
                    opacity: 0;
                }
                
                /* Original Fynehand styles */
                @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

                .fynehand-section {
                    background-color: #ece5e5; 
                    font-family: 'Montserrat', sans-serif;
                    padding: 0px 53px;
                    overflow: visible;
                }

                .container-wrapper {
                    margin: 0 auto;
                    align-items: flex-start;
                }

                .sidebar-image-container {
                    flex: 0 0 100px; 
                    position: relative;
                    min-height: 300px;
                }

                .sidebar-img {
                    transform: rotate(180deg);
                    position: absolute;
                    left: -50px;
                    display: block;
                    width: 17rem;
                }

                .text-content {
                    flex: 1;
                }

                .main-title {
                    font-size: 1.9rem;
                    text-transform: uppercase;
                    letter-spacing: 0.25em;
                    margin-bottom: 50px;
                    font-weight: 600;
                }

                .tranches-container {
                    display: flex;
                    gap: 40px;
                }

                .tranche-block {
                    flex: 1;
                }

                .tranche-title {
                    font-size: 1.8rem;
                    font-weight: 700;
                    margin-bottom: 1.2rem;
                }

                .tranche-description {
                    font-size: 19px;
                    line-height: 1.7;
                    margin-bottom: 2rem;
                }

                .learn-more-link {
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    color: black;
                    font-weight: 700;
                    font-size: 0.8rem;
                    transition: 0.3s;
                }

                .learn-more-link .arrow-line {
                    height: 2px;
                    background-color: black;
                    width: 40px; 
                    margin-left: 12px;
                    position: relative;
                }

                .learn-more-link .arrow-line::after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: -4px;
                    width: 8px;
                    height: 8px;
                    border-top: 2px solid black;
                    border-right: 2px solid black;
                    transform: rotate(45deg);
                }

                @media (max-width: 1024px) {
                    .container-wrapper {
                        flex-direction: column;
                        gap: 100px;
                    }
                    .sidebar-image-container {
                        width: 100%;
                        height: 200px;
                        display: flex;
                        justify-content: center;
                    }
                    .sidebar-img {
                        position: relative;
                        left: 0;
                        top: 0;
                    }
                    .tranches-container {
                        flex-direction: column;
                    }
                }
                
                .fynehand-branding {
/*                    font-family: 'Georgia', serif;*/
                    background-color: #ece5e5;
                    overflow-x: hidden;
                }

                .main-layout {
                    display: flex;
                    min-height: 100vh;
                    padding: 0% 0 5% 10%;
                }

                .content-side {
                    flex: 1;
                    padding-right: 50px;
                    padding-top: 100px;
                }

                .image-side {
                    flex: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: flex-start;
                }

                .image-side img {
                    height: auto;
                    object-fit: cover;
                }

                .intro-text {
                    font-size: 2.5rem;
                    font-weight: normal;
                     margin-bottom: 2rem;
                }

                .tranche-item {
                    border-top: 1px solid #d3d3d3;
                    display: flex;
                    padding: 1rem 0;
                    margin-bottom: 1rem;
                }

                .tranche-header {
                    flex: 1;
                    font-size: 1.5rem;
                    font-weight: normal;
                }

                .tranche-body {
                    flex: 1;
                    font-size: 0.9rem;
                    line-height: 1.4;
                }

                .footer-statement {
                    margin-top: 10rem;

                }

                .gold-title {
                    font-size: 2.2rem;
                    font-weight: normal;
                    margin-bottom: 2rem;
                }

                .small-text {
                    font-size: 0.85rem;
                    line-height: 1.6;
                    margin-bottom: 1.5rem;
                }
                
                .founder-section {
                    padding: 80px 10%;
                    background-color: #ece5e5;
                    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                }

                .founder-container {
                    margin: 0 auto;
                }

                .section-label {
                
                    margin-bottom: 2rem;
                    text-transform: uppercase;

                        font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 2rem;



                }

                .founder-image-wrapper {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 2rem;
                }

                .founder-img {
                    width: 350px;
/*                    filter: grayscale(100%);*/
                    border: 1px solid #eee;
                }

                .founder-name {
                    font-size: 2rem;
                    font-weight: 300;
                    letter-spacing: 1px;
                    margin-bottom: 1.5rem;
                }

                .bio-text p {
                    font-size: 0.95rem;
                    line-height: 1.6;
                    margin-bottom: 1.2rem;
                }

                .action-links {
                    margin-top: 3rem;
                }

                .arrow-link {
                    display: block;
                    text-decoration: none;
                    color: #999;
                    font-size: 0.8rem;
                    margin-bottom: 1.5rem;
                    position: relative;
                }

                .link-text {
                    display: block;
                    margin-bottom: 5px;
                }

                .line-container {
                    display: flex;
                    align-items: center;
                }

                .long-line {
                    flex-grow: 1;
                    height: 1px;
                    background-color: #ccc;
                }

                .arrow-head {
                    width: 8px;
                    height: 8px;
                    border-right: 1px solid #b59a7d;
                    border-bottom: 1px solid #b59a7d;
                    transform: rotate(-45deg);
                    margin-left: 100px;
                    position: absolute;
                    left: 45px;
                }

                .solution-footer {
                    margin-top: 100px;
                }

                .footer-desc {
                    font-weight: 500;
                    margin-bottom: 1rem;
                }

                .footer-sub-text {
                    font-size: 0.9rem;
                    line-height: 1.5;
                }
                
                .fynehand-contact-outro {
                    background-color: #000;
                    background-repeat: no-repeat;
                    background-position: top right;
                    background-size: contain;
                    width: 100%;
                    min-height: 100vh;
                    display: flex;
                    align-items: flex-start;
                    padding-top: 10%;
                    padding-left: 10%;

                    background: url(https://ela.bz/wilk/images/backgrounds/bg-07.jpg);
    background-position: top;

    
                }

                .outro-content {
                    max-width: 450px;
                }

                .outro-content p {
                    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
              font-size: 1.1rem;
                    line-height: 1.5;
                    font-weight: 300;
                    margin-bottom: 3rem;
                    color: white !important;
                }

                .cta-block p {
                    font-size: 1.3rem;
                    font-weight: normal;
                    margin-bottom: 1rem;
                }

                .brand-email-link {
                    display: inline-block;
                    text-decoration: none;
                    font-size: 1.3rem;
                    font-weight: normal;
                    transition: color 0.3s ease;
                }

                .brand-email-link:hover {
                    color: #fff !important;
                }
                #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover,
    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a:hover {
/*        color: white !important; */

        /* change color on hover */
    }
        #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
            color: #c29974 !important;
            font-size: 16px;
               font-weight: 500;
        }
        .collapse{
            margin-top: 0rem;
        }
        .justify-content-center{
            gap: 20px;
            margin-top: 0px;
        }
            .col-lg-5 {
        flex: 0 0 50%;
        max-width: 100%;
    }

    /* Add Font Awesome for the icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.social-links-section {
    background-color: transparent; /* Adjust based on where you place it */
}

.social-icon-link {
    color: #b59a7d; /* Matching the FyneHand brand accent color */
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.social-icon-link:hover {
    color: white; /* Darker grey hover state */
    transform: translateY(-3px); /* Subtle lift effect */
}


        .testimonial-section {
            padding: 100px 0;
        }

        .main-title {
            color: #555;
            font-weight: 700;
              font-size: 1.8rem;
            margin-bottom: 25px;
        }

        .trophy-icon {
         width: 270px;
/*   margin-bottom: 60px;*/
            margin-bottom: 20px;
        }

        /* The precise Testimonial Card Styling from Image */
        .testimonial-card {
            background: #fff;
            border: none;
            border-radius: 10px; /* Precise rounded corner match */
            padding: 50px; /* Spacious internal padding */
            height: 100%;
            /* Soft, deep shadow matching image */
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); 
        }

        .testimonial-text {
            color: #000 !important;
            font-size: 1.05rem;
            line-height: 1.6;
            font-weight: 500; /* Bold body text - crucial for matching */
            margin-bottom: 35px;
        }

        .card-footer-info {
            text-align: center; /* author info is centered */
        }

        .author-name {
            color: #8da860; /* Precise color picked from image */
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 5px;
        }

        .author-title {
            color: #333;
            font-size: 0.9rem;
            font-weight: 600;
        }

    /* Styling to match the "Our Clients" section exactly */
    .clients-section {
        background-color: #ffffff; /* Clean white background */
        padding: 60px 0;
        border-top: 1px solid #f0f0f0; /* Subtle top border seen in some designs */
    }

    .clients-title {
        font-weight: 700;
        font-size: 2.2rem;
        text-align: center;
    }

    .client-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px; /* Fixed height ensures perfect vertical alignment */
        padding: 10px;
        transition: all 0.3s ease;
    }

    .client-logo-wrapper img {
        max-width: 100%;
        max-height: 80px; /* Constraints height to prevent layout shifts */
        width: auto;
        /* Subtle grayscale and transparency to match the image style */

        transition: all 0.3s ease;
    }

    /* Hover effect to bring back color/clarity */
    .client-logo-wrapper:hover img {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.05);
    }

    .fynehand-branding-black{
        background: url(../wp-media/op1.png);
  
    background-position: right;
            background-color: #ffffff;
   
/*    width: inherit;*/

    }

    .fynehand-branding-black .main-layout{
    padding: 45px 0px 0px 0px;

}
    .fynehand-branding-black .tranche-item {

           margin-bottom: 0rem;
    }


/*
.fynehand-branding-black .main-layout { 

min-height: unset !important;
 }
*/
    .fynehand-branding-black .content-side {
   
 padding-top: 2%;
    margin-left: 41%; }

    .header-row-side-header{
            padding: 0px !important;
    }

.content-side p strong{
    font-size: 1rem;}


/*body p{
        font-size: 1.2em !important;
}*/

.tranche-body li{


    font-size: 1rem;
}


        #aboutus h2{
  font-size: 1.3rem; font-weight: 500}


        #aboutus h3{



      font-size: 1.2rem !important;

}


 /* Clients Slider Styles */
    .clients-slider-wrapper {
        position: relative;
        overflow: hidden;
        margin-top: 2rem;
    }
    
    .clients-slider-track {
        display: flex;
        transition: transform 0.4s ease-in-out;
        gap: 1.5rem;
		padding: 20px 0px 20px 0px;
    }
    
    .client-item {
        flex: 0 0 calc(20% - 1.2rem);
        box-sizing: border-box;
        min-width: 0;
    }
    
    .client-logo-card {
        background: #fff;
        border-radius: 12px;
        padding: 1.5rem 1rem;
        text-align: center;
        transition: all 0.3s ease;
        border: 1px solid #f0f0f0;
        cursor: pointer;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .logo-wrapper {
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100px;
    }
    
    .logo-wrapper img {
        max-width: 100%;
        height: auto;
        max-height: 70px;
        object-fit: contain;
        transition: all 0.3s ease;
    }
    
    .client-name {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        margin: 0.75rem 0 0 0;
        padding: 0;
        line-height: 1.4;
        transition: color 0.3s ease;
    }
    
    /* Hover Effects */
    .client-logo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    
    .client-logo-card:hover .client-name {
        color: #ff6b35;
    }
    
    .client-logo-card:hover img {
        transform: scale(1.05);
    }
    
    /* Navigation Buttons */
    .clients-prev-btn,
    .clients-next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.6);
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        font-size: 24px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    
    .clients-prev-btn {
        left: 0;
    }
    
    .clients-next-btn {
        right: 0;
    }
    
    .clients-prev-btn:hover,
    .clients-next-btn:hover {
        background: rgba(0,0,0,0.8);
        transform: translateY(-50%) scale(1.05);
    }
    
    /* Responsive Styles */
    @media (max-width: 1200px) {
        .client-item {
            flex: 0 0 calc(25% - 1.2rem);
        }
        .clients-slider-track {
            gap: 1rem;
        }
    }
    
    @media (max-width: 991px) {
        .client-item {
            flex: 0 0 calc(33.333% - 1rem);
        }
        .client-logo-card {
            padding: 1.25rem 0.75rem;
        }
        .client-name {
            font-size: 0.9rem;
        }

    }
    
    @media (max-width: 768px) {
        .client-item {
            flex: 0 0 calc(50% - 0.8rem);
        }
        .client-logo-card {
            padding: 1rem 0.75rem;
        }
        .client-name {
            font-size: 0.85rem;
        }
        .clients-prev-btn,
        .clients-next-btn {
            width: 32px;
            height: 32px;
            font-size: 18px;
        }

    }


      /* Testimonial Slider Styles */
    .testimonial-slider-wrapper {
        position: relative;
        overflow: hidden;
        margin-top: 2rem;
		padding: 10px 0px 10px 0px;
    }
    
    .testimonial-slider-track {
        display: flex;
        transition: transform 0.4s ease-in-out;
        gap: 2rem;
    }
    
    .testimonial-item {
        flex: 0 0 calc(50% - 1rem);
        box-sizing: border-box;
    }
    
    .testimonial-card {
        background: #fff;
        border-radius: 12px;
        padding: 2rem;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid #f0f0f0;
    }
    
    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    }
    
    .testimonial-text {
        font-size: 1rem;
        line-height: 1.6;
        color: #555;
        margin-bottom: 1.5rem;
        flex-grow: 1;
        text-align: left;
    }
    
    .author-name {
        font-size: 1.1rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 0.25rem;
    }
    
    .author-title {
        font-size: 0.85rem;
        color: #777;
        margin-bottom: 0;
    }
    
    .card-footer-info {
        border-top: 1px solid #eee;
        padding-top: 1rem;
        margin-top: auto;
    }
    
    /* Navigation Buttons */
    .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        font-size: 24px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }
    
    .prev-btn {
        left: 0;
    }
    
    .next-btn {
        right: 0;
    }
    
    .slider-btn:hover {
        background: rgba(0,0,0,0.8);
        transform: translateY(-50%) scale(1.05);
    }
    
    /* Hide original row */
    .row.g-5.justify-content-center {
        display: none;
    }
    
    /* Responsive Styles */
    @media (max-width: 768px) {
        .testimonial-item {
            flex: 0 0 calc(100% - 0rem);
        }
        .testimonial-card {
            padding: 1.25rem;
        }
        .testimonial-text {
            font-size: 0.9rem;
        }
        .slider-btn {
            width: 32px;
            height: 32px;
            font-size: 18px;
        }
    }


            /* Container and Section Backgrounds */
.bg-light.text-dark {
    background-color: #ffffff !important;
    /* Mimics the curved line design in the bottom-left of the image */
/*    background-image: radial-gradient(circle at bottom left, rgba(184, 153, 118, 0.12) 0%, transparent 35%);*/
}

.container.my-5.p-5.bg-white {
    border: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06) !important;
}

/* Titles and Headings */
.display-6.fw-bold {
    color: #cea27e !important;
    text-transform: uppercase;
/*    letter-spacing: 1px;*/
    position: relative;
    padding-bottom: 10px;

        font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 2rem;



}


.h5.fw-bold.text-dark {
    color: #b89976 !important; /* Location city names in Gold */
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 10px;
}

.h6.fw-bold.text-dark {
    color: #6c757d !important;
    font-style: italic;
    font-weight: 500 !important;
}

/* Form Controls and Inputs */
.form-label.text-dark.fw-bold {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    color: #444 !important;
}

#name, #email, #type, #message {
    border: 1px solid #dcdcdc;
    padding: 0.8rem 1.2rem;
    background-color: #fafafa;
    color: #333;
}

#name:focus, #email:focus, #type:focus, #message:focus {
    border-color: #b89976;
    box-shadow: 0 0 0 3px rgba(184, 153, 118, 0.15);
    background-color: #fff;
}

.custom-placeholder::placeholder {
    color: #adb5bd;
    font-size: 0.9rem;
}

/* Submit Button */
.btn-primary.rounded-pill {
    background-color: #b89976 !important;
    border: none !important;
    padding: 12px 40px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-primary.rounded-pill:hover {
    background-color: #9c7f5f !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(184, 153, 118, 0.3);
}

/* Location Details */
.text-muted.mb-0 {
    line-height: 1.7;
    font-size: 0.95rem;
    color: #5a5a5a !important;
}

/* Vertical Divider for Desktop */
@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px solid #ececec !important;
    }
}
.area{
	height: 40% !important;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: nowrap;
}


#header .header-nav-main nav > ul > li:hover{
    padding-left: 8%;
    transition: 0.8s;
}

.button-dark {
border: 2px solid white;
    color: var(--white-text);
    text-transform: capitalize;
    background-color: #0000;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    padding: 9px 34px;
    text-decoration: unset;
}
.button-dark:hover{
    background: #fff;
    color: black;
    text-decoration: unset;
    
}
.full-bg{
    background: #c29974;
    padding: 25px;
    color: white;
    }

.full-bg p{
    font-size: 31px;
    color: white;
    text-transform: capitalize;
    margin: 0;
    height: 36px;
    }
    /* Updated Fullscreen Offcanvas Styles */
#mobileSidebar.offcanvas-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw !important; /* Full width */
    height: 100vh !important; /* Full height */
    max-height: 100vh !important;
    border: none !important;
    transform: translateY(100%); /* Start off-screen */
    transition: transform 0.3s ease-in-out;
    background-color: #ffffff !important; /* Matches your white theme */
    z-index: 2040;
}

#mobileSidebar.offcanvas-bottom.show {
    transform: translateY(0); /* Slide up to cover screen */
}

/* Ensure the body within the offcanvas allows scrolling if content is long */
.offcanvas-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
}

/* Fix for the Close Button color (since background is white) */
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(50%); /* Makes white X dark */
}

/* Clean up the nav link spacing for fullscreen */
#mobileSidebar .nav-item {
    margin-bottom: 15px;
}

#mobileSidebar .nav-link {
    font-size: 1.1rem; /* Larger text for fullscreen feel */
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Mobile Navigation Container */
.mobile-nav {
    display: none;
}

@media (max-width: 991px) {
    .mobile-nav {
        display: block !important;
    }
}

/* Make Navbar Sticky */
@media (max-width: 991px) {
    .mobile-nav {
        position: sticky;
        top: 0;
        z-index: 1030;
        background-color: white;
    }
    
    .mobile-nav .navbar {
        position: static !important;
    }
}

/* Offcanvas Styles */
#mobileSidebar.offcanvas {
    position: fixed;
    z-index: 2000;
    visibility: hidden;
    background-color: #ffffff !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

#mobileSidebar.offcanvas.show {
    visibility: visible;
    margin-top: -212%;
    width: 100%;
    height: 100%;
}

/* Navbar Toggler Icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23cca68b' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 166, 139, 0.25);
    outline: none;
}

/* Nav Links */
#mobileSidebar .nav-link {
    color: #c8a082 !important;
    background-color: transparent !important;
    background: none !important;
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    border: none !important;
    box-shadow: none !important;
}

#mobileSidebar .nav-link:hover {
    background-color: transparent !important;
    background: none !important;
    color: #c8a082 !important;
    transform: translateX(5px);
}

#mobileSidebar .nav-link.active {
    background-color: transparent !important;
    background: none !important;
    color: #c8a082 !important;
    font-weight: bold;
}

/* Social Icons */
#mobileSidebar .text-center a i {
    color: #c8a082 !important;
    transition: transform 0.3s ease;
}

#mobileSidebar .text-center a:hover i {
    transform: scale(1.1);
}

/* Backdrop */
.offcanvas-backdrop {
    z-index: 1999 !important;
}

body.offcanvas-open {
    overflow: hidden;
}

.btn-close-white {
    color: #ffffff !important;
}

.d-flex a{
 font-size: 1.5rem;
}

/*video*/
#hp_bd_hero_message>div:first-child {
    position: absolute;
    bottom: -6%;
    margin-bottom: 15vh;
    width: 50vw;
    border-radius: 4px;
    left: 8%;
    padding: 24px;
    color: var(--main-tx-color) !important;
}
    @font-face {
    font-family: 'BrittanySignature';
    src: url('../css/fonts/brittany_signature/BrittanySignature.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  /* Base Container Styles */
  #hp_bd_hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
  }

  /* Video Background */
  .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  #myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Content Positioning */
  .base-content-container {
    position: absolute;
    bottom: 60px;
    left: 5%;
    width: 90%;
    max-width: 800px;
    text-align: left;
    z-index: 3;
  }

  /* Desktop Image Sizes (10%) */
  .top-logo {
    position: absolute;
    top: 20px;
    width: 10%;
    z-index: 4;
  }
  
  .right-side1 { right: 20px; }
  .right-side { left: 20px; }

  /* Mobile Specific Adjustments */
  @media (max-width: 768px) {
    /* Increase image size to 25% on mobile */
    .top-logo {
      width: 25% !important; 
      top: 15px;
    }
    
    .base-content-container {
      bottom: 40px;
      left: 20px;
      width: calc(100% - 40px);
    }

    #hp_bd_hero_buttons {
      display: flex;
      justify-content: flex-start;
    }
     .titelme{
font-size: 35px !important;
  }
  }
  .top-logo{
    width: 20% !important;
  }
  .titelme{
    line-height:1.75rem; color: white; font-family: BrittanySignature !important; font-size: 50px;
  }