@media(max-width:768px){
    .col-md-6{
        margin-top: 20px;
    }
    .col-md-6 h2{
        text-align: center;
    }
    .col-md-6 p{
        text-align: center;
    }
    .navbar{
  background-color: #ee7e33 !important;
}
.bar{
    background-color: #ee7e33;
}
.color{
    color: white;
}
.WhatsApp-logo img {
    position: fixed; /* Fixed position so it stays on scroll */
    right: 20px;     /* Distance from the right edge */
    bottom: 20px;    /* Distance from the bottom edge */
    width: 60px;
    height: auto;
    z-index: 1000;   /* Ensure it stays above other content */
}
}
@media(min-width:800px) and (max-width:1200px){
        .col-md-6{
        margin-top: 20px;
    }
    .col-md-6 h2{
        text-align: center;
    }
    .col-md-6 p{
        text-align: center;
    }
    .navbar{
  background-color: #ee7e33 !important;
}
.bar{
    background-color: #ee7e33;
}
.color{
    color: white;
}
.changes{
    display: block;
}
}
@media (max-width: 767px) {
    .about-section .col-md-6:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-section .btn {
        margin-top: 20px; /* adds space above if needed */
    }
}
