* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Figtree';
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Bold.eot');
    src: url('../fonts/Figtree-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Bold.woff2') format('woff2'),
        url('../fonts/Figtree-Bold.woff') format('woff'),
        url('../fonts/Figtree-Bold.ttf') format('truetype'),
        url('../fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-SemiBold.eot');
    src: url('../fonts/Figtree-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('../fonts/Figtree-SemiBold.woff') format('woff'),
        url('../fonts/Figtree-SemiBold.ttf') format('truetype'),
        url('../fonts/Figtree-SemiBold.svg#Figtree-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Regular.eot');
    src: url('../fonts/Figtree-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Regular.woff2') format('woff2'),
        url('../fonts/Figtree-Regular.woff') format('woff'),
        url('../fonts/Figtree-Regular.ttf') format('truetype'),
        url('../fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a {
    text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    outline-offset: 0 !important
}

body {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: #000;
    position: relative;
    font-family: 'Figtree';
}
body::-webkit-scrollbar-thumb {
    background-color: #2a3158;
    border-radius: 8px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #2c3e70;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 8px;
    background-color: transparent;
}

body::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #2c3e70;
    border: 1px solid transparent;
    border-radius: 30px;
}

*::-webkit-scrollbar-thumb {
    background-color: #2a3158;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #2c3e70;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 8px;
    background-color: transparent;
}

*::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #d0bb68;
    border: 1px solid transparent;
    border-radius: 30px;
}
.container {
    box-sizing: border-box;
    width: calc(100% - 160px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.relative {
    position: relative;
}
.mobile {
    display: none !important;
}

.d-grid {
    display: grid;
}

.two-clm {
    grid-template-columns: repeat(2, 1fr);
}

.three-clm {
    grid-template-columns: repeat(3, 1fr);
}

.gap-30 {
    gap: 30px;
}
.hidden {
  opacity: 0;
  position: relative;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}
.section-padding{
    padding: 60px 0;
}
.section-title {
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: rgb(35, 85, 155);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
}
.gg-search::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}
.gg-phone {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transform: scale(var(--ggs, 1));
}
.gg-phone::after,
.gg-phone::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
.gg-phone::after {
  width: 18px;
  height: 18px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 12px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  left: 2px;
  bottom: 2px;
  background:
    linear-gradient(to left, currentColor 10px, transparent 0) no-repeat right
      11px/6px 4px,
    linear-gradient(to left, currentColor 10px, transparent 0) no-repeat -1px 0/4px
      6px;
}
.gg-phone::before {
  width: 20px;
  height: 20px;
  border: 6px double;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
  bottom: 2px;
  left: 2px;
}
.gg-chevron-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px;
}
header{
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
}
.search-box{
    display: flex;
    align-items: center;
    position: relative;
}
.search-box {
    flex: 1;
}
.search-box input{
    border: none;
    color: #fff;
    outline: none;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(27.5px);
    backdrop-filter: blur(27.5px);
    border-radius: 200px;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}
.search-box button{
    border: none;
    background: transparent;
    position: absolute;
    cursor: pointer;
    color: #E7000B;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
}
.booking-box{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(27.5px);
    backdrop-filter: blur(27.5px);
    border-radius: 200px;
    padding: 10px;
}
.main-logo a, .main-logo a svg{
    display: block;
}
.main-logo img {
    max-width: 187px;
}
.booking-box{
    color: #E7000B;
}
.booking-box .gg-phone{
    color: #E7000B;
}
.booking-drop svg{
    fill: #E7000B;
}
.booking-number{
    position: relative;
}
.booking-drop{
    position: absolute;
    top: 131%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 10px;
    min-width: 200px;
    z-index: 10;
}
.booking-drop a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.booking-drop a:hover{
    background: rgba(255, 255, 255, 0.05);
    text-shadow: 0 0 10px rgba(231, 0, 11, 0.8), 0 0 20px rgba(231, 0, 11, 0.5);
    color: #E7000B;
}
.booking-drop a:last-child{
    border-bottom: none;
}
.booking-drop a span:first-child{
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.booking-drop a span svg{
    width: 20px;
}
.modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  /* When active */
  .modal.active {
    opacity: 1;
    pointer-events: auto;
  }

  /* Modal content animation */
  .modal-content {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 30px;
    width: 50%;
    max-width: 90%;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
  }

  .modal.active .modal-content {
    transform: translateY(0);
    opacity: 1;
  }

  .modal-content input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(27.5px);
    backdrop-filter: blur(27.5px);
    border-radius: 200px;
    padding: 15px 15px 15px 50px;
    color: #fff;
  }
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}
  .close-modal {
    cursor: pointer;
    font-size: 36px;
    color: #E7000B;
    transform: scale(1);
    transition: transform 0.3s ease, text-shadow 0.3s ease;
    }

    .close-modal:hover {
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(231, 0, 11, 0.8), 0 0 30px rgba(231, 0, 11, 0.5);
    }


  .modal-body .gg-search {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #E7000B;
  }
  .modal-content button {
    margin-top: 20px;
    width: 100%;
    border: none;
    background: linear-gradient(to right, #dc2626, #b91c1c);
    color: #fff;
    padding: 15px;
    border-radius: 200px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  .modal-content button:hover {
    background: linear-gradient(to right, #b91c1c, #991b1b);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.5);
  }
  .dropdown-link{
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.4s ease;
    visibility: hidden;
  }
  .dropdown-link.dropdown-link-active{
    opacity: 1;
    visibility: visible;
}
.menu-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}
.menu-bar nav{
    flex: 1;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.menu-bar nav a{
    padding: 15px 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
}
.nav-link{
    padding: 10px;
    display: inline-block;
}
.nav-link::before{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #E7000B;
    transition: width 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.nav-link:hover::before{
    opacity: 1;
    visibility: visible;
    background: #E7000B;
}

.menu-bar nav a:hover{
    color: #d60e18;
    text-shadow: 0 0 10px rgba(231, 0, 11, 0.8), 0 0 20px rgba(231, 0, 11, 0.5);
}
.dropdown-menu-box{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 10px;
    min-width: 200px;
    z-index: 10;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    z-index: 999;

}
.dropdown-menu-box span{
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #E7000B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: bold;
}
.dropdown-menu-box a{
    display: block;
    padding: 10px !important;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.menu-img img{
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.menu-img img:hover{
    transform: scale(1.1);
}
.gg-close {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 40px;
}
.gg-close::after,
.gg-close::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 5px;
  top: 8px;
  left: 1px;
}
.gg-close::after {
  transform: rotate(-45deg);
}
/* Banner */
.banner-skeleton-loader{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
.banner-content{
    width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}
.banner-content img{
    width: 100%;
    height: auto;
    display: block;
}
.welcome-content{
    margin-top: 40px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.welcome-content h1{
    font-size: 32px;
    margin-bottom: 20px;
    color: #E7000B;
    text-transform: capitalize;
    line-height: 40px;
}
.welcome-content h1 span{
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    color: #3a3a3a;
    text-transform: uppercase;
}
.welcome-content p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
}
.recently-add{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding:30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}
.section-header h2{
    font-size: 28px;
    color: #E7000B;
}
.section-header a, .view-all-btn{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 5px;
    transition: all 0.3s ease;
}
.section-header a:hover{
    color: #d60e18;
    text-shadow: 0 0 10px rgba(231, 0, 11, 0.8), 0 0 20px rgba(231, 0, 11, 0.5);
}
.recently-waper{
    position: relative;
}
.recently-content{
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding : 15px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; 
}
.escort-card{
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 15px;
    max-width: 33.33%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    cursor: move
}
.escort-img{
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;  
    flex-shrink: 0;
}
.escort-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease;
}
.escort-card:hover .escort-img img{
    transform: scale(1.1);
}
.escort-card p{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.escort-card a{
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}
.escort-card a:hover{
    color: #d60e18;
    text-shadow: 0 0 10px rgba(231, 0, 11, 0.8), 0 0 20px rgba(231, 0, 11, 0.5);
}
.escort-card:hover{
    border-color: #E7000B;
    box-shadow: 0 0 15px rgba(231, 0, 11, 0.8), 0 0 30px rgba(231, 0, 11, 0.5);
}
.recently-content::-webkit-scrollbar-thumb {
    background-color: #E7000B;
    border-radius: 2px;
    height: 1px !important;
}

.recently-content::-webkit-scrollbar-thumb:hover {
    background: #E7000B;
}

.recently-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 2px;
    background-color:rgba(255, 255, 255, 0.15); ;
}

.recently-content::-webkit-scrollbar {
    width: 1px !important;
    height: 3px !important;
    background-color: transparent;
}

.scroll-btn {
  position: absolute;
  top: 15px;
  bottom: 15px;
  background: #e7000c5e;
  color: white;
  font-size: 28px;
  padding: 8px 12px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
}
.scroll-btn:hover {
  background: #E7000B;
  text-shadow: 0 0 10px rgba(231, 0, 11, 0.8), 0 0 20px rgba(231, 0, 11, 0.5);
}
.scroll-btn.left {
  left: 0px;
}

.scroll-btn.right {
  right: 0px;
}

.scroll-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.trending-waper .escort-card{
    flex-direction: column;
}
.below-section-header{
    padding: 0 30px 30px 0px;
    display: flex;
    justify-content: space-between;
}
.main-prof-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.main-escort-card{
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.main-escort-img {
    width: 100%;
    /*height: 350px;*/
    overflow: hidden;
}
.main-escort-img img{
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.main-escort-card:hover .main-escort-img img{
    transform: scale(1.1);
}
.main-escort-card:hover{
    border-color: #E7000B;
    box-shadow: 0 0 15px rgba(231, 0, 11, 0.8), 0 0 30px rgba(231, 0, 11, 0.5);
}
.main-escort-details p{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.main-escort-details a{
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}
.escort-info{
    padding: 15px;
}
.escort-info{
    color: #fff;
}
.escort-info span{
    display: block;
    font-size: 14px;
}
.main-escort-img{
    position: relative;
    overflow: hidden;
}
.main-escort-img a{
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: 0.3s ease;
    display: block;
}
.main-escort-card:hover .main-escort-img a{
    background: #E7000B;
    text-shadow: 0 0 10px rgba(231, 0, 11, 0.8), 0 0 20px rgba(231, 0, 11, 0.5);
    bottom: 0;
}
.below-section-header h2{
    font-size: 24px;
    color: #E7000B;
}
.below-section-header a{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 5px;
    transition: all 0.3s ease;
}
.below-section-header a:hover{
    color: #d60e18;
    text-shadow: 0 0 10px rgba(231, 0, 11, 0.8), 0 0 20px rgba(231, 0, 11, 0.5);
}
.rating{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #E7000B;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 20px;
}
.star{
    color:#f0c51a
}
.choose-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.choose-img {
    border: 5px solid #E7000B;
    border-radius: 99999px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(231, 0, 11, 0.8), 0 0 30px rgba(231, 0, 11, 0.5);
}
.choose-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.choose-box{
    padding: 20px 70px 20px 20px;
    background: #181818bd;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 19px 15px 46px 0px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    min-height: 150px;
    display: flex;
    align-items: center;
    margin-top: 54px;
}
.choose-box p{
    font-size: 20px;
}
.choose-box svg{
    height: 30px;
    width: 30px;
    color: #fff;
}
.choose-icon{
    background: #E7000B;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0px 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-icon::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0px;
    left: -10px;
    background: #b60f17;
    border-radius: 15px 0px 0px;
    transition: all 0.4s ease 0s;
}
.text-grid, .text-img .col{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.why-choose {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.why-choose h2{
    font-size: 28px;
    color: #E7000B;
    margin-bottom: 20px;
}
.text-img .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.text-img-con{
    height: 600px;
    border-radius: 99999px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(231, 0, 11, 0.8), 0 0 30px rgba(231, 0, 11, 0.5);
    border: 5px solid #E7000B;

}
.text-sec h2, .text-sec h3{
    font-size: 28px;
    color: #E7000B;
    margin-bottom: 20px;
    line-height: 36px;
}
.text-sec p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
}
.text-sec{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.accordion {
  margin: 20px auto;
  font-family: sans-serif;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #e72b35;
  margin-bottom: 15px;
}

.accordion-header {
  width: 100%;
  background: #E7000B;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  color: #fff;
}

.accordion-header:hover {
  background: #E7000B;
}

.accordion-header.active {
  background: #E7000B;
}

/* animation-friendly */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #292828;
}

.accordion-content-inner {
  padding: 15px 20px;
}

.faq-grid{
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 30px;
    align-items: center;
}
.faq-grid img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.faq h2{
    font-size: 28px;
    color: #E7000B;
    margin-bottom: 20px;
}
footer {
    background-color: #212121;
    padding: 50px 0 0 0;
    color: #fff;
}
.footer-heading-area h5 {
    border-bottom: 1px solid #E7000B;
    display: inline-flex;
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 20px;
}
.footer_inquery_area {
    border-left: 2px solid #E7000B;
    margin-top: 25px;
    padding-left: 9px;
    padding-top: 5px;
}
.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500;
}
.footer_inquery_area h3 {
    font-weight: 500;
    padding-top: 8px;
    font-size: 24px;
}
.footer_inquery_area h3 a{
    color: #E7000B;
}
.footr-row{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 20px;
}

.footer_link_area {
    padding-top: 20px;
}
.footer_link_area ul li {
    padding-bottom: 15px;
}
.footer_link_area ul{
    list-style: none;
    padding: 0 ;
}
.footer_link_area ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}
/*.footr-row .col {
    margin-left: 15%;
}*/
.cp-ryt {
    background-color: #000;
    padding: 15px 0;
    text-align: center;
}
.copyright_left p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


#location{
    width: 100%;
    padding: 10px;
    font-size: 20px;
}
a strong {
    color: #d19579;
}


/*Footer Fixed and Serch Bar  START*/
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.lcol,
.rcol {
    float: left;
    width: 33.3%;
}

.lcol a,
.rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.lcol {
    background-color: #fd275a;
}

.rcol {
    background-color: #1db556;
}
.lcol.telegram {
    background-color: #3390ec;
}

.city_droupdown_bg {
    background: #0e0e0e;
    padding: 15px 0;
    text-align: center;
    min-height: inherit;
}
.select-option {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.select-option select {
    background: #b90009;
    padding: 13px 10px;
    border-radius: 3px;
    border: #b90009 solid 1px;
    color: #fff;
    font-size: 15px;
    width: 700px;
}
.select-option label {
    color: #fff;
    font-size: 17px;
    font-family: Poppins, sans;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0;
}
.select-option label span {
    animation: 0.5s infinite alternate mover;
    font-size: 20px;
    line-height: 16px;
    margin-left: 15px;
    display: inline-block;
}
.select-option button {
    background: #b90009;
    padding: 8px 20px 4px;
    cursor: pointer;
    height: 48px;
    border: none;
}
.select-option .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*Footer Fixed and Serch Bar END */
@media (max-width: 1199px) {
    .escort-card{
        width: 400px;
        max-width:400px
    }
    .banner-content{
        width: 100%;
    }
    .main-prof-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
}


@media (max-width: 991px) {
    .container {
        width: calc(100% - 40px);
    }
    .menu-bar{
        border: none;
    }
    .menu-bar nav{
        position: fixed;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100vh;
        background: #000;
        display: block;
        padding: 50px 30px 30px 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        overflow-y: auto;
        transition: all 0.4s ease;
        z-index: 1000;
    }
    header{
        position: relative;
        z-index: 1001;
    }
    .modal-content{
        width: 80%;
    }
    .menu-bar nav.active{
        left: 0;
    }
    .dropdown-menu-box{
        position: static;
        transform: none;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
    .dropdown-menu-box{
        padding: 0;
        border-top: none;
        border-radius: 0;
    }
    .nav-link{
        padding: 10px 0 !important;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 18px !important;
    }
    .dropdown-menu-box span{
        font-size: 16px;
        background: #1b1a1a;
    }
    .mobile{
        display: block !important;
    }
    .desktop{
        display: none !important;
    }
    nav .mobile .search-box{
        margin-bottom: 20px;
    }
    .gg-menu {
        transform: scale(var(--ggs, 1));
    }
    .gg-menu,
    .gg-menu::after,
    .gg-menu::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        background: currentColor;
    }
    .gg-menu::after,
    .gg-menu::before {
        content: "";
        position: absolute;
        top: -6px;
    }
    .gg-menu::after {
        top: 6px;
    }
    .menu-bar nav .gg-close{
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .banner-content{
        width: 100%;
        margin-top: 20px;
    }
    .choose-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .faq-grid {
        grid-template-columns: calc(30% - 30px) calc(70% - 30px);
    }
    .footr-row{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .footr-row .col {
    margin-left:0;
}
}
@media (max-width: 767px) {
    .select-option select {
        width: 280px;
    }
    .menu-bar nav{
        width: 100%;
    }
    .header-top{
        gap: 10px;
    }
    .booking-drop{
        background: #000;
        right: -100px;
        left: unset;
    }
    .booking-box span:nth-child(2){
        display: none;
    }
    .desk-search input::placeholder {
        color: transparent;
    }
    .desk-search button{
        z-index: -1;
        padding: 0;
    }
    .desk-search{
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 50%;
        cursor: pointer;
        flex: 0;
    }
    .desk-search input{
        height: 43px;
        width: 43px;
    }
    .welcome-content h1{
        font-size: 24px;
        line-height: normal;
    }
    .welcome-content h1 span{
        font-size: 18px;
        line-height: normal;
    }
    .recently-content{
        margin-bottom: 30px;
    }
    .main-prof-grid, .text-grid, .faq-grid {
        grid-template-columns: 1fr;
    }
    .welcome-content{
        padding: 10px;
    }
}