.post, .page {
    margin: 0;
}
ul,ol{
    
    padding: 0;
}
body{
       padding-top: 137px;
   font-family: "Inter", sans-serif;
   background: #F7F5F1;
   color: #2A2A2A;
       
}
a{
    transition: 0.5s;
    color: #1F3D2B;
    text-decoration: none;
}
a:hover{
    color: #C6A75E;
}

p, a , li, span{
     font-size: 18px;
    line-height: 28px;
        font-weight: 300;
}
h1{
    font-size: 46px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
}
h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
}
h3{
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
}
h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;   
    font-family: "Libre Baskerville", serif;
}
h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Libre Baskerville", serif;
}
h6{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Libre Baskerville", serif;
}
.site-header{
    
        padding: 37px 0px;
    background: linear-gradient(180deg, #F7F5F1 43.75%, rgba(247, 245, 241, 0) 100%);
            
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: top 1s;
}
.main-navigation a {
    font-weight: 400;
    font-size: 16px;
}
.site-footer{
    background: linear-gradient(90deg, #14291D 60%, #12251A 40%);
    padding: 60px 0px;
}
.site-footer ul{
        list-style: none;
        margin: 0;
}
.site-footer ul li{
    margin-bottom: 14px;
}
.site-footer ul li a {
    color: #F7F5F1;
    
}
.site-footer ul li a:hover{
   color:  #C6A75E;
}
.bottom-footer{
        background: #102117;
    padding: 30px 0px;
}
.bottom-footer-links{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    
}
.footnote p{
    color: #F7F5F166;
    font-size: 12px;
    line-height: 20px;
       padding-top: 40px;
    text-align: center;
    max-width: 685px;
    margin: 0 auto;
}
.site-footer h5{
     color: #fff;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    font-family: "Inter", sans-serif;
    opacity: 50%;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer_address{
        color: #F7F5F1;
    
}
.footer_address a{
        color: #F7F5F1;
    
    text-decoration: none;
   
    border-bottom: 1px solid #F7F5F1;
    padding-bottom: 0px;
}
.footer_address a:hover{
    color:  #C6A75E;
    border-bottom: 1px solid #C6A75E;
}
.footer-logo{
        width: 354px;
    max-width: 354px;
    margin-top: 80px;
}
.copyright{
        color: #F7F5F1;
    opacity: 25%;
    font-size: 15px;
    margin-top: 12px;
}

.pre-footer{
        height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pre-footer-heading{
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 58px;
}
.golder-btn{
   background: #C6A75EA6;
text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
        padding: 16px 20px;
}
.golder-btn:hover{
    color: #000;
}
.green-btn-wb{
        background: #14291D;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    padding: 16px 30px;
    border-bottom: 1px solid #C6A75E;
    text-align: center;
    
}
.green-btn{
        background: #14291D;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    padding: 16px 25px;
    width: auto;
    font-weight: 600;
    text-align: center;
   
}
.center-btn{
        margin: 0 auto;
}
.latest-post-h2{
        margin-bottom: 50px;
    position: relative;
}
.latest-post-h2::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
}
.latest-posts{
        padding: 150px 0px 120px 0px;
}
.post-date-home{
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.2px;
    
    color: #2A2A2A;
    padding-left: 20px;
    margin-bottom: 6px;
}
.home-post-title{
        max-width: 570px;
    color: #000;
}
.home-post-excerpt{
        font-size: 16px;
    line-height: 24px;
    color: #2A2A2A;
    max-width: 500px;
    
}
.home-post-img{
        height: 268px;
    object-fit: cover;
    margin-bottom: 30px;
}
.left-side-border{
        border-left: 0.5px solid #C6A75E;
    padding-left: 20px;
}
.home-post-box{
    margin-bottom: 70px;
}
.latest-post-subheading{
        color: #2A2A2A;
    max-width: 800px;
    
    margin-bottom: 60px;
}
.our-sectors{
   background: linear-gradient(180deg, rgba(46, 113, 73, 0.07) 75%, rgba(247, 245, 241, 0.07) 100%);


        padding: 80px 0px;
        position: relative;
}
.our-sectors-h2{
        margin-bottom: 80px;
    position: relative;
    text-align: center;
}
.our_sectors_right_image{
       position: absolute;
    right: 0;
    top: 0px;
    height: 810px;
    object-fit: contain;
}
.our-sectors-h2::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
        left: calc(50% - 2%);
}
.our-team-h2{
        margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.our-team-h2::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
        left: calc(50% - 2%);
}

.our-sectors-box h3{
       padding: 30px 10px 30px 0px;
        font-size: 22px;
    line-height: 32px;
       color: #14291D;
}
.link-our-sector-box{
        
            justify-content: space-between;
             border-bottom: 0.5px solid #00000033;
}
.link-our-sector-box a{
       
    color: #6E6E6E;
}
.link-our-sector-box a:hover{
   
    color: #C6A75E;
}

.home-post-box {
    display: block;
    text-decoration: none;
    color: inherit;
}

.home-post-title {
    transition: 0.3s ease;
}

.home-post-box:hover .home-post-title {
    color: #C6A75E;
}


.our-sector-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.our-sector-title {
    transition: 0.3s ease;
}

.our-sector-card:hover .our-sector-title {
    color: #C6A75E;
}
.our-team{
        padding: 100px 0px 180px 0px;
        background: linear-gradient(180deg, rgba(247, 245, 241, 0) 41.31%, #F7F5F1 102.63%), linear-gradient(180.81deg, #FFFFFF 0.73%, rgba(255, 255, 255, 0) 28.99%);
background-image: url('/wp-content/uploads/2026/02/team-bg.png');
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;


}
.our_team_content{
          color: #2A2A2A;
    max-width: 800px;
    text-align: center;
    margin-bottom: 60px !important;
    margin: 0 auto;
}

.team-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    cursor: pointer;
    display: block;
}

.team-card img {
    display: block;
}

.team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    transition: 0.4s ease;
}


.left-card .team-info {
    opacity: 1;
}


.right-card .team-info {
    opacity: 0;
    transform: translateY(20px);
}


.right-card:hover .team-info {
    opacity: 1;
    transform: translateY(0);
}
.team-info h4{
        font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
}
.team-position{
       font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    
    margin-bottom: 6px;
        letter-spacing: 0.2px;
}
.team-expertise{
        font-size: 11px;
    line-height: 18px;
    font-weight: 200;
    margin-bottom: 5px;
    border: 0.75px solid #FFFFFF;
        padding: 7px 9px;
	margin-right: 4px;
    margin-top: 10px;
    width: max-content;
    letter-spacing: 0.1px;
}
.left-card img{
    height: 472px;
    object-fit: cover;
}
.right-card img{
    height: 224px;
    object-fit: cover;
}
.our-services{
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
linear-gradient(180deg, rgba(46, 113, 73, 0.07) 90.38%, rgba(247, 245, 241, 0.07) 100%);

padding: 80px 0px;
}
.our-service-h2{
           font-size: 24px;
    line-height: 32px;
    padding: 18px 20px 14px 20px;
    height: 70px;
    position: relative;
    z-index: 2;
    color: #000000;
}
.short-content-os{
    font-size: 15px;
    line-height: 20px;
    border-bottom: 0.37px solid #00000033;
    color: #6E6E6E;
}
.service-home-box{
    background: #F7F5F1;
}
.custom-container{
            max-width: 1500px;
}
#primary-menu{
        justify-content: space-around;
    column-gap: 34px;
        align-items: center;
}
.main-navigation ul.menu > li:last-child {
           background: #1F3D2B;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    padding: 10px 26px;
    border-bottom: 3px solid #C6A75E;
    transition: 0.5s;
}
.main-navigation ul.menu > li:last-child a {
    color: #fff;
    font-weight: 300;
        font-size: 15px;
}
.about_content p{
        font-size: 32px;
    line-height: 50px;
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
        font-family: "Libre Baskerville", serif;
}
.about-home{
    padding: 150px 0px;
    position: relative;
}

.service-featured-img {
    position: relative;
    overflow: hidden;
}

.service-featured-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: linear-gradient(180deg, #F7F5F1 0%, rgba(255, 255, 255, 0) 50%);


    z-index: 1;
    pointer-events: none;
}

.service-featured-img img {
       display: block;
    position: relative;
    z-index: 0;
    height: 180px;
    object-fit: cover;
}
.service-home-box {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}
.read-more-box{
 padding: 18px 20px;
}
.service-home-box .read-more-text{
    color: #6E6E6E;
        transition: 0.3s ease;
        font-weight: 400;
   
}


.grey-btn{
        background: #1f3d2b1c;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    font-family: "Libre Baskerville", serif;
    padding: 16px 25px;
    width: auto;
    font-weight: 500;
    text-align: center;
}
.service-home-box:hover .read-more-box img {
    opacity: 0.8;
}
.hero_heading{
        max-width: 510px;
            margin-bottom: 50px;
    position: relative;
    color: #1F3D2B;
}
.hero_heading::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
}
.hero-section {
    
    min-height: 810px;
    display: flex;
    align-items: center;
/*     overflow: hidden; */
}

.hero-section .container {
    position: relative;
    z-index: 2;
}


.banner-img-card {
    position: absolute;
    top: 0;
    right: 0;
    width: 750px;
    height: 100%;
}

.hero-slider,
.hero-slider .item,
.hero-slider img {
    height: 100%;

}

.hero-slider img {
    width: 100%;
    object-fit: cover;
    height: 845px;
    border-top-left-radius: 50px; 
	border-bottom-left-radius: 50px;
}
.hero-slider .item {
    position: relative;
}

.hero-slider .item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.4) 100%
    );
    pointer-events: none;
	    border-bottom-left-radius: 50px;
}
.hero_content{
color: #2A2A2A;
    margin-bottom: 50px;
}
.s-icon{
        position: absolute;
    top: -80%;
}
.hero-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-slider .owl-dots .owl-dot span {
        width: 15px;
    height: 15px;
    background: #ffffff;
    display: block;
    margin: 5px;
    border-radius: 0;
    opacity: 0.5;
}

.hero-slider .owl-dots .owl-dot.active span {
    background: #ffffff; 
    opacity: 1;
    width: 17px;
    height: 17px;
}

.map-section{
           background: linear-gradient(180deg, #1F3D2B 0%, #153622 100%);
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.map-wrapper{
        position: absolute;
    width: 48%;
    right: 0;
    top: 0;
}
.map-wrapper iframe{
        height: 690px;
    width: 100%;
	    filter: grayscale(0.8) brightness(1.1) contrast(1) hue-rotate(50deg);
}
.approach_content
{
    opacity: 80%;
    max-width: 415px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 200;
}
.space-custom{
        height: 150px;
}
.bottom_heading{
    font-size: 24px;
}
.row > .col-lg-12:last-child .link-our-sector-box {
    border-bottom: none;
}
.hero_heading b{
    font-weight: 500;
}
.bottom-links{
    align-items: center;
}
.bottom_heading1{
    font-weight: 700;
}
.service-home-box {
    position: relative;
}

.service-featured-img {
    transition: 0.4s ease;
}

.service-hover-content {
    opacity: 0;
   
    transition: 0.4s ease;
    position: absolute;
    inset: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    
        color: #6E6E6E;
    font-size: 17px;
    line-height: 25px;
	top: -40px;
   
}

.service-home-box:hover .service-featured-img {
    opacity: 0;
}

.service-home-box:hover .service-hover-content {
    opacity: 1;
    transform: translateY(0);
}
body.no-scroll1 {
    overflow: hidden;
}

#meum-overlay {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1999;
}
#light-green-btn{
	    background: #1F3D2B;
}
#light-green-btn:hover{
	background: #c6a75e
}
#meum-top-bar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 787px;
    width: 90%;
    background: #FFFFFF;
    color: #2A2A2A;
    text-align: center;
        padding: 50px 65px;
    
    z-index: 2000;
    display: none;
    font-weight: 300;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
   
	
}
#meum-top-bar h3{
	    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
	       margin: 40px 0px 30px 0px;
}
#meum-top-bar p{
	font-size: 14px;
	line-height: 22px;
}
#meum-top-bar span#meum-close {
   position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    background: #C6A75E;
    padding: 10px 20px;
}
    .green-btn-wb:hover, .green-btn:hover, .main-navigation ul.menu > li:last-child:hover {
            background: #c6a75e;
            color: #fff;
    }

    /* Common styles for the search form */
.search-form-container {
    display: none; 
    position: absolute; 
    right: 0;
    z-index: 999;
    padding: 10px;
    top: calc(100% + 10px); /* Adjust based on header height */
}




.search-form-container.active {
    display: block;
}

.search-field-custom{
    width: 300px;
    height: 50px;
    padding: 10px 20px !important;
    outline: none !important;
}
#searchForm .search-submit{
        width: 100px;
    height: 50px;
    padding: 10px 20px;
    background: #c6a75e;
    border: none;
    color: #fff;
}


.search-main-page{
   
    padding: 80px 0px 80px 0px;
}
.search-banner{
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
      
	background-image: url(/wp-content/uploads/2026/02/ContactBanner-1.png);
	        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px 20px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
	    background-color: linear-gradient(180deg, rgba(46, 113, 73, 0.12) 75%, rgba(247, 245, 241, 0.12) 100%);
}
.nothing-found-message {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: center;
}
.search-no-results .search-form {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#nothing-found .search-field {
    width: 300px;
    height: 50px;
    padding: 10px 20px !important;
    outline: none !important;
}
#nothing-found .search-submit {
    width: 100px;
    height: 50px;
    padding: 10px 20px;
    background: #c6a75e;
    border: none;
    color: #fff;
}
.article-below-line {
    
    margin: 60px 0px;
}


.entry-title-search a{
           font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    font-family: "Libre Baskerville", serif;
    padding: 12px 0px;
    display: inline-block;
}
.entry-meta{
        font-size: 15px;
    line-height: 14px;
    letter-spacing: 1.2px;
    color: #2A2A2A;
    opacity: 0.5;
    margin-bottom: 6px;
}
.entry-summary-search{
    margin-bottom: 50px;
}
.team-card img {
    transition: transform 0.5s ease;
    width: 100%;
}

.team-card:hover img {
    transform: scale(1.03);
}
.site-main-heading{
        margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.site-main-heading::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 2%);
}
.hero-featured-img-single-service, .team-banner {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 50px;
}

.hero-featured-img-single-service img {
    height: 695px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.hero-featured-img-single-service::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        360deg,
        #F7F5F1 0%,
        rgba(247, 245, 241, 0) 53.37%
    );
    border-top-left-radius: 50px;
    pointer-events: none;
}
.single-service-hero span{
            color: #14291D;
    opacity: 75%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.hero_heading-single-service{
        margin-bottom: 50px;
    position: relative;
    color: #1F3D2B;
}
.hero_heading-single-service::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
}
.hero_content-single-service{
    color: #6E6E6E;
    margin-bottom: 50px;
    font-size: 27px;
    line-height: 40px;
    max-width: 550px;
}
.hero-section-single-service{
        min-height: 695px;
    display: flex;
    align-items: center;
   
}

.hero-section-single-service {
   
    z-index: 2;
}


.s-icon1 {
      position: absolute;
    left: 0;
    z-index: 5;
    height: 767px;
    top: 0px;
}
.single-service-content-div{
    padding: 150px 0px;
}
.single-service-content p{
    font-size: 22px;
    line-height: 32px;
    color: #2A2A2A;
    margin-bottom: 30px;
}
.single-service-content li{
    font-size: 20px;
    line-height: 30px;
    color: #2A2A2A;
    margin-bottom: 4px;
}
.single-service-content{
        margin-bottom: 80px;
}
.our-approach-single-service p{
        font-size: 18px;
    line-height: 28px;
    color: #2A2A2A;
}
.our-approach-single-service li{
        font-size: 18px;
    line-height: 28px;
    color: #2A2A2A;
}
.our-approach-single-service h3{
        color: #1F3D2B;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}
.single-service-content h2, .single-service-content h3{
    color: #1F3D2B;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}
.single-service-content h4, .single-service-content h5{
    color: #1F3D2B;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.key_field_heading{
        font-size: 28px;
    line-height: 38px;
        margin-bottom: 50px;
    position: relative;
    color: #1F3D2B;
}
.key_field_heading::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
}
.mobile-view{
    display: none;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}
.vertical-tabs {
  display: flex;
  flex-direction: column;
}

.tab-link {
     padding: 23px 15px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
   
   
        justify-content: space-between;
    align-items: center;
    position: relative;
	font-weight: 500;
}
.tab-link p{
	     font-size: 22px;
    line-height: 32px;
    color: #6E6E6E;
    font-weight: 500;
    max-width: 460px;
	margin-bottom: 0;
}

.tab-link:hover {
  background: #f5f5f5;
}

.tab-link.active {
     background: #FFFFFFE5;
    font-weight: 500;
    color: #2A2A2A;
 
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease forwards;
}

.tab-content.active {
  display: block;
  
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.vertical-tabs-section{
    padding: 100px 0px;
background-image: url('/wp-content/uploads/2026/02/light-green-bg.png');
background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.tab-right-sec{
        background: #FFFFFFE5;
        padding: 50px 40px;
}
.related_key_service-icon{
position: absolute;
    right: 20%;
}
.tab-content ul{
        margin-left: 40px;
    
    margin-bottom: 30px;
}
.tab-over-h{
       color: #14291D;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 75%;
}
.font-40{
        font-size: 40px;
    line-height: 50px;
    color: #1F3D2B;
    margin-bottom: 50px;
}

.team-filter-tabs {
    padding-bottom: 30px;
        border-bottom: 0.5px solid #2A2A2A50;
}

.filter-btn {
        padding: 6px 12px;
    background: transparent;
    
    margin-right: 4px;
    border: 0.75px solid #14291D !important;
    font-size: 12px;
    font-weight: 300;
    color: #14291D;
        transition: 0.5s;
}
.filter-btn:hover{
     background: #14291D;
    color: #fff;
}
.filter-btn.active {
    background: #14291D;
    color: #fff;
}


.no-team-msg {
    display: none;
    margin-top: 20px;
}
.team-posts{
        padding: 80px 0px 0px 0px;
}
.team-banner{
            height: 350px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.team-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, #F7F5F1 0%, rgba(247, 245, 241, 0) 53.37%);
    border-top-left-radius: 50px;
    pointer-events: none;
}
.team-banner img{
    height: 350px;
    object-fit: cover;
}
.team-hero-section{
        min-height: 350px;
    display: flex;
    align-items: center;
   
}
.filter-section{
    padding: 100px 0px 80px 0px;
}
.team-hero-heading{
    color: #1F3D2B;
}
.team_content-p p{
    color: #2A2A2A;
    max-width: 540px;
    margin-top: 20px;
}
.filter-text{
        font-size: 15px;
    color: #14291D;
    letter-spacing: 1.7px;
    opacity: 75%;
    margin-bottom: 30px;
    line-height: 20px;
}
.dark-green-box{
       background: #14291D;
    height: 445px;
        position: relative;
     padding: 50px;
	    transition: 0.5s;

}
.dark-green-box:hover, .light-green-box:hover{
	background: #102117
}
.light-green-box{
    background: #1F3D2B;
 padding: 50px;
    height: 445px;
    position: relative;
	    transition: 0.5s;
}
.two-box-div{
        padding: 0px 30px;
}
.two-box-div h3{
        color: #F7F5F1;
    font-size: 40px;
    line-height: 50px;
   
}
.white-arrow{
    width: 25px;
}
.sh-icon{
        position: absolute;
    right: 40px;
    bottom: 40px;
}
.service-img-on-box img{
    height: 235px;
    width: 172px;
    object-fit: cover;
    margin: 10px;
}
.service-imgs-box{
        position: absolute;
    right: 20px;
    bottom: 20px;
   
}
.two-boxes-green{
        padding-bottom: 100px;
}
.Team-section {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(180deg, #EAEEE8 90.38%, #FFFFFF 100%);

    padding: 80px 0 200px 0;
    position: relative;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 0;
}
.team-carousel .owl-stage-outer {
    display: inline-block;
    margin-left: 0px;
}
.owl-nav-box {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    z-index: 9;
}
.prev-icon{
    transform: rotate(180deg);
    opacity: 50%;
    width: 25px;
    margin-right: 20px;
    cursor: pointer;
}
.next-icon{
     width: 25px;
   
    cursor: pointer;
}
.vertical-tabs .tab-link:nth-child(n+2) {
    position: relative;
}

.vertical-tabs .tab-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background-color:  #2A2A2A; 
	opacity: 20%;
}
 .single-service-content-wrapper {
        position: relative;
    }

    .single-service-content-wrapper .col-lg-2 {
        position: relative;
    }

    .single-service-content-wrapper .col-lg-2::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 0.3px;
        background-color: #00000030; 
        transform: translateX(-50%);
    }
.our-sectors-ss{
	    background: linear-gradient(180deg, rgba(46, 113, 73, 0.07) 75%, rgba(247, 245, 241, 0.07) 100%);
    padding: 100px 0px;
    position: relative;
}
.our_sectors_right_image-ss {
    position: absolute;
    right: 0;
    top: -120px;
    height: 910px;
    object-fit: contain;
}
.blog-hero {
    display: flex;
    justify-content: flex-end;
}

.blog-hero-image {
    width: 85%;
    position: relative;
    overflow: hidden;
        border-top-left-radius: 50px;
}

.blog-hero-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}


.blog-hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #1F3D2B 0%, rgba(31, 61, 43, 0.6) 100%);
    z-index: 1;
}


.blog-hero-title {
        position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    z-index: 2;
    text-align: left;
}
.blog-hero-title h1{
    font-size: 32px;
    line-height: 42px;
    max-width: 716px; 
        margin-top: 20px;
}
.insight-heading{
        font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
}
.blog-hero-date{
        font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-left: 30px;
}
.blog-content-section{
        padding: 100px 0px;
}
.blog-content p, .blog-content li{
color: #2A2A2A;
}
.blog-content h2, .blog-content h3, .blog-content h4{
        color: #1F3D2B;
    font-size: 24px;
    line-height: 34px;
    margin-top: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}

.blog-content h5, .blog-content h6{
    color: #1F3D2B;
    font-size: 22px;
    line-height: 32px;
    margin-top: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}
.more-insights{
        background: linear-gradient(180deg, rgba(46, 113, 73, 0.07) 75%, rgba(247, 245, 241, 0.07) 100%);
    padding: 100px 0px;
}
.more-insights-h2{
    font-size: 40px;
    line-height: 50px;
        margin-bottom: 80px;
    position: relative;
    text-align: center;
    color: #1F3D2B;
}
.more-insights-h2::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 2%);
}
.heateor_sss_sharing_ul a {
    margin-left: 8px !important;
}
.custom-bb {
   border-bottom: 1px solid rgb(0 0 0 / 26%);
    margin: 50px 0px;
}
.share-text{
    font-size: 15px;
    line-height: 20px;
    color: #000;
    letter-spacing: 1.6px;
}
.team-section-st{
        background: #E9ECE5;
    padding: 100px 0px;
        overflow: hidden;
}
.our-team-h-st{
        color: #14291D;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
    position: relative;
    display: block;
    opacity: 75%;
}
.our-team-h-st::before{
           content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
}
.team-position-st{
    font-size: 20px;
    color: #2A2A2A;
    line-height: 30px;
        padding: 10px 0px;
}
.team-expertise-st{
       color: #000;
    border: 1px solid #000000ab;
    width: max-content;
    padding: 6px 15px;
    margin-bottom: 60px;
    margin-right: 8px;
    font-size: 16px;
}
.phone-st , .mail-st{
margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
.phone-st img, .mail-st img{
    margin-right: 10px;
    color: #14291D;
}
.team-banner-st {
    height: 480px;
    width: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}
.team-banner-st::after{
   content: "";
    position: absolute;
    inset: 0;
    border-top-left-radius: 50px;
    pointer-events: none;
    height: 347px;

    background-image: url("/wp-content/uploads/2026/02/team-member-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: -1;
}
.team-banner-st img {
    height: 480px;
    object-fit: cover;
    position: absolute;
   left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.team-content-single-section{
    padding: 150px 0px 100px 0px;
}
.team-content-single h2{
color: #14291D;
    font-size: 30px;
    line-height: 42px;
        margin-bottom: 30px;
}
.team-content-single h3{
color: #14291D;
    font-size: 25px;
    line-height: 34px;
        margin-bottom: 22px;
}
.team-content-single h4, .team-content-single h5{
color: #14291D;
    font-size: 22px;
    line-height: 32px;
        margin-bottom: 30px;
}
.team-content-single p{
color: #2A2A2A;

        margin-bottom: 30px;
}
.team-content-single p a, .team-content-single li a{
	color: #C6A75E;
}
.team-content-single li{
color: #2A2A2A;
   
        margin-bottom: 1px;
}
.team-hero-section-ss{
        min-height: 550px;
    display: flex;
    align-items: center;
}
.blog-content img{
        width: 100%;
    margin: 20px 0px 0px 0px;
}
.golden-line{
    width: 51px;
    border-bottom: 1px solid #C6A75E;
        position: relative;
    left: 15px;
    margin: 20px 0px;
}
.search-main-page article:hover .entry-title-search a {
    color: #C6A75E;
    transition: all 0.5s;
	
}
.not-found-page{
	padding: 100px 20px;
}
.nothing-found-msg{
	    font-size: 24px;
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
    line-height: 35px;
    padding: 20px 0px 30px 0px;
}
.default-pages{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    
   
}
.contact-form{
        background: linear-gradient(141.42deg, rgba(31, 61, 43, 0.95) 0%, rgba(18, 53, 32, 0.95) 100%);
       padding: 50px 70px;
}

.gform-theme--foundation .gform_fields {
  
    row-gap: 20px !important;
}
::placeholder { color: #FFFFFF80; font-size: 15px; font-weight: 300;     font-family: "Inter", sans-serif;}        
::-webkit-input-placeholder { color: #FFFFFF80; font-size: 15px;     font-family: "Inter", sans-serif;} 
:-ms-input-placeholder { color: #FFFFFF80; font-size: 15px;  font-family: "Inter", sans-serif;}      
.contact-form #gform_1 input{
        background: transparent;
    height: 45px;
    color: #FFFFFF80;
    border: 1px solid #FFFFFF80;
    border-radius: 0;
}
.contact-form #gform_1 textarea{
        background: transparent;
    height: 135px;
    color: #FFFFFF80;
    border: 1px solid #FFFFFF80;
    border-radius: 0;
}
#gform_1 #gform_submit_button_1{
            background: #C6A75E;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
    height: 50px;
    border-bottom: 1px solid #fff;
}
.contact-heading{
    font-size: 30px;
    
    text-align: center;
    line-height: 40px;
        margin-bottom: 50px;
    position: relative;
}
.contact-heading::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
    left: calc(46% - 2%);
}
.contact-section{
        padding: 100px 0px;
}
.contact-subheading{
    color: #000000;
    opacity: 50%;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}
.address-icons{
    margin-right: 16px;
}
.address-contact a{
    border-bottom: 1px solid #1F3D2B;
    padding-bottom: 0px;
}
.contact-content{
        max-width: 468px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.join-us-link{
        color: #1F3D2B;
    opacity: 70%;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    font-weight: 400;
}
.box-join-us{
    margin-top: 100px;
}
.page.type-page{
        margin-bottom: 80px;
}

.contact-form-join #gform_2 input{
        background: transparent;
    height: 45px;
    color: #00000080;
    border: 1px solid #00000080;
    border-radius: 0;
}
.contact-form-join #gform_2 textarea{
        background: transparent;
    height: 135px;
    color: #00000080;
    border: 1px solid #00000080;
    border-radius: 0;
}
#gform_2 #gform_submit_button_2{
            background: #1F3D2B;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
    height: 50px;
    
}
.contact-form-join{
        background: #E9ECE5;
    padding: 50px 70px;
}

.join-us-accordion .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}



.join-us-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
}
.join-us-accordion .accordion-header span{
        font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #14291D;
}
.join-us-accordion .icon {
    width: 20px;
}
.join-us-accordion .icon.icon-top{
	width: 15px;
}
.join-us-accordion .icon-top {
    display: none;
}

.join-us-accordion .accordion-item.active .icon-top {
    display: block;
}

.join-us-accordion .accordion-item.active .icon-bottom {
    display: none;
}
.join-us-accordion .accordion-header {
        position: relative;
    padding: 30px 10px;
    cursor: pointer;
    border-bottom: 0.5px solid rgb(42 42 42 / 19%);
}
.acc-content{
    padding: 30px 10px;
}

.acc-content ul li{
    margin-bottom: 6px;
}


.join-us-content h2, .join-us-content h3, .join-us-content h4{
        color: #1F3D2B;
    font-size: 25px;
   
    line-height: 35px;
        margin-bottom: 50px;
    position: relative;
}
.join-us-content h2::before, .join-us-content h3::before, .join-us-content h4::before{
        content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#gform_confirmation_message_1{
        font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}
#gform_confirmation_message_2{
        font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #1F3D2B;
    line-height: 32px;
}
.clear_advice_section{
        background: linear-gradient(180deg, #1F3D2B 0%, #153622 100%);
        padding: 100px 0px;
        position: relative;
        height: 495px;
}
.clear_advice_image{
        position: absolute;
    right: 0;
    
    width: 500px;
    height: 560px;
    bottom: 0;
    object-fit: cover;
    box-shadow: 0px 4px 40px 0px #00000040;

}
.clear_advice_heading{
        font-size: 60px;
    line-height: 70px;
    color: #F7F5F1;
        margin-bottom: 80px;
    position: relative;
}
.clear_advice_heading::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
}
.about-golden-btn{
        background: #C6A75E;
    
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    padding: 16px 30px;
    border-bottom: 2px solid #fff;
    text-align: center;
}
.about-golden-btn:hover{
    background: #1F3D2B;
}
.about-light-btn{
     background: #FFFFFF1A;
    
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    padding: 16px 30px;
   
    text-align: center;
}
.about-our-approach{
    padding: 150px 0px 180px 0px;
}
.our_approach_heading-about{
        font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
.our_approach_content-about p{
            font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}
.s-icon-about {
        position: absolute;
    right: 0;
    top: 50px;
    height: 767px;
}
.about-tab-content{
        padding: 30px 50px;
        background: #FFFFFFE5;
}
.about-tab-image-wrapper {
    position: relative;
    height: 285px;
    width: 100%;
    overflow: hidden;
}

.about-tab-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.about-tab-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        360deg,
        rgba(255, 255, 255, 0) 0%,
        #FFFFFF 100%
    );
    pointer-events: none;
}
.why_smith_hamilton_image{
       position: absolute;
    top: 100px;
    left: 0;
}
.smith_hamilton_heading{
        font-size: 40px;
    line-height: 50px;
        margin-bottom: 60px;
    position: relative;
}
.smith_hamilton_heading::before {
    content: '';
    height: 1px;
    width: 51px;
    background: #C6A75E;
    position: absolute;
    bottom: -20px;
}
.repeater-item {
    margin-bottom: 40px;
}
.repeater-item h3{
        font-size: 24px;
    line-height: 34px;
    color: #14291D;
}
.repeater-item p{
        font-size: 20px;
    line-height: 30px;
}
.why_smith_hamilton_section{
    padding: 200px 0px 150px 0px;
}
.page-template-tpl-about-us .two-boxes-green {
    padding: 100px 0px 200px 0px;
}
.blog-content p a, .blog-content li a{
	color: #C6A75E;
}
.map-wrapper iframe {
  
    pointer-events: none; 
}



.map-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.custom-map-pin {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 110px;
    pointer-events: none;
}
