body {
    font-family: 'Inter', sans-serif;
    background-color: #f9f9f9;
    color: #1a1a1a;
}

body,
html {
    margin: 0;
    padding: 0;
}

.hero-slide {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.btn-finance {
    background: linear-gradient(135deg, #0f2c59, #1e3b70);
    /* deep navy tones */
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.6rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-finance:hover {
    background: linear-gradient(135deg, #25497d, #3d5a8c);
    color: #ffffff;
    text-decoration: none;
}

.btn-securityvault {
    background: linear-gradient(135deg, #ff7a18, #ffb347);
    /* deep navy tones */
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.6rem 1.6rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-securityvault:hover {
    background: linear-gradient(135deg, #ff9a18, #ffb347);
    color: #ffffff;
    text-decoration: none;
}

.btn-finance-secondary {
    background: linear-gradient(135deg, #006d5b, #00a387);
    /* emerald green tones */
    color: #fff;
    border-radius: 50px;
    padding: 0.6rem 1.6rem;
    font-weight: 500;
    transition: 0.3s ease;
}

.btn-finance-secondary:hover {
    background: linear-gradient(135deg, #00b89f, #007d6a);
}

.service-card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 300px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    /* Fallback */
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Optional shared gradient background class */
.bg-glass-gradient {
    background: linear-gradient(145deg, rgba(33, 37, 41, 0.6), rgba(52, 58, 64, 0.4));
}

/* Dark navy & steel blue */
.bg-glass-gradient1 {
    background: linear-gradient(145deg, rgba(31, 43, 74, 0.6), rgba(56, 73, 103, 0.4));
}

/* Emerald & deep teal */
.bg-glass-gradient2 {
    background: linear-gradient(145deg, rgba(0, 92, 72, 0.6), rgba(0, 155, 131, 0.4));
}

/* Rich violet & indigo */
.bg-glass-gradient3 {
    background: linear-gradient(145deg, rgba(59, 47, 99, 0.6), rgba(106, 71, 162, 0.4));
}

/* Bronze & mocha */
.bg-glass-gradient4 {
    background: linear-gradient(145deg, rgba(97, 64, 45, 0.6), rgba(169, 108, 70, 0.4));
}

.bg-glass-gradient5 {
    background: linear-gradient(145deg, rgba(63, 81, 181, 0.6), rgba(30, 136, 229, 0.4));
}

.service-wallpaper {
    background: url('../../assets/images/services/service-wallpaper1.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

.team-member-image {
    width: 70%;
}

.team-member-image:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .team-member-image {
        width: 100%;
    }
}

.vault-box {
    background-image: url('../../assets/images/howitworks/securityvault.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Frosted overlay */
.vault-overlay {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
}

/* Ensure text stays on top */
.vault-box .position-relative {
    z-index: 2;
}

.content-vault {
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem 2rem;
}

.animate-fade-in {
    animation: fadeInUp 0.8s ease-out;
}

footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}


/* Sticky Glassy Navbar */
.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(135deg, rgba(15, 44, 89, 0.8), rgba(30, 59, 112, 0.8));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* White text while scrolled */
.navbar.sticky .navbar-brand,
.navbar.sticky .nav-link {
    color: #fff !important;
}

/* Optional hover */
.navbar.sticky .nav-link:hover {
    text-decoration: underline;
}

.glass-box {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    color: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.glass-image-box {
    padding: 0;
    overflow: hidden;
}

.stat-card1 {
    background: linear-gradient(145deg, rgba(0, 123, 255, 0.3), rgba(0, 82, 204, 0.4));
}

.stat-card2 {
    background: linear-gradient(145deg, rgba(40, 167, 69, 0.3), rgba(25, 135, 84, 0.4));
}

.stat-card3 {
    background: linear-gradient(145deg, rgba(255, 193, 7, 0.3), rgba(255, 152, 0, 0.4));
}

.stat-card4 {
    background: linear-gradient(145deg, rgba(108, 117, 125, 0.3), rgba(73, 80, 87, 0.4));
}

/* Make inputs more sleek */
.form-control {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #66bfff;
    box-shadow: none;
    color: #fff;
}

label.form-label {
    display: block;
    margin-bottom: 0.5rem;
}

/* 🌍 Country Select Container */
.country-select {
    background-color: #0f2c59;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Country Select Dropdown List */
.country-select .country-list {
    background: #0f2c59;
    color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.country-select .country-list .country {
    padding: 10px 15px;
    transition: background 0.2s ease;
}

.country-select .country-list .country.highlight {
    background-color: rgba(255, 255, 255, 0.1);
}


/* 📞 Intl-Tel-Input Dropdown */
.iti__country-list {
    background: #0f2c59;
    color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.iti__country {
    padding: 10px 14px;
    transition: background 0.2s ease;
}

.iti__country:hover {
    background-color: rgba(255, 255, 255, 0.1);
}


/* 🔽 Scrollbar Styling */
.country-select .country-list::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar {
    width: 8px;
}

.country-select .country-list::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}