/* image columns */

[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -.625rem
}

[class*=block-grid-]:before,
[class*=block-grid-]:after {
    content: " ";
    display: table
}

[class*=block-grid-]:after {
    clear: both
}

[class*=block-grid-]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 .625rem 1.25rem
}

@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }

    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }

    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
}

@media only screen and (min-width: 40.063em) {

    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }

    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }

    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
}

@media only screen and (min-width: 64.063em) {

    .large-block-grid-2>li {
        width: 33.33%;
        list-style: none
    }

    /* .large-block-grid-2>li:nth-of-type(1n) {
		clear: none
	} */

    /* .large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	} */
}

/* image border */
/* #grid-view-wrap .escort-profile-wrap-gallgold {
    border: solid 2px #fff !important;
    margin-bottom: 0;
    border-radius: 2;
    margin: 10px 5px;
} */
.escort-profile-wrap-gallgold {
    border: solid 2px #fff !important;
    margin-bottom: 0;
    border-radius: 2;
    margin: 10px 5px;
}

#grid-view-wrap .escort-profile-wrap-gallgold {
    margin-bottom: 0px !important;
}

.escort-profile-wrap-gallgold {
    margin-bottom: 0;
    margin: 0px 0px !important;
}

/* SLIDER */

.image-gallery-container {
    overflow-x: auto;
    white-space: nowrap;
}

.image-box {
    display: inline-block;

    /* Display images in a row */
    margin: 6px;
    vertical-align: top;
    /* Align images at the top of the row */
}



.image-box a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.image-box img {
    overflow: hidden;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid;
}

.image-name {
    font-size: 14px;
    margin-top: 5px;
    text-transform: capitalize;
    position: absolute;
    z-index: 1080;
    top: -23px;
    width: 100%;
    left: 0px;
    background: #c06;
    padding: 8px 9px;
    color: #fff;
    border-radius: 0 0 7px 7px;
    z-index: 0 !important;
}

/* Style the scrollbar track */
::-webkit-scrollbar {
    width: 12px;
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

/* Style the scrollbar track for Firefox */
/* Note: The scrollbar thumb in Firefox cannot be styled with CSS */
/* The track styling will only be applied in Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-white {
    color: #fff !important;
}

.float-right {
    float: right;
    padding-right: 30px;
    margin-top: 10px;
}

.profile-box a,
.image-box a:hover {
    color: #fff !important;
}

/* footer */

.primary_button {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin: 5px;
    padding: 10px 10px;
    background-color: #c06;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}


footer {
    display: block;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:after,
.w-container:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: flex-start;
    background-color: #fff;
    text-align: center
}

.footer-flex-container {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
    text-align: left
}

.footer-heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--c1);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none
}

.footer-link {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: color .2s;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    /* font-weight: 500; */
    text-decoration: none
}

.footer-link:hover {
    color: var(--c1);
    text-decoration: underline
}

.text-block {
    color: #66696d;
    font-size: 16px
}

.div-block-60,
.div-block-61,
.div-block-62 {
    font-size: 18px;
}

.with-love-from {
    margin-top: 7px;
    color: var(--c1);
    font-size: 16px;
    text-align: center
}

@media screen and (max-width:991px) {
    .footer {
        padding-right: 20px;
        padding-left: 20px
    }

    .footer-flex-container {
        color: #fff
    }
}

@media screen and (max-width:767px) {
    .footer {
        padding: 20px
    }

    .footer-flex-container {
        flex-direction: column
    }

    .list-3 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:479px) {
    li {
        font-size: 16px;
        line-height: 24px
    }

    .footer {
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
        text-align: left
    }

    .footer-flex-container {
        flex-direction: column
    }

    .footer-heading-2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 16px
    }

    .footer-link {
        margin-bottom: 8px;
        transition: color .2s;
        font-size: 16px
    }

    .footer-link:active,
    .footer-link:hover {
        color: #ed3833
    }

    .footer-container {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 24px;
        padding-bottom: 24px
    }

    .list-3 {
        margin-bottom: 0
    }
}

.text-block {
    font-size: 20px;
    padding-left: 20px;
    float: left
}

@media(max-width:900px) {
    body {
        font-size: 75%
    }
}

@media(max-width:991px) {
    .text-block {
        font-size: 15px
    }
}

/* for ul li font size */

ul.services li {
    margin: 0 0 7px;
    font-size: 19px;
}

/* whatsapp image & number */

.image-container {
    /* position: relative;
    display: inline-block */

    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.mobile-number {
    position: absolute;
    left: 51%;
    top: 69%;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #fff
}

@media screen and (max-width: 370px) {

    .mobile-number {
        position: absolute;
        bottom: 2px;
        right: 44px;
        background-color: transparent;
        padding: 10px;
        font-size: 12px;
        font-weight: 900;
        color: #fff
    }
}

/* Button category  */
.cat-btn {
    display: inline-block;
    box-sizing: border-box;
    width: calc(19%);
    text-align: center;
    margin: 5px;
    padding: 10px 0;
    background-color: #c06;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.cat-btn:hover {
    background-color: #00d1ff;
    color: #000000;
}

.cat-btn:nth-last-child(2) {
    background-color: #00d1ff;
    color: #000000;
}

.cat-btn:nth-last-child(2):hover {
    background-color: #c06;
    color: #ffffff;
}

@media (max-width: 767px) {
    .cat-btn {
        width: calc(46%);
        /* Adjust to 50% to have 2 buttons in a row on mobile */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cat-btn {
        width: calc(30%);
    }
}

/* call us & book now btn */

.top-cta-btn-for-escort-room {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
    flex-direction: row !important;
}