html {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Open Sans";
    font-style: normal;
    position: relative;
    margin: 0;
    padding: 0;
}
header {
    display: block;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text-area h2a:focus {
    outline: 0;
    outline-offset: 0;
}
a {
    text-decoration: none;
    color: #ffe200;
}
.text-center {
    text-align: center;
}
.container {
    width: 1170px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8 {
    float: left;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-12 {
    width: 100%;
}
.spacer-single {
    clear: both;
    display: block;
    height: 20px;
    width: 100%;
}
.menu-sec {
    width: 100%;
    z-index: 3;
}
.menu-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.menu-sec .logo {
    display: none !important;
    float: left;
    height: auto;
    font-weight: 400;
    padding: 10px 30px;
    font-size: 18px;
    background-image: linear-gradient(98.3deg, rgba(0, 0, 0, 1) 10.6%, rgba(255, 0, 0, 1) 97.7%);
    color: #fff !important;
    margin-left: 64px;
    font-family: "Open Sans", sans-serif;
    text-shadow: 2px 2px 2px #000;
}
.menu-sec li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    /* margin-right: 25px; */
    background-color: #e60707;
    color: #fff;
    /* transition: all 0.3s ease-in-out; */
    /* text-transform: uppercase; */
    font-weight: 700;
    /* text-shadow: 2px 2px 2px #000; */
    font-size: 15px;
    /* padding: 10px 20px 10px 40px !important; */
    display: block;
}
.menu-sec .menu-btn:hover,
.menu-sec li a:hover {
    color: #fff;
    background-color: #561499;
    border-color: #fff;
    padding: 10px 40px 10px 40px !important;
}
.menu-sec .logo {
    display: block;
    float: left;
    height: auto;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff !important;
    margin-top: 5px;
    margin-left: 64px;
}
.menu-sec .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}
.menu-sec .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 20px 15px;
    position: relative;
    user-select: none;
    border: 1px solid #eec400 !important;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
}
.menu-sec .menu-icon .navicon {
    background: #d20000;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    position: relative;
    transition: background 0.2s ease-out;
}
.menu-sec .menu-icon .navicon:after,
.menu-sec .menu-icon .navicon:before {
    background: #d20000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    border-radius: 1px;
}
.menu-sec .menu-icon .navicon:before {
    top: 7px;
}
.menu-sec .menu-icon .navicon:after {
    top: -7px;
}
.menu-sec .menu-btn {
    display: none;
}
.menu-sec .menu-btn:checked ~ .menu {
    max-height: 700px;
    padding-bottom: 20px;
}
.menu-sec .menu-btn:checked ~ .menu-icon .navicon {
    background: 0 0;
}
.menu-sec .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.menu-sec .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.menu-sec .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
.menu-sec .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
}
@media (max-width: 570px) {
    .main-title h1,
    .main-title h1 a {
        font-size: 22px !important;
    }
}
@media (min-width: 48em) {
    .menu-sec li {
        float: left;
    }
    .menu-sec li a {
        padding: 13px 30px;
    }
    .menu-sec .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .menu-sec .menu-icon {
        display: none;
    }
}
.menu_cont {
    position: relative;
    padding: 10px 0 10px 0;
    background: #000;
    /*border-bottom: 2px solid #eec400;*/
}
.banner {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 5.6%, #cf5a85 97.7%);
    border-bottom: 1px solid #eec400;
}
.bnr-text-1 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    display: block;
    font-size: 50px;
    color: #ffa700 !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
}
.bnr-text-2 {
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    display: block;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
}
.bnr-text-3 a {
    color: #f52f67;
}
.bnr-text-3 {
    /* padding: 20px 0; */
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    display: block;
    font-size: 30px;
    color: #ffa700 !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #0a089f;
}
.bnr-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.prfl-bg {
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 5.6%, #a99262 97.7%);
    padding: 30px;
}
.girls-profile-content {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: rgb(179 172 172); */
}
.girls-list {
    top: auto;
    left: auto;
    position: relative;
    /* width: 33.3%; */
    margin: 0 0 30px 0;
    box-shadow: 0 1px 5px 1px #c907b1;
    /* padding: 5px; */
    overflow: hidden;
    transition: all 0.3s;
    /* border: 1px solid #141414; */
    background-color: #005c61;
}

.avl-nw img {
    width: 100%;
    display: block;
}
.info {
    padding: 10px;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    height: auto;
    width: auto;
    display: block;
    overflow: auto;
}
.info span {
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}
.info span img {
    display: inline-block;
}
.stars {
    float: right;
}
.clear-fix {
    clear: both;
    display: block;
}
.info .city-name {
    margin: 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #560057;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    float: left;
}
.ctgry-title {
    display: block;
    color: #fff;
    text-align: right !important;
    width: 100%;
}
.text-img img {
    width: 100%;
    display: block;
}
.text-area {
    background-color: #000000;
    padding: 10px;
}
.heama {
    background-color: #6c57c3;
    padding: 15px;
}
.text-area h1 {
    text-align: center;
    color: #a200bf;
    line-height: 45px;
}
.text-area p {
    font-family: "Port Lligat Sans", Sans-serif;
    line-height: 35px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    padding: 18px;
    text-align: center;
}
.port-lligat sans-regular {
  font-family: "Port Lligat Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.leftbox {
    padding: 30px 0;
}
.text-area p b {
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    color: #0056c5;
    /* text-shadow: 2px 2px 2px #000; */
}
.text-area a {
    font-weight: 700;
    color: #930165;
}
.text-area h4 {
    font-family: "Open Sans", sans-serif;
    color: #00b6ff;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
    font-size: 23px;
}
.text-area h2 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 30px;
    line-height: 50px;
    font-family: "ui-monospace";
    font-weight: 700;
    color: #d30000;
    text-align: center;
}
.text-area h2 a {
    color: #ff7801;
}
h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 30px;
    line-height: 50px;
    font-family: "ui-monospace";
    font-weight: 700;
    color: #e308c6;
    text-align: center;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* color: #fff; */
    font-size: 22px;
    line-height: 49px;
}
footer h5 {
    font-family: "Open Sans", sans-serif;
    color: #ff7801 !important;
    font-size: 18px;
    margin: 0 0 10px 0;
}
footer p {
    margin-top: 0;
    color: #fbefef;
    line-height: 25px;
    font-size: 14px;
}
footer {
    background-image: linear-gradient(to bottom, rgb(43 1 61) 5.6%, rgb(69 4 51) 97.7%);
    padding-top: 30px;
    border-top: 3px solid #ff7801;
    /* margin-top: 20px; */
    text-align: center;
    /* background: #000022; */
}
footer a {
    color: #fff9ac;
}
.menu-footer-navigation {
    padding: 20px 0 15px 0;
    list-style: none;
    margin: 0;
}
.ylw-clr {
    color: #ff7801 !important;
}
#footer-navigation {
    border-top: 1px solid rgb(251 244 244);
    background-color: #0d0045;
}
.menu-footer-navigation li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    float: left !important;
}
.menu-footer-navigation li {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 18px;
    padding-left: 15px;
    vertical-align: top;
}
.menu-footer-navigation li a {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 12px;
    font-size: 0.99rem;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}
.menu-footer-navigation {
    display: block;
    height: auto;
    overflow: auto;
    width: auto;
}
@media only screen and (max-width: 767px) and (min-width: 499px) {
    .marg {
        margin-top: 160px;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .menu-sec li a {
        padding: 10px 20px 10px 20px !important;
    }
    .menu-sec li a:hover {
        padding: 10px 20px 10px 20px !important;
    }
}
@media (max-width: 991px) {
    .container {
        width: 750px;
    }
    .menu-sec li a {
        padding: 10px 10px 10px 10px !important;
        margin-right: 10px;
    }
    .prfl-bg {
        padding: 5px;
    }
}
@media (max-width: 767px) {
    .girls-list {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    .avl-nw {
        width:100%;
    }
    .bnr-txt {
        min-height: 250px;
    }
    
    .bnr-text-2 {
        font-size: 17px;
    }
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .call {
        top: 86%;
    }
    .ftr-menu ul {
        display: block !important;
    }
    .ftr-menu ul li {
        float: none;
        margin-right: 0;
        list-style-type: none;
        margin-bottom: 10px;
    }
    footer h6 {
        float: none !important;
        margin-bottom: 15px;
    }
    .menu-footer-navigation li:first-child {
        padding-left: 0 !important;
    }
    .w100 {
        width: 100%;
    }
    .banner h1 {
        line-height: 37px !important;
        font-size: 25px !important;
        border-bottom: 1px solid #ffa700;
    }
    .bnr-txt {
        padding: 0 !important;
    }
    .main-bnr-btns a {
        margin-bottom: 5px;
    }
    .brand-sec {
        height: auto;
    }
}
@media (max-width: 499px) {
    .bnr-txt {
        min-height: 180px !important;
    }
    .bnr-txt {
        padding: 5px;
    }
    .bnr-text-2 {
        font-size: 14px;
    }
    .girls-profile-content {
        margin-top: 20px;
    }
    .info .city-name {
        float: none;
        display: block;
    }
    .ctgry-title img {
        display: none !important;
    }
    .text-area h2, 
    .text-area h3 {
        text-align: center;
        font-size: 24px;
        line-height: 35px;
    }
    .welcome {
        padding: 0 10px;
    }
    .menu-footer-navigation li {
        float: none !important;
        display: block;
        padding: 0;
        border: none;
        margin-bottom: 10px;
    }
    .hm-abt-text {
        padding: 0 !important;
    }
}
.banner h1 {
    font-size: 2.55rem;
    text-align: center;
}
.banner h1 a {
    color: #000;
}
.text-area ul li {
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
}
.text-area img {
    display: block;
}
/* Styling for the buttons */
  .button-container {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 9999; /* Ensure it appears on top of other content */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .button {
    margin-bottom: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    font-size: 20px;
  }
.call-button {
    background-color: #730867;
    color: #ffffff;
}
.whatsapp-button {
    background-color: #063f06;
    color: #f3f3f3;
}
.faq-container {
    max-width: 800px;
    margin: auto;
    background-color: #1a1a1a;
    padding: 20px;
}
    .faq-item {
    border-bottom: 1px solid #63ffdb;
    padding: 10px 0;
}
.faq-question {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-question:hover {
    color: #faff1b;
}
.faq-answer {
    display: none;
    margin-top: 10px;
    color: #fbfbfb;
    font-size: 1.2rem;
    line-height: 1.9rem;
}
.toggle-icon {
      font-size: 1.2rem;
      transition: transform 0.2s ease-in-out;
}
.toggle-icon.open {
      transform: rotate(180deg);
}
.footer-navigation, p {
    color:white;
}