/*
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: 85%;
    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;
	width: 85%;
}
.scroll-img {
    position: absolute;
    top: 0px;
	cursor: pointer;
}
.logo-col {
    width: fit-content;
}
.img-gal img {
    height: auto !important;
    object-fit: cover !important;
    width: 150px !important;
	    filter: grayscale(1);
    transition: 0.3s 
ease;
	opacity: 0.6;
}

.img-gal img:hover {
    filter: none;
    transition: 0.3s 
ease;
	opacity: 1;
}
.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 {
    content: url(/wp-content/uploads/2025/12/Frame-2147228130-6.svg);
    margin-left: 10px;
	    top: 1px;
    position: relative;
}
.btn-prim .button-atom {
    padding: 2px 5px 2px 15px !important;
}
.btn-prim-white .button-atom:after {
    content: url(/wp-content/uploads/2025/12/Frame-2147228130-7.svg) !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;
	text-underline-offset: 4px;
}
.btn-prim-white button.button-atom:hover span.button-atom__text {
    text-decoration: underline;
	text-underline-offset: 4px;
}
/* .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.8);
	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;
	text-underline-offset: 4px;
}
.box-sec .bde-column:hover button.button-atom:after {
    margin-left: 15px !important;
	transition: 0.3s ease !important;
	transform: scale(1.2);
}
.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 {
    transform: scale(1.4);
}
/* .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;
} */
.btn-col .button-atom:after {
    content: url(/wp-content/uploads/2025/12/Frame-2147228130-6.svg);
    transition: 0.3s ease-in-out;
}
.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: 55px;
}
.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; text-align: center; }
        .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: 15%;
}
        .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 {
max-height: 500px !important;
    object-fit: contain;
    border-radius: 20px;
    width: fit-content;
    object-position: top;
}
.testimonial-left h2 {
    font-size: 56px !important;
    font-weight: 600;
}
.testimonial-content p {
    font-size: 24px;
    color: black;
    font-weight: 600;
	margin: 20px 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;
			padding-left: 40px;
        }
        .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: 33px;
}

.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: '' !important;
    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%;
}
	.fot-row1 br {
    display: none;
}
	.fot-row1 a.breakdance-menu-link {
    padding-top: 10px !important;
/* 		height: 25px; */
}
	.fot-row1 .bde-column.active a.breakdance-menu-link {
        padding-top: 10px !important;
        height: 35px;
    }
	.popup-content {
    max-width: 80%;
}
	div#dropdown-146.is-visible ul.breakdance-dropdown-links {
    pointer-events: auto !important;
}
	.btn-col .button-atom {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.btn-col a {
    padding-left: 20px !important;
		    padding-right: 20px !important;
}
	.scroll-img {
    top: 100px;
}
	.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: 100% !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;
}
	.client-stories-grid {
    flex-direction: column !important;
}
	.story-card {
    width: 100% !important;

}
	.services-grid {
    flex-direction: column !important;
}
.service-card {
    width: 100% !important;
}
.services-tabs {
    
    flex-direction: column;
    text-align: center;
}
.rev-bg2 {
    top: 0px !important;
}
	.career-sec-mob .bde-accordion__button:hover {
    background-color: transparent !important;
}
.featured-post-wrapper {
	flex-direction: column;
}
	.featured-image {
    width: 100% !important;
}
	.featured-post-wrapper {
    padding: 20px;
}
	.featured-content {
    width: 100% !important;
}
	.featured-post-wrapper h2 {
    margin-top: 0px !important;
}
	.featured-post-wrapper h2 {
    font-size: 26px !important;
}
	.case-studies-grid {
    flex-direction: column;
}
	.grid-post {
    width: 100% !important;
}
	img.acf-logo-overlay {
    width: 140px !important;
    left: 29% !important;
}
	.jobs-filters input[type="text"] {
    font-size: 18px !important;
}
	.search-field-job {
    top: 40px !important;
}
	.jobs-wrapper {
    margin-top: 120px !important;
    flex-direction: column !important;
}
	.jobs-filters {
    width: 100% !important;
}
	.job-item h3 {
    font-size: 24px !important;
}
	.job-popup-inner {
    flex-direction: column;
}
	.job-popup-content {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.job-form {
    width: 100% !important;
}
div#all-blogs-pagination button#prev-page, div#all-blogs-pagination button#next-page {
    visibility: hidden;
font-size: 0px;
}
div#all-blogs-pagination button#prev-page img, div#all-blogs-pagination button#next-page img {
    visibility: visible;
}
button#prev-page {
    padding-right: 0px !important;
}
button#next-page {
    padding-left: 0px !important;
}
}
/* mobile end */

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.testimonial-inner {
    flex-direction: column;
}
	.scroll-img {
    top: 80px;
}
/* 	.btn-col .bde-image2 {
    position: relative !important;
} */
	.btn-col {
    display: none !important;
}
.testimonial-left {
    width: 90%;
}
	.testimonial-right {
    width: 90%;
}
	.team-card {
    width: 48%;
}
	.our-team-card {
    width: 47%;
}
	.featured-post-wrapper {
    flex-direction: column;
}
	.featured-post-wrapper .featured-image {
    width: 100% !important;
}
	.featured-post-wrapper img.acf-logo-overlay {
    top: 37% !important;
    left: 30%;
}
	.featured-post-wrapper .featured-content {
    width: 100% !important;
}
	.case-studies-grid {
    gap: 20px !important;
}
	.grid-post {
    width: 48% !important;
}
	.case-studies-grid .grid-post img.acf-logo-overlay {
    width: 150px !important;
}
}
/* 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: 9;
    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;
            }
        


div#dropdown-146.is-visible ul.breakdance-dropdown-links {
        height: auto;
        overflow: hidden;
        pointer-events: none;
        visibility: visible;
		transition:0.5s ease;
}
		div#dropdown-146 ul.breakdance-dropdown-links {
			transition:0.5s ease;
		}



div#dropdown-146.is-visible span.breakdance-dropdown-column__title {
    display: none;
	transition:0.5s ease;
}

div#dropdown-146 span.breakdance-dropdown-column__title {
    display: none;
	transition:0.5s ease;
}

}/*---------------------Mobile End----------------*/



.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;
height: 500px;
        width: auto;
        right: 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;
  }


}/*-------------Other Then Mobile----------*/

.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: 35px;
    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 {
    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: 0px;
}
.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 .outer-level {
    max-width: 500px !important;
    margin-left: 0 !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
	position: relative;
}

.testimonial-nav {
    width: 550px;
    position: relative;
    left: -60px;
    top: -40px;
}

.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;
}
.fot-row1 a {
    line-height: 20px !important;
}


/* jobs */


    /* ===== JOBS STYLES ===== */
    .jobs-wrapper {
    display: flex;
    gap: 70px;
    margin-top: 150px;
}
   .jobs-filters {
    background: #BD2455;
    padding: 40px;
    border-radius: 20px;
    width: 30%;
}
.jobs-filters input[type="text"] {
    width: 100%;
    border: none;
    font-size: 36px;
    color: #bdbdbd;
    padding-left: 15px;
    font-weight: 600;
}
.search-field-job img {
    min-height: 30px !important;
    min-width: 30px !important;
}
.jobs-filters h4 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.jobs-filters label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 

    .jobs-results { flex: 3; position: relative; }
    .jobs-loader { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px; color: #333; }

    .job-item { padding: 20px 0; display: flex; justify-content: space-between; align-items: flex-start; }
    .job-meta { margin-bottom: 5px; }

    .job-popup-btn { cursor: pointer; font-size: 18px; background: transparent; border: none; }

    /* ===== MODAL POPUP ===== */
    .job-popup-overlay {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .job-popup-overlay.active { opacity: 1; visibility: visible; }

    .job-popup-inner-wrapper {
        background: #fff;
/*         padding: 30px; */
        border-radius: 10px;
        width: 90%;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
    }
.job-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    background: #76BC21;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    color: #fff;
}

    .job-popup-loader { text-align:center; font-size:16px; padding:50px 0; color:#333; }
.search-field-job {
    position: absolute;
    top: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    padding: 20px 40px;
    justify-content: center;
    left: 0;
    right: 0;
}
.job-heads {
    display: flex;
    justify-content: space-between;
    align-items: center;
	    border-bottom: 1px solid #D1577E;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.job-heads h2 {
    color: #FFFFFF !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    font-family: 'Titillium Web' !important;
margin: 0px !important;
}
button#clear-job-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	cursor: pointer;
}
.jobs-filters h4 {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: 'Titillium Web' !important;
}
span.term-count {
    color: #F791B2;
    font-size: 18px;
    font-weight: 600;
}
span#jobs-count {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
div#jobs-list {
    margin-top: 40px;
}
.j-type.full-time {
    background-color: #76BC21 !important;

}
.j-type {
    width: fit-content;
    padding: 4px 16px;
    border-radius: 100px;
color: #fff;
background-color: #76BC21;
}
.j-type span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.job-item h3 {
    margin: 20px 0px 20px 0px;
}
.j-type.internship {
    background-color: #ED7D31 !important;
}
.jobs-filters input::placeholder {
    color: #BDBDBD;
}
.job-popup-inner {
    display: flex;
    gap: 40px;
}
.job-popup-content {
    width: 60%;
}
.job-form {
    width: 40%;
}
.term-left input[type="checkbox"] {
    appearance: none; /* Remove default checkbox style */
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #EF9CB6; /* Change border color here */
    border-radius: 4px; /* optional: rounded corners */
    background-color: transparent; /* transparent background */
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
}

/* Checked state */
.term-left input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #fff; /* checkmark color */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.term-left input[type="checkbox"]:checked {
    background-color: #76BC21;
}
.job-popup-content h2 {
    margin: 10px 0px 10px 0px !important;
}
p.travel-field {
    margin-top: 0px !important;
    font-size: 18px;
    color: black;
}
.job-reports-to strong {
    font-size: 24px;
    font-weight: 600 !important;
}
p.report-field {
    margin: 10px 0px;
	font-size: 18px;
    color: black;
}
.job-reports-to {
    margin-top: 30px;
}
.job-popup-content h2 {
    font-size: 30px;
    font-weight: 600;
}
.job-summary {
    margin-top: 30px;
}
.job-summary strong{
	    font-size: 24px;
    font-weight: 600 !important;
}
.feat-tag {
    POSITION: ABSOLUTE;
    Z-INDEX: 999;
    background-color: #D7376B;
    padding: 6px 18px;
    border-radius: 110px;
    border: 3px solid #fff;
    margin-top: 40px;
    margin-left: 40px;
}
.feat-tag p {
    margin: 0px;
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
img.acf-logo-overlay {
    position: absolute !important;
    top: 35% !important;
    z-index: 9;
    width: 216px;
    height: 95px !important;
    left: 28%;
}
.featured-post-wrapper {
    background-color: #F1F1F1;
    border: 1px solid #EEEEEE;
    padding: 24px;
    border-radius: 20px;
}
.featured-post-wrapper h2 {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: black !important;
}
.featured-post-wrapper p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}
.case-studies-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
.grid-post {
    width: 31%;
}
.case-studies-grid img.acf-logo-overlay {
    width: 180px !important;
    height: 100px !important;
    object-fit: contain;
}
.case-studies-grid .grid-post h3 {
    font-size: 24px;
    font-weight: 600;
    color: black;
    font-family: 'Titillium Web';
	height: 40px;
}
.case-studies-grid .grid-post p {
    font-size: 18px;
    color: black;
    font-weight: 400;
    font-family: 'Open Sans';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grid-post a.read-more-btn {
    margin-top: 10px;
}
.case-studies-grid .grid-post:hover h3 {
    text-decoration: underline;
}
.case-studies-grid .grid-post:hover a.read-more-btn {
    text-decoration: underline;
}
.case-studies-grid .grid-post:hover a.read-more-btn img {
    transform: translateX(10px);
    transition: 0.3s ease-in-out;
}
.featured-post-wrapper:hover h2 {
    text-decoration: underline;
}
.featured-post-wrapper:hover a.read-more-btn {
    text-decoration: underline;
}
.featured-post-wrapper:hover a.read-more-btn img {
    transform: translateX(10px);
    transition: 0.3s ease-in-out;
}
.featured-post-wrapper .featured-image {
    border-radius: 30px;
}
.featured-post-wrapper:hover img.feat-img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.featured-post-wrapper img.feat-img {
    transition: 0.5s ease-in-out;
}
.grid-post:hover img.grid-feat-img{
	    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.grid-post img.grid-feat-img{
    transition: 0.5s ease-in-out;
	height: 300px !important;
    object-fit: cover;
}
.grid-post .grid-image {
    border-radius: 30px;
    overflow: hidden;
}
.case-link img {
    margin-right: 10px !important;
}
.case-link:hover {
    color: #fff !important;
    text-decoration: underline;
}
.privacy-sec{
	    box-shadow: 0px 0px 4px #00000040;
}
.job-form {
    background-color: #BD2455;
    padding: 30px;
}
.job-popup-content {
    padding: 40px;
}
.form-head h2 {
    margin: 0px;
    color: #fff !important;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Titillium Web';
}
.form-head p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.job-form p.gform_required_legend {
    color: #fff;
}
.job-form .gform_heading {
    display: none;
}
.form-head {
    margin-bottom: 40px;
}
.job-form span.gfield_required.gfield_required_asterisk {
    color: #fff;
}
.job-form label {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.job-form input {
    height: 60px !important;
    border-radius: 6px !important;
    color: #949494 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.job-form .gform-theme--foundation .gform_fields{
    --gf-form-gap-y: 20px !important;
}
.job-form button.iti__selected-country {
    height: 60px !important;
}
.job-form .gform_fileupload_rules {
    color: #fff !important;
}
.job-form input#input_3_8_1 {
    height: 20px !important;
}
.job-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {

    color: #ffffff !important;
}
.job-form input[type="checkbox"]:checked {
    background-color: #76BC21;
}
.job-form input#gform_submit_button_3 {
    background-color: #76BC21 !important;
    color: #fff !important;
    border-radius: 100px !important;
}
.job-form .gform-footer.gform_footer.top_label:after {

    right: 35px;
    margin-top: 5px;
}
.case-tabs-desk .bde-faq__item.is-active {
    pointer-events: none;
}

.service-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:100%;
    border-radius:20px 0px 0px 20px;
    transition:0.5s ease;
}

.service-card{
    position:relative;
    border:0px !important;
    border-width:0px !important;
}

.service-card:hover:before{
    width:20px;
transition:0.5s ease;
}

.service-card:hover {
    padding-left: 30px;
}
.service-cat-consulting:before{
background:#bd2455;}

.service-cat-managed-services:before {
    background: #ED7D31;
}

.service-cat-campus-intelligence:before {
    background:#76BC21;
}


/*---------------------------------Events page css----------------------------*/

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


.all-events-filters .event-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-events-filters .event-filter.active {
    background:#76BC21;
    color:#fff;
}

.all-events-loader {
 text-align: center;
    margin: 20px 0;
    font-weight: bold;
    color: #4caf50;

}

.all-events-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px; /* 20px gap between cards */
    margin-top: 20px;
}

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

.all-events-filters .event-filter {
    margin-bottom: 10px;
}

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



.cat-read-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
div#all-events-posts h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0px;
}
#all-events-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-events-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;
}
div#all-events-posts a.blog-card img{
	transition: transform 0.5s ease;
}
.all-blogs-thumb{
	overflow: hidden;
	border-radius: 20px;
}
#all-events-posts .blog-card:hover h3{
    text-decoration: underline;
}

a.event-card{
	border:1px solid #D5D5D5;
	border-radius:20px;
	padding:20px;
	text-decoration: none;
}

span.event-type.term-conferences {
    background: #15A19C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
}

span.event-type.term-conferences {
    background: #15A19C;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
}

span.event-type.term-ceo-connections {
	background: #BD2455;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
}

p.event-excerpt {
    font-size: 18px;
    color: #121212;
    font-family: 'Open Sans';
}
.all-events-posts .content {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 10px;
}

.content-bottom .event-meta img{
    height:24px !important;
    width:24px !important;
}

.event-meta {
    font-size: 18px;
    color: #000;
}

.content-bottom {
    display: flex;
    flex-direction: column;
    gap: 13px;
}


.all-events-filters-main h2 {
    margin: 0px;
}

.all-events-filters-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/*---------------------------Webinars--------------------------------*/
.ondemand-webinars-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
            }

            .webinar-card {
                font-family: inherit;
				position:relative;
            }
			a.webinar-card-link {
				text-decoration: none;
			}

            .webinar-thumb {
                position: relative;
                border-radius: 16px;
                overflow: hidden;
            }

            .webinar-thumb img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            .webinar-play-btn {
                position: absolute;
                top: 12px;
                right: 12px;
                width: 70px;
                height: 70px;
                border-radius: 50%;
                border: none;
                background-image: url(/wp-content/uploads/2026/01/Group-1000002142.png);
				background-size:cover;
                color: #fff;
                font-size: 18px;
                cursor: pointer;
				z-index: 1;
            }

            .webinar-date {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #121212;
    font-family: 'Open Sans';
				margin-top:30px;
}

            .webinar-title {
                font-size: 18px;
                margin: 6px 0;
            }

.webinar-duration{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #121212;
    font-family: 'Open Sans';
}

            /* Modal */
            .webinar-modal {
                display: none;
                position: fixed;
                inset: 0;
                background: rgba(0,0,0,0.7);
                z-index: 9999;
                align-items: center;
                justify-content: center;
            }

            .webinar-modal-inner {
                position: relative;
                width: 90%;
                max-width: 800px;
                background: #000;
            }

            .webinar-modal iframe {
                width: 100%;
                height: 450px;
            }

            .webinar-modal-close {
                position: absolute;
                top: -40px;
                right: 0;
                color: #fff;
                font-size: 30px;
                cursor: pointer;
            }

.explore-webinars-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 30px;
            }

            .webinar-tabs {
                display: flex;
                gap: 10px;
            }

.tab-btn {
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Open Sans';
    color: #646464;
}

            .tab-btn.active {
                background: #6cc000;
                color: #fff;
                border-color: #6cc000;
            }

.webinar-list-item {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
}
.webinar-list-item:last-child{
	margin-bottom: 0px;
    padding-bottom: 0px;
    align-items: center;
    border-bottom: 0px ;
}

            .explore-webinars-section .webinar-thumb {
                position: relative;
                width: 350px;
                border-radius: 14px;
                overflow: hidden;
                flex-shrink: 0;
				height:279px;
            }

            .webinar-thumb img {
                width: 100%;
                height: 100%;
                object-fit: cover;
				border-radius:14px;
            }

            

            .webinar-meta {
                font-size: 14px;
                color: #666;
            }

            .webinar-title {
    font-size: 30px !important;
    margin: 6px 0;
    font-family: 'Titillium Web' !important;
				    margin-bottom: 15px;
}

            .webinar-excerpt {
                font-size: 14px;
                color: #555;
            }

.explore-webinars-section .row {
    display: flex;
	gap:30px;
}

.explore-webinars-section .col-md-7 {
    width: 67%;
}

.explore-webinars-section .col-md-5 {
    width: 33%;
	height: fit-content;
    position: sticky;
    top: 0;
}

.stay-informed, .explore-blogs {
    background-color: #15A19C;
    padding: 40px;
    border-radius: 20px;
    margin-bottom:30px;
}

.stay-informed{
    background-color:#ED7D31;
}

.stay-informed h2, .explore-blogs h2{
    color:#fff !important;
    font-size:36px;
    line-height:46px;
    font-family: 'Titillium Web';
    margin: 0px;
}

.stay-informed p, .explore-blogs p {
    color: #fff;
    font-family: 'Open Sans';
	margin-bottom:0px;
}
.stay-informed p {
	margin-bottom:30px;
}
.explore-blogs p {
	margin-bottom:0px;
}
.explore-blogs a {
    color: #fff !important;
    text-decoration: none;
}

.webinar-excerpt p {
    font-size: 18px;
    font-family: 'Open Sans';
    line-height: 30px;
    color: #000000;
	    margin-top: 0px;
}


.webinar-meta {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #121212;
    font-family: 'Open Sans';
}

/*------------------------------Media page----------------*/
          .media-tabs {
                display: flex;
                margin-bottom: 0px;
    align-items: center;
			  gap: 8px;
            }

.media-tab {
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    cursor: pointer;
    height: fit-content;
    padding: 10px 16px;
    color: #6C6C6C;
}

.media-tab.active {
    background: #6cc000;
    color: #fff;
    border-color: #6cc000;
    height: fit-content;
    padding: 10px 16px;
}
.media-tabs-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.media-tabs-main h2{
    margin: 0px;
}
            #media-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
            }

            .media-card {
                position: relative;
            }

            .media-card a.media-card-link {
                display: block;
                text-decoration: none;
                color: inherit;
            }

            .media-thumb {
                position: relative;
                border-radius: 16px;
                overflow: hidden;
            }

            .media-thumb img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .media-play-btn {
                position: absolute;
                top: 12px;
                right: 12px;
                width: 70px;
                height: 70px;
                border-radius: 50%;
                border: none;
                background-image: url(/wp-content/uploads/2026/01/Group-1000002142.png);
				background-size:cover;
                color: #fff;
                cursor: pointer;
                z-index: 2;
            }

            .media-meta {
                font-size: 14px;
                color: #666;
                margin-top: 20px;
    margin-bottom: 20px;
            }

            .media-title {
                font-size: 18px;
                margin-top: 6px;
            }

            /* Modal */
            .media-modal {
                display: none;
                position: fixed;
                inset: 0;
                background: rgba(0,0,0,0.7);
                z-index: 9999;
                align-items: center;
                justify-content: center;
            }

            .media-modal-inner {
                width: 90%;
                max-width: 800px;
                background: #000;
                position: relative;
            }

            .media-modal iframe {
                width: 100%;
                height: 450px;
            }

            .media-modal-close {
                position: absolute;
                top: -40px;
                right: 0;
                font-size: 30px;
                color: #fff;
                cursor: pointer;
            }

span.media-category {
    font-size: 14px;
    color: #fff;
    padding: 3px 8px;
    border-radius: 200px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-right: 15px;
}

.media-card.media-type-client-stories span.media-category{
    background:#15A19C;
}

span.media-date {
    font-size: 18px;
    color: #121212;
    font-family: 'Open Sans';
}

.media-type-insights span.media-category{
    background:#ED7D31 !important;
}

.media-type-our-team span.media-category{
    background:#BD2455 !important;
}

.media-type-swim-happenings span.media-category{
    background:#002855 !important;
}

/*---------------------OUR HISTORY-----------------------------------*/


.history-arrows button {
    padding: 0px;
    outline:none;
    border:none;
    background:none;
}


.history-years-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.history-year {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Titillium Web';
    color: #C6C8C0;
    padding-right: 32px;
    padding-left:32px;
    position: relative;
	    cursor: pointer;
}

span.history-year:first-child {
    padding-left: 0px;
}

span.history-year:last-child {
    padding-right: 0px;
}

span.history-year.active {
    color: #7FC258;
}

span.history-year:after {
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 17px;
    background-image: url(/wp-content/uploads/2026/01/Line-26.svg);
}

span.history-year:last-child:after{
    display:none;
}

h4.history-year-title {
    margin: 0px;
    padding-top: 90px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Titillium Web';
    margin-bottom: 10px;
}

h3.history-heading {
    font-size: 30px;
    font-family: 'Titillium Web';
    font-weight: 600;
    margin-top: 0px;
}

.history-image {
    margin-bottom: 30px;
}

.owl-stage-outer:before{
    content:"";
    width:100%;
    height:1px;
    background:#CACACA;
    top:22px;
    position:absolute;

}

h4.history-year-title:after {
    content: "";
    height: 22px;
    width: 22px;
    background-image: url(/wp-content/uploads/2026/01/Group-66.svg);
    position: absolute;
    top: 12px;
    z-index: 40;
    left:0;
}
.owl-stage-outer:after {
    content: "";
    background-image:url(/wp-content/uploads/2026/01/Group-68-e1768830732187.png);
    height:46px;
    width:46px;
    border-radius:100%;
    position: absolute;
    top: 0px;
    z-index: 40;
    left:-3px;
    background-color:#ffffff;
}

.history-years-top {
    margin-bottom: 50px;
}

/*---------------------Search Open Results-----*/
.job-item .hide-items {
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: height 0.5s ease, opacity 0.3s ease;
}

.job-item.active {
    background: #F1F1F1;
    transition:0.5s ease;
    height:100%;
}

.job-item{
    border-radius:20px;
    padding:30px;
    transition:0.5s ease;
    height:fit-content;
	margin-bottom:10px;
}

.job-item .job-reports-to {
	margin-top:0px;
}

.job-item .job-left {
    width: 84%;
}
button.job-show-hide {
    border: 0px;
    background: none;
    position: relative;
    top: 40px;
    height: 40px;
    width: 40px;
    background-image: url(/wp-content/uploads/2025/12/Group-1000002157-1.svg);
	transition:0.5s ease;
	background-size:cover;
	border-radius:100%;
}

.job-item.active  button.job-show-hide{
	background-image: url(/wp-content/uploads/2026/01/Group-1000002157.svg);
	transition:0.5s ease;
}

.search-field-job input[type="text"] {
    width: 100%;
    border: none;
    font-size: 36px;
    color: #bdbdbd;
    padding-left: 15px;
    font-weight: 600;
    outline:none;
}
.jobs-filters {
    height: fit-content;
    position: sticky;
    top: 50px;
}
.job-item:hover {
    background: #F1F1F1;
    transition: 0.3s ease;
}
input#input_3_6, input#input_3_7 {
    background-image: url(/wp-content/uploads/2026/01/Frame-115.svg);
    background-size: cover;
    color: #fff0 !important;
    height: 73px !important;
    border: 0px;
    box-shadow:none !important;
}
input#input_3_7 {
    background-image: url(/wp-content/uploads/2026/01/Frame-2147228597.svg);
}

.breakdance .case-formm .breakdance-form-button__submit::after {
    width: 40px !important;
    height: 40px !important;
    background-image:url(/wp-content/uploads/2026/01/Frame-2147228640.svg) !important;
    mask-image:none !important;
    background-size:cover;
    background-position:center;
    border-radius:4px;
}

.breakdance .case-formm button.breakdance-form-button__submit {
    padding: 0 !important;
}

.breakdance .case-formm .breakdance-form-field.breakdance-form-footer {
    display: flex;
    align-items: center;
}

.explore-blogs p {
    margin-bottom: 20px;
}

.stay-informed .breakdance-form-field.breakdance-form-footer {
    position: absolute;
    right: 0 !important;
    border-radius:5px;
    left: auto;
    width: fit-content;
    top: 10px;
    right: 5px !important;
}



.stay-informed form#contact-form253 {
    position: relative;
}



.stay-informed .case-formm .breakdance-form-field.breakdance-form-footer button{
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    background-image: url(/wp-content/uploads/2026/01/Frame-2147228640.svg) !important;
    color: #fff0 !important;
    background-color: #fff0 !important;
    background-position: center !important;
    border-radius: 5px;
    color: #fff0 !important;
    background: none;
}
.head-menu a.breakdance-link.breakdance-dropdown-link:hover span.breakdance-dropdown-link__text {
    color: #76bc21 !important;
}
.btn-prim .button-atom:hover span.button-atom__text {
    text-decoration: underline;
	text-underline-offset: 4px;
}
.btn-brd .button-atom:hover span.button-atom__text{

    text-underline-offset: 4px;
}
.btn-brd .bde-button__button:hover::after {
    transform: translate(5px, 0px) scale(1.4) !important;
}
.sc-icons li:hover span.bde-icon-list__icon {
    background: #fff;
    color: #002855;
}
.testimonial-logos .swiper-button-prev, .testimonial-logos .swiper-button-next{
	display: none;
}
@media (min-width: 1120px) and (max-width: 1400px) {
  /* Your CSS here */
.main-head button.breakdance-menu-link-arrow {
    padding-right: 0px;
}
    .btn-prim .button-atom span.button-atom__text {
        font-size: 14px !important;
        width: fit-content !important;
    }
	.btn-brd .button-atom {
    padding: 10px !important;
    width: fit-content !important;
}
	.fot-row1 li a {
    font-size: 12px !important;
}
	.fot-row2 .mb-col2 a {
    font-size: 12px;
}
}