/*
Theme Name: Hello Biz Child
Template:   hello-biz
Text Domain: hello-biz
*/

/* Import parent theme styles */
@import url("../hello-biz/style.css");
.foot-quick-links{}
.foot-quick-links ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.foot-quick-links ul li{
	padding: 5px 0;
}
.foot-quick-links ul li a{
	color: white;
}

.col-home-3:hover{
	background-color: #f2ffdc;
    box-shadow: 0px 10px 0px 0px #ffffff;
}
.col-home-3:hover h3{
	/*color: white;*/
}
.h-logo{
    box-shadow: 0px 0px 45px -8px white;
    border-radius: 0 0 100px 0;
}
.m-menu-s{
	box-shadow: 0px 0px 50px 0px white;
}
.s-bg{
	
}
/*Table*/
table td, table th{
	border-color: white;
}
 .table thead th {
      background-color: #749812;
      color: #fff;
      text-align: center;
      vertical-align: middle;
    }
    .room-type {
    background-color: #f8f8f8;
    text-align: center;
    }
    .extra-person {
      background-color: #f8f8f8;
      color: #333;
		text-align: center;
    }
    .highlight {
      color: red;
      font-weight: bold;
      color: #fff;
		text-align: center;
    }
    caption {
      caption-side: top;
      text-align: center;
      font-weight: 600;
      color: #fff;
    }
/*End Table*/
.about-slider .elementor-image-carousel-caption{
	background-color: #EBAB09E3 !important;
}
.bdt-prime-slider-skin-slide .bdt-prime-slider-desc .bdt-ps-sub-title{
	text-shadow: 0px 0px 10px #000000;
}