.icon-style{
    position: relative;
}
.icon-style::after {
    content: "";
    position: absolute;
    width: 133px;
    height: 133px;
   transform: translate(-50%, -50%);
   top: 50%;
   left: 50%;
    border-radius: 100% !important;
    background: rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    z-index: -1;
}

.abt-conct-form input:not([type="submit"]) {
    border: 1px solid #EFEFEF !important;
    box-shadow: none !important;
    font-family: 'Outfit' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333333 !important;
    padding: 10px 15px !important;
    height: 50px !important;
    border-radius: 10px !important;
    outline: none !important;

}
.abt-conct-form textarea{
    border: 1px solid #EFEFEF !important;
    box-shadow: none !important;
    font-family: 'Outfit' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333333 !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    outline: none !important;
}
.abt-conct-form .gform-theme--foundation .gfield textarea.small {
    min-block-size: 146px;
}
    .abt-conct-form .gform-theme--foundation .gform_fields {
        column-gap: 25px;
        row-gap: 25px;
    }

    .abt-conct-form input#gform_submit_button_3 {
    background-color: #E24018;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.abt-conct-form input#gform_submit_button_3:hover{
    background-color: black;
}
div#gform_3_validation_container{
    display: none;
}
div#gform_confirmation_message_3 {
    color: #E24018;
    font-weight: 500;
    font-size: 20px;
}
.core-featurs .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center !important;
}

/* audio sec */
.main-audio-sec {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 70px;
    row-gap: 40px;
    padding-top: 26px;
}

.music {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.music strong {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #1F293C;
}


audio::-webkit-media-controls-play-button,
     audio::-webkit-media-controls-panel {
     background-color: #F8FAFC;
     color: #000;
     }





















@media (max-width:1024px){
    .abt-conct-form .gform-theme--foundation .gform_fields {
    column-gap: 15px;
    row-gap: 15px;
    }
    .main-audio-sec{
            column-gap: 30px;
        row-gap: 30px;
    }
    .music {
        width: 45%;
    }
        .icon-style::after{
    width: 110px;
    height: 110px;
    }
    .ech-sec {
    width: 100%;
    padding: 50px 20px;
    }
}

@media (max-width:767px){
div#gform_confirmation_message_3 {
    text-align: center;
    line-height: 30px;
}
    .music {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
        .main-audio-sec {
        justify-content: center !important;

    }
    .ech-sec {
    width: 100%;
    padding: 30px 20px 40px 20px;
    }
    h2.form-title {
    text-align: center;
   }
   .heading-wrap::after{
    background-position: bottom center;
   }
   .ech-sec .body {
    text-align: center;
}
}
