/*
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}
*/

/* ================= RIGHT GROUP FOOTER ================= */

.rg-footer {
    background: linear-gradient(90deg, #6dd5ed 0%, #2193b0 100%);
    padding: 60px 15px 0 15px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.footer-heading {
    font-weight: 700; 
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 4px solid #f7941d;
    padding-left: 12px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.2px; 
}

.office-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease;
}

    .office-card:hover {
        transform: translateY(-3px);
    }

.office-header {
    margin-bottom: 12px;
    font-size: 15px;
    color: #fff;
    font-weight: 700; 
    display: flex;
    align-items: center;
}

.office-address {
    margin-bottom: 15px;
    opacity: 0.9; 
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400; 
}

.office-contact a {
    display: block;
    color: white !important;
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: 400; 
    font-size: 14px;
    transition: 0.2s;
    display: flex;
    align-items: center;
}

    .office-contact a i {
        color: #f7941d;
        margin-right: 10px;
        font-size: 1.1rem;
    }

    .office-contact a:hover {
        opacity: 0.8;
    }

.social-icons {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 0;
}

.social-btn {
    width: 36px;
    height: 36px;
    background: #f7941d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.1rem;
}

    .social-btn:hover {
        background: white;
        color: #f7941d;
        transform: translateY(-3px);
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: 0.3s;
        font-weight: 400; 
        font-size: 14px;
        display: block;
    }

        .footer-links a:hover {
            color: #fff;
            padding-left: 5px; 
        }

.footer-separator {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-bottom-links a, .copyright-text {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400; 
}

.footer-bottom-links a {
    margin-left: 20px;
}

    .footer-bottom-links a:hover {
        color: white;
        text-decoration: underline;
    }

/* Watermark Image */
.rg-footer-watermark {
    position: absolute;
    bottom: -10px;
    right: 20px;
    height: 150px;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}