/**
 * OGK25 Amandas Custom Stylesheet
 * 
 * This stylesheet is for custom styles and overrides
 * Theme: OGK-A
 * Created: 2025
 */

/* ==========================================================================
   Custom Styles
   ========================================================================== */

header .cta-button{
    margin-right: 20px;
}
.main-menu ul li.current-menu-item a:after{
    width: calc(100% + 8px);
    transition: width 0.6s ease;
}

/* Sub-services links underline effect (matching main nav) */
.sub-services .sub-service-link {
    position: relative;
    display: block;
    width: fit-content;
}

.sub-services .sub-service-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: -4px;
    background-color: #FF7900;
    transition: width 0.6s ease;
}

.sub-services .sub-service-link:hover:after {
    width: calc(100% + 8px);
}

.sub-services .sub-service-link:hover,
.sub-services .sub-service-link:hover h4 {
    text-decoration: none !important;
}
.project-wrap-hp{
    cursor:pointer;
}

/*/single job*/
.single-jobs .job-description{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.single-jobs .apply{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
/*.single-jobs .explore-services a.back,*/
/*.single .blog-bottom-bar a.back{*/
/*    background-size: 12px;*/
/*    background: url(/wp-content/themes/OGK/images/arrow_white_left.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: 22% center;*/
/*    transition:0.4s ease-in-out;*/
/*    padding-left:20px;*/
/*}*/
.single .blog-bottom-bar a.back{
    position: relative;
    padding-left: 40px;
    color: #000;
}
.single .blog-bottom-bar a.back:hover {
 color: #FF7900;
}

.single .blog-bottom-bar a.back span{
    position: absolute;
    left:15px;
    display:flex;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition:0.4s ease-in-out;
}
.single .blog-bottom-bar a.back:hover span{
    transform: translate(-15px, -50%) rotate(180deg);
    transition:0.4s ease-in-out;
}
    /*.single .blog-bottom-bar a.back:hover{*/
/*    opacity: .75;*/
/*    border-color: #fff;*/
/*    background-position: 0% center;*/
/*    transition:0.4s ease-in-out;*/
/*}*/
/*job form*/
#gform_5 select{
    background-color: #1f1f1f !important;
}


.gform_wrapper#gform_wrapper_2, 
.gform_wrapper#gform_wrapper_5,
.gform_wrapper#gform_wrapper_1
{
    background: rgba(255, 255, 255, .05);
    border-radius: 5px;
    padding: 20px;
    padding-top:25px;

    /* margin-left: auto; */
    /*margin-top: 40px;*/
    margin-right: auto;
        background-image: url(/wp-content/uploads/2025/09/Lines-jpg.jpg);
        background-size:cover;
}
/*contact form*/
/*#gform_fields_1{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    column-gap: 20px;*/
/*    row-gap: 20px;*/
/*}*/
/*#gform_submit_button_1{*/
/*    min-width: 150px;*/
/*    padding-right: 45px;*/
/*}*/

.gform_wrapper#gform_wrapper_1 .gfield:not(.gfield--type-select) .gfield_label,
.gform_wrapper#gform_wrapper_2 .gfield:not(.gfield--type-select) .gfield_label,
.gform_wrapper#gform_wrapper_5 .gfield:not(.gfield--type-select) .gfield_label {
    color: #fff !important;
}

.gform_wrapper#gform_wrapper_2 .gfield.gfield--type-select .gfield_label,
.gform_wrapper#gform_wrapper_5 .gfield.gfield--type-select .gfield_label,
.gform_wrapper#gform_wrapper_1 .gfield.gfield--type-select .gfield_label
{
    color:#000 !important;
}

.gform_wrapper#gform_wrapper_1 label.gfield_label.gform-field-label.focus{
    color:#000 !important;

}

.gform_wrapper#gform_wrapper_5 .gfield .gfield_label#field_5_11 label{
    color:#000 !important;
}

.gform_wrapper#gform_wrapper_2 .gfield.gfield--type-fileupload .gfield_label,
.gform_wrapper#gform_wrapper_5 .gfield.gfield--type-fileupload .gfield_label{
    color:#000 !important;
}
.gform_wrapper#gform_wrapper_2 .gfield .gfield_label.focus,
.gform_wrapper#gform_wrapper_5 .gfield .gfield_label.focus
{
    color:#000 !important;
}
.gform_wrapper#gform_wrapper_2 .gfield .ginput_container.ginput_container_select:after,
.gform_wrapper#gform_wrapper_5 .gfield .ginput_container.ginput_container_select:after
{
    border-top: 7px solid #fff;
}

.gform_wrapper#gform_wrapper_2 .gfield .ginput_container.ginput_container_select select,
.gform_wrapper#gform_wrapper_5 .gfield .ginput_container.ginput_container_select select
{
   border:none !important;
    border-bottom:1px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
}
.gform_wrapper#gform_wrapper_2 .gfield .gfield_description,
.gform_wrapper#gform_wrapper_5 .gfield .gfield_description
{
    color:#fff !important;
}

.page-template-getstarted header .cta-button{
	display:none;
}

.get-started .gform_page:not(#gform_page_3_5) .gform_page_footer input.gform_next_button{
    background: url(/wp-content/themes/OGK/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 88% center;
    transition:0.4s ease-in-out;
}
.get-started .gform_page:not(#gform_page_3_5) .gform_page_footer input.gform_next_button:hover{
    opacity: .75;
    border-color: #fff;
    background-position: 100% center;
    transition:0.4s ease-in-out;
}

.gform_wrapper#gform_wrapper_3 .gform_next_button{
    position:absolute;
    color: #FFFEFA;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 20px */
    letter-spacing: -0.03em;
    padding-right: 40px;
    margin-right: 0;
    border-bottom:none;
}


/*text image intro section*/
@keyframes scrollImage {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -1920px 0px;
    }
}
.text-image-intro {
    background-color: #191919;
    background-image: url(/wp-content/uploads/2025/09/Lines-jpg.jpg);
    background-repeat: repeat-x;
    background-size: 1920px 100%;
    animation: scrollImage 13s linear infinite;
    /*background-size: cover;*/
    width: 97%;
    max-width: calc(1920px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-bottom: 80px;
}
.text-image-intro .top{
    padding-bottom:40px;
    display:flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #54595F;
    position: relative;
}
.text-image-intro  .h3,
.text-image-intro  p{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}

.text-image-intro  .content-wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.text-image-intro  .content-wrap .copy-wrap{
    width:65%;
    /*padding-top: 50px;*/
}
.text-image-intro  .content-wrap .image{
    width: 30%;
}
.text-image-intro #intro{
    text-transform: uppercase;
    width: 20%;
}
.text-image-intro #intro-dot{
    color:#FF7900;
    position: absolute;
    right: 0;
}


/* footer */
.footer-tagline span {
    top:unset;
    transform: translateY(-0.5em);
}
/*footer form style*/
#gform_confirmation_message_8{
    color:#fff;
}

/*work section on hp*/
.page-template-home .portfolio-3-stack:first-child .container{
    padding-top:80px;
}


/*single industry cat*/
.category-filter.industry-filter .filter-list{
    padding: inherit;
    padding-top: 40px;
    left:50%;
    transform:translateX(-50%);
    display:none;
}
.category-page .img-spacer.sixteen-nine{
    padding-top: 120.6%;
}

.category-page.blog-articles .blog-feature {
    width: calc(25% - 1.5%);
    padding: 0;
}

.single-industry .related-work .portfolio{
    justify-content: flex-start;
    margin: 0 -.75%;
}
.single-industry .blog-articles .container-large{
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 0 -.75%;
}
.single-industry .blog-articles .articles-wrap{
    column-gap: unset;
    margin: 0;
}
.category-page.blog-articles .articles-wrap {
    width: 100%;

}
.single-industry .related-work .portfolio-item{
    padding:0;
    margin: .75%;
    width: calc(33.33% - 1.5%);
}
.single-industry .portfolio-item .copy-wrap{
    position: absolute;
    background-color: #323232cc;
    opacity:0;
    padding:clamp(20px,3vw,60px);
    z-index: 2;
    transition: .4s ease-in-out all;
    top:0;
    right:0;
    left:0;
    bottom:0;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    text-decoration: none!important;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: "usual", sans-serif;
    overflow:hidden;
}
.single-industry .portfolio-item .copy-wrap h3{
    margin-bottom: 0;
    min-height: unset;
}
.single-industry .portfolio-item:hover .copy-wrap{
    opacity: 1;
    transition: .4s ease-in-out all;
}


/*single blog*/
.single .up-next .featured-image{
    max-width: 450px;
}
.single .up-next .next-post{
    margin-top: 20px;
}

/*portfolio item*/
.portfolio-item:hover .project-thumb{
    display: block !important;
}
.portfolio-item .project-info{
    height: auto;
}

.single-work.postid-963 .image-text .text-wrap{
    flex-direction: column;
    align-items:flex-start;
}
.single.single-post.bg-white ul li{
    color:#696969;
}

.bg-white a.butt {
    color: #000;
}
.bg-white a.butt:after {
    color: #000;
    filter:brightness(0);
}
.single.single-post.bg-white .simple-hero {
 padding:0;
}

.bg-white a {
    color: #696969;
}

h1, .h1 {
  font-size: 60px;
}

header {
    background: #131313cc!important;
    mix-blend-mode: unset;
    max-width: unset!important;
    height: unset!important;
}
 .header-right.not-active:hover {
     opacity: 1!important; 
 }

 .footer-bottom::before {
   left:1.5vw;
 }

 .bg-white .header-right.not-active {
        opacity: 0.7!important; 
 }
.bg-white header {
    background: #ffffffcc!important;
    
}
.bg-white .gfield input {
    border-color: #131313 !important;
    color: #131313 !important;
}
.bg-white .gfield input::placeholder{
    color: #676264!important;
}
.bg-white .gform_footer .gform_button {
    color: #fff!important;
    background-color: #FF7900!important;
    border-radius: 8px;
}
.bg-white #menu-footer-menu {
    color:#131313!important;;
}
.bg-white .footer-bottom::before {
filter:brightness(0);
}
.bg-white .footer-top .social a{
    color: #676264!important;
}
.bg-white .footer-top .social a:after {
    filter: brightness(0);
}

.bg-white .footer-tagline {
  color: #ff7900!important;
}
.bg-white p.gform_description {
    color: #676264!important;
}
.bg-white .footer-menu h4,.bg-white .footer-bottom .gform_title {
    color: #131313!important;
}
.bg-white .footer-left img {
    filter: brightness(0.24);
}
.bg-white .footer-menu ul li a{
    color: #676264;
}
.bg-white header .logo {
    filter: brightness(0);
}
.bg-white .main-menu ul li a.menu-item {
    color: #131313;
}
.bg-white .main-menu ul li a:hover {
    color: #000;
}
.bg-white header .search-toggle-btn  {
    color: #000;
}
.bg-white header .search-toggle-btn:hover{
  color: #FF7900;
}  
.bg-white header a.butt:after {
    color: #FF7900;
    filter: unset;
}

.up-next-wrap {
    max-width: calc(100% - 200px);
}
.prev-wrap a.butt {
    padding-left:30px;
}
.prev-wrap a.butt:hover:after {
    transform: rotate(-135deg);
}
.prev-wrap a.butt:after {
    right:unset;
    left:0;
    transform: rotate(-90deg);
}

.blog-bottom-bar .back svg {
    filter:brightness(0)
}
.blog-feature .title-wrap h3 a, .next-wrap h3 a, .prev-wrap h3 a{
        font-size: 18px;
        line-height:100%;
    }

/* Next/Prev Post Navigation Alignment */
.prev-wrap,
.next-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.prev-wrap .prev-post,
.next-wrap .next-post {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.prev-wrap h3,
.next-wrap h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 78px; /* Approximately 3 lines at 18px font size with 1.4 line-height */
    margin-bottom: 15px;
}

.prev-wrap .butt,
.next-wrap .nxt-wrpper {
    margin-top: auto;
}


.blog-cat-stamp-wrap .blog-stamp {
    border-radius: 5px;
    background: #131313cc;
    color: #fff;
    padding: 3px 7px;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 20px;
    /* font-weight: 400; */
}

.services-list .sub-service-link:hover {
    text-decoration: none!important;
}

@media screen and (max-width: 1275px) {
    h2, h1, .h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 991px){
    /*blog single*/
    .single .single-content.blog{
        display:flex;
        padding-left: 0;
        padding-top:0;
    }
    .single .simple-hero h1{
        font-size:30px;
        line-height:40px;
    }
    .single .left{
        position: sticky;
        top: 70px;
        max-width: 450px !important;
        text-align: center;
        padding-left: 30px;
        padding-top: 0;
        transform: translateY(50px);
        padding-right: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog-content .featured-image img{
        max-width: unset !important;
    }
    .single .blog-content{
        max-width: calc(100% - 450px);
        width:100%;
    }
    .single .container.no-pt{
        padding-top: 0;
    }
    .single .container.no-pb{
        padding-bottom: 0;
    }
    .single .blog .post-info{
        flex-direction: column;
        row-gap: 20px;
        margin: 0;
    }

    .single .blog .post-info .info-section{
        width: 100%;
        border-right: none;
        position: relative;
        padding: 0;
    }
    .single .blog .post-info .info-section:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        /*bottom: -5px;*/
        bottom: -10.5px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FF7900;
        transition: width 0.6s ease;
    }

}

@media screen and (max-width: 1275px) and (min-width: 991px){
    .single .left{
        min-width: unset !important;
        max-width: 350px !important;
    }
    .single .blog-content{
        max-width: calc(100% - 350px);
        width:100%;
    }
    .single .blog-content .container-small{
        padding-left: 20px;
        padding-right: 20px;
    }
    

    .single .simple-hero h1{
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1200px){
    .page-template-home .portfolio-3-stack:first-child .container{
        padding-top:35px;
    }
    .category-page.blog-articles .blog-feature {
        /*width: 31.82%;*/
        width: calc(33.333% - 1.5%);
    }
    /*.single .left{*/
    /*    position: relative;*/
    /*    max-width: unset;*/
    /*    width:100%;*/
    /*    padding-bottom: 20px;*/
    /*}*/

    /*.single .blog-content{*/
    /*    max-width:unset;*/
    /*    width: 100%;*/
    /*}*/
}
@media screen and (max-width: 1100px) {
    .category-filter.industry-filter .filter-list ul {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1024px){


    .category-page.blog-articles .blog-feature {
        /*width: 48.5%;*/
        width: calc(50% - 1.5%);
    }
}

@media screen and (max-width: 991px) {
    .bg-white .blog {
        padding-top: 35px;
    }
    .sticky-featured-img{
        display:none !important;
    }
    .text-image-intro{
       margin-bottom: 35px;
    }
    .text-image-intro  .content-wrap{
        padding-top: 30px;
    }
    .text-image-intro .top{
        padding-bottom:30px;
    }
    .text-image-intro  .content-wrap .image{
       margin-top: 30px;
    }

    /*work archive filters*/
    .category-filter .filter-list{
        padding: 30px calc(1.5% + 25px)
    }
    /*work archive filter cats*/
    .category-filter.industry-filter .filter-icon{
        margin-right: 5px;
    }
    .category-filter.industry-filter .filter-list{
        padding: 30px calc(1.5% + 25px);
    }
    .category-filter.industry-filter .filter-title{
        height: unset;
    }
    .category-filter{
        height: unset;
    }

    /*single*/
    .single .post-info{
        flex-wrap: wrap;
    }
    .single .share{
        width: 100%;
        margin-top: 30px;
    }
    .single .post-info .info-section:first-child{
        border-left: 1px solid #dadada;
    }

    .single .post-info .info-section:last-of-type{
        border-right:none;
    }


    .single-industry .related-work .portfolio-item{
        width: calc(50% - 3%);
    }

/*overwrite for more breathing room*/
/*    .featured-projects-hp, .project-wrap-hp {*/
/*        margin-top: 3% !important;*/
/*    }*/
 
}
@media screen and (max-width: 840px){
    .main-menu ul li {
        padding: 0 15px;
    }
    .main-menu ul li a{
        font-size: 15px;
    }
    .blog-bottom-bar {
        flex-wrap: wrap;
    }
    .up-next-wrap {
        margin-top: 30px;
        width: 100%;
        max-width:100%;
    }
}
@media screen and (max-width: 785px){
    header .cta-button{
        display:none;
    }
	.archive-hero{
		z-index:0;
	}

    /* .blog-content .container-small.text-content.first {
        margin-top: -15px !important;
    } */
    
	.page-template-blog .archive-hero{
		z-index:0;
	}
   
}

@media screen and (max-width: 767px) {
    .services-list h4 {
     padding-bottom: unset;
     border:none;
    }
    .service-bucket .sub-services {
      column-count: 2;
    }
    .text-image-intro  .content-wrap{
        flex-direction: column;
    }

    .text-image-intro  .content-wrap .image,
    .text-image-intro  .content-wrap .copy-wrap{
        width: 100%;
    }

    .category-filter.industry-filter .filter-list ul {
        column-gap: 80px;
    }
    .gform_wrapper#gform_wrapper_2 .gfield.gf_right_half,
    .gform_wrapper#gform_wrapper_2 .gfield.gf_left_half{
        width:100% !important;
        margin: 0 !important;
    }


    .category-page.blog-articles .articles-wrap {
        margin: 0 auto;
    }
    .category-page.blog-articles .blog-feature {
        width: 100%;
        margin:0 0 1.5% 0;
        /*margin:0 0 3% 0;*/
    }

    .single-industry .related-work .portfolio-item{
        width: calc(100%);
        margin:0 0 1.5% 0;
        /*margin:0 0 3% 0;*/
    }
    .single-industry .related-work .portfolio-item:last-child,
    .category-page.blog-articles .blog-feature:last-child{
        magin-bottom:0;
    }
    .blog-articles .blog-feature{
        margin-bottom: 30px;
    }
    #menu-footer-menu-1{
        flex-direction: column;
    }
    .home .blog-section .blog-articles > .container {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .home .blog-articles .articles-wrap > div{
        margin-bottom: 20px;
    }
    .home .blog-articles .articles-wrap > div:last-child{
        margin-bottom: 20px;
    }
    .home .blog-section .title-wrap{
        padding-top: 1.5%;
    }
    .home .blog-section .title-wrap h3{
        margin-bottom: 1.5%;
    }
    .home .blog-section .title-wrap p{
        margin-bottom: 30px;
    }

	.single .blog-content .container-small{
		padding-left:1.5%;
		padding-right:1.5%;
		width: calc(100% - 3%) !important;

	}

    .footer-menus .footer-menu {
        margin: 20px 0;
    }
    .footer-menus .footer-menu:last-child{
        margin-bottom: 0;
    }
    .footer-final-menu-wrap{
        padding-bottom: 20px;
    }
	footer .menu-footer-menu-container{
		display:flex;
		justify-content:center;
	}
	footer #menu-footer-menu{
		justify-content:center;
	}
    .our-services{
        padding:0 !important;
    }
    .our-services .service-item .service-title{
        margin-bottom: 1.5%;
    }
    .our-services .container .content-wrap .service-item{
        margin-bottom: 30px;
    }
    .our-services .container .content-wrap .service-item:last-of-type{
        margin-bottom: 0 !important;
    }

    .our-services .container .service-item p{
        margin-bottom:0;
    }
    .our-services .container .content-wrap{
        margin-top: 0;
    }
}

@media screen and (max-width: 600px){
    .blog-articles .blog-feature h3{
        min-height:unset;
        margin-top: 3%;
        margin-bottom: 0;
    }
    .blog{
        padding-top: 0;
    }
		.get-started .gf_progressbar_title{
		margin-top:-60px;
	}
    .next-wrap, .prev-wrap{
        width: 100%;
        text-align: center;
        max-width:100%!important;
    }
    .up-next-wrap .flex-wrap {
        flex-direction: column;
    }
    .next-wrap a.butt {
        text-align: center!important;
    }
    .nxt-wrpper,.prv-wrpper {
        justify-content: center !important;
    }
    /* .next-wrap, .prev-wrap h3{
        text-align: left;
    } */
}

@media screen and (max-width: 600px){
	.container{
		/*padding-left:20px;*/
		/*padding-right:20px;*/
		min-width: unset !important;
	}
    .footer-right .footer-menu ul li a{
        font-size: 18px;
    }

    .gform_wrapper#gform_wrapper_2{
        padding:25px 1.5%;
    }
	.footer-top .social{
		display:flex;
		flex-direction:column;
		margin-top:40px;
	}
	.footer-top .social a{
		margin-top:0;
	}
	.footer-bottom .footer-left{
		padding-bottom:40px;

	}

}

@media screen and (max-width: 400px){
    .container-large, .container-small{
        min-width:unset !important;
    }
}
@media screen and (max-width: 378px){
	.page-template-about .team-section .team-link-wrap a:after{
		top:50%;
		transform:translateY(50%);
	}
}

/* ==========================================================================
   Search Page Styles
   ========================================================================== */

/* Search Results Header */
.search-results-header {
    padding: 80px 0 40px;
    background-color: #191919;
}

.search-results-header .search-info h2 {
    color: #fff;
    margin-bottom: 10px;
}

.search-results-header .results-count {
    color: #FF7900;
    font-size: 18px;
    margin-bottom: 30px;
}

/* Search Form */
.search-form-wrap {
    margin-top: 30px;
}

.search-form {
    display: flex;
    max-width: 600px;
    gap: 10px;
}

.search-form .search-field {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #54595F;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.search-form .search-field::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-form .search-submit {
    padding: 15px 30px;
    background-color: #FF7900;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.search-form .search-submit:hover {
    opacity: 0.85;
}

/* Filter Tabs */
.search-filter-tabs {
    padding: 30px 0;
    border-bottom: 1px solid #54595F;
}

.filter-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-tab {
    padding: 12px 24px;
    background-color: transparent;
    border: 1px solid #54595F;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.filter-tab:hover {
    border-color: #FF7900;
}

.filter-tab.active {
    background-color: #FF7900;
    border-color: #FF7900;
}

/* Search Results Wrap */
.search-results-wrap {
    padding: 60px 0;
}

.search-section {
    margin-bottom: 60px;
}

.search-section:last-child {
    margin-bottom: 0;
}

.search-section .section-header {
    margin-bottom: 30px;
}

.search-section .section-header h3 {
    color: #fff;
    font-size: 28px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FF7900;
}

/* Blog Results */
.search-section .blog-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-section .blog-results .blog-feature {
    /* width: 32.25%; */
    /* margin-bottom: 20px; */
}

.search-section .blog-results .blog-feature .featured-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.search-section .blog-results .blog-feature img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: block;
    border-radius: 5px;
}

.search-section .blog-results .blog-feature h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 90px;
}

.search-section .blog-results .blog-feature p {
    margin-bottom: 0px;
}

.search-section .blog-results .blog-feature .img-spacer {
    border-radius: 5px;
}

.search-section .blog-results .blog-feature .img-spacer.sixteen-nine {
    padding-top: 56.25%;
    position: relative;
}

/* Case Study Results */
.search-section .case-study-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.5%;
}

.search-section .case-study-results .project-wrap-hp {
    width: 49.25%;
    margin-bottom: 1.5%;
}

.search-section .case-study-results .project-wrap-hp .img-spacer {
    padding-top: 60.3%;
}

/* No Results */
.no-results {
    padding: 80px 0;
    text-align: center;
}

.no-results-content h2 {
    color: #fff;
    margin-bottom: 20px;
}

.no-results-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.no-results .button-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .search-section .case-study-results .project-wrap-hp {
        width: 49.25%;
    }
}

@media screen and (max-width: 767px) {
    .search-results-header {
        padding: 60px 0 30px;
    }

    .search-form {
        flex-direction: column;
    }

    .filter-tabs {
        gap: 10px;
    }

    .filter-tab {
        padding: 10px 18px;
        font-size: 14px;
    }

    .search-results-wrap {
        padding: 40px 0;
    }

    .search-section {
        margin-bottom: 40px;
    }

    .search-section .section-header h3 {
        font-size: 24px;
    }

    .search-section .case-study-results .project-wrap-hp {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .search-section .case-study-results .project-wrap-hp .img-spacer {
        padding-top: 100%;
    }

    .no-results {
        padding: 60px 0;
    }

    .no-results .button-wrap {
        flex-direction: column;
        align-items: center;
    }

    .no-results .button-wrap .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .search-results-header .search-info h2 {
        font-size: 24px;
    }

    .search-results-header .results-count {
        font-size: 16px;
    }
}

/* ==========================================================================
   Brand Drawer Overlay Styles
   ========================================================================== */

/* Brand Drawer Overlay */
.brand-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 19, 19, 0.98);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    overflow: hidden;
}

.brand-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.brand-drawer-open {
    overflow: hidden;
}

.brand-drawer-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 0 60px;
    transform: translateY(30px);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
}

.brand-drawer-overlay.active .brand-drawer-content {
    transform: translateY(0);
}

/* Close Button */
.brand-drawer-close-btn {
    position: absolute;
    top: 0px;
    right: 3vw;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.brand-drawer-close-btn:hover {
    color: #FF7900;
    transform: rotate(90deg);
    background: rgba(255, 121, 0, 0.1);
}

.brand-drawer-close-btn svg {
    pointer-events: none;
}

/* Slider Wrapper */
.brand-drawer-slider-wrap {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    width: 80%;
}

.brand-drawer-slider {
    width: 100%;
    height: 100%;
}

.brand-drawer-slide {
    padding: 0 10px;
    height: 100%;
}

/* Video Callout Cards */
.drawer-video-callout {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.drawer-callout-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.drawer-callout-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drawer-callout-image video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1;
}

.drawer-callout-image .overlay {
    position: absolute;
    background: rgba(27, 27, 28, 0.66);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.drawer-callout-wrapper {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
    outline: none;
}
.drawer-callout-wrapper .explore-btn{
    width:48px;
    height:48px;
}

/* Keyboard focus indicator */
.drawer-callout-wrapper:focus {
    /* outline: 2px solid #FF7900; */
    /* outline-offset: -4px; */
}

.drawer-callout-wrapper .top span {
    font-size: 0.75rem;
    display: flex;
    padding-bottom: 0.5em;
}

.drawer-callout-wrapper h2 {
    margin-right: 40px;
    font-size: clamp(20px, 1.7vw, 30px);
    margin-bottom: 15px;
}

.drawer-callout-wrapper p {
    color: #fff;
    transition: 0.4s ease-in-out;
    opacity: .2;
    margin-bottom: 0;
}

.drawer-callout-wrapper.active p,
.drawer-callout-wrapper:hover p {
    transition: 0.4s ease-in-out;
    opacity: 1;
}

/* Slider Navigation Arrows */
.brand-slider-arrows {
    position: absolute;
    bottom: -6vh!important;
    left: 0;
    display: flex;
    gap: 20px;
    z-index: 10;
    right:0;
    width:100vw;
    justify-content: center;
    /* display: none!important; */
}

.brand-slider-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.brand-slider-arrow svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.brand-slider-arrow:hover {
    background: rgba(255, 121, 0, 0.2);
    border-color: #FF7900;
    transform: scale(1.1);
}

.brand-slider-arrow:hover svg {
    fill: #FF7900;
}

/* Slick Slider Overrides */
.brand-drawer-slider .slick-list {
    height: 100%;
    overflow: visible !important;
}

.brand-drawer-slider .slick-track {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.brand-drawer-slider .slick-slide {
    height: auto;
}

.brand-drawer-slider .slick-slide > div {
    height: 100%;
}

.brand-drawer-content {
    height: 85vh;
    margin-left:1.5%;
    max-height: 800px;
}
.default-page-content .solutions-list-section {
    margin-top: -50px;
}
.default-page-content .solutions-list-section .container {
    padding-top:0!important;
}

header .butt.oj{
    font-weight:500;
    letter-spacing: .9px;
}
.page-template-success-funnel .logo-slider-section {
    padding-bottom:80px;
}
@media screen and (max-width: 1200px) {
    .page-template-success-funnel .logo-slider-section {
        padding-bottom:35px;
    }
}
/* Responsive Styles */
@media screen and (max-width: 1275px) {
    .drawer-callout-wrapper h2 {
        max-width: 90%;
        margin-right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .drawer-video-callout {
        min-height: 450px;
    }
    
    .drawer-callout-wrapper {
        padding: 30px 20px;
    }
    
    .drawer-callout-wrapper h2 {
        max-width: unset;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .brand-drawer-content {
        padding: 70px 0 50px;
    }
    
    .brand-drawer-close-btn {
        top: 20px;
        right: 3vw;
    }
    
    .drawer-video-callout {
        min-height: 400px;
    }
    
    .brand-slider-arrows {
        bottom: 30px;
    }
    
    .brand-slider-arrow {
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .brand-drawer-content {
        padding: 60px 0 40px;
    }
    
    .brand-drawer-slide {
        padding: 0 5px;
    }
    
    .drawer-video-callout {
        min-height: 350px;
    }
    
    .drawer-callout-wrapper {
        padding: 30px 20px;
    }
    
    .drawer-callout-wrapper p {
        font-size: 14px;
        margin-bottom: 1em;
    }
    
    .brand-slider-arrows {
        bottom: 20px;
        gap: 15px;
    }
    
    .brand-slider-arrow {
        width: 40px;
        height: 40px;
    }
    
    .brand-slider-arrow svg {
        width: 16px;
        height: 16px;
    }
    .brand-drawer-slider-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .brand-drawer-close-btn {
        top: 15px;
        right: 15px;
    }
    
    .drawer-video-callout {
        min-height: 300px;
    }
    
    .drawer-callout-wrapper {
        padding: 20px 15px;
    }
    
    .drawer-callout-wrapper h2 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: normal;
    }
    
    .drawer-callout-wrapper p {
        font-size: 13px;
        max-height: 88px;
        overflow-y: auto;
    }
}

/* ==========================================================================
   Header Search Overlay Styles
   ========================================================================== */

/* Search Toggle Button in Header */
.header-search-toggle {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.search-toggle-btn {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.search-toggle-btn:hover {
    color: #FF7900;
    transform: scale(1.1);
}

/* Search Overlay */
.header-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.header-search-overlay.active {
    opacity: 1;
    visibility: visible;
}

body.search-overlay-open {
    overflow: hidden;
}

.search-overlay-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    padding: 40px;
    transform: translateY(-30px);
    transition: transform 0.3s ease;
}

.header-search-overlay.active .search-overlay-content {
    transform: translateY(0);
}

/* Close Button */
.search-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}
.search-close-btn svg {
    pointer-events: none;
}

.search-close-btn:hover {
    color: #FF7900;
    transform: rotate(90deg);
}

/* Search Form in Overlay */
.search-overlay-form h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.header-search-form {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.header-search-form .search-field {
    flex: 1;
    padding: 18px 24px;
    border: 2px solid #54595F;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.header-search-form .search-field:focus {
    outline: none;
    border-color: #FF7900;
    background-color: rgba(255, 255, 255, 0.08);
}

.header-search-form .search-field::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header-search-form .search-submit {
    padding: 18px 32px;
    background-color: #FF7900;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.header-search-form .search-submit:hover {
    background-color: #e66d00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 121, 0, 0.3);
}

.header-search-form .search-submit svg {
    width: 20px;
    height: 20px;
}

/* Search Suggestions */
.search-suggestions {
    text-align: center;
}

.search-suggestions h3 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.suggestions-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.suggestions-links a {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.suggestions-links a:hover {
    background-color: rgba(255, 121, 0, 0.1);
    border-color: #FF7900;
    color: #FF7900;
}

.blog-single-head img{
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    max-height: 680px;
    object-position: center;
} 
.blog .post-info h4 {
    display:none;
}

/* Sticky Featured Image in Sidebar */
.sticky-featured-img {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease-out, max-height 0.4s ease-out, margin-bottom 0.3s ease-out, visibility 0s linear 0.3s;
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
}

.sticky-featured-img.show {
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    margin-bottom: 30px;
    transition: opacity 0.8s ease-in-out, max-height 0.6s ease-in-out, margin-bottom 0.8s ease-in-out, visibility 0s linear 0s;
    pointer-events: auto;
}

.sticky-featured-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.sticky-featured-img .lazyload-wrap {
    border-radius: 5px;
    overflow: hidden;
}

.bg-white footer {
    background: #ffff;
}
.bg-white .share svg path{
    fill: #000;
}
.bg-white .share {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Responsive Styles */
@media screen and (max-width: 840px) {
    .header-search-toggle {
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .search-overlay-content {
        padding: 30px 20px;
    }

    .search-overlay-form h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .header-search-form {
        flex-direction: column;
        gap: 10px;
    }

    .header-search-form .search-field {
        padding: 16px 20px;
        font-size: 16px;
    }

    .header-search-form .search-submit {
        padding: 16px 28px;
        font-size: 16px;
        justify-content: center;
    }

    .suggestions-links {
        gap: 10px;
    }

    .suggestions-links a {
        font-size: 13px;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 600px) {
    .search-overlay-form h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 785px) {
    .header-search-toggle {
        order: 1;
        margin-left: auto;
        margin-right: 15px;
    }
}

/* ==========================================================================
   Explore Button Styles (from wearecallouts.php)
   ========================================================================== */

.explore-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
    transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Text - Hidden initially */
.explore-btn__text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 24px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    z-index: 2;
}
.bg-white .explore-btn__text {
    color: #fff;
}
.bg-white .blog-bottom-bar .explore-btn{
 flex-direction: row-reverse;
}
/* Arrow Icon - Always visible */
.explore-btn__arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.explore-btn__arrow svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* White background */
.explore-btn__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

/* Hover States - Direct button hover */
.explore-btn:hover {
    width: 180px;
    border-color: #fff;
}

.explore-btn:hover .explore-btn__bg {
    transform: translateX(0);
}

.explore-btn:hover .explore-btn__text {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.explore-btn:hover .explore-btn__arrow svg {
    stroke: #000;
}

/* Active States - Card hover/focus triggers button */
.callout-wrapper.active .explore-btn,
.callout-wrapper:hover .explore-btn,
.callout-wrapper:focus-within .explore-btn {
    width: 180px;
    border-color: #fff;
}

.callout-wrapper.active .explore-btn__bg,
.callout-wrapper:hover .explore-btn__bg,
.callout-wrapper:focus-within .explore-btn__bg {
    transform: translateX(0);
}

.callout-wrapper.active .explore-btn__text,
.callout-wrapper:hover .explore-btn__text,
.callout-wrapper:focus-within .explore-btn__text {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.callout-wrapper.active .explore-btn__arrow svg,
.callout-wrapper:hover .explore-btn__arrow svg,
.callout-wrapper:focus-within .explore-btn__arrow svg {
    stroke: #000;
}

/* Drawer-specific states - Same as above but for drawer cards */
.drawer-callout-wrapper.active .explore-btn,
.drawer-callout-wrapper:hover .explore-btn,
.drawer-callout-wrapper:focus-within .explore-btn {
    width: 180px;
    border-color: #fff;
}

.drawer-callout-wrapper.active .explore-btn__bg,
.drawer-callout-wrapper:hover .explore-btn__bg,
.drawer-callout-wrapper:focus-within .explore-btn__bg {
    transform: translateX(0);
}

.drawer-callout-wrapper.active .explore-btn__text,
.drawer-callout-wrapper:hover .explore-btn__text,
.drawer-callout-wrapper:focus-within .explore-btn__text {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.1s;
}

.drawer-callout-wrapper.active .explore-btn__arrow svg,
.drawer-callout-wrapper:hover .explore-btn__arrow svg,
.drawer-callout-wrapper:focus-within .explore-btn__arrow svg {
    stroke: #000;
}

/* Back to News specific styling for blog page */
.single .blog-bottom-bar .back-to-news {
    border-color: rgba(0, 0, 0, 0.2);
}
/* .single .blog-bottom-bar .back-to-news .explore-btn {
    flex-direction: row-reverse;
} */
.single .blog-bottom-bar .back-to-news .explore-btn__arrow svg {
    stroke: #000;
    transform: scaleX(-1);
}

.single .blog-bottom-bar .back-to-news:hover {
    border-color: #000;
}

.single .blog-bottom-bar .back-to-news:hover .explore-btn__arrow svg {
    stroke: #fff;
}

.single .blog-bottom-bar .back-to-news .explore-btn__bg {
    background: #000;
}

@media screen and (max-width: 1275px) {
    .explore-btn {
        width: 100%;
        height: auto;
    }
    .blog-bottom-bar .explore-btn{
        min-width:48px;
        height: 48px;
    }
}
