/* 
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 */
.iconSize svg{
	width: 18px!important;
}
.contactIconBox .elementor-icon-box-wrapper .elementor-icon-box-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content:center;
	border-radius: 50%;
	background: #c6a04b3d!important;
	
}

.loanCard {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px -3px rgba(192, 203.00000000000003, 220, 0.2);
	padding: 1.5rem;
	width: fit-content!important;
}

.step {
	position: relative;
}

.step svg{
	position: absolute;
	right: -47px;
	width: 84px;
}

.titleIcon {
	position: relative;
	width:fit-content;
	text-align: center;
}

.titleIcon::before {
	content: "";
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-80%);
	width: 50px;
	height: 50px;
	background-image: url("https://vampanah.com/wp-content/uploads/2026/05/multichevrondown.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.bookly-week-days, .bookly-time-range {
	display:none!important;
}

.starIcon svg {
	border: 1px solid var(--e-global-color-primary);
	border-radius: 50%;
	padding: 8px;
}

.custom-testimonial .elementor-testimonial__content {
  display: flex;
  flex-direction: column;
}

.custom-testimonial .elementor-testimonial__name {
  order: 1;
}

.custom-testimonial .elementor-testimonial__text {
  order: 2;
}

/* Bookly Minimal UI */

.bookly-box {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.bookly-form .bookly-btn {
    border-radius: 12px !important;
    background: #111 !important;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 20px;
}

.bookly-form input,
.bookly-form select {
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    padding: 12px !important;
    box-shadow: none !important;
}

.bookly-progress-tracker {
    display: none !important;
}

.bookly-label-error {
    font-size: 12px;
}

.bookly-form {
    max-width: 500px;
    margin: auto;
}

@media(max-width:768px){

.bookly-form {
    padding: 10px !important;
}

.bookly-form .bookly-btn {
    width: 100%;
}

.bookly-columnizer .bookly-column {
    width: 100% !important;
}

}

.bookly-form .bookly-label-error {
	color: red!important;
}

.swiper-pagination-bullet {
	width : 64px ;
	height: 3px;
	background: #D6CCB8;
	border-radius: 0!important;
}

.swiper-pagination-bullet-active {
	background: var(--e-global-color-primary);
}