@media (max-width: 768px) {
.side-menu {
top: 0;
left: 0;
right: auto;
width: 100%;
height: auto;
max-height: 100vh;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
padding: 1rem 2rem;
opacity: 0;
visibility: hidden;
transform: translateY(-100%);
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.side-menu.open {
opacity: 1;
visibility: visible;
transform: translateY(0);
width: 100%;
}
.menu-content {
text-align: left !important;
}
.ab_subMenu li::after {
content: "";
padding: 0;
display: none;
}
.ab_subMenu li::before {
content: "—";
padding: 0 20px 0 10px;
}
.ab_home_abt img {
padding: 0 !important;
}
.ab_testi_dots {
margin-top: 180px !important;
}
.ab_f_links, .other_fp, .ab_home_abt img {
display: none !important;
}
.ab_footer, .copy_footer p,
.ab_counter-container, .ab_home_abt .ab_btn{
text-align: center !important;
}
.ab_f_contact a {
display: block !important;
}
.ab_home_abt .ab_btn {
width: 100% !important;
}
.ab_home_slider img {
height: 50vh !important;
}
.ab_about_section p {
margin-right: 0 !important;
}
.ab_about_vm {
padding-bottom: 0;
padding-top: 20px;
}
.ab_about_vm_box {
margin-bottom: 20px;
}
.ab_showcase_awards_section p span {
padding-bottom: 1px;
}
.ab_showcase_awards_section p:last-child {
padding-left: 0;
padding-top: 10px;
}
.ab_contact .col-sm-4 {
margin-top: 20px;
margin-bottom: 0px;
}
.ab_contact_form {
padding: 50px 15px;
}
.ab_home_slider {
padding-top: 25px;
}
.ab_home_abt {
padding-top: 50px;
}
.ab_pro_new {
margin-top: 50px;
margin-bottom: 0; 
}
}