html, body{
    overflow-x: hidden;
    font-size: 17px;
    font-weight:400;
    color:#000;
}
.navbar-transparent {
    background: transparent;
    transition: all 0.3s ease;
}
.bg-home{
    background-image: url('../images/shape.png');
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
}
.about-us{
    background-image: url('../images/shape.png');
    background-color: #F8F8F8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about{
    padding-top: 3%;
}
.nav-link {
    color:#fff;
    font-size: 18px;
}
 .services .cta-banner {
    background: linear-gradient(135deg, #208bf4, color-mix(in srgb, #208bf4, #8b5cf6 30%));
    border-radius: 16px;
    padding: 48px;
    margin-top: 64px;
}
.portfolio .cta-box {
    margin-top: 64px;
    padding: 40px;
    background: linear-gradient(135deg, #208bf4, color-mix(in srgb, #208bf4, #4f46e5 30%));
    border-radius: 12px;
    box-shadow: 0 10px 30px color-mix(in srgb, #208bf4, transparent 75%);
}
.portfolio .cta-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--contrast-color);
    letter-spacing: -0.02em;
}
.navbar-scrolled {
    background: #0c1623 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    
    border-bottom: 1px solid color-mix(in srgb, #fafdff, transparent 90%);
}

/* DROPDOWN HOVER (DESKTOP ONLY) */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* ACTIVE LINK */
.nav-link.active {
    color: #ffc107 !important;
    font-weight: 600;
}
.hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 80px;
}
.bg-default {
    background-color: #020c19;
}

.about h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.about .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
    padding: 32px;
    background: #e8ecec;
    border-radius: 12px;
    border: 1px solid
    color-mix(in srgb, #fafdff, transparent 90%);
}
.light-background {
    background-color: #0b1727;
}
.services{
    background-color: #000;
}
.about .feature-item
 {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.about .features-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}
.about .stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 8px;
}
.about .section-badge {
    display: inline-block;
    padding: 6px 16px;
    background: color-mix(in srgb, #208bf4, transparent 90%);
    color: #208bf4;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.services .service-item {
    background: #e8ecec;;
    border: 1px solid color-mix(in srgb, #fafdfa, transparent 90%);
    border-radius: 12px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}
.services .service-item:hover {
    border-color:  color-mix(in srgb, #208bf4, transparent 60%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
 .services .service-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}
.services .icon-wrapper {
    width: 56px;
    height: 56px;
    background: color-mix(in srgb, #208bf4, transparent 90%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.services .icon-wrapper i {
    font-size: 28px;
    color: #208bf4;
    transition: color 0.3s;
}
.services h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}
 .services p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.services .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex-grow: 1;
}
.services .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.contact .contact-channels {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}
.contact .channel-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #000;
    border: 1px solid 
    color-mix(in srgb, #fafdfa, transparent 90%);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact .channel-card .channel-icon
 {
    width: 48px;
    height: 48px;
    background: color-mix(in srgb, #208bf4, transparent 90%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact .channel-card .channel-icon i
 {
    font-size: 20px;
    color:#208bf4;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact .channel-card .channel-info {
    flex: 1;
}
.contact .channel-card .channel-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}
.contact .channel-card .channel-info p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
}
.contact .channel-card .channel-info .channel-meta {
    font-size: 13px;
    color: color-mix(in srgb, #fafdfa, transparent 40%);
}
.contact .channel-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px color-mix(in srgb, #fafdfa, transparent 92%);
    border-color: color-mix(in srgb, #fafafa, transparent 70%);
}
 .contact .form-wrapper {
    background: #000;
    border: 1px solid color-mix(in srgb, #fafafa, transparent 90%);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px color-mix(in srgb, #fafafa, transparent 94%);
}
.contact .form-wrapper .php-email-form .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}
.contact{
    /* background: #020c19; */
    position: relative;
}
.footer {
    color: #fff;
    background-color:#000;
    font-size: 14px;
    padding: 50px;
    position: relative;
}
.footer .footer-about p {
    font-size: 14px;
    font-family: #fff;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
}
.footer .footer-links ul a {
    color: #ffff;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}
.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.copyright{
    padding:20px 0;
    background: #0c1623 !important;
}
 