#myBtn{
    padding: 6px 20px;
}
a.button-main{
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 40px;
    padding: 11px 30px;
    font-size: 16px;
    color: #FFF;
    background: #000;
    font-family: Inter;
    display: inline-block;
    letter-spacing: -0.01em;
    transition: all 0.3s ease-in-out;
}
a.button-main:hover {
    opacity: .7 !important;
}
.center-larger-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section.mb-190{
    margin-bottom: 130px;
}
.ul-li-flex li{
    font-size: var(--fs-18);
    font-family: Inter;
    margin-bottom: 20px;
    text-decoration: none;
    border-bottom: none;
}

@media(max-width: 767px){
    section.content-section {
        height: auto !important;
        padding-bottom: 150px;
    }
}


/* _____________ 28-oct-2025 _____________ */
.fixedButton{
    position: fixed;
    bottom: 130px;
    right: 50px;
    z-index: 999;
    border: none;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 40px;
    padding: 6px 14px;
    font-size: 16px;
    color: #FFF;
    background: #000;
    font-family: Inter;
    letter-spacing: -0.01em;
    transition: all 500ms ease-in-out;
}
.left-img{
    float: left;
    padding-right: 40px;
    padding-bottom: 10px;
}
section.pb-same {
    padding-bottom: 190px;
}
@media(max-width: 1460px){
    section.note-section{
        padding-bottom: 150px;
    }
}
@media(max-width: 767px){
    .left-img {
        float: none;
        padding-right: 0;
        padding-bottom: 0px;
    }
}


/* _____________ 30-Oct-2025 _____________ */
.full-box a.button-main{
    margin: 0 auto;
    max-width: fit-content;
    display: block;
}
.content-img.data-flow {
    margin-top: 0;
}
@media(max-width: 428px){
    .main-title {
        font-size: 30px;
    }
}
@media(max-width: 400px){
    .main-title {
        font-size: 22px;
    }
}

#myBtn{
    position: static;
    width: fit-content;
    margin-left: auto;
    margin-right: 50px;
    margin-bottom: 50px;
}
section.mb-190 {
    margin-bottom: 0;
}
section.pb-same {
    padding-bottom: 50px;
}

.fixedButton {
    position: static;
    bottom: 130px;
    right: 50px;
    z-index: 999;
    border: none;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 40px;
    padding: 6px 14px;
    font-size: 16px;
    color: #FFF;
    background: #000;
    font-family: Inter;
    letter-spacing: -0.01em;
    transition: all 500ms 
ease-in-out;
    width: fit-content;
    margin: 0 auto;
    display: block;
    margin-right: 50px;
    margin-bottom: 50px;
}
.note-section {
    margin-bottom: 50px;
}

@media(max-width: 575px){
    section.content-section {
        padding-bottom: 50px;
    }
    #myBtn {
        margin-bottom: 30px;
    }
    section.note-section {
        padding-bottom: 50px;
    }
}