body {
    overflow-x: hidden;
}

nav a {
    text-decoration: none;
    font-size: 18px;
    color: white;
    border-right: 1px solid rgb(163, 160, 160);
    text-align: center;
    padding-right: 20px !important;
    padding: 10px;

}

nav a:hover {
    text-decoration: underline;

}

nav {
    background: #242728;
    background: linear-gradient(180deg, #242728 0, #000 99%);
    border: 1px solid #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-sizing: border-box;

}

.nav-btn {
    background: linear-gradient(180deg, rgb(189, 125, 4), #f2a705 99%);
    border: none;
    margin-left: -51px !important;

}

.nav-btn span:hover {
    text-decoration: underline !important;
}

section {
    background-color: rgb(0, 0, 0);
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.select-col {
    border: 1px solid gray;

}

.search-h5 {
    background: linear-gradient(180deg, #242728 0, #000 99%);
    padding: 15px;
    border-bottom: 1px solid gray;
}

.select-box {
    padding: 10px;
}

.search-btn {
    background: linear-gradient(180deg, rgb(189, 125, 4), #f2a705 99%);
    border: none;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    color: white;
}

.col-10-nav {
    background: linear-gradient(180deg, #ecca83 0, #c5a454 99%);
    border-radius: 6px 6px 0 0;
    color: black;
    padding: 15px;
}

@media screen and (max-width:1199px) {
    nav span {
        font-size: 15px !important;
    }
}

.logo {
    width: 70%;
    height: auto;
}


@media screen and (min-width: 454px) {
    .logo {
        width: 60%;
    }
}

.nav-2 {
    z-index: 5;
}

.nav-2 nav {

    background: #242728;
    background: linear-gradient(180deg, #242728 0, #000 99%);
    border: 1px solid #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;

}

.nav-2 a {
    text-align: left;
    border: none;
}

.snd-nav .nav-btn {
    background: linear-gradient(180deg, rgb(189, 125, 4), #f2a705 99%);
    margin: 0px !important;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px !important;

}

.bi-justify {
    background-color: transparent;
    border: none;
    color: #f2a705;
    font-size: 30px;

}

.bi-x {
    background-color: transparent;
    border: none;
    color: #f2a705;
    font-size: 30px;
}

.nav-2 {
    position: absolute;
    display: none;
    top: 20px;
    left: 0px;
    width: 100%;
}

.loc-col a {
    text-decoration: none;
    padding: 7px 15px;
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
    color: #020202;
    border-radius: 30px;
    display: block;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loc-col a:hover {
    background: linear-gradient(180deg, rgb(189, 125, 4), #f2a705 99%);

}

.loc-col {
    margin-top: 15px;
}

footer {
    margin-top: 6px;
}

.footer-nav {
    background: linear-gradient(180deg, #242728 0, #000 99%);
}

.footer-nav a {
    text-decoration: none;
    color: white;
    margin: 10px;
}

#btn2 {
    display: none !important;
}

@media screen and (max-width:991px) {
    #btn2 {
        display: block !important;
    }
}

.form-select {
    box-shadow: none !important;
    border: none !important;
}

.img-col {
    padding: 0px !important;
}

.card-row {
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.girl-name {
    color: #f2a705;
}

.girl-img {
    width: 100%;
    height: 250px;
    object-fit: cover;

}

.contact-buttons {
    margin-top: 0px;
    padding: 10px;
}

.contact-buttons a {
    margin: 10px;
}

@media screen and (max-width:767px) {
    .contact-buttons {
        display: flex;
        justify-content: space-between;
    }

    .girl-img {
        width: 100%;
        height: 200px;
        object-fit: cover;

    }

    .contact-buttons a {
        flex: 1;
        /* Make each button take equal space */
    }

    .contact-buttons .btn {
        width: 100%;
        /* Make buttons take full width of their container */
    }



}

@media screen and (max-width:330px) {
    .contact-buttons button {
        font-size: 12px;

    }
}

.card-row p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:991px) {
    .dropdown-search {
        position: absolute;
        padding: 0px;
        top: 20px;
        left: 0px;
        width: 100%;
        background-color: black;
        display: none;

    }

    .scroll-btns {
        display: none !important;
    }

    .bi-search {
        display: block !important;
    }

    .log-form {
        width: 100% !important;
        border: 1px solid #f2a705;
        padding: 10px;
    }
}

.bi-search {
    background-color: transparent;
    border: none;
    display: none;
    color: #f2a705;
    font-size: 25px;

}

.details-btn {
    background: linear-gradient(180deg, #242728 0, #000 99%);
    margin-top: 10px;
}

.details-btn button {
    background-color: #c5a454;
    margin: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-weight: bold;
    border: none;
}

.call-a {
    text-decoration: none;
    color: black;
    padding: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px !important;
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
}

#stats {
    font-size: 20px !important;
}

table {
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
    width: 100%;

}

tr {
    border-bottom: 1px solid black;

}

td {
    padding-left: 20px;
}

.name-container {
    background: linear-gradient(180deg, #242728 0, #000 99%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
    height: 100vh;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.slides {
    width: 100%;
}

.slides img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: transparent;
    border: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.contact-button {
    border: none;
    margin-top: 20px;
    background-color: #f2a705;
    font-weight: bold;
}

.warning-card {
    background: linear-gradient(180deg, #242728 0, #000 99%);
    border: 1px solid red;
    /* width: 70%;
    height: 200px; */
}

.service-table td {
    padding: 10px;
}

.marquee {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-top: 30px;
    width: 100%;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.marquee a {
    text-decoration: none;
}

.card {
    width: 200px;
    height: 300px;
    padding: 5px;
    background-color: rgb(132, 1, 1);
}

.c-head {
    height: 70%;
}

.c-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-body span {
    display: block;
}

.scroll-button {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.marquee::-webkit-scrollbar {
    display: none;
}

.scroll-btns button {
    margin: 20px;
}

.new-form span {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sub-btn {
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
    padding: 5px 20px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
}

.sub-btn:hover {
    background: #f2a705;
}

.profile-info img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.profile-info {

    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid white;
}

.profile-info a {
    margin: 10px;
    display: inline-block;
    margin-top: 10px;
}

.dash-span span {
    display: block;

}

.dash-span a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.bi-speedometer2 {
    background: #c5a454;
}

.dash-span {
    background: linear-gradient(180deg, #27393f 0, #1d1c1c 99%);
}

.dash-span a:hover {
    color: #f2a705;
}

.add-profile-btn a {
    text-decoration: none;
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
    padding: 5px 10px;
}

.add-profile-btn {
    text-align: end;
    margin-top: 20px;
}

.add-profile-btn a:hover {
    background: #f2a705;
}

.bi-people-fill {
    font-size: 50px;
}

.card1 {
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
    padding: 10px;
}

.dash-cards {
    margin-top: 30px;
}

.card-h {
    display: flex;
    justify-content: space-between;
}

.card2 {
    background: greenyellow;
    padding: 10px;
}

.card3 {
    background: rgb(255, 48, 48);
    padding: 10px;
}

.dash-cards a {
    text-decoration: none;
    color: #242728;
}

.profile-card {
    height: 300px;
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
    padding: 5px;
}

.p-head {
    height: 60%;
}

.p-head img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.Active-a a {
    text-decoration: none;
}

.log-form {
    width: 50%;
    border: 1px solid #f2a705;
    padding: 10px;
}

.log-form span {
    display: inline-block;
}

.log-btn {
    text-align: center;
    margin-top: 40px;
}

.log-section {
    display: flex;
    justify-content: center;
}

input {
    box-shadow: none !important;
    border: none !important;
}

.log-section a {
    text-decoration: none;
}

.input-group span {
    display: inline-block;
}

.pagination {
    display: inline-block;
    padding: 10px 0;
}

.pagination a {
    color: white;
    font-size: 15px;
    float: left;
    text-decoration: none;
    transition: background-color 0.3s;
    background: black;
    border: 1px solid #ddd;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 25px;
    margin: 10px;
}

.pagination a.active {
    background: linear-gradient(180deg, #f6eede 0, #c5a454 99%);
    color: black;
    border: 1px solid;
}

.pagination a:hover:not(.active) {
    background: #f2a705;
}

body {
    position: relative;
}

#scrollTopBtn {
    position: fixed;
    right: 10px;
    top: 90%;
    opacity: 0.6;
    z-index: 99;
    display: none;

}

.text-truncate-container {
    max-width: 200px;
    /* Adjust as needed */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row-heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

}