/* ===== FOREIGN MATRIMONY PREMIUM ===== */

/* Smooth UI */
html{
    scroll-behavior:smooth;
}

/* Rounded Buttons */
.btn,
.btn--base,
.btn--primary{
    border-radius:50px !important;
    padding:12px 28px;
    font-weight:600;
    transition:.35s;
}

.btn:hover,
.btn--base:hover,
.btn--primary:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* Cards */
.card,
.custom--card,
.member-card,
.profile-card,
.package-item,
.testimonial-item{
    border:none;
    border-radius:22px !important;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.card:hover,
.member-card:hover,
.package-item:hover{
    transform:translateY(-8px);
}

/* Profile Images */
.member-card img,
.profile-card img{
    border-radius:18px;
    transition:.4s;
}

.member-card:hover img{
    transform:scale(1.05);
}

/* Testimonial Images */
.testimonial img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #fff;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
}

/* Inputs */
.form-control,
.form-select{
    border-radius:14px;
    min-height:52px;
}

.form-control:focus,
.form-select:focus{
    border-color:rgb(var(--base));
    box-shadow:0 0 0 .2rem rgba(233,30,99,.15);
}

/* Navbar */
.header,
.navbar{
    backdrop-filter:blur(10px);
    box-shadow:0 5px 25px rgba(0,0,0,.06);
}

/* Footer */
.footer{
    border-top:1px solid rgba(255,255,255,.08);
}

/* Section Title */
.section-heading h2{
    font-weight:700;
}

.section-heading p{
    max-width:700px;
    margin:auto;
}

/* FAQ */
.accordion-item{
    border-radius:15px;
    overflow:hidden;
    margin-bottom:15px;
}

.accordion-button{
    font-weight:600;
}

/* Package */
.package-item.active{
    transform:scale(1.04);
}

/* Member Hover */
.member-card{
    overflow:hidden;
}

.member-card:hover{
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

/* Hero Banner */
.banner-thumb img{
    border-radius:25px;
}

/* Scrollbar */
::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-thumb{
    background:rgb(var(--base));
    border-radius:50px;
}/* ===== Dark Footer ===== */

.footer {
    background: #121212 !important;
    color: #ffffff !important;
}

.footer a {
    color: #d1d5db !important;
    transition: .3s;
}

.footer a:hover {
    color: #E91E63 !important;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #ffffff !important;
}

.footer p,
.footer li,
.footer span {
    color: #b8b8b8 !important;
}

.footer .social-list a {
    background: rgba(255,255,255,.08);
    color: #ffffff !important;
}

.footer .social-list a:hover {
    background: #E91E63 !important;
    color: #ffffff !important;
}

.footer-bottom {
    background: #0b0b0b !important;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #999 !important;
}.footer {
    background: linear-gradient(135deg, #121212 0%, #1c1c1c 100%) !important;
}.footer a {
    transition: all .3s ease;
}

.footer a:hover {
    color: #E91E63 !important;
    padding-left: 6px;
}.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 20px;
}.footer input[type="email"]{
    border-radius:50px !important;
    border:none;
    padding:14px 20px;
}

.footer .btn{
    border-radius:50px !important;
}.footer .social-list a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#2a2a2a;
    transition:.3s;
}

.footer .social-list a:hover{
    background:#E91E63;
    transform:translateY(-4px);
}.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08) !important;
}/* ===============================
   FOREIGN MATRIMONY PREMIUM UI
================================*/

/* Font */
body{
    font-family:'Poppins',sans-serif;
    background:#FAFBFC;
}

/* Sections */
section{
    padding:90px 0;
}

/* Cards */
.card,
.member-card,
.profile-card,
.package-item,
.testimonial-item{
    border:none !important;
    border-radius:24px !important;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
    transition:.35s;
}

.card:hover,
.member-card:hover,
.package-item:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

/* Buttons */
.btn,
.btn--base,
.btn--primary{
    border-radius:50px !important;
    font-weight:600;
    padding:13px 30px;
    transition:.3s;
}

.btn:hover{
    transform:translateY(-3px);
}

/* Images */
img{
    transition:.4s;
}

.card:hover img{
    transform:scale(1.04);
}

/* Inputs */
.form-control,
.form-select{
    border-radius:15px;
    min-height:54px;
    border:1px solid #ddd;
}

.form-control:focus,
.form-select:focus{
    box-shadow:0 0 0 .15rem rgba(233,30,99,.15);
}

/* Headings */
h1{
    font-size:58px;
    font-weight:800;
}

h2{
    font-size:42px;
    font-weight:700;
}

h3{
    font-weight:600;
}

/* Paragraph */
p{
    color:#666;
    line-height:1.9;
}

/* Badge */
.badge{
    border-radius:30px;
}

/* Scrollbar */
::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-thumb{
    background:#E91E63;
    border-radius:30px;
}.header,
.navbar{
    background:#fff !important;
    box-shadow:0 8px 35px rgba(0,0,0,.05);
    backdrop-filter:blur(12px);
}

.navbar-nav .nav-link{
    font-weight:600;
    padding:18px 16px;
}

.navbar-nav .nav-link:hover{
    color:#E91E63 !important;
}.search-area,
.search-form{
    background:#fff;
    border-radius:25px;
    padding:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}.member-card{
    position:relative;
}

.member-card img{
    border-radius:20px;
}

.member-card:hover{
    transform:translateY(-12px);
}.verified-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#28C76F;
    color:#fff;
    border-radius:30px;
    padding:6px 15px;
    font-size:12px;
    font-weight:600;
}.elite-badge{
    position:absolute;
    left:15px;
    top:15px;
    background:#D4AF37;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-weight:700;
}.testimonial-item{
    text-align:center;
    padding:35px;
}

.testimonial-item img{
    width:120px;
    height:120px;
    border-radius:50%;
    border:4px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}.package-item{
    overflow:hidden;
}

.package-item:hover{
    border:2px solid #E91E63;
}

.package-item.active{
    transform:scale(1.04);
}.login-area,
.registration-area{

    background:#fff;

    border-radius:25px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    padding:40px;

}.dashboard-widget{

    border-radius:22px;

    background:#fff;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}.kyc-approved{

background:#e9fff1;

border-left:5px solid #28C76F;

}

.kyc-pending{

background:#fff8e5;

border-left:5px solid #FFC107;

}

.kyc-rejected{

background:#fff0f0;

border-left:5px solid #EA5455;

}.logo img{
    max-height:60px !important;
}/* =====================================================
   FOREIGN MATRIMONY PREMIUM UI v1.0
   Designed for MatriLab v2.0.3
======================================================*/

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ---------- GLOBAL ---------- */

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#FAFBFC;
    color:#222;
}

img{
    max-width:100%;
}

section{
    padding:90px 0;
}

h1,h2,h3,h4,h5,h6{
    font-weight:700;
    color:#222;
}

h1{
    font-size:58px;
}

h2{
    font-size:42px;
}

h3{
    font-size:30px;
}

p{
    color:#666;
    line-height:1.9;
}

/* ---------- LINKS ---------- */

a{
    transition:.3s;
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

/* ---------- BUTTONS ---------- */

.btn,
.btn--base,
.btn--primary{

    border-radius:50px !important;

    padding:14px 34px;

    font-weight:600;

    transition:.35s;

}

.btn:hover,
.btn--base:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

/* ---------- INPUTS ---------- */

.form-control,
.form-select{

    border-radius:15px;

    height:56px;

    border:1px solid #ddd;

    font-size:15px;

    transition:.3s;

}

textarea.form-control{

    min-height:150px;

}

.form-control:focus,
.form-select:focus{

    border-color:#E91E63;

    box-shadow:0 0 0 .18rem rgba(233,30,99,.15);

}

/* ---------- CARDS ---------- */

.card,
.custom--card,
.package-item,
.testimonial-item,
.member-card,
.profile-card{

    border:none !important;

    border-radius:24px !important;

    overflow:hidden;

    background:#fff;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.card:hover,
.package-item:hover,
.member-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/* ---------- IMAGES ---------- */

.card img{

    transition:.45s;

}

.card:hover img{

    transform:scale(1.05);

}

/* ---------- SECTION TITLE ---------- */

.section-header{

    margin-bottom:60px;

}

.section-header h2{

    margin-bottom:15px;

}

.section-header p{

    max-width:700px;

    margin:auto;

}

/* ---------- SHADOW ---------- */

.shadow-sm{

box-shadow:0 10px 25px rgba(0,0,0,.06)!important;

}

.shadow{

box-shadow:0 20px 45px rgba(0,0,0,.08)!important;

}

.shadow-lg{

box-shadow:0 30px 70px rgba(0,0,0,.12)!important;

}

/* ---------- BADGES ---------- */

.badge{

padding:8px 16px;

border-radius:50px;

font-weight:600;

}

/* ---------- HEADER ---------- */

.header,
.navbar{

background:#fff!important;

box-shadow:0 8px 30px rgba(0,0,0,.05);

z-index:999;

}

/* Navigation */

.navbar-nav .nav-link{

font-size:15px;

font-weight:600;

padding:22px 18px;

color:#333;

transition:.3s;

}

.navbar-nav .nav-link:hover{

color:#E91E63!important;

}

/* ---------- LOGO ---------- */

.logo img,
.header-logo img{

max-height:60px;

}

/* ---------- HERO ---------- */

.banner-section{

padding:120px 0;

}

.banner-content h1{

font-size:60px;

line-height:1.2;

}

.banner-content p{

font-size:18px;

margin-top:20px;

}

/* ---------- SEARCH BOX ---------- */

.search-area,
.search-form{

background:#fff;

border-radius:24px;

padding:35px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

/* ---------- ICON BOX ---------- */

.icon-box{

width:65px;

height:65px;

display:flex;

align-items:center;

justify-content:center;

border-radius:18px;

background:#FFF0F6;

font-size:28px;

color:#E91E63;

margin-bottom:20px;

}

/* ---------- PACKAGE ---------- */

.package-item{

border:1px solid #f1f1f1;

}

.package-item.active{

transform:scale(1.05);

border:2px solid #E91E63;

}

/* ---------- TESTIMONIAL ---------- */

.testimonial-item{

padding:40px;

text-align:center;

}

.testimonial-item img{

width:120px;

height:120px;

border-radius:50%;

object-fit:cover;

border:4px solid #fff;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

/* ---------- FOOTER ---------- */

.footer{

background:#121212!important;

color:#fff;

padding-top:80px;

padding-bottom:30px;

}

.footer h4,
.footer h5{

color:#fff;

margin-bottom:25px;

}

.footer p{

color:#cfcfcf;

line-height:2;

}

.footer a{

color:#cfcfcf;

transition:.3s;

}

.footer a:hover{

color:#E91E63;

padding-left:5px;

}

.footer-bottom{

border-top:1px solid rgba(255,255,255,.08);

padding-top:20px;

margin-top:40px;

}

/* ---------- SCROLLBAR ---------- */

::-webkit-scrollbar{

width:8px;

}

::-webkit-scrollbar-thumb{

background:#E91E63;

border-radius:30px;

}

/* ---------- ANIMATION ---------- */

.card,
.package-item,
.member-card,
.testimonial-item,
.btn{

transition:all .35s ease;

}

/* ---------- MOBILE ---------- */

@media(max-width:991px){

section{

padding:70px 0;

}

h1{

font-size:42px;

}

h2{

font-size:34px;

}

.banner-content{

text-align:center;

}

.search-area{

margin-top:40px;

}

.logo img{

max-height:50px;

}

}

@media(max-width:576px){

h1{

font-size:34px;

}

h2{

font-size:28px;

}

.btn{

width:100%;

}

}/* =====================================================
   FOREIGN MATRIMONY PREMIUM UI v1.1
   PART 2 - MEMBER CARDS
======================================================*/

/* Member Card */
.member-card,
.profile-card,
.member-item{
    position:relative;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    border:1px solid #f2f2f2;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:all .35s ease;
}

.member-card:hover,
.profile-card:hover,
.member-item:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 60px rgba(0,0,0,.12);
}

/* Member Image */
.member-card img,
.profile-card img,
.member-item img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:.5s;
}

.member-card:hover img,
.profile-card:hover img{
    transform:scale(1.08);
}

/* Image Overlay */
.member-card .overlay,
.profile-card .overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,0));
    opacity:0;
    transition:.35s;
}

.member-card:hover .overlay,
.profile-card:hover .overlay{
    opacity:1;
}

/* Member Name */
.member-name,
.member-card h5,
.profile-card h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:6px;
    color:#222;
}

/* Member Info */
.member-info,
.member-meta{
    color:#666;
    font-size:14px;
    line-height:1.8;
}

/* Card Body */
.member-body{
    padding:24px;
}

/* Verified Badge */
.verified-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#22C55E;
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:7px 14px;
    border-radius:30px;
    box-shadow:0 8px 20px rgba(34,197,94,.25);
}

/* Elite Badge */
.elite-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:linear-gradient(135deg,#FFD700,#D4AF37);
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:7px 14px;
    border-radius:30px;
    box-shadow:0 8px 20px rgba(212,175,55,.35);
}

/* Online Status */
.online-status{
    position:absolute;
    right:20px;
    bottom:20px;
    width:14px;
    height:14px;
    background:#22C55E;
    border:3px solid #fff;
    border-radius:50%;
}

/* Country Flag */
.country-flag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.10);
    margin-right:8px;
    font-size:18px;
}

/* Match Score */
.match-score{
    margin-top:18px;
}

.match-score span{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#555;
    margin-bottom:8px;
}

.match-progress{
    height:8px;
    border-radius:50px;
    background:#eee;
    overflow:hidden;
}

.match-progress .fill{
    height:100%;
    width:92%;
    border-radius:50px;
    background:linear-gradient(90deg,#E91E63,#6A1B9A);
}

/* Profile Stats */
.profile-stats{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    padding-top:18px;
    border-top:1px solid #f1f1f1;
}

.profile-stats div{
    text-align:center;
}

.profile-stats strong{
    display:block;
    font-size:18px;
    color:#222;
}

.profile-stats span{
    color:#777;
    font-size:13px;
}

/* Buttons */
.member-actions{
    display:flex;
    gap:10px;
    margin-top:22px;
}

.member-actions .btn{
    flex:1;
}

/* Wishlist Button */
.wishlist-btn{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#FFF3F8;
    color:#E91E63;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.wishlist-btn:hover{
    background:#E91E63;
    color:#fff;
}

/* Premium Border */
.premium-member{
    border:2px solid #FFD700;
}

/* Verified Border */
.verified-member{
    border:2px solid #22C55E;
}

/* Image Zoom */
.member-card{
    overflow:hidden;
}

.member-card img{
    transition:transform .6s ease;
}

/* Mobile */
@media(max-width:768px){

.member-name{
    font-size:19px;
}

.member-actions{
    flex-direction:column;
}

.member-actions .btn{
    width:100%;
}

}/* ==========================================================
   FOREIGN MATRIMONY PREMIUM UI
   PART 3 - HOMEPAGE
   Designed for MatriLab v2.0.3
==========================================================*/

/* ==========================================================
   HERO SECTION
==========================================================*/

.banner-section,
.hero-section{
    padding:120px 0;
    background:#fff;
    position:relative;
}

.banner-content h1{
    font-size:64px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:25px;
}

.banner-content p{
    font-size:18px;
    color:#666;
    max-width:600px;
}

.banner-thumb img{
    border-radius:30px;
    box-shadow:0 35px 80px rgba(0,0,0,.12);
}

/* Floating Animation */

.banner-thumb img{

animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

/* ==========================================================
   SEARCH BOX
==========================================================*/

.search-wrapper,
.search-area,
.advance-search{

background:#fff;

border-radius:25px;

padding:35px;

box-shadow:0 25px 70px rgba(0,0,0,.08);

margin-top:40px;

}

.search-wrapper .form-control{

margin-bottom:15px;

}

/* ==========================================================
   STATISTICS
==========================================================*/

.counter-item,
.funfact-item{

background:#fff;

padding:35px;

border-radius:22px;

text-align:center;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.35s;

}

.counter-item:hover{

transform:translateY(-8px);

}

.counter-item h2{

font-size:42px;

color:#E91E63;

font-weight:700;

margin-bottom:8px;

}

.counter-item p{

margin:0;

font-weight:600;

}

/* ==========================================================
   FEATURE BOX
==========================================================*/

.feature-item{

padding:40px;

border-radius:24px;

background:#fff;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.35s;

text-align:center;

}

.feature-item:hover{

transform:translateY(-10px);

}

.feature-item .icon{

width:80px;

height:80px;

border-radius:22px;

background:#FFF0F6;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

margin-bottom:25px;

font-size:32px;

color:#E91E63;

}

/* ==========================================================
   HOW IT WORKS
==========================================================*/

.work-item{

text-align:center;

padding:35px;

}

.work-item .icon{

width:90px;

height:90px;

border-radius:50%;

background:#E91E63;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

margin:auto;

margin-bottom:25px;

box-shadow:0 20px 40px rgba(233,30,99,.25);

}

/* ==========================================================
   PACKAGE
==========================================================*/

.package-item{

padding:45px;

text-align:center;

border-radius:25px;

background:#fff;

transition:.35s;

position:relative;

}

.package-item:hover{

transform:translateY(-10px);

}

.package-item.active{

border:2px solid #E91E63;

}

.package-item.active::before{

content:"Most Popular";

position:absolute;

top:20px;

right:-35px;

background:#E91E63;

color:#fff;

padding:8px 45px;

transform:rotate(45deg);

font-size:12px;

font-weight:600;

}

/* ==========================================================
   SUCCESS STORIES
==========================================================*/

.story-item{

background:#fff;

border-radius:24px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

}

.story-item:hover{

transform:translateY(-8px);

}

.story-item img{

transition:.5s;

}

.story-item:hover img{

transform:scale(1.08);

}

/* ==========================================================
   TESTIMONIAL
==========================================================*/

.testimonial-item{

padding:45px;

background:#fff;

border-radius:25px;

text-align:center;

}

.testimonial-item img{

width:120px;

height:120px;

border-radius:50%;

border:4px solid #fff;

box-shadow:0 10px 25px rgba(0,0,0,.15);

margin-bottom:20px;

}

.testimonial-item h5{

margin-top:15px;

font-weight:700;

}

/* ==========================================================
   FAQ
==========================================================*/

.accordion-item{

border:none;

border-radius:18px;

overflow:hidden;

margin-bottom:18px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.accordion-button{

font-weight:600;

padding:22px;

}

.accordion-button:not(.collapsed){

background:#FFF0F6;

color:#E91E63;

}

/* ==========================================================
   DOWNLOAD APP
==========================================================*/

.app-section{

background:linear-gradient(135deg,#E91E63,#6A1B9A);

border-radius:35px;

padding:70px;

color:#fff;

overflow:hidden;

}

.app-section h2{

color:#fff;

}

.app-section p{

color:rgba(255,255,255,.85);

}

.store-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:14px 28px;

background:#fff;

border-radius:50px;

color:#222;

font-weight:600;

margin-right:15px;

transition:.35s;

}

.store-btn:hover{

transform:translateY(-4px);

}

/* ==========================================================
   NEWSLETTER
==========================================================*/

.newsletter-box{

background:#fff;

padding:50px;

border-radius:28px;

box-shadow:0 20px 50px rgba(0,0,0,.06);

}

.newsletter-box input{

height:60px;

border-radius:50px;

padding-left:25px;

}

.newsletter-box .btn{

height:60px;

}

/* ==========================================================
   SECTION TITLES
==========================================================*/

.section-header{

margin-bottom:70px;

text-align:center;

}

.section-header h2{

font-size:44px;

margin-bottom:18px;

}

.section-header p{

max-width:700px;

margin:auto;

}

/* ==========================================================
   MOBILE
==========================================================*/

@media(max-width:991px){

.banner-content{

text-align:center;

margin-bottom:40px;

}

.banner-content h1{

font-size:42px;

}

.app-section{

padding:40px;

text-align:center;

}

}

@media(max-width:576px){

.banner-content h1{

font-size:34px;

}

.section-header h2{

font-size:30px;

}

.counter-item{

margin-bottom:20px;

}

.package-item{

margin-bottom:25px;

}

}/* ===================================================
   FOREIGN MATRIMONY PREMIUM HERO
===================================================*/

.hero-section{
    position:relative;
    min-height:100vh;
    overflow:hidden;
}

.hero-slider,
.hero-slide{
    position:absolute;
    inset:0;
    z-index:1;
}

.hero-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(18,18,18,.82),
        rgba(18,18,18,.45)
    );
}

.hero-section .container{
    position:relative;
    z-index:20;
}

/* Left Content */

.hero-content{
    color:#fff;
    max-width:650px;
}

.hero-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.25);
    padding:10px 22px;
    border-radius:40px;
    color:#fff;
    font-weight:600;
    margin-bottom:25px;
}

.hero-title{
    font-size:64px;
    line-height:1.15;
    color:#fff;
    font-weight:800;
    margin-bottom:25px;
}

.hero-description{
    font-size:18px;
    color:#eee;
    line-height:1.8;
    margin-bottom:30px;
}

/* Trust Features */

.hero-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:35px;
}

.hero-feature{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:16px;

    color:#fff;

    padding:14px 18px;

    font-weight:600;

}

/* Buttons */

.hero-buttons{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.hero-buttons .btn{

    padding:15px 34px;

    border-radius:50px;

}

/* Stats */

.hero-stats{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-top:50px;

}

.stat-box{

    min-width:120px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:20px;

    text-align:center;

    padding:20px;

}

.stat-box h2{

    color:#fff;

    font-size:34px;

    margin-bottom:8px;

}

.stat-box span{

    color:#f5f5f5;

    font-size:14px;

}

/* Search Card */

.premium-search-card{

    background:#fff;

    border-radius:28px;

    padding:35px;

    box-shadow:0 30px 80px rgba(0,0,0,.18);

}

.premium-search-card h3{

    font-weight:700;

    margin-bottom:8px;

}

.premium-search-card p{

    color:#777;

}

.premium-search-card .form-label{

    font-size:13px;

    font-weight:600;

    margin-bottom:6px;

}

.premium-search-card .form-control,
.premium-search-card .form-select{

    height:54px;

    border-radius:14px;

    border:1px solid #ddd;

}

.premium-search-card .form-control:focus,
.premium-search-card .form-select:focus{

    border-color:#E91E63;

    box-shadow:0 0 0 .15rem rgba(233,30,99,.15);

}

.premium-search-card .btn{

    height:56px;

    border-radius:14px;

    font-weight:600;

    font-size:17px;

}

/* Responsive */

@media(max-width:991px){

.hero-section{

    padding:120px 0 80px;

}

.hero-title{

    font-size:42px;

}

.hero-content{

    text-align:center;

    margin-bottom:50px;

}

.hero-features{

    grid-template-columns:1fr;

}

.hero-buttons{

    justify-content:center;

}

.hero-stats{

    justify-content:center;

}

}

@media(max-width:576px){

.hero-title{

    font-size:34px;

}

.premium-search-card{

    padding:25px;

}

.stat-box{

    width:100%;

}

}.hero-title{
    color:#222 !important;
}

.hero-description{
    color:#555 !important;
}

.hero-tag{
    background:#FFE8F1 !important;
    color:#E91E63 !important;
    border:1px solid #F8BBD0 !important;
}

.hero-feature{
    background:#fff !important;
    color:#333 !important;
    border:1px solid #eee !important;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.stat-box{
    background:#fff !important;
    border:1px solid #eee !important;
}

.stat-box h2{
    color:#E91E63 !important;
}

.stat-box span{
    color:#666 !important;
}.hero-title{
    font-size:64px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-1px;
}

@media(max-width:768px){
    .hero-title{
        font-size:42px;
    }
}.premium-search-card{
    background:#fff;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
    border:1px solid rgba(255,255,255,.6);
}.premium-search-card .btn{
    border-radius:14px;
    font-weight:700;
    letter-spacing:.5px;
    transition:.3s;
}

.premium-search-card .btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(233,30,99,.30);
}.hero-feature{
    transition:.3s;
}

.hero-feature:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(233,30,99,.15);
}.stat-box{
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}.hero-section{
    padding-top:60px !important;
    padding-bottom:80px !important;
    min-height:auto !important;
}.hero-content{
    max-width:620px;
}

.hero-title{
    max-width:580px;
}.stat-box{
    border-radius:20px;
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(233,30,99,.15);
}.premium-search-card{
    border-radius:30px;
    box-shadow:0 30px 80px rgba(0,0,0,.12);
}.hero-section{
    background:linear-gradient(135deg,#fff 0%,#fff7fb 100%);
}.hero-buttons .btn-outline-light{
    border:2px solid #E91E63;
    color:#E91E63;
    background:#fff;
}

.hero-buttons .btn-outline-light:hover{
    background:#E91E63;
    color:#fff;
}/*==============================
    PREMIUM PRICING CARDS
==============================*/

.pricing-card,
.package-item,
.plan-item{

    border:none !important;

    border-radius:24px !important;

    overflow:hidden;

    background:#fff;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.pricing-card:hover,
.package-item:hover,
.plan-item:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(233,30,99,.20);

}

.pricing-card__header,
.package-header,
.plan-header{

    background:linear-gradient(135deg,#ff2e79,#7b2ff7);

    color:#fff;

    padding:22px;

}

.pricing-card h3,
.package-item h3,
.plan-item h3{

    color:#fff;

    font-weight:700;

}

.package-price{

    font-size:42px;

    color:#E91E63;

    font-weight:800;

}

.package-price span{

    font-size:16px;

    color:#777;

}

.package-item ul li{

    padding:12px 0;

    border-bottom:1px solid #f1f1f1;

}

.package-item ul li:last-child{

    border:none;

}

.package-item ul li i{

    color:#28a745;

    margin-right:8px;

}

.package-item .btn{

    border-radius:40px;

    font-weight:700;

    padding:13px 30px;

}

.package-item:hover .btn{

    transform:scale(1.05);

}.popular-badge{

    position:absolute;

    top:18px;

    right:-35px;

    background:#FFD700;

    color:#111;

    font-weight:700;

    padding:8px 40px;

    transform:rotate(45deg);

    font-size:13px;

}.premium-plan{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.premium-plan:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(233,30,99,.18);

}

.plan__head{

    background:linear-gradient(135deg,#E91E63,#7B1FA2);

}

.plan-price h2{

    color:#fff;

    font-size:44px;

    margin-bottom:0;

    font-weight:800;

}

.plan-price span{

    color:#fff;

    opacity:.9;

}

.plan-features{

    padding:25px;

}

.plan-features li{

    padding:12px 0;

    border-bottom:1px solid #f1f1f1;

}

.plan-features li:last-child{

    border:none;

}

.popular-badge{

    position:absolute;

    top:18px;

    right:-35px;

    transform:rotate(45deg);

    background:#FFD700;

    color:#111;

    font-weight:700;

    padding:8px 40px;

    font-size:13px;

}

.premium-plan .btn{

    border-radius:50px;

    font-weight:700;

    padding:14px;

}/* ===== Premium Package Cards ===== */

.pricing-plan .plan{
    border:none !important;
    border-radius:24px !important;
    overflow:hidden !important;
    background:#fff !important;
    box-shadow:0 15px 40px rgba(0,0,0,.08) !important;
    transition:all .35s ease !important;
}

.pricing-plan .plan:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(233,30,99,.20) !important;
}

.pricing-plan .plan__head{
    background:linear-gradient(135deg,#E91E63,#7B1FA2) !important;
}

.pricing-plan .plan__head-content{
    padding:30px 20px !important;
}

.pricing-plan .plan__head-content h4{
    color:#fff !important;
    font-size:28px !important;
    font-weight:700 !important;
}

.pricing-plan .plan__head-content::before{
    display:none !important;
}

.pricing-plan .plan__body{
    padding:35px !important;
}

.pricing-plan .plan__body-price{
    font-size:46px !important;
    font-weight:800 !important;
    color:#E91E63 !important;
    background:none !important;
    -webkit-text-fill-color:#E91E63 !important;
}

.pricing-plan .list--base li{
    padding:14px 0 !important;
    border-bottom:1px solid #f1f1f1;
}

.pricing-plan .list--base li:last-child{
    border-bottom:none;
}

.pricing-plan .btn--base{
    width:100%;
    border-radius:50px;
    padding:14px;
    font-weight:700;
}/*=========================
 PREMIUM MEMBER CARD
=========================*/

.member-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.35s;
}

.member-card:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 60px rgba(233,30,99,.15);
}

.member-photo{
    height:100%;
    position:relative;
}

.member-photo img{
    width:100%;
    height:340px;
    object-fit:cover;
}

.member-content{
    padding:30px;
}

.member-name{
    font-size:30px;
    font-weight:700;
    margin-bottom:8px;
}

.member-name a{
    color:#222;
}

.member-id{
    color:#888;
}

.member-info-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:25px;
}

.member-info-grid label{
    display:block;
    color:#999;
    font-size:13px;
    margin-bottom:3px;
}

.member-info-grid span{
    font-weight:600;
    color:#222;
}

.premium-badge{
    position:absolute;
    left:15px;
    top:15px;
    background:#E91E63;
    color:#fff;
    padding:7px 16px;
    border-radius:50px;
    font-size:13px;
}

.online-status{
    position:absolute;
    bottom:15px;
    left:15px;
    background:#fff;
    color:#28a745;
    padding:7px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
}

.verified{
    background:#E8F8EF;
    color:#28a745;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
}

.member-actions .btn{
    font-weight:600;
}/*==============================
 EMPTY STATE
==============================*/

.empty-member{

    background:#fff;

    border-radius:25px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    padding:70px 40px;

}

.empty-member h3{

    font-size:32px;

    margin-bottom:15px;

}

.empty-member p{

    max-width:500px;

    margin:auto;

}

/*==============================
 PAGINATION
==============================*/

.premium-pagination{

    display:flex;

    justify-content:center;

}

.pagination{

    gap:10px;

}

.pagination .page-item .page-link{

    border-radius:50px;

    min-width:45px;

    height:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    border:none;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    color:#555;

}

.pagination .active .page-link{

    background:#E91E63;

    color:#fff;

}

.pagination .page-link:hover{

    background:#E91E63;

    color:#fff;

}/* Premium Interest Table */

.premium-table{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.premium-table thead{

    background:linear-gradient(135deg,#E91E63,#7B1FA2);

}

.premium-table thead th{

    color:#fff;

    border:none;

    padding:18px;

    font-weight:600;

}

.premium-table tbody td{

    padding:18px;

    vertical-align:middle;

}

.premium-table tbody tr{

    transition:.3s;

}

.premium-table tbody tr:hover{

    background:#FFF8FB;

}

.premium-avatar{

    width:60px;

    height:60px;

    border-radius:50%;

    object-fit:cover;

    border:3px solid #fff;

    box-shadow:0 5px 15px rgba(0,0,0,.12);

}

.premium-empty{

    padding:60px;

}

.premium-empty i{

    color:#E91E63;

}/* Premium Tables */

.premium-table{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.premium-table thead{
    background:linear-gradient(135deg,#E91E63,#7B1FA2);
}

.premium-table thead th{
    color:#fff;
    border:none;
    padding:18px;
    font-weight:600;
}

.premium-table tbody td{
    padding:18px;
    vertical-align:middle;
}

.premium-table tbody tr{
    transition:.3s;
}

.premium-table tbody tr:hover{
    background:#FFF8FB;
}

.premium-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #fff;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
}

.premium-empty{
    padding:60px;
}

.premium-empty i{
    color:#E91E63;
}

.premium-table .btn{
    min-width:110px;
}/* ===================================
   PREMIUM DASHBOARD SIDEBAR
=================================== */

.dashboard-sidenav{
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    overflow:hidden;
    border:none;
}

.dashboard-profile{
    padding:35px 25px;
    background:linear-gradient(135deg,#E91E63,#7B1FA2);
    color:#fff;
}

.team-card{
    background:transparent!important;
    box-shadow:none!important;
}

.team-card__img{
    width:130px;
    height:130px;
    margin:auto;
    position:relative;
}

.team-card__img img{
    width:130px;
    height:130px;
    object-fit:cover;
    border-radius:50%;
    border:5px solid rgba(255,255,255,.35);
}

.dashboard-profile__name{
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.dashboard-profile__id{
    color:rgba(255,255,255,.8);
}

.dashboard-profile .btn{
    border-radius:50px;
    background:#fff;
    color:#E91E63;
    font-weight:700;
}

.dashboard-profile .btn:hover{
    background:#f7f7f7;
}

.dashboard-menu{
    padding:20px;
}

.dashboard-menu ul{
    padding:0;
    margin:0;
}

.dashboard-menu li{
    list-style:none;
    margin-bottom:10px;
}

.dashboard-menu__link{
    display:flex;
    align-items:center;
    padding:14px 18px;
    border-radius:14px;
    transition:.3s;
    color:#555;
    font-weight:600;
}

.dashboard-menu__icon{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#FFF3F8;
    color:#E91E63;
    margin-right:14px;
    font-size:20px;
}

.dashboard-menu__link:hover{
    background:#FFF3F8;
    color:#E91E63;
    transform:translateX(5px);
}

.dashboard-menu__link.active,
.dashboard-menu__link.active-menu{
    background:linear-gradient(135deg,#E91E63,#7B1FA2);
    color:#fff!important;
}

.dashboard-menu__link.active .dashboard-menu__icon,
.dashboard-menu__link.active-menu .dashboard-menu__icon{
    background:rgba(255,255,255,.2);
    color:#fff;
}

.dashboard-menu__noti{
    margin-left:auto;
    background:#ff3b30;
    color:#fff;
    border-radius:50px;
    min-width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
    padding:0 8px;
}

.profile-picture{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#fff;
    color:#E91E63;
    border:none;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.profile-picture:hover{
    transform:scale(1.1);
}

@media(max-width:991px){

.dashboard-sidenav{
    border-radius:20px;
}

.dashboard-menu{
    padding:15px;
}

}/* ===== PREMIUM DASHBOARD ===== */

.dashboard-card{
    background:#fff;
    border-radius:22px;
    padding:28px;
    border:none;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.dashboard-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(180deg,#E91E63,#7B1FA2);
}

.dashboard-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(233,30,99,.18);
}

.dashboard-card__icon{
    width:72px;
    height:72px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#E91E63,#7B1FA2);
    color:#fff;
    font-size:28px;
    margin-right:20px;
}

.dashboard-card__title{
    font-size:34px;
    font-weight:700;
    color:#222;
    margin-bottom:4px;
}

.dashboard-card__desc{
    color:#777;
    font-size:15px;
}

.package--card{
    border:none;
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.package--card .card-header{
    background:linear-gradient(135deg,#E91E63,#7B1FA2);
    color:#fff;
    border:none;
    padding:18px 25px;
    font-size:20px;
}

.package--card .card-body{
    padding:30px;
}

.package-options{
    margin-bottom:12px;
    font-size:16px;
}

.package-options i{
    color:#28a745;
    font-size:20px;
}

.package--card .btn{
    border-radius:50px;
    padding:12px 30px;
}

.alert{
    border:none;
    border-radius:18px;
}

h5{
    font-weight:700;
    margin-bottom:20px;
}.shadow-lg{
box-shadow:0 20px 50px rgba(0,0,0,.12)!important;
}

.rounded-4{
border-radius:24px!important;
}

.bg-opacity-10{
background:rgba(255,255,255,.12)!important;
backdrop-filter:blur(8px);
transition:.3s;
}

.bg-opacity-10:hover{
transform:translateY(-4px);
background:rgba(255,255,255,.18)!important;
}

.card-body h2{
font-size:38px;
font-weight:700;
}

.card-body p{
font-size:17px;
}