/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




:root {
  --primary: #BF0A30;
  --secondary: #002868;
  --black: #000;
  --light-black: #1F1F1F;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
    margin: 0 0 1rem;
}
a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
ul.slick-dots {
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: -5% !important;
    z-index: 9;
}

ul.slick-dots li {
    background: #BC8F8F;
    border-radius: 5px !important;
    width: 1rem;
    height: 5px;
    opacity: 0.2;
}

ul.slick-dots li.slick-active {
    background: var(--primary);
    width: 4rem !important;
    opacity: 1;
}

ul.slick-dots button {
    display: none;
}
@media (max-width: 767px) {
    p#breadcrumbs {
        font-size: 14px !important;
    }
}

/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
@media (max-width: 767px) {
    .section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}


.swiper-pagination {
    display: none;
    margin-top: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 5px !important;
    transition: var(--transition);
    border-radius: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
    width: 4rem !important;
    border-radius: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #BC8F8F;
}
@media (max-width: 767px) {
    .elementor-swiper-button {
        display: none !important;
    }
    .swiper-pagination {
        display: block;
    }
}

.elementor-heading-title span {
    color: var(--primary);
}



.primary-btn a {
    background: var(--secondary) !important;
    padding: 20px 52px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
}
.primary-btn a:hover {
    background: var(--primary) !important;
}

@media (max-width:767px) {
    .primary-btn a {
        padding: 16px 33px;
        font-size: 14px;
    }
}

@media (min-width:992px) {
    .bg-fixed {
        background-attachment: fixed;
    }
    

}

/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* ===============================
	HEADER STYLES START  
==================================*/
.header-main {
    position: absolute;
    top: 0;
    z-index: 9;
}

.elementor-nav-menu .sub-arrow {
    font-size: 10px;
}
.elementor-button svg {
    width: 25px !important;
}
.elementor-button:hover svg path {
    fill: var(--primary) !important; 
}
@media (max-width: 767px) {
    .elementor-button svg {
        width: 20px !important;
    }
}

/* ===============================
	HEADER STYLES END  
==================================*/


/* ===============================
	HOME CSS STYLES START  
==================================*/



@media (min-width: 1200px) {
    .our-sponsors {
        position: absolute;
        bottom: 170px;
        left: -70px;
    }
    .healthcare-access-box {
        position: absolute;
        bottom: 70px;
        left: -100px;
        max-width: 400px !important;
    }
    .hand-shape:after {
        position: absolute;
        content: '';
        background-image: url(https://ah.dev-version.com/vettovetwinderchapter/wp-content/uploads/2026/03/hand-shape.webp);
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 370px;
        height: 270px;
        left: 0;
        bottom: 0;
    }
    .why-choose-heart { 
        position: absolute;
        top: 15%;
        left: -5%;
    }
}


.why-choose-heart {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #fff;
}
@media (max-width: 767px) {
    .why-choose-heart {
        margin-top: -150px;
    }
}

/*DONATION CARD GIVE WP PLUGIN STYLE START */

.donation-cards .give-campaigns-component-campaign {
    border: 1px solid #C4C4C4;
    padding: 20px 20px 0px;
    border-radius: 28px;
    box-shadow: unset;
}

.donation-cards .give-campaigns-component-campaign-image {
    min-height: 245px;
    border-radius: 24px;
    margin: 0 0 20px;
}

.donation-cards  .give-campaigns-component-campaign-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1em;
    color: #253D4E;
}

.donation-cards  .give-campaigns-component-campaign-description {
    color: #363535;
}

.donation-cards .give-campaigns-component-campaign__goal {
    margin: 20px 0 0;
}

.donation-cards .give-campaigns-component-campaign__goal-progress-bar {
    background: var(--primary);
}

.donation-cards .give-campaigns-component-campaign__goal-container-item span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #66666D;
}

.donation-cards .give-campaigns-component-campaign__goal-container-item strong {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    color: #253D4E;
    font-weight: 500;
}

/*DONATION CARD GIVE WP PLUGIN STYLE END */

.donate-form-width .givewp-donation-form__steps {
    max-width: 100% !important;
}
button.givewp-donation-form-modal__close svg path {
    stroke: #fff;
}
.root-data-givewp-embed button {
    padding: 20px 30px !important;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}
@media (max-width: 767px) {
    .root-data-givewp-embed button {
        padding: 16PX 20px !important;
        font-size: 14px !important;
        letter-spacing: 1px !important;
        width: 100% !important;
    }
}
.root-data-givewp-embed button:hover {
    background: #fff;
    color: #BF0A30 !important;
}


@media (max-width: 767px) {
    .donation-cards .give-campaigns-component-campaign-title {
        font-size: 26px;
    }
    .newsletter .elementor-size-xl {
        min-height: 60px !important;
    }
}

/* ===============================
	HOME CSS STYLES END  
==================================*/



/* ===============================
	FOOTER STYLES START  
==================================*/

@media (min-width: 1200px) {
    
.footer-main:before {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2026/03/footer-img-left.webp');
    background-repeat: no-repeat;
    width: 398px;
    height: 286px;
    top: unset;
    bottom: 0;
    left: 0;
}
.footer-main:after {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2026/03/footer-img-right.webp');
    background-repeat: no-repeat;
    width: 282px;
    height: 305px;
    top: unset;
    bottom: 0;
    right: 0;
}

}

/* ===============================
	FOOTER STYLES END  
==================================*/

