.interface-card {
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 20px 0px #5353530A;
    backdrop-filter: blur(7.599999904632568px);
}
  
.interface-icon {
    max-width: 48px;
    max-height: 48px;
}
  
.time-text {
    padding: 10px;
    border: 1px solid transparent;
    /* max-width: 150px; */
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0px 2px 1.8px 0px #018F83;
}

.time-text h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.03rem;
    color: #018F83;
    margin-bottom: 0;
}

.interface-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #5C5C5C;
}

/* philosophy section */
.philosophy-section {
    background-image: url(../images/user-interface/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.philosophy-content .gx-5 {
    --bs-gutter-x: 32px;
}

.philosophy-content {
    gap: 48px;
    display: flex;
    flex-direction: column;
    max-width: 1018px;
    margin: 0 auto;
}

.structured-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #018F8333;
    height: 100%;
    background: #FEFEFE;
}
   
.structured-card-img {
    border-radius: 8px;
    overflow: hidden;
}

.structured-card h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #3C3C3B;
    text-align: center;
}

.structured-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #5C5C5C;
}

.structured-points {
    background: #E6F4F3;
    border-radius: 12px;
    padding: 12px;
}


.structured-points .content-list {
    margin: 0 !important;
}

.specific-content .gx-5 {
    --bs-gutter-x: 28px;
}

/* our ui section */
.ui-design-section {
    background: url('./../images/user-interface/bg2.png');
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.user-interface-section .section-gap{
    max-width: 886px;
    margin: 0 auto;
}

.industry-focused-card {
    backdrop-filter: blur(7px);
    border: 1px solid #EEEEEE;
    background: #00000008;
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-focused-img {
    max-width: 48px;
    max-height: 48px;
    overflow: hidden;
}

.industry-focused-card h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #3C3C3B;
    margin-bottom: 0;
}

.industry-focused-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
    margin-bottom: 0;
}

.ui-design-section .gx-3 {
    --bs-gutter-x: 48px;
}


/* industry */
.industry-card{
    min-width: 318px;
}

.graphic-industries{
    position: relative;
    overflow: hidden;
}
.hovering-square-dottes-one{
    right: unset;
    top: 30%;
}
.website-form-header .form-banner-text{
    color: #018F83 !important;
}
.industry-card img{
    max-width: 60px;
}
@media (max-width: 1199px) {
    .industry-card{
        max-width: 270px;
    }
}

@media (max-width: 991px) {

    .structured-card h3 {
        font-size: 16px;
    }

    .structured-card p {
        font-size: 14px;
    }

    .industry-focused-card h4 {
        font-size: 16px;
    }

    .industry-focused-card p {
        font-size: 14px;
    }
    .hovering-square-dottes-one{
        display: none;
    }
    .time-text h4{
        font-size: 16px;
    }
    .interface-card p{
        font-size: 14px;
    }
    .philosophy-content{
        gap: 16px;
    }
    .ui-design-section .section-gap{
        gap: 16px;
    }

}