
p.hotel-offer-detail{
    color:var(--primary-1) !important;
}


.title-inquiries {
    color: var(--primary-1);
    text-align: center;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dot-inquiries {
    padding: 0 343px 0px 0px;
    z-index: -1;
}

.border-inquiries {
    border-radius: 20px !important;
    border: 3px solid var(--primary-2);
    padding: 40px;
    background-color: white;
}

.body-light-map {
    color: var(--primary-2);
    font-family: 'HelveticaNeueLTArabic', sans-serif !important;
    font-size: medium;
    font-weight: 100;
}

.fram-inquiries-bg {
    background-color: var(--primary-2)0d;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: min-content;
    height: fit-content;
}
span.title.a-padding {
    padding: 0 0 0 39px;
    font-size: small !important;
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
}
.top-postion {
    position: relative;
    top: -8px;
}

.contact-with {
    color: var(--primary-1);
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
    font-size: medium;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.number-inquiries ul{
    color: var(--primary-2);
    font-family: 'HelveticaNeueLTArabic', sans-serif !important;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}

/* Base styles for all info divs */
[class^="div-border"] {
    display: none;
    border: 1px solid #ccc;
    background-color: white;
    color: #cc1616;
    height: fit-content;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
    width: 200px;
    z-index: 100;
    transition: all 0.3s ease;
    padding:1rem 0;
}

/* Position divs relative to the map */
.div-border1, .div-border2, .div-border3,
.div-border4, .div-border5, .div-border6,
.div-border7, .div-border8, .div-border9,
.div-border10, .div-border11 {
    top: 50%;
    transform: translateY(-50%);
}

/* LTR positioning - closer to the map */
[dir="ltr"] [class^="div-border"] {
    left: calc(65% + 10px);
    right: auto;
}

/* RTL positioning - closer to the map */
[dir="rtl"] [class^="div-border"] {
    right: calc(50% + 10px);
    left: auto;
}

/* iPad specific adjustments (1024px and below) */
@media screen and (max-width: 1024px) {
    [class^="div-border"] {
        width: 200px;
    }

    /* More precise positioning for iPad */
    [dir="ltr"] [class^="div-border"] {
        left: calc(50% + 5px);
    }

    [dir="rtl"] [class^="div-border"] {
        right: calc(50% + 5px);
    }
}

/* Tablet landscape (768px-1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    [class^="div-border"] {
        width: 160px;
        font-size: 14px;
    }
}

/* Tablet portrait (768px-1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    [class^="div-border"] {
        width: 180px;
    }
}

/* Mobile devices (below 768px) */
@media screen and (max-width: 767px) {
    [class^="div-border"] {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none;
        margin: 10px auto;
        width: 80%;
        max-width: 250px;
    }

    .svg-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* SVG container styles */
.svg-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.responsive-map {
    width: 100%;
    max-width: 450px; 
    height: auto;
    display: block;
}

/* Hover effect for SVG paths */
svg path:hover {
    fill: var(--dark-grey, var(--primary-2)8f) !important;
}

.info-div {
    position: absolute;
    z-index: 1000;
    display: none;
    max-height: 80vh; /* prevent overflow */
    overflow-y: auto; /* add scroll if needed */
}
