/* Nutanix-inspired styles */
body {
    font-family: 'Inter', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #e6eef5;
    background-color: #060e18;
    line-height: 1.75;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    color: #f6fbff;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

p {
    color: #dce8f2;
}

.hero {
    background-color: transparent !important;
    padding: 140px 0 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-weight: 500 !important;
    font-size: 1.4rem !important;
    line-height: 1.6;
    margin-bottom: 24px !important;
    letter-spacing: 0;
    color: #dbe7f2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero-subtitle {
    margin-bottom: 48px !important;
    color: #dbe7f2;
    max-width: 800px;
    line-height: 1.6;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero .btn-primary {
    background-color: #00a94f !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 18px 36px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 14px rgba(0, 169, 79, 0.4);
}

.hero .btn-primary:hover {
    background-color: #00c85d !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 169, 79, 0.6);
}

.section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px !important;
    position: relative;
    color: #f4f9ff;
    font-size: 2.5rem !important;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #00a94f;
    margin: 24px auto 0;
}

.services {
    padding: 100px 0 !important;
    background: transparent;
}

.service-card {
    background: rgba(6, 14, 24, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px !important;
    border-radius: 12px !important;
    height: 100%;
    color: #e8f0f7;
}

.service-card h3 {
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card p {
    color: #d7e4ef;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 169, 79, 0.7) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.service-card i {
    font-size: 52px;
    color: #34e68a;
    margin-bottom: 25px;
    display: block;
    text-shadow: 0 0 15px rgba(0, 255, 119, 0.3);
}

.about {
    background: transparent !important;
    padding: 100px 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.about-content {
    line-height: 1.9;
    text-align: center;
    font-weight: 500;
    color: #dbe7f2;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.25rem;
}

.portfolio {
    padding: 100px 0 !important;
    background: transparent;
}

.portfolio-card {
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.4s ease;
    background: rgba(6, 14, 24, 0.6) !important;
    color: #e8f0f7 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px);
}

.portfolio-card:hover {
    transform: scale(1.02);
    border-color: rgba(0, 169, 79, 0.5) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5) !important;
}

.portfolio-card .card-title {
    color: #f6fbff !important;
    font-weight: 700;
    font-size: 1.2rem;
}

.portfolio-card .card-body {
    color: #dbe7f2 !important;
    font-weight: 400;
    line-height: 1.7;
}

.testimonials {
    background: transparent !important;
    color: #e6eef5 !important;
    padding: 100px 0 !important;
}

.testimonial-item {
    background: rgba(6, 14, 24, 0.6) !important;
    border-left: 5px solid #00c86a !important;
    padding: 45px !important;
    color: #ffffff !important;
    border-radius: 0 12px 12px 0;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.testimonial-item p {
    font-size: 1.3rem !important;
    line-height: 1.7;
    font-style: italic;
    font-weight: 400;
    color: #dce8f2;
    margin-bottom: 20px;
}

.contact {
    background: transparent !important;
    padding: 100px 0 !important;
    border-radius: 0 !important;
}

.contact-container {
    text-align: center;
    color: #dce8f2;
    font-weight: 400;
}

.contact i {
    font-size: 36px;
    color: #34e68a;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 255, 119, 0.3);
}

.navbar {
    background: rgba(6, 14, 24, 0.92);
    backdrop-filter: blur(20px);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.navbar-section.logo img {
    max-height: 36px;
}

.navbar-section.logo a {
    color: #f4f9ff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.3px;
}

.dropmenu ul li a {
    color: #edf4fb !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 1.2px;
    padding: 6px 14px !important;
    transition: all 0.3s ease;
}

.dropmenu ul li a:hover, .dropmenu ul li a.active {
    color: #58f5a0 !important;
    background: transparent !important;
}

/* Header styling */
#header {
    background: rgba(6, 14, 24, 0.95) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 !important;
    height: auto !important;
}

#header.section,
#header .section {
    padding: 0 !important;
}

#header .navbar-section {
    height: auto !important;
}

#header .navbar {
    padding: 8px 0;
}

body.header-fixed.header-animated #header.scrolled {
    height: auto !important;
}

body.header-fixed.header-animated #header.scrolled .navbar-section {
    height: auto !important;
}

#header .navbar-section a {
    color: #edf4fb !important;
}

#header .navbar-section a:hover {
    color: #58f5a0 !important;
}

/* Footer styling */
#footer {
    background: rgba(6, 14, 24, 0.98) !important;
    padding: 24px 0 !important;
    color: #9ab0c4;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
}

#footer p {
    margin: 0;
    color: #9ab0c4;
    font-size: 0.85rem;
    font-weight: 400;
}

#footer.bg-gray {
    background: rgba(6, 14, 24, 0.98) !important;
}

#footer a {
    color: #b8cfe0;
    font-weight: 500;
    transition: color 0.3s ease;
}

#footer a:hover {
    color: #58f5a0;
}

/* Base layout adjustments for transparency */
#body-wrapper {
    background: transparent !important;
}

#start {
    background: transparent !important;
}

/* Scrollbar styling for a modern look */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #060e18;
}

::-webkit-scrollbar-thumb {
    background: #1a2c3d;
    border-radius: 5px;
    border: 2px solid #060e18;
}

::-webkit-scrollbar-thumb:hover {
    background: #00a94f;
}

