/* Mobile-First Responsive Design Fix */

/* Base Mobile Styles (320px and up) */
@media (max-width: 767.98px) {
    /* General Layout Adjustments */
    body {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
  
    /* Navigation */
    .navbar {
        padding: 10px 15px;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .navbar-toggler {
        border: none;
        padding: 5px;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .navbar-nav {
        text-align: center;
        padding-top: 15px;
    }
    
    .nav-item {
        margin-bottom: 10px;
    }
    
    .nav-link {
        padding: 8px 15px;
    }
    
    /* Cards */
    .card {
        margin-bottom: 20px;
        border-radius: 12px;
    }
    
    .card:hover {
        transform: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    /* .card img {
        height: 200px;
    } */
    
    .card-body {
        padding: 1.2rem;
    }
    
    .card h5 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .card p {
        font-size: 0.9rem;
    }
    
    /* Service Cards */
    .service-card {
        margin-bottom: 20px;
        border-radius: 12px;
    }
    
    .service-card .card-img-top {
        height: 180px;
    }
    
    .service-card .card-body {
        padding: 1.2rem;
        text-align: center;
    }
    
    .service-card h5 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .service-card p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .service-card ul {
        font-size: 0.9rem;
        text-align: left;
    }

    
    /* Industry Blocks */
    .industry-block {
        height: 250px;
        margin-bottom: 20px;
    }
    
    .industry-content {
        padding: 20px;
    }
    
    .industry-title {
        font-size: 1.2rem;
    }
    
    .industry-description {
        font-size: 0.9rem;
    }
    
    /* About Section */
    .about-section {
        flex-direction: column;
        padding: 0;
    }
    
    .about-image {
        min-height: 250px;
    }
    
    .about-right-content {
        padding: 1.5rem;
    }
    
    .about-title {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
    
    .about-subtitle {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .about-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    /* Stats Container */
    .stats-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-item {
        padding: 15px;
    }
    
    /* Founder Cards */
    .founder-card {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    
    .founder-image img {
        width: 120px;
        height: 120px;
    }
    
    .founder-content {
        padding: 15px 0 0;
    }
    
    .founder-name {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    
    .founder-description {
        font-size: 0.9rem;
        text-align: center;
    }
    
    /* Achievements */
    .achievements-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .achievement-card {
        padding: 20px;
    }
    
    .achievement-icon {
        width: 60px;
        height: 60px;
    }
    
    .achievement-icon i {
        font-size: 1.8rem;
    }
    
    .achievement-number {
        font-size: 2rem;
    }
    
    .achievement-label {
        font-size: 1rem;
    }
    
    .achievement-description {
        font-size: 0.9rem;
    }
    
    /* Page Titles */
    .page-title, 
    .page-title1, 
    .page-title2, 
    .page-title3, 
    .page-title4, 
    .page-title5,
    .page-title0 {
        padding: 100px 0;
        margin-top: 70px;
    }
    
    .title-breadcrumb h2 {
        font-size: 1.8rem;
    }
    
 
    
    /* Modal */
    .modal-content {
        margin: 10% auto;
        width: 95%;
        border-radius: 10px;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-title {
        font-size: 1.5rem;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    /* Tab Content */
    .tab-content-area.active {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tab-button {
        padding: 12px 8px;
        font-size: 0.9rem;
    }
    
    /* Info Section */
    .info-section h2 {
        font-size: 1.3rem;
    }
    
    .info-section p {
        font-size: 0.95rem;
    }
    
    /* Visual Section */
    .visual-section img {
        height: 250px;
    }
    
    /* Feature Box */
    .feature-box {
        margin-top: 20px;
        padding: 15px;
    }
    
    .feature-box h3 {
        font-size: 1rem;
    }
    
    .feature-list li {
        font-size: 0.9rem;
    }
    
    /* Brand Header */
    .brand-header h1 {
        font-size: 1.5rem;
    }
    
    .brand-header p {
        font-size: 0.9rem;
    }
    
    /* Footer */
    .custom-footer {
        padding: 30px 0;
    }
    
    .custom-footer h5, 
    .custom-footer h6 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .custom-footer .social-icons a {
        margin: 0 5px;
    }
    
    .custom-footer .copyright {
        margin-top: 20px;
        padding-top: 15px;
        font-size: 0.9rem;
    }
    
    /* Privacy Policy & Terms */
    .privacy-hero, 
    .terms-hero {
        padding: 40px 0 30px;
        margin-top: 70px;
    }
    
    .privacy-hero h1, 
    .terms-hero h1 {
        font-size: 1.8rem;
    }
    
    .privacy-card, 
    .terms-card {
        padding: 20px;
        border-radius: 10px;
    }
    
    .privacy-card h2, 
    .terms-card h2 {
        font-size: 1.3rem;
    }
    
    .privacy-card h3, 
    .terms-card h3 {
        font-size: 1.1rem;
    }
    
    .privacy-card p, 
    .terms-card p {
        font-size: 0.95rem;
    }
    
    /* Contact Section */
    .contact-card {
        margin-bottom: 20px;
    }
    
    .contact-card:first-child .ratio {
        height: 250px;
    }
    
    /* Lists */
    ul {
        padding-left: 1rem;
    }
    
 
/* Medium Mobile Devices (576px and up) */
/* @media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2.4rem !important;
    }
    
    .industry-image-container {
        height: 220px;
    }
    
    .card img {
        height: 240px;
    }
    
    .stats-container {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .stat-item {
        flex: 1;
        margin: 0 5px;
    }
} 

/* Landscape Mobile Devices */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: 80vh;
    }
    
    .page-title, 
    .page-title1, 
    .page-title2, 
    .page-title3, 
    .page-title4, 
    .page-title5,
    .page-title0 {
        padding: 60px 0;
        margin-top: 60px;
    }
    
    .privacy-hero, 
    .terms-hero {
        padding: 30px 0;
        margin-top: 60px;
    }
}








/* =====================================================
   INDUSTRY BADGE – MOBILE VIEW FIX (SMALL & CLEAN)
===================================================== */
@media (max-width: 576px) {

  .industry-badge {
    font-size: 0.65rem !important;      /* smaller text */
    padding: 4px 10px !important;       /* compact badge */
    border-radius: 12px !important;     /* softer pill */
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    white-space: nowrap;
    letter-spacing: 0.3px;
  }

  /* Reduce badge shadow (optional but cleaner) */
  .industry-badge {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
  }
}




/* ==============about============ */
/* =====================================================
   PAGE TITLE (page-title2) – FINAL DESKTOP MATCH
===================================================== */

/* Base (all screens) */
.page-title2 {
    position: relative;
    background-position: center right; /* IMPORTANT for your image */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll; /* FIXES image issues */
    display: flex;
    align-items: center;
}

/* Dark overlay balance */
.page-title2::before {
    background: rgba(0, 0, 0, 0.45);
}

/* ---------------- DESKTOP ---------------- */
@media (min-width: 992px) {

    .page-title2 {
        height: 360px;           /* Perfect hero height */
        padding: 0;              /* Flex handles centering */
    }

    .page-title2 .title-breadcrumb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-title2 h4 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }

    .page-title2 .breadcrumb {
        margin: 0;
    }

    .page-title2 .breadcrumb a,
    .page-title2 .breadcrumb .active {
        color: #fff;
        font-size: 1rem;
    }

    .page-title2 .breadcrumb a:hover {
        color: #fd7e14;
    }
}

/* ---------------- TABLET ---------------- */
@media (min-width: 577px) and (max-width: 991px) {

    .page-title2 {
        height: 300px;
        padding: 0;
    }

    .page-title2 h4 {
        font-size: 2rem;
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 576px) {

    .page-title2 {
        height: 220px;
        padding: 0;
    }

    .page-title2 .title-breadcrumb {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .page-title2 h4 {
        font-size: 1.4rem;
    }

    .page-title2 .breadcrumb {
        justify-content: center;
    }
}




/* ===========services=============== */


/* =====================================================
   PAGE TITLE (page-title1) – SAME AS page-title2
===================================================== */

/* Base */
.page-title1 {
    position: relative;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
}

.page-title1::before {
    background: rgba(0, 0, 0, 0.45);
}

/* ---------------- DESKTOP ---------------- */
@media (min-width: 992px) {

    .page-title1 {
        height: 360px;
        padding: 0;
    }

    .page-title1 .title-breadcrumb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-title1 h4 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }

    .page-title1 .breadcrumb {
        margin: 0;
    }

    .page-title1 .breadcrumb a,
    .page-title1 .breadcrumb .active {
        color: #fff;
        font-size: 1rem;
    }

    .page-title1 .breadcrumb a:hover {
        color: #fd7e14;
    }
}

/* ---------------- TABLET ---------------- */
@media (min-width: 577px) and (max-width: 991px) {

    .page-title1 {
        height: 300px;
        padding: 0;
    }

    .page-title1 h4 {
        font-size: 2rem;
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 576px) {

    .page-title1 {
        height: 220px;
        padding: 0;
    }

    .page-title1 .title-breadcrumb {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .page-title1 h4 {
        font-size: 1.4rem;
    }

    .page-title1 .breadcrumb {
        justify-content: center;
    }
}



/* =====================================================
   PAGE TITLE (page-title0) – SAME FIX AS OTHERS
===================================================== */

/* Base */
.page-title0 {
    position: relative;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
}

.page-title0::before {
    background: rgba(0, 0, 0, 0.45);
}

/* ---------------- DESKTOP ---------------- */
@media (min-width: 992px) {

    .page-title0 {
        height: 360px;
        padding: 0;
    }

    .page-title0 .title-breadcrumb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-title0 h4 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }

    .page-title0 .breadcrumb {
        margin: 0;
    }

    .page-title0 .breadcrumb a,
    .page-title0 .breadcrumb .active {
        color: #fff;
        font-size: 1rem;
    }

    .page-title0 .breadcrumb a:hover {
        color: #fd7e14;
    }
}

/* ---------------- TABLET ---------------- */
@media (min-width: 577px) and (max-width: 991px) {

    .page-title0 {
        height: 300px;
        padding: 0;
    }

    .page-title0 h4 {
        font-size: 2rem;
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 576px) {

    .page-title0 {
        height: 220px;
        padding: 0;
    }

    .page-title0 .title-breadcrumb {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .page-title0 h4 {
        font-size: 1.4rem;
    }

    .page-title0 .breadcrumb {
        justify-content: center;
    }
}
/* ====================projects==================== */
/* =====================================================
   PAGE TITLE (page-title3) – SAME FIX AS OTHERS
===================================================== */

/* Base */
.page-title3 {
    position: relative;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
}

.page-title3::before {
    background: rgba(0, 0, 0, 0.45);
}

/* ---------------- DESKTOP ---------------- */
@media (min-width: 992px) {

    .page-title3 {
        height: 360px;
        padding: 0;
    }

    .page-title3 .title-breadcrumb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-title3 h4 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }

    .page-title3 .breadcrumb {
        margin: 0;
    }

    .page-title3 .breadcrumb a,
    .page-title3 .breadcrumb .active {
        color: #fff;
        font-size: 1rem;
    }

    .page-title3 .breadcrumb a:hover {
        color: #fd7e14;
    }
}

/* ---------------- TABLET ---------------- */
@media (min-width: 577px) and (max-width: 991px) {

    .page-title3 {
        height: 300px;
        padding: 0;
    }

    .page-title3 h4 {
        font-size: 2rem;
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 576px) {

    .page-title3 {
        height: 220px;
        padding: 0;
    }

    .page-title3 .title-breadcrumb {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .page-title3 h4 {
        font-size: 1.4rem;
    }

    .page-title3 .breadcrumb {
        justify-content: center;
    }
}


/* ================demo================= */

/* =====================================================
   PAGE TITLE (page-title4) – SAME FIX AS OTHERS
===================================================== */

/* Base */
.page-title4 {
    position: relative;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
}

.page-title4::before {
    background: rgba(0, 0, 0, 0.45);
}

/* ---------------- DESKTOP ---------------- */
@media (min-width: 992px) {

    .page-title4 {
        height: 360px;
        padding: 0;
    }

    .page-title4 .title-breadcrumb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-title4 h4 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }

    .page-title4 .breadcrumb {
        margin: 0;
    }

    .page-title4 .breadcrumb a,
    .page-title4 .breadcrumb .active {
        color: #fff;
        font-size: 1rem;
    }

    .page-title4 .breadcrumb a:hover {
        color: #fd7e14;
    }
}

/* ---------------- TABLET ---------------- */
@media (min-width: 577px) and (max-width: 991px) {

    .page-title4 {
        height: 300px;
        padding: 0;
    }

    .page-title4 h4 {
        font-size: 2rem;
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 576px) {

    .page-title4 {
        height: 220px;
        padding: 0;
    }

    .page-title4 .title-breadcrumb {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .page-title4 h4 {
        font-size: 1.4rem;
    }

    .page-title4 .breadcrumb {
        justify-content: center;
    }
}
/* ====================contact================= */


/* =====================================================
   PAGE TITLE (page-title5) – SAME FIX AS ALL OTHERS
===================================================== */

/* Base */
.page-title5 {
    position: relative;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
}

.page-title5::before {
    background: rgba(0, 0, 0, 0.45);
}

/* ---------------- DESKTOP ---------------- */
@media (min-width: 992px) {

    .page-title5 {
        height: 360px;
        padding: 0;
    }

    .page-title5 .title-breadcrumb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-title5 h4 {
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }

    .page-title5 .breadcrumb {
        margin: 0;
    }

    .page-title5 .breadcrumb a,
    .page-title5 .breadcrumb .active {
        color: #fff;
        font-size: 1rem;
    }

    .page-title5 .breadcrumb a:hover {
        color: #fd7e14;
    }
}

/* ---------------- TABLET ---------------- */
@media (min-width: 577px) and (max-width: 991px) {

    .page-title5 {
        height: 300px;
        padding: 0;
    }

    .page-title5 h4 {
        font-size: 2rem;
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 576px) {

    .page-title5 {
        height: 220px;
        padding: 0;
    }

    .page-title5 .title-breadcrumb {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .page-title5 h4 {
        font-size: 1.4rem;
    }

    .page-title5 .breadcrumb {
        justify-content: center;
    }
}

/* ------------------hero section mobile----------------- */


/* ==================================
   HERO – MOBILE BALANCED HEIGHT
================================== */
@media (max-width: 768px) {

    /* Give hero some height (not too much) */
    .hero-section {
        min-height: 50vh;          /* 🔥 key change */
        padding: 24px 0 28px;
    }

    /* Use column layout inside text area */
    .hero-section .col-lg-6 {
        display: flex;
        flex-direction: column;
        height: 90%;
    }

    /* Heading stays at top */
    .hero-section h5.display-6 {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 7rem;
        text-align: left;
    }

    /* Paragraph smaller + pushed down */
    .hero-section p.lead {
        font-size: 0.9rem;        /* 🔥 smaller text */
        line-height: 1.5;
        margin-top: auto;         /* 🔥 pushes paragraph down */
        margin-bottom: 0.8rem;
        text-align: left;
        /* max-width: 100%; */
    }

    /* Button group near bottom */
    .hero-btn-group {
        display: flex !important;
        flex-direction: row !important;
        gap: 5px;
        margin-top: 0;
    }

    /* Smaller buttons */
 .hero-btn-group .btn {
    /* flex: 1; */
    /* padding: 5px 0; */
    font-size: 0.5rem;        /* text stays small */
    white-space: nowrap;
    border-radius: 20px;
}

/* 🔥 Increase icon size only */
.hero-btn-group .btn i {
    font-size: 0.5rem;
    vertical-align: middle;
}

}






/* ===============================
   INDUSTRY IMAGES – FINAL FIX
================================ */

.industry-image-container {
    width: 100%;
    aspect-ratio: 4 / 3;       /* 🔥 guarantees height */
    background: #f8f9fa;
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
     object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;  
   
}
@media (max-width: 767px) {

    .industry-card {
        border-radius: 16px;
    }

    .industry-card h6 {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }

    .industry-card p {
        font-size: 0.72rem;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .learn-more-btn {
        font-size: 0.7rem;
        padding: 5px 12px;
    }
}



/* -----------------footer------------------ */

/* =====================================
   FOOTER – MOBILE VIEW (FINAL CLEAN)
===================================== */
@media (max-width: 767px) {

  /* ---------- FOOTER CONTAINER ---------- */
  #footer {
    padding-bottom: 12px;
  }

  /* ---------- LOGO + ABOUT ---------- */
  #footer .col-lg-4:first-child {
    text-align: center;
    margin-bottom: 18px;
  }

  #footer .col-lg-4:first-child .d-flex {
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px;
  }

  #footer .logo {
    height: 46px;
    margin-bottom: 4px;
  }

  /* Tagline */
  #footer .col-lg-4:first-child p.small {
    font-size: 0.82rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.25;
    text-align: center;
  }

  /* Description */
  #footer .col-lg-4:first-child p.text-muted {
    font-size: 0.78rem;
    line-height: 1.45;
    margin: 6px 0;
    text-align: center;
  }

  /* HQ / Ops */
  #footer .col-lg-4:first-child .small p {
    font-size: 0.75rem;
    margin: 0;
    text-align: center;
  }

  /* ---------- QUICK LINKS + SERVICES (SIDE BY SIDE) ---------- */
  #footer .col-lg-2,
  #footer .col-lg-3 {
    width: 50%;
    margin-bottom: 16px;
  }

  /* Headings – SAME POSITION */
  #footer h6 {
    text-align: center;
    font-size: 0.85rem;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  /* Lists */
  #footer ul {
    padding-left: 0;
    margin: 0;
  }

  #footer ul li {
    margin-bottom: 6px;
  }

  /* 🔥 LEFT ALIGNED LINKS (NO ZIG-ZAG) */
  #footer ul li a {
    justify-content: flex-start;
    text-align: left;
    font-size: 0.78rem;
    gap: 6px;
  }

  #footer ul li a i {
    margin-left: 0;
  }


@media (max-width: 767px) {

  /* ---------- CONTACT COLUMN ---------- */
  #footer .col-lg-3:last-child {
    width: 100%;
    margin-top: 14px;
    text-align: center; /* block centered */
  }

  /* Contact wrapper */
  #footer .contact-info {
    max-width: 300px;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.45;
      
  }

  /* Each contact line */
  #footer .contact-info p {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap; /* single line */
  }

  /* Icons back */
  #footer .contact-info i {
    display: inline-block;
    font-size: 0.7rem;
    color: #ff6a00;
    min-width: 14px;
  }

  /* Office & email spacing */
  #footer .contact-info .office,
  #footer .contact-info .email {
    margin-top: 8px;
    white-space: normal; /* allow natural flow */
  }

  /* ---------- SOCIAL ICON (LINKEDIN) ---------- */
  #footer .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

 #footer .social-icon a {
  font-size: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;

  padding-left: 50px; /* pushes icon slightly LEFT visually */
}

}



  /* ---------- COPYRIGHT ---------- */
  #footer .row.border-top {
    margin-top: 10px;
    padding-top: 8px;
    text-align: center;
  }

  #footer .row.border-top .col-md-6 {
    width: 100%;
    text-align: center !important;
    margin-bottom: 6px;
  }

  #footer .row.border-top p {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }

 /* ---------- PRIVACY & TERMS (LEFT / RIGHT) ---------- */
#footer .row.border-top .text-end {
  display: flex;
  justify-content: space-between; /* 🔥 left & right */
  width: 100%;
  padding: 0 14px;               /* nice mobile spacing */
}

#footer .row.border-top a {
  font-size: 0.74rem;
}

















