body {
    margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif,
               "Apple Color Emoji", "Segoe UI Emoji",
               "Segoe UI Symbol", "Noto Color Emoji";
    color: #fff;
    background: #0b0621
}

:root {
    /* color */
    --body-color: #191919;
    --primary-gradiant: linear-gradient(180deg, #00315A 0%, #063760 100%);
    --secondary-gradiant: linear-gradient(180deg, #005193 0%, #00529E 100%);
    --secondary-gradiant-02: linear-gradient(180deg, #00315A 0%, #02213A 100%);
    --yellow-gradiant: linear-gradient(95.04deg, #D6B509 0.86%, #F83B00 98.56%);
    --primary-color: #191919;
    --secondary-color: #2b3f8a;
    --pink-color: #ef4264;
    --rawani-color-01: #6f86dd;
    --rawani-color-02: #6f86dd;
    --rawani-color-03: #eaaada;
    --rawani-color-04: #d53274;
    --rawani-color-05: #d64db2;
    --light-red-color: #e74c3c;
    --hover-text-color: #e4bbbb;
    --light-navy-blue-color: #2980b9;
    --green-color: #27ae60;
    --yellow-color: #D6B509;
    --yellow-color-01: #fd0;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: #ffc3c4;
    --gray-color: #ccc;
    --gray-text-color: #939393;
    --gray-text-color-01: #858585;
    /* Font Family */
    --primary-font: "Poppins", sans-serif;
    /* spacing */
    --section-extra-big-spacing: 112px;
    --section-big-spacing: 100px;
    --section-mid-spacing: 80px;
    --section-spacing: 40px;
    /* header-less-spacing: */
    --header-less-spacing: 96px;
    --escort-details-col-left-width: 555px;
}

body {
  user-select: none;
}


a {
    text-decoration: none;
    color: #49ff1b
}



.h1,
h2,
h3 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: inherit;
    font-style: oblique;
}

.h1 {
    font-size: 34px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 24px
}

.telphone{
    font-size: 30px;
    font-weight:800;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    margin: 0;
    font-family: inherit;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background-image: linear-gradient(to right, #138a47, #0b4617);
  border-top: 2px solid #ff0;
  margin: 15px 0;
}

.marquee-text {
  display: inline-block;
  animation: scrollText 15s linear infinite;
}

@keyframes scrollText {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}


.img-responsive {
    width: 100%
}
.highlight {
  background-color: #B50303;
}



.bg-ft-color {
    background-image: -webkit-linear-gradient(0deg, #0b0621 0%, #890606, #0b0621 100%);
    color: #fff
}

.fullwidth {
    float: left;
    width: 100%;
    line-height: 1.3;
    min-height: 2em;
    margin: 0 0 12px;
}

.sectioncolor {
    background-image: -webkit-linear-gradient(90deg, #0b0621 0%, #890606 100%)
}

.p-5 {
    clear: both;
    padding: 20px
}

.br-top40 {
    clear: both;
    padding-top: 25px
}
.br-bottom25 {
    padding-bottom: 10px
}

.br-bottom40 {
    padding-bottom: 40px
    
}

.br-top25 {
    padding-top:-10px
}

.padd-space {
    padding: 10px 0
}
.card-grid {
  contain: layout paint;
}

.contentp_gap p {
    margin-bottom: 15px
}
.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 205px;   /* display size */
    height: auto;
}

.float3, .float4 {
  will-change: transform;
}


.disclamer-box {
    background-image: -webkit-linear-gradient(90deg, #0b0621 0%, #890606 100%);
    padding: 20px;
    border-radius: 10px;
    margin: 25px 10px 30px 10px
}



.bgwhite {
    padding: 0;
    border-radius: 10px;
    float: left
}



.container {
    width: 86%;
    margin-right: auto;
    margin-left: auto
}
* {
    box-sizing: border-box;
    margin: 0;
}


section,
.xy-spacing {
    padding-left: 12px;
    padding-right: 12px;
}

.w-100 {
    width: 100% !important;
}
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates 4 equal columns */
    grid-gap: 15px; /* Adds a 30px gap between items */
}


.text-rawani-05 {
    color:#FFFF00;
}
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.img-wrap {
    max-height: 550px;
    width: auto;
    float: none;
    overflow: hidden;
    position: relative;
    min-height: 550px;
}
.card-col {}
.card-col a {
    display: block;
    padding: 5px 0;
    font-weight: 500;
    font-size: 19px;
    text-decoration: none;
    text-align: left;
    color: var(--white-color);
}

.card-col span {
    color: var(--rawani-color-04);
    font-size: 13px;
    letter-spacing: 1.2px;
    display: block;
    margin-bottom: 5px;
}



.img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 550px;
    object-fit: cover;
}


.img-inner-card {
    grid-gap: 5px;
    bottom: 20px;
    right: 10px;
}

.text-uppercase {
    text-transform: uppercase;
}

.hover-text {
    transition: all 0.3s;
}

.girl-rating {
    width: 23px;
    height: 20px;
    background-color:#990000;
    padding: 2px 8px;
    border-radius: 2px;
    margin: 2px;
    float: right;
}

.d-align {
    display: flex !important;
    align-items: center !important;
}

.d-align-justify {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hourse-left,
.customer-reivew {
    float: left;
    width: 47%;
}

.contact-number-wrap {
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-top: 8px;
}

.contact-number-wrap small {
    font-size: 17px;
    color: var(--white-color);
}
.heading-review {
    width: 100%;
    float: left;
}
.heading-review .hover-text {
    margin-top: 10px;
}

.heading-review .review a {
    width: 46%;
    float: left;
    text-align: center;
}

.heading-review .review a.callnow {
    background:#660000;
}

.heading-review .review a.whatapp,
.heading-review .review a.callnow {
    float: left;
    width: 45%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 5px;
    font-size: 12px;
}

.hover-txt-rawaini a.whatapp:hover {
    color: white !important;
    background: #018c3c;
}
.heading-review .review a.whatapp {
    background: #006a2d;
    margin-left: 12px;
}
 .hover-txt-rawaini a.callnow:hover {
     color: white !important;
     background: #920000;
}

.heading-review .review a {
    display: inline-block !important;
    width: auto;
    margin: 0px 6px;
    float: right;
}

.card-col .heading-review a.hover-text,
.heading-review .review {
    float: left;
    width: 50%;
}
.varified-card {
    min-width: 70px;
    min-height: 40px;
    width: max-content;
    background-color: var(--black-color);
    padding: 2px 8px;
    border-radius: 2px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
}



.verified-bg {
    background-color: var(--green-color);
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.bothpadd15 {
    padding-left: 15px
}

.col-md-4 {
    width: 27%;
    position: relative;
    min-height: 1px;
    float: left
}

.col-md-8 {
    width: 70%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 12px
}

.col-md-12 {
    width: 100%
}

.hvr-float-shadow {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #fff0;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgb(0 0 0 / .35) 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}


.imgbox {
    background-image: -webkit-linear-gradient(0deg, #d932b7 0%, #890670 100%);
    box-shadow: 0 0 8px 1px #fff
}


.main-menu {
    width: 100%;
    z-index: 3;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.gallery-card {
    float: left;
    width: 24.99999%
}

.model-innr {
    margin: 5px
}

.model-innr img {
    width: 100%;
    background-image: -webkit-linear-gradient(0deg, #d932b7 0%, #890670 100%);
    box-shadow: 0 0 4px 1px #fff;
    border-radius: 8px
}

.accordion__list {
    overflow: hidden;
    margin: 0 auto 0 auto
}

.accordion__list .accordion {
    margin-bottom: 10px
}

.accordion__title {
    padding: 16px 24px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0b0621;
    transition: 0.3s all
}

.accordion__content-wrap {
    overflow: hidden;
    transition: 0.2s all ease-in-out;
    border: 1px solid #fff
}

.accordion__content {
    padding: 24px
}

.arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s
}
.text-center{
    text-align:center;
    line-height:1.3;
    min-height:2.6em;  /* space for 2 lines on mobile */
    margin: 12px 0;
    
}
::selection{background:var(--yellow-color);color:var(--white-color);}

 @media (max-width: 767px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 970px;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .gallery-card {
    width: 50%;
    margin: 3px 0;
  }
}

@media (max-width: 601px) {
  .telphone {
    font-size: 24px;
  }
}


@media (max-width: 500px) {
  .gallery-card {
    width: 50%;
    box-sizing: border-box;
  }
}


@media (max-width: 991px) {
  .container {
    max-width: 750px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

@media (max-width:767px) {

    .copyright p {
        font-size: 13px
    }
    .bgwhite {
        padding: 6px
    }
    
    .bothpadd15 {
        padding-left: 0
    }
    
    .accordion__list {
            width: auto
            
        }
    .disclamer-box {
            width: auto
            
        }
   
    .p-5 {
            clear: both;
            padding: 10px
            
        }
    .col-md-4 {
        width: 100%
    }
    .col-md-8 {
        width: 100%;
        padding-left: 0
    }
    
    .container {
        width: 100%
    }
    
    .row {
        margin-right: 5px;
        margin-left: 5px
    }


}


@media (max-width: 768px) {
  .fullwidth {
    min-height: 700px;
  }
}

@media (max-width: 768px) {
  .banner {
      width:1200;
      Height:625;
  }
}

.tag-container {
 display:flex;
 flex-wrap: wrap;
  gap: 8px;
  justify-content: center; /* optional: center-align tags */
}

.tag {
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: 600;
    white-space: nowrap;
     color: white;
}

.tag.red {
    background-color: #b00020;
}

.tag.red a {
    color: #ffffff;
    text-decoration: none;
}

.tag.red a:hover {
    color: #f5f5f5;
}

.tag.blue {
    background-color: #0056b3;
}

.tag.blue a {
    color: #ffffff;
    text-decoration: none;
}

.tag.blue a:hover {
    color: #e6e6e6;
}
/* Yellow tag */
.tag.yellow {
    background-color: #f9a825; /* darker, readable yellow */
}

/* Make link readable inside tag */
.tag.yellow a {
    color: #000000;
    text-decoration: none;
}

.tag.yellow a:hover {
    color: #222222;
}

/* Green background */
.tag.green {
    background-color: #2e7d32;
}

/* Fix link contrast */
.tag.green a {
    color: #ffffff;
    text-decoration: none;
}

.tag.green a:hover {
    color: #e0e0e0;
}
/* Teal background */
.tag.teal {
    background-color: #00796b;
}

/* Fix link contrast */
.tag.teal a {
    color: #ffffff;
    text-decoration: none;
}

.tag.teal a:hover {
    color: #e0e0e0;
}
.tag a { color: #fff; }

/* Orange background */
.tag.orange {
    background-color: #e65100;
}

/* Pink background */
.tag.pink {
    background-color: #f8bbd0;
}

/* Fix link contrast */
.tag.pink a {
    color: #000000;
    text-decoration: none;
}

.tag.pink a:hover {
    color: #222222;
}
.tag a {
    text-decoration: none;
}

.float3 {
    position: fixed;
    width: 42px;
    height: 42px;
    bottom: 15px;
    right: 15px;
display: flex;
    justify-content: center;
    align-items: center;
    background-color: #089a25;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
    z-index: 100;
    padding: 0;
}
.float4 {
    position: fixed;
    width: 42px;
    height: 42px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;
    background-color: #e10600;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
    z-index: 100;
    padding: 0;
}
.accordion__content-wrap {
  will-change: height;
}


.call img{width:24px}
.whatsapp img{width:24px}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Four equal columns */
  gap: 10px;
  padding: 10px;
  justify-items: center; /* centers items inside their grid cells */
}