	section#comments.comments-area {
    padding: 0 50px !important;
}


/* React js logo Slider CSS starts here */
/* .slick-slide .ha-logo-carousel-item{
	opacity: 0.4;
} 
.slick-slide .ha-logo-carousel-item{
	display: flex !important;
	justify-content:center !important;
	align-items:center !important;
}
.slick-slide img{
	height: 80px !important;
	width: 130px !important;
}
 */
/* React js logo Slider CSS ends here */



/* Home Page logo Slider CSS starts here */
.logo_border_shadow .ha-logo-carousel-item{
	opacity: 0.4;
} 
.ha-logo-carousel-item{
	display: flex !important;
	justify-content:center !important;
	align-items:center !important;
}
.logo_border_shadow img{
	height: 80px !important;
	width: 130px !important;
}

/* Home Page Slider CSS ends here */
.spot_title h1{
		color: #fbc21e !important;
	 		font-size:25px;
	}
.spot_description_1 h6{
		color: #fff !important;
	  font-size: 14px;
	  line-height: 1.6em;
	font-weight: 500;
	}



div#column_text_info {
    display: flex;
    flex-direction: column;
	justify-content:center;
	
}

@media (max-width:480px){
	.spot_title h1{
		font-size:22px;
}
}

@media (max-width:480px){
	.spot_description_1 h6{
		font-size:14px;
}
}


.ha-logo-carousel-item {
    border: none !important;
}
.ha-steps-title {
    background-color: #000 !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 5px !important;
}
.elementor-810 .elementor-element.elementor-element-a7ee008:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-810 .elementor-element.elementor-element-a7ee008 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FBC21D;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 600px) {
 .elementor-810 .elementor-element.elementor-element-a7ee008:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-810 .elementor-element.elementor-element-a7ee008 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FBC21D;
    clip-path: none;
}
}
.elementor-1590 .elementor-element.elementor-element-6b7b2d8:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1590 .elementor-element.elementor-element-6b7b2d8 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FBC21D;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 600px){
	.elementor-1590 .elementor-element.elementor-element-6b7b2d8:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-1590 .elementor-element.elementor-element-6b7b2d8 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FBC21D;
    clip-path:none;
}
p.gform_required_legend {
    display: none;
}

input#gform_submit_button_2 {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid #c36; */
    background-color: black;
    color: white;
    padding: 0.5rem 6rem;
    font-size: 1rem;
    border-radius: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

	.elementor-container .global-network{
    border:1px solid #000 !important;
}
	
.ha-dual-btn-connector {
    -webkit-box-shadow: none !important;
     box-shadow: none !important;
}
	@media (max-width: 767px){
.elementor-6774 .elementor-element.elementor-element-d31ac53 > .elementor-element-populated {
   background: unset !important;
}
	}
	
/* CSS for resources dropdown starts here */
	ul.ha-dropdown.ha-submenu-panel {
    background: #000 !important;
    border-color: #000 !important;
}
	
a.dropdown-item {
    color: #fff !important;
}
	
	/* CSS for resources dropdown ends here */	
	.custom-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-bar-icon {
    max-width: 100%;
    height: 12px;
    border-radius: 50%; /* Example border radius */
    margin-right: 10px;
}

.bottom-bar-text {
    font-size: 16px;
    color: #333;
    margin: 0; /* Remove default margin */
}
