.banner-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
    padding: 80px 0;
    contain: content;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(150, 188, 51, 0.05), transparent);
    z-index: 1;
}

.banner h1 {
    color: #fff;
    /*font-size: 2rem;*/
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    display: block;
    max-width: 1200px;
    padding: 0.5rem 0;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.banner p {
    color: #fff;
    font-size: 16px;
    font-weight: 400 !important;
    margin-top: 0;
    margin-bottom: 3rem;
    max-width: 800px;
    opacity: 0.9;
    line-height: 1.5;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    font-weight: 600;
}

.banner .sub-heading {
    display: inline-block;
    padding: 6px 12px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.banner .sub-heading h6 {
    margin: 0;
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-us {
    background-color: #f8f9fa;
}

.why-us .feature-item {
    transition: transform 0.3s ease;
}

.why-us .feature-item:hover {
    transform: translateY(-5px);
}

.why-us .display-4 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.why-us .lead {
    font-size: 1.25rem;
    color: #6c757d;
}

.why-us .btn-lg {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.why-us .feature-item i {
    display: inline-block;
    margin-bottom: 1rem;
}

.why-us img {
    transition: transform 0.3s ease;
}

.why-us img:hover {
    transform: scale(1.02);
}

.text-brand {
    color: #96BC33 !important;
}

.btn-brand {
    background-color: #96BC33;
    border-color: #96BC33;
    color: #fff;
}

.btn-brand:hover {
    background-color: #85a82d;
    border-color: #85a82d;
    color: #fff;
}

.btn-outline-brand {
    color: #96BC33;
    border-color: #96BC33;
}

.btn-outline-brand:hover {
    background-color: #96BC33;
    color: #fff;
}

.why-us .feature-item i {
    color: #96BC33;
}

.why-us .bg-primary {
    background-color: #96BC33 !important;
}

.why-us h4 {
    color: #96BC33;
}

.community-tech-image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 400px;
    margin: 2rem 0;
}

.community-pattern {
    width: 120%;
    height: 120%;
    transform: scale(1.1);
    margin: -10% -10%;
}

/* Smooth animation for all SVG elements */
.community-pattern * {
    transition: all 0.3s ease;
}

/* Optional hover effect for the entire SVG */
.community-tech-image:hover .community-pattern {
    transform: scale(1.02);
}

.bg-brand {
    background-color: #96BC33 !important;
}


/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {

}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {


    .community-tech-image {
        aspect-ratio: 16/12;
    }
}


/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    .banner h1 {
        font-size: 3rem;
    }

    .banner p {
        font-size: 1.5rem;
    }
}


/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    .banner h1 {
        font-size: 4rem;
    }

}


/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {

}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

}
