/* ======= COLOR VARIABLES ======= */
:root {
  --primary-color: #FA2866;
  --primary-dark: #0f5f94;
  --text-color: #222;
  --text-light: #444;
  --heading-color: #111;
  --background-color: #fff;
  --border-color: #e0e0e0;
  --light-bg: #f8f9fa;
  --bg-dark: #0F0F0F;
  --pink-black-gradient: linear-gradient(90deg, rgba(2, 2, 2, 1) 0%, rgba(250, 40, 102, 1) 50%, rgba(2, 2, 2, 1) 100%);
}

/* ======= RESET & BASE ======= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--text-color);
  background-color: var(--background-color);
  line-height: 1.6;
}

/* ======= HEADINGS ======= */
h1, h2, .h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "Amarante", serif;
}

h1 { font-size: 5.625rem; }
h2, .h2 { font-size: 60px; }
h3 { font-size: 3.125rem; }
h4{
    font-size: 45px;
}
h5{
    font-size: 40px;
}
h6{
    font-size: 30px;
}

/* ======= PARAGRAPH ======= */
p {
  margin-bottom: 1em;
  color: var(--text-light);
}

/* ======= LINKS ======= */
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

/* ======= BUTTON ======= */
.btn {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn:hover {
  background: var(--primary-dark);
}
.large-text {
    font-size: 100px;
    font-family: "Amarante", serif;
    line-height: normal;
    display: block;
}
/* ======= IMAGE ======= */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container-fluid {
    max-width: 1720px;
    padding: 0 50px;
}
.bg-dark {
    background-color: var(--bg-dark);
}
a.button {
    padding: 16px 32px;
    border-radius: 4px;
    line-height: 1;
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 0 6px rgba(250, 40, 102, 0.3);
    text-decoration: none;
    transition: all 0.25s ease;
    font-size: 1.125rem;
}
a.button:hover {
    box-shadow: 0 0 0 8px rgba(250, 40, 102, 0.5);
}
.primary-text {
    color: var(--primary-color);
}
.text-grey {
    color: #A8A8A8;
}
.inline-block {
    display: inline-block;
}
.gradient-section {
    background: var(--pink-black-gradient);
}
/* Pre Header */
.pre-header {
    background: var(--pink-black-gradient);
}
.pre-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pre-header ul li {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.pre-header ul li:last-child {
    border-right: hidden;
}
.pre-header ul li a {
    font-size: 1.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 300;
    text-decoration: none;
}

/* Header */
ul.navbar-nav li a {
    font-weight: 500;
    color: #fff;
    font-family: 'Inter';
    font-size: 1.25rem;
    padding: 0 !important;
    text-decoration: none   ;
}

ul.navbar-nav li a:hover, ul.navbar-nav li a.active {
    color: var(--primary-color) !important;
}
ul.navbar-nav li {
    padding: 0 15px;
}
.dropdown-toggle::after {
    content: "";
    width: 15px;
    display: inline-block;
    background-image: url(../images/drop-icon.webp);
    height: 9px;
    margin: 0 0 0 5px;
    border: hidden;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}

/* Hero */
section.hero-banner img {
    margin: 0 auto;
}
section.hero-banner {
    padding: 100px 0;
}
/* Escorts */
.swiper.mySwiper {
    overflow: inherit;
}
.escorts-section {
    background-image: url(../images/bg-es.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*  */
.packa-boxes {
    display: flex;
    flex-flow: column;
    row-gap: 30px;
}
.single-packa-box {
    background: var(--pink-black-gradient);
    padding: 20px;
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.single-packa-box img {
    width: 100px;
    flex-shrink: 0;
}
.packa-boxes > div:nth-child(2n) {
    flex-flow: row-reverse;
}
.single-pac {
    background-color: #0F0F0F;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
}
.price-box-pac {
    background: #FA2866;
    background: linear-gradient(181deg, rgba(250, 40, 102, 1) 0%, rgba(2, 2, 2, 0) 100%);
    border-radius: 10px 10px 0 0;
    padding: 30px;
}
.single-pac ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}   
.single-pac ul {
    list-style: none;
    margin: 10px 0 10px;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.single-pac a {
    display: inline-block;
}
.single-pac ul li {
    font-size: 26px;
    color: #fff;
    line-height: 1;
    padding: 20px 0;
    position: relative;
}
.single-pac ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--pink-black-gradient);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}
.single-pac ul li:last-child::after{
    display: none;
}
/* Services */
.serviec-box {
    padding: 40px;
    background-color: #0F0F0F;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
a.serviec-box {
    text-decoration: none;
    cursor: pointer;
}
.header-service-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.service-img-box {
    width: 100px;
    flex-shrink: 0;
}
ul.tick-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tick-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 8px 0 8px 40px;
}
ul.tick-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    background-image: url(../images/tick-imgs.webp);
}
.cta-section {
    padding: 90px 0;
}
a.white-btn {
    background-color: #fff;
    color: var(--primary-color);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.newsletter-form input[type="submit"] {
    width: 195px;
    background-color: var(--primary-color);
    border: hidden;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    height: 68px;
    border-radius: 0 50px 50px 0;
    flex-shrink: 0;
}
.newsletter-form {
    max-width: 670px;
    margin: 0 auto;
}
.newsletter-fields {
    display: flex;
    align-items: center;
    width: 100%;
}
.newsletter-fields input[type="email"] {
    width: 100%;
    height: 68px;
    border-radius: 50px 0 0 50px;
    border: hidden;
    padding: 0 20px;
}
.newsletter-box {
    padding: 50px 20px;
    margin-top: 50px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 3fr 1fr 2fr 3fr;
    gap: 40px;
}
.first-footer-column {
    background-color: rgba(2, 2, 2, 0.12);
    padding: 20px;
    border-radius: 10px;
}
.first-footer-column img {
    margin: 0 auto;
}
.footer-grid h6 {
    color: #fff;
    font-size: 21px;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 20px;
}
.footer-grid h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
}
.footer-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    row-gap: 10px;
}
.footer-grid ul li a {
    color: #fff;
    font-weight: 300;
}
.single-contact {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.single-contact img {
    width: 60px;
    flex-shrink: 0;
}
.text-s-contact p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.text-s-contact a {
    font-weight: 600;
    color: #fff;
}
.contact-infos {
    display: flex;
    flex-flow: column;
    row-gap: 20px;
}

a.link-escort-name {
    color: #fff;
}
a.link-escort-name:hover {
	color:var(--primary-color);
	text-decoration:none;
}


.premium-list {
    position: sticky;
    top: 9.375rem;
    max-height: calc(100vh - 9.375rem);
    overflow-y: auto;
    scrollbar-width: none;
}
.premium-list .gradient-border {
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    opacity: 25%;
    transition: all .3s ease;
}
.premium-list .gradient-border {
    background-color: var(--primary-color);
    padding: 1rem;
    font-size: 20px;
    margin: 0 0 20px 0;
}
.premium-list .gradient-border.active {
    opacity: 1;
}
.prime-list-element {
    --radius: 1rem;
    padding: 2rem;
    box-shadow: 0rem 3.75rem 3.75rem 0rem rgba(0, 0, 0, 0.8);
    /* border-radius: 1rem; */
}
.gradient-border {
    --radius: .625rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.5rem);
    position: relative;
    border-radius: var(--radius);
}
.gradient-border h3 {
    font-size: 20px;
    margin: 0;
}
.prime-list-element a.primary-text:hover {
    color: var(--primary-color);
}
a.inner-link:hover {
    color: var(--primary-color);
}
.img-blog img {
    border-radius: 20px;
}
li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu li a {
    color: #000;
}
.nav-link:focus{
    color: #fff !important;
}

li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
    background: rgb(17, 17, 17);
    border-radius: 0;
}
ul.dropdown-menu li a {
    color: #fff;
} 
ul.dropdown-menu li a {
	background-color:transparent !important
}
ul.dropdown-menu li {
    padding: 6px 15px;
}

.call-float, .whatsapp-float {
    position: fixed;
    right: 20px;
    z-index: 999;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    animation: fadeInUp 0.6s ease-in-out;
}	
.whatsapp-float {
    bottom: 70px;
    background-color: #25d366;
}