/*
Pune Escort Service — Refit Stylesheet
Class names preserved from original. Every visual property redesigned.

Old palette: dark brown #2e1c10 + hot pink #f5018d + white text
New palette: deep midnight teal #0a1f2e + warm amber #f59e0b + soft cream #fef3c7
Layout: spacious modern cards, rounded corners, soft shadows, refined typography
*/

*,
body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    box-sizing: border-box;
}

body {
    background: linear-gradient(135deg, #0a1f2e 0%, #0f2942 50%, #0a1f2e 100%) fixed;
    color: #fef3c7;
    line-height: 1.6;
    min-height: 100vh;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.img-texts {
    width: 100%;
    float: left;
}

.imgs {
    width: 50%;
    float: left;
}

.imgs img {
    width: 90%;
    margin-top: 20px;
    height: 340px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.texts {
    width: 50%;
    float: left;
}

.wrapper {
    width: 1080px;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.left-bg {
    position: fixed;
    left: 0;
    display: none;
}

.right-bg {
    position: fixed;
    right: -20px;
    display: none;
}

.tstimg img {
    width: 50%;
    float: left;
    padding: 20px;
    border-radius: 14px;
}

.logo {
    padding: 14px 0 0 0;
    width: 39%;
    float: left;
}

.logoes {
    padding: 14px 0 0 0;
    width: 59%;
    float: left;
    position: relative;
    z-index: 9999;
}

.logoes a {
    color: #fcd34d;
    font-size: 22px;
    padding: 14px 6px;
    float: right;
    transition: color 0.25s ease, transform 0.25s ease;
}

.logoes a:hover {
    color: #f59e0b;
    transform: translateY(-2px);
}

.logo img {
    width: 100%;
    border-radius: 8px;
}

.logo-content {
    text-align: right;
    font-size: 16px;
    color: #fcd34d;
    left: 346px;
    top: 65px;
    position: absolute;
}

.young {
    font-size: 28px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    color: #fef3c7;
    padding: 14px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.young a {
    color: #f59e0b;
    text-decoration: none;
    transition: color 0.25s ease;
}

.young a:hover {
    color: #fcd34d;
    text-decoration: underline;
}

.middle-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 31, 46, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 1;
    z-index: -9;
    border-radius: 16px;
    border: 1px solid rgba(245, 158, 11, 0.15);
}

.middle-box {
    margin: 20px 0 0 0;
    position: relative;
    border-radius: 16px;
    z-index: 999;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.menu-trigger {
    background: linear-gradient(135deg, #0a1f2e, #0f2942);
    border-top: #f59e0b solid 3px;
    display: none;
    color: #fef3c7;
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 0 0 12px 12px;
    font-weight: 600;
}

.menu-trigger:hover {
    text-decoration: underline;
    color: #f59e0b;
}

ul#menu {
    padding: 0;
    margin: 0;
    background: linear-gradient(135deg, #0a1f2e, #0f2942);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

ul#menu li {
    list-style: none;
    display: inline-block;
}

ul#menu li a {
    text-decoration: none;
    color: #fef3c7;
    display: inline-block;
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.25s ease;
    border-bottom: 2px solid transparent;
}

ul#menu li a:hover,
ul#menu li a.active {
    color: #f59e0b;
    border-bottom-color: #f59e0b;
    background: rgba(245, 158, 11, 0.08);
}

.main-div {
    margin: 0;
}

.banner-box {
    padding: 14px 18px;
}

.banner {
    padding: 0;
    margin-bottom: 14px;
    text-align: center;
}

.banner img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    display: block;
}

.left {
    width: 600px;
    float: left;
    padding: 20px;
}

.right:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 41, 66, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
    z-index: -9;
    border-radius: 14px;
    border: 1px solid rgba(245, 158, 11, 0.15);
}

.right {
    width: 280px;
    float: right;
    padding: 20px;
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 14px;
}

.main-content {
    padding: 20px;
}

.main-head {
    color: #f59e0b;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.small-head {
    color: #f59e0b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.text {
    font-size: 15px;
    color: #fef3c7;
    text-align: left;
    line-height: 1.75;
    padding: 12px 0;
}

.service {
    margin-bottom: 20px;
}

.service ul {
    margin: 0;
    padding: 0;
}

.service ul li {
    list-style: none;
    margin-left: 28px;
    background: url(../images/tick.png) no-repeat left center;
    background-size: 16px;
    padding-left: 28px;
    border-bottom: 1px solid rgba(245, 158, 11, 0.15);
    padding-top: 10px;
    padding-bottom: 10px;
}

.service ul li a {
    color: #fef3c7;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    display: block;
    transition: color 0.25s ease;
}

.service ul li a:hover {
    color: #f59e0b;
    padding-left: 6px;
}

.escort {
    width: 200px;
    float: left;
    margin: 14px 14px;
    background: rgba(15, 41, 66, 0.6);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(245, 158, 11, 0.15);
    transition: all 0.3s ease;
}

.escort:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(245, 158, 11, 0.2);
    border-color: #f59e0b;
}

.escort-lg {
    width: 200px;
    float: left;
    margin: 14px 14px;
    background: rgba(15, 41, 66, 0.6);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(245, 158, 11, 0.15);
    transition: all 0.3s ease;
}

.escort-lg:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(245, 158, 11, 0.2);
    border-color: #f59e0b;
}

.escort-lg-hm {
    width: 165px;
    float: left;
    margin: 10px 14px;
    background: rgba(15, 41, 66, 0.6);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(245, 158, 11, 0.15);
    transition: all 0.3s ease;
}

.escort-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border: none;
    border-bottom: 3px solid #f59e0b;
    display: block;
    transition: transform 0.4s ease;
}

.escort:hover .escort-img img {
    transform: scale(1.05);
}

.escort-link {
    margin: 16px 0;
    text-align: center;
}

.book {
    padding: 10px 24px;
    text-decoration: none;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #0a1f2e;
    border-radius: 999px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.3);
    border: none;
}

.photoGallery {
    margin-left: -10px;
    margin-bottom: 18px;
    margin-top: 18px;
}

.escort:hover .book {
    background: linear-gradient(135deg, #fcd34d, #f59e0b);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.4);
}

.book:hover {
    background: linear-gradient(135deg, #fcd34d, #f59e0b);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.4);
}

.footer {
    margin: 14px;
    position: relative;
    z-index: 9999;
}

.footer-menu {
    text-align: center;
    background: linear-gradient(135deg, #0a1f2e, #0f2942);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(245, 158, 11, 0.15);
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.footer-menu ul li:before {
    color: #f59e0b;
    position: absolute;
    width: 0;
    top: 10px;
    height: 20px;
    padding-right: 20px;
}

.footer-menu ul li:first-child:before {
    content: ' ';
    color: #f59e0b;
    position: absolute;
    width: 0;
    top: 10px;
    height: 20px;
    padding-right: 20px;
}

.footer-menu ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 14px 10px 18px;
    color: #fef3c7;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.25s ease;
}

.footer-menu ul li a:hover {
    color: #f59e0b;
}

.copy {
    color: #fef3c7;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    opacity: 0.85;
}

.logosection {
    width: 100%;
    float: left;
}

.text ul {
    margin: 0;
    padding: 0 0 0 18px;
}

.text ul li {
    font-size: 15px;
    color: #fef3c7;
    line-height: 1.7;
    padding: 8px 0;
    list-style: disc;
}

.text ul li span {
    color: #fcd34d;
    font-weight: 600;
    font-size: 15px;
}

.text ul li span a {
    color: #fcd34d;
}

.text ul li span a:hover {
    text-decoration: none;
    color: #f59e0b;
}

.text a {
    color: #f59e0b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.text a:hover {
    color: #fcd34d !important;
    text-decoration: underline;
}

.pop-left {
    width: 250px;
    float: left;
}

.pop-left img {
    width: 100%;
    border-radius: 12px;
}

.pop-right {
    width: 350px;
    float: left;
}

.pop-right table {
    width: 450px;
}

.pop-right table tr td {
    padding: 6px 12px;
}

.text-2 {
    padding: 18px 0;
}

.text-2 table {
    border-collapse: collapse;
    border: 1px solid #f59e0b;
    width: 100%;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
}

.text-2 table tr th {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #0a1f2e;
    padding: 10px;
    border: 1px solid #f59e0b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
}

.text-2 table tr td {
    padding: 10px;
    color: #fef3c7;
    border: 1px solid rgba(245, 158, 11, 0.2);
    text-align: center;
}

.where-escort {
    background: rgba(15, 41, 66, 0.7);
    border: 1px solid rgba(245, 158, 11, 0.2);
    padding: 16px 16px 24px;
    margin: 40px 18px 0 18px;
    border-radius: 14px;
}

.escort-list ul {
    padding: 0 0 0 16px;
    margin: 0;
    width: 160px;
    float: left;
}

.escort-list ul li {
    list-style: none;
}

.escort-list ul li a {
    color: #fef3c7;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.25s ease;
}

.escort-list ul li a:hover {
    text-decoration: underline;
    color: #f59e0b;
}

.content {
    padding: 20px;
}

.contact-us {
    line-height: 1.3;
    font-weight: 700;
    font-size: 24px;
    color: #f59e0b;
    padding: 12px 0;
}

.input-label {
    width: 160px;
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #fef3c7;
}

.inputs {
    margin: 12px 0 0 0;
}

.input-form {
    width: 360px;
    float: left;
}

.inp {
    border: 1px solid rgba(245, 158, 11, 0.3);
    height: 36px;
    border-radius: 10px;
    width: 80%;
    background: rgba(10, 31, 46, 0.6);
    padding: 4px 12px;
    color: #fef3c7;
    font-size: 14px;
    transition: all 0.25s ease;
}

.inp:focus {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.textarea {
    border: 1px solid rgba(245, 158, 11, 0.3);
    height: 90px;
    border-radius: 10px;
    width: 80%;
    background: rgba(10, 31, 46, 0.6);
    padding: 8px 12px;
    color: #fef3c7;
    font-size: 14px;
    transition: all 0.25s ease;
    resize: vertical;
}

.textarea:focus {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.escorts-details {
    color: #fef3c7;
    border-bottom: 2px solid #f59e0b;
    padding: 12px 14px;
    background: rgba(10, 31, 46, 0.5);
}

.p1 {
    font-size: 17px;
    text-align: center;
    padding-bottom: 6px;
    font-weight: 600;
    color: #fcd34d;
    letter-spacing: -0.01em;
}

.p2 {
    font-size: 13px;
    text-align: center;
    color: #fef3c7;
    opacity: 0.85;
    line-height: 1.6;
}

.left-text {
    width: 250px;
    float: left;
}

.left-text img {
    width: 100%;
    border-radius: 12px;
    border: 2px solid #f59e0b;
}

.right-text {
    width: 580px;
    float: left;
    margin-left: 28px;
}

.escort-style img {
    width: 100%;
    border-radius: 12px;
    border: 2px solid rgba(245, 158, 11, 0.3);
    margin-top: 16px;
    transition: all 0.3s ease;
    display: block;
}

.escort-style:hover img {
    border-color: #f59e0b;
    transform: scale(1.03);
}

.escorts {
    width: 100%;
    margin-bottom: 12px;
}

h1 {
    color: #f59e0b;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 16px 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

h2.main-head {
    color: #f59e0b;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0 12px;
    letter-spacing: -0.01em;
}

a {
    color: #f59e0b;
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: #fcd34d;
}

/* Responsive */
@media screen and (max-width: 1024px) {
    .left-bg {
        display: none;
    }
    .right-bg {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .tstimg img {
        width: 95%;
        border-radius: 14px;
    }
    .texts {
        width: 100%;
        float: left;
    }
    .imgs {
        width: 100%;
        float: left;
    }
    .imgs img {
        width: 100%;
        float: left;
        height: 100%;
        margin-bottom: 14px;
    }
    .young {
        font-size: 32px;
        padding-bottom: 12px;
    }
    .young p a {
        color: #f59e0b;
        font-size: 36px;
        padding-top: 10px;
    }
    .service ul li {
        border-bottom: 1px solid rgba(245, 158, 11, 0.2);
    }
    .footer-menu ul li a {
        font-size: 18px;
    }
    .service ul li a {
        font-size: 24px;
    }
    .escort-list ul li a {
        font-size: 24px;
    }
    .escort-list ul {
        width: 100%;
    }
    .logo {
        width: auto;
        text-align: center;
        float: none;
    }
    .logo img {
        width: 85%;
    }
    .logo-content {
        display: none;
    }
    .wrapper {
        width: auto;
        margin: 0 16px;
    }
    .left-text {
        width: auto;
        text-align: center;
        float: none;
    }
    .left-text img {
        width: auto;
    }
    .right-text {
        width: auto;
        float: none;
    }
    .menu-trigger {
        display: block;
    }
    .menu-bar {
        padding: 16px;
    }
    h1 {
        font-size: 32px;
    }
    .main-head {
        font-size: 30px;
        padding: 10px;
    }
    .small-head {
        font-size: 26px;
        padding: 8px;
    }
    .text {
        font-size: 22px;
    }
    ul#menu {
        background: linear-gradient(135deg, #0a1f2e, #0f2942);
        margin: 0 16px;
        border: 1px solid #f59e0b;
        display: none;
        border-radius: 12px;
    }
    ul#menu li {
        list-style: none;
        line-height: 44px;
        display: block;
        border-bottom: 1px solid rgba(245, 158, 11, 0.2);
    }
    ul#menu:last-child {
        border-bottom: none;
    }
    ul#menu li a {
        text-decoration: none;
        color: #fef3c7;
        display: block;
        padding: 14px 20px;
        font-size: 22px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
    }
    ul#menu li a:hover,
    ul#menu li a.active {
        color: #f59e0b;
        background: rgba(245, 158, 11, 0.08);
    }
}

@media screen and (max-width: 920px) {
    .logoes {
        padding: 10px 0 0 0;
        width: 75%;
        float: left;
    }
    .logoes a {
        font-size: 48px;
        text-align: center;
    }
    .left {
        width: auto;
        float: none;
    }
    .right {
        float: none;
        width: auto;
    }
    .escorts {
        width: auto;
        text-align: center;
        margin: 12px 0;
    }
    .escort {
        width: 45%;
        float: left;
        text-align: center;
    }
    .escort-lg {
        width: 95%;
        text-align: center;
        margin-right: 14px;
    }
    .escort-lg .p1 {
        font-size: 26px;
    }
    .escort-lg .p2 {
        font-size: 20px;
    }
    .escort img {
        width: auto;
    }
}

@media screen and (max-width: 680px) {
    .logoes {
        padding: 10px 0 0 0;
        width: 90%;
        float: left;
    }
    .logoes a {
        font-size: 48px;
        text-align: center;
    }
    .escort {
        width: 95%;
        text-align: center;
        margin-right: 14px;
    }
    .escort img {
        width: 80%;
    }
    .book {
        display: block;
        padding: 14px 0;
    }
}

@media screen and (max-width: 420px) {
    .logoes a {
        font-size: 42px;
        text-align: center;
    }
    .contact-us {
        font-size: 20px;
    }
    .logo img {
        width: 80%;
    }
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #f59e0b;
    background: #0a1f2e;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    z-index: 999999;
    padding: 10px 0;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-script-center a {
    text-decoration: none;
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.sample-window {
    width: 350px;
    padding: 8px;
    border: 2px solid #f59e0b;
    background-color: #0a1f2e;
    color: #fef3c7;
    display: none;
    border-radius: 12px;
}

.plainmodal-close {
    background: #0a1f2e none repeat scroll 0 0;
    color: #fef3c7;
    cursor: pointer;
    font-size: 32px;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 24px;
    border-radius: 8px;
}

.sample-window .plainmodal-close {
    display: inline-block;
    padding: 2px 6px;
    color: #fef3c7;
    background-color: #f59e0b;
}

.sample-window .plainmodal-close:hover {
    background-color: #fcd34d;
}

.sample-button {
    width: 98%;
    margin: 6px;
    padding: 6px 0;
    border-radius: 8px;
    color: #0a1f2e;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

#demo {
    width: 450px;
    padding: 24px 40px;
    color: #fef3c7;
    background: linear-gradient(135deg, #0a1f2e, #0f2942);
    border: 1px solid #f59e0b;
    border-radius: 14px;
    display: none;
    font-family: 'Inter', sans-serif;
}

#demo:after {
    content: "";
    clear: both;
    display: block;
}

#demo p {
    font-size: 16px;
}

#demo .sample-head {
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: 700;
    color: #f59e0b;
}

#demo img {
    float: left;
    margin-right: 12px;
    box-shadow: none;
    border-radius: 10px;
}

#demo .plainmodal-close {
    position: absolute;
    width: 45px;
    height: 45px;
    right: -15px;
    top: -15px;
    background: #f59e0b;
    border-radius: 50%;
}

#demo .plainmodal-close:hover {
    background: #fcd34d;
}

.pop-over {
    background: #0a1f2e;
    color: #fef3c7;
    padding: 24px;
    display: none;
    width: 670px;
    border-radius: 14px;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

@media (max-width: 767px) {
    .pop-over {
        width: auto;
    }
    .escort {
        width: 95%;
        text-align: center;
        margin-right: 14px;
    }
    .escort img {
        width: 80%;
    }
}

.inputs {
    margin-top: 12px;
}

.inputs-label {
    width: 220px;
    float: left;
}

.inputs-input {
    width: 280px;
    float: left;
}

.inputs-input textarea {
    height: 110px;
    padding: 8px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 10px;
    background: rgba(10, 31, 46, 0.6);
    width: 100%;
    color: #fef3c7;
    font-size: 14px;
}

.inputs label {
    color: #fef3c7;
    font-size: 16px;
    font-weight: 500;
}

.inputs-inp {
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 10px;
    background: rgba(10, 31, 46, 0.6);
    width: 100%;
    padding: 8px 12px;
    color: #fef3c7;
    font-size: 14px;
}
