/* 
Theme Name: Hello Elementor Child (DLP & Website)
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.4.2
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
*/

/*
 *  oom_cc
*/

select#form-field-c_type_of_counselling,#form-field-c_gender,
#form-field-c_source_of_referral,#form-field-c_relationship_to_enquirer,
#form-field-c_nationality,#form-field-c_clients_particular_gender
,#form-field-c_marital_status,#form-field-c_place,#form-field-c_total_gross,
#form-field-c_reason_for_contact,#form-field-c_preferred_language,
#form-field-c_preferred_day,#form-field-c_have_you_been,#form-field-c_housing_type,#form-field-c_nationality_couple,#form-field-c_marital_status_couple
 {
border: 1px solid #c7c7c7;
}


input#form-field-c_clients_particulars_name,
#form-field-c_clients_particular_local_contact_number,
#form-field-c_clients_particular_email,#form-field-c_date_of_birth,
#form-field-c_year_of_marriage,#form-field-c_no_of_children,#form-field-c_date_of_birth_couple,#form-field-c_year_of_marriage_couple,#form-field-c_no_of_children_couple{
border: 1px solid #c7c7c7;
}

.oom-div-time {
    padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}



html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

/* Popup Scroll */
	.scrollable-cstm {
		overflow-y: scroll;
		max-height: 300px;
		padding-right: 20px;
		margin-bottom:20px;
	}
	div::-webkit-scrollbar {
	  width: 8px; /* Width of the scrollbar */
	}

	div::-webkit-scrollbar-thumb {
	  background-color: #EBAE17; /* Color of the scrollbar thumb */
	  border-radius: 10px; /* Rounded corners for the scrollbar */
	}

	div::-webkit-scrollbar-thumb:hover {
	  background-color: #555; /* Color on hover */
	}

/* Header */

.header-widget-shortheader{
    transform: translateY(0) !important;
	background: #FFFFFF !important;
}

.interlink-cstm {
	color: #EBAE17 !important;
}

/* Floating WhatsApp */
.oom-widget-chat-content-message {
    width: 100%;
}

/* Video Slider */
.vid-slider .swiper-slide{
    transform: scale(0.9);
}
.vid-slider .swiper-slide.swiper-slide-active{
    transform: scale(1) !important;
}
.vid-slider span.swiper-pagination-bullet {
    width: 40px;
    border-radius: 10px;	
}
.vid-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 10px;
}

/* Accordion Custom Style */
.elementor-accordion .elementor-accordion-item {
    border-bottom: 2px solid #ccc; /* Add your preferred border style here */
}

.elementor-accordion .elementor-accordion-item:last-child {
    border-bottom: none; /* Remove border from the last accordion item */
}
span .acrdn-txt-1 {
	margin-left:10px;
}
span .acrdn-txt-4{
	margin-left:-5px;
}
span.acrdn-number {
    font-size: 60px;
    color: #EBAE1726;
    margin-right: 15px;
    font-family: 'Outfit';
    line-height: 70px;
    font-weight: 400;
}
span.acrdn-number-1 {
	font-size: 60px;
	color: #EBAE1726;
    margin-right: 15px;
    font-family: 'Outfit';
    line-height: 70px;
    font-weight: 400;
}
.e-n-accordion-item-title-text {
    display: flex;
}

/* Button */

.elementor-button{
    cursor: pointer;
}

/* Mobile Menu */

.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/* Icon List */

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}


.journey-cstm:hover .journey-btn .elementor-button {
    background-color: #EBAE17; 
    color: #ffffff;
}
.journey-txt:hover {
    color: #000 !important;
}


/* Contact Form */
input#form-field-c_name {
    border: 1px solid #C7C7C7;
}
input#form-field-c_contact {
	border: 1px solid #C7C7C7;
}
input#form-field-c_email {
    border: 1px solid #C7C7C7;
}
select#form-field-c_services {
	border: 1px solid #C7C7C7;
}
textarea#form-field-c_message {
	border: 1px solid #C7C7C7;
}



/* Footer */

.site-footer {
    display: none !important;
}


/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 60% !important;
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(.85);
        transform-origin: left center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
}

@media (max-width: 767px){
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline{
        justify-content: center !important;
    }
    
   .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: center center;
    } 
}


@media (max-width: 1920px) {
	
}

@media (max-width: 1440px) {
	
	/* Video Slider */
	.vid-slider .swiper-slide{
    transform: unset;
	}
	.vid-slider .swiper-slide.swiper-slide-active{
		transform: unset !important;
	}
	/* Accordion */
	.elementor-134 .elementor-element.elementor-element-2fbe932 {
        --width: 18%;
    }
    .elementor-134 .elementor-element.elementor-element-1021806 {
        --width: 18%;
    }
	    .elementor-134 .elementor-element.elementor-element-b87836a {
        --width: 18%;
    }
	    .elementor-134 .elementor-element.elementor-element-01c1dcb {
        --width: 18%;
    }
	

@media (max-width: 1280px) {
	
}

@media (max-width: 1024px) {
    .elementor-134 .elementor-element.elementor-element-2fbe932 {
        --width: 15%;
    }	
	.elementor-134 .elementor-element.elementor-element-1021806 {
        --width: 15%;
    }
	.elementor-134 .elementor-element.elementor-element-b87836a {
        --width: 15%;
    }
	.elementor-134 .elementor-element.elementor-element-01c1dcb {
        --width: 15%;
    }
	.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-c_recaptcha.elementor-col-100.recaptcha_v3-inline {
    width: 60% !important;
	}
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	/* 	CTA Section */
	.elementor-134 .elementor-element.elementor-element-5b687d6 {
        --width: 100% !important;
    }
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {


}

@media only screen and (max-width: 768px) and (orientation: landscape) {
	h1.elementor-heading-title.elementor-size-default {
    margin-top: 50px;
	}
	.elementor-element.elementor-element-2f8f770.e-con-full.e-flex.e-con.e-child {
    padding-top: 90px;
	}
	.elementor-element.elementor-element-c906d1b.e-con-full.e-flex.e-con.e-child {
    padding-top: 125px;
	}
	.elementor-element.elementor-element-ed53815.e-con-full.e-flex.e-con.e-child {
    padding-top: 145px;
	}
	.faq-cstm h2.elementor-heading-title.elementor-size-default {
    padding-top: 170px;
	}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: unset !important;
    right: 20px !important;
	margin-top: -125px !important;
	}
}	
	
@media (max-width: 767px){
     /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
	.elementor-counter-title {
    text-align: center;
	}
}


@media (max-width: 480px) {
	/* Form Recaptcha */
	.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-c_recaptcha.elementor-col-100.recaptcha_v3-inline {
	width: 100% !important;
	}
}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}


@media (max-width: 320px) {
	
}

