﻿body {
}


.getincont {
    font-family: Cambria;
    border-bottom: 2px solid #a60101;
    width: 180px; 
    margin: 0 auto; 
    padding-bottom: 6px; 
    color: #a60101;
}
.volunteer {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1.5rem;
    width: 100%;
}

#map {
    width: 100%;
    height: 695px;
    float: left;
}





    .address-item:hover {
        background-color: #ddd;
    }

#directionsLink {
    display: block;
    margin-top: 10px;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

    #directionsLink:hover {
        background-color: #45a049;
    }


.volunteer h3 {
    font-family: Cambria;
    border-bottom: 2px solid #a60101;
    width: 180px;
    margin: 0 auto;
    padding-bottom: 6px;
    color: #a60101;
}

 

  

    .contact-info p {
        font-size: 18px;
        color: white;
    }

        .contact-info p span {
            font-size: 1.1rem;
            color: white;
            padding-left:5px;
        }
.contact-item {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    margin-bottom: 0.5rem;
}

    .contact-item a {
        color: inherit;
        text-decoration: none;
    }

    .contact-item .icon {
        font-size: 1.5rem;
        color: black;
    }

.contact-text {
    font-size: 1rem;
    color: #333;
}

@media (max-width: 768px) {
    .ftco-section-3 .row {
        flex-direction: column-reverse;
    }

    .volunteer, .contact-info {
        margin-bottom: 1.5rem;
    }

    .map-container {
        width: 90%;
        height: 100%;
        min-height: 400px;
        background: url('images/india-map-placeholder.jpg') center center / cover no-repeat;
        position: relative;
        align-items: center;
    }

    #map{
        width: 90%;
        margin-left: 5%;
        -ms-touch-action: auto;
        touch-action: auto;

    }
}

@media (max-width: 768px) {
    .ftco-section-3 .row {
        flex-direction: column-reverse;
    }

    .volunteer, .contact-info {
        margin-bottom: 1.5rem;
    }
}

.shareqcls {
    font-family: Cambria;
    color: white;
    padding-top: 0px;
    font-size: 33px;
    font-weight: 600;
}

.ftco-section {
    padding: 0rem 0;
}

.card {
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
}

.map-container {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: url('images/india-map-placeholder.jpg') center center / cover no-repeat;
    position: relative;
}

.address-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #a60101; /* Primary theme color */
}

.card {
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    }

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.card-text {
    font-size: 1rem;
    color: #333;
}

.btn {
    font-size: 1rem;
    padding: 10px 20px;
}

.btn-dark {
    background-color: #000;
    border: none;
    color: #fff;
}

    .btn-dark:hover {
        background-color: #a60101; /* Matches the theme's primary color */
        color: #fff;
    }
#directionsLink {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #2053a6;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

    #directionsLink:hover {
        background-color: #a60101;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .address-container {
        border-left: none;
        border-top: 2px solid #e9ecef;
    }
}

.crow {
    width: 97%;
    padding-left: 60px;
}
.container-fluid1 {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Default Animation Style */
.animated-text {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

    .animated-text.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Responsive Adjustments */
@media (max-width: 992px) { /* Tablets and smaller */
    .container-fluid1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .animated-text {
        transition: all 1s ease-out; /* Slightly slower animation for smaller screens */
    }
}

@media (max-width: 768px) { /* Mobile devices */
    .container-fluid1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .animated-text {
        transform: translateY(30px); /* Adjust animation distance */
        transition: all 1.2s ease-out;
    }

    .contact-heading{font-size: 22px !important;}
  .ftco-section.contact-section{padding: 0 0 1em 0 !important;}
  .crow { width: auto; padding-left: 0px; }
  .address-text{text-align: center;}
  .benefit-section{padding:10px 30px 10px 30px !important;}
}

@media (max-width: 576px) { /* Extra small screens */
    .container-fluid1 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .animated-text {
        transform: translateY(20px); /* Reduce animation distance further */
        transition: all 1.5s ease-out;
    }

  
}

.txtb {
    color: #a60101 !important; 
    font-weight: 500; 
    font-family: Cambria;
}
.free-sample-link {
    
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    font-size: 22px;
   // animation: fadeInOut 2s infinite; /* Applies animation */
}

/*@keyframes fadeInOut {
    0%, 100% {
        opacity: 10;*/ /* Fully transparent at start and end */
    /*}

    50% {
        opacity: 1;*/ /* Fully visible in the middle */
    /*}
}*/
