/* 
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
*/
span.bold_heading {
    font-weight: 600;
    font-style: italic;
}
.cta_form .elementor-field-group {
    display: flex;
    align-items: stretch;
  flex-wrap: nowrap !important;
}

.cta_form label.elementor-field-label {
    width: 150px; 
    background: #F07D00;
    display: flex;
    align-items: center;
	justify-content: center;
}
.project_detail .elementor-element.e-con-full .project_btn {
    opacity: 0;
}
.project_detail .elementor-element.e-con-full:hover .project_btn {
      opacity: 1;
}

.project_carosel .elementor-swiper-button {
    border: 1px solid #42368d;
    padding: 8px;
    border-radius: 100px;
	top: -50px !important;
}

.project_carosel .elementor-swiper-button:hover {
  background: #000;
}
.project_carosel .elementor-swiper-button:hover svg {
	fill:#fff !important;
}
.project_carosel .elementor-swiper-button.elementor-swiper-button-prev {
    left: 93% !important;
}

.project_carosel .swiper-pagination.swiper-pagination-fraction {
    top: -60px;
    width: auto !important;  
    right: 150px;
    text-align: right;
	    z-index: 0;
}
.project_loop .swiper-pagination.swiper-pagination-fraction {
    top: -10px;
     right: 0;
    text-align: right;
    z-index: 0;
    width: 85% !important;
	    z-index: 0;
}
.project_carosel  span.swiper-pagination-current,
.project_loop  span.swiper-pagination-current{
    font-size: 20px;
    font-weight: 600;
}

span#loan_amount_year {
    font-size: 22px;
    line-height: 30px;
}
.loan-option-text-info-block .first-col> div:last-child {
    display: none;
}
.project_loop .e-n-carousel.swiper {
    overflow: visible;
}
.heading_bold  {
	font-weight : 700;
	font-style : italic;
}

.bdt-prime-slider-tango .bdt-item {
    clip-path: inset(0 0 0 0) !important;
}
 .activity-container {
            position: relative;
        }

        .activity-list {
              font-size: 3.2rem;
				color: #000;
				list-style: none;
				padding: 0;
				position: relative;
				font-family: "Cormorant Garamond", Sans-serif; 
			line-height:3.8rem;
        }

        .activity-list li {
            display: inline;
            cursor: pointer;
        
            position: relative;
        }

        .activity-list li:hover {
            color: #000;
        }
        .activity-list:hover li:not(:hover) {
            color: #d3c8bf;
        }

        .absolute-div {
            position: absolute;
            top: 50%;
            left: 120%; 
            transform: translateY(-40%);
            width: 300px;
            height: 300px;         
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 10;
            pointer-events: none;
        }

        .activity-list li:hover .absolute-div {
            opacity: 1;
        }
		img.activity-image {
			object-fit: cover;
			width: 100%;
			height: 100%;

		}
/*loan calculator*/

.emi-calculator {
    width: 80%;
    margin: auto;
    box-shadow: 2.96203px 2.96203px 32.5448px rgba(209, 217, 230, .3);
}

.emi-calculator .track {
    width: 100%;
    height: 7px;
    background: #dcd9ea;
    position: absolute;
    bottom: 8%;
    transform: translateY(-59%);
    pointer-events: none;
    border-radius: 100px;
  }

  .emi-calculator .track-inner {
    width: 0;
    height: 100%;
    background: #F07D00;
    border-radius: 100px;
  }

  .emi-calculator .custom-input {
    position: relative;
  }

  .emi-calculator .thumb {
    width: 13px;
    height: 13px;
    background: #F07D00;
    border-radius: 50%;
    position: absolute;
    bottom: -9%;
    left: 0;
    transform: translate(0%, -50%);
    pointer-events: none;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #000;
  }

  .emi-calculator input[type="range"] {
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }

  .emi-calculator input[type="range"]::-ms-tooltip {
    display: none;
  }

  .emi-calculator-container {
    display: flex;
  }
  .emi-calculator-container {
	display: flex;
	width: 100%;
	gap: 100px;
	height: max-content;
	align-items: center;
	    justify-content: center;
}



.emi-calculator .view,
.emi-calculator .breakup {
	width: auto;
}


.detail {
	display: flex;
	justify-content: space-between;
	margin: 20px 0px;
}

/*----- Styling the sliders ----*/
.emi-calculator input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

.emi-calculator input[type="range"]:focus {
	outline: none;
}

.emi-calculator input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}

.emi-calculator input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

.emi-calculator input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

.emi-calculator input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #774d23;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.emi-calculator input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #774d23;
	cursor: pointer;
	margin-top: -6px;
}

.emi-calculator input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #774d23;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.emi-calculator input[type="range"]::-ms-fill-lower {
	background: #774d23;
	border-radius: 5px;
}

.emi-calculator input[type="range"]::-ms-fill-upper {
	background: #774d23;
	border-radius: 5px;
}

.emi-calculator input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #774d23;
	cursor: pointer;
	margin-top: -6px;
}

.emi-calculator input[type="range"]:focus::-ms-fill-lower {
	background: #774d23;
}

.emi-calculator input[type="range"]:focus::-ms-fill-upper {
	background: #774d23;
}

/*-------------------------------------*/
.emi-calculator #price {
}


.emi-calculator #price-container {
	color: #774d23;
	margin-top: 50px;
}

.emi-calculator #price-container::before {
	content: "Monthly Payable:";
	font-size: 12px;
	display: block;
}


.emi-calculator .emi-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.emi-calculator .view {
	padding: 18px;
	background: #FBFCFD;
	width: 350px;
}

.emi-calculator-container .detail p:first-child,
.exta-label p {
	font-size: 16px;
	line-height: 32px;
	color: #011A48;
	font-weight: 700;
}
.emi-calculator-container .exta-label {
	margin-top: 16px;
}
.emi-calculator-container .detail input[type="number"] {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 4px 4px 4px 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #111536;
	width: 110px;
	text-align: left;
	border: 0;
}
.emi-calculator .detail p:last-child {
	position: absolute;
	right: 20px;
	color: #111536;
	font-size: 14px;
	top: 5px;
}

.emi-calculator  .detail p {
	margin: 0;
}

.emi-calculator  p.emi-details__value {
	color: #111536;
	font-weight: bold;
}

.how-apply .elementor-tab-title {
	padding-left: 0;
}
.blogs-section {
	overflow: hidden !important;
}
.emi-details p {
	font-weight: 400;
	color: rgba(1,26,72,.6);
	font-size: 14px;
	margin: 0;
}
.emi-details {
	padding: 6px 0;
}
p#loan-amt-text::before,
p#money-symbol::before {
	content: '₹';
	position: absolute;
    left: -82px;
	
}
.emi-calculator .track {
	width: 100%;
	height: 7px;
	background: #fae6cf;
	position: absolute;
	bottom: 8%;
	transform: translateY(-59%);
	pointer-events: none;
	border-radius: 100px;
}
.emi-calculator .track-inner {
	width: 0;
	height: 100%;
	background: #F07D00;
	border-radius: 100px;
	/* 	transition: all 0.4s; */
}
.emi-calculator .custom-input {
	position: relative;
}
.emi-calculator .thumb {
	width: 20px;
	height: 20px;
	background: #F07D00;
	border-radius: 50%;
	position: absolute;
	bottom: -7%;
	left: 0;
	transform: translate(0%, -50%);
	pointer-events: none;
	border: 6px solid #fff;
	box-shadow: 0 0 0 1px #000;
	/* 	transition: all 0.4s; */
}
.emi-calculator input[type="range"] {
	width: 100%;
	cursor: pointer;
	opacity: 0;
}

.emiChartContainer {
	position: relative;
	width: 290px;
	height: 290px;
}
.emi-calculator input[type="range"]::-ms-tooltip {
	display: none;
}
@media only screen and (max-width: 767px) { 
	.project_carosel .elementor-swiper-button.elementor-swiper-button-prev {
    left: 78% !important;
}
	.project_carosel .elementor-swiper-button {
			top: -30px !important;
	}
	.project_carosel .swiper-pagination.swiper-pagination-fraction {
		top: -30px;  
		
	}
	.project_loop .swiper-pagination.swiper-pagination-fraction {
		text-align: left;
		
	}
	
	.plot_detail .elementor-image-box-wrapper {
		display: flex;
		gap: 12px;
		    text-align: left;
    flex-direction: row;
    align-items: center;
	}
	.project_carosel .swiper-slide {
		width:100% !important;
	}
	 /*calculator css*/
    .emi-calculator-container {
        gap: 0 !important;
        flex-direction: column;
        width: 100%;
        
    }
    .emi-calculator,
    .emi-calculator .view{
        width: 100%;
    }
    .emi-calculator .view {
    padding: 12px;
    }
	    .hide-sm {
        display: none !important;
    }
	.activity-list {
		font-size: 1.8rem;
	}

}