/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance



Requires Breakdance to be installed.
/*--------------------------------------------------------------*/
body{
	overflow-x: hidden;
}
.top-head .ee-alertbox-content {
    text-align: center !important;
    width: 100%;
}
.top-head .notification-bar-type-tip {
    border: none !important;
    padding: 10px !important;
}
.top-head button.ee-alertbox-close span {
    color: #fff !important;
}
body.home .main-head .section-container {
    position: absolute;
    z-index: 99;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
    background-color: #ffff;
    border-radius: 100px;
}
body.home .main-head{
	margin-top: 0px;
	height: 0px;
	margin-bottom: 0px;
}
.main-head {
    height: 100%;
	    margin-top: 20px;
	    z-index: 99;
    margin-bottom: -20px;
	 
}

.main-head .section-container {
    border: 1px solid #EAEAEA;
	border-radius: 60px;
}
.scroll-img {
    position: absolute;
    top: 100px;
}
.img-gal img {
    height: auto !important;
    object-fit: cover !important;
    width: auto !important;
	    filter: grayscale(1);
    transition: 0.3s 
ease;
}

.img-gal img:hover {
    filter: none;
    transition: 0.3s 
ease;
}
.btn-col .button-atom {
    justify-content: space-between !important;
}
.btn-col .button-atom:hover::after {
    transform: scale(1.3);
}
.btn-col span.button-atom__text {
    position: relative;
}
.btn-col .button-atom:hover span.button-atom__text:after {
    width: 100%;
}
.btn-col .button-atom span.button-atom__text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 0;
    background-color: #fff;
    transition: width 0.3s 
ease;
}
.btn-col .button-atom {
    filter: opacity(0.9);
}
.btn-col .button-atom:hover {
    filter: opacity(1) !important;
}

.btn-prim:hover  .button-atom:after {
    transform: scale(1.3) !important;
    transition: 0.3s ease !important;
    
}
.btn-prim .button-atom:after, .btn-prim, .btn-prim .button-atom {
    transition: 0.3s ease !important;
    
}
.btn-brd .button-atom:hover {
    text-decoration: underline;
}
.btn-brd .button-atom:hover:after {
    background-color: #76BC21 !important;
}
.box-sec button.button-atom {
    padding-left: 0px;
}
.box-sec .bde-column{
	filter: opacity(0.9);
	transition: 0.3s ease !important;
}
.box-sec .bde-column:hover {
	 filter: opacity(1) !important;
	transition: 0.3s ease !important;
}
.box-sec .bde-column:hover button.button-atom {
    text-decoration: underline;
}
.box-sec .bde-column:hover button.button-atom:after {
    margin-left: 15px !important;
	transition: 0.3s ease !important;
}
.box-sec .bde-column button.button-atom:after {
	transition: 0.3s ease !important;
}
.hover-btn button.button-atom {
    justify-content: space-between;
	padding-left: 0px;
	padding-right: 0px;
}
.hover-btn button.button-atom{
    border-bottom: 2px solid #CB6481;
}
.hover-btn .button-atom span.button-atom__text:after{
	    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #CB6481;
    transition: width 0.3s 
ease;
}
.hover-btn .button-atom:hover span.button-atom__text:after {
    width: 100%;
	background-color: #fff;
}
.hover-btn button.button-atom:hover:after {
    background-color: #76BC21;
}
/* .hide-img {
    display: none;
} */
.hide-img {
  display: none;
}

.img-1 {
  display: block; /* show default image */
}

.btn-col img {
  width: 100%;
  transition: opacity 0.3s ease;
}

.faq-sec .bde-faq__item {
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
	    margin-bottom: 20px;
    filter: opacity(0.7);

}
.faq-sec .bde-faq__item.is-active{
	filter: opacity(1);
}
.btn-prim-white .button-atom {
    background-color: #fff !important;
    color: #002044 !important;
}
.btn-prim-white .button-atom::after{
	background-color: #76BC21 !important;
}
.fot-row2 {
    border-top: 2px solid #536E8A;
    border-bottom: 2px solid #536E8A;
}
.fot-row2 .bde-column {
    padding: 50px 0px;
}
.fot-row1 ul li a {
    padding-left: 0px !important;
}
	/* ensure the Swiper container has a height and centers slides */
.testimonial-logos.swiper {
  width: 100%;
  max-width: 800px;
  margin-top: 24px;
}
.testimonial-logos .swiper-slide {
  display:flex;
  align-items:center;
  justify-content:center;
}
.testimonial-logos img {
  max-width:100%;
/*   max-height:60px; */
  opacity:0.6;
  transition: transform .25s, opacity .25s;
}
.testimonial-logos img.active,
.testimonial-logos img:hover {
  opacity:1;
  transform: scale(1.05);
}

        .client-testimonials-section {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
           
        }
        .testimonial-inner {
            display: flex;
            gap: 40px;
            align-items: center;
            justify-content: center;
        }
        .testimonial-left { flex: 1 1 45%; }
        .testimonial-right { flex: 1 1 45%; position: relative; }
        .testimonial-item { display: none; transition: 0.4s; }
        .testimonial-item.active { display: block; }
        .testimonial-image { display: none; position: relative; }
        .testimonial-image.active { display: block; }
        .play-btn {
    position: absolute;
    bottom: -16%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
        .swiper { margin-top: 30px; }
.swiper-slide img {
    width: 180px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
    height: 90px !important;
    object-fit: contain;
}

        .swiper-slide img.active, .swiper-slide img:hover { opacity: 1; }
        .testimonial-popup { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); justify-content:center; align-items:center; z-index:9999; }
       .popup-content {
    position: relative;
    background: #000;
    padding: 20px;
    max-width: 800px;
    margin: auto;
    top: 20%;
}
        .popup-close { position:absolute; top:-30px; right:-30px; color:#fff; font-size:30px; cursor:pointer; }
        .popup-video iframe { width:100%; height:450px; }
/* Swiper navigation arrows for logo slider */
.testimonial-logos .swiper-button-prev, .testimonial-logos .swiper-button-next {
    color: #76BC21;
    top: 50%;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all .3s 
ease;
    border: 1px solid #76BC21;
}
.testimonial-logos .swiper-button-prev:hover,
.testimonial-logos .swiper-button-next:hover {
  background: #76BC21;
  color: #fff;
}
.testimonial-logos .swiper-button-prev::after,
.testimonial-logos .swiper-button-next::after {
  font-size: 16px;
}
.testimonial-left {
    width: 60%;
}
.testimonial-right {
    width: 40%;
}
img.ft-img {
       height: 500px !important;
    background-color: #15A19C;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}
.testimonial-left h2 {
    font-size: 56px !important;
    font-weight: 600;
}
.testimonial-content p {
    font-size: 24px;
    color: black;
    font-weight: 600;
	margin: 50px 0px;
}
h3.testimonial-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 10px;
}
p.testimonial-position {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px !important;
}
img.testimonial-logo {
    border-top: 1px solid #BCBCBC;
	padding-top: 10px;
}
img.testimonial-logo.active, img.testimonial-logo:hover {
    border-top: 4px solid #5E961A;
}
.about-box .ee-imagebox-image {
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
	width: 100% !important;
}
.about-box img.breakdance-image-object {
    transition: 0.3s 
ease-in-out;
}
.about-box:hover img.breakdance-image-object {
    transform: scale(1.1);
	    transition: 0.3s 
ease-in-out;
}
.about-box a.breakdance-link.button-atom {
    padding-left: 0px !important;
	padding-bottom: 0px;
	margin-top: 0px !important;
}
.about-box {
    z-index: 9;
}
.about-box:hover p.ee-imagebox-title.bde-h3 {
    text-decoration: underline;
}
.about-box:hover a.breakdance-link.button-atom {
    text-decoration: underline;
}
.about-box:hover a.breakdance-link.button-atom:after {
    margin-left: 20px !important;
    transition: 0.3s 
ease;
}
.about-box a.breakdance-link.button-atom {
    padding-left: 0px;
}
.about-box button.button-atom.button-atom--custom.ee-imagebox-button:after {
    transition: 0.3s 
ease;
}
.about-box .ee-imagebox-content {
    justify-content: space-between;
	    height: auto !important;
}
.about-box p.ee-imagebox-title.bde-h3 {
    margin-bottom: 0px !important;
}
 .interactive-section {
            display: flex;
            color: white;
            font-family: Arial, sans-serif;
          
            gap: 80px;
            max-width: 1500px;
            margin: 0 auto;
            align-items: flex-start;
        }
        .left-list {
            flex: 1;
            max-width: 500px;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.6;
            user-select: none;
			margin-top: 60px;
        }
        .left-list ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .left-list li {
            border-bottom: 3px solid #fbfbfb38;
            padding: 16px 0;
            cursor: pointer;
            transition: border-color 0.3s, font-weight 0.3s;
			position: relative;
			    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans';
        }
        .left-list li.active,
        .left-list li:hover,
        .left-list li:focus {
/*             border-color: white; */
            font-weight: 600;
            outline: none;
        }
        .right-display {
        flex: 1;
    max-width: fit-content;
    height: fit-content;
    user-select: none;
    position: absolute;
    top: -15%;
    left: 40%;
        }
        .progress-circle {
            position: relative;
/*     top: -65%;
    left: -20%; */
            width: 1100px;
            height: 1100px;
            margin: 0 auto;
            box-sizing: content-box;
        }
        .right-display svg {
            width: 1100px;
            height: 1100px;
            transform: rotate(-90deg);
        }
        circle.bg {
            fill: none;
            stroke: #fbfbfb38;
            stroke-width: 4;
        }
        circle.progress {
            fill: none;
            stroke: #FFFFFF;
            stroke-width: 5;
            stroke-linecap: round;
            stroke-dasharray: 1570.8; /* 2π * 250 */
            stroke-dashoffset: 1570.8;
            transition: stroke-dashoffset 0.5s ease;
        }
        .progress-dots {
            position: absolute;
            top: 0;
            left: 0;
            width: 1100px;
            height: 1100px;
            pointer-events: none;
        }
        .progress-dot {
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: rgb(255 255 255);
            pointer-events: auto;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
/*             box-shadow: 0 0 8px rgba(0,255,213,0.6); */
        }
        .progress-dot.active {
              background-color: #ffffff;
    z-index: 10;
        }
        .circle-content {
            position: absolute;
            top: 45%;
            left: 50%;
            width: 420px;
            max-width: 90vw;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            font-weight: 300;
            line-height: 1.4;
            padding: 0 20px;
            user-select: none;
/* 			height: 200px; */
        }
        .circle-step {
            font-size: 18px;
            opacity: 0.7;
            margin-bottom: 10px;
            font-weight: 400;
            user-select: none;
        }
        .circle-title {
          font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
    user-select: none;
    font-family: 'Open Sans';
        }
        .circle-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.5;
            white-space: normal;
            user-select: none;
            max-height: 440px;
            overflow-y: auto;
			 font-family: 'Open Sans';
        }
        .circle-desc::-webkit-scrollbar {
            width: 8px;
        }
        .circle-desc::-webkit-scrollbar-thumb {
            background: rgba(0,255,213,0.5);
            border-radius: 4px;
        }
        .circle-desc::-webkit-scrollbar-track {
            background: transparent;
        }
        .slider-nav {
            position: absolute;
            top: 63%;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
            gap: 10px;
            user-select: none;
            z-index: 20;
        }
        .slider-nav button {
            background: transparent;
            border: 2px solid white;
            border-radius: 50%;
            cursor: pointer;
            width: 45px;
            height: 45px;
            font-size: 20px;
            font-weight: 600;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background 0.3s, border-color 0.3s, color 0.3s;
            user-select: none;
        }
        .slider-nav button:hover,
        .slider-nav button:focus {
            background: white;
            color: #09294F;
            outline: none;
            border-color: white;
        }
.left-list li:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0px;
    background-color: rgb(255, 255, 255);
    transition: width 0.6s;
    z-index: 999999;
    height: 4px;
    bottom: -4px;
}
.left-list li:hover:after, .left-list li:active:after {
    width: 100%;
}
        @media (max-width: 1200px) {
            .interactive-section {
                flex-direction: column;
                align-items: center;
            }
/*             .left-list, .right-display {
                max-width: 90vw;
                width: 100%;
            } */
            .right-display {
                height: auto;
            }
/*             .progress-circle {
                width: 90vw;
                height: 90vw;
            } */
            svg {
                width: 90vw;
                height: 90vw;
            }
            .circle-content {
                width: 80vw;
            }
            .slider-nav {
                bottom: 40px;
                gap: 24px;
            }
            .slider-nav button {
                width: 48px;
                height: 48px;
                font-size: 24px;
            }
        }

/* teams */
.team-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.team-card {
text-align: left;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    width: 32%;
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.team-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.team-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transition: bottom 0.4s 
ease;
}

.team-icon {
  width: 36px;
  height: 36px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

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

.team-card:hover .team-overlay {
  bottom: 0;
}

.team-card:hover .team-icon {
  opacity: 1;
  transform: translateY(0);
}




.team-overlay img {
    height: 40px;
    width: auto;
	margin-right: 30px;
    margin-bottom: 30px;
}
h2.team-category-title
 {
    font-size: 56px !important;
    font-weight: 600;
}
h3.team-title
 {
    font-size: 24px !important;
    font-weight: 600;
	 margin-bottom: 10px;
}
p.team-position
 {
    font-size: 18px !important;
    font-family: 'Open Sans';
    font-weight: 400;
	 color: black;
	     margin-top: 0px !important;
}
nav.breadcrumb a {
    color: #B2B2B2;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
nav.breadcrumb span.current {
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}
/* --- Grid Layout --- */
.teams-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
}

.our-team-card {
  text-align: left;
  width: 23%;
}

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

.our-team-card .team-image img {
    width: 100%;
    transition: opacity 0.4s 
ease-in-out;
    height: 400px;
    object-fit: cover;
}

.our-team-card .team-excerpt {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    color: #ffffff;
    font-size: 24px;
    transition: opacity 0.3s 
ease;
    font-weight: 600;
}
.our-team-card h3.team-name {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.our-team-card p.team-position {
    font-size: 18px !important;
    font-weight: 400;
}
/* --- Load More --- */
.load-more-container {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.load-more-btn {
    background: #76BC21;
    border: none;
    padding: 15px 24px 14px 24px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
	border-radius: 30px 0px 0px 30px;
}
.load-more-btn:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Frame-2147228130-2.svg);
    position: absolute;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    z-index: 999;
    top: 0px;
    left: 100%;
    background-color: #76BC21;
	border-radius: 0px 30px 30px 0px;
}


/* --- Loader Animation --- */
.teams-loader {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.spinner {
border: 3px solid #eee;
    border-top: 3px solid #76BC21;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: spin 0.8s 
linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.cont-form input, .cont-form select {
    border: 1px solid #E3E3E3 !important;
    border-radius: 6px !important;
    height: 50px !important;
    color: #949494 !important;
	display: flex;
    align-items: center;
}
.cont-form textarea {
    border: 1px solid #E3E3E3 !important;
    border-radius: 6px !important;
    color: #949494 !important;
}
.cont-form .gfield--type-consent input {
    height: 20px !important;
}
.news-form input#email {
    margin-top: 6px;
	color: #AFB9C3;
}
.news-form input#email:focus {
    border: none !important;
    box-shadow: none !important;
}
/* .iwm_map_canvas path {
    fill: #8EC334 !important;
} */
.iwm_map_canvas text {
    font-size: 14px;
    font-weight: 600;
}
.main-state {
    padding: 30px;
    border-radius: 20px;
	background-color: #ED7D31;
}
.bg-orange {
    background-color: #ED7D31;
}
.bg-green {
    background-color: #8ec334;
}
h2.state-name {
    margin-top: 0px;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 600;
}

p.state-loc {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
margin-top: 0px;
}
a.state-list {
    text-decoration: none;
}

p.state-title {
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
p.state-loc:before {
    content: url(/wp-content/uploads/2025/11/Frame-28.svg);
    left: 0px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
p.state-title:after {
    content: url(/wp-content/uploads/2025/11/Frame-29.svg);
    right: 0;
    position: relative;
    top: 0;
}
a.state-list {
    display: block;
    border-bottom: 1px solid #ffffff66;
    padding-bottom: 10px;
}
.cont-form .gform_button {
    width: 100% !important;
    background-color: #76BC21 !important;
    color: #fff !important;
    border-radius: 60px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 60px !important;
}
.cont-form .gform_footer{
	position: relative;
}
.cont-form .gform_footer::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Frame-2147228130-3.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    left: -5px;
    right: 0;
    background-position: right;
}
.logo-link {
    cursor: pointer;
}
/* mobile */
@media only screen and (max-width: 767px) {
	.ee-alertbox-desc {
    text-align: left;
    width: 90%;
}
	.case-mbl img {
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    bottom: -20px;
}
	.case-mbl .bde-faq__answer-content {
    background-color: #fff;
    border-radius: 20px;
}
	button.breakdance-menu-link-arrow:after {
    font-size: 16px !important;
}
	span.breakdance-dropdown-column__title:after {
    font-size: 14px !important;
}
	.mob-rev {
    flex-direction: column-reverse !important;
}
	.fot-row2 {
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
	.mb-col1, .mb-col2{
		width: 45% !important;
	}
/* 	body.home .main-head .section-container {
    position: static;
    width: 100%;
    margin: auto;
    background-color: #ffff;
    border-radius: 0px;
		padding: 20px 20px 10px 20px;
} */
	body.home .main-head
 {
 margin-top: 0px;
        position: absolute;
        z-index: 99;
/*         top: 100px; */
        border-radius: 40px;
}
	body.home .main-head .section-container {
    padding: 20px 30px;
}
body:not(.home) .main-head {
    margin-bottom: 10px !important;
    border: 1px solid #EAEAEA;
    margin-top: 20px !important;
    width: 90%;
    margin: auto;
    padding: 10px;
}
.case-tabs .bde-faq__answer-content img {
    display: block !important;
margin: auto;
        margin-top: 20px;
	bottom: -20px;
        position: relative;
}
.case-img {
    display: none !important;
}
	.featured-blog-shortcode {
    flex-direction: column;
}
	.featured-blog-content {
    padding: 0px !important;
}
	.featured-sticker {
    top: -30px !important;
}
	.featured-blog-content h2.post-title {
    font-size: 30px !important;
}
	#all-blogs-posts {
    flex-direction: column !important;
}
	#all-blogs-posts .blog-card {
    width: 100% !important;
}
.must-read-wrapper {
    flex-direction: column !important;
}
	.must-read-left {
    flex-direction: column !important;
}
	.testimonial-inner {
    flex-direction: column-reverse;
}
	.client-testimonials-section {
    display: block;
}
	.testimonial-left {
    width: 100%;
}
	.testimonial-right {
    width: 100%;
}
	.testimonial-left h2 {
    font-size: 32px !important;
		display: none;
}
	.logo-col {
    width: 80% !important;
}
	.main-head .section-container {
    border: none;
    border-radius: 0px;
}
	.news-form .breakdance-form {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between !important;
}
	.news-form .breakdance-form-field.breakdance-form-footer {
    justify-content: flex-end !important;
}
	.img-gal .ee-gallery {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    align-items: center;
}
	.img-gal .ee-gallery-item {
    min-width: 35% !important;
}
	.left-list {
    display: none;
}
	.right-display {
    position: relative;
           top: -35%;
    left: 0;
}
	    .interactive-section {
        height: 620px;
    }
	.team-grid {
    flex-direction: column;
}
	.team-card {
    width: 100%;
}
	h2.team-category-title {
    font-size: 36px !important;
}
	.teams-grid {;
    flex-direction: column;
		margin: 50px 0px;
}
	.our-team-card {
    width: 100%;
}
	html {
    overflow-x: hidden;
}
	.tags-sec li.ee-postmeta-terms-wrap {
    align-items: flex-start !important;
}
	.tags-sec span.ee-postmeta-term {
    margin-bottom: 10px;
}
	a.related-article-card {
    width: 100%;
}
	#all-blogs-pagination {
    gap: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
/* mobile end */

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.testimonial-inner {
    flex-direction: column;
}
.testimonial-left {
    width: 90%;
}
	.testimonial-right {
    width: 90%;
}
	.team-card {
    width: 48%;
}
	.our-team-card {
    width: 47%;
}
}
/* tablet end */

.featured-blog-shortcode {
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    gap: 60px;
    align-items: center;
}
.featured-blog-content {
    flex: 1;
    padding: 20px;
}

.featured-blog-image {
    flex: 1;
}

.featured-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-blog-content p.post-excerpt {
    font-size: 18px;
    font-weight: 400;
}
.featured-sticker {
    background: #D7376B;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    top: -50px;
    position: relative;
    z-index: 9999999;
    font-weight: 700;
    border: 3px solid #fff;
}

.featured-sticker .star {
    margin-right: 5px;
}

.cat-read-wrapper {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cat-read-wrapper .post-category {
    display: inline-block;
    background: #76BC21;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cat-read-wrapper .post-read-time {
    color: #485156;
    font-size: 16px;
    font-weight: 400;
}

.post-title {
    margin: 15px 0;
}

.post-excerpt {
    margin-bottom: 10px;
}

a.read-more-btn {
    color: #121212 !important;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
	    text-decoration: none;
	 transition: 0.3s 
ease-in-out;
}
a.read-more-btn:hover img {
    transform: translateX(10px);
    transition: 0.3s 
ease-in-out;
}
a.read-more-btn img {
    transition: 0.3s 
ease-in-out;
}
.read-more-btn:hover {
    text-decoration: underline;
}
.featured-blog-shortcode .cat-client-wins {
    background-color: #76BC21 !important;
}
.featured-blog-content h2.post-title {
    font-size: 40px;
    font-weight: 600;
}

.must-read-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 60px;
}

.must-read-left {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.must-read-left .must-read-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}
.must-read-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.must-read-card {
    display: block;
    text-decoration: none;
}







.must-read-content {
    padding: 20px 0px;
}

.must-read-content .read-time {
    color: #485156;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.must-read-content .post-title {
    margin: 5px 0;
    font-size: 24px;
    font-weight: 600;
}

.must-read-right a.must-read-card {
    display: flex;
    align-items: center;
    gap: 20px;
}
.must-read-right span.read-time {
    font-size: 16px;
}
.must-read-right .must-read-thumb.small-thumb img {
    width: 300px;
    height: 120px;
    border-radius: 12px;
}
.must-read-right .must-read-content {
    width: 100%;
}

.all-blogs-wrapper {
    display: flex;
    flex-direction: column;
}

.all-blogs-filters {
    margin-bottom: 20px;
}
.all-blogs-filters .blog-filter {
    margin-right: 5px;
    padding: 6px 20px;
    border-radius: 20px;
    border: 1px solid #CFCFCF;
    cursor: pointer;
    background: transparent;
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 600;
}

.all-blogs-filters .blog-filter.active {
    background:#76BC21;
    color:#fff;
}

.all-blogs-loader {
 text-align: center;
    margin: 20px 0;
    font-weight: bold;
    color: #4caf50;
/*     background-color: #00000038;
    height: 70%;
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 25%;
    left: 0;
    box-shadow: 0px 0px 6px 0px #00000096; */
}

#all-blogs-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin: 40px 0px;
}

#all-blogs-posts .blog-card {
    overflow: hidden;
    text-decoration: none;
    color: #000;
    width: 32%;
}

.all-blogs-filters .blog-filter {
    margin-bottom: 10px;
}

#all-blogs-posts .blog-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

#all-blogs-posts .blog-card .content {
    padding:15px;
}

.cat-read-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
div#all-blogs-posts h3 {
    font-size: 24px;
    font-weight: 600;
}
/* .cat-read-wrapper .post-category {
    display: inline-block;
    background:#4caf50;
    color:#fff;
    padding:3px 8px;
    border-radius:10px;
    font-size:12px;
} */

/* .cat-read-wrapper .post-read-time {
    display: inline-block;
    background:#2196f3;
    color:#fff;
    padding:3px 8px;
    border-radius:10px;
    font-size:12px;
}
 */
#all-blogs-pagination {
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    background-color: #fff;
    width: fit-content;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#all-blogs-pagination button:disabled img {
    opacity: 0.5;
    cursor: not-allowed;
}
button#next-page {
    background-color: #ECEDEE;
    border: none;
    border-radius: 50px;
    padding: 5px 5px 5px 20px;
	color: #000000;
    font-size: 18px;
    font-weight: 400;
	cursor: pointer;
}
button#prev-page {
    background-color: #ECEDEE;
    border: none;
    border-radius: 50px;
    padding: 5px 20px 5px 5px;
	color: #000000;
    font-size: 18px;
    font-weight: 400;
	cursor: pointer;
}
button#prev-page img {
    margin-right: 6px;
}
button#next-page img {
    margin-left: 6px;
}
.must-read-card:hover .must-read-thumb img {
    transform: scale(1.1); 
}
.must-read-thumb img {
    transition: transform 0.5s ease;
}
.must-read-thumb {
    overflow: hidden;
border-radius: 20px;
}
.must-read-card:hover h3.post-title, .must-read-card:hover h4.post-title {
    text-decoration: underline;
}
div#all-blogs-posts a.blog-card:hover img{
	 transform: scale(1.1); 
}
div#all-blogs-posts a.blog-card img{
	transition: transform 0.5s ease;
}
.all-blogs-thumb{
	overflow: hidden;
	border-radius: 20px;
}
#all-blogs-posts .blog-card:hover h3

 {
    text-decoration: underline;
}
.rd-time:before {
    content: url(/wp-content/uploads/2025/12/Frame-39.svg);
    position: absolute;
	margin-left: -30px;
}
   .jump-to-section-links {
        display:flex;
        flex-direction:column;
        gap:15px;
    }
 .jump-to-section-links .jump-link {
    color: black;
    text-decoration: none;
    font-weight: 600;
    border-left: 1px solid black;
    padding-left: 12px;
	 opacity: 0.5;
}
    .jump-to-section-links .jump-link:hover,
    .jump-to-section-links .jump-link.active {
        text-decoration:none;
       color: black;
		opacity: 1;
    }

.case-tabs .bde-faq__answer-content img {
    display: none;
}
.tags-sec {
    border-top: 1px solid #D5D5D5;
    width: 100%;
    padding-top: 40px !important;
    margin-top: 40px !important;
}
.tags-sec span.ee-postmeta-term {
    margin-left: 20px;
    background-color: #ECEDEE;
    box-shadow: 0px 0px 8px 4px #00000005 inset;
    padding: 4px 12px;
    border-radius: 6px;
}
.related-articles-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.related-article-card {
    display: block;
    width: 32%;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: #000;
}

.related-article-thumb img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.related-article-meta {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
}

.category-badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
	font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #76BC21;
}

/* You can style categories by slug */
.cat-news { background: #0277bd; }
.cat-tech { background: #2e7d32; }
.cat-lifestyle { background: #8e24aa; }
/* Add more category colors as needed */

.read-time {
    font-size: 12px;
    color: #555;
}

.related-article-title {
    font-size: 18px;
    padding: 10px 15px 15px;
    margin: 0;
}

a.related-article-card:hover img{
	 transform: scale(1.1); 
}
a.related-article-card img{
	transition: transform 0.5s ease;
}
.related-article-thumb{
	overflow: hidden;
	border-radius: 20px;
}
h3.related-article-title {
    font-size: 24px !important;
    font-weight: 600;
}
a.related-article-card:hover h3.related-article-title {
  text-decoration: underline;
}
.fot-row1 img.accordion-arrow {
    display: none;
}

/* Only for screens <= 768px */
    @media (max-width: 768px) {
            .fot-row1 .bde-column h1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
				width: 100%;
    }
.fot-row1 img.accordion-arrow {
    display: block !important;
}
            .accordion-arrow {
                transition: transform 0.3s ease;
                font-size: 20px;
                margin-left: 10px;
            }

            .fot-row1 .bde-column .bde-wp-menu {
                display: block; /* We'll control height with JS */
                overflow: hidden;
            }
        }



.img-gal figure.ee-gallery-item-figure {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
 
.img-gal .ee-gallery-item-figure img {
    vertical-align: middle;
    position: relative !important;
}
/* Base for all images in this column */
/* Mobile-first: only show the active image */
.btn-col .bde-image2 {
  width: 100%;
  opacity: 1;
  display: none; /* hidden by default on mobile */
  pointer-events: auto;
  transition: opacity 360ms ease, transform 360ms ease;
  transform: translateY(0);
  position: static; /* stacked naturally */
  z-index: 1;
}

.btn-col .bde-image2.img-show {
  display: block; /* show the active one */
}

/* Desktop: overlap for fade effect */
@media (min-width: 768px) {
  .btn-col .bde-image2 {
    display: block;          /* all images visible in DOM */
    position: absolute;      /* stack them */
    top: 0;
    left: 0;
    opacity: 0;              /* hidden by default */
    pointer-events: none;
    z-index: 0;
  }

  .btn-col .bde-image2.img-show {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }

  .btn-col .bde-image2.hide-img {
    opacity: 0 !important;
    pointer-events: none;
  }
}

.menu-btn .button-atom {
    display: flex !important;
    justify-content: flex-start !important;
    padding-left: 0px !important;
}
.menu-btn2 .button-atom {
    display: flex !important;
    justify-content: flex-start !important;
width: fit-content !important;
}


/* Make image container a stacked layer */
/* Stack images in the same position */
button#prev-page:before {
    content: url(/wp-content/uploads/2025/12/Line-49.svg);
    position: absolute;
    left: 0;
	z-index: -1;
}
button#next-page:after {
    content: url(/wp-content/uploads/2025/12/Line-49.svg);
    position: absolute;
    right: 0;
	z-index: -1;
}
.breakdance .bde-faq__question {
    gap: 10px;
}
.case-img-col {
    display: flex !important;
    flex-direction: row !important;
    gap: 500px;
}
.usecase-sec .bde-faq__item.is-active svg {
    transform: rotate(180deg);
}
.case-img {
    height: 880px !important;
    object-fit: cover;
}
.allblog-posts.active {
    opacity: 0.1 !important;
}

/* client stories */
.client-stories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
    flex-direction: row;
}

.story-card {
    position: relative;
    width: 23%;
    height: 500px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.story-play {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.story-play img {
    width: 60px;
    height: 60px;
}

.story-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.09%, #000000 100%);
    color: #fff;
    overflow: hidden;
}
.story-default,
.story-content {
    position: absolute;
    bottom: 70px;
    left: 20px;
    right: 20px;
    text-align: left;
    transition: all 0.4s ease;
}
/* Default visible */
.story-default {
    opacity: 1;
    transform: translateY(0);
}

/* Content hidden above */
.story-content {
    opacity: 0;
    transform: translateY(-20px);
}

.story-card:hover .story-default {
    opacity: 0;
    transform: translateY(30px);
}

.story-card:hover .story-content {
    opacity: 1;
    transform: translateY(0);
}

/* Modal Styles */
.story-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    justify-content:center;
    align-items:center;
}

.story-modal-content {
    position: relative;
	top: 25%;
left: 25%;
}

.story-close {
    position: absolute;
    top: 0%;
    left: 60%;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
h3.story-title {
    font-size: 30px !important;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.story-default p.story-position {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
a.story-play {
    text-align: right;
    width: 80%;
	display: block;
}

.story-card {
    position: relative;
    overflow: hidden;
}
.story-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: 0;
}
.story-overlay,
.story-play {
    position: relative;
    z-index: 2;
}
.story-card:hover::before {
    transform: scale(1.08);
}
.story-card:hover {
    background-size: 0px;
}
.story-hidden {
    display: none;
}
button#load-more-stories {
    background-color: #76BC21;
    border: none;
    border-radius: 100px;
    padding: 5px 4px 5px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	 margin-top: 80px;
	cursor: pointer;
}
   button#load-more-stories:hover img {
    transform: scale(1.2);
    transition: 0.3s 
ease-in-out;
}
   button#load-more-stories img {
    transition: 0.3s 
ease-in-out;
}
.main-footer a:hover {
    color: #76BC21 !important;
}

.services-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
    list-style: none;
    padding: 0;
}

.services-tabs li {
    cursor: pointer;
    padding: 12px 27px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
	    color: #6C6C6C;
	border: 1px solid;
}
.services-tabs li:hover {

	    color: #ffff;
}

.services-tabs li.active {
    color: #fff;
}

.services-loader {
    text-align: center;
    margin: 30px 0;
    color: #76BC21;
    font-size: 18px;
}

.services-grid {
display: flex;
    gap: 20px;
}

.service-card {
 width: 25%;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 8px -2px #1018281A;
    border-radius: 12px;
    padding: 30px 10px 30px 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 420px;
	    transition: 0.3s 
ease-in-out;
}
.service-card a.service-btn {
    font-size: 18px;
    color: black;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
	 margin-top: 15px;
	text-decoration: none
}
.service-card a.service-btn:hover {
    color: black;
    text-decoration: underline;
}
.service-cat-consulting {
    border-left: 12px solid #BD2455;
}
.service-cat-managed-services {
    border-left: 12px solid #ED7D31;
}
.service-cat-campus-intelligence {
    border-left: 12px solid #76BC21;
}

.service-card:hover {
    border-left-width: 16px !important;
	transition: 0.3s 
ease-in-out;
}
.service-card:hover a.service-btn img {
    transform: translateX(5px);
    transition: 0.3s 
ease-in-out;
}
.service-card a.service-btn img {
    transition: 0.3s 
ease-in-out;
}
.service-card h3 {
    color: #121212;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
li.tab-all {
    border: 1px solid #002855;
}
li.tab-all.active, li.tab-all:hover {
    background-color: #002855 !important;
}
h2.related-services-heading {
    font-size: 56px;
    font-weight: 600;
}
.blog-voices img.testimonial-logo.active, img.testimonial-logo:hover {
    border-top: none !important;
}
.blog-voices img.testimonial-logo {
    border-top: none !important;
    padding-top: 0px !important;
}
.blog-contact input, .blog-contact select {
    box-shadow: 0px 1px 3px 0px #1018281A !important;
    border: 1px solid #E3E3E3 !important;
    color: #949494;
    height: 50px !important;
    border-radius: 6px !important;
}
.blog-contact textarea {
    box-shadow: 0px 1px 3px 0px #1018281A !important;
    border: 1px solid #E3E3E3 !important;
    color: #949494 !important;
    border-radius: 6px !important;
}
.blog-contact select{
    display: flex;
    align-items: center;
}
.blog-contact .ginput_container.ginput_container_consent input {
    height: 20px !important;
}
.blog-contact div#gform_fields_2 {
    --gf-form-gap-y: 25px !important;
}
.blog-contact input#gform_submit_button_2 {
    background-color: #76BC21;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
	    border-radius: 50px !important;
}
.gform-footer.gform_footer.top_label:after {
    content: url(/wp-content/uploads/2025/12/Frame-2147228130-5.svg);
    position: absolute !important;
    font-size: 40px !important;
    z-index: 0;
    right: 5px;
    margin-top: 2px;
}
.blog-voices .testimonial-content p {
    padding-left: 20px;
}
.blog-voices img.testimonial-logo {
    border-radius: 100px !important;
    width: fit-content !important;
}
.blog-voices .swiper-slide img {
    opacity: 1 !important;
}
.blog-voices .testimonial-logos.swiper {
    max-width: 500px !important;
    margin-left: 0 !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.marquee-sec img{
	border-radius: 20px;
}
.career-box img {
    display: none;
}
.career-box .ee-imagebox-text {
    transform: translateY(250px);
    transition: 0.5s ease-in-out;
}
.career-box:hover .ee-imagebox-text{
	   transform: translateY(0px);
    transition: 0.5s ease-in-out;
}
.career-box button{
	    transform: translateY(250px) !important;
    transition: 0.5s ease-in-out;
}
.career-box:hover button{
	   transform: translateY(0px) !important;
    transition: 0.5s ease-in-out;
}
.career-box:hover {
    box-shadow: 0px 32px 64px -12px #10182824 !important;
    background-color: #fff !important;
    transition: 0.3s ease-in-out !important;
    border: 1px solid #D5D5D5 !important;
}
.career-box:hover p.ee-imagebox-title.bde-h3{
	color: black;
	transition: 0.3s ease-in-out !important;
}
.career-box p.ee-imagebox-title.bde-h3{
	transition: 0.3s ease-in-out !important;
}
.career-box button {
    background-color: transparent !important;
    color: black !important;
    padding-left: 0px !important;
}
.career-box button:after {
    content: url(/wp-content/uploads/2025/12/Group-50-3.svg);
    top: 1px;
    position: relative;
    left: 7px;
	transition: 0.3s ease-in-out !important; 
}
.career-box button:hover span {
    text-decoration: underline !important;
}
.career-box button:hover:after{
	 left: 15px;
transition: 0.3s ease-in-out !important;
}
.career-box p.ee-imagebox-title.bde-h3 {
    height: 150px;
}
.rev-col {
    display: flex !important;
    justify-content: flex-end !important;
}
.hover-div {
    display: none !important;
}
.rev-col:hover {
    transition: 0.3s ease-in-out !important;
}

.rev-col:hover .section-background-overlay{
	display: none !important;
}
.rev-col:hover .hover-div {
    display: block !important;
}
.rev-col:hover .default-div{
	display: none !important;
}
.rev-col:hover {
    display: flex !important;
    justify-content: flex-start !important;
}
.rev-bg1:hover {
    background: #15A19C !important;
}
.rev-bg2:hover {
    background: #002855 !important;
}
.rev-bg3:hover {
    background: #76BC21 !important;
}
.rev-bg2 {
    position: relative;
    top: 80px;
}
.rev-btn2 span {
    color: black;
}
.page-id-592 .rev-btn2 .button-atom:after {
    background-color: #76BC21 !important;
}
/* Mobile / default */
.div-col > [class*="div-"] {
  width: 100%;
  opacity: 1;
  display: none; /* hidden by default on mobile */
  pointer-events: auto;
  transition: opacity 360ms ease, transform 360ms ease;
  transform: translateY(0);
  position: absolute !important; /* stacked naturally */
  z-index: 1;
}

/* Visible div */
.div-col > [class*="div-"].div-show {
  display: block;
}

/* Desktop: overlap + fade */
@media (min-width: 768px) {
  .div-col {
    position: relative; /* required for absolute stacking */
  }

  .div-col > [class*="div-"] {
    display: block;          /* all visible in DOM */
    position: absolute;      /* stack */
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
  }

  .div-col > [class*="div-"].div-show {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }

  .div-col > [class*="div-"].hide-div {
    opacity: 0 !important;
    pointer-events: none;
  }
}
.stp-btns button.button-atom{
	    justify-content: flex-end;
}
.stp-btns button.button-atom {
    justify-content: flex-end;
    gap: 10px;
    width: 90%;
    opacity: 0.5;
}
.stp-btns button.button-atom:hover {
    opacity: 1
}
.stp-btns button.button-atom span {
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
    padding-bottom: 10px !important;
}
.stp-btns button.button-atom:after {
    transform: translateX(-60px);
    transition: 0.3s ease-in-out;

}
.stp-btns button.button-atom:hover:after {
    transform: translateX(0px);
    transition: 0.3s ease-in-out;
}
.blog-voices img.testimonial-logo.active {
    border: 4px solid #76BC21;
}
span.breadcrumb-parent {
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
}
span.breadcrumb-current {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
span.breadcrumb-sep {
    margin: 0px 10px;
    color: #fff;
    font-weight: 600;
}
.blog-voices .testimonial-logos img.active, .blog-voices .testimonial-logos img:hover {
    transform: none !important;
}
.swiper-button-prev::after {
    content: url(/wp-content/uploads/2025/12/Group-49.svg);
}
.swiper-button-next::after {
    content: url(/wp-content/uploads/2025/12/Group-49-4.png);
}
.swiper-button-prev:hover::after {
    filter: brightness(10.5);
}
.swiper-button-next:hover::after {
    filter: brightness(10.5);
}
/* .blog-voices .swiper-slide img{
	height: 100% !important;
} */
.blog-voices .testimonial-logos .swiper-slide {
    margin-right: 20px !important;
    width: fit-content !important;
}