/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme of Astra
Author: Urmila Prajapati
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Custom CSS here */

.btn1 .elementor-button {
    padding: 16px 30px;
    border: 2px solid #bba273;
    font-weight: 700;
    color: #fff;
    min-width: 180px;
}

.btn1 .elementor-button:hover {
    background: #ccb996;
    border-color: #ccb996;
    color: #fff;
}

.btn1.btn-white-border .elementor-button {
    background: transparent;
    border-color: #fff;
}
.btn1.btn-white-border .elementor-button:hover {
    background: #fff;
    border-color: #fff;
    color: #ccb996;
}

.btn1.btn-white-border .elementor-button:hover .elementor-button-icon svg {
    fill: #ccb996;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

/* header */
.site-header .ast-primary-header-bar .site-primary-header-wrap {
    padding: 0;
}

.site-header .ast-primary-header-bar {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05), 0 -1px 10px 0 rgba(0,0,0,0.01);
    border: 0;
    z-index: 9;
}

.site-header .ast-primary-header-bar .site-branding {
    padding: 0;
}

.site-header .ast-primary-header-bar .main-header-menu {
    justify-content: center;
}
.site-header .ast-primary-header-bar .main-header-menu li {
    line-height: 1.2 !important;
}

.site-header .ast-primary-header-bar .main-header-menu li a {
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 16px;
    margin: 0 3px;
    height: auto;
    font-weight: 600;
}

.site-header .ast-primary-header-bar .main-header-menu li:hover a {
    color: #000;
    background: #ececec;
}
.site-header .ast-primary-header-bar .main-header-menu li.current-menu-parent a,
.site-header .ast-primary-header-bar .main-header-menu li.current_page_item a {
    color: #000;
    background: #ececec;
}

.site-header button.menu-toggle.main-header-menu-toggle {
    padding: 0 !important;
}

.site-header .ast-primary-header-bar .main-header-menu .sub-menu {
    padding: 10px;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12),0 4px 8px -2px rgba(0,0,0,.12);
}

.site-header .ast-primary-header-bar .main-header-menu .sub-menu .menu-link {
    padding: 12px;
    background: transparent;
    margin: 3px 0; 
}

.site-header .ast-primary-header-bar .main-header-menu .sub-menu .menu-link:hover {
    color: #000;
    background: #ececec;
}
.site-header .ast-primary-header-bar .main-header-menu .sub-menu .current-menu-item .menu-link{
    color: #000;
    background: #ececec;
}

.booking-form-box {
    background: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 20%);
    border-radius: 5px !important;
    padding: 6px;
	width: 100%;
    max-width: 440px !important;
}

.product-div .swiper .swiper-slide .swiper-slide-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.banner-about {
    height: 380px !important;
}

.wpforms-form button.wpforms-submit {
    background-color: #bba273 !important;
    padding: 16px 30px !important;
    border: 2px solid #bba273;
    font-weight: 700;
    color: #fff !important;
    min-width: 180px;
    border-radius: 5px !important;
}
.wpforms-form button.wpforms-submit:hover {
    background: #ccb996 !important;
    border-color: #ccb996 !important;
    color: #fff;
}
.wpforms-form .wpforms-field-large,
.wpforms-form .wpforms-field-medium {
    border-radius: 5px !important;
    height: 42px !important;
}
.wpforms-form textarea.wpforms-field-medium {
    height: 120px !important;
}


.menu-footer1 li a {
    margin-bottom: 10px;
    display: block;
    color: #b0b2b7;
}

.menu-footer1 li a:hover {
    color: #fff;
}

.footer-social{
    gap: 14px !important;
}
.footer-social li a svg {
	fill: #b0b2b7 !important;
}

.footer-social li a:hover svg {
    fill: #fff !important;
}



/* responsive css */
@media(max-width: 991px) {
	.banner-about {
		height: 300px !important;
	}
}

@media(max-width: 767px) {
	.padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.banner-about {
		height: 260px !important;
	}
}

@media(max-width: 575px) {
	.product-div .swiper .swiper-slide .swiper-slide-image {
		height: 250px;
	}
	.banner-about {
		height: 220px !important;
	}

}



