body{
    background:#f5f5f5;
    font-family: nunito_medium, sans-serif;
}
.navbar{
    background:#fff;
}

.navbar-nav .nav-link{
    font-size:13px;
    font-weight:500;
    color:#2c3e50;
    padding:10px 0;
}

.navbar-nav .nav-link:hover{
    color:#ff1f7a;
}

.dropdown-toggle::after{
    margin-left:6px;
    font-size:13px;
    vertical-align:middle;
}

/* Dropdown */

.dropdown-menu{
    border:none;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:10px;
    min-width:220px;
}

.dropdown-item{
    font-size:14px;
    padding:10px 15px;
    border-radius:8px;
}

.dropdown-item:hover{
    background:#fff0f6;
    color:#ff1f7a;
}

/* Desktop Hover */

@media (min-width:992px){

    .navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
    }

}
.navbar-brand img{
    max-height:45px;
}

.navbar-nav .nav-link{
    font-size:15px;
    font-weight:500;
    color:#24324a;
    padding:10px 8px;
}

.navbar-nav .nav-link:hover{
    color:#ff2c83;
}

.dropdown-menu{
    border:none;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.dropdown-item{
    font-size:14px;
    padding:10px 15px;
}

.dropdown-item:hover{
    background:#fff0f6;
    color:#ff2c83;
}

/* Desktop Hover */

@media(min-width:992px){

    .navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
    }

}

/* //////////////////////////////////BANNER  2 section */

.banner-box{
    /*background:#fff1f6;*/
    /*border-radius:25px;*/
    /*overflow:hidden;*/
    /*padding:50px 60px;*/
    position:relative;
}

.banner-box::before{
    /*content:'';*/
    /*width:180px;*/
    /*height:180px;*/
    /*background:#ffd3e4;*/
    /*border-radius:50%;*/
    /*position:absolute;*/
    /*left:-70px;*/
    /*top:-70px;*/
}

.banner-box::after{
    /*content:'';*/
    /*width:300px;*/
    /*height:300px;*/
    /*background:#ffe3ee;*/
    /*border-radius:50%;*/
    /*position:absolute;*/
    /*right:-100px;*/
    /*top:50%;*/
    /*transform:translateY(-50%);*/
}

.banner-content{
    position:relative;
    z-index:2;
}

.banner-content h1{
    font-size:72px;
    font-weight:800;
    color:#99185a;
    margin-bottom:0;
}

.banner-content h2{
    font-size:70px;
    font-weight:800;
    color:#1f2937;
    margin-bottom:15px;
}

.banner-content h4{
    font-size:28px;
    font-weight:700;
    color:#1f2937;
}

.banner-content h4 span{
    color:#ff1571;
}

.divider{
    color:#ff1571;
    font-size:22px;
    margin:15px 0;
}

.btn-pink{
    background:#99185a;
    color:#fff;
    border-radius:40px;
    padding:12px 30px;
}

.btn-pink:hover{
    background:#e60062;
    color:#fff;
}

.banner-image{
    position:relative;
    z-index:2;
}

.banner-image img{
    max-height:420px;
}

/* MOBILE */

@media(max-width:991px){
    .category-title{
        font-size:38px;
    }

    .sub-title{
        font-size:28px;
    }

    .product-toolbar{
        flex-direction:column;
        align-items:flex-start;
    }
    .section-title{
        font-size:40px;
    }
    .gallery-title{
        font-size:38px;
    }

    .gallery-card img{
        height:300px;
    }
    .contact-left-card h2,
    .contact-form-card h2{
        font-size:32px;
    }

    .form-header{
        flex-direction:column;
    }
.contact-hero h1{
        font-size:48px;
    }

    .contact-hero p{
        font-size:18px;
    }

    .contact-info-card h4{
        font-size:24px;
    }
    .section-subtitle{
        font-size:18px;
    }

    .trust-wrapper{
        padding:40px 25px;
    }
.feature-box{
        border-right:none;
        border-bottom:1px solid #eee;
    }
.hero-title{
        font-size:48px;
    }

    .hero-text{
        font-size:20px;
    }
    .feature-box h5{
        font-size:20px;
    }

    .footer-main{
        padding:35px 25px;
    }
.banner-box{
    padding:30px;
    text-align:center;
}

.banner-content h1{
    font-size:42px;
}

.banner-content h2{
    font-size:40px;
}

.banner-content h4{
    font-size:20px;
}

.banner-image{
    margin-top:25px;
}

.banner-image img{
    max-height:280px;
}

}

@media(max-width:576px){

.category-nav ul{
    gap:15px !important;
}

.category-nav a{
    font-size:14px;
}

.banner-content h1{
    font-size:32px;
}

.banner-content h2{
    font-size:30px;
}

}
/* /////////////////////////////////  3 section*/

.decor-category-section{
    background:#f8f8f8;
}

/* Heading */

.heading-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:180px;
    margin-bottom:40px;
}

.heading-line{
    flex:1;
    max-width:280px;
    height:3px;
    background:#99185a;
}

.heading-content{
    text-align:center;
    flex-shrink:0;
}

.heading-content h2{
    font-size:30px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:8px;
}

.heading-content p{
    margin:0;
    font-size:15px;
    color:#6b7280;
}

/* Cards */

.decor-card{
    display:block;
    text-decoration:none;
    text-align:center;
    color:#111;
}

.decor-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:24px;
    transition:.3s;
}

.decor-card:hover img{
    transform:translateY(-5px);
}

.decor-card h5{
    margin-top:15px;
    font-size:17px;
    font-weight:600;
    line-height:1.4;
}

/* /////////////////////////////////  4 section*/

.birthday-section{
    background:#f8f8f8;
}

/* Heading */

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.section-header h2{
    font-size:30px;
    font-weight:700;
    margin:0;
    color:#111827;
}

.view-all-btn{
    color:#99185a;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    border-bottom:2px solid #99185a;
}

/* Card */

.package-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.package-card:hover{
    transform:translateY(-6px);
}

.package-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}

.card-content{
    padding:16px;
}

.card-content h5{
    font-size:15px;
    font-weight:500;
    margin-bottom:10px;
    color:#111827;
}

/* Price */

.price-box{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.sale-price{
    font-size:17px;
    font-weight:700;
    color:#111827;
}

.old-price{
    text-decoration:line-through;
    color:#9ca3af;
    font-size:15px;
}

.discount{
    background:#e7f7eb;
    color:#1f8f4c;
    padding:4px 10px;
    border-radius:8px;
    font-size:12px;
    font-weight:600;
}

/* Rating */

.rating{
    margin-top:10px;
    color:#f59e0b;
    font-weight:600;
    font-size:13px;
}

.rating span{
    color:#6b7280;
}

/* /////////////////////////////////  5 testimonail section*/

.testimonial-section{
    background:#f8f8f8;
}

.testimonial-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
}

.rating-top{
    color:#f5b301;
    font-size:13px;
    font-weight:600;
}

.rating-top span{
    color:#111827;
    margin-left:8px;
}

.rating-top small{
    color:#6b7280;
}

.testimonial-header h2{
    font-size:28px;
    font-weight:700;
    margin-top:10px;
}

.testimonial-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:30px;
    padding:30px;
    height:100%;
}

.user-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.user-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#f55b9f;
    color:#fff;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.user-top h5{
    margin:0;
    font-size:18px;
    font-weight:600;
}

.stars{
    color:#f5b301;
}

.testimonial-card p{
    font-size:16px;
    line-height:1.8;
    min-height:140px;
}

.verified{
    border-top:1px solid #eee;
    padding-top:15px;
    color:#08a05c;
    font-weight:600;
    font-size:13px;
}

.verified span{
    color:#6b7280;
    margin-left:10px;
}

.custom-prev,
.custom-next{
    position:relative !important;
    width:40px !important;
    height:40px !important;
    border:1px solid #ddd;
    border-radius:12px;
    margin:0;
    left:auto !important;
    right:auto !important;
    top:auto !important;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    font-size:18px !important;
    color:#111;
}

.testimonial-nav{
    display:flex;
    gap:10px;
}

/* /////////////////////////////////  6 FAQ section*/

.faq-section{
    background:#f8f8f8;
}

.faq-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:35px;
}

.faq-icon{
    width:50px;
    height:50px;
    border-radius:15px;
    background:#99185a;
    color:#fff;
    font-size:28px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 15px rgba(230,77,115,.25);
}

.faq-header h2{
    font-size:28px;
    font-weight:700;
    margin:0;
}

.faq-header p{
    margin:0;
    color:#6b7280;
    font-size:15px;
}

/* Accordion */

.faq-accordion .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:22px !important;
    overflow:hidden;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
}

.faq-accordion .accordion-button{
    padding:24px 30px;
    font-size:16px;
    font-weight:600;
    background:#fff;
    box-shadow:none;
    color:#111827;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#111827;
}

.faq-accordion .accordion-body{
    padding:0 30px 25px;
    font-size:14px;
    color:#4b5563;
    line-height:1.8;
}

.faq-accordion .accordion-button::after{
    background-size:18px;
}

/* /////////////////////////////////  7 Footer section*/

.custom-footer{
    background:#fff;
    border:1px solid #eee;
    border-radius:35px;
    overflow:hidden;
}

/* TOP FEATURES */

.footer-top{
    border-bottom:1px solid #eee;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:15px;
    padding:30px;
    border-right:1px solid #eee;
}

.feature-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    background:#fff4f7;
    color:#e64d73;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.feature-box h5{
    margin:0;
    font-size:17px;
    font-weight:700;
}

.feature-box p{
    margin:0;
    color:#666;
    font-size:14px;
}

/* MAIN */

.footer-main{
    padding:50px 40px;
}

.footer-logo{
    max-width:220px;
    margin-bottom:20px;
}

.footer-desc{
    color:#555;
    max-width:320px;
    line-height:1.8;
}

.footer-main h6{
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.footer-main ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-main ul li{
    margin-bottom:12px;
}

.footer-main ul li a{
    text-decoration:none;
    color:#444;
}

.footer-main ul li a:hover{
    color:#e64d73;
}

/* SOCIAL */

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:42px;
    height:42px;
    border:1px solid #ddd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#444;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#e64d73;
    color:#fff;
}

/* BOTTOM */

.footer-bottom{
    border-top:1px solid #eee;
    padding:25px 40px;
    color:#666;
}

.footer-bottom a{
    margin-left:20px;
    color:#666;
    text-decoration:none;
}

@media(max-width:767px){
    .category-title{
        font-size:30px;
    }

    .category-desc{
        font-size:16px;
    }

    .category-card h6{
        font-size:15px;
    }

    .product-count{
        font-size:18px;
    }

    .sort-buttons{
        width:100%;
    }

    .sort-btn{
        flex:1;
        padding:10px;
        font-size:14px;
    }
    .contact-hero{
        padding:60px 20px;
    }
    .gallery-title{
        font-size:30px;
    }

    .gallery-desc{
        font-size:16px;
    }

    .gallery-card img{
        height:260px;
    }
.contact-left-card,
    .social-card,
    .contact-form-card{
        padding:25px;
    }

    .contact-left-card h2,
    .contact-form-card h2{
        font-size:26px;
    }
    .submit-btn{
        font-size:16px;
    }
    .contact-hero h1{
        font-size:36px;
    }

    .contact-hero p{
        font-size:16px;
    }
    .contact-info-card h4{
        font-size:17px !important;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:center;
    }

    .hero-buttons .btn{
        width:100%;
        max-width:280px;
    }
    .testimonial-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }
    .section-title{
        font-size:30px;
    }

    .section-subtitle{
        font-size:16px;
    }

    .info-card{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .trust-card{
        text-align:center;
    }

    .trust-icon{
        margin:0 auto 20px;
    }
.hero-box{
        padding:60px 20px;
    }

    .hero-title{
        font-size:34px;
    }

    .hero-text{
        font-size:16px;
        line-height:1.6;
    }

    .stat-card{
        text-align:center;
    }

    .icon{
        margin:0 auto 20px;
    }

    .stat-card h2{
        font-size:36px;
    }
    .testimonial-header h2{
        font-size:28px;
    }

    .testimonial-card{
        padding:20px;
        border-radius:20px;
    }

    .testimonial-card p{
        font-size:15px;
        min-height:auto;
    }

    .user-top h5{
        font-size:18px;
    }
    .section-header h2{
        font-size:24px;
    }

    .view-all-btn{
        font-size:15px;
    }

    .card-content{
        padding:10px;
    }

    .card-content h5{
        font-size:14px;
        line-height:1.4;
        min-height:40px;
    }

    .sale-price{
        font-size:18px;
    }

    .old-price{
        font-size:13px;
    }

    .discount{
        font-size:10px;
        padding:2px 6px;
    }

    .rating{
        font-size:12px;
    }
    .heading-wrapper{
        gap:15px;
        margin-bottom:25px;
    }

    .heading-line{
        max-width:60px;
    }

    .heading-content h2{
        font-size:24px;
    }

    .heading-content p{
        font-size:13px;
    }

    .decor-card h5{
        font-size:13px;
        margin-top:10px;
    }

    .row.g-4{
        --bs-gutter-x:12px;
        --bs-gutter-y:20px;
    }
   .faq-header{
        align-items:flex-start;
    }

    .faq-header h2{
        font-size:26px;
    }

    .faq-header p{
        font-size:14px;
    }

    .faq-icon{
        width:30px;
        height:30px;
        font-size:22px;
    }

    .faq-accordion .accordion-button{
        font-size:15px;
        padding:18px;
    }

    .faq-accordion .accordion-body{
        font-size:14px;
        padding:0 18px 18px;
    }
    .custom-footer{
        border-radius:20px;
    }

    .feature-box{
        padding:20px;
    }

    .feature-box h5{
        font-size:18px;
    }

    .feature-box p{
        font-size:14px;
    }

    .footer-bottom{
        padding:20px;
    }

    .footer-bottom a{
        margin:0 8px;
    }

    .social-icons{
        justify-content:flex-start;
    }

}

/* /////////////////////////////////  About section*/

.about-hero{
    background:#f7f7f7;
}

.hero-box{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#d84d67,#b52d4c);
    border-radius:35px;
    padding:40px 0px;
    color:#fff;
}

.badge-custom{
    display:inline-block;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    border-radius:50px;
    padding:5px 20px;
    font-size:12px;
    font-weight:600;
    margin-bottom:25px;
}

.hero-title{
    font-size:40px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:25px;
}

.hero-text{
    max-width:700px;
    margin:auto;
    font-size:17px;
    opacity:.95;
}

.hero-btns{
    margin-top:35px;
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.hero-btns .btn{
    height:35px;
    display:flex;
    align-items:center;
    font-size: 15px;
}

/* Floating Dots */
.dot{
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:rgba(255,255,255,.4);
}

.dot1{
    top:60px;
    right:120px;
}

.dot2{
    top:100px;
    right:180px;
}

.dot3{
    top:150px;
    right:80px;
}

.dot4{
    bottom:50px;
    left:120px;
}

/* Stats */
.stat-card{
    background:#fff;
    border-radius:25px;
    padding:30px;
    height:100%;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-5px);
}

.icon{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    margin-bottom:20px;
}

.pink{
    background:linear-gradient(135deg,#ff5f8a,#ff3f7f);
}

.blue{
    background:linear-gradient(135deg,#43b5ff,#4c67ff);
}

.purple{
    background:linear-gradient(135deg,#a86bff,#8d4dff);
}

.green{
    background:linear-gradient(135deg,#36d399,#16c784);
}

.stat-card h2{
    font-size:25px;
    font-weight:800;
    margin-bottom:10px;
}

.stat-card h5{
    font-weight:700;
    margin-bottom:5px;
    font-size: 15px;
}

.stat-card p{
    margin:0;
    color:#777;
    font-size: 15px;
}

.trust-section{
    background:#f8f8f8;
}

.trust-wrapper{
    background:#fff;
    border:1px solid #ededed;
    border-radius:35px;
    padding:60px 40px;
}

.trust-badge{
    display:inline-block;
    padding:6px 20px;
    border-radius:50px;
    border:1px solid #b7ead1;
    background:#eefcf4;
    color:#0f8a5f;
    font-weight:600;
    font-size:12px;
}

.section-title{
    font-size:25px;
    font-weight:800;
    color:#07152f;
}

.section-subtitle{
    color:#667085;
    font-size:14px;
}

/* Trust Cards */

.trust-card{
    height:100%;
    padding:15px;
    border-radius:25px;
    transition:.3s;
}

.trust-card:hover{
    transform:translateY(-5px);
}

.green{
    background:#effaf4;
    border:1px solid #b9efd2;
}

.yellow{
    background:#fff9e9;
    border:1px solid #f1d36b;
}

.pink{
    background:#fff1f4;
    border:1px solid #f3c6d2;
}

.blue{
    background:#eef8ff;
    border:1px solid #b8ddff;
}

.trust-icon{
    width:45px;
    height:45px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-bottom:20px;
}

.green-icon{
    background:#d8f5e5;
    color:#0f8a5f;
}

.yellow-icon{
    background:#fff1c6;
    color:#d98a00;
}

.pink-icon{
    background:#ffe0e7;
    color:#d6466a;
}

.blue-icon{
    background:#dcefff;
    color:#1580d4;
}

.trust-card h5{
    font-weight:700;
    margin-bottom:10px;
    font-size: 15px;
}

.trust-card p{
    margin:0;
    color:#556070;
    font-size: 14px;
}

/* Bottom Cards */

.info-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:25px;
    padding:20px;
    display:flex;
    gap:20px;
    align-items:center;
    height:100%;
}

.info-icon{
    min-width:45px;
    width:45px;
    height:45px;
    border-radius:18px;
    background:linear-gradient(135deg,#d84d67,#b52d4c);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    box-shadow:0 8px 20px rgba(216,77,103,.25);
}

.info-card h4{
    font-weight:700;
    margin-bottom:10px;
    font-size: 16px;
}

.info-card p{
    margin:0;
    color:#556070;
    font-size: 14px;
}
.journey-section{
    background:#fff;
}

.journey-badge{
    display:inline-block;
    padding:5px 15px;
    border-radius:50px;
    background:#fff3f5;
    border:1px solid #ffd7df;
    color:#d84d67;
    font-weight:600;
    font-size:12px;
}

.journey-title{
    font-size:28px;
    font-weight:800;
    color:#07152f;
    margin-top:20px;
}

.journey-subtitle{
    font-size:15px;
    color:#667085;
}

.timeline{
    position:relative;
    max-width:1200px;
    margin:auto;
}

.timeline::before{
    content:'';
    position:absolute;
    left:50%;
    top:0;
    width:4px;
    height:100%;
    background:#ffd1da;
    transform:translateX(-50%);
}

.timeline-item{
    position:relative;
    width:50%;
    padding:30px 50px;
}

.timeline-item.left{
    left:0;
}

.timeline-item.right{
    left:50%;
}

.timeline-item::before{
    content:'';
    position:absolute;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    border:3px solid #e54f6f;
    top:60px;
    z-index:2;
}

.timeline-item.left::before{
    right:-9px;
}

.timeline-item.right::before{
    left:-9px;
}

.timeline-content{
    background:#fff;
    border:1px solid #ececec;
    border-radius:25px;
    padding:30px;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
}

.timeline-content h4{
    font-weight:700;
    margin:15px 0 10px;
    font-size:18px;
}

.timeline-content p{
    margin:0;
    color:#555;
    font-size:15px;
}

.year{
    display:inline-block;
    padding:2px 10px;
    border-radius:30px;
    color:#fff;
    font-weight:600;
    font-size:14px;
}

.pink{
    background:#f25573;
}

.orange{
    background:#ff9800;
}

.blue{
    background:#3b82f6;
}

.purple{
    background:#8b5cf6;
}

/* Tablet */

@media(max-width:991px){

    .journey-title{
        font-size:38px;
    }

    .journey-subtitle{
        font-size:18px;
    }
}

/* Mobile */

@media(max-width:767px){

    .timeline::before{
        left:20px;
    }

    .timeline-item{
        width:100%;
        left:0 !important;
        padding:0 0 30px 55px;
    }

    .timeline-item::before{
        left:11px !important;
        right:auto;
        top:45px;
    }

    .timeline-content{
        padding:20px;
    }

    .journey-title{
        font-size:30px;
    }

    .journey-subtitle{
        font-size:16px;
    }
}

.work-process{
    background:#fff;
    border:1px solid #eee;
    border-radius:30px;
    padding:60px 0;
}

.section-badge{
    display:inline-block;
    padding:6px 15px;
    border-radius:50px;
    background:#fff1f4;
    border:1px solid #ffd7df;
    color:#d84d67;
    font-size:12px;
    font-weight:600;
}

.section-title{
    font-size:28px;
    font-weight:800;
    color:#081a38;
}

.section-desc{
    max-width:700px;
    margin:auto;
    color:#667085;
    font-size:17px;
}

.process-card{
    position:relative;
    background:#fff;
    border:1px solid #eee;
    border-radius:25px;
    padding:20px;
    height:100%;
    transition:.3s;
}

.process-card:hover{
    transform:translateY(-5px);
}

.step-no{
    position:absolute;
    top:25px;
    right:25px;
    font-size:24px;
    font-weight:700;
    color:#d9dde5;
}

.process-icon{
    width:45px;
    height:45px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#fff;
    margin-bottom:20px;
}

.pink{
    background:linear-gradient(135deg,#ff6584,#f43f5e);
}

.orange{
    background:linear-gradient(135deg,#ffb326,#ff8a00);
}

.blue{
    background:linear-gradient(135deg,#4bb8ff,#4f46e5);
}

.green{
    background:linear-gradient(135deg,#34d399,#14b8a6);
}

.process-card h4{
    font-weight:700;
    font-size:18px;
}

.process-card p{
    color:#667085;
    font-size:15px;
}
.why-us{
    background:#fff;
    border:1px solid #eee;
    border-radius:30px;
}

.why-badge{
    display:inline-block;
    padding:6px 15px;
    border-radius:50px;
    border:1px solid #f3d37a;
    background:#fff8e7;
    color:#c26b00;
    font-weight:600;
    font-size: 12px;
}

.why-card{
    display:flex;
    gap:15px;
    align-items:flex-start;
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:20px;
    height:100%;
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-4px);
}

.why-icon{
    width:45px;
    height:45px;
    min-width:45px;
    border-radius:16px;
    background:#fff2f5;
    color:#d84d67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.why-card h5{
    font-weight:700;
    margin-bottom:8px;
    font-size:18px;
}

.why-card p{
    margin:0;
    color:#667085;
    font-size:15px;
}

/* /////////////////////////////////  Contact section*/

.contact-hero{
    position:relative;
    overflow:hidden;
    text-align:center;
    padding:40px 0px;
    border-radius:35px;
    background:linear-gradient(180deg,#d84d67,#b52d4c);
    color:#fff;
}

.contact-badge{
    display:inline-block;
    padding:5px 15px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    color:#fff;
    font-size:13px;
    font-weight:600;
}

.contact-hero h1{
    font-size:40px;
    font-weight:800;
    margin:20px 0;
}

.contact-hero p{
    max-width:700px;
    margin:auto;
    font-size:20px;
}

.hero-buttons{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.hero-buttons .btn{
    padding:5px 15px;
    font-weight:600;
    font-size: 14px;
}

.hero-buttons i{
    margin-right:8px;
}

.hero-dot{
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:rgba(255,255,255,.4);
}

.dot1{
    top:35px;
    right:120px;
}

.dot2{
    top:75px;
    right:180px;
}

.dot3{
    top:125px;
    right:80px;
}

/* Contact Cards */

.contact-info-card{
    display:flex;
    align-items:center;
    gap:10px;
    padding:15px;
    border:1px solid #ececec;
    border-radius:25px;
    background:#fff;
    height:100%;
}

.contact-icon{
    width:45px;
    height:45px;
    min-width:45px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
}

.email-icon{
    background:linear-gradient(135deg,#d84d67,#c62f55);
}

.phone-icon{
    background:linear-gradient(135deg,#10b981,#059669);
}

.location-icon{
    background:linear-gradient(135deg,#ffb326,#ff8a00);
}

.card-label{
    display:block;
    color:#98a2b3;
    font-size:12px;
    font-weight:700;
    margin-bottom:5px;
}

.contact-info-card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:8px;
}

.contact-info-card p{
    margin:0;
    color:#667085;
    font-size:15px;
}
.contact-left-card,
.social-card,
.contact-form-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:30px;
    padding:35px;
}

.small-badge{
    display:inline-block;
    padding:3px 8px;
    border-radius:50px;
    background:#fff2f5;
    border:1px solid #ffd8e1;
    color:#d84d67;
    font-size:12px;
    font-weight:600;
    margin-bottom:20px;
}

.contact-left-card h2,
.contact-form-card h2{
    font-size:20px;
    font-weight:800;
    color:#081a38;
}

.contact-left-card p,
.contact-form-card p{
    color:#667085;
    font-size:15px;
}

.contact-benefits{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.contact-benefits li{
    margin-bottom:18px;
    font-size:14px;
}

.contact-benefits i{
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:50%;
    background:#eafaf2;
    color:#11a36b;
    margin-right:10px;
}

.social-card h5{
    color:#98a2b3;
    font-weight:700;
    margin-bottom:20px;
    font-size:12px;
}

.social-icons{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:18px;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#555;
    font-size:20px;
    text-decoration:none;
}

.form-header{
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin-bottom:30px;
}

.form-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    background:linear-gradient(135deg,#d84d67,#b52d4c);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.custom-input{
    height:50px;
    border-radius:18px;
    border:1px solid #ddd;
}

textarea.custom-input{
    height:auto;
    padding-top:15px;
}

label{
    font-weight:600;
    margin-bottom:10px;
    color:#667085;
}

.submit-btn{
    background:linear-gradient(135deg,#d84d67,#b52d4c);
    color:#fff;
    height:50px;
    border:none;
    border-radius:18px;
    font-size:15px;
    font-weight:600;
}

.submit-btn:hover{
    color:#fff;
}

.secure-text{
    text-align:center;
    margin-top:15px;
    color:#98a2b3;
}

.secure-text i{
    color:#10b981;
}

/* /////////////////////////////////  Gallery section*/

.gallery-section{
    background:#fff;
}

.gallery-badge{
    display:inline-block;
    padding:5px 15px;
    border-radius:50px;
    background:#fff1f4;
    border:1px solid #ffd7df;
    color:#d84d67;
    font-size:13px;
    font-weight:600;
}

.gallery-title{
    font-size:28px;
    font-weight:800;
    color:#081a38;
}

.gallery-desc{
    max-width:700px;
    margin:auto;
    color:#667085;
    font-size:15px;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    cursor:pointer;
}

.gallery-card img{
    width:100%;
    height:350px;
    object-fit:cover;
    transition:.6s;
    display:block;
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.1)
    );
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:25px;
    color:#fff;
    opacity:0;
    transition:.4s;
}

.gallery-overlay h4{
    font-weight:700;
    margin-bottom:5px;
    transform:translateY(20px);
    transition:.4s;
}

.gallery-overlay span{
    opacity:.8;
    transform:translateY(20px);
    transition:.5s;
}

.gallery-card:hover img{
    transform:scale(1.12);
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-card:hover .gallery-overlay h4,
.gallery-card:hover .gallery-overlay span{
    transform:translateY(0);
}

/* /////////////////////////////////  Category section*/

.breadcrumb-custom{
    font-size:13px;
}

.breadcrumb-custom a{
    text-decoration:none;
    color:#666;
}

.breadcrumb-custom span:last-child{
    color:#d84d67;
    font-weight:600;
}

.category-title{
    font-size:28px;
    font-weight:800;
    color:#081a38;
}
.rating-box span{
    font-size:15px;
}
.rating-box{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.rating-badge{
    background:#16a34a;
    color:#fff;
    padding:0px 5px;
    border-radius:30px;
    font-weight:600;
}

.dot{
    width:6px;
    height:6px;
    background:#ccc;
    border-radius:50%;
}

.category-desc{
    color:#667085;
    font-size:15px;
}

.sub-title{
    font-size:28px;
    font-weight:700;
}

/* Category Card */

.category-card{
    text-align:center;
    transition:.3s;
    cursor:pointer;
}

.category-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:20px;
    border:1px solid #eee;
    transition:.4s;
}

.category-card h6{
    margin-top:12px;
    font-size:18px;
    font-weight:600;
}

.category-card:hover img{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.12);
}

/* Toolbar */

.product-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.product-count{
    font-size:18px;
}

.sort-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.sort-btn{
    border:1px solid #ddd;
    background:#fff;
    border-radius:50px;
    padding:5px 15px;
    font-weight:600;
}

.sort-btn.active{
    background:#d84d67;
    color:#fff;
    border-color:#d84d67;
}
