/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child theme for Astra
 Author: Your Name
 Template: astra
 Version: 1.0.0
*/

/* Add your custom CSS below */

.whatsapp--form {
    background: #00000070;
    padding: 15px 30px;
    max-width: 460px !important;
    width: 100%;
    margin-left: auto;
}
.whatsapp--form label {
    color: #fff;
    background: transparent;
	font-family: "Arial", Sans-serif;
}
.whatsapp--form input, .whatsapp--form textarea {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 15px !important;
    font-size: 16px;
    line-height: 18px;
	font-family: "Arial", Sans-serif;
}
.whatsapp--form textarea {
    height: 100px;
}
.whatsapp--form h3 {
    color: #fff;
    font-family: "Oswald", Sans-serif;
}
.whatsapp--form input:focus, 
.whatsapp--form input:-webkit-autofill,
.whatsapp--form input:-webkit-autofill:hover,
.whatsapp--form input:-webkit-autofill:focus{
	background: transparent;
	color: #fff;
}
.whatsapp--form input[type="submit"]:hover {
    background: #c1440e;
}

.whatsapp--form div {
    color: #fff;
}
.newstaller p {
    display: flex;
    gap: 10px;
}
.newstaller p input {
    font-size: 16px;
    height: 40px;
}
.pos-rel{
	position:relative;
}
.bg-hover-effect:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.card-eff:hover .bg-hover-effect::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/* property page */
.features_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.features_item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.features_text p {
    margin: 0;
}
.amenities_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
}
.amenities_item {
    display: flex;
    align-items: center;
	gap:10px;
}
.amenities_item .icon {
    width: 40px;
    height: 40px;
}



.nearby_places {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 1 per row */
    gap: 20px;
    margin-top: 20px;
}

.nearby_item {
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s ease;
    border: 1px solid #eee;
    justify-content: space-between;
}

.nearby_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.nearby_item .icon img,
.nearby_item .icon span,
.nearby_item .icon i {
    width: 30px;
    height: 30px;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nearby_text p {
    margin: 0;
    font-weight: 500;
    color: #333;
}
.nearby_item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.icon p {
    padding: 0;
    margin: 0;
}
.nearby_text span {
    font-weight: 400;
    color: #555;
}
ul.sidebar-properties {
    list-style: none;
    margin: 0;
}
.sidebar-properties li {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    align-items: anchor-center;
	transition: 0.3s ease;
}
.sidebar-properties li a {
    color: #414042;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}
.sidebar-properties li:hover, .amenities_item:hover, .features_item:hover{
	    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.amenities_item, .features_item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s ease;
    border: 1px solid #eee;
}


.view-tour div#master-container {
    max-width: unset !important;
    border-radius: 12px !important;
}

.e-loop-item.ast-grid-common-col {
    padding: 0;
}

/* pagintion */
.page-numbers {
    padding: 6px 10px !important;
    color: #ffffff;
    background: #979797 !important;
}
.page-numbers.current {
    color: #fff !important;
    background: #c1440e !important;
}
.page-numbers:hover {
    background: #c1440e !important;
    color: #fff !important;
}
nav.elementor-pagination {
    padding-top: 22px;
}

/* Responsive for tablets */
@media (max-width: 990px) {
         .features_items {
    grid-template-columns: repeat(2, 1fr);
}
	
}

@media (max-width: 768px) {
    .nearby_places {
        grid-template-columns: repeat(1, 1fr);
		
    }
	.amenities_items {
    grid-template-columns: repeat(2, 1fr);
}
	
}

/* Mobile view */
@media (max-width: 480px) {
    .nearby_places {
       grid-template-columns: repeat(1, 1fr);
    }
	.amenities_items {
    grid-template-columns: repeat(1, 1fr);
}
}
