﻿@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Mr+Dafoe&family=Mukta:wght@200;300;400;500;600;700;800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap");
:root {
    --background: #fff;
    --foreground: #171717
}

body, html {
    scroll-behavior: smooth;
}

body, html {
    overflow-x: hidden
}

body {
    color: var(--foreground);
    background: var(--background);
    font-family: Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none !important
}

@media (prefers-color-scheme: dark) {
    html {
        color-scheme: dark
    }
}

.main-header {
    transition: background-color .3s ease,box-shadow .3s ease;
    background-color: #fff;
    width: 100%;
}

.fixed-header {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    overflow: hidden
}

.navbar-light .nav-link {
    color: #000;
}

.dropdown-menu {
    border-radius: .25rem;
    background-color: #fff
}

.navbar-toggler {
    border: none
}

.navbar .navbar-nav .nav-item a {
    color: #000;
    font-size: 16px;
    font-family: Mulish, serif;
    font-weight: 500;
    cursor: pointer;
    padding: 0 13px !important;
    text-transform: capitalize;
}

    .navbar .navbar-nav .nav-item a:hover {
        color: #812548 !important
    }
    .footer ul li a:hover {
        color: #fff !important
    }

.header-section .header-bottom {
    box-shadow: 0 6px 10px rgba(85,85,85,.1);
    background-color: #ffff;
    -webkit-backdrop-filter: blur(0) !important;
    backdrop-filter: blur(0) !important
}

.header-section.header-fixed {
    top: 0 !important
}

.navbar-toggler {
    margin-left: auto
}

.header-wrapper .logo a img {
    width: 150px
}

.header-wrapper .menu-area .menu .lab-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 10px
}

.header-section.style-5 .header-bottom .btn-call {
    background: #B62760 !important;
    margin: 5px !important;
    padding: 10px 15px !important;
    color: #fff !important;
    border-radius: 100px
}

ul.lab-ul li {
    list-style: none
}

.header-section.style-5 .header-bottom .btn-text {
    background: #B62760;
    margin: 0 !important;
    padding: 10px 22px !important;
    color: #fff !important;
    border-radius: 90px;
    text-decoration: none
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    align-items: center;
    border-bottom: 1px solid #ecf0f3;
    color: #000 !important;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding: 10px 20px !important;
    text-transform: capitalize;
    --bs-dropdown-link-active-bg: #fff !important
}

    .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
        background: #fff !important
    }

.section-padding {
    padding-top: 100px;
    padding-bottom: 70px
}

.banner-section.style-4 {
    width: 100%;
    position: relative;
    height: 700px;
    display: flex;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
    align-items: center;
    background-image: url(/banner.png)
}

    .banner-section.style-4 .banner-content .desc {
        font-size: 20px !important;
        font-family: Mulish,serif;
        font-weight: 400 !important;
        color: #fff !important;
        margin-bottom: 20px !important;
        text-align: left
    }

    .banner-section.style-4 .banner-content h1 {
        font-size: 56px !important;
        font-family: Mulish,serif;
        line-height: 60px !important;
        font-weight: 700 !important;
        margin-bottom: 30px;
        color: #fff
    }

        .banner-section.style-4 .banner-content h1 span {
            font-weight: 700;
            color: #ffa100
        }

    .banner-section.style-4 .shop-now .btn-shop {
        background: #ae6f03 !important;
        margin: 0 !important;
        padding: 10px 22px !important;
        color: #fff !important;
        font-weight: 400;
        font-size: 18px;
        border-radius: 90px;
        text-decoration: none;
        text-align: center
    }

.header-section .title-bar-separator {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

img {
    height: auto;
    max-width: 100%;
    transition: all .3s ease
}

.header-section {
    background: transparent;
    z-index: 999;
    position: fixed;
    content: "";
    width: 100%
}

    .header-section.header-fixed .header-bottom {
        background: #0000008c !important;
        -webkit-backdrop-filter: blur(0) !important;
        backdrop-filter: blur(0) !important
    }

    .header-section.header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        animation: fadeInDown .5s;
        -webkit-animation: fadeInDown .5s;
        -moz-animation: fadeInDown .5s;
        box-shadow: 0 0 10px rgba(16,17,21,.1);
        z-index: 999
    }

.dropdown-toggle:after {
    display: none !important
}

.dafoe {
    font-family: cursive;
    font-size: 30px;
    color: #ae6f03;
    font-weight: 500;
    margin-bottom: 0
}

.text-title-services {
    font-family: Mulish,serif;
    font-size: 36px;
    text-transform: capitalize !important;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.highlight {
    position: relative;
}

.text-subtitle-services {
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    margin-right: 40px;
    text-align: left;
    color: #4d4d4d !important
}

.btn-theme, .text-subtitle-services {
    font-size: 16px;
    font-family: Mulish,serif
}

.btn-theme {
    background: linear-gradient(90deg,#ffa100,#ae6f03);
    box-shadow: 0 2px 4.472px rgba(0,0,0,.25);
    border-radius: 90px;
    padding: 12px 40px;
    color: #fff !important;
    border: 0
}

.whychoose-section {
    background-color: #edefff;
    padding-left: 100px;
    height: 490px;
    z-index: 1;
}

.text-title-services {
    font-family: Mulish,serif;
    font-size: 36px;
    text-transform: capitalize !important;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.highlight:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 30%;
    width: 38%;
    height: 36px;
    transform: translateY(-50%);
    background: url(/brush.png) no-repeat 50%;
    background-size: cover;
    z-index: -1
}

.section-postion {
    position: relative
}

.dafoe {
    font-family: cursive;
    font-size: 30px;
    color: #ae6f03;
    font-weight: 500;
    margin-bottom: 0
}

.text-subtitle-services {
    font-size: 16px;
    font-family: Mulish,serif;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    margin-right: 40px;
    text-align: left;
    color: #4d4d4d !important
}

.slider-box {
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 3px 8px rgba(0,0,0,.24);
    border-radius: 0 40px 40px 40px;
    height: 100%;
}

.slider-num {
    background-color: #edefff;
    padding: 10px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 15px 15px 15px;
    margin-bottom: 15px;
    color: #000
}

.slider-num, .slider-text {
    font-size: 24px;
    font-weight: 700
}

.slider-text {
    line-height: 28px
}

.slider-pera {
    font-size: 14px;
    line-height: 23px;
    color: #6f6f6f;
    margin-bottom: 0
}

.btn-theme {
    background: linear-gradient(90deg,#ffa100,#ae6f03);
    box-shadow: 0 2px 4.472px rgba(0,0,0,.25);
    font-family: Mulish,serif;
    border-radius: 90px;
    padding: 12px 40px;
    color: #fff !important;
    border: 0;
    font-size: 16px
}

.swiper {
    padding-bottom: 50px !important;
    padding-top: 0 !important;
    height: 100%
}

.title-bar-separator-w {
    position: relative;
    margin-top: -105px;
    z-index: 0;
}

img {
    height: auto;
    max-width: 100%;
    transition: all .3s ease
}

.gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
    margin-top: 10px;
    color: #000
}

.gallery-slider .swiper-pagination-bullet {
    background-color: #ae6f03 !important
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fade-image {
    transition: opacity .5s ease-in-out
}

.text-title-services {
    font-family: Mulish,serif;
    font-size: 36px;
    text-transform: capitalize !important;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.section-postion {
    position: relative
}

.dafoe {
    font-family: cursive;
    font-size: 30px;
    color: #ae6f03;
    font-weight: 500;
    margin-bottom: 0
}

.gallery-slider {
    height: 186px;
    padding-bottom: 40px !important
}

.image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 0;
    width: 40%;
    border-radius: 10px;
    text-align: center
}

.modal-img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px
}

.close-btn {
    top: 10px;
    display: flex;
    right: 15px;
    height: 30px;
    align-items: center;
    width: 30px;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000
}

.close-btn, .next-btn, .prev-btn {
    position: absolute;
    font-size: 24px;
    border: none;
    cursor: pointer
}

.next-btn, .prev-btn {
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #fff
}

.prev-btn {
    left: 10px
}

.next-btn, .prev-btn {
    color: #000;
    font-size: 45px
}

.next-btn {
    right: 10px
}

.btn-dark, .btn-dark:hover {
    background-color: transparent;
    color: #000;
    border: 0
}

.btn-outline-primary, .btn-outline-primary:hover {
    background-color: transparent;
    color: #d48f3f;
    border: 0
}

.breadcrumb-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #bb77024a;
    z-index: -1
}

.themesion-ul-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px
}

    .themesion-ul-list li svg {
        color: #ae6f03;
        flex-shrink: 0;
        margin-top: 3px
    }

@media (max-width: 991px) {
    .pbmit-ihbox-style-1 {
        margin-bottom: 30px
    }
}

.testimonial-one-bg {
    background-repeat: no-repeat;
    background-position: 50%
}

.pbmit-heading-subheading.text-center {
    margin-bottom: 30px
}

.pbmit-heading-subheading .pbmit-subtitle {
    font-size: 36px;
    color: #ae6f03;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0
}

.pbmit-heading-subheading .pbmit-title {
    font-family: Mulish,serif;
    font-size: 36px;
    text-transform: capitalize !important;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
    color: #000
}

.pbmit-heading-content {
    font-size: 16px;
    font-family: Mulish,serif;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    margin-right: 40px;
    text-align: left;
    color: #4d4d4d !important;
    text-align: center;
}

.testimonial-one-bg .swiper-slider {
    padding-bottom: 0
}

.pbmit-testimonial-style-3 {
    text-align: center;
    overflow: hidden
}

    .pbmit-testimonial-style-3 .pbminfotech-box-content {
        border-radius: 10px;
        color: #fff;
        padding: 30px;
        min-height: 235px;
        position: relative;
        margin-bottom: 35px;
        background: linear-gradient(90deg,#ffa100,#ae6f03)
    }

        .pbmit-testimonial-style-3 .pbminfotech-box-content:before {
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            content: "";
            width: 0;
            height: 0;
            transform-origin: 0 0;
            transform: rotate(-45deg);
            border: 8px solid #d48601
        }

    .pbmit-testimonial-style-3 blockquote p {
        padding: 0;
        margin: 0;
        border-left: none;
        background-color: transparent;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #fff;
        position: relative;
        margin-bottom: 0
    }

.testimonial-one-bg .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent !important;
    box-shadow: none !important;
    height: 12px !important;
    width: 12px !important;
    margin-bottom: -1px !important;
    border-radius: 6px !important;
    border: 1px solid #e09b24
}

.swiper-pagination-bullet {
    background: #fff !important;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
    border-radius: 50%;
    border: 1px solid #e09b24;
    display: none;
}

.pbmit-testimonial-style-3 .pbminfotech-box-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px
}

.pbmit-testimonial-style-3 .pbmit-designation {
    font-size: 13px
}

/*.footer {
    padding: 80px 80px 0
}*/

.footer .footer-logo img {
    max-width: 207px;
    height: 62px
}

.footer .bg-dark {
    padding: 0px 20px;
    /*border-radius: 50px*/
}

.footer h5 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff
}

.footer a {
    color: #ffff
}

    .footer a:hover {
        color: #fff
    }

.newsletter-form .form-control {
    border: none;
    border-radius: 0;
    background: #fff;
    height: 60px;
    border-radius: 40px !important
}

.input-group .btn {
    position: absolute !important;
    right: 0 !important;
    margin: 7px;
    top: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    border-radius: 40px !important
}

.newsletter-form .form-control:focus {
    outline: none;
    border-bottom: 2px solid #fff
}

.newsletter-form button {
    background-color: #f8d25a
}

    .newsletter-form button:hover {
        background-color: #e6b851
    }

.list-unstyled li {
    margin: 15px 10px;
    display: flex;
    gap: 15px
}

    .list-unstyled li a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        line-height: 28px;
        font-weight: 300
    }

.location {
    background-color: #343a40;
    border-radius: 50px;
    padding: 10px
}

.author-gap {
    gap: 20px
}

.font-medium {
    font-weight: 500
}

.border-radius-new {
    border-radius: 20px;
    margin: 20px
}

img.comms {
    width: 40px !important;
    height: auto
}

.swiper-3d .swiper-slide-shadow {
    background: transparent !important
}

.shadow-sm {
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.375)
}



.review-slider__container {
    display: flex;
    flex-wrap: wrap
}

.review-slider__image {
    width: 100%;
    object-fit: cover
}

.review-slider__content-container {
    display: flex;
    height: 100%;
    padding: 2rem
}

.review-slider__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    color: #000;
    font-family: Mulish,serif;
    margin-bottom: 1rem
}

.right-center-img {
    right: 0;
    display: flex;
    top: 0;
    align-items: center;
    bottom: 0
}

.review-slider__description {
    font-size: 15px;
    color: #6f6f6f;
    font-family: Mulish,serif;
    line-height: 25px;
    margin-bottom: 2rem
}

.review-slider__stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem
}

.review-slider__stat {
    text-align: center
}

.review-slider__stat-number {
    font-size: 55px;
    font-family: Mulish,serif;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 4px;
    color: #ae6f03
}

.review-slider__stat-text {
    font-size: 20px;
    color: #000;
    font-family: Mulish,serif;
    margin-bottom: 0;
    line-height: normal
}

.review-slider__stars {
    color: #ae6f03
}

.review-slider__navigation {
    display: flex;
    justify-content: center;
    gap: .5rem
}

.review-slider__dot {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer
}

    .review-slider__dot.active {
        background: #343a40
    }

.text-title-services {
    font-size: 36px;
    text-transform: capitalize !important;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000
}

.text-subtitle-services, .text-title-services {
    font-family: Mulish,serif;
    letter-spacing: 0;
    text-align: left
}

.text-subtitle-services {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 40px;
    color: #4d4d4d !important
}

.swiper-testmonials {
    width: 100%;
    overflow: hidden;
    position: relative;
    .swiper-slide

{
    border-radius: 10px;
    background: linear-gradient(90deg,#ffa100,#ae6f03);
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 245px;
    transition: .2s
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.star {
    font-size: 14px;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px;
}

img {
    width: 75px;
    height: 75px;
    border-radius: 100px
}

.title-slide h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.title-slide h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.text-slide {
    color: #fff;
    font-family: Mulish,serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0
}

.swiper-button-testmonials-next, .swiper-button-testmonials-prev {
    cursor: pointer
}

.header-slide h5 {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #ae6f03
}

.form-control {
    display: block;
    width: 100%;
    padding: .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 13px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.text-title-services {
    font-family: Mulish,serif;
    font-size: 36px;
    text-transform: capitalize !important;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
    color: #000
}

.text-subtitle-services {
    font-size: 15px;
    color: #6f6f6f;
    font-family: Mulish,serif;
    line-height: 25px;
    margin-bottom: 2rem
}

}

.bog-section, .paragraph-base-fitree-bold {
    font-family: cursive;
    font-size: 36px;
    color: #ae6f03;
    font-weight: 500;
    margin-bottom: 0
}

.paragraph-base-fitree-bold {
    font-family: cursive;
    font-size: 36px;
    color: #ae6f03;
    font-weight: 500;
    margin-bottom: 0
}

.btn-primary {
    background: linear-gradient(90deg, #b62760, #d4cdea);
    color: #fff;
    border: 0;
    border-radius: 100px;
    text-align: center;
    padding: 10px 22px
}

@media (min-width: 320px) and (max-width: 580px) {
    /* Rule 1: Corrected and standard */
    .breadcrumb-content .title {
        font-size: 28px;
    }
    /* Rule 2: Corrected and standard */
    .blog-card-title {
        height: auto;
    }

    /* Rule 3: Corrected - Nested selectors must be separated */
    .landing-our-services .icon-box {
       
        height: auto !important;
    }

    /* Rule 4: Corrected - Nested selectors must be separated */
    .what-we-do .icon-box {
        padding: 0 !important;
    }
}

.mobile-bg {
    background-color: #fff
}

.navbar .navbar-nav .nav-item a {
    color: #000 !important;
    padding: 10px !important;
    margin-left: 20px;
    cursor: pointer;
    font-weight:800;
}

.review-slider {
    position: relative;
}

.slider-position {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    left: 100px;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

.border-radius-new {
    font-size: 12px;
    line-height: 14px
}

h5 {
    font-size: 16px;
    font-weight: 700
}

.text-subtitle-services {
    line-height: 23px;
    margin-right: 0;
    margin-bottom: 10px !important
}

.text-subtitle-services {
    line-height: 23px;
    margin-right: 0;
    margin-bottom: 10px !important
}

.btn-theme {
    margin-top: 10px !important;
    margin-bottom: 15px
}

.desc {
    font-size: 18px !important;
    margin-bottom: 10px !important
}

.title-bar-separator-w {
    position: relative;
    margin-top: -24px;
    z-index: 1
}

.text-subtitle-services {
    line-height: 23px;
    margin-right: 0;
    margin-bottom: 10px !important
}

.text-title-services {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px
}

.about-img, img {
    border-radius: 30px
}

.testimonial-one-bg,
.pbmit-heading-subheading,
.pbmit-subtitle,
.pbmit-title {
    font-size: 28px;
}

.pbmit-title {
    line-height: 30px;
}

.portfolio p {
    text-align: center;
}

a, p {
    font-size: 14px;
}

p {
    line-height: 22px;
}

.text-left {
    margin-top: 20px
}

.footer {
    padding: 0;
}

.bg-dark {
    padding: 20px;
    border-radius: 0
}

.navbar-toggler {
    margin-left: 100px
}

@keyframes cc-calto-action-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(13,110,253,.2),0 0 0 0 rgba(13,110,253,.2),0 0 0 5px rgba(13,110,253,.2),0 0 0 10px rgba(13,110,253,.2)
    }

    to {
        box-shadow: 0 4px 10px rgba(13,110,253,.2),0 0 0 5px rgba(13,110,253,.2),0 0 0 10px rgba(13,110,253,.2),0 0 0 20px rgba(13,110,253,0)
    }
}

.key-benefits, .text-title-services {
    font-size: 27px !important;
    line-height: 30px !important;
    margin-top: 15px !important
}

.wig-solution, .form-box, h3 {
    margin-top: 10px;
    font-size: 18px !important;
    font-weight: 400;
}

.callbtn {
    font-size: 14px !important;
    width: 265px !important;
    background: #720830;
}

.callbtn, input.form-control {
    padding: 8px !important;
    min-width: 100%
}

.react-tel-input .form-control {
    padding: 8px 55px !important
}

.key-benefits.section-padding {
    padding-top: 100px !important
}

.hair-replacement {
    font-family: Mulish, serif;
    color: #ae6f03;
    font-weight: 800;
}

    .hair-replacement h3,
    .hair-replacement span {
        font-size: 40px;
    }

.footer {
    padding: 0 0px
}

.about, .about-img {
    width: 100%
}

.features-section {
    margin-left: 2%;
}

.feature-item {
    display: flex;
    gap: 15px
}

.pbmit-testimonial-style-3 .pbminfotech-box-content {
    min-height: auto
}

.blog-list-container {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0
}

.blog-title {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    font-family: Arial,sans-serif
}

.blog-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    grid-gap: 20px;
    gap: 20px;
    padding: 0
}

@media (min-width: 992px) and (max-width:1170px) {
    .navbar .navbar-nav .nav-item a {
        padding: 5px 10px !important;
        font-size: 14px
    }

    .header-section.style-5 .header-bottom .btn-text {
        background: #ae6f03;
        margin: 0 !important;
        padding: 5px 11px !important;
        font-size: 14px
    }

    .header-section.style-5 .header-bottom .btn-call {
        background: #ae104fe6 !important;
        margin: 0 !important;
        padding: 4px 8px !important;
        font-size: 14px;
        color: #fff !important;
        border-radius: 100px
    }
}

.wig-solution {
    background-color: #111a86;
    padding: 101px 0 0;
    .media-container

{
    display: flex;
    justify-content: center;
    align-items: center;
    img,video

{
    min-width: 100%;
    border-radius: 0;
    height: auto;
}

.form-box {
    background: #383b40;
    padding: 25px !important;
    margin: 8px;
    border-radius: 14px;
    color: #fff;
}

h3 {
    font-size: 22px
}

.phone-icon {
    font-size: 28px
}

.callbtn {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #464e9f;
    padding: 12px;
    border: 0;
    color: #fff;
}

strong {
    font-size: 18px;
    min-width: 100%
}

input.form-control, textarea {
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    min-width: 100%
}

button {
    background: linear-gradient(90deg, #ff69b4, #1e90ff);
    color: #fff;
    padding: 8px;
    cursor: pointer !important;
    width: 140px !important;
    border-radius: 40px;
    border: 0;
    font-size: 18px;
}

    button:hover {
        color: #fff
    }

    button:active, button:hover {
        background: linear-gradient(90deg, #ff69b4, #1e90ff);
    }

    button:active {
        color: #fff !important
    }

}

.react-tel-input .form-control {
    padding: 10px 55px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%
}

.react-tel-input .flag-dropdown {
    background: #f8f9fa;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ccc
}

.react-tel-input .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,.5)
}

.react-tel-input .country-list {
    color: #000
}

.modal-content {
    .text-center

{
    h3

{
    font-size: 28px;
    color: #ae6f03
}

p {
    font-size: 16px
}

h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000
}

}
}
}

.key-benefits {
    .text-title-services

{
    font-family: Mulish,serif;
    font-size: 36px;
    text-transform: capitalize !important;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: left;
    color: #000
}

.process-text {
    ul

{
    list-style: none;
    padding: 0;
    font-size: 15px;
    li

{
    position: relative;
    padding-left: 26px
}

svg {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    height: 14px;
    width: 14px;
    color: #fff;
    background: #262f90;
    border-radius: 50%;
    padding: 3px
}

}
}
}

.what-we-do {
    padding: 100px 0;
    .section-title

{
    text-align: center;
    h2

{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    &:before

{
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

&:after, &:before {
    content: "";
    position: absolute;
    display: block
}

&:after {
    width: 40px;
    height: 3px;
    background: #171f87;
    bottom: 0;
    left: calc(50% - 20px)
}

}
}

.icon-box {
    text-align: center;
    padding: 30px 20px;
    transition: all .3s ease-in-out;
    background: #111787;
    h4

{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    a

{
    color: #ffff;
    transition: .3s ease-in-out;
    &:hover

{
    color: #fff
}

}
}

.icon {
    width: 64px;
    height: 64px;
    background: #eaf4fb;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: .3s ease-in-out
}

}
}

.counter-section {
    padding: 70px 0;
    .pbminfotech-ele-fid-style-2

{
    .pbmit-fid-inner

{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 10px
}

.pbmit-fid-inner, .pbmit-fid-title {
    font-family: Muli,sans-serif;
    text-align: center;
    color: #ffff
}

.pbmit-fid-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

}

.counter-wrap {
    background: #7d1c3f;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 9px
}

}


.landing-our-services {
    background-color: #111787;
    padding: 100px 0;
}

    .landing-our-services .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #fff;
        text-align: center;
    }

        .landing-our-services .section-title h2::before,
        .landing-our-services .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
        }

        .landing-our-services .section-title h2::before {
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .landing-our-services .section-title h2::after {
            width: 40px;
            height: 3px;
            background: #ae6f03;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .landing-our-services .icon-box {
        padding: 30px;
        height: auto;
        border-radius: 6px;
        background: #fff;
        transition: 0.3s ease-in-out;
    }

        .landing-our-services .icon-box img {
            float: left;
            font-size: 40px;
            width: 60px;
            height: 60px;
            line-height: 0;
            margin-right: 10px;
        }

        .landing-our-services .icon-box h4 {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .landing-our-services .icon-box h4 a {
                color: #384046;
                transition: 0.3s;
            }

        .landing-our-services .icon-box p {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

.same-height-video {
    height: 172px;
    width: 100%
}

.landing-testimonial, .swiper-testmonials {
    width: 100%;
    overflow: hidden;
    position: relative;
}

landing-testimonial .swiper-slide {
    border-radius: 10px;
    background: linear-gradient(90deg, #ff69b4, #1e90ff);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 268px;
    transition: 0.2s;
}

landing-testimonial.header-slide h5 {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #262d8f;
}

}
}

.pbmit-heading-content {
    font-size: 16px;
    font-family: Mulish, serif;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    margin-right: 40px;
    text-align: center;
    color: #4d4d4d !important;
}

.portfolio, .pbmit-heading-subheading .pbmit-subtitle {
    font-size: 36px;
    color: #1d248a;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-button {
    background: none;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: left;
    width: 100%
}

    .tab-button.active {
        border-bottom: 3px solid #111787;
        font-weight: 700;
        color: #111787
    }

.portfolio-container {
    display: flex;
    flex-wrap: wrap
}

.portfolio-wrap {
    border-radius: 50px;
    img

{
    width: 100%;
    height: 300px;
    border-radius: 15px;
    padding: 4px;
    transition: transform 0.3s;
    &:hover

{
    transform: scale(1.05);
}

}
}

.customized-wigs-for-men,
.hair-extensions-for-men
.about-img
img {
    border-radius: 30px;
}

@keyframes wobble {
    0%, 100% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-5deg);
    }

    30% {
        transform: rotate(5deg);
    }

    45% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(5deg);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
    }

    50% {
        box-shadow: 0 0 20px #0f0;
    }
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: wobble 1.5s ease-in-out infinite,glow 2s ease-in-out infinite
}

    .whatsapp-btn i, .whatsapp-btn svg {
        color: #fff;
        font-size: 24px;
        text-decoration: none
    }

.call-buton {
    display: block
}

@media only screen and (min-width: 1024px) and (max-width:1439px) {
    .wig-solution, .callbtn {
        font-size: 14px;
        padding-top:82px;
    }

    strong {
        font-size: 14px !important
    }

    .call-buton {
        display: none
    }
}

@media only screen and (min-width: 1440px) {
    .wig-solution, .callbtn {
        font-size: 16px;
    }

    strong {
        font-size: 16px !important;
    }
}

.call-buton {
    display: none;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: linear-gradient(to right, #2B3190, #8E315A);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
        transform-style: preserve-3d
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

    .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: none
    }

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.footer-btn-menu {
    display: none;
}

@media (max-width: 767px) {
    .footer-btn-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #fff;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
    }

    .portfolio p {
        font-size: 0.9rem;
        margin: 10px 0;
        padding: 0 15px;
    }

    .whatsapp-btn {
        display: none;
    }

    .footer-btn {
        flex: 1;
        margin: 0 6px;
        padding: 14px 18px;
        font-size: 15px;
        text-align: center;
        border-radius: 6px;
        text-decoration: none;
        color: #fff;
        border-radius: 40px;
    }

    .footer-btn-call {
        background: #B62760;
    }

    .footer-btn-apply {
        background: #3C439B;
    }

    .mb-50 {
        margin-bottom: 70px;
    }
}

.btn-footer-menu {
    display: none;
}

.blink {
    width: auto;
    padding: 15px;
    text-align: center;
    line-height: 50px;
    height: auto;
}

h1 {
    font-size: 20px;
    color: white;
    animation: blink 1s linear infinite;
    font-style: italic;
    font-weight: bold
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
/*
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/

/* Floating background elements */


.slider-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    z-index: 5;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}



.slider {
    position: relative;
    height: 450px;
    overflow: hidden;
    margin-bottom:14px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    overflow: hidden;
    pointer-events: none;
}

    .slide.active {
        opacity: 1;
        z-index: 2;
        pointer-events: auto;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 8s ease-in-out;
    }

    .slide.active img {
        transform: scale(1.1);
    }
/* Navigation arrows */
.navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none;
}

.nav-btn {
    position: absolute;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 30;
    display:none;
}

    .nav-btn.prev {
        left: 20px;
    }

    .nav-btn.next {
        right: 20px;
    }

    .nav-btn:hover {
        background-color: rgba(255, 255, 255, 0.9);
        transform: translateY(-50%) scale(1.1);
    }

/* Dots indicators */
.dots-container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 10;
    display:none 
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .dot.active {
        background-color: white;
        transform: scale(1.2);
    }

/* Animation keyframes for transitions */
/*@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1.2);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}*/

/* Transition effect classes */
/*.transition-fade .slide-content {
    animation: fadeIn 1s forwards;
}

.transition-slideRight .slide-content {
    animation: slideInRight 1s forwards;
}

.transition-slideLeft .slide-content {
    animation: slideInLeft 1s forwards;
}

.transition-zoom .slide-content {
    animation: zoomIn 1s forwards;
}

.transition-slideUp .slide-content {
    animation: slideInUp 1s forwards;
}*/
.logo img {
   height:75px;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .dots-container {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 10;
        display:none;
    }

    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 5px;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .dot.active {
            background-color: white;
            transform: scale(1.2);
        }
    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, 0.7);
        color: #333;
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        transition: all 0.3s ease;
        pointer-events: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 30;
        display:none
    }

        .nav-btn.prev {
            left: 20px;
        }

        .nav-btn.next {
            right: 20px;
        }

        .nav-btn:hover {
            background-color: rgba(255, 255, 255, 0.9);
            transform: translateY(-50%) scale(1.1);
        }
    .slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 8s ease-in-out;
    }
    .slider {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    .slider-container {
        position: relative;
        overflow: hidden;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
        z-index: 5;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-top:6px;
    }
    .logo img {
        height: 50px;
        border-radius: 0px;

    }

}
.footer-title{
    border-bottom:1px solid #fff;
    padding:25px 0px;
}