/* Mobile-Friendly Fixes - Clean Version */

/* Prevent horizontal scrolling */
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  #header .logo{
    margin: 4px 0 0!important;
}
  /* Ensure header is properly positioned */
  #header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(10px) !important;
  }
  
  /* Ensure navbar container is properly sized */
  .navbar .container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 80px !important;
    padding: 0 15px !important;
  }
  
  /* Ensure navbar itself is properly structured */
  .navbar {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
  }
  
  /* Hide desktop navigation on mobile */
  .nav-left,
  .nav-right {
    display: none !important;
  }
  
  /* Fix container overflow */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Fix carousel overflow */
  .owl-carousel {
    overflow: hidden;
  }
  
  /* Fix masonry grid */
  .masonry-grid {
    overflow: hidden;
  }
  
  /* Optimize images */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Better image containers */
  .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Better touch targets */
  a, button, input, select {
    min-height: 44px;
  }
  
  /* Improved spacing */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .col-md-6,
  .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Fix logo positioning - Left side on mobile */
  .logo-center {
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    top: 0 !important;
    z-index: 1000 !important;
    display: block !important;
    visibility: visible !important;
    margin-left: 15px !important;
  }
  
  /* Ensure mobile toggle is visible */
  .mobile-nav-toggle {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: block !important;
    visibility: visible !important;
    z-index: 1001 !important;
    font-size: 28px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
  }
  
  /* Debug styles to ensure visibility */
  .mobile-nav-toggle::before {
    content: "☰" !important;
    display: block !important;
    font-size: 28px !important;
    color: #fff !important;
  }
  
  /* Alternative toggle styles if Bootstrap Icons don't load */
  .mobile-nav-toggle {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: block !important;
    visibility: visible !important;
    z-index: 1001 !important;
    font-size: 28px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    line-height: 40px !important;
  }
  
  /* Ensure the icon shows even if Bootstrap Icons fail */
  .mobile-nav-toggle i {
    display: none !important;
  }
  
  
  /* Mobile menu fixes */
  .mobile-side-menu {
    max-width: 100vw;
  }
  
  .mobile-menu-overlay {
    max-width: 100vw;
  }
  
  /* Section padding */
  section {
    padding: 40px 0;
  }
  
  /* Background colors */
  .bg_dark {
    background: #2d2d2d !important;
  }
  
  /* Smooth scrolling */
  html {
    scroll-behavior: smooth;
  }
  
  /* Better button styling */
  .theme-btn, .aboutmore a, .con_from_hme button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  /* Form elements */
  input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
  }
  
  /* Focus states */
  a:focus, button:focus, input:focus, select:focus {
    outline: 2px solid #956f00;
    outline-offset: 2px;
  }
  
  /* Carousel navigation */
  .owl-nav {
    display: none !important;
  }
  
  .owl-dots {
    bottom: 10px;
  }
  
  .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  
  /* Touch scrolling */
  .owl-carousel {
    -webkit-overflow-scrolling: touch;
  }
  
  /* Performance optimizations */
  * {
    animation-duration: 0.3s !important;
    transition-duration: 0.3s !important;
  }
}

/* Main Slider Mobile */
@media (max-width: 768px) {
  #main_slider {
    height: 50vh;
    min-height: 300px;
    max-height: 400px;
  }
  
  #main_slider .item {
    height: 50vh;
    min-height: 300px;
    max-height: 400px;
    position: relative;
  }
  
  #main_slider .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  
  #main_slider .item-slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 10;
    padding: 0 15px;
  }
  
  #main_slider .item-slider-text h2 {
    font-size: 24px !important;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  }
  
  #main_slider .item-slider-text h2 span {
    font-size: 16px !important;
    display: block;
    margin-top: 8px;
    color: #f0f0f0;
  }
}

/* Typing Animation Mobile */
@media (max-width: 768px) {
  #marq_text {
    padding: 20px 15px;
    background: #f8f9fa;
  }
  
  #marq_text h2 {
    font-size: 18px !important;
    text-align: center;
    line-height: 1.4;
  }
}

/* Services Section Mobile */
@media (max-width: 768px) {
  #featured__categories {
    padding: 40px 15px;
  }
  
  .heading_title {
    margin-bottom: 30px;
  }
  
  .heading_title h2 {
    font-size: 24px !important;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #333 !important;
  }
  
  .heading_title h2 span {
    font-size: 14px !important;
    line-height: 1.5;
    color: #666 !important;
  }
  
  .blog-home .item .wrap {
    margin: 0 8px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    transition: all 0.3s ease;
  }
  
  .blog-home .item .wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  }
  
  .blog-home .item .wrap .img {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  
  .blog-home .item .wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .blog-home .item .wrap:hover .img img {
    transform: scale(1.05);
  }
  
  .blog-home .item .wrap .title {
    padding: 20px 15px;
    background: #fff;
    position: relative;
  }
  
  .blog-home .item .wrap .title h4 {
    font-size: 16px !important;
    margin-bottom: 8px;
    color: #333 !important;
    font-weight: 600;
  }
  
  .blog-home .item .wrap .title .icon {
    font-size: 18px;
    color: #956f00;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .blog-home .item .wrap:hover .title .icon {
    opacity: 1;
    right: 20px;
  }
  
  .aboutmore {
    margin-top: 30px;
  }
  
  .aboutmore a {
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 25px;
    background: linear-gradient(45deg, #956f00, #b8860b);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .aboutmore a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(149, 111, 0, 0.3);
  }
}

/* About Section Mobile */
@media (max-width: 768px) {
  #main__about {
    padding: 50px 15px;
  }
  
  #main__about .row {
    flex-direction: column;
  }
  
  #main__about .col-md-5 {
    width: 100%;
    margin-bottom: 30px;
  }
  
  #main__about .ab_left {
    text-align: center;
    margin-bottom: 20px;
  }
  
  #main__about .ab_left img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  
  #main__about .ab_right {
    text-align: center;
  }
  
  #main__about .ab_right h6 {
    font-size: 20px !important;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff !important;
  }
  
  #main__about .ab_right h6 span {
    font-size: 14px !important;
    color: #e0e0e0 !important;
    line-height: 1.6;
  }
  
  #main__about .aboutmore {
    text-align: center;
    margin-top: 20px;
  }
}

/* Portfolio Section Mobile */
@media (max-width: 768px) {
  .portdesktop .item .wrap {
    margin: 0 8px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    transition: all 0.3s ease;
  }
  
  .portdesktop .item .wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  }
  
  .portdesktop .item .wrap .img {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  
  .portdesktop .item .wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .portdesktop .item .wrap:hover .img img {
    transform: scale(1.05);
  }
  
  .portdesktop .item .wrap .title {
    padding: 20px 15px;
    background: #fff;
    position: relative;
  }
  
  .portdesktop .item .wrap .title h4 {
    font-size: 16px !important;
    margin-bottom: 5px;
    color: #333 !important;
    font-weight: 600;
  }
  
  .portdesktop .item .wrap .title h4 span {
    font-size: 14px !important;
    color: #666 !important;
  }
  
  .portdesktop .item .wrap .title .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    color: #956f00;
    font-size: 18px;
  }
  
  .portdesktop .item .wrap:hover .title .icon {
    opacity: 1;
    right: 20px;
  }
}

/* Video Section Mobile */
@media (max-width: 768px) {
  #main_video {
    padding: 30px 15px;
  }
  
  #main_video marquee h1 {
    font-size: 16px !important;
    padding: 15px 0;
  }
  
  #main_video .mainV {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  
  #main_video .mainV img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  
  #main_video h6 {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 10px;
  }
  
  #main_video h6 span {
    font-size: 14px !important;
    color: #ccc;
    line-height: 1.6;
  }
}

/* Masonry Grid Mobile */
@media (max-width: 768px) {
  .masonry-grid {
    margin: 0 -4px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 4px;
  }
  
  .masonry-item {
    width: 100% !important;
    padding: 0;
  }
  
  .home_photos {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  
  .home_photos img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .home_photos:hover img {
    transform: scale(1.05);
  }
}

@media (max-width: 480px) {
  .masonry-item {
    width: 100%;
  }
  
  .home_photos img {
    height: 180px;
  }
}

/* Testimonials Section Mobile */
@media (max-width: 768px) {
  #stories_test_success {
    padding: 60px 15px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  }
  
  #stories_test_success .heading_title {
    text-align: center;
    margin-bottom: 40px;
  }
  
  #stories_test_success .heading_title h2 {
    font-size: 26px !important;
    margin-bottom: 12px;
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }
  
  #stories_test_success .heading_title h2 span {
    font-size: 16px !important;
    color: #956f00 !important;
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  #stories_test_success .item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  #stories_test_success .item::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 60px;
    color: #956f00;
    opacity: 0.3;
    font-family: serif;
  }
  
  #stories_test_success .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    background: rgba(255, 255, 255, 0.08);
  }
  
  #stories_test_success .test_img {
    margin-bottom: 25px;
    position: relative;
  }
  
  #stories_test_success .test_img::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #956f00, #b8860b);
    border-radius: 2px;
  }
  
  #stories_test_success .test_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #956f00;
    box-shadow: 0 8px 25px rgba(149, 111, 0, 0.3);
    transition: all 0.3s ease;
  }
  
  #stories_test_success .item:hover .test_img img {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(149, 111, 0,0.4);
  }
  
  #stories_test_success .stories-slider-text {
    padding: 0 15px;
  }
  
  #stories_test_success .stories-slider-text .name {
    font-size: 16px;
    color: #956f00;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  #stories_test_success .stories-slider-text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #e0e0e0;
    font-style: italic;
    position: relative;
  }
  
  #stories_test_success .stories-slider-text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
  }
  
  #stories_test_success .aboutmore {
    text-align: center;
    margin-top: 40px;
  }
  
  #stories_test_success .aboutmore a {
    background: linear-gradient(45deg, #956f00, #b8860b);
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(149, 111, 0, 0.3);
  }
  
  #stories_test_success .aboutmore a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(149, 111, 0, 0.4);
  }
}

/* Experience Section Mobile */
@media (max-width: 768px) {
  .experience-section {
    padding: 50px 15px;
  }
  
  .experience-section .heading_title h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
    color: #333 !important;
  }
  
  .experience-section .heading_title h2 span {
    font-size: 14px !important;
    color: #666 !important;
  }
  
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .experience-item {
    text-align: center;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    background: #fff;
  }
  
  .experience-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .experience-item h3 {
    font-size: 18px !important;
    margin-bottom: 12px;
    color: #333;
  }
  
  .experience-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
  }
}

/* Blog Section Mobile */
@media (max-width: 768px) {
  #latest__news_blogs {
    padding: 50px 15px;
  }
  
  #latest__news_blogs .heading_title h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
    color: #fff !important;
  }
  
  #latest__news_blogs .heading_title h2 span {
    font-size: 14px !important;
    color: #e0e0e0 !important;
  }
  
  .blogslider .item .wrap {
    margin: 0 8px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    transition: all 0.3s ease;
  }
  
  .blogslider .item .wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  }
  
  .blogslider .item .wrap .img {
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  
  .blogslider .item .wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .blogslider .item .wrap:hover .img img {
    transform: scale(1.05);
  }
  
  .blogslider .item .wrap .title {
    padding: 20px 15px;
    background: #fff;
    position: relative;
  }
  
  .blogslider .item .wrap .title h4 {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 600;
  }
  
  .blogslider .item .wrap .title .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    color: #956f00;
    font-size: 18px;
  }
  
  .blogslider .item .wrap:hover .title .icon {
    opacity: 1;
    right: 20px;
  }
}

/* Contact Form Mobile */
@media (max-width: 768px) {
  #get_in_touch {
    padding: 50px 15px;
  }
  
  #get_in_touch .heading_title h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
    color: #333 !important;
  }
  
  #get_in_touch .heading_title h2 span {
    font-size: 14px !important;
    color: #666 !important;
  }
  
  .con_from_hme {
    background: #f8f9fa;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }
  
  .con_from_hme .row {
    margin: 0 -10px;
  }
  
  .con_from_hme .col-md-6,
  .con_from_hme .col-md-12 {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  
  .con_from_hme input,
  .con_from_hme select {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
  }
  
  .con_from_hme input:focus,
  .con_from_hme select:focus {
    border-color: #956f00;
    box-shadow: 0 0 0 2px rgba(149, 111, 0, 0.1);
    outline: none;
  }
  
  .con_from_hme button {
    height: 50px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(45deg, #956f00, #b8860b);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .con_from_hme button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(149, 111, 0, 0.3);
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  #main_slider {
    height: 45vh;
    min-height: 250px;
    max-height: 350px;
  }
  
  #main_slider .item {
    height: 45vh;
    min-height: 250px;
    max-height: 350px;
  }
  
  #main_slider .item-slider-text h2 {
    font-size: 20px !important;
  }
  
  #main_slider .item-slider-text h2 span {
    font-size: 14px !important;
  }
  
  .heading_title h2 {
    font-size: 20px !important;
    color: #fff !important;
  }
  
  .heading_title h2 span {
    font-size: 13px !important;
    color: #e0e0e0 !important;
  }
  
  .blog-home .item .wrap .img,
  .portdesktop .item .wrap .img,
  .blogslider .item .wrap .img {
    height: 180px;
  }
  
  .masonry-item {
    width: 100%;
  }
  
  .home_photos img {
    height: auto;
  }
  
  /* Testimonials Extra Small */
  #stories_test_success {
    padding: 40px 10px;
  }
  
  #stories_test_success .heading_title h2 {
    font-size: 22px !important;
  }
  
  #stories_test_success .heading_title h2 span {
    font-size: 14px !important;
  }
  
  #stories_test_success .item {
    padding: 25px 15px;
    margin: 0 6px;
  }
  
  #stories_test_success .test_img img {
    width: 100px;
    height: 100px;
  }
  
  #stories_test_success .stories-slider-text .name {
    font-size: 15px;
  }
  
  #stories_test_success .stories-slider-text p {
    font-size: 14px;
  }
  
  #stories_test_success .stories-slider-text h2 {
    font-size: 16px;
  }
}

/* Mobile Landscape Optimizations */
@media (max-width: 768px) and (orientation: landscape) {
  #main_slider {
    height: 40vh;
    min-height: 200px;
    max-height: 250px;
  }
  
  #main_slider .item {
    height: 40vh;
    min-height: 200px;
    max-height: 250px;
  }
  
  #main_slider .item-slider-text h2 {
    font-size: 18px !important;
  }
  
  #main_slider .item-slider-text h2 span {
    font-size: 12px !important;
  }
}

/* High DPI Mobile Devices */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .blog-home .item .wrap .img img,
  .portdesktop .item .wrap .img img,
  .blogslider .item .wrap .img img,
  .home_photos img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}


/* Mobile Logo and Toggle Specific Fixes */
@media (max-width: 991px) {
  .navbar {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
  }
  
  .logo-center {
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    top: 0 !important;
    z-index: 1000 !important;
    display: block !important;
    visibility: visible !important;
    background: #484746 !important;
    padding: 12px !important;
    border-radius: 50% !important;
    height: 70px !important;
    width: 70px !important;
    text-align: center !important;
    margin-left: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    border: 2px solid rgba(255,255,255,0.1) !important;
  }
  
  .logo-center img {
    height: 45px !important;
    width: auto !important;
    filter: brightness(1.1) !important;
    transition: all 0.3s ease !important;
  }
  
  .logo-center:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
  }
  
  .logo-center:hover img {
    filter: brightness(1.2) !important;
  }
  
  .mobile-nav-toggle {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: block !important;
    visibility: visible !important;
    z-index: 1001 !important;
    font-size: 28px !important;
    color: #fff !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
  }
}

@media (max-width: 576px) {
  .logo-center {
    height: 65px !important;
    width: 65px !important;
    padding: 10px !important;
    margin-left: 10px !important;
  }
  
  .logo-center img {
    height: 40px !important;
  }
  
  .mobile-nav-toggle {
    right: 15px !important;
    font-size: 24px !important;
  }
}

@media (max-width: 480px) {
  .logo-center {
    height: 60px !important;
    width: 60px !important;
    padding: 8px !important;
    margin-left: 8px !important;
  }
  
  .logo-center img {
    height: 35px !important;
  }
  
  .mobile-nav-toggle {
    right: 10px !important;
    font-size: 22px !important;
  }
} 