/* =====================================
   TRUSTEXAPAY - CUSTOM STYLES
   ===================================== */

/* Root Variables - Matches TrustexaPay Logo */
:root {
    --primary-color: #003D7A;
    --primary-dark: #002850;
    --secondary-color: #0099A8;
    --accent-color: #5FDB8C;
    --light-accent: #E8F7F3;
    --dark-color: #1a1a2e;
    --light-color: #f8f9fa;
    --success-color: #5FDB8C;
    --warning-color: #ffa500;
    --danger-color: #ff5555;
    --neutral-gray: #6B7280;
    --border-color: #E5E7EB;
    --transition: all 0.3s ease;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    transition: var(--transition);
}

a:hover {
    color: var(--primary-color) !important;
}

/* =====================================
   NAVIGATION & HEADER
   ===================================== */

.navbar {
    transition: var(--transition);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-size: 1.5rem;
    color: var(--dark-color) !important;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link {
    margin: 0 10px;
    font-weight: 500;
    color: #333 !important;
    position: relative;
    transition: var(--transition);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

/* =====================================
   HERO SECTION
   ===================================== */

.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

.hero-section h1 {
    line-height: 1.2;
    margin-bottom: 20px;
    animation: slideInUp 0.8s ease;
}

.hero-section .lead {
    font-size: 1.3rem;
    margin-bottom: 30px;
    animation: slideInUp 1s ease;
}

.hero-illustration {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-card {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2.5rem;
    transition: var(--transition);
    animation: floating 3s ease-in-out infinite;
}

.floating-card i {
    font-size: 3rem;
    margin-bottom: 10px;
}

.floating-card p {
    font-size: 0.9rem;
    font-weight: 600;
}

.floating-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.25);
}

.card-1 {
    top: 0;
    left: 0;
    animation-delay: 0s;
}

.card-2 {
    top: 50%;
    right: 10%;
    animation-delay: 0.5s;
}

.card-3 {
    bottom: 0;
    left: 30%;
    animation-delay: 1s;
}

/* =====================================
   PAGE HEADER
   ===================================== */

.page-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

/* =====================================
   METRICS SECTION
   ===================================== */

.metrics-section {
    padding: 40px 0;
}

.metric-card {
    padding: 30px;
    background: white;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.metric-card:hover {
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.1);
    transform: translateY(-5px);
}

.metric-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.metric-label {
    color: var(--neutral-gray);
    font-weight: 600;
}

/* =====================================
   SERVICES SECTION
   ===================================== */

.services-section {
    padding: 80px 0;
    background: #fff;
}

.service-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 20px;
    padding: 40px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    border-radius: 50%;
    z-index: 0;
}

.service-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 102, 255, 0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 1;
}

.service-card h3 {
    color: var(--dark-color);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.feature-list {
    list-style: none;
    position: relative;
    z-index: 1;
}

.feature-list li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #666;
}

/* =====================================
   FEATURES SECTION - FEATURE BOXES
   ===================================== */

.feature-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.feature-box:hover {
    box-shadow: 0 15px 40px rgba(0, 102, 255, 0.1);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(0, 61, 122, 0.1) 0%, rgba(0, 153, 168, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-color);
    margin: 0 auto 20px;
}

.feature-box h5 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-box p {
    color: var(--neutral-gray);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* =====================================
   INTEGRATION SECTION
   ===================================== */

.integration-section {
    padding: 80px 0;
}

.integration-code {
    background: #1e293b;
    color: #e2e8f0;
    border-radius: 15px;
    padding: 30px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.6;
}

.integration-code pre {
    margin: 0;
    color: inherit;
}

.integration-code code {
    color: inherit;
}

.integration-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    border: 2px solid var(--border-color);
    transition: var(--transition);
}

.integration-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 61, 122, 0.1);
}

.integration-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.integration-card h6 {
    color: var(--dark-color);
    font-weight: 700;
}

/* =====================================
   PRICING SECTION
   ===================================== */

.pricing-section {
    padding: 80px 0;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    border: 2px solid var(--border-color);
    transition: var(--transition);
    position: relative;
}

.pricing-card.featured {
    border-color: var(--accent-color);
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(95, 219, 140, 0.2);
}

.pricing-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 20px 50px rgba(0, 61, 122, 0.15);
}

.pricing-card h5 {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.pricing-card .price {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 10px 0;
    color: var(--neutral-gray);
    font-size: 0.95rem;
    border-bottom: 1px solid var(--border-color);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-card .badge {
    padding: 8px 15px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* =====================================
   TESTIMONIALS SECTION
   ===================================== */

.testimonials-section {
    padding: 80px 0;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.testimonial-card:hover {
    box-shadow: 0 15px 40px rgba(0, 61, 122, 0.1);
    transform: translateY(-5px);
}

.stars {
    display: flex;
    gap: 5px;
    font-size: 0.9rem;
}

.testimonial-text {
    color: var(--neutral-gray);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author h6 {
    color: var(--dark-color);
    font-weight: 700;
}

/* =====================================
   FEATURES SECTION
   ===================================== */

.features-section {
    padding: 80px 0;
}

.feature-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    gap: 20px;
}

.feature-item h5 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-illustration {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    border-radius: 20px;
}

.feature-illustration i {
    font-size: 8rem;
    color: var(--primary-color);
    opacity: 0.3;
    position: relative;
    z-index: 1;
}

/* =====================================
   STATS SECTION
   ===================================== */

.stats-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 80px 0;
}

.stat-card {
    padding: 40px;
    background: white;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 102, 255, 0.1);
}

.stat-card h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.stat-card p {
    font-weight: 600;
    color: #666;
}

/* =====================================
   CTA SECTION
   ===================================== */

.cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.cta-section .display-5 {
    color: white;
}

.cta-section .lead {
    color: rgba(255, 255, 255, 0.9);
}

/* =====================================
   MISSION & VISION CARDS
   ===================================== */

.mission-card {
    background: white;
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: var(--transition);
}

.mission-card:hover {
    box-shadow: 0 20px 50px rgba(0, 102, 255, 0.15);
    transform: translateY(-5px);
}

.mission-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
    margin: 0 auto;
}

.mission-card h3 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.mission-card p {
    color: #666;
    line-height: 1.8;
}

/* =====================================
   VALUE CARDS
   ===================================== */

.value-card {
    background: white;
    border-radius: 15px;
    padding: 35px 25px;
    border: 1px solid #f0f0f0;
    transition: var(--transition);
}

.value-card:hover {
    box-shadow: 0 15px 40px rgba(0, 102, 255, 0.1);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin: 0 auto 20px;
}

.value-card h5 {
    color: var(--dark-color);
    font-weight: 700;
}

.value-card p {
    color: #666;
    font-size: 0.9rem;
}

/* =====================================
   TEAM SECTION
   ===================================== */

.team-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: var(--transition);
}

.team-card:hover {
    box-shadow: 0 20px 50px rgba(0, 102, 255, 0.15);
    transform: translateY(-5px);
}

.team-image {
    height: 250px;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-avatar {
    font-size: 5rem;
    color: var(--primary-color);
    opacity: 0.3;
}

.team-info {
    padding: 25px;
}

.team-info h5 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 5px;
}

.team-info p {
    font-size: 0.9rem;
}

/* =====================================
   ACHIEVEMENT SECTION
   ===================================== */

.achievement-item {
    display: flex;
    gap: 25px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
    transition: var(--transition);
}

.achievement-item:hover {
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.1);
    transform: translateX(5px);
}

.achievement-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.achievement-item h5 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 5px;
}

/* =====================================
   CONTACT SECTION
   ===================================== */

.contact-info-card {
    background: white;
    border-radius: 15px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    transition: var(--transition);
}

.contact-info-card:hover {
    box-shadow: 0 15px 40px rgba(0, 102, 255, 0.1);
    transform: translateY(-5px);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    margin: 0 auto 20px;
}

.contact-info-card h5 {
    color: var(--dark-color);
    font-weight: 700;
}

.contact-form {
    animation: slideInUp 0.8s ease;
}

.form-control,
.form-select {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 255, 0.15);
}

.form-label {
    color: var(--dark-color);
}

/* =====================================
   ABOUT ILLUSTRATION
   ===================================== */

.about-illustration {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illustration-element {
    font-size: 10rem;
    color: var(--primary-color);
    opacity: 0.1;
    animation: floating 3s ease-in-out infinite;
}

/* =====================================
   POLICY CONTENT
   ===================================== */

.policy-content {
    line-height: 1.8;
}

.policy-content h2 {
    color: var(--dark-color);
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.policy-content h5 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.policy-content ul {
    padding-left: 20px;
}

.policy-content li {
    margin-bottom: 8px;
    color: #666;
}
/*==================================================
                MODERN FOOTER
==================================================*/

.footer{

    background:#0d1117;

    color:#fff;

    padding:70px 0 25px;

    position:relative;

}

.footer::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#0d6efd,#00c6ff);

}

.footer-logo{

    font-size:28px;

    font-weight:700;

    margin-bottom:18px;

    color:#fff;

}

/* .footer-logo img{
    width: 50%;
} */

.footer-logo i{

    color:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);

    margin-right:8px;

}

.footer-text{

    color:#adb5bd;

    line-height:1.8;

    margin-bottom:25px;

    max-width:330px;

}

.footer h5{

    color:#fff;

    font-size:20px;

    margin-bottom:22px;

    font-weight:600;

}

.footer-links{

    padding:0;

    margin:0;

    list-style:none;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#adb5bd;

    text-decoration:none;

    transition:.3s;

    display:inline-block;

}

.footer-links a:hover{

    color:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);

    transform:translateX(6px);

}

.footer-contact{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-contact li{

    color:#adb5bd;

    margin-bottom:16px;

    display:flex;

    align-items:center;

}

.footer-contact i{

    width:35px;

    height:35px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);

    color:#fff;

    border-radius:50%;

    margin-right:12px;

    font-size:14px;

}

.social-links{

    display:flex;

    gap:12px;

}

.social-links a{

    width:45px;

    height:45px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#161b22;

    color:#fff;

    transition:.3s;

    text-decoration:none;

}

.social-links a:hover{

    background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);

    transform:translateY(-5px);

}

.newsletter{

    display:flex;

    margin-top:25px;

    border-radius:50px;

    overflow:hidden;

    background:#161b22;

}

.newsletter input{

    flex:1;

    border:none;

    outline:none;

    background:transparent;

    color:#fff;

    padding:14px 18px;

}

.newsletter input::placeholder{

    color:#8c8c8c;

}

.newsletter button{

    border:none;

    background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);

    color:#fff;

    padding:0 22px;

    font-weight:600;

    transition:.3s;

}

.newsletter button:hover{

    background:#0b5ed7;

}

.footer-divider{

    border-color:#2d333b;

    margin:50px 0 25px;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:#adb5bd;

    font-size:15px;

    flex-wrap:wrap;

    gap:15px;

}

.footer-bottom a{

    color:#adb5bd;

    text-decoration:none;

    transition:.3s;

}

.footer-bottom a:hover{

    color:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);

}

.footer-bottom span{

    margin:0 10px;

    color:#666;

}


/*==============================
        MOBILE
==============================*/

@media(max-width:991px){

.footer{

    text-align:center;

}

.footer-text{

    margin:auto auto 25px;

}

.footer-contact li{

    justify-content:center;

}

.social-links{

    justify-content:center;

}

.newsletter{

    margin-top:20px;

}

.footer-bottom{

    justify-content:center;

    text-align:center;

}

}


@media(max-width:576px){

.footer{

    padding:55px 0 20px;

}

.footer-logo{

    font-size:24px;

}

.footer h5{

    margin-top:20px;

    font-size:19px;

}

.newsletter{

    flex-direction:column;

    border-radius:12px;

}

.newsletter input{

    text-align:center;

}

.newsletter button{

    width:100%;

    padding:14px;

}

.footer-bottom{

    font-size:14px;

    flex-direction:column;

    gap:10px;

}

.footer-bottom span{

    display:none;

}

}
/* =====================================
   MODALS
   ===================================== */

.modal-content {
    border: 2px solid #f0f0f0;
    border-radius: 15px;
}

.modal-header {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
    border-bottom: 1px solid #f0f0f0;
}

.modal-header h5 {
    color: var(--dark-color);
    font-weight: 700;
}

.modal-body form {
    animation: slideInUp 0.6s ease;
}

/* =====================================
   BUTTONS
   ===================================== */

.btn {
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    transition: var(--transition);
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0052cc 100%);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 102, 255, 0.3);
}

.btn-light {
    background: white;
    color: var(--primary-color);
    font-weight: 700;
}

.btn-light:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
}

.btn-outline-light {
    border: 2px solid white;
    color: white;
}

.btn-outline-light:hover {
    background: white;
    color: var(--primary-color);
}

/* =====================================
   ACCORDION
   ===================================== */

.accordion-button {
    background-color: #f8f9fa;
    border: 1px solid #f0f0f0;
    color: var(--dark-color);
    font-weight: 600;
    transition: var(--transition);
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    color: var(--primary-color);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(0, 102, 255, 0.15);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230066ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* =====================================
   ALERTS
   ===================================== */

.alert {
    border-radius: 10px;
    border: none;
}

.alert-info {
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%);
    color: var(--primary-color);
}

.alert-warning {
    background: linear-gradient(135deg, rgba(255, 165, 0, 0.1) 0%, rgba(255, 200, 0, 0.1) 100%);
    color: #cc8200;
}

/* =====================================
   ANIMATIONS
   ===================================== */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(-10px, 10px);
    }
    75% {
        transform: translate(5px, -5px);
    }
}

/* =====================================
   RESPONSIVE DESIGN
   ===================================== */

@media (max-width: 1024px) {
    .hero-section {
        min-height: auto;
        padding: 80px 0;
    }

    .hero-illustration {
        height: 300px;
        margin-top: 40px;
    }

    .floating-card {
        width: 120px;
        height: 120px;
        font-size: 2rem;
    }

    .floating-card i {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-item {
        margin-top: 10px;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
    }

    .hero-section::before,
    .hero-section::after {
        display: none;
    }

    .hero-illustration {
        height: 250px;
    }

    .floating-card {
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
        position: relative;
    }

    .floating-card i {
        font-size: 2rem;
    }

    .card-1,
    .card-2,
    .card-3 {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 10px;
    }

    .page-header {
        padding: 60px 0 40px;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .services-section {
        padding: 60px 0;
    }

    .service-card {
        padding: 30px;
    }

    .feature-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .feature-illustration,
    .about-illustration {
        height: 300px;
    }

    .feature-illustration i,
    .illustration-element {
        font-size: 6rem;
    }

    .stat-card {
        padding: 25px;
    }

    .stat-card h3 {
        font-size: 1.8rem;
    }

    .cta-section {
        padding: 40px 0;
    }

    .cta-section .display-5 {
        font-size: 1.8rem;
    }

    .cta-section .lead {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .cta-section .btn {
        width: 100%;
        margin-top: 15px;
    }

    .contact-info-card {
        padding: 25px;
    }

    .mission-card {
        padding: 30px 20px;
    }

    .team-card {
        margin-bottom: 20px;
    }

    .value-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .policy-content h2 {
        font-size: 1.5rem;
    }

    footer {
        padding: 40px 0 15px;
    }

    footer h5 {
        font-size: 1.1rem;
    }
}

.navbar-brand img{
        width: 20%;
     }

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.2rem;
        width: 50%;
    }

     .navbar-brand img{
        width: 70%;
     }

    .hero-section h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .display-5 {
        font-size: 1.5rem !important;
    }

    .display-4 {
        font-size: 1.8rem !important;
    }

    .service-card {
        padding: 20px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .btn-lg {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .row [class*="col-"] {
        margin-bottom: 20px;
    }

    .modal-body {
        padding: 20px 15px;
    }

    .feature-item {
        flex-direction: column;
        gap: 15px;
    }

    .achievement-item {
        flex-direction: column;
        gap: 15px;
    }

    .achievement-icon {
        margin: 0 auto;
    }

    footer .row {
        gap: 20px;
    }

    .policy-content {
        font-size: 0.95rem;
    }
}

/* =====================================
   UTILITY CLASSES
   ===================================== */

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0052cc 100%) !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.shadow-sm {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 15px !important;
}

/* Smooth scrollbar for webkit browsers */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0052cc;
}