/*
Theme Name: Eleganz Luxury
Version: 1.0
Tags: brown, gray, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL
*/

:root{ 
	--accent: #A14C24;
	--color-dark: #000;
	--color-grey: #F2F2F2;
	--color-grey2: #888;
}

body{font: normal 16px/1.6 'Outfit'; font-weight: 400; overflow-x: hidden; position: relative;} 
img{max-width: 100%;}
a{text-decoration: none; color: var(--accent);}
a:hover,a:focus{text-decoration: none;}
a,.btn{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.ul-none,.site-footer ul,.slick-dots{list-style: none; margin: 0; padding: 0;}

/*Format*/
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{margin-bottom: 25px; font-weight: 600;}
h1,.h1{font-size: 45px;}
h2,.h2{font-size: 40px;}
h3,.h3{font-size: 33px;}
h4,.h4{font-size: 24px;}
h5,.h5{font-size: 18px;}
p{margin-bottom: 25px;}
strong{font-weight: 600;}
.bg-dark{background-color: var(--color-dark) !important;}
.bg-grey{background-color: var(--color-grey) !important;}
.has-separator{position: relative; padding-bottom: 25px;}
.has-separator::after{
	content: ''; position: absolute; left: 0; bottom: 0;
	width: 100px; height: 2px; background-color: var(--accent);
}
.has-separator.text-center::after{
	left: calc(50% - 50px);
}
.text-accent{color: var(--accent) !important;}
.max-1000{max-width: 1000px;}
.max-800{max-width: 800px;}
.font-300{font-weight: 300;}
.text-large{font-size: 65px;}

/*Buttons*/
.btn{padding: 8px 25px; border-radius: 3px; border: 0; font-size: 16px; font-weight: 400; position: relative; overflow: hidden; display: inline-flex; gap: 10px; text-transform: uppercase;}
.btn.btn-primary,.btn.btn-primary:focus,.btn.btn-primary:active{background: var(--accent); color: #fff;}
.btn.btn-outline,.btn.btn-outline:focus,.btn.btn-outline:active{
	background: transparent; color: var(--dark-color); box-shadow: inset 0 0 0 1px var(--color-dark);
}
.btn.btn-outline-accent,.btn.btn-outline-accent:focus,.btn.btn-outline-accent:active{
	background: transparent; color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent);
}
.btn-lg{
	padding: 15px 30px;
}
.btn:hover,.btn:focus,.btn:active{
  transform: scale(1.05);
}

/* ============================================
   WORDPRESS IMAGE ALIGNMENT
   ============================================ */

/* Center */
.aligncenter {
    display: block;
    /*margin: 1.5em auto;*/
	margin: 0 auto 1.5em;
    clear: both;
    text-align: center;
}

.aligncenter img,
.aligncenter video,
.aligncenter iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Left */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

/* Right */
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

/* Captions */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0 0;
    font-size: 0.875em;
    line-height: 1.4;
    color: #666;
}

.wp-caption.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* Gutenberg */
.wp-block-image {
    margin-bottom: 1.5em;
}

.wp-block-image.aligncenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 1em auto;
    }
}


.alignwide, .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

/*WPB*/
.stats-desc,
div.stats-block .stats-number{font-weight: 300;}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
.h-100 > .wpb_wrapper{height: 100%;}

.bg-video-block {
	width: 100%; height: 100%;
	left: 0; top: 0;
	position: absolute;
    margin: 0;
}
.bg-video-block .wpb_wrapper{
	height: 100%;
}

.bg-video-block video {
    width: 100%;
    height: 100%;
    display: block;
	object-fit: cover;
}

/*Section*/
.xl-section{padding-top: 160px !important; padding-bottom: 160px !important;}
.section{padding-top: 120px !important; padding-bottom: 120px !important;}
.md-section{padding-top: 90px !important; padding-bottom: 90px !important;}
.sm-section{padding-top: 70px !important; padding-bottom: 70px !important;}

/*Header*/
.site-header{
	position: sticky; top: 0; left: 0; width: 100%; z-index: 9999;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.site-header .left-col,
.site-header .right-col{max-width: 155px; width: 100%;}
.site-header .navbar-brand{max-width: 150px;}

/*DropDown*/
@media only screen and (min-width : 990px) {
	.navbar-nav > li > .dropdown-menu{
    display: block; padding: 10px 0; transition: ease-out 0.30s; margin-top: 10px; opacity: 0; visibility: hidden;
    background: var(--dark-color);  right: 0; width: 220px; border: 0;
  }
	.dropdown:hover .dropdown-menu{margin-top: 0; opacity: 1; visibility: visible;}
}
.navbar-nav .dropdown-menu{padding: 10px 20px; background: var(--dark-color);}
.navbar-nav .dropdown-menu .dropdown-item{
  color: rgba(255,255,255,.7); padding: 10px 15px; border-radius: 0; white-space: normal; font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .current-menu-item > a{
  background: rgba(255,255,255,0.04); color: #fff;
}

/*Mobile Menu*/
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	width: 30px; height: 30px;
}
.navbar-toggler.navBtn{border: 0; box-shadow: none;}
.sidenav-wrap{
	width: 0; transition: .3s ease; position: absolute; left: 0; top: 0; height: 100%; z-index: 44444; opacity: 0; color: #000;
}
.sidenav-wrap .menu-backdrop{
	position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.5);
}
.sidenav{
	height: 100%; width: 350px; position: fixed; z-index: 9999; top: 0; left: -370px; opacity: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.sidenav .closebtn{position: absolute; z-index: 44; width: 30px; text-align: center; top: 0; right: 18px; font-size: 36px; line-height: normal; color: #000;}
.the_menu{padding: 30px; font-size: 17px;}
.the_menu h4.hd{font-size: 18px; margin-bottom: 30px; letter-spacing: 3px;}
.the_menu .navbar-nav li:not(:last-child){margin-bottom: 15px; border-bottom: 1px solid #A8A8A861;}
.the_menu .navbar-nav li > a{
	padding: 0 0 12px; display: block; width: 100%; color: #000 !important; font-weight: 300; font-size: 16px;
	text-transform: uppercase;
}
.the_menu .navbar-nav li > a:hover,
.the_menu .navbar-nav li.current-menu-item > a.nav-link{
	color: var(--accent) !important;
}
/*dd*/
.the_menu .navbar-nav .dropdown-menu{position: absolute; left: 0; width: 100%;}
.the_menu .navbar-nav .dropdown-menu{border-radius: 0;}
.the_menu .navbar-nav .dropdown-menu li{margin-bottom: 0;}
.the_menu .navbar-nav > li:hover > a.nav-link,
.the_menu .navbar-nav li a.nav-link.show{color: var(--secondary-color) !important;}
.the_menu .navbar-nav .dropdown-menu .dropdown-item{font-size: 15px; font-weight: 400;} 
.sidenav-cinfo{background-color: #F5F5F5; padding: 20px; font-size: 15px;}
.sidenav-cinfo, .sidenav-cinfo a{color: #000;}
.sidenav-cinfo ul li{margin-bottom: 8px;}
.sidenav-cinfo .social-icon{color: var(--secondary-color);}
.sidenav-cinfo .social-media a{width: 25px; height: 25px;}
.sidenav-cinfo .social-media a .social-icon{color: #000;}
/*Show*/
.sidenav-wrap.show{width: 100%; opacity: 1;}
.sidenav-wrap.show .sidenav{left: 0; opacity: 1;}

/*Footer*/
.site-footer{font-size: 15px; font-weight: 300;}
.site-footer,
.site-footer a{color: #fff;}
.site-footer a:not(.btn):hover{opacity: .8;}
.site-footer .text-block{
	padding: 50px 40px;
	border-right: 1px solid rgba(255,255,255,.3);
	height: 100%;
}
.fnav-section .row .cl:last-child .text-block{
	border-right: 0;
}
.site-footer h5{font-size: 20px; margin-bottom: 20px; font-weight: 500;}
.site-footer ul li:not(:last-child){margin-bottom: 10px;}
.site-footer .sep{border-top: 1px solid rgba(255,255,255,.3); display: block; width: 100%;}
.social-link{
	display: inline-flex; align-items: center; gap: 8px;
}
.social-link .icon{
	width: 32px; height: 32px;
	border-radius: 50px; background-color: #285C91; display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.social-link .icon svg{
	width: 80%;
}
.cinfo li a{
	display: flex; align-items: center; gap: 10px;
	font-weight: 300;
}
.cinfo li a .social-icon{
	flex-shrink: 0;
}
.copyright{background-color: #242628; padding: 30px 0;}

/*Page*/
.hero-section{
}
.hero-section h3{
	font-size: 20px; font-weight: 500;
	letter-spacing: 8px;
}
.hero-section h1{
	font-weight: 500;
}

.hero-content{
	position: relative; z-index: 22;
}

.page-title{background: center top no-repeat #7B5D4F; background-size: cover; position: relative;}

.stats-block.custom-counter{
	margin-bottom: 15px !important;
	height: calc(100% - 15px);
}
.stats-block.custom-counter .stats-desc{
	padding-bottom: 30px;
	border-bottom: 1px solid #A14C24;
	position: relative;
	height: 100%;
}
.stats-block.custom-counter .stats-desc::after{
	content: ''; 
	position: absolute; right: 0; bottom: 0;
	width: 0; height: 0; 
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 10px solid #A14C24;
}

.half-grey-bg,
.half-top-grey-bg,
.half-top-left-grey-bg,
.bg-map,
.half-box,
.qtr-box,
.btm-dark,
.btm-grey,
.right-grey-30,
.left-grey-30,
.left-accent-bg,
.top-grey{
	position: relative;
}
.half-grey-bg::after,
.half-top-grey-bg::after,
.half-top-left-grey-bg::after,
.top-grey::after{
	position: absolute; left: 0; bottom: 0;
	content: ''; width: 46%; height: 60%; background-color: var(--color-grey);
}
.half-top-grey-bg::after,
.half-top-left-grey-bg::after{
	bottom: inherit; top: 0;
	width: 100%; height: 70%;
}
.half-top-left-grey-bg::after{
	width: 50%;
}
.half-grey-bg .vc_row,
.half-top-grey-bg .vc_row,
.half-box .vc_row,
.qtr-box .vc_row,
.btm-dark .vc_row,
.btm-grey .vc_row,
.half-top-left-grey-bg .vc_row,
.right-grey-30 .vc_row,
.left-accent-bg .vc_row,
.top-grey .vc_row,
.left-grey-30 .vc_row{
	z-index: 22;
}
.bg-map::before{
	position: absolute; left: 0; top: 0;
	content: ''; width: 100%; height: 100%;
	background: url(/wp-content/uploads/2026/07/map.svg) center 30px no-repeat;
	background-size: 95%;
	z-index: 11;
}
.left-grey-30::after,
.right-grey-30::after{
	content: ''; position: absolute; top: 0; 
	width: 30%; height: 100%;
	background-color: var(--color-grey);
}
.left-grey-30::after{
	left: 0;
}
.right-grey-30::after{
	right: 0;
}
.right-grey-30-40::after{
	height: 40%;
}
.top-grey::after{
	bottom: inherit; top: 0; width: 100%; height: 50%;
}

.left-accent-bg::before{
	content: '';
	width: 32%; height: 100%;
	position: absolute; left: 0; top: 0;
	background-color: var(--accent);
}

.half-box::before{
	content: '';
	position: absolute; left: 0; bottom: 0;
	width: 50%; height: 30%;
	background-color: var(--accent);
}
.qtr-box::after{
	content: '';
	position: absolute; right: 0; top: 0;
	width: 350px; height: 350px;
	background-color: var(--color-grey2);
}
.btm-dark::after,
.btm-grey::after{
	content: '';
	position: absolute; left: 0; bottom: 0;
	width: 100%; height: 250px;
	background-color: #000;
}
.btm-grey::after{
	background-color: var(--color-grey)
}

.logos-slider .slick-track{
	display: flex; align-items: center;
}
.logos-slider .slick-list{
	margin: 0 50px;
}
.logos-slider .slick-slide img{
	width: 100%;
	max-width: 180px; max-height: 55px; object-fit: contain;
}

.global-card{
	height: 400px; color: #fff; text-align: center;
	overflow: hidden; position: relative;
	display: flex; align-items: end; justify-content: center;
	transition: .3s ease; padding: 26px; margin-bottom: 20px;
	background: center center no-repeat;
	background-size: cover;
}
.global-card h4{
	font-weight: 500; font-size: 30px; margin-bottom: 0;
	position: relative;
	margin-bottom: 20px;
}
.global-card h4::after,
.icon-card a::after{
	content: '';
	display: block; width: 50px; height: 1px; background-color: #fff;
	margin-left: calc(50% - 25px); margin-top: 8px;
}
.global-card a{
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%; text-indent: -3333px;
}

.global-card .country-info{
	font-weight: 300; line-height: 1.2;
	text-align: left;
	height: 0; overflow: hidden;
	transition: height .5s ease;
}
.global-card .country-info strong{
	font-weight: 400; font-size: 30px; display: block; width: 100%;
}
.global-card .country-info .col-6:not(:last-child){
	margin-bottom: 15px;
}
/*hover*/
.global-card:hover{
	transform: scale(1.03); box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.global-card:hover .country-info{
	height: 200px;
}

.icon-card{
	text-align: center;
	height: 320px;
	display: flex; align-items: center; justify-content: center;
}
.icon-card h4{margin-bottom: 15px;}
.icon-card a{
	color: #171618; font-size: 14px;
}
.icon-card a::after{
	background-color: #171618;
	margin-top: 6px;
}

.icon-card2{
	margin-bottom: 25px
	height: calc(100% - 25px);
}

/*
.featured-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.featured-card {
    flex: 0 1 auto !important;
	background-color: var(--color-grey);
	padding: 12px;
}
.featured-card-content{
	padding: 25px;
}
.featured-card-content h4{
	font-weight: 500;
}
.featured-card-content h4 a{
	color: #000;
}
.featured-card-footer{
	display: flex; align-items: center; justify-content: space-between;
}
.featured-card-date{font-size: 15px;}*/

section.vc_section.portfolio-slider-section{
	position: relative; z-index: 33; overflow: visible;
}
section.vc_section.portfolio-slider-section .vc_row{
	overflow: visible;
}

.swiper-logo-slider-wrapper .slider-arrow{
	border: 0;
}
.ult-carousel-wrapper .slick-slider .slick-arrow,
.swiper-logo-slider-wrapper .slider-arrow{
	width: 50px; height: 38px;
	background: url(/wp-content/uploads/2026/08/slider-arrow.svg) center no-repeat;
	background-size: 100%;
	margin-top: -14px;
}
.ult-carousel-wrapper .slick-slider .slick-arrow.slick-next,
.swiper-logo-slider-wrapper .slider-arrow.slider-next{
	transform: scalex(-1);
}
.ult-carousel-wrapper .slick-slider .slick-arrow i,
.swiper-logo-slider-wrapper .slider-arrow svg{
	display: none;
}

.address-block,
.mv-block,
.business-card{
	margin-bottom: 25px;
	padding: 50px; height: calc(100% - 25px);
}
.address-block .has-separator,
.icon-card2 .has-separator{
	padding-bottom: 12px; margin-bottom: 12px;
}
.address-block .has-separator::after,
.icon-card2 .has-separator::after{
	width: 50px;
}
.icon-card2{
	position: relative;
}
.icon-card2::before{
	content: '';
	position: absolute; top: 0; right: 0;
	width: 50%; height: 40px;
	background-color: #EAEAEA;
}
.icon-card2 .btn-outline{
	box-shadow: inset 0 0 0 1px var(--accent);
	color: var(--accent);
	font-size: 14px;
}

.business-card{
	overflow: hidden;
}
.business-card,
.business-card .business-card-content{
	position: relative;
}

.business-card .image{
	margin-bottom: 40px;
	object-fit: contain;
}

.business-card .business-card-content{
	z-index: 22; font-size: 18px;
}
.vc-business-card.business-card .vc-card-logo{
	top: 0; position: relative;
	visibility: visible; opacity: 1; transition: .4s ease;
}
.vc-business-card.business-card .vc-card-logo img{
	object-fit: contain;
}
.business-card .vc-card-main-image{
	position: absolute; left: 0; top: 0; z-index: 11;
	width: 100%; height: 100%; opacity: 0; transition: opacity .4s ease;
}
.business-card .vc-card-main-image img{
	object-fit: cover; object-position: center;
}
.vc-business-card.business-card::before{
	content: ''; position: absolute; left: 0; top: 0;  z-index: 12;
	width: 100%; height: 100%; opacity: 0; transition: opacity .4s ease;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*hover*/
.vc-business-card.business-card:hover{
	color: #fff;
}
.vc-business-card.business-card:hover .btn.btn-outline-accent{
	background-color: var(--accent); color: #fff; box-shadow: none;
}
.vc-business-card.business-card:hover .vc-card-logo{
	top: -10px;
	visibility: hidden; opacity: 0;
}
.vc-business-card.business-card:hover .vc-card-main-image,
.vc-business-card.business-card:hover:before{
	opacity: 1;
}


.text-overlay-card{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.text-overlay-card .text-block{
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%; display: flex; align-items: end; justify-content: center;
	text-align: center;
	padding: 20px;
	z-index: 22; transition: .3s ease;
}
.text-overlay-card .text-block h3{
	margin-bottom: 0;
}
.text-overlay-card::after{
	content: ''; position: absolute; left: 0; bottom: 0;
	height: 40%; width: 100%; z-index: 11;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.text-overlay-card .image-block{
	transition: 1s ease;
}
.text-overlay-card,
.text-overlay-card .image-block img,
.team-card .image-block img{
	width: 100%;
}
.text-overlay-card:hover .image-block{
	transform: scale(1.06);
}

.team-slider .slick-slider .slick-list,
.team-slider .slick-slider .slick-list .slick-track{
	display: flex;
}

.team-slider .slick-slider .slick-arrow{
	position: absolute; right: 0; top: -90px;
}
.team-slider .slick-slider .slick-arrow.slick-prev{
	left: inherit; right: 65px;
}

.team-card{
	padding: 0 0 30px 30px; position: relative;
	height: 100%;
}
.team-card .text-block,
.team-card .image-block{
	position: relative; z-index: 22;
}
.team-card .image-block{
	margin-bottom: 20px;
	max-width: 300px;
}

.team-card .text-block{
	padding-right: 50px;
}
.team-card h3{
	margin-bottom: 5px;
}
.team-card p{
	margin-bottom: 15px;
}
.team-card p:last-child{
	margin-bottom: 0;
}
.team-card::after{
	content: '';
	position: absolute; left: 0; bottom: 0;
	width: calc(100% - 30px); height: 70%; background-color: var(--color-grey);
}

/*Leadership Slider*/
.leadership-slider{
	overflow: hidden !important;
}
.leadership-slider .vc_row.vc_row-flex{
	flex-wrap: nowrap; align-items: flex-end; gap: 30px;
	max-width: 1320px;
}
.leadership-slider .vc_row.vc_row-flex > .ult-item-wrap:first-child{
	width: 40%;
}
.leadership-slider .vc_row.vc_row-flex > .ult-item-wrap:last-child{
	width: 60%;
}
.leadership-slider .vc_row.vc_row-flex .wpb_column{
	width: 100%;
}
.leadership-slider .vc_row.vc_row-flex .uvc-main-heading h3{
	font-weight: 500 !important;
}
.leadership-slider .slick-dots{
	position: absolute; left: 0; top: 0; width: 30px;
	height: 100%; bottom: inherit; transform: inherit;
}

/* --- VARIATION 1: Label on Left, Line stretches to the Right --- */
.vc_separator.separator-left-label {
    width: 100vw !important;
    position: relative;
    left: 50%;
    margin-left: -50vw !important;
    box-sizing: border-box;
}
.vc_separator.separator-left-label h4 {
    padding-left: max(15px, calc((100vw - 1288px) / 2)) !important; 
}

/* --- VARIATION 2: Label on Right, Line stretches to the Left --- */
.vc_separator.separator-right-label {
    width: 100vw !important;
    position: relative;
    left: 50%;
    margin-left: -50vw !important;
    box-sizing: border-box;
}
.vc_separator.separator-right-label h4 {
    padding-right: max(15px, calc((100vw - 1288px) / 2)) !important; 
}
#elz-timeline-wrapper {
    height: 90vh;
    overflow-y: auto;

    /* Firefox */
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

/* Chrome, Edge, Safari */
#elz-timeline-wrapper::-webkit-scrollbar {
    width: 6px;
}

#elz-timeline-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

#elz-timeline-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
}
@media (max-width: 767px) {
    #elz-timeline-wrapper {
        height: 60vh;
    }
}

/* ============================================
   BLOG GRID STYLES
   ============================================ */

.blog-grid-wrapper {
    padding: 20px 0;
}

.blog-card {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
    overflow: hidden;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-date {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
    display: block;
}

.blog-card-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.blog-card-title a {
    color: #1a2a3a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #0f5e3d;
}

.blog-card-excerpt {
    flex: 1;
    margin-bottom: 16px;
}

.blog-card-excerpt p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
    font-size: 14px;
}

.blog-card-footer {
    margin-top: auto;
}

/* ============================================
   PAGINATION STYLES
   ============================================ */

.blog-pagination {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
}

.blog-pagination .page-numbers {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 4px;
    color: #1a2a3a;
    background: #f5f5f5;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid transparent;
}

.blog-pagination .page-numbers.current {
    background: var(--accent);
    color: #ffffff;
    border-color: var(--accent);
}

.blog-pagination .page-numbers:hover:not(.current) {
    background: #fff9f6;
    border-color: #ddd;
}

.blog-pagination .page-numbers.dots {
    background: transparent;
    border: none;
    padding: 8px 10px;
}

.blog-pagination .page-numbers.dots:hover {
    background: transparent;
    border-color: transparent;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 992px) {
    .blog-card-image img {
        height: 200px;
    }
    
    .blog-card-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .blog-card-image img {
        height: 180px;
    }
    
    .blog-card-content {
        padding: 16px 18px 18px;
    }
    
    .blog-pagination .page-numbers {
        padding: 6px 12px;
        font-size: 13px;
        margin: 0 2px;
    }
}

@media (max-width: 480px) {
    .blog-card-image img {
        height: 160px;
    }
    
    .blog-card-content {
        padding: 14px 16px 16px;
    }
    
    .blog-card-title {
        font-size: 15px;
    }
}

/* All Responsive */
@media(min-width:991px){
	.right-edge-stretch{
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-right: -15px !important;
		width: calc(50% + 15px) !important;
		height: 100%;
		position: absolute !important; right: 0; top: 0;
	}
	
	.logos-slider-wrap{
		z-index: 33; position: relative;
		margin-top: -55px; margin-bottom: -75px;
	}
	
	/*.featured-card-center {
		transform: scale(1.18); background-color: #fff;
	}*/
	
.page-content .breakout-right-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* 2. Left column stays constrained to half of the grid context */
.page-content .breakout-right-row > .wpb_column:first-child {
    flex: 0 0 50%;
    max-width: 50%;
}

/* 3. Right column breaks out to the exact right edge of the viewport */
.page-content .breakout-right-row > .wpb_column:last-child {
    flex: 1;
    min-width: 50vw;
    /* This calculation pulls the element out of the container bounds to the right edge */
    margin-right: calc(-1 * (100vw - 100%)); 
}

/* 4. Responsive layout for tablets and mobile */
@media (max-width: 991px) {
    .page-content .breakout-right-row > .wpb_column:first-child,
    .page-content .breakout-right-row > .wpb_column:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

.page-content .breakout-left-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* 2. Left column breaks out to the exact left edge of the viewport */
.page-content .breakout-left-row > .wpb_column:first-child {
    flex: 1;
    min-width: 50vw;
    /* Pulls the column out of the container bounds to the left edge */
    margin-left: calc(-1 * (100vw - 100%)); 
}

/* 3. Right column stays constrained to half of the grid context */
.page-content .breakout-left-row > .wpb_column:last-child {
    flex: 0 0 50%;
    max-width: 50%;
}

/* 4. Responsive fallback for tablets and mobile devices */
@media (max-width: 991px) {
    .page-content .breakout-left-row > .wpb_column:first-child,
    .page-content .breakout-left-row > .wpb_column:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
	
}
@media(max-width: 991px){
	.xl-section{padding-top: 110px !important; padding-bottom: 110px !important;}
	.section{padding-top: 90px !important; padding-bottom: 90px !important;}
	.md-section{padding-top: 60px !important; padding-bottom: 60px !important;} 
	.sm-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  
  h1,.h1{font-size: 40px;}
  h2,.h2{font-size: 35px;}
  h3,.h3{font-size: 28px;}
  h4,.h4{font-size: 22px;}
  h5,.h5{font-size: 18px;}
	
	.text-large{font-size: 50px;}

	.site-header .left-col,
	.site-header .right-col{max-width: 50px;}
	
	.fnav-section .row .cl:first-child .text-block{
		border-right: 0;
	}
	.site-footer .text-block{
		padding: 30px 20px;
	}
	
	.left-accent-bg::before{
		height: 30%;
	}


}
@media(max-width: 768px){
	.xl-section{padding-top: 70px !important; padding-bottom: 70px !important;}
	.section{padding-top: 60px !important; padding-bottom: 60px !important;}
	.md-section{padding-top: 40px !important; padding-bottom: 40px !important;}
	.sm-section{padding-top: 30px !important; padding-bottom: 30px !important;}
  
  h1,.h1{font-size: 35px;}
  h2,.h2{font-size: 28px;}
  h3,.h3{font-size: 24px;}
  h4,.h4{font-size: 21px;}
  h5,.h5{font-size: 18px;}
	
	.text-large{font-size: 40px;}
	
	.site-header .navbar-brand {
	  max-width: 100px;
	}
	
	.hero-section{
		min-height: 400px !important;
	}
	
	.site-footer .text-block{
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	.fnav-section .row .cl:last-child .text-block{
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	.stats-block.custom-counter .stats-desc{
		padding-bottom: 20px;
	}
	
    .featured-posts-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
	
	.half-grey-bg::after,
	.left-grey-30::after,
	.right-grey-30::after{
		display: none;
	}
	
	.half-box::before,
	.qtr-box::after{
		height: 30px;
	}
	
	.ult-carousel-wrapper .slick-slider .slick-arrow {
  		width: 38px;
	}
	
	.logos-slider .slick-list {
	  margin: 0 40px;
	}
	
	.mv-block,
	.business-card{padding: 25px;}
	
	.team-slider .slick-slider .slick-arrow{
		top: -70px;
	}
	.team-slider .slick-slider .slick-arrow.slick-prev{
		right: 48px;
	}
	
	.leadership-slider .vc_row.vc_row-flex{
		flex-wrap: wrap;
	}
	
	.leadership-slider .vc_row.vc_row-flex > .ult-item-wrap:first-child,
	.leadership-slider .vc_row.vc_row-flex > .ult-item-wrap:last-child{
		width: 100%;
	}

}
@media(min-width: 600px){
	.admin-bar .site-header{
		top: 32px;
	}
}
@media(max-width: 600px){
	
	.wpb-js-composer .main{overflow-x: hidden;}	
	#wpadminbar{top: -46px;}
}