.logo-main {
    position: absolute;
    top: 6px;
    height: 120px;
    z-index: 1;
}

.strapline {
    color:rgb(168, 205, 104);
}


.bg-image2 {
    background-image:url('/images/green_crystal.png');
}
.bg-image-donations {
    background-image:url('/images/donate_banner.jpg');
}

.bg-darkgray {
    background-color: rgb(230, 230, 230);
}

.bg-wch {
    background-color:#df307f ;
    /*background-color: #f9dd75;*/
    background-size: cover;
    background-repeat: no-repeat;
}


.btn-wch {
    background-color: #df307f; /* Yellow/Orange */
    color: #000;              /* Black text for contrast */
    border-color: #df307f;    /* Border matches background */
}
.btn-wch:hover, .btn-warning:focus {
    background-color: #a8285e ; /* Darkened yellow/orange on hover */
    border-color: #a8285e;
}


.bg-hc {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/img/hc-hero1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
}

.bg-vs {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/cg_scan.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-study {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/study_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-join {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/join_us.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-ffs {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/ffs-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
}

.bg-privacy {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/img/privacy.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-map {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/video/map8.mp4');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-lg {
    /*background-image:url('/images/hc_emergency.jpeg');*/
    background-image:url('/images/chat.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    max-height: 500px;
}

.text-outline-black {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.vs-h1 {
    color: black;
    text-shadow: 3px 3px 20px lightgrey,
    -2px 1px 30px lightgrey;
}

.vs-text-shadow {
    color: White;
    text-shadow: 3px 3px 20px #027913,
    -2px 1px 30px #027913;
}

.vs-text-shadow-blue {
    color: White;
    text-shadow: 3px 3px 20px #024479,
    -2px 1px 30px #024479;
}



@media (min-width:300px) {
    .hero-title {
        font-size: 24px;
        color: white !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 24px;
        color: black !important;
        text-shadow: 1px 1px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:20px;
    }

    
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 10px;
        font-weight: 900;
        margin-top: -50px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 12px;
        font-weight: 400;
        margin-top: -10px;
        padding-right: 80px;
    }

    .bg-image2,.bg-image-donations,.bg-lg,.bg-privacy,.bg_terms {
        height:600px;
    }
    .bg-hc {
        height:400px;
    }
    

}

@media (min-width:500px) {
    .hero-title {
        font-size: 28px;
        color: white !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 28px;
        color: Black !important;
        text-shadow: 1px px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:20px;
    }
    
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 12px;
        font-weight: 900;
        margin-top: -50px;
        margin-left: 10px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 15px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 150px;
    }

    .bg-image2,.bg-image-donations,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:480px;
    }

}


@media (min-width:600px) {
    .hero-title {
        font-size: 32px;
        color: #fff !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 32px;
        color: Black !important;
        text-shadow: 1px 1px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:30px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 12px;
        font-weight: 900;
        margin-top: -57px;
        text-align: left;
        margin-left: 35px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 18px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 120px;
    }
    .bg-image2,.bg-image-donations,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:500px;
    }
}

@media (min-width:768px) {
    .hero-title {
        font-size: 32px;
        color: #fff !important;
        text-shadow: 2px 2px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 32px;
        color: Black !important;
        text-shadow: 1px 1px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 80px;
        margin-top:30px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 13px;
        font-weight: 900;
        margin-top: -55px;
        text-align: left;
        margin-left: 25px;
    }

    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 100px;
    }
    .bg-image2,.bg-image-donations,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:520px;
    }
}

@media (min-width:800px) {
    .hero-title {
        font-size: 34px;
        color: #fff !important;
        text-shadow: 3px 3px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 34px;
        color: Black !important;
        text-shadow: 2px 2px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 90px;
        margin-top:40px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 14px;
        font-weight: 900;
        margin-top: -65px;
        margin-left: 20px;
    }
    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: 0px;
        padding-right: 0px;
    }
    .bg-image2,.bg-image-donations,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:600px;
    }
}

@media (min-width:900px) {
    .hero-title {
        font-size: 36px;
        color: #fff !important;
        text-shadow: px 3px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 36px;
        color: Black !important;
        text-shadow: 2px 2px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 100px;
        margin-top:40px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 14px;
        font-weight: 900;
        margin-top: -70px;
        margin-left: 35px;
    }
    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: -15px;
        padding-right: 0px;
    }
    .bg-image2,.bg-image-donations,.bg-hc,.bg-lg,.bg-privacy,.bg_terms {
        height:708px;
    }
}

@media (min-width:1000px) {
    .hero-title {
        font-size: 50px;
        color: #fff !important;
        text-shadow: 3px 3px #999;
        font-weight: 900;
        white-space: nowrap;
    }
    .hero-title-hc {
        font-size: 50px;
        color: Black !important;
        text-shadow: 2px 2px #ef0808;
        font-weight: 900;
        white-space: nowrap;
    }
    .logo {
        height: auto;
        width: 120px;
        margin-top:25px;
    }
    .hero-subtitle {
        color: rgb(40, 107, 38) !important;
        font-size: 18px;
        font-weight: 900;
        margin-top: -65px;
        margin-left: 65px;
    }
    .hero-message {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
        margin-top: 0px;
        padding-right: 100px;
    }
    .bg-image2,.bg-image-donations,.bg-lg,.bg-privacy,.bg_terms {
        height:708px;
    }

    .bg-hc {
        height:500px;
    }
}

@media (max-width: 1000px) {
    .hide-on-small {
      display: none;
    }
    .page-title {
        margin-top: 5rem !important;
        margin-bottom: 1.5rem !important;
    }
  }
  


@media (max-width: 576px) { /* Extra-small screens */
    .responsive-gap { margin-right: 0.25rem; margin-bottom: 0.25rem; }
}
@media (min-width: 576px) { /* Small screens */
    .responsive-gap { margin-right: 0.5rem; margin-bottom: 0.5rem; }
}
@media (min-width: 768px) { /* Medium screens */
    .responsive-gap { margin-right: 1rem; margin-bottom: 1rem; }
}
@media (min-width: 992px) { /* Large screens */
    .responsive-gap { margin-right: 1.5rem; margin-bottom: 1.5rem; }
}

@media (max-width: 576px) { /* Adjusts for mobile screens */
    .responsive-button {
        width: 60px;
        height: 60px;
        font-size: 0.85rem; /* Adjust text size if needed */
    }
}

.button-wrapper {
    flex: 0 0 100px; /* Keeps each button's width at 100px */
}

@media (max-width: 576px) {
    .button-wrapper {
        flex: 0 0 50%; /* Ensures two buttons per row on small screens */
    }
}



.bg-lightgreen {
    background-color: rgba(233, 255, 224, 0.65);
    border-radius: 15;
}


.bg-cggreen {
    background-color: rgb(33, 155, 36);
    background: linear-gradient(90deg, rgb(66, 157, 67) 0%, rgb(54, 154, 56) 35%, rgba(33, 155, 36,1) 100%);
    color:white;
}

.cgnav-link {
    color: white !important;
    font-size: 1rem !important;
}

.cgnav-link.active {
    background : red !important;
    color: white !important;
}



.cg-faq-heading {
    color: red !important;
}


.reg-video {
	width: 100% !important;
	height: auto !important;
	z-index: -1;
}

.carousel-control-next-icon:after {
    content: "" !important;
}

.bg_your_data {
    background-image:url('/img/your_data.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_security {
    background-image:url('/img/bg-securityv1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_terms {
    background-image:url('/img/terms.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.transparent-bg {
    background-color: transparent;
  }

  .text-white {
    color: white;
  }

.card-link {
text-decoration: none;
color: inherit;
}
/* Optional: Change hover effect for the card */
.card-link:hover {
text-decoration: none;
box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
/* Custom grey text for card body */
.card-body {
color: grey;
font-size: small;
}

.tile:hover {
    color: #41a4dc;
    box-shadow: 0 0 5px #41a4dc;
    text-shadow: 0 0 1px #41a4dc;
}

ul.green-check {
    list-style-type: none;
    padding-left: 0;
  }
  ul.green-check  li {
    position: relative;
    padding-left: 1.5em;
  }
  ul.green-check  li::before {
    content: '\f14a';  /* FontAwesome code for checkmark */
    font-family: "Font Awesome 5 Free";  /* FontAwesome font family */
    font-weight: 900;  /* FontAwesome font weight */
    font-size: larger;
    position: absolute;
    left: -0;
    top: 50%;
    color: green;
    transform: translateY(-50%);
  }

  .blink_me {
    animation: blinker 1.5s linear infinite;

  }

  ul.tick-list {
    list-style-type: none;
    padding-left: 0;
}

/* Add a custom tick bullet */
ul.tick-list li {
    position: relative;
    padding-left: 25px; /* Space for the tick */
}

ul.tick-list li::before {
    content: '✓'; /* Unicode tick */
    color: green; /* Tick color */
    font-size: 18px; /* Adjust size as needed */
    position: absolute;
    left: 0; /* Position the tick */
    top: 0;
}

  
  @keyframes blinker {
    50% {
      opacity: 0.5;
    }
  }

  .cookie-banner {
    position: fixed;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    text-align: center;
    z-index: 1000;
    display: flex; /* Add this */
    justify-content: center; /* Add this */
    align-items: center; /* Add this */
  }
  
  /* Footer //// */
footer {
    background-color: #d6f0e0;    
}
footer u {
    list-style-type: disc !important;
}
footer li.list-group-item {
    list-style-type: disc !important;
    background-color: inherit;
    padding: 0.1rem 0 !important;
}
footer li.list-group-item a:hover{
    text-decoration: underline !important;
}
footer .list-group-item:first-child {
    padding-top: 0 !important;
}
footer .list-group-item:last-child {
    padding-bottom: 0 !important;
}
footer i.fa-facebook {color: #43609c;}
footer i.fa-twitter {color: #1DA1F2;}
footer i.fa-instagram {color: #C13584;}
footer i.fa-link {color: lightsteelblue;}

footer div.footer-copyright{
    background-color: #393d40;
    color: #f7f7f7;
}


/* //// Footer */

