
/*------------------------------------------------------------------------
# mod_mx_services Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# Copyright (C) 2025 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
:root {  
  --base43-skin: rgba(50, 50, 50, 0.7);
  --base43-dark: #222;
  --base43-grey: #F4F6FF;
  --base43-white: #ffffff; 
}

.service42 {
    position: relative;
}

.service43 .inner-box {
  border: 1px solid rgba(30, 30, 30, 0.2);
  padding: 30px;
  position: relative;
  background-color: var(--base43-white);
  border-radius: 30px;
  z-index: 1;
}
.service43 .inner-box .image-two {
  min-height: 200px;
}
.service43 .inner-box .image-two img {
  width: 100%;
  opacity: 0;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service43 .inner-box .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 303px;
  height: 140px;
  z-index: -1;
}
.service43 .inner-box:hover .image-two img {
  opacity: 1;
}
.service43 .inner-box:hover .content-box-hover:before {
  height: 100%;
  opacity: 1;
  border-radius: 30px;
}
.service43 .inner-box:hover .content-box-hover .content-box .icon,
.service43 .inner-box:hover .content-box-hover .content-box .title,
.service43 .inner-box:hover .content-box-hover .content-box .text,
.service43 .inner-box:hover .content-box-hover .content-box a {
  color: var(--base43-white);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.service43 .inner-box:hover .content-box-hover .content-box .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: translateY(-28px) rotateY(360deg) !important;
          transform: translateY(-28px) rotateY(360deg) !important;
}
.service43 .inner-box:hover .content-box-hover .content-box .read-more {
  background-color: var(--base43-white);
  color: #333;
  opacity: 1;
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
}
.service43 .inner-box:hover .content-box-hover .image-box {
  margin-top: -100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.service43 .inner-box .content-box-hover {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .service43 .inner-box .content-box-hover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .service43 .inner-box .content-box-hover {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
.service43 .inner-box .content-box-hover:before {
  background-color: var(--base43-skin, rgba(50, 50, 50, 0.4));
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.service43 .inner-box .content-box-hover .content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 15px 20px 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service43 .inner-box .content-box-hover .content-box .icon {
  color: #333;
  font-size: 65px;
  font-weight: 500;
  display: block;
  line-height: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service43 .inner-box .content-box-hover .content-box .title {
  margin-top: 19px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .service43 .inner-box .content-box-hover .content-box .title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .service43 .inner-box .content-box-hover .content-box .title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .service43 .inner-box .content-box-hover .content-box .title {
    font-size: 20px;
  }
}
.service43 .inner-box .content-box-hover .content-box .title a:hover {
  color: var(--base43-dark);
}
.service43 .inner-box .content-box-hover .content-box .text {
  margin: 0 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .service43 .inner-box .content-box-hover .content-box .text {
    font-size: 14px;
  }
}
.service43 .inner-box .content-box-hover .content-box .read-more {
  background-color: #333;
  color: #333;
  font-size: 24px;
  height: 37.5px;
  width: 37.5px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  margin-top: -17px;
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service43 .inner-box .content-box-hover .content-box .read-more:hover {
  color: var(--base43-dark);
}
.service43 .inner-box .content-box-hover .image-box {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .service43 .inner-box .content-box-hover .image-box {
    width: 100%;
  }
}
.service43 .inner-box .content-box-hover .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}