.splash-contact-text {
    font-family: 'Chalkduster', cursive;
    font-size: var(--fs-big);
    color: var(--text-primary);
    font-size: clamp(2.6rem, 5vw, 3.6rem);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.splash-contact{
    background:
        linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8));
    background-size: cover;
    background-position: center;
}
.Contact-page::before {
    content: "";
    position: absolute;
    top: 70px;   
    left: 0;
    right: 0;
    bottom: 0;  
    width: 100%;
    
    background-image: url("/static/core/images/Contract-bg.webp");
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    z-index: -1;
    pointer-events: none;
}

.description-line {
    width: 60px;
    height: 4px;
    background-color: var(--accent-yellow);
}
.contact-container {
    max-width: 800px;
    margin: auto;
    padding: 0 24px;
}
.contact-header {
    font-size: var(--fs-h2);
    color: var(--text-primary) !important;
    font-weight: 700;
    letter-spacing: 1px;


}
.contact-content p {
    font-size: clamp(0.95rem,1.2vw,1rem);
    line-height: 1.9;
    margin-bottom: 32px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31.5px;          
    height: 31.5px;         
    border-radius: 50%; 
    border: 2px solid var(--accent-yellow); 
    background-color: transparent; 
}


.sticky-info {
    position: sticky;
    top: 120px;
}

.contact-image {
    height: 600px; 
    overflow: hidden;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-hover a {
    color: inherit !important;  
    text-decoration: none;       
    transition: all 0.3s ease;
    display: inline-block;      
}

.map-hover a:hover {
    color: var(--accent-yellow)  !important; 
    text-decoration: underline !important; 
    text-decoration-color: var(--accent-yellow)  !important; 
    text-underline-offset: 8px;  
    text-decoration-thickness: 2px; 
}
.map-hover {
    position: relative;
}


.map-preview {
    position: absolute;
    bottom: 0;
    top: 240px;
    left: 10px;
    width: 410px;
    height: 320px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;

    transition: all 0.3s ease;

    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 999;
}

.map-preview iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


.map-hover:hover .map-preview {
    opacity: 1;
    transform: translateY(0);
}

.map-hover:hover .map-preview,
.map-preview:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mail-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mail-link {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

.mail-link:hover {
    color: var(--accent-yellow);
    text-decoration: underline;
    text-underline-offset: 6px;
}


html, body.Contact-page {
    overflow-y: visible;
}


.map{
    font-size: clamp(16px, 1.2vw + 10px, 20px);
}

.mail {
    font-size: clamp(16px, 1.2vw + 10px, 20px);
}

.phone-number{
    font-size: clamp(16px, 1.2vw + 10px, 20px);
}

@media (max-width:991px){

    .sticky-info{
        position: static;
    }
    .contact-image{
        height:450px;
    }
}
@media (max-width: 768px) {
    .navbar{
        height: 55px;
    }
    .contact-image {
        display: flex;
        align-items: flex-start;   
        justify-content: center;
        padding-top: 10px;  
        height:auto;
    }

    .contact-image img {
        width: 100%;
        height: auto;
        object-fit:cover;
    }
    .contact-container{
        padding:0 18px;
    }
    .contact-content p{
        font-size:0.95rem;
        line-height:1.8;
    }
    .contact-header{
        font-size:1.3rem;
    }

    .description-line{
        width:50px;
        height:3px;
    }
    .Contact-page::before {
    content: "";
    position: absolute;
    top: 55px;   
    left: 0;
    right: 0;
    bottom: 0;  
    width: 100%;
    
    background-image:url("/static/core/images/Contract-bg.webp");
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    z-index: -1;
    pointer-events: none;
}
}

.bg-decorations {
    position: absolute; 
    top: 70px; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; 
    pointer-events: none; 
    overflow: hidden;
}

.dec-tl-gray {
    position: absolute;
    top: 39px;
    left: 27px;
    width: 180px;
    height: 52.5px; 
    z-index: 3;
    background-color: var(--div-dark-gray);
}
.dec-tl-yellow {
    position: absolute;
    top: 39px;
    left: 205px;
    width: 165px;
    height: 8px;
    z-index: 2;
    background-color:var(--div-yellow);
}
.dec-tl-L-gray {
    position: absolute;
    top: 45px;
    left: 205px;
    width: 165px;
    height: 25px; 
    z-index: 1;
    background-color: var(--div-light-gray);
}

.dec-bl-bracket {
    position: absolute;
    bottom: 27px;
    left: 25px;
    width: 303px;
    height: 400px;
    border-left: 20px solid var(--div-yellow);
    border-bottom: 20px solid var(--div-yellow);
    z-index: 2;
}
.dec-bl-gray {
    position: absolute;
    bottom: 27px;
    left: 45px;
    width: 303px;
    height: 400px;
    border-left: 15px solid var(--div-dark-gray);
    border-bottom: 36px solid var(--div-dark-gray);
    z-index: 1;
}
.dec-bl-T-gray {
    position: absolute;
    bottom: 27px;
    left: 45px;
    width: 100px;
    height: 400px;
    border-top: 36px solid var(--div-dark-gray);
    z-index: 1;
}

.dec-tr-bracket {
    position: absolute;
    top: 39px;
    right: 51px;
    width: 232px;
    height: 110px;
    border-top: 10.5px solid var(--div-yellow);
    border-right: 10px solid var(--div-yellow);
    z-index: 3;
}
.dec-tl-yellow-1{
    position: absolute;
    top: 39px;
    right: 275px;
    width: 10px;
    height: 21px;
    background-color:var(--div-yellow);
    z-index: 3;
}
.dec-tl-yellow-2{
    position: absolute;
    top: 143px;
    right: 51px;
    width: 25px;
    height: 6px;
    background-color:var(--div-yellow);
    z-index: 3;
}
.dec-tr-gray {
    position: absolute;
    top: 42px;
    right: 51px;
    width: 225px;
    height: 103px;
    border-top: 19px solid var(--div-light-gray);
    border-right: 36px solid var( --div-light-gray);
    z-index: 1;
}
.dec-br-black {
    position: absolute;
    top: 149.9px;
    right: 0;
    width: 90px;
    height: 55px;
    background-color: var(--div-black);
    z-index: 5;
}    
.dec-br-gray {
    position: absolute;
    top: 91px;
    right: 76px;
    width: 29px;
    height: 232px;
    background-color: var(--div-dark-gray);
    z-index: 2;
}   
.dec-br-bracket {
    position: absolute;
    bottom: 28px;
    right: 53px;
    width: 230px;
    height: 20px;
    background-color:var(--div-yellow);
}

@media (max-width: 991px) {
    .bg-decorations {
        display: none; 
    }
.map-preview {
        position: fixed; 
        top: 370px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(10px);
        width: 85vw;
        max-width: 90vw;
    }
}   

