/*!
Theme Name: Mount Arch
Theme URI: https://them.es/starter
Author: Shefy Kabeer
Author URI: https://github.com/ShefyKabir
Description: Architectural Theme
Version: 3.7.4
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mount-arch
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: var(--bg-body);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px var(--focus-shadow);
    clip: auto !important;
    color: var(--accent-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Our styles  Our styles  Our styles  Our styles  */
/* Our styles  Our styles  Our styles  Our styles  */
/* Our styles  Our styles  Our styles  Our styles  */
/* Our styles  Our styles  Our styles  Our styles  */
/* Our styles  Our styles  Our styles  Our styles  */
/* Our styles  Our styles  Our styles  Our styles  */
/* Our styles  Our styles  Our styles  Our styles  */

:root {
    /* Legacy / alias */
    --white: #fff;
    --light: #f2f1f1;
    --grey: #898989;
    --dark: #3E3E3E;
    --black: #000;
    --footText: #b6b6b6;

    /* Semantic branding variables */
    --primary-brand: var(--dark);
    --secondary-brand: var(--grey);
    --text-main: var(--dark);
    --bg-body: var(--white);
    --accent-color: #036799;
    --accent-color-secondary: #b63904;
    --focus-shadow: rgba(0, 0, 0, 0.6);
}

body {
    overflow-x: hidden;
}

a {
    color: #0f191d;
}

a:hover {
    color: #d66203;
}

.bg-white {
    background-color: var(--white);
}

.bg-mid {
    background-color: var(--grey);
}

.navbar-brand img {
    height: 60px;
}

.nav-link {
    color: var(--white) !important;
    font-size: 1.2rem !important;
    font-weight: 200;
}




/* Social Icons Colors */
.social-links .social-link {
    color: #ffffff;
    /* Default icon color - change this */
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-links .social-link:hover {
    color: #0d6efd;
    /* Hover color - change this */
    transform: scale(1.1);
}

/* If you want brand colors on hover */
.social-links .social-link.social-facebook:hover {
    color: #1877f2;
    /* Facebook blue */
}

.social-links .social-link.social-instagram:hover {
    color: #e4405f;
    /* Instagram pink/red */
}

.social-links .social-link.social-twitter:hover {
    color: #000000;
    /* X black */
}

.social-links .social-link.social-linkedin:hover {
    color: #0077b5;
    /* LinkedIn blue */
}

.social-links .social-link.social-youtube:hover {
    color: #ff0000;
    /* YouTube red */
}

.social-links .social-link.social-tiktok:hover {
    color: #000000;
    /* TikTok black */
}

.social-links .social-link.social-pinterest:hover {
    color: #bd081c;
    /* Pinterest red */
}

.social-links .social-link.social-telegram:hover {
    color: #0088cc;
    /* Telegram blue */
}













/* #main{
	margin-top: 0px!important;
} */

/* Navigation styles */

.navbar-toggler {
    display: block !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover,
.navbar-toggler:focus-visible {
    border: none !important;
}

.navbar-toggler {
    /* outline: none !important; */
    box-shadow: none !important;
}

.header-contact a {
    color: #1a2125 !important;
}

.header-contact a:hover {
    color: #b66509 !important;
}



/* Responsive adjustments */
@media (max-width: 768px) {

    .navbar-brand img {
        height: 50px;
    }

}






/* ========================================
   OFF CANVAS MENU STYLES
   ======================================== */

/* Offcanvas width */
.offcanvas.offcanvas-end {
    width: 300px !important;
}

/* Offcanvas body as flex column */
.offcanvas-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 1rem;
}

/* Top Section - Contact Info */
.offcanvas-body .mobile-contact {
    flex-shrink: 0;
    /* Prevents shrinking */
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-body .mobile-contact .contact-item {
    margin-bottom: 1rem;
}

.offcanvas-body .mobile-contact .contact-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.offcanvas-body .mobile-contact .contact-item a:hover {
    color: #0d6efd;
    transform: translateX(5px);
}

.offcanvas-body .mobile-contact .contact-item i {
    font-size: 1.2rem;
    width: 24px;
    margin-right: 10px;
}

/* Middle Section - Menu */
.offcanvas-body .nav {
    flex: 1 1 auto;
    /* Grows to fill available space */
    overflow-y: auto;
    /* Scroll if menu is long */
    margin-bottom: 1rem;
}

.offcanvas-body .nav-item {
    margin-bottom: 0.75rem;
}

.offcanvas-body .nav-link {
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.offcanvas-body .nav-link:hover {
    color: #0d6efd;
    transform: translateX(5px);
    background-color: transparent;
}

/* Bottom Section - Social Links */
.offcanvas-body .social-section {
    flex-shrink: 0;
    /* Prevents shrinking */
    margin-top: auto;
    /* Pushes to bottom */
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Social Box Styles */
.offcanvas-body .social_box {
    width: 130px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    /* Center horizontally */
}

.offcanvas-body .social_box a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.offcanvas-body .social_box a:hover {
    color: #0d6efd;
    transform: scale(1.1);
}

.offcanvas-body .social_box .bi {
    font-size: 1.2rem;
}

/* Social Links (alternative to social_box) */
.offcanvas-body .social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.offcanvas-body .social-links .social-link {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.offcanvas-body .social-links .social-link:hover {
    color: #0d6efd;
    transform: scale(1.1);
}

/* Menu fallback styles */
.offcanvas-body ul.nav.flex-column {
    list-style: none;
    padding-left: 0;
}

.offcanvas-body ul.nav.flex-column li {
    margin-bottom: 0.75rem;
}

.offcanvas-body ul.nav.flex-column li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.offcanvas-body ul.nav.flex-column li a:hover {
    color: #0d6efd;
    transform: translateX(5px);
}

/* Scrollbar styling for menu */
.offcanvas-body .nav::-webkit-scrollbar {
    width: 4px;
}

.offcanvas-body .nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.offcanvas-body .nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.offcanvas-body .nav::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .offcanvas-body .nav-link {
        font-size: 1rem;
    }
}














.btn {
    border-radius: 2px !important;
}

.card {
    border-radius: 2px !important;
    /* min-height: 300px !important; */
}

.card-body {
    padding: .6rem !important;
}

.card-title {
    font-size: 1.2rem !important;
    font-weight: 600;
}

.card button {
    position: absolute;
    bottom: 1rem !important;
}

/* .bg-light{
	background-color: var(--light)!important;
} */

.bg-dark {
    background-color: var(--dark) !important;
}

/* layouts */


/* hero */
.hero_content_box {
    border-left: 8px solid var(--secondary-brand);
    padding-left: 16px;
    padding-top: 0px !important;
}

.hero_content_box h1 {
    font-weight: 200;
    font-size: 3.2rem;

}

.hero_content_box h5 {
    font-weight: bold;
}

/* about */
/* section */

section:not(:first-child) {
    padding-bottom: 2rem;
}

section .head_block {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: var(--white);

}

section .head_block img {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(-50%);
    margin-top: 8px;
}

section .head_block h2 {
    text-align: center;
    margin-top: 3rem;
    font-weight: 400;
}

section p,
#about li {
    font-size: 1.3rem !important;
    font-weight: 200;
    text-align: justify;
}


/* services */
.card .card-text {
    font-size: 1rem !important;
    font-weight: 400;
    text-align: left;
}


/* projects */

#projects .pro_item_box {
    position: relative !important;
}

#projects .pro_item_box img {
    z-index: 0 !important;
    border: 1px solid var(--secondary-brand);
}

#projects .pro_item_box span {
    /* position: absolute; */
    z-index: 1 !important;
    font-size: 1rem;
    letter-spacing: 2px;
    color: var(--white);
    padding: .6rem;
    left: 10px;
    bottom: 10px;
    border-radius: 2px !important;
    font-weight: 300;
    background-color: var(--dark);

}


/* products */
#products .products-filter-btn.active {
    background-color: var(--dark);
    color: var(--white);
    border-color: var(--dark);
}

#products .products-grid-item .card-title a:hover {
    color: var(--accent-color);
}

#products .card p {
    font-size: 1rem !important;
}


/* testimony */
.testimony_wrap {
    height: 260px;
    max-height: auto;
    background-color: var(--light);
}


/* contact */
#contact .info-box {
    color: var(--dark);
    background: var(--white);
    padding: 30px 10px;
}

/* #contact .info-box i {
font-size: 2rem !important;
line-height: 0;
color:var(--black);
} */

#contact .info-box h3 {
    font-size: 20px;
    color: var(--dark);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#contact .info-box p {
    font-size: .9rem !important;
    margin-bottom: 0;
    font-weight: 400 !important;
    text-align: left;
}

#contact .social_box {
    width: 100px;
    display: flex;
    justify-content: space-between;
}


/* .social_box_menu{
	width: 160px;
	display: flex;
	justify-content: space-evenly;
} */

.social_box_menu .bi {
    font-size: 1.2rem !important;
}

#contact .bi {
    font-size: 1.2rem !important;
}










/* Single Product Page Styles */

/* Product Title */
.product-title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 1.5rem;
    }
}

/* Product Image */
.product-image-wrapper {
    background: #f8f9fa;
    /* padding: 2rem; */
    border-radius: 1.5rem;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-wrapper img {
    transition: transform 0.3s ease;
}

.product-image-wrapper img:hover {
    transform: scale(1.02);
}

/* Product Details Card */
.product-details-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .product-details-card {
        padding: 1.5rem !important;
        margin-top: 1rem;
    }
}

/* Product Content */
.product-content {
    color: #4a5568;
    line-height: 1.7;
}

.product-content p {
    margin-bottom: 1rem;
}

.product-content ul,
.product-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.product-content li {
    margin-bottom: 0.5rem;
}

/* WhatsApp Button */
.whatsapp-enquiry-wrapper .btn-success {
    background-color: #25D366;
    border-color: #25D366;
    transition: all 0.3s ease;
}

.whatsapp-enquiry-wrapper .btn-success:hover {
    background-color: #128C7E;
    border-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}



/* Mobile Product Action Bar */
.mobile-product-bar {
    z-index: 1030;
    backdrop-filter: blur(10px);
    background-color: rgba(233, 233, 233, 0.95) !important;
}

.mobile-product-bar a {
    flex: 1;
    padding: 0.5rem 0;
    transition: all 0.2s ease;
}

.mobile-product-bar a:hover,
.mobile-product-bar a:active {
    transform: translateY(-2px);
}

.mobile-product-bar a i {
    font-size: 1.5rem !important;
}

.mobile-product-bar a small {
    font-size: 0.7rem;
    font-weight: 500;
}

/* Back to Top functionality */
.back-to-top {
    cursor: pointer;
}



/* Mobile Bottom Back Button */
@media (max-width: 767px) {
    .btn-outline-dark.w-100 {
        padding: 1rem !important;
        font-weight: 500;
        border-width: 2px;
        background-color: #f8f9fa;
        transition: all 0.3s ease;
    }

    .btn-outline-dark.w-100:hover,
    .btn-outline-dark.w-100:active {
        background-color: #212529;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .btn-outline-dark.w-100 i {
        font-size: 1.2rem;
    }
}











/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-outline-dark.btn-sm {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }

    .product-image-wrapper {
        padding: 1rem;
        min-height: 250px;
    }
}



















/* ========================================
   FOOTER STYLES
   ======================================== */

/* CSS Variables for easy customization */
:root {
    /* Colors */
    --footer-bg: #212529;
    --footer-text: #adb5bd;
    --footer-heading: #ffffff;
    --footer-link: #adb5bd;
    --footer-link-hover: #ffffff;
    --footer-icon: #ffffff;
    --footer-icon-hover: #555b64;

    /* Typography */
    --footer-font-size: 0.96rem;
    --footer-heading-size: 1.25rem;
    --footer-icon-size: .8rem !important;
    --footer-small-size: 0.875rem;

    /* Spacing */
    --footer-spacing: 1rem;
    --footer-icon-spacing: 0.75rem;
}

#footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    margin-bottom: -3rem !important;
}

/* Typography */
#footer h5 {
    color: var(--footer-heading);
    font-weight: 600;
    font-size: var(--footer-heading-size);
    margin-bottom: 1.25rem;
}

#footer p,
#footer span,
#footer li,
#footer .footer-text {
    color: var(--footer-text);
    font-weight: 300;
    font-size: var(--footer-font-size);
    line-height: 1.6;
}

/* Links */
#footer a:link,
#footer a:visited {
    color: var(--footer-link);
    font-size: var(--footer-font-size);
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer a:hover {
    color: var(--footer-link-hover);
    padding-left: 5px;
}

/* Social Icons */
#footer .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--footer-icon-spacing);
}

#footer .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

#footer .social-link .bi {
    font-size: var(--footer-icon-size);
    color: var(--footer-icon);
    transition: all 0.3s ease;
}

#footer .social-link:hover .bi {
    color: var(--footer-icon-hover);
    transform: scale(1.1);
}

/* Specific fix for Twitter/X icon */
.bi-twitter-x:before {
    /* content: "\e5bf"; */
    content: "𝕏" !important;
    /* Fallback to Unicode character */
    font-family: "bootstrap-icons", "Segoe UI", "Arial", sans-serif !important;
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 0.75rem;
}

.footer-menu li a {
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-menu li a:hover {
    padding-left: 8px;
    color: var(--footer-icon-hover) !important;
}

/* Footer Contact Info */
.footer-contact p {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.footer-contact .bi {
    font-size: 1rem;
    color: var(--footer-icon);
    margin-right: 0.75rem;
    flex-shrink: 0;
}

/* Footer Logo */
.footer-logo img {
    max-height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
    /* Makes logo white if it's dark */
    margin-bottom: 1rem;
}

/* Copyright Section */
.copyright {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem 0;
}

.copyright p {
    margin-bottom: 0;
    font-size: var(--footer-small-size);
}

.copyright .small {
    font-size: var(--footer-small-size);
}

.copyright a:hover {
    color: var(--footer-icon-hover) !important;
    padding-left: 0 !important;
}

/* ========================================
   MOBILE STICKY BAR
   ======================================== */

.mobile-sticky-bar {
    z-index: 999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contact-btn {
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    flex: 1;
    color: var(--footer-heading);
}

.mobile-contact-btn:hover {
    background-color: var(--footer-icon-hover);
    transform: translateY(-2px);
}

.mobile-contact-btn i {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
}

.mobile-contact-btn small {
    font-size: 0.75rem;
    display: block;
}

/* ========================================
   BACK TO TOP BUTTON
   ======================================== */

#back-to-top {
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 999;
    background-color: var(--footer-icon-hover);
}

#back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Tablet and below */
@media (max-width: 991px) {
    #footer .col-md-4 {
        margin-bottom: 2rem;
    }
}

/* Mobile styles */
@media (max-width: 767px) {

    /* Center align all footer content on mobile */
    #footer .container>.row>div {
        text-align: center;
    }

    #footer h5 {
        text-align: center;
        margin-bottom: 1rem;
    }

    /* Center footer text */
    #footer p,
    #footer .footer-text,
    #footer .copyright p {
        text-align: center;
    }

    /* Center footer menu */
    .footer-menu {
        text-align: center;
        padding: 0;
    }

    .footer-menu li a {
        justify-content: center;
    }

    /* Center social icons */
    .social-links {
        justify-content: center !important;
    }

    /* Center contact info */
    .footer-contact p {
        justify-content: center;
    }

    .footer-contact .bi {
        margin-right: 0.5rem;
    }

    /* Center logo */
    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    /* Center copyright section */
    .copyright .row>div {
        text-align: center !important;
        margin-bottom: 0.5rem;
    }

    .copyright .row>div:last-child {
        margin-bottom: 0;
    }

    /* Footer spacing */
    #footer .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }

    #footer .col-md-4 {
        margin-bottom: 2rem;
    }

    #footer .col-md-4:last-child {
        margin-bottom: 0;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    :root {
        --footer-icon-size: 1.3rem;
        --footer-font-size: 0.9rem;
        --footer-heading-size: 1.1rem;
    }

    .social-links {
        gap: 0.5rem !important;
    }

    .mobile-contact-btn i {
        font-size: 1.3rem;
    }
}