/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Default header */
.sticky {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}

/* When scrolled */
.sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  z-index: 9999;
}


.sticky.elementor-sticky--effects {
	width: 100% !important;
    background-color: #fff;
    border: 1px solid #fff !important;
    position: fixed;
    box-shadow: 0 4px 40px 0 rgba(193, 31, 62, 0.2);
}

span.dual_col {
    color: #C11F3E;
}

span.dual_col.blue {
    color: #2A5987;
}

.counter-part {
    position: relative;
}

.counter-part::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 72px;
    background-image: url(./images/counter-line.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.counter-part:last-child:after {
    display: none;
}

.service_slider .swiper {
    overflow: visible;
}

.service_slider .swiper .swiper-slide.swiper-slide-duplicate-prev,
.service_slider .swiper .swiper-slide.swiper-slide-prev {
    opacity: 0;
    transition: 0.3s !important;
}

.tesimonial_slider .swiper {
    overflow: visible;
}

.tesimonial_slider .swiper .swiper-slide.swiper-slide-prev {
    opacity: 0;
    transition: 0.3s !important;
}

.tesimonial_slider .swiper .swiper-wrapper .swiper-slide-duplicate-prev {
    position: relative;
}

.tesimonial_slider .swiper .swiper-wrapper .swiper-slide-duplicate-prev::after {
    content: '';
    position: absolute;
    width: 232px;
    height: 279px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    top: 0;
    left: 0;
}

.tesimonial_slider .swiper-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 7px !important;
    border-radius: 30px !important;
    transition: all 0.5s ease !important;
    opacity: 1 !important;
}

.tesimonial_slider .swiper-pagination .swiper-pagination-bullet:hover,
.tesimonial_slider .swiper-pagination .swiper-pagination-bullet:focus,
.tesimonial_slider .swiper-pagination .swiper-pagination-bullet:focus-visible,
.tesimonial_slider .swiper-pagination .swiper-pagination-bullet:focus-within {
    background-color: #C11F3E !important;
}


.tesimonial_slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #C11F3E !important;
    width: 28px !important;

}

.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container input {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #121212;
    text-transform: lowercase;
    padding: 16px 16px 16px 48px;
    background-color: #fff;
    border-radius: 8px;
}

.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container input:hover,
.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container input:focus,
.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container input:focus-visible,
.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container input:focus-within {
    outline: none;
    color: #C11F3E;
}

.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container {
    position: relative;
}

.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container_email::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 15px;
    background: url(./images/mailicon.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container input::placeholder {
    text-transform: capitalize;
    color: #575757;
}

.newsletter_form .elementor-shortcode .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

.newsletter_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    border-radius: 8px;
    padding: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.newsletter_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"]:hover,
.newsletter_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"]:focus,
.newsletter_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"]:focus-visible,
.newsletter_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"]:focus-within {
    outline: none;
    color: #C11F3E;
}

.newsletter_form .elementor-shortcode .gform_confirmation_message {
    color: #fff;
    font-weight: 600;
        color: #C11F3E;
}

.newsletter_form .elementor-shortcode .gform_wrapper.gravity-theme .gform-loader {
    position: absolute;
    right: -30px;
}

.program-loop .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.program-loop .elementor-pagination .page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #F1F1F1;
    color: #575757;
}

.program-loop .elementor-pagination .page-numbers:hover,
.program-loop .elementor-pagination .page-numbers:focus,
.program-loop .elementor-pagination .page-numbers:focus-visible,
.program-loop .elementor-pagination .page-numbers:focus-within {
    background-color: #C11F3E;
    color: #fff;
}

.program-loop .elementor-pagination .page-numbers.current {
    background-color: #C11F3E;
    color: #fff;
}

.program-loop .elementor-pagination .page-numbers.prev:hover,
.program-loop .elementor-pagination .page-numbers.prev:focus,
.program-loop .elementor-pagination .page-numbers.prev:focus-visible,
.program-loop .elementor-pagination .page-numbers.prev:focus-within,
.program-loop .elementor-pagination .page-numbers.next:hover,
.program-loop .elementor-pagination .page-numbers.next:focus,
.program-loop .elementor-pagination .page-numbers.next:focus-visible,
.program-loop .elementor-pagination .page-numbers.next:focus-within {
    background-color: #C11F3E;
}

.program-loop .elementor-pagination .page-numbers.prev:hover svg path,
.program-loop .elementor-pagination .page-numbers.prev:focus svg path,
.program-loop .elementor-pagination .page-numbers.prev:focus-visible svg path,
.program-loop .elementor-pagination .page-numbers.prev:focus-within svg path,
.program-loop .elementor-pagination .page-numbers.next:hover svg path,
.program-loop .elementor-pagination .page-numbers.next:focus svg path,
.program-loop .elementor-pagination .page-numbers.next:focus-visible svg path,
.program-loop .elementor-pagination .page-numbers.next:focus-within svg path {
    fill: #fff;
}

/* ========== faq accordion ========== */

.accordion_wrapper .faq_accordion {
    zoom: 1;
    zoom: 100%;
}

.faq_accordion .e-n-accordion .e-n-accordion-item {
    background-color: #fff;
    box-shadow: 0 5px 17px 5px rgba(221, 221, 221, 0.25);
    border-radius: 10px;
    user-select: none;
    transition: all 0.3s ease;
/*     display: none; */
}

.faq_accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title:hover,
.faq_accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title:focus,
.faq_accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title:focus-visible,
.faq_accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title:focus-within {
    outline: none;
}

.faq_accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2 !important;
}

.faq_accordion .e-n-accordion .e-n-accordion-item[open=""] .e-n-accordion-item-title {
    border-color: transparent !important;
}

.faq_accordion .e-n-accordion .e-n-accordion-item[open=""] .faq_answer {
    margin-top: -10px;
}

/* ========== volunteer form ========== */

.volunteer_application_form .elementor-shortcode .gform_fields {
    grid-row-gap: 25px !important;
    grid-column-gap: 25px !important;
}

.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container input:not([type="submit"]),
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container textarea,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select {
    padding: 22px 30px;
    background-color: transparent;
    border: 1px solid #E2E2E2;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #121212;
    border-radius: 10px;
/*     appearance: none; */
    resize: none;
}
.drop_down_icon select {
	appearance: none;
}

.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container textarea.large {
    height: 169px;
}

.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container input:hover,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container textarea:hover,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select:hover,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container input:focus,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container textarea:focus,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select:focus,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container input:focus-visible,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container textarea:focus-visible,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select:focus-visible,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container input:focus-within,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container textarea:focus-within,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select:focus-within {
    outline: none;
}

.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container input:not([type="submit"])::placeholder,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container textarea::placeholder,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select::placeholder {
    font-size: 16px ;
    font-weight: 400 ;
    font-family: 'Poppins', sans-serif ; 
    color: #121212 ;
}

.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container input:not([type="submit"]) {
    padding: 19px 30px;
}

.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select {
    background-image: url(./images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
}

.volunteer_application_form .elementor-shortcode .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.volunteer_application_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"] {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.volunteer_application_form .elementor-shortcode .gform_wrapper.gravity-theme .gform-loader {
    position: absolute;
    bottom: -20px;
    right: 49%;
    transform: translateX(-20%);
}

.volunteer_application_form .elementor-shortcode .gform_confirmation_message {
    text-align: center;
    font-weight: 600;
        color: #C11F3E;
}
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container .gfield_radio input{
	padding: 10px 10px;
}
/* ======== contact-us ========= */

.volunteer_application_form.contact .elementor-shortcode .gform_fields .ginput_container input:not([type="submit"])::placeholder,
.volunteer_application_form.contact .elementor-shortcode .gform_fields .ginput_container textarea::placeholder,
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select,
.volunteer_application_form .elementor-shortcode .ginput_container_text::placeholder{
    color: #575757 ;
}

.volunteer_application_form.contact .elementor-shortcode .gform_fields .ginput_container input:not([type="submit"]),
.volunteer_application_form .elementor-shortcode .gform_fields .ginput_container select{
    padding-left: 20px;
    padding-right: 20px;
}

.volunteer_application_form.contact .elementor-shortcode .gform_fields .ginput_container textarea.large {
    height: 248px;
    padding-left: 20px;
    padding-right: 20px;
}

.volunteer_application_form.contact .elementor-shortcode .gform_wrapper .gform_footer {
    justify-content: start;
}

.volunteer_application_form.contact .elementor-shortcode .gform_fields {
    grid-row-gap: 20px !important;
    grid-column-gap: 20px !important;
}

.volunteer_application_form.contact .elementor-shortcode .gform_wrapper.gravity-theme .gform-loader {
    position: absolute;
    left: 180px;
    right: unset;
    bottom: 30px;
}

.volunteer_application_form.contact .elementor-shortcode .gform_confirmation_message {
        text-align: start;
        font-weight: 600;
        color: #C11F3E;
    }

.gform_required_legend {
	display: none;
}

@media(max-width:767px) {

    .faq_accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
    margin-top: 6px;
}

    .volunteer_application_form.contact .elementor-shortcode .gform_fields .ginput_container textarea.large {
        height: 168px;
    }

    .volunteer_application_form.contact .elementor-shortcode .gform_footer input[type="submit"] {
        width: 100%;
    }

    .volunteer_application_form.contact .elementor-shortcode .gform_wrapper.gravity-theme .gform-loader {
        position: absolute;
        left: 45%;
        bottom: -20px;
        transform: translateX(-50%);
    }

    .volunteer_application_form.contact .elementor-shortcode .gform_confirmation_message {
        text-align: center;
    }
}

@media(max-width: 880px) {
    .volunteer_application_form .elementor-shortcode .gform_fields {
        grid-row-gap: 18px !important;
        grid-column-gap: 18px !important;
    }
}

/* .volunteer_application_form .elementor-shortcode .gform_fields .ginput_container_select::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background-image: url(./images/arrow.svg);
    background-size: 14px;
    top: 50%;
    right: 30px;
} */

@media(max-width: 767px) {
    /* .notice_points {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
    } */

    .newsletter_form .elementor-shortcode .gform_wrapper.gravity-theme .gform-loader {
        position: absolute;
        bottom: -15px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .counter-part::after {
        display: none;
    }

    .newsletter_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"] {
        padding: 14px;
        font-size: 14px;
    }

    .newsletter_form .elementor-shortcode .gform_fields .gfield .ginput_container input {
        padding: 12px 12px 12px 48px;
        font-size: 14px;
    }
}

@media(max-width: 640px) {
    .volunteer_application_form .elementor-shortcode .gform_wrapper .gform_footer input[type="submit"] {
        width: 100%;
    }
}

@media(max-width:480px) {
    .footer_option {
        width: 100% !important;
    }
}

@media screen and (min-width: 1441px) and (max-width:1600px) {
    html {
        zoom: 85%;
        zoom: 0.85;
    }
	/* Reset zoom only for Elementor Popups */
    .elementor-popup-modal,
    .elementor-lightbox,
    .dialog-type-lightbox {
        zoom: 100% !important;
        zoom: 1 !important;
    }
}

@media screen and (min-width: 1201px) and (max-width:1440px) {
    html {
        zoom: 80%;
        zoom: 0.80;
    }
	body > .elementor-popup-modal,
    body > .dialog-type-lightbox {
        zoom: 100% !important;
        zoom: 1 !important;
    }
/* 	.dialog-type-lightbox {
		zoom: 100%;
		zoom: 1.0;
	} */
}

/* Force iPads at 1024px to use Tablet styles instead of Desktop */
@media only screen and (max-width: 1024px) {
  
  /* Make sure containers don't stretch like desktop */
  .elementor-container {
    max-width: 100% !important;
  }

  /* Optional: Adjust sections to behave like tablet */
  .elementor-section {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* If any widget looks oversized at 1024px, scale it down */
  .elementor-widget {
    max-width: 100% !important;
  }
}
