.menu-bg {
    background: #00802B !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.menu-bg .navbar-nav .nav-link {
    color: #fff !important;
}

.menu-bg .navbar-nav .active {
    color: #fff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
    color: #fff !important;
}

a.btn-common:hover,
a.btn-common:focus {
    color: #fff !important;
}

#contact {
    background: #f6fbfd !important;
}

.btn-subtitle {
    color: #fff !important;
}

.contact-section {
    padding: 80px 0;
    min-height: 100vh;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-main-title {
    text-align: center;
    font-size: 30px;
    color: #00802B;
    margin-bottom: 60px;
    font-weight: 700;
}

.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 60px; */
    align-items: center;
    background: #fff;
    /* border-radius: 20px; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    min-height: 600px;
}

.contact-details-panel {
    padding: 60px 40px;
}

.contact-info-heading {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.contact-info-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
    /* border-radius: 2px; */
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    padding: 20px;
    background: #fff;
    /* border-radius: 15px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-icon-wrapper {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon-wrapper i {
    font-size: 1.5rem;
    color: #fff;
}

.contact-details-content h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-details-content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.contact-map-panel {
    position: relative;
    height: 100%;
    min-height: 600px;
}

.contact-map-container {
    width: 100%;
    height: 100%;
    /* border-radius: 0 20px 20px 0; */
    overflow: hidden;
}

.contact-map-frame {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.contact-map-frame:hover {
    filter: grayscale(0%);
}

.contact-map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    /* border-radius: 10px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.contact-map-overlay h4 {
    color: #2c3e50;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.contact-map-overlay p {
    color: #666;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
   .image-3{
        margin-top: -35px !important;
    }
    .mobile-image {
  height: 600px;
  margin-top: -20px;
}
    .contact-content-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-details-panel {
        padding: 40px 30px;
    }

    .contact-info-heading {
        font-size: 2rem;
    }

    .contact-info-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-icon-wrapper {
        margin: 0 auto 15px;
    }

    .contact-map-panel {
        min-height: 400px;
    }

    .contact-map-container {
        /* border-radius: 0 0 20px 20px; */
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 40px 0;
    }

    .contact-container {
        padding: 0 15px;
    }

    .contact-main-title {
        font-size: 2rem;
    }

    .contact-details-panel {
        padding: 30px 20px;
    }

    .contact-info-heading {
        font-size: 1.8rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-info-item {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-info-item:nth-child(1) {
    animation-delay: 0.1s;
}

.contact-info-item:nth-child(2) {
    animation-delay: 0.2s;
}

.contact-info-item:nth-child(3) {
    animation-delay: 0.3s;
}
.custom-margin-image {
    margin-top: 20px;
}

/* Mobile screens (max-width: 767px) */
@media (max-width: 767px) {
    .custom-margin-image {
        margin-top: 40px;
    }
}
.custom-app-features .box-item {
    margin: 50px 0 !important;
}
@media (min-width: 992px) {
    .custom-box-item {
        margin-top: 250px;
    }
}
.about-points {
    margin-top: 15px;
    padding-left: 25px;
    list-style-type: disc;
    /* show dot bullets */
    line-height: 1.8;
}

.about-points li {
    color: #333;
    /* text color */
    font-size: 16px;
    margin-bottom: 6px;
}

/* optional: orange bullets to match your theme */
.about-points li::marker {
    color: orange;
}

@media (max-width: 992px) {
    .home-image {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}