/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.3.1760939763
Updated: 2025-10-20 05:56:03

*/

.girl-dropdown-btn span.img-search {
    position: absolute;
    top: 0;
    right: 0;
    background: #FF1E7A;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 21px;
}

.girl-dropdown-btn span.img-search img {
    max-width: 19px;
}


/* ====  grid after over css===*/
.acf-gallery-item:hover .gallery-hover-inn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: 0.6s ease;
}
.gallery-hover-inn a.whatsapp {
    background: #2E941C;
}
.gallery-hover-inn div:nth-child(2) {
    text-align: right;
}
.gallery-hover-inn .inn-btn {
    padding-bottom: 5px;
}
.gallery-hover-inn a {
	text-decoration:none;
    background: #262424;
    width: 82px;
    display: inline-block;
    border-radius: 2px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    padding: 2px 0px;
}
.gallery-hover-inn {
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    background: #FF1E7A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 18px;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.6s ease;
    
}



.gallery-hover-inn h3, .gallery-hover-inn p {
    margin: 0;
    padding: 1px 0px;
    font-weight: 400;
}

.gallery-hover-inn strong {
    font-weight: 400;
}

.gallery-hover-inn p {
    font-size: 13px;
}

.gallery-hover-inn h3 {
    font-size: 15px;
}

/*=== grid after over end ==*/
.all-post-bnr h2 {
    color: #ffffff;
    font-size: 41px;
}
aside#right-sidebar {
    display: none;
}

#ageVerifyPopup button {
    padding: 7px 17px;
    border-radius: 4px;
    margin: 0px 5px;
    font-size: 15px;
    cursor: pointer;
}



button#yes18 {
    background: #FF1E7A;
    color: #ffffff;
    border-color: #FF1E7A;
}
#ageVerifyPopup h2 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

#ageVerifyPopup p.registred {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}

#ageVerifyPopup div {
}
.girl-sidebar input#girlCatSearch {
    width: 91%;
    padding: 14px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.all-post-bnr {
    background-image: url(https://gaklogistics.in/city-desires/wp-content/uploads/2025/10/Container-2.png);
    height: 218px;
    background-repeat: no-repeat;
    background-position: center center;
	display:flex;
	align-items:center;
	justify-content:center;
	background-size:cover;
}


.girl-dropdown-btn span {
    position: absolute;
    right: 86px;
    top: 21%;
    display: flex;
    align-items: center;
}
    .girl-dropdown-wrapper {
        position: relative;
        text-align: left;
    }
    .girl-dropdown-btn {
    padding: 0px 12px;
    cursor: pointer;
    background: #fff;
    height: 50px;
    line-height: 50px;
}

.girl-dropdown-search:focus-visible {
    outline: 1px solid #dddddd;
    border: none;
}

    .girl-dropdown-list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    max-height: 353px;
    overflow-y: scroll;
    z-index: 9999;
    margin-top: 5px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    overflow-x: hidden;
}
    .girl-dropdown-list.show { display: block; }
   .girl-dropdown-search {
    width: 97%;
    margin: 7px 13px;
    display: block;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
    .girl-option {
        padding: 8px 12px;
        cursor: pointer;
    }
    .girl-option:hover {
        background: #f0f0f0;
    }




.hei-cst p {
    margin-top: 0;
    line-height: 1.5;
    text-align: center;
}
.cst-form .wpcf7-submit {
    color: #ffffff;
}
        /* Popup Styling */
        .popup { display: none; position: fixed; z-index: 9999; inset: 0; background: rgba(0,0,0,0.7); justify-content: center; align-items: center; }
        .popup-content {
    background: #fff;
    width: 90%;
    max-width: 950px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    align-items: center;
}
    .close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #ffffff;
    z-index: 55555;
    background: #31313199;
    height: 22px;
    line-height: 22px;
    border-radius: 6px;
    width: 24px;
    text-align: center;
}

        .popup-left, .popup-right { flex: 1; min-width: 300px; position: relative; }
        .popup-main-img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        display: block;
        height: 450px !important;
        object-fit: cover;
        }
        .popup-thumbs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
        .popup-thumbs img { width: 70px; height: 70px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 2px solid transparent; }
        .popup-thumbs img.active { border-color: #4caf50; }
        .popup-right h2 {
    margin: 5px 0px;
}
        .popup-right p {
    margin: 5px 0;
}
.popup-buttons a.call {
    background: #1A1A1A;
}
        .popup-buttons { display: flex; gap: 10px; margin-top: 15px; }
        .popup-buttons a {
    display: inline-block;
    width: calc(100% - 50%);
    background: #29B73E;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    height: 37px;
    line-height: 40px;
}
        .popup-buttons a.whatsapp { background: #25d366; }
        .popup-buttons a:hover { opacity: 0.8; }

        /* Slider Arrows */
        #prev-img, #next-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    background: #ffffffc7;
    padding: 0px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
}
        #prev-img { left: 10px; }
        #next-img { right: 10px; }
  
  
.popup-right .popup-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-right .popup-wrp span.avail {
    display: block;
    background: #2E941C;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    margin: 9px 0px;
}
.popup-right .popup-wrp span.start {
    display: block;
    margin: 9px 0px;
}
.popup-content .popup-right {
    background: #FFEDF4;
    padding: 20px 20px;
}


.single-post-bnr {
    background-image: url(https://gaklogistics.in/city-desires/wp-content/uploads/2025/10/Container.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 218px;
    background-position: center center;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.single-post-bnr h1.archive-title {
    color: #ffffff;
    font-size: 41px;
}

.container-satic {
    max-width: 1140px;
    margin: 0 auto;
}


.girl-filter select {
    width: 100%;
    height: 50px;
    border-radius: 0 !important;
    border: none;
}

.girl-filter select option {
    padding: 13px 0px !important;
    height: 30px !important;
}


body {margin:0px;}
.custom-testimonial .sp-testimonial-free {
    position: relative;
}
.custom-testimonial .sp-testimonial-client-rating {
    position: absolute;
    top: 24px;
    left: 27px;
}

.custom-testimonial .sp-testimonial-client-image {
    position: absolute;
    bottom: 4px;
    left: 29px;
}

.custom-testimonial .swiper-wrapper {
    height: 100% !important;
}

.custom-testimonial .sp-testimonial-free {
    height: 280px;
    padding: 42px 18px;
}


.custom-testimonial  p {
    text-align: left !important;
}

.custom-testimonial h4, .custom-testimonial .sp-testimonial-client-designation {
    text-align: left !important;
    margin-bottom: 0 !important;
    padding-left: 42px !important;
	font-size:13px !important;
}



.custom-testimonial  p {
    text-align: left !important;
}

.custom-testimonial h4, .custom-testimonial .sp-testimonial-client-designation {
    text-align: left !important;
    margin-bottom: 0 !important;
    padding-left: 42px !important;
}

.custom-testimonial  .sp-testimonial-client-designation {
    text-align: left;
}

.custom-testimonial .sp-testimonial-content p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.custom-testimonial .sp-testimonial-client-testimonial {
    margin-bottom: 56px;
	    margin-top: 20px;
}

.custom-testimonial .sp-testimonial-client-designation {
    line-height: 0.9;
}
.review-star {
	height:inherit;
}

.custom-testimonial .swiper-button-prev, .custom-testimonial .swiper-button-next {
    border-color: #FF1E7A !important;
    border-radius: 4px;
}

.cst-form label {
    color: #ffffff;
}

.cst-form input.wpcf7-text, .cst-form textarea {
    background: #1A1A1A;
    border: 1px solid #2A2A2A;
    padding: 15px 20px;
    margin-top: 7px;
    color: #ffffff;
}

input.wpcf7-submit {
    background: #FF1E7A;
    width: 100%;
}

.cst-form p {
	width:100%;
}
.cst-form textarea {
    height: 120px;
}
.cst-form .wpcf7-submit {
    width: 100% !important;
    padding: 17px 0px !important;
}


.cst-nav a.eael-item-active, .cst-nav a {
    background: transparent !important;
}


.acf-gallery-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.acf-gallery-grid .acf-gallery-item {
    flex: 0 0 32%;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.acf-gallery-grid .acf-gallery-item>img {
    max-width: 100%;
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.acf-gallery-grid span.verify {
    position: absolute;
    top: 7px;
    left: 10px;
    background: #2E941C;
    color: #ffffff;
    padding: 4px 19px;
    border-radius: 5px;
}


@media (max-width:767px) {
	.all-girls-wrapper {flex-direction:column;}
	.girl-sidebar {position:static !important;}
	.popup-main-img {
		height: 256px !important;
	}
	.gallery-hover-inn {
		display:none;
	}
	.popup-right p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
	.acf-gallery-grid .acf-gallery-item>img {
		height:100%;
	}
	
	.acf-gallery-grid .acf-gallery-item {
    flex: 0 0 47%;
   
}
	
	.acf-gallery-grid {
    gap:17px;
   }
	
	
}

@media (max-width:1024px) {
	.call-whats-fxd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
    
    .girl-filter select {
        width:100%;
    }
    
   .popup {
    z-index: 555;
    height: 100%;
    overflow-y: scroll;
}
    
}



  
  