/*
Theme Name: Sudha's Beauty Buzz Theme
Theme URI: https://example.com/
Author: Kwiksoft
Author URI: http://kwiksoft.in/
Description: Sudha's Beauty Buzz  Saloon.
Version: 1.0
Text Domain: sudhas-theme
*/

li span { 
		font-family: "Red Hat Display",sans-serif !important;
	line-height: 1.2em !important
}

.header-navbar.bg-primary-650 {
    background-color: #fff !important;
}

.bg-primary,
.bg-primary-650 {
    background-color: #660066 !important
}

.navbar.navbar-primary img {
    height: 140px;
    margin-top: 103px; 
    border-radius: 10px;
    z-index: 1000;
}

footer .logo {
    height: 100px
}

#post-101 h1 {
    display: none;
}

.logo {
    border-radius: 5px;
}

.nav-item a {
    /*font-size: 15px;*/
}

.elementor-icon-box-wrapper {

    border-radius: 10px;
}

.slider-over-box {
    position: absolute !important;
    left: 0;
    right: 0;
}

.slider-over-box .elementor-icon-box-title {
    margin: 0
}

.service-boxes .elementor-widget-icon-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.elementor-widget-image-carousel .swiper-slide
{
	    text-align: center; 
    border-bottom: 10px;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
	overflow: hidden;
	box-shadow:0px 9px 14px 2px #dedede57;
}
.elementor-image-carousel-caption  {
	font-size: 18px;
	font-weight:bold;
	margin-top:20px
	margin-bot:15px
}
.elementor-icon {
	margin: 8px;
    background: #660066;
    padding: 7px;
    border-radius: 50%;
    fill: #ffff;
}

.dropdown-toggle-hover{
	 color: #000 !important;
    font-size: 16px !important;
}
.hicon-thin-arrow-down:before{
    margin-left: 4px;
}
.dropdown-menu{
	width: 310px !important;
    font-size: 14px;
}
.header-bar {
	position:relative;
	z-index:1
}
.bg-image.bg-overlay{
	height:250px !important
}
.hero-image {
	height:auto;
	margin-bottom:20px
}
.wpcf7-textarea form-control{
	height :150px
}
.elementor-widget-image-box .elementor-image-box-img img{
	height: 250px !important
}
.elementor-image-box-description {
	padding: 8px;
}
.about-background{
	z-index:-1 ! important
}
 
.epc-carousel-img {
    width: 250px;       /* Set your desired width */
    height: 200px !important;      /* Set your desired height */
    object-fit: cover;  /* Crop image to fill container */
 
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	font-family: 'Cinzel' !important
		
} 
.swiper-slide  h3{
	font-family: 'Cinzel' !important
}
.swiper{
	padding:5px !important;
}
.swiper-slide a{
	background:#ffff;
	border-radius:15px;
	width:100%;
	display:block;
	overflow:hidden;
	box-shadow: 0 0 9px #dcdcdc !important;
}
.swiper-slide img{
	display:flex;
	object-fit:cover;
	width:100% !important;
	height:250px !important;
}
.swiper-slide h3 {
	font-size:16px
}
.swiper-slide {
	
}

.swiper-button-prev:after,  .swiper-button-next:after{
color: #fff !important;	
}
.swiper-pagination{
	display:none !important;
}


.ti-widget.ti-wp-testimonial-1 .ti-review-item>.ti-inner, .ti-widget.ti-wp-testimonial-1 .ti-load-more-reviews-container .ti-load-more-reviews-button{
	background:#fff !important;
	border:1px solid gray !important;
}
.
.forms {
	padding:20px;
	display:block
}
.navbar-toggler-icon{
    background-image: var(--bs-navbar-toggler-icon-bg) !important;
}

.el-table {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  display:flex;
}

/* Desktop layout */
.el-row {
    flex-direction: column;
    display: flex; 
    gap: 0;
    flex: 0 0 25%;
	
}


/* Header style */
.el-row .label {
  color: #800080;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  font-family:inherit !important
}

/* Value style */
.el-row .value {
  color: #333;
  padding-top: 12px;
	font-family:inherit !important
}
.label,
	.value{
		padding:10px
	}

@media (max-width: 768px) {
	.el-table{
		flex-direction: column !important
	}
	.el-row{
		flex-direction:row; 
	}
	.label, .value{
		text-align:left !important; 
	}
	.label,
	.value{
		padding:10px
	}
	.label{
		flex:0 0 50%
	}
	.value{
		border-bottom: 1px solid #e0e0e0;
			flex:0 0 50%
	}
}
	
	
@media (max-width: 768px) {
    .epc-carousel-img {
        width: 180px;
        height: 140px;
    }
	.navbar.navbar-primary img{
		height:90px
	}
	
	
}

@media (max-width: 480px) {
    .epc-carousel-img {
        width: 140px;
        height: 110px;
    }
	
}

 