.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box;
}

.card-style03:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
    border-radius: 5px;
}


.card-style03 {
    position: relative;
    transition: 0.5s;
    padding: 0px 45px 40px 45px;
    color: inherit;
    z-index: 1;
    margin-top: 75px;
    display: inline-block;
    width: 100%;
    min-height: 380px;
    height: 450px;
    border-radius: 10px;
}

.bg-light {
    --bs-bg-opacity: 1;
    /* background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; */
    background-color: #efefef !important;
}

.overflow-visible {
    overflow: visible !important;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    /* overflow: hidden !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.elementor-align-left {
    text-align: left;
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box;
}

.card-style03:before {
    content: '';
    height: 100%;
    width: 100%;
    /* background-color: rgba(31, 39, 50, 0.55); */
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    z-index: 1;
}

.elementor-align-left {
    text-align: left;
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}

.card-style03 .icon {
    margin: -40px 0px 30px 0px;
    font-size: 36px;
    background-color: #1475f7;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    height: 75px;
    width: 75px;
    position: relative;
    z-index: 3;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
}

.card-style03 .icon img {
    width: 40px;
    vertical-align: middle;
    margin-top: -4px;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.position-relative {
    position: relative !important;
}

.card-style03:hover:before {
    opacity: 0;
}

.card-style03:hover .icon {
    background-color: #1f2732;
    color: #fff;
}

.card-style03:hover h3 a {
    color: #1f2732;
}

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

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

.card-style03:hover {
    background-image: unset !important;
    background-color: #1675f7 !important;
    color: #fff !important;
}

.card-style03:hover h3 a {
    color: #fff !important;
}

@media (min-width: 1200px) {
h2 {
    font-size: 2rem;
}
}

.card-style03 h3 a {
    position: relative;
    z-index: 1;
    color: #000000;
    word-break: break-word;
    transition: 0.4s;
}

.card-style03 .card-content {
    /* transform: translateY(60px); */
    transform: translateY(0);
    transition-duration: 0.6s;
    /* opacity: 0; */
    opacity: 1;
    transition: 0.6s;

}

.card-content p {
    font-size: 18px;
}

.ServicesDataController .page_intro_text p {
    font-size: 21px;
}

.services_list {
    background: #efefef;
    padding: 15px;
    border-radius: 1.1rem;
    box-shadow: 6px 5px 9px 0px rgb(0 0 0 / 12%);
}

.services_list ul {
    padding: 0 !important;
}

.services_list ul li {
    list-style: none;
    font-size: 21px;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
}

.services_list ul li:last-child {
    border-bottom: 0px solid #ffffff;
    padding-bottom: 0;
}

.services_list i {
    background: #1475f7;
    padding: 8px;
    border-radius: 3rem;
    color: #ffffff;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

