/*--------------------------------------------XS---------------------------------------------*/
@media screen and (max-width: 575px) {
    #logo_foot {
        text-align: left;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 20px !important;
    }

    .footer_logo {
        width: 40% !important;
        margin: auto;
        text-align: center;
    }

    .contact_hid {
        position: absolute;
        z-index: 99999;
        margin-top: 35% !important;
    }

    .text-copyright {
        text-align: center;
    }

    .carousel {
        margin-top: -40px !important;
    }

    .mx-5 {
        margin: 0px !important;
        width: 100%;
    }

    .card-body {
        /* height: 150px !important; */
        height: auto !important;
    }

    .col-20 {
        height: 100% !important;
        vertical-align: middle;
        width: 100% !important;
    }

    .col-20 .img {
        width: 100% !important;
    }

    .detail {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        word-wrap: break-word;
    }

    section {
        margin-top: 40%;
        margin-bottom: 30px;
    }

    .about_me_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -5%;
    }

    .services_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -23% !important;
    }

    .our_customer_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -20% !important;
    }

    .middleA {
        margin: 0.5rem !important;
    }

    .middle_title {
        margin-top: 2rem !important;
    }

    .about_me {
        text-align: center !important;
    }

    .about_me_img {
        max-width: 100%;
    }

    .desktop-screen {
        display: none !important;
    }

    .mobile-screen {
        display: block !important;
    }

    #logo {
        margin-left: 0rem !important;
    }

    nav {
        background-color: white !important;
    }

    #lineImg {
        width: 40%;
    }

}

/*--------------------------------------------SM---------------------------------------------*/
@media screen and (min-width: 576px) and (max-width: 767px) {

    #logo_foot {
        text-align: left;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 20px !important;
    }

    .footer_logo {
        width: 40% !important;
        margin: auto;
        text-align: center;
    }

    .contact_hid {
        position: absolute;
        z-index: 99999;
        margin-top: 35% !important;
    }

    .text-copyright {
        text-align: center;
    }

    .carousel {
        margin-top: -40px !important;
    }

    .mx-5 {
        margin: 0px !important;
        width: 100%;
    }

    .card-body {
        /* height: 150px !important; */
        height: auto !important;
    }

    .col-20 {
        height: 100% !important;
        vertical-align: middle;
        width: 100% !important;
    }

    .col-20 .img {
        width: 100% !important;
    }

    .detail {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        word-wrap: break-word;
    }

    section {
        margin-top: 40%;
        margin-bottom: 30px;
    }

    .about_me_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -5%;
    }

    .services_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -23% !important;
    }

    .our_customer_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -20% !important;
    }

    .middleA {
        margin: 0.5rem !important;
    }

    .middle_title {
        margin-top: 2rem !important;
    }

    .about_me {
        text-align: center !important;
    }

    .about_me_img {
        max-width: 100%;
    }

    .desktop-screen {
        display: none !important;
    }

    .mobile-screen {
        display: block !important;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }


    ul {
        gap: 80px !important;
    }

    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }
}

/*--------------------------------------------MD---------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    #logo {
        margin-left: 4rem !important;
    }

    ul {
        gap: 0px !important;
    }

    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    .navbar-brand {
        width: 30%;
        float: left;
    }

    #logo_foot {
        text-align: left;
        margin-bottom: 10px;
        margin-top: -50px;
        margin-left: 20px !important;
        height: auto;
        width: 50%;
    }

    #lineImg {
        width: 12%;
    }

    .footer_logo {
        width: 40% !important;
        margin: auto;
        text-align: center;
    }

    .contact_hid {
        position: absolute;
        z-index: 99999;
        margin-top: 35% !important;
    }

    .text-copyright {
        text-align: center;
    }

    .carousel {
        margin-top: -40px !important;
    }

    .mx-5 {
        margin: 0px !important;
        width: 100%;
    }

    .card-body {
        /* height: 150px !important; */
        height: auto !important;
    }

    .col-20 {
        height: 100% !important;
        vertical-align: middle;
        width: 100% !important;
    }

    .col-20 .img {
        width: 100% !important;
    }

    .detail {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        word-wrap: break-word;
    }

    section {
        margin-top: 40%;
        margin-bottom: 30px;
    }

    .about_me_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -5%;
    }

    .services_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -23% !important;
    }

    .our_customer_hid {
        position: absolute;
        z-index: 99999;
        margin-top: -20% !important;
    }

    .middleA {
        margin: 0.5rem !important;
    }

    .middle_title {
        margin-top: 2rem !important;
    }

    .about_me {
        text-align: center !important;
    }

    .about_me_img {
        max-width: 100%;
    }

    .desktop-screen {
        display: none !important;
    }

    .mobile-screen {
        display: block !important;
    }
}

/*--------------------------------------------LG---------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* .middleA {
        margin: 0.5rem 2.5rem !important;
    } */

    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    .middleB {
        padding-left: 5rem !important;
        margin-left: 2rem !important;
    }

    .detail {
        font-size: small;
    }

    .middleA {
        line-height: 1.5rem !important;
    }

    #my_ul {
        gap: 10px !important;
    }

}

/*--------------------------------------------XL---------------------------------------------*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {

    ul {
        gap: 80px !important;
    }

    li {
        font-size: 17px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    .footer_contact_info {
        font-size: 1rem;
    }

    .about_me_img {
        width: 25rem !important;
    }

    .middleA {
        line-height: 1.5rem !important;
    }

    ul {
        gap: 40px !important;
    }

}

/*--------------------------------------------XXL--------------------------------------------*/
@media screen and (min-width: 1400px) {

    #my_ul {
        gap: 3px !important;
    }

    li {
        font-size: 15px;
        font-weight: bold;
    }

    .nav-link {
        transition: all .3s ease;
        font-size: 1rem;
        color: #000000;
        background-color: transparent;
    }

    .nav-link:hover {
        color: #ffffff !important;
        background-color: #EB851D;
        border-radius: 40px;
    }

    .footer_contact_info {
        font-size: 1.7rem;
    }

    .nav-link {
        font-size: 1.5rem;

    }



    .footer_title {
        font-weight: bolder !important;
        font-size: 2rem;
        margin-left: 1rem;

    }

    .card-text {
        font-size: 1.35rem !important;
    }

    b {
        font-size: 1.5rem !important;
    }

    .middleA {
        margin: 0.5rem 1rem !important;
    }

    .middleB {
        margin-left: 40rem !important;
    }

    .detail {
        font-size: 1.8rem !important;
        font-weight: bold;
        margin-left: 10rem !important;
    }

    .about_me_img {
        width: 40rem !important;
        height: auto;
        overflow: hidden !important;
    }

    .middle_title {
        text-align: center;
        font-size: 3rem !important;
        font-weight: 900;

    }

    .section_title {
        font-weight: 900 !important;
        font-size: 2.2rem !important;
    }

    .middleB {
        padding-left: 4rem !important;
        margin-left: 2rem !important;
    }

    #app > div > main > section:nth-child(4) > div:nth-child(3) > div:nth-child(1) > div > div {
        /* height: 150px !important; */
        height: 20rem !important;
    }

    

    .middleA {
        line-height: 2rem !important;
    }
}


@media screen and (min-width: 1900px) {
    .middleB {
        padding-left: 1rem !important;
        margin-left: 2rem !important;
    }

    .about_me_img {
        max-width: 120% !important;
        width: 120rem !important;
    }
}

/*--------------------------------------------------------------------------------------------*/
/* ---------------------------- Default Class css ----------------------------- */
a {
    text-decoration: none !important;
    color: black !important;
}


  .bewti::before {
    content: "";
    position: absolute;
    top: -5px; /* Adjust to control the glow's spread */
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: inherit;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
    z-index: -1;
    pointer-events: none;
  }
  

#footer {
    width: 100%;
    position: relative;
    background-image: url('../images/elements/img_footer_bg.webp');
    background-size: cover;
    background-position: center top;
    padding-top: 100px; /* Adjust based on your needs */
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px; /* Adjust the fade height */
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.8) 20%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

.footer_logo {
    width: 80%;
}

body {
    overflow-x: hidden !important;
    background-color: white !important;
}

.carousel {
    margin-top: -160px;
}

section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card {
    width: 18rem;
    margin: 10px 0px;
    width: 100% !important;
}

.card-body {
    background-color: #166DB6;
    height: 20rem;
    /* max-height: max-content; */
}

.card-text {
    color: white;
    font-size: 16px;
    font-weight: normal;
}

.col-20 {
    width: 20% !important;
    text-align: center;
    display: inline-block;
}

.col-20>img {
    width: 50% !important;
}

b {
    font-size: 18px;
}

.detail {
    font-size: 18px;
    font-weight: bold;
}

p.q {
    text-align: center
}

.about_me_hid {
    position: absolute;
    z-index: 99999;
    margin-top: -5%;
}

.services_hid {
    position: absolute;
    z-index: 99999;
    margin-top: -8%;
}

.our_customer_hid {
    position: absolute;
    z-index: 99999;
    margin-top: -8%;
}

.center {
    transform: translate(-50%, -50%);
}

.middleA {
    margin: auto !important;
}

.middleB {
    margin: 1.5rem 1rem !important;
    max-height: fit-content;
    max-width: max-content;
}

.middle_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}

.about_me_img {
    width: 25rem;
    overflow: hidden !important;
}

.about_me {
    text-align: justify;
}

.section_title {
    font-weight: 900 !important;
}

.mobile-screen {
    display: none;
}

.navbar-toggler span {
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px !important;
    box-shadow: none;
    color: black;
}

.navbar-toggler:focus {
    border-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px !important;
    box-shadow: none;
}

.navbar-toggler:hover {
    border-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 0px 0px !important;
    box-shadow: none;
}

.bg-light {
    background-color: white !important;
}

.menu {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 40px;
}

.collapse {
    transition: all 0.3s ease-in-out;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.2s linear;
}

section#footer {
    margin-bottom: 0rem !important;
}