/*
Theme Name: Alloggio Child
Theme URI: https://alloggio.qodeinteractive.com
Description: A child theme of Alloggio
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: alloggio
Template: alloggio
*/



.padding-10 {
    padding: 10px;
}
.padding-y-20 {
    padding: 20px 0;
}
.padding-y-40 {
    padding: 40px 0;
}
.padding-y-60 {
    padding: 60px 0;
}
.padding-y-100 {
    padding: 100px 0;
}
.padding-bottom-100 {
	padding-bottom: 100px;
}
.padding-25 {
  padding: 25px;
}
.padding-40 {
    padding: 40px;
}
.mail-bg-color {
	background: #D2E0E4;
}
.mail-align {
	align-content: center;
}
.book-bg-color {
	background: #0A3F4E;
}
.press-bg-color {
	background: #FBFBF9;
}
.bg-wickwood-green {
  background-color: #0A3F4E;
}

/* ============================================================
   Parallax Footer Effect
   ============================================================ */

/*
 * The page wrapper acts as the "sliding" layer over the fixed footer.
 * It needs a solid background and a higher z-index so it covers the footer
 * until the user scrolls to the very bottom of the page.
 */
[data-elementor-id="5"] {
    position: relative;
    z-index: 1;
    background-color: var(--dark-gray);
}

/*
 * The parallax footer sits fixed at the bottom of the viewport,
 * behind the page wrapper (z-index: 0). JS sets a matching margin-bottom
 * on [data-elementor-id="5"] so the page is tall enough scroll to reveal it.
 */
#parallax-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

/* ============================================================
   Footer – Explore Our Other Properties section
   ============================================================ */
   
#qodef-page-footer .qodef-widget-title {
    color: #11404F;
}
#qodef-page-footer-properties {
	padding: 60px 20px;
	text-align: center;
    background: #EFEBE5 ;
}

.qodef-footer-properties-inner {
	max-width: 800px;
	margin: 0 auto;
}

.qodef-footer-properties-heading {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
    color: #666666;
    font: normal normal normal 40px/50px var( --e-global-typography-primary-font-family ), Sans-serif;
    letter-spacing: 4px;
}

.qodef-footer-properties-desc {
	margin-bottom: 40px;
    font: normal normal 300 22px/30px var( --e-global-typography-text-font-family ), Sans-serif;
    letter-spacing: 0.22px;
    color: #666666;
}

.qodef-footer-properties-desc a {
    color: #666666;
}


.qodef-footer-properties-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
}

.qodef-footer-property-link {
	display: inline-block;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.qodef-footer-property-link:hover {
	opacity: 1;
}

.qodef-footer-property-logo {
	width: 150px;
	height: auto;
}

@media screen and (max-width: 768px) {
    #qodef-page-footer {
        text-align: center;
    }
    #qodef-page-footer #media_image-5 {
        display:flex;
        justify-content: center;
    }
    #qodef-page-footer #media_image-5 img {
        margin: 80px 0;
    }
    #qodef-page-footer #text-2 {
        margin-bottom:80px !important;
    }
    #qodef-page-footer .textwidget p {
        font: normal normal 300 16px/20px var( --e-global-typography-text-font-family ), Sans-serif;
        letter-spacing: .32px;

    }
    .qodef-footer-properties-heading {
        font: normal normal normal 24px/35px var( --e-global-typography-primary-font-family ), Sans-serif;
        letter-spacing: 2.4px;
    }
    .qodef-footer-properties-desc {
        font: normal normal 300 16px/20px var( --e-global-typography-text-font-family ), Sans-serif;
        letter-spacing: 0.16px;   
    }
}

@media screen and (min-width: 769px){
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
        width: 25%;
    }
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item .textwidget p {
        font: normal normal 300 17px/26px var( --e-global-typography-text-font-family ), Sans-serif;
        letter-spacing: 0.17px; 
    }
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:nth-child(1) {
        display: flex;
        justify-content: center;
    }
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:nth-child(1) #media_image-5 {
        max-width: 180px;
    }
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:nth-child(2) {
        width: 50%;
    }
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item:nth-child(2) .textwidget p {
        max-width: 75%;
    }
}
