.elementor-3117 .elementor-element.elementor-element-472c460{--display:flex;--justify-content:center;--padding-top:90px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-3117 .elementor-element.elementor-element-64f0dca{--display:flex;--min-height:450px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-3117 .elementor-element.elementor-element-64f0dca:not(.elementor-motion-effects-element-type-background), .elementor-3117 .elementor-element.elementor-element-64f0dca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C2C44;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3117 .elementor-element.elementor-element-f7ab2f4{text-align:center;}.elementor-3117 .elementor-element.elementor-element-f7ab2f4 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:30px;font-weight:700;line-height:35px;color:#DDB76B;}.elementor-3117 .elementor-element.elementor-element-1a70451{text-align:center;}.elementor-3117 .elementor-element.elementor-element-1a70451 .elementor-heading-title{font-family:"DB Helvethaica X 55 Regular", Sans-serif;font-size:25px;font-weight:500;line-height:35px;letter-spacing:1.1px;color:#DDB76B;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3117 .elementor-element.elementor-element-9118035 .elementor-button{background-color:#2C2C2C;font-family:"DB Helvethaica X 55 Regular", Sans-serif;font-size:22px;font-weight:500;border-radius:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-3117 .elementor-element.elementor-element-f7ab2f4 .elementor-heading-title{font-size:25px;}.elementor-3117 .elementor-element.elementor-element-1a70451 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3117 .elementor-element.elementor-element-1a70451 .elementor-heading-title{font-size:20px;}}@media(min-width:768px){.elementor-3117 .elementor-element.elementor-element-472c460{--width:70%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3117 .elementor-element.elementor-element-472c460{--width:90%;}}@media(max-width:767px){.elementor-3117 .elementor-element.elementor-element-472c460{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-3117 .elementor-element.elementor-element-64f0dca{--min-height:500px;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-3117 .elementor-element.elementor-element-f7ab2f4 .elementor-heading-title{font-size:20px;}.elementor-3117 .elementor-element.elementor-element-1a70451 .elementor-heading-title{font-size:18px;}}/* Start custom CSS for container, class: .elementor-element-64f0dca *//* Ensure the container has a relative position */
.custom-container {
    position: relative; /* Establish a positioning context for the pseudo-element */
}

/* Add block with background image using ::after pseudo-element */
.custom-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-image: url('https://divaniegrandresidence.com/wp-content/uploads/2024/09/rim.webp'); 
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; 
}

/* Media queries to adjust size for smaller screens */
@media (max-width: 1024px) {
    .custom-container::after {
        width:120px;
    }
}

@media (max-width: 767px) {
    .custom-container::after {
        width:150px

    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DB Helvethaica X 55 Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://divaniegrandresidence.com/wp-content/uploads/2024/09/DB-Helvethaica-X-v3.2-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */