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

/*
    Add your custom styles here
*/


/* GENERAL CSS */
body {
    scroll-behavior: smooth;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
}
.elementor-top-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.marquee-slider {
  overflow: hidden;
  width: 100%;
}
.marquee-slider .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}
.marquee-slider .slide img {
    padding: 0 30px;
    max-width: 220px;
}
.marquee-slider:hover .marquee-track {
  animation-play-state: paused;
}
.marquee-slider .slide {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px;
  white-space: nowrap;
}
.marquee-slider .slide h2 {
  margin: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.share {
	cursor: pointer;
}
.share a{
	pointer-events: none;
	cursor: pointer;
}
.copied-msg {
  opacity: 0;
  transition: 0.3s ease;
}
.copied-msg.show {
  opacity: 1;
}



/* HEADER CSS */
/* .home .header {
	background-color: transparent !important;
} */
.header .inner {
    width: fit-content;
}
.ekit-menu-nav-link .icon {
    color: #7f1b53 !important;
}


/* HOMEPAGE CSS */
.sec1 {
	overflow: hidden;
}
.sec2 .elementor-widget-image-box {
    height: 100%;
}
.sec2 .elementor-image-box-content {
    padding: 0 20px;
}
.sec3 .inner {
    -webkit-box-shadow: inset 0px 0px 100px 70px #000000;
    box-shadow: inset 0px 0px 100px 70px #000000;
}
.sec4 .inner .elementor-widget-text-editor a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    transition: .4s;
}
.sec4 .inner .elementor-widget-text-editor a:hover {
    color: #313131;
}
.sec4 .inner {
    height: 100%;
}
.sec5 .elementor-widget-image-box {
    height: 100%;
}
.sec6 .boxes {
  display: flex;
  width: 100%;
  gap: 10px;
}
.sec6 .box {
  flex: 1;
  transition: flex 0.4s ease;
  overflow: hidden;
  padding: 10px;
}
.sec6 .box.active {
  flex: 7; 
}
.sec6 .boxes.has-active .box:not(.active) {
  flex: 3; 
}
.sec6 .box a {
  display: block;
  height: 100%;
  padding: 5px;
  background: #fff;
  text-decoration: none;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);
}
.sec6 .box img {
    height: 500px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
.sec6 .box h4, .sec6 .box p {
	padding: 0px 10px;
}
.blog-sec .post-items .col-md-6:nth-child(2) a img {
    height: 330px;
}
.blog-sec .post-items .col-md-6 a img {
    object-fit: cover;
    height: 280px;
    object-position: center;
    border-radius: 20px;
}
.test-sec .elementskit-single-testimonial-slider {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%) !important;
    margin: 10px 8px;
}


/* INNER PAGE CSS */
.contact-sec p {
    margin: 0;
}
.contact-sec .in-half p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-sec .in-half p br {
    display: none;
}
.contact-sec .in-half p label {
    width: 49%;
}
.contact-sec .in label {
    width: 100%;
    font-weight: 500;
}
.contact-sec input, .contact-sec textarea {
    border-radius: 50px;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 10px 0 20px;
    padding: 10px 15px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 23%);
}
.contact-sec textarea {
    border-radius: 20px;
    height: 180px;
}
.contact-sec .wpcf7-submit {
    width: 100%;
    background-color: #7f1c53;
    margin: 0;
    text-transform: capitalize !important;
}
.contact-sec .wpcf7-submit:hover {
    background-color: #313131;
}
.contact-sec .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 8px;
}
.faq-sec .elementor-accordion-item {
    border-bottom: 1px solid #d8dbcc !important;
}
.faq-sec1:before {
    content: '';
    background-image: url(https://dropsofmercy.org/wp-content/uploads/2026/01/faq-img1.png);
    height: 100%;
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}
.faq-sec2:before {
    content: '';
    background-image: url(https://dropsofmercy.org/wp-content/uploads/2026/01/faq-img2.png);
    height: 100%;
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}
.faq-sec .inner {
    max-width: 330px;
}
.top-abt .inner {
	height: 500px;
}
.abt-sec3 .inner {
    max-width: 1300px;
    margin: auto;
}
.pro-sec .elementor-image-box-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
	font-family: inherit;
}
.help-sec .inner a {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-family: inherit;
}



/* FOOTER CSS */
.footer-top .tnp.tnp-subscription {
    margin-left: 0;
	max-width: 700px;
}
.footer-top .tnp form {
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.footer-top .tnp form .tnp-field {
    margin: 0;
}
.footer-top .tnp form .tnp-field-email label {
    display: none;
}
.footer-top .tnp form .tnp-field-email {
    width: 100%;
}
.footer-top .tnp form .tnp-field-email input {
    border-radius: 50px;
}
.footer-top .tnp form input.tnp-submit {
    border-radius: 50px !important;
    background-color: #7f1b53;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Lexend Deca';
    text-transform: capitalize;
    height: 47px;
    border: none !important;
}
.footer-top .tnp form input.tnp-submit:hover {
    background-color: #313131;
}


/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	.sec6 .box img {
		height: 400px;
	}
	.marquee-slider .slide img {
		max-width: 180px;
	}
	.top-abt .inner {
		height: 400px;
	}	
}
@media only screen and (max-width: 1024px) {	
	.header .inner1 {
		flex: 1;
	}
	.sec6 .box img {
		height: 300px;
	}
	.blog-sec .post-items .col-md-6 {
		flex: 0 0 33.33%;
	}
	.marquee-slider .slide img {
		max-width: 150px;
	}
	.top-abt .inner {
		height: 300px;
	}	
	.ekit-menu-nav-link .icon {
		color: unset !important;
	}
}
@media only screen and (max-width: 767px) {
	.header {
		border-bottom: 2px solid #7F1B53 !important;
	}
	.sec3 .inner {
		max-width: 300px;
	}
	.blog-sec .post-items .col-md-6 {
		flex: 0 0 100%;
	}
	.blog-sec .post-items .col-md-6 a img {
		height: auto;
	}
	.blog-sec .post-items .col-md-6 .entry-title {
		text-align: center !important;
	}
	.blog-sec .post-items .col-md-6 .post-cat {
		width: 100%;
		justify-content: center;
	}
	.marquee-slider .slide img {
		max-width: 120px;
		padding: 0 20px;
	}
	.contact-sec input, .contact-sec textarea {
		padding: 8px 10px;
		font-size: 14px;
	}
	.contact-sec textarea {
		height: 140px;
	}
	.faq-sec1:before, .faq-sec2:before {
		display: none;
	}
	.top-abt .inner {
		height: unset;
	}	
	.help-sec .inner {
		max-width: 310px;
	}
	footer .center a span {
		text-align: center;
		justify-content: center;
	}
	.footer-top .tnp form .tnp-field-email {
		align-items: center;
		align-content: center;
	}
}
@media only screen and (max-width: 570px) {
/* 	.header .inner {
		width: 100%;
	} */
	.header .inner1 {
		margin-bottom: 15px;
	}
	.header .inner1 .elementor-widget-wrap {
		justify-content: space-between;
	}
	.sec6 .boxes {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sec6 .box {
		width: 100%;
		flex: unset;
		max-width: 310px;
		text-align: center;
	}
	.footer-top .tnp form {
		flex-wrap: wrap;
		background-color: transparent;
		box-shadow: unset;
	}
	.footer-top .tnp form input.tnp-submit {
		font-size: 15px;
		height: auto;
		margin-top: 8px;
	}
	.contact-sec .in-half p label {
		width: 100%;
	}
}


