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 {
  
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
/* --- Custom PharmaTech Navbar (BridgeAI Style) --- */

.pharma-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 20px auto 40px auto; /* Thora top/bottom margin */
    padding: 0 20px;
}

    /* --- Logo Styling --- */
    .pharma-nav .logo {
        font-size: 22px;
        font-weight: 600;
        color: #1a1a1a;
        letter-spacing: -0.5px;
        text-decoration: none;
    }

    /* --- Center Pill Navigation --- */
    .pharma-nav .nav-center {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        padding: 6px 6px 6px 24px;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Halka sa shadow */
        gap: 22px;
    }

    .pharma-nav .nav-link {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        color: #999999;
        transition: color 0.2s ease;
    }

        .pharma-nav .nav-link:hover {
            color: #444444;
        }

        .pharma-nav .nav-link.active {
            color: #1a1a1a;
        }

    /* Quote Us / Demo Button */
    .pharma-nav .btn-demo {
        text-decoration: none;
        background-color: #161e1a;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 24px;
        border-radius: 50px;
        box-shadow: 0 4px 10px rgba(22, 30, 26, 0.2);
        transition: background-color 0.2s ease;
    }

        .pharma-nav .btn-demo:hover {
            background-color: #0f1411;
            color: #ffffff;
        }

    /* --- Right Auth Links --- */
    .pharma-nav .nav-right {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .pharma-nav .auth-link {
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        color: #999999;
        display: flex;
        align-items: center;
        transition: color 0.2s ease;
    }

        .pharma-nav .auth-link:hover {
            color: #444444;
        }

    .pharma-nav .login-link svg {
        margin-right: 6px;
        color: #999999;
    }

    .pharma-nav .login-link:hover svg {
        color: #444444;
    }


/* --- Main Footer Card --- */
.squad-footer {
    width: 100%;
    max-width: auto;
    background-color: #111111; /* Dark Black background */
    border-radius: 16px;
    overflow: hidden; /* To keep the purple bar inside the rounded corners */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.footer-content {
    padding: 60px 60px 20px 60px;
}

/* --- Top Section --- */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

/* Left part of Top Section */
.top-left {
    width: 70%;
    border-bottom: 1px solid #333333; /* Line under the email */
    padding-bottom: 30px;
}

.potency-text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

/* Small custom battery icon matching the image */
.battery-icon {
    width: 24px;
    height: 12px;
    border: 1px solid #9D7CFF;
    border-radius: 4px;
    padding: 1px;
    display: flex;
}

.battery-fill {
    width: 40%;
    height: 100%;
    background-color: #9D7CFF;
    border-radius: 2px;
}

.potency-text p {
    color: #A0A0A0;
    font-size: 13px;
    line-height: 1.4;
}

.email-link {
    color: #FFFFFF;
    font-size: 54px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -1.5px;
}

/* Right part of Top Section (Lime Box) */
.get-started-box {
    background-color: #D4FF3F; /* Lime Yellow/Green */
    border-radius: 20px;
    padding: 24px;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .get-started-box h3 {
        color: #111111;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
    }

.go-btn {
    background-color: #111111;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .go-btn:hover {
        background-color: #333333;
    }

/* --- Middle Section --- */
.footer-middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .nav-links a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.5px;
        transition: color 0.2s;
    }

        .nav-links a:hover {
            color: #D4FF3F; /* Hover effect */
        }

.office-info {
    text-align: right;
}

    .office-info h4 {
        color: #FFFFFF;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .office-info p {
        color: #A0A0A0;
        font-size: 14px;
        line-height: 1.6;
    }

/* --- Bottom Huge Title --- */
.footer-huge-title {
    color: #FFFFFF;
    font-size: 160px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -6px;
    line-height: 1;
    margin-bottom: -10px; /* Pulls it slightly down towards the purple bar */
}

/* --- Purple Bottom Bar --- */
.footer-bottom-bar {
    background-color: #9D7CFF; /* Purple color */
    padding: 24px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111111;
    font-size: 12px;
    font-weight: 500;
}

.location {
    display: flex;
    align-items: center;
    gap: 6px;
}

.social-links {
    display: flex;
    gap: 40px;
}

    .social-links a {
        color: #111111;
        text-decoration: none;
        transition: opacity 0.2s;
    }

        .social-links a:hover {
            opacity: 0.7;
        }