body {
        font-family: 'Poppins', sans-serif;
        font-size: 17.5px;
    }
    h1, h2, h3 {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }
    h2 {
        margin-bottom: 20px;
    }
    .section-heading {
        font-weight: bold;
        text-transform: uppercase;
        padding: 20px 0;
    }
    .content-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 0;
    }
    .content-section .row {
        align-items: center;
    }
    .content-section img {
        max-width: 100%;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
    section#about .section-text {
        color: #000;
        padding: 40px 60px;
        font-size: 1.25rem;
    }
    .list-group-item {
        background-color: #f8f9fa;
        border-left: 5px solid #007bff;
        padding: 15px;
    }
    .service-card {
        background-color: #f8f9fa;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
  .navbar-brand {
        font-family: 'Montserrat', sans-serif;
        font-size: 2rem;
        font-weight: bold;
        color: #ffffff !important;
    }
    .navbar-nav .nav-link {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff !important;
    }
    .navbar-nav .nav-link:hover {
        color: #cccccc !important;
    }
    .navbar {
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
    .navbar.fixed-top {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030;
    }
    .navbar {
        background: rgba(0, 0, 0, 1) !important;
    }
    .hero-banner {
        background: url('../images/gun-banner.jpeg') no-repeat top center/cover;
        height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        position: relative;
    }
    .hero-overlay {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }
    .hero-content {
        padding: 80px;
    }
    .hero-content h1 {
        font-size: 3rem;
        font-weight: bold;
    }
    .hero-content p {
        font-size: 1.5rem;
    }
    .hero-content .btn-custom {
        background-color: #7ee081;
        border-color: #7ee081;
        color: #fff;
    }
    .hero-content .btn-custom:hover {
        background-color: #6ad36e;
        border-color: #6ad36e;
        color: #fff;
        transition: all 0.3s ease;
    }
    section#about {
        padding: 80px 0;
        background: #DDE1E4;
        min-height: 600px;
    }
    .section-text {
        padding: 40px;
        font-weight: normal;
    }
    .white {
        color: #000;
        background: #f1f1f1;
    }
    .service-section {
        background: url('../images/services.jpeg') no-repeat center center/cover;
        padding: 80px 0;
        color: white;
        position: relative;
    }
    .service-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }
    .service-section .container {
        position: relative;
        z-index: 1;
    }
    .service-comparison {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }
    .service-card {
        flex: 1;
        background: #fff;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        text-align: left;
        color: #000;
    }
    .service-card h3 {
        margin-bottom: 15px;
        text-align: center;
        font-weight: bold;
    }
    .service-card ul {
        list-style: none;
        padding: 0;
    }
    .service-card ul li {
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: left;
    }
    .service-card ul li i {
        color: #c00;
        font-size: 1.5rem;
    }
    .contact-section {
        padding: 80px 0;
        background: #DDE1E4;
        position: relative;
        color: #000;
    }
    .contact-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .contact-section .container {
        position: relative;
        z-index: 1;
    }
    .contact-form-image {
        background-image: url(../images/contact.jpeg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .contact-form {
        background:#333;
        padding: 40px;
        color: #fff;
    }
    .contact-form .form-control {
        border-radius: 5px;
        padding: 12px;
        font-size: 1rem;
        border: 1px solid #ddd;
    }
    .contact-form button {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 5px;
        color: white;
        transition: background 0.3s;
        background: #7ee081;
        font-size: 1.25rem;
    }
    .contact-form button:hover {
        background: #7ee081;
    }
    span.callout {
        border-left: 10px solid #7ee081;
        padding-left: 1rem;
    }
    .faq-section, .testimonials-section {
        padding: 60px 15px;
        background: #DDE1E4;
    }
    .faq-section .accordion-item {
        margin-bottom: 10px;
    }
    .testimonial-card {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .testimonial-card p {
        font-style: italic;
    }
    .accordion-button:not(.collapsed) {
        background-color: #fff;
        font-weight: 600;
        color: #000;
    }
    .accordion-button {
        background-color: #fff;
        font-weight: 600;
        color: #000;
    }
    .gallery-section {
        padding: 80px;
        background: #fff;
        color: #000;
    }
    .gallery-section .gallery-item {
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    .gallery-section img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }
    .gallery-section img:hover {
        transform: scale(1.1);
    }
    .required {
        color: red;
        font-size: 14px;
        margin-left: 5px;
    }
    .green {
        color: #7ee081;
        text-transform: uppercase;
    }
    .footer-section {
        background: #333;
        color: white;
        padding: 80px 0;
        text-align: left;
    }
    .footer-menu {
        margin-top: 20px;
    }
    .footer-menu a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }
    .footer-menu a:hover {
        text-decoration: underline;
    }
    .footer-section form {
        max-width: 500px;
    }
    .footer-section .form-control {
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }
    .footer-section button {
        background-color: #7ee081;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    .footer-section button:hover {
        background-color: #6ad36e;
        color: white;
    }
    @media (max-width: 768px) {
        .hero-banner {
            height: 70vh;
        }
        .hero-content h1 {
            font-size: 2rem;
        }
        .hero-content p {
            font-size: 1rem;
        }
        .content-section {
            flex-direction: column;
            text-align: center;
        }
        .service-card {
            height: auto !important;
            margin-bottom: 40px;
        }
        .service-card ul li {
            flex-direction: column;
            align-items: center;
        }
        .contact-form {
            padding: 20px;
        }
        .faq-section .row {
            flex-direction: column;
        }
    }        
    @media (max-width: 576px) {
        .hero-banner {
            height: 70vh;
        }
        .hero-content h1 {
            font-size: 1.8rem;
        }
        .hero-content p {
            font-size: 0.9rem;
        }
        .service-card {
            height: auto !important;
            padding: 15px;
            margin-bottom: 40px;
        }
        .contact-form button {
            font-size: 1rem;
            padding: 10px;
        }
        .faq-section .row {
            flex-direction: column;
        }
    }