/* Main stylesheet that imports all modular CSS files */
@import url('variables.css');
@import url('base.css');

/* Components */
@import url('components/buttons.css');
@import url('components/navbar.css');
@import url('components/footer.css');

/* Sections */
@import url('sections/hero.css');
@import url('sections/services.css');
@import url('sections/about.css');
@import url('sections/vision.css');
@import url('sections/sdg.css');
@import url('sections/contact.css');

/* Gold styling - can be enabled when needed */
.gold-text {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-bg {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

/* Additional modern styling */

/* Smooth scroll behavior for entire page */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

/* Modern button styling */
.btn {
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

/* Enhance sections */
section {
    position: relative;
    overflow: hidden;
}

/* Add subtle pattern to light backgrounds */
.services, .contact {
    background-color: #f9fbfd;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23b18d4d' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* Enhanced section titles */
.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.section-title h2::after {
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(to right, var(--primary-dark), var(--primary-light));
}

/* Card enhancements */
.service-card, .contact-info {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 15px;
}

.service-card:hover, .contact-info:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Modern back to top button */
.back-to-top {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 5px 15px rgba(177, 141, 77, 0.4);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(177, 141, 77, 0.5);
}

/* Better navbar toggler */
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* Enhanced vision section */
.vision {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    position: relative;
}

.vision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Contact section equal height adjustments */
.contact-info-container {
    height: 100%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Make sure form fills the height of its container */
.contact-form form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    border: 1px solid rgba(177, 141, 77, 0.1);
    transition: all 0.3s ease;
}

.contact-form form:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(0,0,0,0.15);
}

/* Enhanced form control styling with proper borders */
.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #e9ecef !important;
    border-radius: 12px !important;
    padding: 1rem 1.25rem !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: #f8f9fa !important;
    color: #495057 !important;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(177, 141, 77, 0.25) !important;
    background: white !important;
    outline: none !important;
}

.contact-form .form-control:hover,
.contact-form .form-select:hover {
    border-color: #dee2e6 !important;
}

.contact-form .form-control::placeholder {
    color: #adb5bd !important;
    opacity: 1 !important;
}

/* Textarea specific styling */
.contact-form textarea.form-control {
    min-height: 120px !important;
    resize: vertical !important;
}

/* Form check styling */
.contact-form .form-check-input {
    border: 2px solid #e9ecef !important;
    border-radius: 4px !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-top: 0.125rem !important;
}

.contact-form .form-check-input:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(177, 141, 77, 0.25) !important;
}

.contact-form .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.contact-form .form-check-label {
    margin-left: 0.5rem !important;
    color: #495057 !important;
    line-height: 1.5 !important;
}

/* Form group spacing */
.contact-form .form-group {
    margin-bottom: 1.5rem !important;
}

.contact-form .form-label {
    font-weight: 600 !important;
    color: var(--dark) !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

.contact-form .form-label i {
    color: var(--primary) !important;
    margin-right: 0.5rem !important;
}

/* Form text and help text */
.contact-form .form-text {
    color: #6c757d !important;
    font-size: 0.875rem !important;
    margin-top: 0.25rem !important;
}

/* Invalid feedback styling */
.contact-form .invalid-feedback {
    display: block !important;
    color: #dc3545 !important;
    font-size: 0.875rem !important;
    margin-top: 0.25rem !important;
}

.contact-form .form-control.is-invalid,
.contact-form .form-select.is-invalid {
    border-color: #dc3545 !important;
}

.contact-form .form-control.is-valid,
.contact-form .form-select.is-valid {
    border-color: #28a745 !important;
}

/* Button styling */
.contact-form .btn-lg {
    margin-top: auto;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-weight: 600;
    background: linear-gradient(135deg, var(--primary), #d4af37);
    border: none;
    box-shadow: 0 8px 25px rgba(177, 141, 77, 0.3);
    transition: all 0.3s ease;
}

.contact-form .btn-lg:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(177, 141, 77, 0.4);
}

/* Stats Counter Responsive Styling */
.stat-number {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(177, 141, 77, 0.2);
    transition: all 0.3s ease;
}

.stat-number:hover {
    transform: scale(1.05);
    color: #d4af37;
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

/* Vision Shape Container Responsive Styling */
.vision-shape-container {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(177, 141, 77, 0.05), rgba(177, 141, 77, 0.1));
    border-radius: 25px;
    margin: 2rem 0;
}

.vision-main-shape {
    position: relative;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}

.shape-eye {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    box-shadow: 0 20px 60px rgba(177, 141, 77, 0.3);
}

.shape-eye:hover {
    transform: scale(1.1);
    box-shadow: 0 30px 80px rgba(177, 141, 77, 0.4);
}

.eye-outer {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #c19851);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.eye-outer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: shimmer 3s linear infinite;
}

/* Enhanced Section Spacing and Typography */
section {
    padding: 5rem 0;
    position: relative;
}

section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #d4af37);
    border-radius: 2px;
}

/* Enhanced Button Styles */
.btn {
    border-radius: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), #d4af37);
    box-shadow: 0 6px 20px rgba(177, 141, 77, 0.3);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(177, 141, 77, 0.4);
    background: linear-gradient(135deg, #d4af37, var(--primary));
}

/* Enhanced Card Animations */
@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Enhanced Footer */
footer {
    background: linear-gradient(135deg, var(--dark) 0%, #2c3e50 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #d4af37, var(--primary));
}

/* Enhanced Scroll Animations */
[data-aos] {
    transition-duration: 0.8s !important;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
    section {
        padding: 3rem 0;
    }
    
    section h2 {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .vision-shape-container {
        height: 350px;
    }
    
    .shape-eye {
        width: 140px;
        height: 140px;
    }
    
    .eye-outer {
        width: 120px;
        height: 120px;
    }
    
    .contact-form form {
        padding: 1.5rem;
    }

    .contact-form .form-control,
    .contact-form .form-select {
        padding: 0.875rem 1rem !important;
        font-size: 0.95rem !important;
    }

    .contact-form .form-group {
        margin-bottom: 1.25rem !important;
    }
}

/* Dark mode friendly enhancements */
@media (prefers-color-scheme: dark) {
    .contact-form .form-control {
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 255, 255, 0.1);
        color: white;
    }
    
    .contact-form .form-control:focus {
        background: rgba(255, 255, 255, 0.1);
    }
}


/* ...existing code... */

/* Portfolio Section Styles */
#portfolio {
    position: relative;
    overflow: hidden;
}

.portfolio-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="4" height="4" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1.5" fill="%23dee2e6"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.1;
    z-index: 1;
}

.portfolio-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary), #d4af37);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
    box-shadow: 0 8px 25px rgba(177, 141, 77, 0.3);
    transition: all 0.3s ease;
}

.portfolio-badge i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.portfolio-stats-bar {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.stat-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
}

.portfolio-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(177, 141, 77, 0.1);
    height: 100%;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 15px 15px 0 0;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.08);
}

/* Improved Portfolio Overlay */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(177, 141, 77, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    backdrop-filter: blur(2px);
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-info {
    text-align: center;
    color: white;
    transform: translateY(30px);
    transition: transform 0.4s ease;
    padding: 1rem;
}

.portfolio-card:hover .portfolio-info {
    transform: translateY(0);
}

.portfolio-info h5 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.portfolio-info p {
    margin-bottom: 1.25rem;
    opacity: 0.95;
    font-size: 1rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Improved Portfolio Button */
.portfolio-info .btn {
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary, #b18d4d) !important;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.portfolio-info .btn:hover {
    background: white;
    color: var(--primary, #b18d4d) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    border-color: white;
}

/* Remove tech badges from overlay area */
.portfolio-tech-stack {
    display: none;
}

/* Simplify portfolio metrics */
.portfolio-metrics {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.metric {
    text-align: center;
}

.metric-value {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary, #b18d4d);
    display: block;
    margin-bottom: 0.25rem;
}

.metric-label {
    font-size: 0.75rem;
    color: #6c757d;
    font-weight: 500;
}

/* Simplified Portfolio CTA */
.portfolio-cta-simple {
    background: rgba(248, 249, 250, 0.8);
    border: 1px solid rgba(177, 141, 77, 0.2);
    border-radius: 15px;
    padding: 3rem 2rem;
    margin-top: 2rem;
}

.portfolio-cta-simple h3 {
    color: var(--dark, #333);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.portfolio-cta-simple p {
    color: #6c757d;
    margin-bottom: 2rem;
    font-size: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons-simple {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.cta-buttons-simple .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.cta-buttons-simple .btn-primary {
    background: linear-gradient(135deg, var(--primary, #b18d4d), #d4af37);
    border: none;
    color: white !important;
    box-shadow: 0 4px 15px rgba(177, 141, 77, 0.3);
}

.cta-buttons-simple .btn-primary:hover {
    background: linear-gradient(135deg, #d4af37, var(--primary, #b18d4d));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(177, 141, 77, 0.4);
    color: white !important;
}

.cta-buttons-simple .btn-outline-primary {
    border: 2px solid var(--primary, #b18d4d);
    color: var(--primary, #b18d4d) !important;
    background: transparent;
}

.cta-buttons-simple .btn-outline-primary:hover {
    background: var(--primary, #b18d4d);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(177, 141, 77, 0.3);
}

/* Responsive adjustments for simplified CTA */
@media (max-width: 767.98px) {
    .portfolio-cta-simple {
        padding: 2rem 1.5rem;
    }
    
    .cta-buttons-simple {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons-simple .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* ...existing code... */