@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.fcolor_white{
    color: #ffffff!important;;
}

.donate-form-input{
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
}
.donate-form-label {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}














body {
    font-family: 'Quicksand', sans-serif;
    line-height: 1.6;
    color: #000000;
    overflow-x: hidden;
    font-weight: 500;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

header {
    background-color: transparent;
    transition: all 0.4s;
    z-index: 1020;
}

header .navbar-brand img {
    max-height: 50px;
    width: 100%;
}

header .navbar {
    padding: 10px 15px;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item .sub-menu-toggle {
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    padding: 0;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s;
    z-index: -1;
}

.navbar .navbar-collapse .navbar-nav .nav-item:hover .sub-menu-toggle {
    color: #1bb7bc;
}

.navbar .navbar-collapse .navbar-nav .nav-item .sub-menu-toggle span {
    display: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item:hover .sub-menu-toggle:focus {
    outline: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item .sub-menu-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-weight: 600;
    padding: 15px 15px;
    transition: all 0.4s;
    position: relative;
}

.navbar .navbar-collapse .navbar-nav .nav-item.current_page_item .show .nav-link,
.navbar .navbar-collapse .navbar-nav .nav-item.current_page_item .nav-link,
.navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-collapse .navbar-nav .nav-item.current-menu-parent .nav-link {
    color: #1bb7bc;
}

.nav-button-item {
    margin-left: 8px;
}

.nav-link-contact {
    color: #ffffff !important;
    font-weight: 500;
    text-decoration: none;
}

.nav-btn-donate {
    background-color: #1bb7bc;
    color: #ffffff !important;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.2;
}

.nav-btn-currency {
    background-color: #1bb7bc;
    color: #ffffff !important;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.2;
    cursor: pointer;
}

.nav-btn-donate:hover,
.nav-btn-currency:hover {
    background-color: #148a8e;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle .fa-chevron-down {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-toggle i {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.navbar-nav.align-items-center .nav-item {
    display: flex;
    align-items: center;
}

.navbar-nav.align-items-center .nav-link {
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.dropdown-menu.sub-menu {
    background: #1bb7bc;
    border: none;
    border-radius: 10px;
    padding: 0;
    margin-top: 5px;
    min-width: 200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu,
    .dropdown-menu:hover {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
    
    .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        display: block !important;
        transition: opacity 0.15s ease, visibility 0.15s ease;
    }
    
    .dropdown {
        position: relative;
    }
    
    .dropdown::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 10px;
        background: transparent;
        z-index: 999;
    }
}

.dropdown-item {
    color: #ffffff !important;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: transparent;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.dropdown-item:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.currency-dropdown {
    background: #1bb7bc;
    border: none;
    border-radius: 10px;
    padding: 0;
    margin-top: 5px;
    min-width: 80px;
    width: auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.currency-dropdown .dropdown-item {
    color: #ffffff !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 991.98px) {
    .mobile-currency-dropdown .currency-dropdown {
        min-width: 60px;
        width: auto;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }
}

header.headerFix {
    box-shadow: 0rem 0.1rem 0.3rem rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
}

header.headerFix .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #333333;
}

header.headerFix .navbar .navbar-collapse .navbar-nav .nav-item .nav-link-contact {
    color: #333333 !important;
}

header.headerFix .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #1bb7bc;
}

header.headerFix .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link-contact {
    color: #1bb7bc !important;
}

@media screen and (min-width: 992px) {
    header .navbar {
        padding: 10px 0;
    }
}

.currencyswitchercontainer select {
    background-color: #1bb7bc;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
}

.navbar-toggler {
    border: none;
    background: transparent;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    z-index: 1040;
}

.navbar-toggler-icon {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    position: relative;
    transition: all 0.3s ease;
    margin: auto;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #333;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

@media (max-width: 991.98px) {
    header.fixed-top .navbar-toggler-icon,
    header.fixed-top .navbar-toggler-icon::before,
    header.fixed-top .navbar-toggler-icon::after {
        background: #333333;
    }
    .navbar-nav.align-items-center .nav-item{
        display: block;
    }
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg) translate(5px, 6px);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg) translate(5px, -6px);
}


.hero-banner-slider {
    position: relative;
}

.hero-banner-slider .banner-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slider-wrap img {
    min-height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.banner-caption h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-caption p {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-btn .btn {
    margin: 10px 15px 10px 0;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.banner-btn .btn-primary {
    background: #1bb7bc;
    border: 2px solid #1bb7bc;
    color: #ffffff;
}

.banner-btn .btn-primary:hover {
    background: #148a8e;
    border-color: #148a8e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(27, 183, 188, 0.4);
}

.banner-btn .btn-outline-light {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.banner-btn .btn-outline-light:hover {
    background: #ffffff;
    color: #333333;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
    .hero-banners .slick-slider .slick-dots {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0;
    }
    
    .banner-caption h1 {
        font-size: 1.7rem;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .banner-caption p {
        font-size: 1.1rem;
        text-align: left;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .banner-btn {
        text-align: left;
    }
    
    .banner-btn .btn {
        display: inline-block;
        width: 45%;
        margin: 10px auto;
        text-align: center;
    }
}

.statistics-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1bb7bc, #26c5ca);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.stat-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1bb7bc;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 1.1rem;
    color: #666666;
    font-weight: 500;
}

.about-section {
    padding: 20px 0;
}

.about-image img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.8;
}

.about-features {
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
}

.feature-item i {
    font-size: 1.2rem;
    margin-right: 15px;
    color: #1bb7bc;
}

.feature-item span {
    font-size: 1rem;
    color: #666666;
    font-weight: 500;
}

.donation-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.donation-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.donation-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.donation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.donation-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.donation-card .card-content {
    padding: 25px;
}

.donation-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.donation-card p {
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.progress {
    height: 8px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #1bb7bc, #26c5ca);
    transition: width 0.6s ease;
}

.donation-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.donation-meta .raised {
    color: #1bb7bc;
    font-weight: 600;
}

.donation-meta .goal {
    color: #666666;
}

.btn {
    border-radius: 25px !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-family: 'Quicksand', sans-serif !important;
}

.btn-primary {
    background-color: #1bb7bc !important;
    color: #ffffff !important;
    border: 2px solid #1bb7bc !important;
}

.btn-primary:hover {
    background-color: #148a8e !important;
    border-color: #148a8e !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(27, 183, 188, 0.3) !important;
    text-decoration: none !important;
}

.btn-secondary {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #000000 !important;
}

.btn-secondary:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.btn-outline-primary {
    border: 2px solid #1bb7bc !important;
    color: #1bb7bc !important;
    background: transparent !important;
}

.btn-outline-primary:hover {
    background-color: #1bb7bc !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-outline-light {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

.btn-outline-light:hover {
    background-color: #ffffff !important;
    color: #333333 !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.btn-dark {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #000000 !important;
}

.btn-dark:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.btn-block {
    width: 100%;
}

.animal-categories {
    padding: 100px 0;
    background: #f8f9fa;
}

.animal-categories h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.animal-categories h5 {
    color: #666666;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.1rem;
}

.animal-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.animal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.animal-icon {
    margin-bottom: 25px;
}

.animal-icon i {
    color: #1bb7bc;
}

.animal-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.animal-card p {
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.success-stories {
    background: #ffffff;
    padding: 100px 0;
}

.success-stories h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.success-stories h5 {
    color: #666666;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.1rem;
}

.story-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.story-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.story-card .card-content {
    padding: 20px;
}

.story-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.story-card p {
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 0.9rem;
}

.btn-sm {
    padding: 8px 20px !important;
    font-size: 0.9rem !important;
    border-radius: 20px !important;
}

.celebrity-section {
    padding: 80px 0;
}

.celebrity-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.celebrity-item {
    padding: 30px 20px;
    text-align: center;
}

.celebrity-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #1bb7bc;
    border-radius: 50%;
}

.celebrity-item h5 {
    color: #333333;
    font-weight: 600;
    margin: 20px 0 10px;
}

.celebrity-item p {
    color: #666666;
    font-style: italic;
    line-height: 1.6;
}

.testimonials {
    background: #f8f9fa;
    padding: 80px 0;
}

.testimonials h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.testimonial-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin: 0 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
    margin-bottom: 25px;
}

.testimonial-content p {
    color: #666666;
    font-style: italic;
    line-height: 1.7;
    font-size: 1rem;
}

.testimonial-item h5 {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.rating {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.rating i {
    font-size: 1rem;
}

.text-warning {
    color: #ffc107 !important;
}

.footer-section {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 30px;
}

.footer-logo {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-widget h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.footer-widget p {
    color: #bdc3c7;
    line-height: 1.7;
    margin-bottom: 20px;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #34495e;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s ease;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

.social-links a:hover {
    background: #1bb7bc;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(27, 183, 188, 0.4);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #1bb7bc;
    padding-left: 5px;
}

.contact-info p {
    margin-bottom: 10px;
    color: #bdc3c7;
}

.contact-info i {
    width: 20px;
    color: #1bb7bc;
}

.btn-floating {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    background: #1bb7bc;
    border: none !important;
    color: #ffffff;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(27, 183, 188, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    outline: none !important;
}

.btn-floating.show {
    opacity: 1;
    visibility: visible;
    width: 55px;
    padding: 10px 20px !important;
}

.btn-floating:hover {
    background: #148a8e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(27, 183, 188, 0.5);
}

.btn-floating:focus {
    outline: none !important;
    box-shadow: 0 5px 15px rgba(27, 183, 188, 0.4) !important;
}

.about-section {
    padding: 20px 0;
    background-color: #ffffff;
}

.section-title {
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #1bb7bc;
}

.section-subtitle {
    color: #666;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.about-video{
    height: 0;
    padding-bottom: calc(100% * 900 / 1600);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.about-video iframe {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;

}

.hp-counter {
    text-align: center;
    margin-top: 25px;
}

.statCounter {
    background-color: #eeeeee;
    border-radius: 15px;
    padding: 40px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    text-align: center;
}

.statCounter:hover {
    transform: translateY(-5px);
}

.statCounter .stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #1bb7bc;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 0;
    line-height: 1;
}

.statCounter .countNum {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

.statCounter h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 15px 0 0 0;
    font-weight: 500;
    line-height: 1.4;
}

.cmn-heading {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    padding-left: 25px;
}

.cmn-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #1bb7bc;
}

.cmn-heading h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
    font-family: 'Quicksand', sans-serif;
}

.cmn-heading .h6 {
    font-size: 1.1rem;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
    text-transform: none;
}

.cmn-heading h2.text-white {
    color: #ffffff !important;
}

.cmn-heading .h6.text-white {
    color: #ffffff !important;
}

.colorfull-div {
    margin-bottom: 30px;
}

.inner-hover-box {
    border-radius: 15px;
    padding: 15px;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.inner-hover-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.inner-hover-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.inner-hover-box h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
    color: white;
}

.inner-hover-box p {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.95);
    flex-grow: 1;
}

.inner-hover-box .btn {
    margin-top: auto;
    border: 2px solid white;
    color: white;
    background: transparent;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.inner-hover-box .btn:hover {
    background: white;
    color: #333;
}

.inner-hover-box .btn i {
    margin-right: 6px;
}

.colorfull-div:nth-child(1) .inner-hover-box {
    background-color: #66d9d4;
}

.colorfull-div:nth-child(2) .inner-hover-box {
    background-color: #2c3e50;
}

.colorfull-div:nth-child(3) .inner-hover-box {
    background-color: #e74c3c;
}

.colorfull-div:nth-child(4) .inner-hover-box {
    background-color: #3498db;
}

.hp-dontions {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
}

.hp-dontions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hp-dontions .container {
    position: relative;
    z-index: 2;
}

.hp-dontions .cmn-heading h2,
.hp-dontions .cmn-heading .h6 {
    color: white;
}

.hp-dontions .cmn-heading::before {
    background-color: #1bb7bc;
}

.hp-dontions h5 {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.dontions-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 20px !important;
    padding: 0px !important;
    backdrop-filter: blur(10px) !important;
    overflow: hidden !important;
    min-height: 320px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.dontions-for {
    flex: 0 0 40% !important;
    display: block !important;
    margin-right: 20px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    align-self: stretch !important;
}

.dontions-for img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 15px !important;
}

.dontions-text {
    flex: 0 0 60% !important;
    padding: 20px 40px 20px 0 !important;
    color: #000000 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.dontions-text h4 {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.dontions-text p {
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}

.dontions-text .btn {
    align-self: flex-start !important;
    margin-top: auto !important;
}

.hp-donation-slider {
    position: relative;
}

.hp-donation-slider .slick-dots {
    bottom: -50px;
    text-align: center;
}

.hp-donation-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.hp-donation-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.hp-donation-slider .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease;
}

.hp-donation-slider .slick-dots li.slick-active button:before {
    background-color: white;
}

.hp-donation-slider .slick-dots li button:hover:before {
    background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991.98px) {
    header {
        background-color: #ffffff !important;
    }
    
    header .navbar {
        position: relative;
    }
    
    .navbar-brand {
        position: relative;
        z-index: 1030;
    }
    
    .btn-donations-list{
        width:45%!important;
        text-align: center;
    }

    .mobile-currency-dropdown {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 15px;
        z-index: 1030;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .navbar-collapse .nav-item.nav-button-item.dropdown {
        display: none !important;
    }
    
    .mobile-currency-dropdown .nav-btn-currency {
        background-color: #1bb7bc;
        color: #ffffff !important;
        border-radius: 25px;
        padding: 6px 10px;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        width: auto;
        min-width: 0;
        text-align: center;
    }
    
    .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #fff !important;
    }
    
    .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
        color: #1bb7bc !important;
    }
    
    .hero-banners {
        margin-top: 70px;
    }
    
    .slider-wrap img {
        height: 450px !important;
        object-fit: cover;
    }
    
    .hero-banner-slider .slick-dots {
        bottom: 15px !important;
        z-index: 10;
        position: absolute;
        display: flex !important;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        left: 0;
        right: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
        text-align: center;
    }
    
    .hero-banner-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    
    .hero-banner-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 12px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    
    .hero-banner-slider .slick-dots li.slick-active button:before {
        color: #1bb7bc;
        opacity: 1;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    }
    
    .animal-categories,
    .success-stories {
        padding: 60px 0;
    }
    
    .animal-categories h2,
    .success-stories h2 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    
    .animal-categories h5,
    .success-stories h5 {
        font-size: 1rem;
        margin-bottom: 40px;
    }
    
    .animal-card,
    .story-card {
        margin-bottom: 20px;
        padding: 30px 20px;
    }
    
    .btn {
        padding: 10px 25px !important;
        font-size: 1rem !important;
        margin-bottom: 20px;
        font-weight: 600!important;
        width: 96%;
    }
    
    .btn-sm {
        padding: 8px 18px !important;
        font-size: 0.85rem !important;
    }
}

@media (max-width: 768px) {
    .dontions-wrap {
        flex-direction: column !important;
        min-height: auto !important;
        padding: 0px !important;
    }
    
    .dontions-for {
        flex: 1 1 auto !important;
        margin-right: 0 !important;
        margin-bottom: 0px !important;
        height: 350px !important;
        width: 100% !important;
    }
    
    .dontions-text {
        flex: 1 1 auto !important;
        padding: 15px !important;
        width: 100% !important;
        text-align: left;
    }
    
    .dontions-text-btn {
        width: 45% !important;
        text-align: center;
    }
    
    .dontions-text h4 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    
    .dontions-text p {
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .animal-categories h2,
    .success-stories h2 {
        font-size: 1.8rem;
    }
    
    .animal-card,
    .story-card {
        padding: 25px 15px;
    }
    
    .animal-card h4 {
        font-size: 1.3rem;
    }
    
    .story-card h3 {
        font-size: 1.1rem;
    }
}

.hp-success-story {
    background-color: #e1feff;
    padding: 60px 0;
}

#successStorySlider.slick-slider .slick-dots{
    margin-top: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    list-style: none;
}

#successStorySlider.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

#successStorySlider.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#successStorySlider.slick-slider .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    transition: background-color 0.3s ease;
}

#successStorySlider.slick-slider .slick-dots li.slick-active button:before {
    background-color: #1bb7bc;
}

#successStorySlider.slick-slider .slick-dots li.slick-active {
    transform: scale(1.2);
}

#successStorySlider.slick-slider .slick-dots li button:hover:before {
    background-color: rgba(27, 183, 188, 0.7);
}

.hp-success-story .hp-story-wrap {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .hp-success-story #successStorySlider.row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .hp-success-story #successStorySlider .hp-story-wrap {
        display: flex;
        flex-direction: column;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.hp-success-story .story-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border-bottom: 3px solid #1bb7bc;
    text-align: left;
}

.hp-success-story .story-box .story-img {
    overflow: hidden;
    height: 175px;
    position: relative;
    background-color: #767676;
}

.hp-success-story .story-box .story-img img {
    transition: all 0.4s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 175px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hp-success-story .story-box:hover .story-img img {
    transform: scale(1.1);
}

.hp-success-story .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.hp-story-wrap {
    flex: 0 0 25%;
    max-width: 25%;
}

@media screen and (max-width: 768.98px) {
    .hp-success-story .story-box .story-text h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
    }
    .hp-success-story .story-box .story-text {
        min-height: 165px;
        font-size: 14px;
    }
    .hp-story-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp-success-story{
        padding: 30px 0;
    }
    .hp-success-btn{
        width: 45%;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .hp-story-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.hp-testimonials{
    position: relative;
    padding: 60px 0;
}
.hp-testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.hp-testimonials .container {
    position: relative;
    z-index: 1;
}
.hp-testimonials .cmn-heading {
    border-color: #ffffff;
    color: #ffffff;
}
.hp-testimonials .cmn-heading h2 {
    color: #ffffff;
}
.hp-testimonials .cmn-heading .h6 {
    color: #ffffff;
}
.hp-testimonials .testimonial-slider .testimonial-items {
    color: #ffffff;
    background-color: #101010;
    position: relative;
    padding: 20px;
    min-height: 270px;
    border-radius: 8px;
    margin: 0 15px;
}
.hp-testimonials .testimonial-slider .testimonial-items .media {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.hp-testimonials .testimonial-slider .testimonial-items .media img {
    max-width: 80px;
    margin-right: 20px;
    border-radius: 5px;
}
.hp-testimonials .testimonial-slider .testimonial-items .media h5 {
    margin-bottom: 5px;
    color: #ffffff;
}
.hp-testimonials .testimonial-slider .testimonial-items .media span {
    font-size: 12px;
    color: #767676;
}
.hp-testimonials .testimonial-slider .testimonial-items .content{
    font-size: 14px;
    font-style: italic;
}
.hp-testimonials .testimonial-slider .testimonial-items::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231bb7bc"><path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h4v10h-10z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.8;
    z-index: 0;
}
.hp-testimonials .testimonial-slider .slick-slide {
    min-height: 385px;
}

@media screen and (min-width: 737px) {
    .hp-testimonials .testimonial-slider .slick-slide {
        margin-right: 15px;
    }
}

.hp-testimonials .testimonial-slider .slick-dots {
    bottom: -60px;
    text-align: center;
    margin-top: 40px;
}

.hp-testimonials .testimonial-slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 15px;
    height: 15px;
}

.hp-testimonials .testimonial-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hp-testimonials .testimonial-slider .slick-dots li.slick-active button {
    background-color: #1bb7bc;
    transform: scale(1.2);
}

.hp-testimonials .testimonial-slider .slick-dots li button:before {
    display: none;
}

.hp-client-logos {
    background-color: #e1feff;
    padding: 20px 0;
    overflow: hidden;
}

.client-logo-slider {
    width: 100%;
    display: flex;
    align-items: center;
}

.client-logo-slider .slick-track {
    display: flex !important;
    align-items: center;
}

.client-logo-slider .logo-items {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 80px;
    outline: none;
}

.client-logo-slider .logo-items img {
    max-width: 150px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 1;
    transition: all 0.3s ease;
}

.client-logo-slider .slick-dots {
    display: none !important;
}

.client-logo-slider .slick-prev,
.client-logo-slider .slick-next {
    display: none !important;
}

footer {
    background-color: #1a1a1a;
    color: #ffffff;
}

.footer-content {
    padding: 40px 0 25px;
}

.footer-content .follow-us {
    flex: 0 0 28%;
    max-width: 28%;
}

.footer-content .info-links,
.footer-content .quick-links {
    flex: 0 0 24%;
    max-width: 25%;
}

.footer-content .contact-info {
    flex: 0 0 24%;
    max-width: 36%;
}

.footer-brand img {
    max-width: 100px;
    height: auto;
    margin-bottom: 12px;
}

.footer-content p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 280px;
}

.footer-content h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-content .list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.follow-us .list-unstyled {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.follow-us .list-unstyled li {
    display: inline-block;
}

.follow-us .list-unstyled li img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.follow-us .list-unstyled li img:hover {
    transform: scale(1.1);
}

.info-links .list-unstyled li,
.quick-links .list-unstyled li {
    margin-bottom: 8px;
}

.info-links .nav-link,
.quick-links .nav-link {
    color: #b3b3b3;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-links .nav-link:hover,
.quick-links .nav-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.contact-info .list-unstyled li {
    margin-bottom: 12px;
    display: block;
}

.contact-info strong {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.contact-info strong i {
    color: #1bb7bc;
    margin-right: 8px;
    font-size: 14px;
}

.contact-info p {
    color: #b3b3b3;
    font-size: 13px;
    margin: 5px 0 0 0;
    line-height: 1.4;
}

.contact-info a {
    color: #1bb7bc;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    font-size: 13px;
}

.contact-info a:hover {
    color: #ffffff;
    text-decoration: none;
}

.contact-info a img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.contact-info a span {
    font-size: 13px;
}

.footer-copy-right {
    background-color: #111111;
    border-top: 1px solid #333333;
    padding: 10px 0;
}

.footer-copy-right small {
    color: #777777;
    font-size: 14px;
}

.footer-copy-right a {
    color: #ffffff;
    text-decoration: none;
}

.footer-copy-right a:hover {
    color: #1bb7bc;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .footer-content .follow-us,
    .footer-content .info-links {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    
    .footer-content .contact-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-content .follow-us,
    .footer-content .info-links,
    .footer-content .contact-info {
        flex: 0 0 50%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .footer-content .follow-us{
        flex: 0 0 100%!important;
    }
    .footer-content .info-links, .footer-content .quick-links{
        flex: 0 0 50%;
        max-width: 100%;
    }
    
    .footer-brand {
        text-align: center;
    }
}

.hp-rescue-video {
    background-color: #f8f9fa;
}

.video-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.hp-rescue-video .cmn-heading h2 {
    color: #000;
    margin-bottom: 15px;
}

.hp-rescue-video .cmn-heading .h6 {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
}

.hp-rescue-video p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .video-frame {
        margin-top: 0px;
    }
}

.dontions-for {
    flex: 0 0 250px;
    margin-right: 30px;
}

.dontions-for img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.dontions-text {
    flex: 1;
}

.dontions-text h4 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.dontions-text p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}

.dontions-text .btn {
    border-radius: 25px;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: #1bb7bc !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 2.5rem;
    }
    
    .banner-content p {
        font-size: 1.1rem;
    }
    
    .banner-buttons .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    
    .stat-item h3 {
        font-size: 2rem;
    }
    
    .statCounter {
        padding: 30px 15px;
    }
    
    .statCounter .stat-number {
        font-size: 2.5rem;
    }
    
    .statCounter h3 {
        font-size: 1.1rem;
        font-weight: 600;
    }
    
    .cmn-heading h2 {
        font-size: 1.3rem;
    }
    
    .cmn-heading::before {
        height: 100%;
    }
    
    .cmn-heading {
        padding-left: 20px;
        margin-bottom: 25px;
    }
    
    .cmn-heading .h6 {
        font-size: 1.2rem;
    }
    
    .inner-hover-box {
        padding: 15px;
        height: 100%;
    }
    
    .inner-hover-box img {
        height: 100%px;
    }
    
    .inner-hover-box h4 {
        font-size: 1rem;
    }
    
    .inner-hover-box p {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    
    .inner-hover-box .btn {
        padding: 6px 12px;
        font-size: 0.85rem;
    }
    
    .dontions-wrap {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .dontions-for {
        flex: none;
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .dontions-for img {
        height: 250px;
    }
    
    .dontions-text h4 {
        font-size: 1.3rem;
    }
    
    .hp-dontions {
        padding: 30px 0;
    }
    
    .about-content h2,
    .donation-section h2,
    .animal-categories h2,
    .success-stories h2,
    .celebrity-section h2,
    .testimonials h2 {
        font-size: 1.3rem;
    }
    
    .donation-card,
    .animal-card,
    .story-card {
        margin-bottom: 30px;
    }
    
    .navbar-nav {
        text-align: center;
    }
    
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #333333;
    }
    
    .banner-slide {
        height: 70vh;
    }
    
    .banner-carousel {
        height: 70vh;
    }
    
    .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu {
        position: static;
        display: block;
        background: #f8f9fa;
        margin-top: 10px;
    }
    
    .navbar .navbar-collapse .navbar-nav .nav-item .sub-menu li a {
        background: transparent;
        color: #333333 !important;
    }
}

@media (max-width: 576px) {
    .banner-content h1 {
        font-size: 2rem;
    }
    
    .banner-content {
        padding: 50px 0;
    }
    
    .stat-icon {
        width: 60px;
        height: 60px;
    }
    
    .stat-icon i {
        font-size: 1.5rem;
    }
    
    .stat-item {
        padding: 20px 15px;
    }
    
    .donation-card .card-content,
    .story-card .card-content {
        padding: 20px;
    }
    
    .animal-card {
        padding: 30px 15px;
    }
}

.hero-banner-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex !important;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero-banner-slider .slick-dots li {
    margin: 0 5px;
}

.hero-banner-slider .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-banner-slider .slick-dots li.slick-active button {
    background: #1bb7bc;
    border-color: #1bb7bc;
}

.hero-banner-slider .slick-prev,
.hero-banner-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0;
}

.hero-banner-slider .slick-prev:hover,
.hero-banner-slider .slick-next:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.hero-banner-slider .slick-prev {
    left: 30px;
}

.hero-banner-slider .slick-next {
    right: 30px;
}

.hero-banner-slider .slick-prev i,
.hero-banner-slider .slick-next i {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.hero-banner-slider .slick-prev:before,
.hero-banner-slider .slick-next:before {
    display: none;
}

@media screen and (max-width: 768px) {
    .hero-banner-slider .slick-prev,
    .hero-banner-slider .slick-next {
        display: none !important;
    }
    
    .hero-banner-slider .slick-dots {
        bottom: 20px;
    }
    
    .hero-banner-slider .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    position: relative;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 4px;
    background: #1bb7bc;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    font-weight: 400;
}

.about-section {
    padding: 80px 0;
}

.about-section .section-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #1bb7bc;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

.make-donation-section .donation-card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.make-donation-section .donation-card:hover {
    transform: translateY(-10px);
}

.make-donation-section .card-img-top {
    height: 200px;
    object-fit: cover;
}

.make-donation-section .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.make-donation-section .card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.donations-section {
    min-height: 600px;
}

.donation-carousel-container {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.donation-slide {
    display: none;
}

.donation-slide.active {
    display: block;
}

.carousel-dots {
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #1bb7bc;
}

.success-stories .story-card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.success-stories .story-card:hover {
    transform: translateY(-5px);
}

.success-stories .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.success-stories .card-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.celebrity-section {
    padding: 80px 0;
}

.celebrity-content .section-subtitle {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
}

.celebrity-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.testimonials .testimonial-item {
    transition: transform 0.3s ease;
}

.testimonials .testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonials .testimonial-header {
    align-items: flex-start;
}

.testimonials .testimonial-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #ddd;
}

.brand-carousel {
    padding: 30px 0;
}

.brand-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand-item {
    flex: 0 0 auto;
    margin: 10px 20px;
}

.brand-logo {
    max-height: 60px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.brand-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.footer-section {
    background-color: #222 !important;
}

.footer-widget h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #1bb7bc;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1bb7bc;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: #148a8e;
    color: white;
    text-decoration: none;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item i {
    margin-top: 3px;
    margin-right: 10px;
}

.contact-label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

header.headerFix .navbar-toggler-icon,
header.headerFix .navbar-toggler-icon::before,
header.headerFix .navbar-toggler-icon::after {
    background: #333;
}

.header-wrapper {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.other-donation-hero {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
}

.other-donation-hero .hero-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 0;
}

.title-section {
    background: white;
    padding: 40px 0;
    text-align: center;
}

.main-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.post-date {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
}

.featured-image {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.donation-message {
    background: white;
    padding: 30px;
    margin: 30px auto;
    max-width: 1000px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.donation-message p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
}

.tax-exempt {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.payment-methods {
    color: #666;
    font-size: 0.95rem;
}

.other-donation-main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.story-section {
    background: #e9ecef;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.story-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.story-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.story-text {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
    
}
.story-text h3{
    font-size: 16px;
}

.other-donation-sidebar {
    padding: 0;
}

.sidebar-section {
    background: white;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
}

.sidebar-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 15px 20px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-content {
    padding: 20px;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
}

.share-btn:hover {
    transform: translateY(-2px);
    color: white;
}

.share-btn.facebook { background: #3b5998; }
.share-btn.twitter { background: #1da1f2; }

.progress-info {
    margin-bottom: 20px;
}

.amount-raised {
    color: #1bb7bc;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.progress-bar-custom {
    height: 10px;
    background: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-fill {
    height: 100%;
    background: #1bb7bc;
    width: 73%;
    border-radius: 5px;
}

.progress-percentage {
    text-align: center;
    font-weight: 600;
    color: #1bb7bc;
    margin-top: 5px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.payment-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 5px;
    background: transparent;
    border: none;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    font-size: 0.8rem;
    font-weight: 500;
}

.payment-btn:hover {
    transform: translateY(-2px);
    color: #333;
}

.payment-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: white;
}

.payment-icon.phonepe { background: #5f259f; }
.payment-icon.gpay { background: #4285f4; }
.payment-icon.bhim { background: #ff6600; }
.payment-icon.others { background: #666; }
.payment-icon.paytm { background: #00baf2; }
.payment-icon.cards { background: #1a73e8; }
.payment-icon.banking { background: #ff6600; }
.payment-icon.gift { background: #e74c3c; }

.donor-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.donor-item:last-child {
    border-bottom: none;
}

.donor-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1bb7bc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    margin-right: 12px;
}

.donor-info h6 {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}

.donor-info small {
    color: #666;
    font-size: 0.8rem;
}

.btn-donate {
    background: #1bb7bc;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    transition: background 0.3s;
}

.btn-donate:hover {
    background: #16a085;
    color: white;
}

.faq-section {
    background: #e9ecef;
    padding: 60px 0;
    margin-top: 60px;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.faq-item {
    background: #555;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    background: #555;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 0.95rem;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    background: #666;
}

.faq-question:focus {
    outline: none;
}

.faq-answer {
    padding: 20px;
    background: white;
    color: #555;
    display: none;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-question i {
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .other-donation-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .main-title {
        font-size: 1.6rem;
    }
    
    .other-donation-sidebar {
        position: relative;
        top: auto;
        margin-top: 30px;
    }
    
    .payment-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    
    .payment-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .payment-btn {
        padding: 10px 5px;
        font-size: 0.75rem;
    }
    
    .btn-donate {
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 1000;
        width: calc(100% - 40px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    }
}

.donate-now-body {
    font-family: 'Quicksand', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.donate-now-hero {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
}

.donate-now-hero .hero-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 0;
}

.btn-donate-header {
    background: #1bb7bc;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-donate-header:hover {
    background: #148a8e;
    color: white;
    text-decoration: none;
}

.donate-now-main-content {
    margin-top: 100px;
    padding: 20px 0;
}

.donation-tabs-nav {
    text-align: center;
    margin-bottom: 20px;
}

.donation-tabs-nav .nav-tabs {
    border: none;
    justify-content: center;
    display: inline-flex;
    background: transparent;
    margin-bottom: 0;
}

.donation-tabs-nav .nav-tabs .nav-item {
    margin-bottom: 0;
}

.donation-tabs-nav .nav-tabs .nav-link {
    border: none;
    color: #666;
    font-weight: 500;
    padding: 12px 24px;
    background: #e9ecef;
    border-radius: 25px;
    margin: 0 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.donation-tabs-nav .nav-tabs .nav-link.active {
    background: #1bb7bc;
    color: white;
}

.donation-tabs-nav .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #1bb7bc;
    background: #f8f9fa;
}

.donation-tabs-nav .nav-tabs .nav-link.active:hover {
    color: white;
    background: #1bb7bc;
}

.donation-tabs {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.donate-wraper {
    padding: 30px;
}

.donate-now-alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.donate-amount-select h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.donate-amount-select h4 span {
    color: #666;
    font-weight: 400;
}

.donate-amount-select .form-control {
    font-size: 24px;
    font-weight: 700;
    color: #1bb7bc;
    text-align: center;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
}

.donate-amount-select .form-control:focus {
    border-color: #1bb7bc;
    box-shadow: 0 0 0 0.2rem rgba(27, 183, 188, 0.25);
}

.donate-amount-select ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.donate-amount-select ul li {
    list-style: none;
}

.donate-amount-select ul li .badge {
    background: #e9ecef;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.donate-amount-select ul li.active .badge,
.donate-amount-select ul li .badge:hover {
    background: #1bb7bc;
    color: white;
}

.donate-now-form-group label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.donate-now-form-control {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.donate-now-form-control:focus {
    border-color: #1bb7bc;
    box-shadow: 0 0 0 0.2rem rgba(27, 183, 188, 0.25);
}

.donate-now-custom-select {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
}

.donate-now-custom-select:focus {
    border-color: #1bb7bc;
    box-shadow: 0 0 0 0.2rem rgba(27, 183, 188, 0.25);
}

.donate-now-custom-control-label {
    font-weight: 500;
    color: #333;
}

.donate-now-custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1bb7bc;
    border-color: #1bb7bc;
}

.donate-now-total-amount {
    color: #1bb7bc;
    font-weight: 700;
}

.donate-now-btn-primary {
    background: #1bb7bc;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.donate-now-btn-primary:hover {
    background: #148a8e;
    transform: translateY(-2px);
}

.donate-now-amounterror {
    color: red;
    font-size: 14px;
    font-weight: bold;
    display: none;
}

.donate-now-contact-info p {
    margin-bottom: 8px;
    font-size: 14px;
}

.donate-now-contact-info i {
    width: 15px;
    margin-right: 8px;
}

.donate-now-campaign-header {
    margin-bottom: 15px;
}

.donate-now-campaign-title {
    color: #333;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.donate-now-progress-info {
    margin-bottom: 15px;
}

.donate-now-progress-amount {
    color: #1bb7bc;
    font-size: 14px;
    font-weight: 500;
}

.donate-now-progress-bar {
    height: 6px;
    margin: 8px 0;
    background: #e9ecef;
}

.donate-now-progress-fill {
    width: 73%;
    background: #1bb7bc;
}

.donate-now-progress-percentage {
    color: #1bb7bc;
    font-size: 12px;
    font-weight: 600;
}

.donate-now-alert {
    background: #f8d7da;
    color: #721c24;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
}

.donate-now-form-wrapper {
    background: #e9ecef;
    padding: 30px;
    border: 2px solid #c6c6c6;
    border-radius: 8px;
}

.donate-now-section-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.donate-now-form-label {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.donate-now-form-input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
}

.donate-now-amount-input {
    font-size: 18px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    text-align: center;
}

.donate-now-checkbox-label {
    font-size: 14px;
    color: #333;
}

.donate-now-payment-section {
    margin-bottom: 20px;
}

.donate-now-payment-title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.donate-now-payment-options {
    display: flex;
    flex-wrap: wrap;
}

.donate-now-payment-option {
    text-align: center;
    margin: 5px;
}

.donate-now-payment-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.donate-now-payment-label {
    color: #666;
    font-size: 11px;
    margin-top: 4px;
    display: block;
}

.donate-now-sidebar-section {
    margin-bottom: 20px;
}

.donate-now-section-header {
    background: #e9ecef;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
}

.donate-now-section-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.donate-now-section-content {
    background: white;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.donate-now-donor-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.donate-now-donor-avatar {
    width: 40px;
    height: 40px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.donate-now-donor-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.donate-now-donor-amount {
    font-size: 12px;
    color: #666;
}

@media (max-width: 768px) {
    .donate-now-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .donate-now-main-content {
        margin-top: 80px;
    }
    
    .donate-wraper {
        padding: 20px;
    }
    
    .donation-tabs-nav .nav-tabs .nav-link {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.cats-hero {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
}

.cats-hero .hero-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 0;
}

.cats-gallery-section {
    padding: 80px 0;
    background: #f0f0f0;
}

.cats-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cats-gallery-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px;
    position: relative;
}

.cats-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cats-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cats-gallery-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cats-gallery-item:hover .cats-gallery-overlay {
    opacity: 1;
}

.cats-gallery-overlay .plus-icon {
    color: white;
    font-size: 3rem;
    font-weight: bold;
}

.cats-page .lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}

.cats-page .lg-toolbar {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.cats-page .lg-actions .lg-icon {
    color: #1bb7bc !important;
}

@media (max-width: 768px) {
    .cats-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .cats-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 15px;
    }
    
    .cats-gallery-item img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .cats-hero .hero-title {
        font-size: 2rem;
    }
    
    .cats-gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

#mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991.98px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    .about-section {
        padding: 0;
        margin: 30px 0;
    }

    header.fixed-top {
        background-color: #ffffff !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .navbar-collapse {
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 50px);
        background-color: #212529;
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
        padding: 0;
        overflow-y: auto;
        z-index: 9998;
        box-shadow: -4px 0 12px rgba(0,0,0,0.2);
        display: block !important;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-nav {
        align-items: flex-start !important;
        text-align: left;
    }

    .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .navbar-nav .nav-link {
        color: #f8f9fa !important;
        padding: 1rem 0.5rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav-button-item {
        padding-top: 1rem;
        border-bottom: none !important;
    }

    .navbar-nav .dropdown > .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 1.5rem;
        margin-top: 0;
        display: none;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff !important;
        padding: 0.75rem 1rem;
        font-size: 0.9em;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #1bb7bc !important;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-nav .dropdown-toggle .fa-chevron-down {
        transition: transform 0.3s ease;
    }
    
    .navbar-nav .dropdown-toggle.active .fa-chevron-down {
        transform: rotate(180deg);
    }
}
@media (max-width: 991.98px) {
    .navbar-collapse .dropdown-menu.sub-menu {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        display: none;
        margin-top: 5px;
        background-color: #1a1a1a !important;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .navbar-collapse .dropdown-menu.sub-menu.show {
        display: block !important;
    }

    .navbar-collapse .dropdown-item {
        color: #fff !important;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background-color: transparent;
    }

    .navbar-collapse .dropdown-item:last-child {
        border-bottom: none;
    }

    .navbar-collapse .dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        color: #1bb7bc;
    }
    .hp-rescue-video p {
        color: #000000;
        line-height: 1.5;
        margin-bottom: 15px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
  .make-donation-section #featCampSlider.row {
    display: flex;
    flex-wrap: wrap;
  }
  .make-donation-section #featCampSlider .col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .make-donation-section .colorfull-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
  }
  .make-donation-section .inner-hover-box {
     flex-grow: 1;
     display: flex;
     flex-direction: column;
  }
  .make-donation-section .inner-hover-box p {
     flex-grow: 1;
  }
}

.make-donation-section .slick-slide {
  padding: 0 10px;
  height: auto !important;
}

.make-donation-section .slick-list {
    padding-bottom: 0px;
}

.make-donation-section .slick-dots {
    position: absolute; 
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.make-donation-section .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.make-donation-section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.make-donation-section .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease;
}

.make-donation-section .slick-dots li.slick-active button:before {
    background-color: #1bb7bc;
}

.make-donation-section .slick-dots li button:hover:before {
    background-color: rgba(27, 183, 188, 0.7);
}

.donation-slider-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.donation-slider-dots li {
    transition: all 2s ease;
}

.donation-slider-dots li.slick-active {
    transform: scale(1.2);
}

@media (max-width: 991px) {
    #successStorySlider.slick-slider {
        margin: 0 -10px;
        padding-bottom: 40px;
    }
    
    #successStorySlider.slick-slider .slick-list {
        padding: 15px 0;
    }
    
    #successStorySlider.slick-slider .hp-story-wrap {
        padding: 10px;
    }
    
    #successStorySlider.slick-slider .slick-dots {
        bottom: 0;
        position: absolute;
    }
}
.lg-toolbar .lg-icon, .lg-counter{
    color:#fff!important;
}


/* Who we are start */
.cmn-sections.vission-wrap,
.cmn-sections.mission-wrap {
    padding-top: 0;
}

.cmn-sections .cmn-bg-overlay {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 300px;
}

.cmn-sections .cmn-contet-wrap {
    padding: 24px;
    margin: 15px 0;
    color: #fff;
    border-radius: 10px;
}

.cmn-contet-wrap .cmn-heading {
    border-color: #ffffff;
}

.cmn-contet-wrap ul {
    padding-left: 15px;
}

.cmn-contet-wrap ul li {
    list-style-type: disc;
}

.cmn-sections.about-us-wrap .cmn-bg-overlay {
    left: 0;
}

.cmn-sections.about-us-wrap .cmn-contet-wrap {
    background-color: rgba(0, 0, 0, 0.8);
}

.cmn-sections.mission-wrap .cmn-bg-overlay {
    right: 0;
}

.cmn-sections.mission-wrap .cmn-contet-wrap {
    background-color: rgba(27, 183, 188, 0.8);
}

.cmn-sections.vission-wrap .cmn-bg-overlay {
    left: 0;
}

.cmn-sections.vission-wrap .cmn-contet-wrap {
    background-color: rgba(248, 96, 72, 0.8);
}

@media screen and (min-width: 992px) {
    .cmn-sections .cmn-bg-overlay {
        width: 60%;
    }

    .cmn-sections .cmn-contet-wrap {
        margin: 70px 0;
    }
}

@media screen and (min-width: 736px) {
    .cmn-sections .cmn-contet-wrap {
        padding: 50px;
    }

    .cmn-sections .cmn-bg-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        min-height: 450px;
        background-position: center top;
    }
}
/* About us end here */


/* Our Team CSS */
.our-team .media {
    padding: 15px;
    background: #efefef;
    border-radius: 8px;
    align-items: center;
    box-shadow: 2px 2px 4px 0px rgba(94, 94, 94, 0.5);
}

.our-team .media img {
    border-radius: 8px;
}

.our-team .media .team-img {
    flex: 0 0 40%;
    max-width: 40%;
}

.our-team .media .team-info {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
}

.our-team .media .team-info h5 {
    margin-bottom: 0;
    color: #1bb7bc;
}

.our-team .media .team-info span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.our-team .media .team-info a {
    margin-top: 5px;
}

@media screen and (min-width: 1100px) {
    .our-team .media .team-info {
        padding: 24px;
    }
}
img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
/* our team end here */

/* Custom Css */
.cmn-inner-page-banner {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.cmn-inner-page-banner .banner-caption {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0;
    min-height: 130px;
    z-index: 0;
}

.cmn-inner-page-banner.inner-detail-page .banner-caption {
    min-height: 270px;
}

.cmn-inner-page-banner .date-time {
    color: #c5c5c5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media screen and (min-width: 992px) {
    .cmn-inner-page-banner .banner-caption {
        align-items: flex-end;
        min-height: 300px;
    }
    .cmn-inner-page-banner.inner-detail-page .banner-caption{
        min-height: 450px;
    }    
}
@media screen and (max-width: 450px) {
.cmn-inner-page-banner{
    margin-top:70px!important;
}
}



/* Common Details Pages  CSS */
.cmn-detail-page-wrap {
    padding: 15px;
    background-color: #dee2e6;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cmn-detail-page-wrap .descriptions img {
    margin-bottom: 15px;
    border-radius: 8px;
}

.cmn-detail-page-wrap .descriptions p:last-child {
    margin-bottom: 0;
}

.cmn-detail-page .descriptions ul {
    padding-left: 20px;
}

.cmn-detail-page .descriptions ul li {
    list-style-type: disc;
}
@media screen and (min-width: 767px) {
    .cmn-detail-page-wrap {
        padding: 24px;
        margin-bottom: 20px;
    }

    .cmn-detail-page .descriptions ul {
        padding-left: 30px;
    }

    .donate-amount-select ul li+li {
        margin-left: 8px;
    }

    .btn-primary,
    .btn-outline-primary,
    .btn-secondary,
    .btn-outline-secondary,
    .btn-outline-light {
        padding: 12px 20px;
    }
}

.video-frame img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}

/* Success Story */
.success-story {
    background-color: #e1feff;
}
.success-story .story-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border-bottom: 3px solid #1bb7bc;
}
.success-story .story-box .story-img{
    overflow: hidden;
}
.success-story .story-box .story-img img{
    transition: all 0.4s;
}
.success-story .story-box:hover .story-img img{
    transform: scale(1.1);
}
/* Success story end */

/* Common Sidebar CSS */
.sidebar-header {
    padding: 15px;
    background-color: #dee2e6;
    border-radius: 5px 5px 0 0;
}

.sidebar-header h4 {
    font-size: 17px !important;
    margin: 0;
}

.cmn-sidebar {
    border-radius: 0 0 5px 5px;
}

.cmn-sidebar .media {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    align-items: center;
}

.cmn-sidebar .media:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.cmn-sidebar .media .thumb-img {
    flex: 0 0 30%;
    max-width: 30%;
    border-radius: 5px;
    overflow: hidden;
}

.cmn-sidebar .media .thumb-img img {
    width: 100%;
}

.cmn-sidebar .media .media-body {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
}

.cmn-sidebar .media .media-body span {
    font-size: 13px;
    color: #a7a7a7;
    display: block;
}

.cmn-sidebar .media .media-body .h5,
.cmn-sidebar .media .media-body h5 {
    margin-bottom: 0px;
    display: block;
    font-size: 15px!important;
}

.cmn-sidebar .payment-option .pay-upi {
    text-align: center;
    margin-right: 20px;
}

.cmn-sidebar .payment-option .pay-upi:last-child {
    margin-right: 0;
}

.cmn-sidebar .payment-option .pay-upi small {
    display: block;
    margin-top: 5px;
}

/* Gallery images */
a {
    display: inline-block;
    color: #101010;
    text-decoration: none;
}
@media screen and (min-width: 992px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}
a:hover{
    color:#1bb7bc;
    text-decoration: none;
}
a,
img {
    outline: none;
}

a:focus,
a:active,
img:focus,
img:active {
    outline: none;
    border: none;
    outline:none!important;

}



.masonry-gallery {
    background-color: #efefef;
}

.masonry-gallery .outer-box {
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 0px rgba(94, 94, 94, 0.5);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.masonry-gallery .outer-box span {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.masonry-gallery .outer-box img {
    transition: all 0.4s;
}

.masonry-gallery .outer-box:hover img {
    transform: scale(1.1);
}

.masonry-gallery .outer-box h4 {
    margin-bottom: 0px;
}

.masonry-gallery .grid {
    position: relative;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 30px;
    height: 100%;
    position: relative;
}

.masonry-gallery .grid .masonry-entry {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 0px rgba(94, 94, 94, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.masonry-gallery .grid .masonry-entry img {
    border-radius: 5px;
}

.masonry-gallery .grid .masonry-entry a {
    position: relative;
    overflow: hidden;
}

.masonry-gallery .grid .masonry-entry a::after {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 5px;
    transform: scale(0);
    transition: all 0.4s;
}

.masonry-gallery .grid .masonry-entry a:hover::after {
    transform: scale(1);
}

@media all and (min-width: 736px) {
    .masonry-gallery .grid {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media all and (min-width: 1024px) {
    .masonry-gallery .grid {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .masonry-gallery .grid .masonry-entry {
        padding: 15px;
        margin-bottom: 30px;
    }
}

/* Gallery Plugin CSS */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
 * Remove all paddings around the image on small screen
 */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Contact US start here */

.contact-us .cmn-wrap {
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f5f5f5;
}

.contact-us .cmn-wrap .icon-span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #1bb7bc;
}

.contact-form {
    background-color: #f5f5f5;
}
.video-frame,
.map-frame {
    height: 0;
    padding-bottom: calc(100% * 900/1600);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video-frame iframe,
.video-frame img,
.map-frame iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}