body {
    overflow-y: auto;
}

/* Enhanced MDI icon display to ensure icons appear consistently */
.mdi {
    display: inline-block !important;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 4px;
    font-family: "Material Design Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none !important;
    text-decoration: inherit !important;
    text-transform: none !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Special style for the large feature icons */
.mdi-48px {
    font-size: 48px !important;
    margin-bottom: 15px;
    display: inline-block !important;
    line-height: 1;
}

/* Make sure icons are visible in buttons */
.btn i.mdi {
    font-size: 18px;
    display: inline-block !important;
}

/* Tombol hijau dengan teks putih */
.btn-success {
    color: #ffffff !important;
}

/* Force icon display */
[class^="mdi-"], [class*=" mdi-"] {
    display: inline-block !important;
    font-family: "Material Design Icons" !important;
}

/* Specific fix for mdi-account-plus icon */
.mdi-account-plus::before {
    content: "\F0001" !important;
    font-family: "Material Design Icons" !important;
    display: inline-block !important;
}

/* FontAwesome icon display */
.fas, .fab, .far, .fal, .fad {
    display: inline-block !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
    font-weight: 900 !important;
}

/* Ensure button icons are visible */
.btn i {
    display: inline-block !important;
    font-style: normal !important;
}

/* Specific FontAwesome button icon fixes */
.btn .fa-user-plus::before {
    content: "\f234" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

.btn .fa-info-circle::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    display: inline-block !important;
}

/* Contact section icon styling */
.contact-item .icon {
    width: 50px !important;
    height: 50px !important;
    background-color: #28a745 !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 1rem !important;
    flex-shrink: 0 !important;
}

.contact-item .icon i {
    font-size: 1.2rem !important;
    display: inline-block !important;
}

/* Hero Section Styles */
#hero {
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 85vh;
    position: relative;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    #hero {
        min-height: 50vh !important;
        padding-top: 0.5rem !important;
        padding-bottom: 1rem !important;
        margin-top: 0 !important;
    }
    
    .hero-image {
        max-width: 55% !important;
        margin-top: 0.5rem !important;
    }
    
    .min-vh-75 {
        min-height: 40vh !important;
    }
    
    /* Hero section mobile centering */
     #hero .col-lg-6:first-child {
         text-align: center !important;
         display: flex !important;
         flex-direction: column !important;
         align-items: center !important;
         justify-content: center !important;
     }
     
     #hero h1 {
         text-align: center !important;
         font-size: 2.5rem !important;
         line-height: 1.2 !important;
         margin-bottom: 1rem !important;
     }
     
     #hero .lead {
         text-align: center !important;
         font-size: 1.1rem !important;
         margin-bottom: 1.5rem !important;
         max-width: 90% !important;
     }
     
     #hero .mb-4 {
         text-align: center !important;
         margin-bottom: 2rem !important;
         width: 100% !important;
         display: flex !important;
         flex-direction: column !important;
         align-items: center !important;
     }
     
     #hero .mb-4 .d-flex {
         justify-content: center !important;
         margin-bottom: 1rem !important;
         align-items: center !important;
     }
     
     /* Fix alignment for the three menu items with icons */
     #hero .mb-4 .d-flex.align-items-center {
         display: flex !important;
         align-items: center !important;
         justify-content: flex-start !important;
         text-align: left !important;
         margin-bottom: 1rem !important;
         width: 100% !important;
         max-width: 400px !important;
         margin-left: auto !important;
         margin-right: auto !important;
         padding: 0.5rem !important;
         background: rgba(255, 255, 255, 0.05) !important;
         border-radius: 12px !important;
         backdrop-filter: blur(10px) !important;
         border: 1px solid rgba(255, 255, 255, 0.1) !important;
     }
     
     #hero .mb-4 .d-flex.align-items-center .bg-success {
         flex-shrink: 0 !important;
         margin-right: 1rem !important;
         display: flex !important;
         align-items: center !important;
         justify-content: center !important;
         width: 45px !important;
         height: 45px !important;
         min-width: 45px !important;
         min-height: 45px !important;
     }
     
     #hero .mb-4 .d-flex.align-items-center span {
         flex: 1 !important;
         display: flex !important;
         align-items: center !important;
         line-height: 1.4 !important;
         margin: 0 !important;
         font-weight: 600 !important;
         font-size: 1rem !important;
         color: #424242 !important;
     }
     
     /* Center action buttons */
     #hero .d-flex.flex-column.flex-sm-row {
         justify-content: center !important;
         align-items: center !important;
         flex-direction: column !important;
         width: 100% !important;
     }
     
     #hero .d-flex.flex-column.flex-sm-row .btn {
         margin-bottom: 0.75rem !important;
         width: 80% !important;
         max-width: 300px !important;
         display: flex !important;
         align-items: center !important;
         justify-content: center !important;
     }
    
    /* Floating stats for mobile - centered and animated */
    #hero .position-absolute[style*="top: 10%"],
    #hero .position-absolute[style*="top:10%"] {
        top: 8% !important;
        right: 0% !important;
        animation: float 3s ease-in-out infinite !important;
    }
    
    #hero .position-absolute[style*="bottom: 15%"],
    #hero .position-absolute[style*="bottom:15%"] {
        bottom: 12% !important;
        left: 0% !important;
        animation: float 3s ease-in-out infinite 1.5s !important;
    }
    
    /* Maintain desktop styling for floating stats content */
    #hero .position-absolute .bg-white {
        padding: 1rem !important;
        min-width: 120px !important;
        border: 2px solid rgba(46, 125, 50, 0.1) !important;
        border-radius: 0.75rem !important;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    }
    
    #hero .position-absolute .bg-white h3 {
        font-size: 1.4rem !important;
        margin-bottom: 0.25rem !important;
        font-weight: 900 !important;
        color: #2e7d32 !important;
    }
    
    #hero .position-absolute .bg-white small {
        font-size: 0.7rem !important;
        color: #666 !important;
        font-weight: 600 !important;
    }
    
    /* Reduce hero section spacing on mobile */
    #hero .container {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    
    /* Adjust main heading for mobile */
    #hero .display-3 {
        font-size: 2rem !important;
        line-height: 1.1 !important;
        margin-bottom: 1rem !important;
        margin-top: 10px !important;
    }
    
    /* Adjust lead text for mobile */
    #hero .lead {
        font-size: 1rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Ensure content is not cut off at top */
    body {
        padding-top: 0 !important;
    }
    
    /* Mobile button icon fixes */
     .btn .fas, .btn .fab {
         display: inline-block !important;
         font-size: 1.1rem !important;
         margin-right: 0.5rem !important;
         font-family: "Font Awesome 5 Free" !important;
         font-weight: 900 !important;
     }
     
     /* Specific mobile button icon fixes */
     .btn .fas.fa-user-plus {
         display: inline-block !important;
         font-family: "Font Awesome 5 Free" !important;
         font-weight: 900 !important;
         margin-right: 0.5rem !important;
     }
     
     .btn .fas.fa-info-circle {
         display: inline-block !important;
         font-family: "Font Awesome 5 Free" !important;
         font-weight: 900 !important;
         margin-right: 0.5rem !important;
     }
     
     /* Contact section mobile adjustments */
     .contact-item {
         margin-bottom: 1.5rem !important;
     }
     
     .contact-item .icon {
         width: 45px !important;
         height: 45px !important;
         margin-right: 0.75rem !important;
     }
     
     .contact-item .icon i {
         font-size: 1.1rem !important;
     }
     
     .contact-item h5 {
         font-size: 1.1rem !important;
         margin-bottom: 0.5rem !important;
     }
     
     .contact-item p {
         font-size: 0.9rem !important;
         line-height: 1.4 !important;
     }
 }

/* Desktop specific styling */
@media (min-width: 769px) {
    #hero .display-3 {
        margin-top: -60px !important;
    }
    
    /* Add safe area for mobile */
    @supports (padding: max(0px)) {
        #hero {
            padding-top: max(0.25rem, env(safe-area-inset-top) + 0.1rem) !important;
        }
    }
    
    /* Adjust display heading size for mobile */
    .display-3 {
        font-size: 2.5rem !important;
    }
    
    /* Reduce lead text size on mobile */
    .lead {
        font-size: 1.1rem !important;
    }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
    #hero {
        min-height: 40vh !important;
        padding-top: 0.25rem !important;
        padding-bottom: 0.5rem !important;
        margin-top: 0 !important;
    }
    
    .hero-image {
        max-width: 45% !important;
        margin-top: 0.25rem !important;
    }
    
    .min-vh-75 {
        min-height: 35vh !important;
    }
    
    /* Floating stats for very small screens - centered and animated */
    #hero .position-absolute[style*="top: 10%"],
    #hero .position-absolute[style*="top:10%"] {
        right: 2% !important;
        top: 5% !important;
        animation: float 3s ease-in-out infinite !important;
    }
    
    #hero .position-absolute[style*="bottom: 15%"],
    #hero .position-absolute[style*="bottom:15%"] {
        left: 2% !important;
        bottom: 10% !important;
        animation: float 3s ease-in-out infinite 1.5s !important;
    }
    
    /* Maintain desktop styling for very small screens */
    #hero .position-absolute .bg-white {
        padding: 0.8rem !important;
        min-width: 100px !important;
        border: 2px solid rgba(46, 125, 50, 0.1) !important;
        border-radius: 0.75rem !important;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    }
    
    #hero .position-absolute .bg-white h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.2rem !important;
        font-weight: 900 !important;
        color: #2e7d32 !important;
    }
    
    #hero .position-absolute .bg-white small {
        font-size: 0.6rem !important;
        color: #666 !important;
        font-weight: 600 !important;
    }
    
    /* Further adjust main heading for very small screens */
    #hero .display-3 {
        font-size: 1.75rem !important;
        line-height: 1.05 !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Further adjust lead text for very small screens */
    #hero .lead {
        font-size: 0.9rem !important;
        margin-bottom: 0.75rem !important;
        line-height: 1.4 !important;
    }
    
    /* Reduce container padding even more */
    #hero .container {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    
    /* Adjust display heading size for very small screens */
    .display-3 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }
    
    /* Reduce button sizes on very small screens */
    .btn-lg {
        padding: 0.75rem 2rem !important;
        font-size: 1rem !important;
    }
    
    /* Stack buttons vertically on very small screens */
    .d-flex.flex-column.flex-sm-row {
        flex-direction: column !important;
    }
    
    .d-flex.flex-column.flex-sm-row .btn {
        margin-bottom: 0.75rem;
    }
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Enhanced floating animation for mobile */
@media (max-width: 768px) {
    @keyframes float {
        0%, 100% {
            transform: scale(0.8) translateY(0px);
        }
        50% {
            transform: scale(0.8) translateY(-8px);
        }
    }
}

@media (max-width: 576px) {
    @keyframes float {
        0%, 100% {
            transform: scale(0.7) translateY(0px);
        }
        50% {
            transform: scale(0.7) translateY(-6px);
        }
    }
}

/* Button Hover Effects */
.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(46, 125, 50, 0.4) !important;
}

.btn-outline-success:hover {
    transform: translateY(-2px);
    background-color: #2e7d32;
    color: white !important;
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.3) !important;
}

/* Enhanced Typography */
.display-3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Feature Icons Enhancement */
.bg-success.bg-opacity-15:hover {
    background-color: rgba(46, 125, 50, 0.25) !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.z-index-2 {
    z-index: 2;
}

.min-vh-75 {
    min-height: 75vh;
}

/* Feature Cards */
.hover-lift {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/* Counter section */
.counter {
    font-weight: bold;
    font-size: 2.5rem;
}

/* Process section */
.process-icon {
    transition: transform 0.3s ease;
}

.process-icon:hover {
    transform: scale(1.1);
}

/* Testimonial section */
.testimonial-carousel {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

/* Contact section styles */
.contact-item:hover .icon {
    background-color: #2e7d32 !important;
}

.social-links a i {
    transition: transform 0.3s ease;
}

.social-links a:hover i {
    transform: translateY(-3px);
}

/* Footer styles */
#footer {
    position: relative;
}

#footer .list-unstyled li a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

#footer .list-unstyled li a:hover {
    color: #4CAF50 !important;
    padding-left: 5px;
}

/* Copyright section di footer - background warna sama dengan footer */
.copyright {
    background-color: #1a237e !important;
}

/* Menghilangkan border pada foto sampah */
.waste-image, .waste-image img {
    border: none !important;
    box-shadow: none !important;
}

/* Menghilangkan box langganan */
.bulletin-section .subscription-box {
    background: transparent;
    border: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background-color: #2e7d32;
    color: #fff;
    transform: scale(1.1);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.postList {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .0);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .0);
    padding: 2px;
    line-height: 1.5;
}

.show_more_main {
    margin: 15px 0;
}

.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    background-image: linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 18px;
    outline: 0;
}

.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight: bold;
}

.loding_txt {
    background-image: url();
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}

/* Icon alignment fixes for all browsers */
.svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
}

.svg-icon svg {
    width: 24px;
    height: 24px;
    display: inline-block;
}

/* Counter section icons */
.counter-item svg {
    width: 48px;
    height: 48px;
}

/* Fix for occasional icon rendering issues */
[data-debug="true"] {
    position: relative;
}

[data-debug="true"]::after {
    content: attr(title);
    font-size: 8px;
    white-space: nowrap;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 2px 4px;
    border-radius: 3px;
}

/* Enhanced text visibility styles */
.text-muted {
    color: #555555 !important; /* Darker than default text-muted */
    font-weight: 500;
}

.lead.text-muted {
    color: #444444 !important;
    font-weight: 500;
}

/* Section headings and subtitles */
.display-5, .display-4 {
    color: #212529 !important;
    font-weight: 700 !important;
}

/* Subtitle text enhancements */
.text-uppercase.letter-spacing-2 {
    font-weight: 600 !important;
}

/* Enhanced text on light backgrounds */
.bg-light p {
    color: #333333 !important;
}

/* Enhanced text on dark/colored backgrounds */
.bg-success .text-white-50 {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Make all card content text more visible */
.card-body p {
    color: #333333 !important;
}

/* Enhanced visibility for process steps text */
.process-icon + div p {
    color: #444444 !important;
}

/* Improved visibility for counter section text */
.counter-item p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
}

/* More visible testimonials text */
.testimonial-item p {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Contact section text enhancement */
.contact-item p {
    color: #333333 !important;
}

/* FAQ section text enhancement */
.accordion-body p {
    color: #333333 !important;
    font-weight: 500;
}

/* Button text enhancement */
.btn {
    font-weight: 600 !important;
}

/* Fixed heading on the "Hubungi Kami" section */
#contact + .container .text-muted {
    color: #444444 !important;
}

/* Decorative Circles Animation */
@keyframes bounceUpDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Apply animation to all decorative circles */
.mb-4 div[style*="position: absolute"] {
    animation: bounceUpDown 2s ease-in-out infinite;
}

/* Different animation delays for each circle */
.mb-4 div[style*="top: -20px; right: 80px"] {
    animation-delay: 0s;
}

.mb-4 div[style*="top: 40px; right: 120px"] {
    animation-delay: 0.4s;
}

.mb-4 div[style*="top: 10px; right: 200px"] {
    animation-delay: 0.8s;
}

.mb-4 div[style*="top: -10px; right: 160px"] {
    animation-delay: 1.2s;
}

.mb-4 div[style*="top: 50px; right: 60px"] {
    animation-delay: 1.6s;
}

/* Desktop styles for decorative circles */
.desktop-circles {
    display: block;
}

.mobile-circles {
    display: none;
}

/* Mobile Responsive Styles for decorative circles */
@media (max-width: 768px) {
    /* Hide desktop circles on mobile */
    .desktop-circles {
        display: none !important;
    }
    
    /* Show mobile circles on mobile */
    .mobile-circles {
        display: block !important;
    }
    
    /* Maintain animation on mobile with adjusted keyframes */
    @keyframes bounceUpDown {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
    }
    
    /* Apply animation to mobile circles */
    .mobile-circle-left {
        animation: bounceUpDown 2s ease-in-out infinite !important;
        animation-delay: 0s !important;
        position: absolute !important;
        top: 80px !important;
        left: 10px !important;
        width: 25px !important;
        height: 25px !important;
        z-index: 1 !important;
    }
    
    .mobile-circle-right {
        animation: bounceUpDown 2s ease-in-out infinite !important;
        animation-delay: 0.8s !important;
        position: absolute !important;
        top: 80px !important;
        right: 10px !important;
        width: 25px !important;
        height: 25px !important;
        z-index: 1 !important;
    }
    
    /* Mobile container adjustments */
    .mb-4[style*="position: relative"] {
        height: 80px !important;
        margin-bottom: 15px !important;
        position: relative !important;
    }
}

/* Very small screens animation adjustment */
@media (max-width: 576px) {
    /* Hero section for very small screens */
    #hero h1 {
        font-size: 2rem !important;
        line-height: 1.1 !important;
    }
    
    #hero .lead {
        font-size: 1rem !important;
        padding: 0 1rem !important;
    }
    
    #hero .d-flex.flex-column.flex-sm-row .btn {
        width: 90% !important;
        font-size: 1rem !important;
        padding: 0.75rem 1.5rem !important;
    }
    
    #hero .btn .fas {
        font-size: 1rem !important;
    }
    
    /* Fix alignment for the three menu items with icons on very small screens */
    #hero .mb-4 .d-flex.align-items-center {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: left !important;
        margin-bottom: 0.75rem !important;
        width: 100% !important;
        max-width: 350px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0.4rem !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 10px !important;
        backdrop-filter: blur(8px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    #hero .mb-4 .d-flex.align-items-center .bg-success {
        flex-shrink: 0 !important;
        margin-right: 0.75rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
    
    #hero .mb-4 .d-flex.align-items-center span {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        line-height: 1.3 !important;
        margin: 0 !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        color: #424242 !important;
    }
    
    @keyframes bounceUpDown {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-8px);
        }
    }
    
    /* Container for horizontal layout on very small screens */
    .mb-4[style*="position: relative"] {
        height: 50px !important;
        margin-bottom: 15px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    /* Adjust decorative circles for very small screens - horizontal layout */
    .mb-4 div[style*="top: -20px; right: 80px"] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 5px !important;
        display: flex !important;
        width: 20px !important;
        height: 20px !important;
    }
    
    .mb-4 div[style*="top: 40px; right: 120px"] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 5px !important;
        display: flex !important;
        width: 18px !important;
        height: 18px !important;
    }
    
    .mb-4 div[style*="top: 10px; right: 200px"] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 5px !important;
        display: flex !important;
        width: 22px !important;
        height: 22px !important;
    }
    
    .mb-4 div[style*="top: -10px; right: 160px"] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 5px !important;
        display: flex !important;
        width: 16px !important;
        height: 16px !important;
    }
    
    .mb-4 div[style*="top: 50px; right: 60px"] {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 5px !important;
        display: flex !important;
        width: 20px !important;
        height: 20px !important;
    }
    
    /* Contact section for very small screens */
    .contact-item .icon {
        width: 40px !important;
        height: 40px !important;
        margin-right: 0.5rem !important;
    }
    
    .contact-item .icon i {
        font-size: 1rem !important;
    }
    
    .contact-item h5 {
        font-size: 1rem !important;
    }
    
    .contact-item p {
        font-size: 0.85rem !important;
    }
}
