.white-link a{
    color: #ffffff;
}
.text-blue,
body .text-blue a{
    color: #2372b9!important;
}
body .fusion-content-boxes.green-pulse-btn .fusion-column{
    margin-bottom: 0;
}

.fusion-sticky-transition.fusion-container-stuck{
    border-bottom: 1px solid #ddd;
}

.ph-num > span{
    display: none
}
.fusion-button .awb-button__icon{
    transform: rotate(-30deg); 
    -webkit-transform: rotate(-30deg);
    opacity: 1; 
    will-change: transform;
}
.fusion-button:hover .awb-button__icon{
    transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
}
.mega-menu-images {
    position: relative;
    min-height:175px
}
.mega-menu-images > .fusion-column-wrapper{
    position: relative;
}
.mega-menu-images .fusion-image-element {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease;
}
.mega-menu-images .fusion-image-element > div,
.mega-menu-images .fusion-image-element > div span{
    width: 100%;
    height: 100%;
}
.mega-menu-images .fusion-image-element.active,
.mega-menu-images .fusion-image-element:first-child{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
body .services-list .fusion-imageframe img{
    width: 100%;
/*    opacity: 1;*/
}
body .img-opacity .awb-imageframe-style-schantel img{
    opacity: 0.5;
}
body .services-list .awb-imageframe-caption-container{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
body .services-list .fusion-image-element {
    min-height: 225px;
    width: 100%;
}
body .services-list .fusion-builder-row-inner .fusion-layout-column,
body .services-list .fusion-builder-row-inner .fusion-layout-column .fusion-column-wrapper,
body .services-list .fusion-image-element > span,
body .services-list .fusion-image-element > span img{
    height: 230px;
}
body .services-list .fusion-image-element > span,
body .services-list .fusion-image-element > span img{
    width: 100%;
}
.circle-box .awb-circles-info-tab-link span{
    position: relative;
    display: inline-block;
}
.circle-box i.fas{
    position: relative;
}
.circle-box i.fas::before{
    content: '';
    background: url('/wp-content/uploads/2026/02/circle-icon.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 35px;
    height: 35px;
    left: -17px;
    top: -19px;
}
body .green-pulse-btn .heading-with-icon {
    margin-bottom: 0;
    position: relative;
    padding-left: 35px;
}
body .green-pulse-btn .heading-with-icon img{
    margin-right: 15px!important;
}
.green-pulse-btn .col.content-box-wrapper{
    max-width: 235px;
    padding: 18px 18px 18px 22px;
    margin-left: auto;
}
.green-pulse-btn .col.content-box-wrapper:hover{
    background: #2372b9;
}
.green-pulse-btn.white .col.content-box-wrapper{
    margin-right: auto;
    margin-left: 0;
}
.green-pulse-btn.white .col.content-box-wrapper img{
    filter: grayscale(100%);
    -webkit-filter: brightness(0%);
}
.scroll-header-animation .green-pulse-btn .fusion-title{
    position: relative;
    padding-left: 65px;
}
.mega-menu-list .green-pulse-btn.white .fusion-title a{
    position: relative;
    padding-left: 40px;
}
.green-pulse-btn .heading-with-icon:before,
.scroll-header-animation .green-pulse-btn .fusion-title:before,
.mega-menu-list .green-pulse-btn.white .fusion-title a:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #0fbc75;
    box-shadow: 0 0 0 rgba(69, 230, 0, 0.7);
    animation: pulse-green 1.5s infinite;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.green-pulse-btn .fusion-read-more::after{
    display: none;
}
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(69, 230, 0, 0.7);
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 10px rgba(69, 230, 0, 0);
    opacity: 0.8;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(69, 230, 0, 0);
    opacity: 0;
  }
}
ul.indented-list {
  list-style-type: none;
  padding-left: 5px;
}
ul.indented-list li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
ul.indented-list li::before {
  content: "– ";
  position: absolute;
  left: 0;
}

/*----------MAP-----------*/
#map_inner svg{
  filter: drop-shadow(0 1px 0 rgba(47,125,225,0.6))
          drop-shadow(0 2px 2px rgba(0,0,0,0.08));
}
#map-section{
background-image: radial-gradient(
  ellipse 120% 120% at 50% 50%,
  #ffffff 0%,
  #e8e8e8 25%,
  #f3f3f3 50%,
  #fefefe 75%,
  #e5e6e5 100%
);

}
/* default visible image */
body .image-swap-content .hover-images {
    position: relative;
    height: 100%;
}
body .image-swap-content .hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: transform, opacity;
  transform: none;
  pointer-events: none;
  height: 375px;
}
body .image-swap-content .hover-images span,
body .image-swap-content .hover-images span img,
body .image-swap-content .hover-images .fusion-image-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body .image-swap-content .hover-img[data-img="1"] {
  opacity: 1;
}
body .image-swap-content .hover-img.active {
  opacity: 1;
}
body .image-swap-content .hover-links a {
  display: block;
  cursor: pointer;
  color: #bbb;
  position: relative;
  transform: translateX(0);
  transition: color 0.3s ease, transform 0.35s ease;
  will-change: transform;
}

body .image-swap-content .hover-links a::before {
  position: absolute;
  content: '';
  left: -40px;       
  top: 50%;
  width: 60px;
  height: 60px;
  background: url('https://catacarb.threevistas.com/wp-content/uploads/2026/02/blue-arrow.png') no-repeat center center;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%) translateX(-10px);
  transition:opacity 0.3s ease, transform 0.35s ease;
  will-change: transform, opacity;
  pointer-events: none;
}
body .image-swap-content .hover-links a.active {
  color: #2372b9;
  font-weight: 600;
  transform: translateX(30px);
}
body .image-swap-content .hover-links a.active::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
body .hm-services-list ul.fusion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(280px, auto);
  gap: 45px;
  margin-top: 0;
}
body .hm-services-list ul.fusion-grid > li {
  background: #fff;
  overflow: hidden;
  width: auto;
  padding-top: 0!important;
  padding-bottom: 0!Important;
}
body .hm-services-list ul.fusion-grid > li:hover{
    background: rgba(35, 114, 185, 0.20);
}
body .hm-services-list ul.fusion-grid > li:nth-of-type(1) {
  grid-column: span 1;
}
body .hm-services-list ul.fusion-grid > li:nth-of-type(2) {
  grid-column: span 2;
}
body .hm-services-list ul.fusion-grid > li:nth-of-type(3) {
  grid-column: span 2;
}
body .hm-services-list ul.fusion-grid > li:nth-of-type(4) {
  grid-column: span 1;
}
body .hm-services-list ul.fusion-grid li:nth-child(2) .fusion-title-heading,
body .hm-services-list ul.fusion-grid li:nth-child(3) .fusion-title-heading{
    max-width: 435px;
}
body .hm-services-list ul.fusion-grid > li .fusion-imageframe,
body .hm-services-list ul.fusion-grid > li .fusion-imageframe *{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.fusion-footer a:hover {
    color: #2372b9!important;
}
.content-equal-height .fusion-title{
    min-height:53px
}
.content-equal-height .fusion-text{
    min-height:73px;
}
.content-equal-height .fusion-image-element {
    height:235px
}
.content-equal-height .fusion-image-element *{
    width:100%;
    height:100%;
    object-fit:cover
}
/*===========MEDIA===============================*/
@media (min-width:1024px){
    body #main-header .awb-menu__mega-wrap > .fusion-fullwidth.fusion-flex-container {
        width: 100%;
        max-width: 900px;
        margin-left: auto;
    }
    body #main-header .awb-menu__mega-wrap > .fusion-fullwidth.fusion-flex-container  span.fusion-imageframe{
            min-height: 189px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    body h2{
        font-size: 40px!important;
    }
    body #main-header ul > li{
        margin: 0 10px!important;
    }
     body #main-header ul li a{
        font-size: 16px!important;
     }
    .pl-m-9{
        padding-left: 90px!important;
    }
    body .lg-text p{
        font-size: 20px;
    }
    body .hm-services-list ul.fusion-grid {
        grid-template-columns: 1fr 1fr;
    }
    body .hm-services-list .fusion-post-cards ul.fusion-grid > li{
        width: 100%!important;
    }
    body .hm-services-list ul.fusion-grid > li:nth-of-type(2),
    body .hm-services-list ul.fusion-grid > li:nth-of-type(3),
    body .hm-services-list ul.fusion-grid > li:nth-of-type(4){
        grid-column: unset;
    }

}
@media only screen and (max-width: 1024px) {
    .green-pulse-btn .col.content-box-wrapper{
        margin-right: auto;
        margin-left:unset;
    }
    body .lg-text p{
        font-size: 18px;
    }
    body .image-swap-content .hover-links a{
    font-size: 20px;
    }
    body .image-swap-content .hover-links a::before{     
        width: 20px;
        height: 20px;
        top: 66%;
    }
    body .hm-services-list ul.fusion-grid {
        grid-template-columns: 1fr 1fr;
    }
    body .hm-services-list .fusion-post-cards ul.fusion-grid > li{
        width: 100%!important;
    }
    body .hm-services-list ul.fusion-grid > li:nth-of-type(2),
    body .hm-services-list ul.fusion-grid > li:nth-of-type(3),
    body .hm-services-list ul.fusion-grid > li:nth-of-type(4){
        grid-column: unset;
    }
    body ul.fusion-grid li h3.fusion-title-heading{
        font-size: 25px!important;
    }
    body .hm-services-list ul.fusion-grid{
        gap: 20px;
    }
    body .image-swap-content .hover-img,
    body .image-swap-content .hover-images{
        height: 290px;
    }
    .green-pulse-btn .heading-with-icon .content-box-heading{
        font-size: 18px !important;
    }
    body .green-pulse-btn .heading-with-icon img{
        max-width: 40px !important;
    }
    .awb-menu.mobile-mode-collapse-to-button #menu-main-menu{
            margin-top: 30px;
    }
}
@media only screen and (max-width: 640px) {
    body .image-swap-content .hover-img,
    body .image-swap-content .hover-images{
        height: 250px;
    }
    body .image-swap-content .hover-links a{
        padding-left: 0;
        padding-bottom: 0;
    }
    .footer-menu ul li .awb-menu__main-a {
        justify-content: center;
    }

    body .hm-services-list ul.fusion-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
        column-gap: 0;
        margin-top: 0;
    }
    .scroll-header-animation .green-pulse-btn .fusion-title{
        padding-left: 35px;
    }
    .scroll-header-animation .fusion-title .fusion-title-heading{
        font-size: 20px !important;
        text-align: left!important;
    }
}



