/* Mobile horizontal overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.site, .wp-site-blocks, .entry-content {
    overflow-x: hidden;
}

/* Fix Kadence Tabs overflow on mobile */
@media screen and (max-width: 767px) {
    .wp-block-kadence-tabs .kt-tabs-title-list {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    
    .wp-block-kadence-tabs .kt-title-item {
        flex-shrink: 0;
    }
}

.breadcrumb-block-design .breadcrumb-items {
    padding: 0;
}
.breadcrumb-block-design .breadcrumb-items .breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-block-design .breadcrumb-items::before {
    content: "";
    width: 15px;
    height: auto;
    background: url(/wp-content/uploads/2025/07/carbon_arrow-right.svg)no-repeat center;
    background-size: 100%;
    aspect-ratio: 1;
	margin-right: 10px;
}
.resp-info-box-row .kt-inside-inner-col,
.resp-info-box-row .kt-inside-inner-col .wp-block-kadence-infobox,
.resp-info-box-row .kt-inside-inner-col .info-box-link {
    height: 100%;
}
.category-tabs .cat-tab-btn {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: rgb(4 35 71 / 60%);
    border-radius: 0 !important;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    padding: 16px 20px;
	font-size:16px;
}
.category-tabs .cat-tab-btn.active,.category-tabs .cat-tab-btn:hover {
    color: #042347;
    border-color: #0062FE;
    box-shadow: none;
}
.category-tabs {
    border-bottom: 1px solid #0423472E;
	margin-bottom:20px;
	display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}
.category-tabs {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
  overflow-x: auto;
  overflow-y: hidden;
}
.category-tabs::-webkit-scrollbar {
  display: none;
}
.cat-posts {
    display: flex;
    flex-wrap: wrap;
}
.cat-posts .case-study-article {
    width: 25%;
}
.case-study-article>a {
    display: block;
    text-decoration: none;
}
.case-study-article .cs-featured-image {
    aspect-ratio: 1.0839/1;
    object-fit: cover;
	margin-bottom:30px;
}
.case-study-article .cs-acf-logo img {
    max-height: 30px;
    max-width: 100%;
}
.case-study-article .cs-acf-logo{
	margin-bottom:10px;
}
.case-study-article .cs-excerpt {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    color: hsl(200deg 39% 20% / 70%);
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-height: 22px;
}
.case-study-article .cs-post-content {
    padding: 24px 40px 20px 20px;
}
.office-custom-info-box .kt-button {
    padding: 0;
}
.office-custom-info-box .kt-button .kt-btn-inner-text strong {
    color: #042347;
    font-weight: inherit;
}
.contact-info-box .kt-blocks-info-box-media{
	display:block;
}
.contact-info-box .kt-infobox-textcontent {
    min-height: 162px;
}
.icon_n_text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-right: 30px;
    position: relative;
}
.icon_n_text img {
    position: absolute;
    right: 0;
    top: 3px;
}
/* Service Category Css */
.category-hero {
    padding-top: 380px;
    padding-inline: 20px;
    padding-bottom: 90px;
    min-height: 670px;
    position: relative;
}
.category-hero__background {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    position: absolute;
}
.category-hero__content {
    z-index: 1;
    position: relative;
}
.category-hero__background .category-hero__bg_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.category-hero__background .category-hero__bg_video {
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
}
.category-hero_background_overlay {
    background: linear-gradient(180deg, #041529 0%, #04152900 62%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.category-hero__title {
    margin: 0;
    margin-bottom: 36px;
    text-align: left;
    font-size: 84px;
    line-height: 84px;
    font-weight: 400;
    max-width: 800px;
    font-family: Inter;
    color: #fff;
}
.category-hero__content {
    max-width: 1340px;
    margin: 0 auto;
    padding-bottom: 70px !important;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.category-hero__subtitle {
    max-width: 600px;
    margin: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: Barlow;
    color: #fff;
}
.category-hero__button {
       background: linear-gradient(90deg, rgb(14, 97, 254) 100%, rgb(72, 211, 255) 0%);
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    padding: 18px 26px 18px 16px;
    color: #fff;
    text-decoration: none;
    gap: .5em;
    display: inline-flex;
	transition: background-color 0.8s ease-in-out !important;
}
span.category-hero__button-icon{transition: .3s ease;}
.category-hero__button:hover {background: linear-gradient(90deg, rgb(14, 97, 254) 37.98%, rgb(72, 211, 255) 100%);}
.category-hero__button:hover span.category-hero__button-icon{transform: translate(10px, 0px);}
.category-hero__button:hover {
    color: #fff;
}
.page-breadcrumb {
    padding: 20px;
    border-bottom: 1px solid rgba(4, 35, 71, 0.18);
    background: #fff;
    font-family: Barlow;
}
.page-breadcrumb__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
    max-width: 1340px;
    margin-inline: auto;
}
.page-breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #042347;
}
.page-breadcrumb__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #042347;
    font-weight: 500;
    gap: 5px;
}
.page-breadcrumb__icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.page-breadcrumb__divider {
    color: #585879;
    margin-left: 5px;
}
.page-breadcrumb__item--current .page-breadcrumb__text {
    color: #585879;
    font-size: 16px;
}
.category-intro__container {
    max-width: 1340px;
    margin-inline: auto;
}
section.category-intro {
    padding-inline: 20px;
    padding-block: 120px;
}
.category-intro__title {
    text-align: center;
    font-size: 72px;
    line-height: 79.2px;
    font-weight: 300;
    font-family: Inter;
    color: #041529;
    text-transform: uppercase;
}
.category-intro__title span {
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, rgb(34, 34, 205) 0%, rgb(72, 211, 255) 100%);
    font-weight: 300;
}
.category-intro__description {
    margin: 0;
    color: #66668B;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    margin-block: 30px;
}
.category-intro__text-content {
    max-width: 882px;
    margin-inline: auto;
    margin-bottom: 100px;
}
.category-intro__scroll-link {
    border: 1px solid #0062FE;
    aspect-ratio: 1;
    height: auto;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    border-radius: 100%;
}
.category-posts-flex {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
article.category_post {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
article.category_post.rtl {
    flex-direction: row-reverse;
}
article.category_post .category-intro__featured-image {
    width: Calc(55% - 20px);
}
article.category_post .category-intro__featured-info {
    width: Calc(45% - 20px);
    padding: 48px;
}
article.category_post .category-intro__featured-title {
    color: #042347;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    text-align: left;
}
article.category_post .category-intro__featured-description {
    color: #585879;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.16px;
    margin: 30px 0;
    text-align: left;
}
article.category_post .category-intro__button {
    background: linear-gradient(90deg, rgb(14, 97, 254) 100%, rgb(72, 211, 255) 0%);
    display: inline-flex;
    padding: 18px 26px 18px 16px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
	transition: background-color 0.8s ease-in-out !important;
}
article.category_post .category-intro__button:hover svg {    transform: translate(10px, 0px);}

article.category_post .category-intro__button svg {
    transition: .3s ease;
}

article.category_post .category-intro__button:hover {
    background: linear-gradient(90deg, rgb(14, 97, 254) 37.98%, rgb(72, 211, 255) 100%);
}
article.category_post .category-intro__featured-image img {
    aspect-ratio: 7 / 4;
    border-radius: 6px;
    display: block;
    width: 100%;
    object-fit: cover;
}
section.category-intro {
    background: url(/wp-content/uploads/2025/07/cat-bottom-grpahics.svg) no-repeat top center;
    background-size: cover;
}
/* Service Category End */


/*17-7-2025 css start*/

.filter-section {
	margin-bottom: 30px;
}

.filter-section h2 {
	margin-bottom: 15px;
	font-size: 24px;
}

.filter-btns {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.filter-btns button {
    padding: 5px 15px;
    background-color: transparent;
    border: 1px solid #ffffff3d;
    border-radius: 20px;
    cursor: pointer;
    min-width: 64px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
	transition:0.3s;
}

.filter-btns button.active, .filter-btns button:hover {
    background-color: #48D3FF;
    color: #041529;
}

.post-box img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.post-categories a {
    color: #48D3FF;
    font-size: 13px;
    text-decoration: none;
    border-radius: 2px;
    background-color: #ffffff1f;
    text-transform: uppercase;
    padding: 2px 4px;
}
.filtered-posts .post-box h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 33px 0;
}
.filtered-posts .post-box p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff99;
    line-height: 22px;
}
.filtered-posts {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 20px;
}
.filtered-posts .post-content {
    padding: 10px 12px;
}
.maritime-wrapper .filter-btns button {
    border-color: #04234738;
    color: #042347;
}
.maritime-wrapper .filter-btns button.active, .maritime-wrapper .filter-btns button:hover {
    background-color: #0062FE;
    color: #fff;
    border-color: #0062FE;
}
.maritime-wrapper .post-categories a {
    color: #0062FE;
    font-size: 11px;
    background-color: #0062fe26;
}
.maritime-wrapper .filtered-posts .post-box h3 {
    color: #042347;
	margin-bottom:0px;
}
.maritime-wrapper .filtered-posts .post-box p{
	display:none;
}
.maritime-wrapper .filter-section {
    margin-bottom: 17px;
}
/*17-7-2025 css end*/


@media screen and (max-width:1024px){
	.tab-stretch-info .kt-row-column-wrap .wp-block-kadence-column, 
	.tab-stretch-info .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col {
    height: 100%;
}

}
@media screen and (max-width:991px){
	.cat-posts .case-study-article {
    	width: 33.33%;
	}
	.filtered-posts {
    	grid-template-columns: 3fr 3fr;
	}
}

@media screen and (max-width:767px){
	.resp-info-box-row .info-resp-box .kt-blocks-info-box-media-container{
		margin-bottom:50px;
	}
	.cat-posts .case-study-article {
    	width: 50%;
	}
	.tab-stretch-info .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col .kt-blocks-info-box-title,
	.tab-stretch-info .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col .kt-blocks-info-box-text,
	.tab-stretch-info .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col .wp-block-kadence-advancedheading{
		text-align: center;
	}
	.tab-stretch-info .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col {
   		padding: 30px 20px;
	}
	.resp-location-info-box .kt-infobox-textcontent {
		display: flex;
		gap: 20px;
	}
	.resp-location-info-box .kt-infobox-textcontent .kt-blocks-info-box-title {
		width: 110px;
	}
	.resp-location-info-box .kt-infobox-textcontent .kt-blocks-info-box-text {
		width: Calc(100% - 130px);
	}
	
	.office-custom-info-box {
    padding-top: 20px;
    border-top: 1px solid rgb(0 0 0 / 9%);
}
.office-custom-info-box>.kt-inside-inner-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 20px;
}
.office-custom-info-box>.kt-inside-inner-col figure.wp-block-kadence-image {
    width: 200px;
}
.office-custom-info-box>.kt-inside-inner-col figure.wp-block-kadence-image img {
    aspect-ratio: 1/1.2;
    border-radius: 4px;
	object-fit:cover;
}
.office-custom-info-box>.kt-inside-inner-col>.kb-row-layout-wrap {
    width: calc(100% - 220px);
}
	
}
@media screen and (max-width:575px){
.office-custom-info-box>.kt-inside-inner-col figure.wp-block-kadence-image {
    width: 125px;
}
	.office-custom-info-box>.kt-inside-inner-col>.kb-row-layout-wrap {
    width: calc(100% - 145px);
}
.filtered-posts {
   grid-template-columns: 3fr;
}
}
@media screen and (max-width:480px){
	.cat-posts .case-study-article {
    	width: 100%;
	}
	.cat-posts{
		gap:30px;
	}
	.case-study-article .cs-featured-image {
    	margin-bottom: 0;
	}
	.case-study-article .cs-post-content {
    	padding: 24px 0px 20px 0px;
	}
	.post-box img {
		height: 220px;
	}
	.post-categories a {
    	font-size: 11px;
	}
	.filtered-posts .post-box h3 {
    	margin: 10px 0 10px 0;
	}
	.filtered-posts {
    	gap: 90px;
	}
	.filter-section {
    	margin-bottom: 78px;
	}
	.maritime-wrapper .filtered-posts {
    	gap: 28px;
	}
}