/* ==============================
GLOBAL OVERFLOW FIX
============================== */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body{
    padding-top: 68px;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

*{
    font-family: 'Times New Roman', Times, serif ;
}



/* ==============================
NAVBAR
============================== */

.premium-navbar {
     background: #9F2B68;
    padding: 15px 0;
    z-index: 999;
   
}

.brand-logo {
    width: 45px;
    height: 45px;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.brand-text {
    font-size: 22px;
}

.nav-link {
    color: rgba(255,255,255,.85)!important;
    font-weight: 500;
}

.nav-link:hover {
    color:#efff0d!important;
}



/* ==============================
HERO SECTION
============================== */

.hero-section {
   padding-top: 250px;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(135deg,#111,#9F2B68,#9F2B68);
}


.hero-section .container {
    position:relative;
    z-index:2;
}


.hero-label {

    display:inline-flex;
    align-items:center;
    background:rgba(255,255,255,.12);
    color:#fff;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
    backdrop-filter:blur(10px);

}


.hero-section h1 {

    color:#fff;
    line-height:1.1;

}


.text-gradient {

    background:linear-gradient(
        90deg,
        #fff,
        #d65064
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}


.hero-text {

    color:rgba(255,255,255,.75);
    font-size:18px;
    line-height:1.8;

}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: rgba(255, 45, 117, 0.12);
    border: 1px solid rgba(255, 45, 117, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-transform: uppercase;
    transition: all 0.3s ease;
}


.hero-badge i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(135deg, #ff2d75, #8d2eff);
    box-shadow: 0 5px 15px rgba(255, 45, 117, 0.35);
}


.hero-badge:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 45, 117, 0.7);
    box-shadow: 0 10px 30px rgba(255, 45, 117, 0.2);
}

.badge{
    font-size: 1.2rem;
    text-transform: capitalize !important;
}


/* ==============================
HERO IMAGE AREA
============================== */


.hero-images {

    position:relative;
    width:100%;
    max-width:580px;
    margin:auto;
    min-height:620px;
}


.hero-main {

    width:420px;
    height:580px;
    object-fit:cover;
    border-radius:35px;
    position:absolute;
    right:40px;
    top:40px;
    z-index:2;

}



.hero-small {

    width:170px;
    height:220px;
    object-fit:cover;
    border-radius:25px;
    position:absolute;
    top: 65%;
    z-index:3;

}



.hero-small-left {

    left:0;
    bottom:70px;

}


.hero-small-right {

    right:0;
    top:120px;

}



.match-card {

    position:absolute;
    right:0px;
    bottom:0px;
    background:#fff;
    padding:20px;
    border-radius:20px;
    z-index:5;
    width:300px;

}


.icon-circle {

    width:50px;
    height:50px;
    border-radius:50%;
    background:#dc3545;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;

}



/* ==============================
HERO DECORATIVE CIRCLES
============================== */


.hero-circle {

    position:absolute;
    border-radius:50%;
    pointer-events:none;

}


.circle-one {

    width:350px;
    height:350px;
    background:rgba(220,53,69,.25);
    top:-120px;
    left:-120px;

}


.circle-two {

    width:300px;
    height:300px;
    background:rgba(255,255,255,.08);
    right:-120px;
    top:100px;

}


.circle-three {

    width:250px;
    height:250px;
    background:rgba(220,53,69,.15);
    bottom:-100px;
    left:40%;

}


/* ==============================
TRUST BOX SECTION
============================== */

.trust-box {

    background: #fff;
    padding: 35px 25px;
    border-radius: 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .35s ease;
    border: 1px solid rgba(220,53,69,.08);

}


.trust-box:hover {

    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0,0,0,.15);

}


.trust-box i {

    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;

    background: #dc3545;
    color: #fff;

    border-radius: 50%;
    font-size: 32px;

    transition: .35s ease;

}


.trust-box:hover i {

    transform: scale(1.1) rotate(5deg);

}

p{
    font-size: 1.4rem !important;
}


.trust-box strong {

    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;

}


.trust-box p {

    margin: 0;
    color: #6c757d;
    line-height: 1.7;
    font-size: 15px;

}


/* Responsive */

@media(max-width:991px){

    .trust-box {

        padding:30px 20px;

    }
    .btn{
        width: 100%;
    }

    .circle1{
        display: none;
    }

}


@media(max-width:576px){

    .trust-box i {

        width:65px;
        height:65px;
        font-size:26px;

    }

    .trust-box p {

        font-size:18px;

    }

    .pk{
        display: none;
    }

    .badge{
        text-wrap: inherit;
        line-height: 1.5;
    }

}



/* ==============================
MINI FEATURES
============================== */


.mini-feature {

    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    background:rgba(255,255,255,.08);
    padding:15px;
    border-radius:15px;
    font-size: 18px !important;

}


.mini-feature i {

    color:#ff6b81;
    font-size:22px;

}



/* ==============================
GALLERY FIX
============================== */


.gallery-card,
.member-card,
.process-card,
.testimonial-card {

    max-width:100%;
    overflow:hidden;

}


.gallery-card img,
.member-image img {

    width:100%;
    object-fit:cover;

}



/* ==============================
MOBILE RESPONSIVE
============================== */


@media(max-width:991px){


.hero-section {

    padding-top:120px;

}


.hero-images {

    min-height:500px;
    margin-top:30px;

}


.hero-main {

    width:300px;
    height:400px;
    right:20px;

}


.hero-small {

    width:120px;
    height:160px;

}


.hero-small-left {

    left:0;

}


.hero-small-right {

    right:0;

}


.match-card {

    left:20px;
    width:220px;

}


}



@media(max-width:576px){


.hero-images {

    min-height:430px;

}


.hero-main {

    width:250px;
    height:350px;

}


.hero-small {

    width:90px;
    height:130px;

}


.match-card {

   display: none;

}


}


.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    cursor: pointer;
    transition: .4s;
    background: #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.gallery-card img {
    width: 100%;
    transition: .6s;
    display: block;
    
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .82),
            rgba(0, 0, 0, .15),
            transparent);
    color: #fff;
    opacity: 0;
    transition: .4s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h3,
.gallery-overlay h4,
.gallery-overlay h5 {
    margin-bottom: 8px;
    font-weight: 700;
}

.gallery-overlay p {
    margin: 0;
    opacity: .9;
}

@media(max-width:991px) {

    .gallery-card {
        margin-bottom: 10px;
    }

    .pth{
        text-align: center;
    }
    .ict{
        display: none;
    }

}

.pre{

    background-color: #9F2B68;
}



.process-card {

    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    transition: .35s;
    position: relative;
    overflow: hidden;

}

.process-card:hover {

    transform: translateY(-10px);

}

.process-number {

    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 42px;
    font-weight: 800;
    color: rgba(220, 53, 69, .08);

}

.process-icon {

    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;

}

.feature-icon {

    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;

}

.info-card {

    background: #fff;
    padding: 40px 25px;
    border-radius: 22px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .35s;

}

.info-card:hover {

    transform: translateY(-8px);

}

.info-card i {

    font-size: 40px;
    color: #dc3545;
    margin-bottom: 20px;

}

.info-card h3 {

    font-weight: 800;
    margin-bottom: 10px;

}

.info-card p {

    margin: 0;
    color: #6c757d;

}





.member-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
}

.member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}

.member-image {
    position: relative;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: .5s;
    display: block;
}

.member-card:hover img {
    transform: scale(1.08);
}

.member-status {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #198754;
}

.member-content {
    padding: 28px;
}

.member-age {
    background: #dc3545;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
}

.member-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.member-tags span {
    padding: 8px 14px;
    background: #f8f9fa;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:991px) {

    .member-image img {
        height: 360px;
    }

}




.testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}

.quote-icon {
    width: 70px;
    height: 70px;
    background: #dc3545;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.testimonial-user img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.review-stat {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.review-stat h2 {
    font-size: 42px;
    font-weight: 800;
    color: #dc3545;
    margin-bottom: 8px;
}

.review-stat p {
    margin: 0;
    color: #6c757d;
    font-weight: 500;
}

.premium-cta {
    background: linear-gradient(135deg, #111, #9F2B68, #dc3545);
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
}

.cta-feature {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    backdrop-filter: blur(8px);
}

.cta-feature i {
    font-size: 40px;
    margin-bottom: 18px;
}

.cta-feature h5 {
    margin: 0;
    font-weight: 600;
}




.footer a {
    color: #f1f2f3;
    text-decoration: none;
    transition: .3s;
}

.footer a:hover {
    color: #fff;
}

.social-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1d1d;
    border-radius: 50%;
    color: #fff !important;
    transition: .3s;
}

.social-link:hover {
    background: #dc3545;
    transform: translateY(-4px);
}

.accordion-button {
    padding: 22px;
    font-size: 21px;
}

.accordion-button:not(.collapsed) {
    background: #9F2B68;
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 22px;
    color: #6c757d;
    font-size: 20px;
}

ul{
    font-size: 1.2rem;
}

/* Back To Top Button */
.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
    background: #bb2d3b;
}

.back-to-top.show {
    display: flex;
}

html {
    scroll-behavior: smooth;
}


