/* About Box 4 */
.about-bx4 .dz-media {
  overflow: visible;
}
.about-bx4 .dz-media img {
  width: auto;
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.icon-bx-wraper.style-1 {
    background-color: #fff;
    padding: 35px 30px;
    border-radius: var(--border-radius-base, 4px);
    box-shadow: 4px 6.928px 60px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
}

.icon-bx-wraper.style-1:after {
    content: attr(data-name);
    position: absolute;
    right: 35px;
    opacity: .1;
    font-weight: 600;
    line-height: 1;
    bottom: -11px;
    color: var(--primary, #0073aa); /* Fallback color */
    font-size: 72px;
    font-family: var(--font-family-title, inherit);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.icon-bx-wraper.style-1 [class*="icon-bx"] {
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.icon-bx-wraper.style-1.active,
.icon-bx-wraper.style-1:hover {
    background-color: var(--primary, #0073aa);
    color: #fff;
}

.icon-bx-wraper.style-1.active .dz-tilte,
.icon-bx-wraper.style-1.active .dz-tilte a,
.icon-bx-wraper.style-1:hover .dz-tilte,
.icon-bx-wraper.style-1:hover .dz-tilte a {
    color: #fff;
}

.icon-bx-wraper.style-1.active:after,
.icon-bx-wraper.style-1:hover:after {
    color: #fff;
    opacity: .2;
}

.icon-bx-wraper.style-1.active [class*="icon-bx"],
.icon-bx-wraper.style-1:hover [class*="icon-bx"] {
    background: #fff !important;
    transform: scale(1) rotate(0deg);
}

.icon-bx-wraper.style-1:hover [class*="icon-bx"] {
     transform: scale(-1) rotate(180deg);
}

.icon-bx-wraper.style-1.active [class*="icon-bx"] svg,
.icon-bx-wraper.style-1.active [class*="icon-bx"] svg path,
.icon-bx-wraper.style-1.active [class*="icon-bx"] svg polygon,
.icon-bx-wraper.style-1:hover [class*="icon-bx"] svg,
.icon-bx-wraper.style-1:hover [class*="icon-bx"] svg path,
.icon-bx-wraper.style-1:hover [class*="icon-bx"] svg polygon {
    fill: var(--primary, #0073aa);
}

.icon-bx-sm {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 67px;
    height: 67px;
    min-width: 67px;
    line-height: 67px;
}

.icon-bx-sm.radius {
    border-radius: 100%;
}

.icon-bx-sm i {
    font-size: 30px;
    vertical-align: middle;
}

.icon-bx-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px;
}

.gradient-sec {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.icon-content {
    overflow: hidden;
}

.dz-tilte {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.icon-bx-wraper {
    display: flex;
    align-items: center;
}

.icon-bx-wraper.left {
    flex-direction: row;
    text-align: left;
}

.icon-bx-wraper.left .icon-bx-sm {
    margin-right: 20px;
    margin-bottom: 0;
    float: none;
}

.icon-bx-wraper.right {
    flex-direction: row-reverse;
    text-align: right;
}

.icon-bx-wraper.right .icon-bx-sm {
    margin-left: 20px;
    margin-bottom: 0;
    float: none;
}

.icon-content {
    flex: 1;
}

/* Staggered Layout */
.section-wraper-left .icon-bx-wraper:nth-child(2) {
    margin-left: 50px;
}

.section-wraper-right .icon-bx-wraper:nth-child(2) {
    margin-right: 50px;
}

@media only screen and (max-width: 1200px) {
    .section-wraper-left .icon-bx-wraper:nth-child(2) {
        margin-left: 30px;
    }
    .section-wraper-right .icon-bx-wraper:nth-child(2) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-wraper-left .icon-bx-wraper:nth-child(2),
    .section-wraper-right .icon-bx-wraper:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
}
