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

body{
  font-family: var( --e-global-typography-adb5927-font-family ), Sans-serif;
  overflow-x: hidden;
}


/* Image Animation Css */
@media only screen and (min-width: 767px) {
.current_page_parent > a,
.current-page-ancestor > a{
  color: var( --e-global-color-secondary ) !important;
}
.current_page_parent > a .sub-arrow,
.current-page-ancestor > a .sub-arrow{
  fill: currentColor;
}
.current_page_parent > a:after,
.current-page-ancestor > a:after {
    background-color: var(--e-global-color-secondary) !important;
    opacity: 1 !important;
}
.ocimage-hover .e-con.e-child .e-child:first-child, .ocimage-hover .e-con.e-child .e-child:last-child {
    opacity: 0;
    transition: 0.7s ease-in-out;
    pointer-events: none;
    position: absolute;
}
.ocimage-hover .e-con.e-child .e-child:first-child{
    top: 100px;
}
.ocimage-hover .e-con.e-child .e-child:last-child{
    top: -300px;
}
.ocimage-hover > .e-con-inner > .elementor-element:hover > .e-child:first-child, .ocimage-hover > .e-con-inner > .elementor-element:hover > .e-child:last-child {
    transform: translateY(-50%);
    opacity: 1;
    top: 50%;
}
.ocimage-hover .elementor-element .elementor-heading-title, .ocimage-hover .elementor-element .elementor-widget-text-editor{
    transition: 0.7s ease-in-out;
}
.ocimage-hover .elementor-element:hover .elementor-heading-title, .ocimage-hover .elementor-element:hover .elementor-widget-text-editor{
    color: var( --e-global-color-817c804 );
}
}

.ocimage-hover .elementor-element:hover{
    z-index: 2;
    position: relative;
}
.ocimage-hover .e-con.e-child .e-child:first-child{
    left: 0;
}
.ocimage-hover .e-con.e-child .e-child:last-child{
    right: 0;
}


@media only screen and (max-width: 767px) {

header .current_page_parent > a,
header .current-page-ancestor > a{
  color: var( --e-global-color-primary ) !important;
  background-color: var(--e-global-color-f46a780) !important;
}
.elementor-location-footer .current_page_parent > a,
.elementor-location-footer .current-page-ancestor > a{
  color: var( --e-global-color-secondary ) !important;
}
.current_page_parent > a .sub-arrow,
.current-page-ancestor > a .sub-arrow{
  fill: currentColor;
}
.ocimage-hover {
    max-width: 440px;
    margin: 0 auto;
}
.ocimage-hover .e-con.e-child .e-child:first-child, .ocimage-hover .e-con.e-child .e-child:last-child {
    opacity: 1;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
.ocimage-hover .e-con.e-child .e-child:first-child, .ocimage-hover .e-con.e-child .e-child:last-child {
    pointer-events: none;
}
.ocimage-hover .elementor-element .elementor-heading-title, .ocimage-hover .elementor-element .elementor-widget-text-editor{
    color: var( --e-global-color-817c804 ) !important;
}
.ocimage-hover .elementor-widget-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
}
.event-timeline .elementor-sticky.elementor-sticky__spacer {
    display: none;
}
.event-timeline .elementor-sticky--active {
    position: initial !important;
}
}

/* Coman */
.elementor-widget-theme-post-content p a, .e-n-accordion-item p a {
    text-decoration: underline;
    color: inherit;
}
#comments .comment-meta {
    flex-wrap: wrap;
}
.swiper-wrapper .swiper-slide {
    overflow: visible;
    will-change: inherit;
}
.swiper-wrapper .swiper-slide.swiper-slide-prev {
    overflow: hidden;
}
.elementor-field-group.elementor-field-type-submit {
    align-items: center;
}
.blur-bg{
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.elementor-widget-loop-grid .elementor-grid {
    gap: 0;
}
body:not(.blog) .e-loop-item:last-child .post-separator{
    display: none;
}
.elementor-counter .elementor-counter-title, .elementor-counter .elementor-counter-number-wrapper {
    flex: inherit;
}
.elementor-widget-breadcrumbs p > span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.has-drop-cap::first-letter {
    font-size: 3.5em !important;
    line-height: 1;
}
.elementor-widget-theme-post-content p:not(:last-child){
  margin-bottom: 30px;
}
p:last-child{
  margin-bottom: 0;
}
.flip {
  display: inline-block;
  animation: flipY 5s linear infinite;
  transform-style: preserve-3d;
}

@keyframes flipY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.home .elementor-background-video-container {
    transform: scale(1.01);
}

/* Testimonial */
.testimonial-main .elementor-main-swiper {
    margin-right: -350px;
    width: initial !important;
}
.elementor-testimonial {
    display: flex;
    flex-flow: column-reverse;
    padding: 40px 0;
    row-gap: 20px;
}
.elementor-testimonial__text {
    position: relative;
    text-indent: 60px;
}
.elementor-testimonial__icon {
    position: absolute;
    left: 32px;
    top: 22px;
}



/* Contact Us */
.wpcf7-form{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 20px;
}
.form-group label {
  margin-bottom: 10px;
  font-size: 14px;
  color: #E3DAC9;
}
.wpcf7-form p{
    margin-bottom: 0;
}
.wpcf7-form .form-group p .wpcf7-form-control {
    height: 40px;
  background-color: #ffffff21;
  border: none;
  border-bottom: 1px solid #e0d4c1;
  padding: 10px;
  color: #ffffff85;
  border-radius: 0;
  font-size: 16px;
  outline: none;
}
.wpcf7-form .wpcf7-form-control:-ms-input-placeholder { 
  color: #ffffff85;
}
.wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
  color: #ffffff85;
}
.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #ffffff85;
}
.wpcf7-form .wpcf7-form-control::-moz-placeholder {
  color: #ffffff85;
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control:-moz-placeholder {
  color: #ffffff85;
  opacity: 1;
}
.wpcf7-form .form-group select {

  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  background-image: url(images/down-arrow.svg) !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;  
  appearance: none;      
  border: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wpcf7-form .form-group select option {
  background-color: #1f3f3d;
  color: #ffffff;
}
.wpcf7-form .form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.wpcf7-form .form-submit {
  text-align: right;
  position: relative;
  margin-top: 40px;
}
.wpcf7-form .form-submit input[type="submit"] {
  background-color: #E3DAC9;
  color: #1F3F3E;
  border: none;
  padding: 14px 23px;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  white-space: normal;
  transition: background-color 0.3s ease;
}
.wpcf7-spinner {
    position: absolute;
    right: 5px;
    margin: 0 0 0;
    top: 16px;
    width: 15px;
    height: 15px;
}
.wpcf7-spinner::before {
    transform-origin: 5px 5px;
}
.wpcf7-form .form-submit input[type="submit"]:hover {
  background-color: #cbbca6;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    line-height: 1.4;
}
.wpcf7-acceptance .wpcf7-list-item{
  margin: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
    color: #ffffff85;
    border-radius: 0;
    font-size: 16px;
}
/* Comment Form */
.elementor-background-video-container {
    margin-top: -1px;
}
.comment-form label {
    font-size: 14px;
    margin-bottom: 11px;
    color: #1F3F3E;
    font-weight: 500;
}
.comments-area .comment-form input[type="text"], .comments-area .comment-form input[type="email"], .comment-form-comment textarea {
    height: 40px;
  background-color: #ffffff73;
  border: none;
  border-bottom: 1px solid #1F3F3E80;
  padding: 10px 12px;
  color: #1F3F3E80;
  border-radius: 0;
  font-size: 16px;
  outline: none;
}
.comments-area .comment-form p {
    margin-bottom: 12px;
}
.comment-form-comment textarea {
  resize: vertical;
  min-height: 94px;
}
.comment-form input:-ms-input-placeholder { 
  color: #1F3F3E80;
}
.comment-form input::-ms-input-placeholder {
  color: #1F3F3E80;
}
.comment-form input::-webkit-input-placeholder {
  color: #1F3F3E80;
}
.comment-form input::-moz-placeholder {
  color: #1F3F3E80;
  opacity: 1;
}
.comment-form input:-moz-placeholder {
  color: #1F3F3E80;
  opacity: 1;
}
.comment-form .form-submit input[type="submit"] {
  padding: 14px 23px;
}
.comment-form .form-submit {
  text-align: right;
  position: relative;
  margin-top: 20px;
}
h2.title-comments {
    font-size: 20px;
}
#comments .comment-meta {
    gap: 10px;
}

/* accordian */
.accordion-title {
    position: relative;
    padding: 25px 24px;
    display: grid;
    grid-template-columns: 1fr 32px;
    column-gap: 15px;
    cursor: pointer;
}
.accordion-title h6 {
    color: #1C1A19;
    margin: 0;
    line-height: 1.4;
}
.accordion-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    pointer-events: none;
    background-color: #E3DAC9;
    color: #1F3F3E;
    transition: 0.4s all;
}
.accordion-icon:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin-top: -4px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: currentColor;
    pointer-events: none;
    transform: rotate(-45deg);
}
.accordion-content {
    display: none;
    padding: 0 24px 43px;
    margin-top: -13px;
}
.accordion-item{
  border-bottom: 1px solid #E3DAC9;
}
.accordion-item:not(:last-child){
  margin-bottom: 21px;
}
.accordion-item.active{
  background-color: rgba(255,255,255,0.5);
  border-color: #1F3F3E;
}
.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
    background-color: #1F3F3E;
    color: #fff;
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: right;
    padding: 0 20% 20px 0;
}
.elementor-element .swiper .swiper-pagination-bullet{
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 2px solid var( --e-global-color-primary );
  border-radius: 100%;
  transition: 0.4s all;
}
.position-remove-mob{
  /* position: relative !important;
  right: 0 !important; */
}