/* 
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 */


/*  Home image crausal css start 07-08-25*/
.home-cstm-sldr figcaption.elementor-image-carousel-caption h3 {
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 22px;
	color:#454545;
	font-weight: 600;
}
.home-cstm-sldr figcaption.elementor-image-carousel-caption p:nth-child(2) {
    font-weight: 700;
}
.home-cstm-sldr figcaption.elementor-image-carousel-caption p:nth-child(3) {
    display: flex;
    column-gap: 30px;
    justify-content: center;
}

/* end image crousal  css */


.elementor-wrapper.elementor-open-inline {
	height: 537px;
	width: 100%;
}

/* post */
.page-content .post-header-body time {
	color: #DD2B1C;
	text-decoration: none !important;
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	position: relative;
}

.page-content .post-header-body h1 {
	font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 64px;
}


/* Existing styles (unchanged) */
.blog-box {
	display: flex;
}

.blog-card-image {
	height: 220px;
}

.blog-card-image img {
	height: 100%;
	width: 100%;
	border-radius: 20px 20px 0 0;
	clip-path: ellipse(260px 200px at 50% 10%);
}

.blog-card-header {
	height: 72px;
}

.blog-card-content {
    padding: 10px 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

.blog-card-box {
	padding: 10px;
}

.blog-card {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
	background-color: #FF6961;
	border-radius: 20px;
	box-sizing: border-box;
	height: 100%;
}

.blog-card-date {
	font-family: Poppins;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0;
	display: none;
}

.blog-card-title {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #ffffff;
}

.blog-card-excerpt {
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
}

a.blog-card-link {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	text-decoration: none;
}

a.blog-card-link img.read-more-icon {
	width: 13.37px;
	margin-left: 10px;
}

/* Additional Swiper slider styles */
.blog-slider-container {
	width: 100%;
	position: relative;
	padding: 20px 0;
}

.blog-swiper {
	width: 100%;
	overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  height: auto;
  align-items: stretch;
	padding: 10px;
}


.blog-slide {
	width: 100%;
	max-width: 400px;
}

.social-icons span.elementor-icon-list-icon {
    border: 0.74px solid #ffffff;
    padding: 5px !important;
    border-radius: 2.98px;
}

.social-icons svg {
	margin: 0 !important;
}

.social-icons a {
    gap: 4px;
}

/* Swiper pagination styles */
.swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
/*
 // home page hide swiper pagination css comment for temprary 
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #000;
	opacity: 0.3;
	border-radius: 50%;
	margin: 0 4px;
	transition: all 0.3s;
	background-color: #c3c3c3;
	transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #000000;
	width: 116px;
	height: 5px;
    border-radius: 16px;
}
*/
.elementor-custom-embed-play svg {
  display: none !important;
}

.elementor-custom-embed-play {
  background-image: url('https://amasshr.com/wp-content/uploads/2025/07/Group-1000003644.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;       /* Adjust as needed */
  height: 60px;      /* Adjust as needed */
  display: inline-block;
}
/* 
.elementor-custom-embed-play {
  transition: transform 0.3s ease;
}
.elementor-custom-embed-play:hover {
  transform: scale(1.1);
}
 */
/* contact form */

.contact-us input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 10px;
	background-color: transparent;
	border-color: #D9D9D9;
	color: #454545;
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
	padding: 14px 22px;
}

.contact-us input.wpcf7-form-control:focus-visible {
    outline: 1px solid #282828;
}

.contact-us input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #dd2b1c;
    color: #ffffff;
	width: 100%;
}

.contact-us input.wpcf7-form-control.wpcf7-email, input.wpcf7-form-control.wpcf7-tel {
    width: 49.10%;
}

.contact-us input.wpcf7-form-control.wpcf7-email {
	margin-right: 10px;
}
.contact-details p.elementor-icon-box-description {
    word-break: break-word;
}
.contact-details h3.elementor-icon-box-title {
    margin-top: 0;
}

.contact-details .elementor-icon svg path {
  stroke: #454545;
}

.elementor-361 .elementor-element.elementor-element-d359fa7 .gallery-item img {
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
    background-position: top center;
}

.counter-section p.elementor-counter-title {
    text-align: center;
}

.close-comma .alignright {
    margin-top: 10px;
    margin-right: 60px;
}
/* Member Form Start */
form.main-front-member-form {
    padding: 60px 0 40px 0;
}
.main-front-member-form input[type="submit"] {
    background-color: var(--e-global-color-accent);
    color: #fff;
    margin-top: 16px;
}
.main-under-user-form {
    max-width: 450px;
    box-shadow: 1px 4px 6px 0.6px #e5b5c5;
    padding: 20px;
    margin: 0 auto 60px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main-under-user-form h2 {
    margin-bottom: 4px;
}
.main-under-user-form span.designation {
    margin-bottom: 30px;
}
.main-under-user-form p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}
.main-under-user-form * {
    margin-bottom: 8px;
}
	.main-under-user-form p strong, .main-under-user-form p span {
			width: 50% !important;
			display: block;
		}


.main-under-user-form img{
	width: 100%;
}


/* Member Form End */
@media (max-width: 1600px) {
	.ftr-icn span.elementor-icon-list-text {
    word-break: break-all;
}
}

@media (min-width: 768px) {
    .elementor-109 .elementor-element.elementor-element-1ee81ab {
        --width: 35%;
    }
	.elementor-7 .elementor-element.elementor-element-5cf7812 .elementor-icon-box-wrapper {
        text-align: left;
        display: flex;
    }
}




@media (max-width: 1060px) {
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		margin-left: 30px;
	}
}
	

@media (max-width: 806px) {
	 
    .elementor-7 .elementor-element.elementor-element-2ef0e18 {
    margin: -37px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 400px;
	}
	.elementor-7 .elementor-element.elementor-element-2ef0e18 .elementor-icon {
    font-size: 63.63px;
	}
	
	    .elementor-7 .elementor-element.elementor-element-c25e5a6 {
        --width: 80%;
    }
	    .elementor-7 .elementor-element.elementor-element-9ad86f8 .elementor-heading-title {
        font-size: 38px;
    }
	    .elementor-7 .elementor-element.elementor-element-d6bbb2a {
        margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 50px;
    }
		.elementor-7 .elementor-element.elementor-element-d6bbb2a .elementor-heading-title {
        font-size: 38px;
        line-height: 60px;
    }
	    .volunteers-card.e-flex.e-con.e-child {
    	width: 50%;
	}
	.elementor-element.elementor-element-4b64b0b.e-con-full.e-flex.e-con.e-child {
    	height: 380px;
	}
	    .elementor-7 .elementor-element.elementor-element-1bdfdb6 .elementor-icon-box-wrapper {
        display: flex;
        gap: 20px;
    }
	    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset;
        margin-bottom: 0;
    }
	.elementor-7 .elementor-element.elementor-element-1bdfdb6 .elementor-icon-box-title {
    margin-bottom: 0;
	}
}

@media (max-width: 757px) {
	.elementor-7 .elementor-element.elementor-element-9ad86f8 .elementor-heading-title {
        font-size: 30px;
    }
	.elementor-7 .elementor-element.elementor-element-d6bbb2a {
        margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 40px;
    }
	
	.elementor-7 .elementor-element.elementor-element-d6bbb2a .elementor-heading-title {
        font-size: 30px;
        line-height: 50px;
    }
/* 	.elementor-7 .elementor-element.elementor-element-7fabf2e .elementor-heading-title {
        font-size: 18px;
        line-height: 38px;
    } */
	
	.home-cstm-sldr figure.swiper-slide-inner {
    width: 100% !important;
}
	 
}

@media (max-width:575px){
	.contact-us input.wpcf7-form-control.wpcf7-email, input.wpcf7-form-control.wpcf7-tel {
    width: 100%;
}
.home-cstm-sldr figure.swiper-slide-inner img {
    width: 100%;
}
}




