/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
/* FONT STYLE GUIDE */
/* HEADER */


.menu-btn {
    display: none !important;
}
@media (min-width: 767px) and (max-width: 768px) {
  .elementor-menu-toggle {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  .connect-book {
    display: none !important;
  }
}
@media (max-width: 767px) {
    .menu-btn {
        display: inline-block !important;
    }
}
.menu-btn a {
    border-radius: 50px;
	background: #D6302C !important;
	border: 1px solid #D6302C;
    color: #FFF !important;
	text-align: center;
	line-height: 23.94px;
	padding:10px 24px !important;
	margin: 20px 0 40px 20px;
}
.menu-btn a:hover {
	background: #fff !important;
	border: 1px solid #202024;
    color: #202024 !important;
}
/* .menu-btn a.active {
    background: #fff !important;
    border: 1px solid #202024;
    color: #202024 !important;
} */
.sm-heading {
	font-size: 32px;
	font-weight: 400;
}
.my-slidernav .swiper .swiper-horizontal>.swiper-pagination-bullets, .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -60px !important;
}
/* Events section - starts  */
.events-wrapper {
    max-height: 768px;
    overflow-y: auto;
    padding-right: 6px;
}


.events-wrapper::-webkit-scrollbar {
    width: 1px;  
}

.events-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.events-wrapper::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}

.events-wrapper::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.events-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
}

.event-item:first-child {
    padding-top: 0;
}

.event-item {
    display: flex;
    gap: 34px;
	padding-top:39px;
    padding-bottom:33px;
    border-bottom: 1px solid #A2A2A2;
    align-items: center;
}

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

.event-img img,
.no-img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
/*     background: #eee; */
}

.event-content {
    flex: 1;
}

.event-meta {
    margin: 0;
    color: #959595;
	font-family: "Bricolage Grotesque",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.event-title {
    color: #000;
	font-family: "Bricolage Grotesque",sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:8px;
}
@media (max-width: 1024px) {
	.event-item {
		gap:0px;
		
	}
}
@media (max-width: 767px) {
    .event-title {
        font-size: 28px;
    }
	.event-item {
/* 		gap:0px; */
		flex-wrap: wrap;
	}
	.event-img,
    .event-content {
        width: 100%;
    }
}

/* event section - ends */
/* About page - starts  */
.custom-carousel .swiper-slide {
  width: auto !important;
}

/* .custom-carousel .swiper-wrapper {
  align-items: flex-start !important;
} */

.custom-carousel .swiper-slide-image {
  object-fit: cover;
  display: block;
}

.custom-carousel .swiper-slide[data-swiper-slide-index="0"] img {
  width: 300px;
  height: 350px;
}

.custom-carousel .swiper-slide[data-swiper-slide-index="1"] img {
  width: 300px;
  height: 290px;
}

.custom-carousel .swiper-slide[data-swiper-slide-index="2"] img {
  width: 300px;
  height: 350px;
}

.custom-carousel .swiper-slide[data-swiper-slide-index="3"] img {
  width: 300px;
  height: 350px;
}

.custom-carousel .swiper-slide[data-swiper-slide-index="4"] img {
  width: 300px;
  height: 290px;
}

.custom-carousel .swiper-slide[data-swiper-slide-index="5"] img {
  width: 300px;
  height: 350px;
}
.custom-carousel .swiper-slide[data-swiper-slide-index="6"] img {
  width: 300px;
  height: 290px;
}
/* About page - ends */
/* homepage  */
.my-btn .elementor-button-icon svg {
    width: 24px;
    height: 24px;
}
.my-carousel .swiper-slide-inner {
    pointer-events: none !important;
}

.my-carousel {
    cursor: default;
}
.my-carousel * {
    cursor: default !important;
}

.elementor-slide-button {
    pointer-events: auto !important;
    cursor: pointer !important;
}
.menu-toggle .elementor-menu-toggle {
	margin-top: -10px;
}


.team-img img {
  width: 162px;
  height: 162px;
  object-fit: cover;
	border-radius:200px !important;
}
.team-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 120px;
    justify-items: center;
    text-align: center;
/* 	margin-top: 60px; */
}


.team-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 120px;
    justify-items: center;
	padding-left:38px;
	padding-right:38px;
    text-align: center;
    padding-bottom: 64px;
}

.team-item {
    width: 100%;
}

.member-name{
	color: #000;
	text-align: center;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-top:6px;
	margin-bottom:2px;
}
.member-role{
	color: #333;
	text-align: center;
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0;
}

@media (max-width: 1024px) {
    .team-grid-5 {
        grid-template-columns: repeat(4, 1fr);
		gap: 60px;
    }
}

@media (max-width: 768px) {
    .team-grid-4,
    .team-grid-5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
		padding-left:40px;
		padding-right:40px;
    }
}


@media (max-width: 480px) {
    .team-grid-4,
    .team-grid-5 {
        grid-template-columns: 1fr;
        gap: 40px;
		padding-left:20px;
		padding-right:20px;
    }
}

/* Popup form css starts */

.custom-radio .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 6px;
}

.custom-radio input[type="radio"] {
    margin-left: 6px;
}

.custom-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.custom-checkbox .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-checkbox .elementor-upload-field{
    margin-left: 12px;
}
/* contact form css - starts */
.form-card {
  background: #fff;
  padding: 38px 58px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
/*   max-width: 600px; */
}
.form-row {
  display: flex;
  gap: 20px !important;
}

.half {
  width: 50%;
}
.checkbox input {
    width: 20px;
	height: 20px;
	margin-right: 10px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    border-radius: 6px;
}
.wpcf7-spinner {
    display: none !important;
}
.full {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .full {
    margin-bottom: 34px;
  }
	.half{
		margin-bottom: 34px;
		width: 100%;
	}
}

.checkbox {
margin-top: 18px !important;
margin-bottom: 31px !important;
}
.wpcf7 label {
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  padding: 12px 16px !important;
color: var(--Gray-500, #667085);
	/* Text md/Normal */
font-family: Inter,sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
  border-radius: 8px !important;
border: 1px solid var(--Gray-300, #D0D5DD) !important;
background: #FFF;
/* Shadow/xs */
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.wpcf7 textarea {
  height: 120px;
}
.custom-btn {
border-radius: 50px !important;
border: 1px solid #000 !important;
background: #FFBA00;
display: flex;
width: 99.3% !important;
height: 60px;
padding: 20px 38px;
justify-content: center;
align-items: center;
gap: 10px;
}
.checkbox {
  font-size: 14px;
}
.form-card br {
    display: none !important;
}
.form-card p {
    margin-bottom: 0px !important;
}
#demo{
text-decoration: underline;
text-underline-offset: 3.5px;
}
.checkbox .wpcf7-list-item-label {
	line-height: normal !important;
    position: absolute;
}
.wpcf7 label {
color: #344054;
font-family: Inter,sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.wpcf7-list-item-label {
color: #344054;
font-family: Inter,sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

/* fix CF7 wrapper behavior */
.wpcf7-form-control-wrap {
  display: block;
}

@media (max-width: 768px)  {
.form-card {
  padding: 20px !important;
  }
  .custom-btn { 
        width: 100% !important;
  }
}
@media (max-width: 768px)  {
  .book-app, .book-text {
    display: none;
  }
}
@media (max-width: 768px) {
	.checkbox input {
		    margin-right: 15px !important;
	}
	.form-row{
		display: block !important;
	}
	
	.form-card {
		padding: 30px !important;
	}   
}
.custom-btn:hover  {
  background: #000 !important;
  color: #fff !important;
}
[type=submit]:hover {
	    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}

/* For giving page */
.highlight-giving{
  color: #d95555;
}
.custom-carousel .swiper-wrapper{
  transition-timing-function: linear !important;
}

.custom-carousel .swiper{
  overflow: hidden;
}
.elementor-element.elementor-element-17e322f {
    width: auto !important;
}
.elementor-element.elementor-element-824ffb5 {
    width: auto !important;
}
.elementor-element.elementor-element-26cb49b {
    width: fit-content !important;
}
@media (max-width: 768px) {
  .elementor-element.elementor-element-26cb49b {
    width: fit-content !important;
  }
}
