@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rye&display=swap');
body {
    background: #111;
    user-select: none;
}

body.modal-open>*:not(.modal) {
    filter: blur(10px);
}

.modal-content {
    background-color: #111;
    border: none;
    max-width: 370px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content h5 {
    font-family: Rye;
    font-size: 30px;
    color: #F4128E;
    text-align: center;
}

.modal-content p {
    font-family: Roboto;
    font-size: 15.6px;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
}

.btn-success {
    background-color: #1C7EF2;
    border: none;
}

.btn-success:hover {
    background-color: #1C7EF2;
}

.btn-danger {
    background-color: #21BEB7;
    border: none;
}

.photo-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.photo-box img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: #F4128E;
    font-weight: 600;
}

/* Blur effect */

.blurred {
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
}

strong {
    color: #ffffff;
    font-weight: 600;
}

.about-text strong {
    font-weight: 700;
    color: inherit;
}

.about-text a {
    font-weight: 700;
    color: #F4128E;
}

.welcome-card a {
    font-weight: 700;
    color: #F4128E;
}

.review-tag strong {
    color: #FFFFFF;
}

h1 {
    font-family: Rye;
    text-align: center;
    color: #F4128E;
    font-size: 32.4px;
    /*text-transform: uppercase;*/
}

h1,
h2,
h3 {
    font-family: Rye;
    text-align: center;
    color: #F4128E;
    /*text-transform: uppercase;*/
}

h3 {
    font-family: Rye;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
}

button {
    font-family: Roboto;
}

h4 {
    font-family: Rye;
    text-align: justify;
    color: #F4128E;
}

p {
    font-family: Roboto;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15.6px;
    text-align: center;
    text-align: justify;
}

h5,
h6 {
    font-family: Roboto;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
    text-align: left;
}

ul {
    font-family: Roboto;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15.6px;
    text-align: left;
    /*border: 2px solid black;*/
    padding-left: 9px;
}

.page-bg {
    background: #111;
    padding: 40px 15px;
    padding-bottom: 0;
    /*border: 2px solid white;*/
}

/* Phone Button */

.phone-btn {
    background: #F4128E;
    border-radius: 30px;
    padding: 8px 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-call:hover {
    color: #ffffff;
    background-color: #1C7EF2;
}

.btn-whatsapp:hover {
    color: #111;
    background-color: #F9C74F;
}

.phone-btn i {
    font-size: 18px;
}

/* Center Text */

.center-text h2 {
    font-size: 39px;
    font-weight: 500;
    color: #F4128E;
    text-shadow: 1px 1px 0px #ffffff;
}

.profilee-card {
    background: linear-gradient(135deg, #0b0d1a, #101a3a);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.profilee-card h5 {
    font-size: 22px;
    color: #D63384;
}

.profilee-card p {
    font-size: 16px;
}

.profilee-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.status-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28c76f;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

.tag {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 5px;
    color: #0E142C;
}

.tag-yellow {
    background: #f9c74f;
    color: #0E142C;
}

.tag-pink {
    background: #d63384;
}

.tag-red {
    background: #ff4d4d;
}

.btn-call {
    background: #F4128E;
    color: #fff;
    border: none;
}

.btn-whatsapp {
    background: #11C450;
    color: #fff;
    border: none;
}

/* Mobile spacing */

@media (max-width: 576px) {
    .phone-btn {
        width: 56%;
        justify-content: center;
    }
    h1 {
        font-size: 25.07px;
    }
}

.city-search-wrapper {
    width: 600px;
    margin-top: 1%;
    margin-bottom: 5%;
}

.city-select {
    height: 48px;
    border-radius: 8px 0 0 8px;
}

.search-btn {
    width: 56px;
    background: linear-gradient(135deg, #F4128E, #21BEB7);
    border: none;
    border-radius: 0 8px 8px 0;
    color: #fff;
}

/* Container */

.carousel-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Track */

.carousel-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll 10s linear infinite;
}

/* Slide */

.slide {
    width: 250px;
    height: 300px;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Pause on hover (optional) */

/*.carousel-wrapper:hover .carousel-track {
      animation-play-state: paused;
    }*/

/* Animation */

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.about-section {
    background: #21BEB7;
    border-radius: 30px;
    padding: 50px;
}

.about-title {
    color: #F4128E;
    text-align: left;
    font-size: 50px;
    margin-bottom: 13px;
}

.about-section h4 {
    text-align: right;
    font-size: 50px;
}

.about-text {
    color: #ffffff;
    line-height: 1.7;
    text-align: left;
    text-align: justify;
}

.read-btn {
    border: 1px solid #F4128E;
    background: #F4128E;
    color: #ffffff;
    padding: 6px 29px;
    border-radius: 30px;
    font-family: Rye;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}

.read-btn:hover {
    background: transparent;
    color: #F4128E;
}

.image-box {
    background: #fcf4f4;
    padding: 11px;
    border-radius: 30px;
}

.image-box img {
    width: 100%;
    border-radius: 30px;
}

#para-2 {
    margin-bottom: 50px;
}

#para-3 {
    margin-bottom: 55px;
}

#para-4 {
    margin-bottom: 40px;
}

#para-5 {
    margin-bottom: 36px;
}

#para-6 {
    margin-bottom: 66px;
    margin-top: 60px;
}

#para-7 {
    margin-bottom: 36px;
}

#para-8 {
    margin-bottom: 45px;
    margin-top: 10px;
}

#para-9 {
    margin-top: 25px;
}

#para-10 {
    margin-top: 55px;
}

/* Mobile spacing */

@media (max-width: 576px) {
    #para-2 {
        margin-bottom: 45px;
        /*border: 2px solid black;*/
    }
    #para-5 {
        margin-bottom: 36px;
    }
    .about-section {
        margin: 0;
    }
    .welcome-card {
        margin-top: 40px;
        margin-bottom: 43px;
    }
}

#content-2 {
    margin-bottom: 60px;
}

    {
    border: 2px solid black;
}

.content {
    margin-bottom: 60px;
}

/* GRID LAYOUT */

.card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-bottom: 70px;
}

/* RESPONSIVE */

@media (max-width: 576px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .profile-card h6 {
        font-size: 16px;
        text-align: left;
        /*border: 2px solid black;*/
    }
    .about-section {
        background: #21BEB7;
        border-radius: 30px;
        padding-left: 30px;
        padding-right: 30px;
        /*padding: 50px;*/
        margin-bottom: 90px;
    }
    .about-section h2 {
        font-size: 45px;
    }
    .about-section h4 {
        font-size: 43px;
        margin-top: 25px;
    }
    .profile-card p {
        font-size: 16px;
        text-align: left;
    }
}

/* @media (max-width: 576px) {
      .card-grid {
        grid-template-columns: 1fr;
      }
    }*/

/* CARD DESIGN */

.profile-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-bottom: 8px solid #F4128E;
}

.profile-card h6 {
    font-size: 17px;
    text-align: left;
}

.profile-card p {
    font-size: 17px;
    text-align: left;
}

.profile-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px;
}

.card-overlay h6 {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}

.card-overlay p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.icon-box {
    position: absolute;
    right: 14px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.icon-box i {
    font-size: 27px;
    cursor: pointer;
}

.section-bg {
    background: #F4128E;
    margin-bottom: 65px;
}

.feature-card {
    height: 100%;
    border-radius: 10px;
    padding: 26px;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
}

.feature-light {
    background: #fff;
}

.feature-dark {
    background: #fff;
    color: #fff;
}

.feature-icon {
    font-size: 28px;
    margin-bottom: 12px;
    color: #F4128E;
}

.feature-dark .feature-icon {
    color: #F4128E;
}

.feature-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15.6px;
    color: #ffffff;
    background-color: #21BEB7;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #F4128E;
}

.feature-card p {
    font-size: 15.6px;
    line-height: 1.7;
    color: #111;
}

.info-section {
    background: #21BEB7;
    padding: 60px 0;
}

.info-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
}

.info-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #F4128E;
    font-size: 16.5px;
    /*border: 2px solid black;*/
}

.info-card p {
    font-size: 15.6px;
    line-height: 1.7;
    margin: 0;
    color: #111111;
}

.toy-banner-section {
    background: #21BEB7;
    padding: 60px 15px;
    margin-bottom: 68px;
}

.toy-banner {
    background: #FFFFFF;
    border-radius: 30px;
    position: relative;
    padding: 80px 60px;
    padding-bottom: 260px;
    overflow: hidden;
    padding-bottom: 470px;
}

/* COMMON HEADING STYLE */

.toy-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    max-width: 600px;
}

/* TOP LEFT HEADING */

.toy-heading-top {
    position: absolute;
    top: 60px;
    left: 100px;
}

/* BOTTOM RIGHT HEADING */

.toy-heading-bottom {
    position: absolute;
    bottom: 77px;
    right: 100px;
    text-align: center;
}

/* BUTTON */

.toy-btn {
    position: absolute;
    bottom: 25px;
    font-size: 19px;
    right: 115px;
    background: #F4128E;
    color: #ffffff;
    padding: 9px 25px;
    border-radius: 30px;
    border: 2px solid #F4128E;
    font-weight: 700;
    font-family: Roboto;
}

/* RIGHT IMAGE */

.toy-img-right {
    position: absolute;
    top: -60px;
    right: 100px;
    background: #F4128E;
    padding: 8px;
    border-radius: 50%;
}

.toy-img-left {
    position: absolute;
    bottom: -60px;
    left: 100px;
    background: #F4128E;
    padding: 8px;
    border-radius: 50%;
}

.toy-img-right img,
.toy-img-left img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

/* =====================
       MOBILE RESPONSIVE
    ===================== */

@media (max-width: 768px) {
    .toy-banner {
        padding: 40px 20px;
        padding-bottom: 40px;
        text-align: center;
    }
    .toy-heading {
        font-size: 26px;
        position: static;
        margin-bottom: 20px;
        text-align: center;
    }
    @media (max-width: 768px) {
        .toy-img-right,
        .toy-img-left {
            position: static;
            width: 300px;
            height: 300px;
            margin: 28px auto;
        }
        .toy-img-right img,
        .toy-img-left img {
            width: 100%;
            height: 100%;
        }
    }
    .toy-btn {
        position: static;
        margin-top: 0px;
    }
}

/* FIXED BOTTOM BAR */

.fixed-call-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
}

/* COMMON BUTTON STYLE */

.call-btn,
.whatsapp-btn,
.telegram-btn {
    width: 33.33%;
    padding: 14px 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* CALL */

.call-btn {
    background: #F4128E;
}

/* WHATSAPP */

.whatsapp-btn {
    background: #11c450;
}

/* TELEGRAM */

.telegram-btn {
    background: #1C7EF2;
}

/* ICON SIZE */

.fixed-call-bar i {
    font-size: 18px;
}

/* OPTIONAL: hide on desktop */

/*   @media (min-width: 992px) {
      .fixed-call-bar {
        display: none;
      }
    }*/

/* Avoid content hiding behind bar */

body {
    padding-bottom: 40px;
    /*      padding-left: 18px;
      padding-right: 18px;*/
}

/* Force row colors (Bootstrap override) */

.table tbody tr:nth-child(odd) td {
    background-color: #111 !important;
    /* Yellow */
}

.table tbody tr:nth-child(even) td {
    background-color: #111 !important;
    /* Pink */
}

/* Header */

.table thead th {
    background-color: #F4128E !important;
    color: #ffffff;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
}

/* Cell styling */

.table td {
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

/* Mobile friendly spacing */

@media (max-width: 576px) {
    .table td,
    .table th {
        font-size: 14px;
    }
}

.table-bordered {
    border: 1px solid #ffffff;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ffffff;
}

.pill-wrap {
    gap: 12.9px;
}

/* Common pill style */

.pill-btn {
    padding: 10px 30px;
    border-radius: 999px;
    border: none;
    font-size: 15.2px;
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    text-align: center;
}

/* Colors */

.pill-red {
    background: #21BEB7;
}

.pill-yellow {
    background: #F4128E;
    color: #000;
}

.pill-pink {
    background: #F4128E;
}

.pill-red:hover {
    background: #F4128E;
}

.pill-yellow:hover {
    background: #f9d34a;
}

.pill-pink:hover {
    background: #21BEB7;
}

@media (max-width: 768px) {
    .pill-btn {
        width: 100%;
    }
    .pill-red a {
        width: 100%;
        border: 2px solid black;
    }
}

/* PARALLAX BACKGROUND */

.hero-section {
    min-height: 51vh;
    background-image: url('./img/Payal.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* Ã°Å¸â€˜Ë† PARALLAX */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    /*padding:20px;*/
    /*border: 2px solid black;*/
}

/* CONTENT CARD */

.welcome-card {
    background: #21BEB7;
    color: #fff;
    max-width: 1300px;
    width: 100%;
    padding: 40px 30px;
    text-align: center;
    border-radius: 30px;
}

.welcome-card h2 {
    color: #F4128E;
    font-size: 40px;
    /*text-transform:uppercase;*/
}

.welcome-card strong {
    font-weight: 700;
    color: inherit;
}

.welcome-card p {
    line-height: 1.7;
    margin: 20px 0 30px;
    color: #ffffff;
    text-align: center;
    font-size: 15.6px;
}

.welcome-card .btn {
    background: #F4128E;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border: 1px solid #F4128E;
    border-radius: 30px;
}

.welcome-card .btn:hover {
    background: transparent;
    color: #F4128E;
}

/* MOBILE FIX (parallax disabled for performance) */

@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
    }
    #para-8 {
        margin-bottom: 60px;
        margin-top: 0px;
    }
    .welcome-card {
        background: #21BEB7;
        color: #fff;
        max-width: 1300px;
        width: 100%;
        padding: 40px 30px;
        text-align: center;
        border-radius: 0px;
    }
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px 20px;
    position: relative;
    height: 100%;
}

/* TOP LABEL */

.review-tag {
    background: #21BEB7;
    color: #fff;
    padding: 14px 20px;
    border-radius: 12px 12px 12px 0;
    position: absolute;
    top: -30px;
    left: 20px;
    width: 75%;
    font-family: Roboto;
    letter-spacing: 0.4px;
}

.review-tag small {
    display: block;
    font-size: 13px;
    opacity: 0.8;
    font-family: Roboto;
}

.stars i {
    color: #F4128E;
}

/* PROFILE IMAGE */

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;
    position: absolute;
    top: -20px;
    right: 20px;
}

/* NAME */

.person-name {
    color: #F4128E;
    font-weight: 700;
    margin-top: 70px;
    text-align: center;
}

.person-role {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin-bottom: 5px;
    font-family: Roboto;
}

.review-text {
    font-size: 14.5px;
    color: #ffffff;
    text-align: center;
    line-height: 1.7;
    /*text-align: justify;*/
}

@media (max-width: 767px) {
    .col-lg-4,
    .col-md-6 {
        margin-bottom: 10px;
    }
    .my-margin {
        margin-bottom: 50px;
    }
}

.footer-top {
    background: #21BEB7;
    color: #fff;
    padding: 16px 0;
    text-align: center;
    font-weight: 600;
}

.footer-main {
    background: #ffffff;
    padding: 30px 15px;
    text-align: center;
}

.footer-social a {
    color: #F4128E;
    font-size: 22px;
    margin: 0 10px;
    transition: 0.3s;
    font-family: Roboto;
}

.footer-top a {
    color: inherit;
}

.footer-social a:hover {
    opacity: 0.7;
}

.footer-text {
    color: #F4128E;
    font-size: 14px;
    margin-top: 12px;
    font-family: Roboto;
}

.footer-link {
    display: block;
    color: #F4128E;
    font-size: 13px;
    text-decoration: none;
    margin-top: 6px;
    font-family: Roboto;
}

.footer-link:hover {
    text-decoration: underline;
}