/** Shopify CDN: Minification failed

Line 127:0 Unexpected "}"

**/
 h1 , h2 , h3 , h4 , h5 , h6 , p , button {
            margin: 0px;
            font-family:"Barlow Condensed", sans-serif !important;
        }


          .hero-section{
    width:100%;
    min-height:60vh;

    /* Background Image */
    background: url(/cdn/shop/files/b1_4b78bf80-261c-4719-beac-0c1f558eaefb.jpg?v=1779537731), #000000;
    /* background-blend-mode: multiply; */
    padding: 30px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
}

.hero-content{
    color:#fff;
    max-width:550px;
}
.hero-section .container{
            max-width: 100%;
                width: 95%;
    margin: auto;
              
}
.top-text{
    color:#ff008c;
    font-size:16px;
    font-weight:500;
    letter-spacing:1px;
    display:inline-block;
    margin-bottom:0px;
}

.hero-content h1{
        font-size: 40px;
    font-weight: 700;
    line-height:1.05;
    margin-bottom:20px;
    text-transform:uppercase;
        color: white;
        margin-top: 1px;
}

.pink-text{
    color:#ff008c;
}

.line{
    width:200px;
    height:4px;
    background:#ff008c;
   margin: 0px 0px 14px 0px;
}

.hero-content p{
  color: white;
    margin-bottom:10px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.btn{
    padding:18px 35px;
    font-size:18px;
    font-weight:700;
    border-radius:4px;
    transition:0.3s;
    border:none;
}

.btn-pink {
     background: #ff008c;
     color: #fff;
 }

.btn-pink:hover{
    background:#ff2ca0;
    color:#fff;
    transform:translateY(-3px);
}

.btn-white{
    background:#fff;
    color:#000;
}

.btn-white:hover{
    background:#f1f1f1;
    color:#000;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:1500px){
         .hero-section{
    min-height:50vh;
    background-position-x: 2px;
         }
}
@media(max-width:1400px){
         .hero-section{
    min-height:10vh;
         }
}
}
@media(max-width:1200px){
         .hero-section{
   background-position-x: -12px;
         }
}

@media(max-width:991px){



    .hero-section{
        background-position:center;
            background: url(/cdn/shop/files/Banner_1.jpg?v=1778759203), #000000c9;
    background-blend-mode: multiply;
     background-position-x: -800px;
    }

    .hero-content{
        padding:100px 0;
    }

    .hero-content h1 {
        font-size:38px;
        color:white;
    }
 
}

@media(max-width:576px){

    .hero-content h1{
        font-size:35px;
    }

    .hero-content p{
        font-size:16px;
        line-height:1.7;
    }

    .btn{
        width:100%;
        text-align:center;
    }

    .hero-buttons{
        flex-direction:column;
    }
    .hero-section .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
    .hero-content p {
        font-size: 15px;
    }
}
 
.explore-section {
    padding: 40px 10px 40px 10px;
}

.explore-heading h2 {
    font-weight: 700;
    font-size: 40px;
}

.explore-heading h2 span {
    color: #e60b80;
}

.explore-heading p {
    width: 80%;
    text-align: justify;
}

@media(max-width:768px) {
    .explore-heading h2 {
        font-size: 30px;
    }

    .explore-heading p {
        width: 100%;
    }
}

/* hero secrion */

.exploye-container {
    width: 90%;
    margin: auto;
}

.exploye-row {
    margin-top: 2rem;
}

.exploye-row {
    width: 100%;
    display: flex;
}

.exploye-row .col-exploye {
    width: 33.33%;
       margin-top: 2rem;
}

.exploye-row .col-exploye .card1 {
    margin: 0px 10px;
    transition: 0.4s;
}

.exploye-row .col-exploye .card1:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.4s;
}

.card-row {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.card-row .col-card {
    width: 50%;
}

.card-row .col-card .card-item {
    margin: 0px 5px;
}

/* card section */
.card1 {
    border: 1px solid #00000045;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card1 .card-img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card1 .card-content {
    padding: 20px;
}

.card1 .card-content h2 {
    font-size: 20px;
    font-weight: 700;
        margin: 0px 0px 10px 0px;
}

.card1 .card-content p {
    margin:0px;
}

.card-row .card-item {
    border: 1px solid #00000026;
    padding: 10px;
    border-radius: 7px;
}

.card-row .card-item h4 {
    font-size: 10px;
        margin: 0px;
}

.card-row .card-item h2 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 12px;

}

.card-content .Explore-btn a {
    text-decoration: none;
    color: white;
    font-weight: 700;
}

.card-content .Explore-btn {
    background-color: #e60b80;
    font-size: 16px;
    padding: 10px;
       margin-top: 18px !important;
    border-radius: 5px;
    text-align: center;
}

@media(max-width:1200px) {
    .card1 .card-content h2 {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .exploye-row .col-exploye {
        width: 100%;
        margin-top: 2rem;
    }

    .exploye-container {
        width: 100%;
    }

    .exploye-row {
        display: block;
    }

    .explore-section {
        padding: 40px 12px;
    }
}

/* card section */


/* premium-section */
.premium-section {
    background: #e60b8012;
    padding: 60px 10px;
}

.container-premium {
    width: 90%;
    margin: auto;
}

.premium-heading h2 {
    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0px;
}

.premium-heading h3 {
    font-size: 40px;
    font-weight: 700;
}

.premium-heading p {
    margin-top: 10px;
}


.primium-card-row {
    width: 100%;
    display: flex;
    margin-top: 1rem;
}

.primium-card-row .primium-col {
    width: 25%;
    margin-top: 1rem;
}

.primium-card-row .primium-col .col-primium-item {
    height:250px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.4s;
    margin: 10px;
    padding: 20px 15px;
    background: white;
    border-radius: 5px;
}

.primium-card-row .primium-col .col-primium-item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.4s;
}

.primium-card-row .primium-col .col-primium-item img {
    width: 15%;
    border-radius: 28px;
}

.primium-card-row .primium-col .col-primium-item h2 {
    font-size: 20px;
    font-weight: 700;
    width:100%;
}
h2:after {
display:none;
}

.primium-card-row .primium-col .col-primium-item p {
    text-align: justify;
}



@media(max-width:999px){
    .primium-card-row .primium-col .col-primium-item {
    height:auto;
    }
}


@media(max-width:768px) {
    .premium-heading h3 {
        font-size: 35px;
    }

    .container-premium {
        width: 100%;
    }

    .premium-section {
        padding: 60px 20px;
    }

    .premium-heading h3 br {
        display: contents;
    }

    .primium-card-row {
        display: block;
        margin-top: 37px;
    }

    .primium-card-row .primium-col {
        width: 100%;
    }
}

@media(max-width:500px) {
    .premium-heading h3 {
        font-size: 30px;
    }
}

@media(max-width:500px) {
    .premium-heading h3 {
        font-size: 25px;
    }
}

/* premium-section */




/* product-section */
.product-section {
    padding: 60px 10px;
}

.container-product {
    width: 90%;
    margin: auto;
}

.product-heading h2 {
    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0px;
}

.product-heading h3 {
    font-size: 40px;
    font-weight: 700;
}

.product-heading p {
    margin-top: 10px;
}

/* <logo slider */
.brands-logos {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
}

.logo-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: infiniteScroll 18s linear infinite;
}

.brands-logos:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    width: 210px;
    height: 125px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    border: 1px solid #ededed;
    /* box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.05),
        0 8px 24px rgba(0, 0, 0, 0.06); */
}

.logo-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Smooth Infinite Slider */
@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-230px * 2));
    }
}

/* Responsive */
@media(max-width:768px) {

    .logo-item {
        width: 150px;
        height: 80px;
    }

    @keyframes infiniteScroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-170px * 7));
        }
    }
}

/* <logo slider */



@media(max-width:768px) {
    .product-heading h3 {
        font-size: 35px;
    }

    .container-product {
        width: 100%;
    }

    .product-section {
        padding: 60px 20px;
    }

    .product-heading h3 br {
        display: contents;
    }

}

@media(max-width:500px) {
    .product-heading h3 {
        font-size: 30px;
    }
}

@media(max-width:500px) {
    .product-heading h3 {
        font-size: 25px;
    }
}

/* product-section */




/* product-section */
.faq-section {
    padding: 60px 10px;
    background: #e60b8012;
}

.container-faq {
    width: 90%;
    margin: auto;
}

.faq-heading h2 {
    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0px;
}

.faq-heading h3 {
    font-size: 40px;
    font-weight: 700;
}

.faq-heading p {
    margin-top: 10px;
}

/* faq */
.faq-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 2rem;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ececec;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    color: #111;
}

.faq-question h3{
    font-size: 18px;
}

/* New Premium Arrow */
.faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5f5f5;
    position: relative;
    transition: 0.3s ease;
    flex-shrink: 0;
}

/* Horizontal Line */
.faq-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%);
}

/* Vertical Line */
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #111;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-answer p {
    padding: 0 25px 22px;
    color: #777;
    line-height: 1.7;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 200px;
}

/* Plus → Minus */
.faq-item.active .faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

/* Hover */
.faq-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

/* faq */

@media(max-width:768px) {
    .faq-heading h3 {
        font-size: 35px;
    }

    .container-faq {
        width: 100%;
    }

    .faq-section {
        padding: 60px 20px;
    }

    .faq-heading h3 br {
        display: contents;
    }

}

@media(max-width:500px) {
    .faq-heading h3 {
        font-size: 30px;
    }
}

@media(max-width:500px) {
    .faq-heading h3 {
        font-size: 25px;
    }
}

/* faq-section */


/* CTA-section */
.CTA-section {
    padding: 25px;
}

.CTA-container {
    background: url(/cdn/shop/files/Appointment.webp?v=1779255719), #000000a3;
    background-blend-mode: multiply;
    padding: 30px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    border-radius: 10px;
}

.CTA-row {
    width: 100%;
    display: flex;
}

.CTA-row .CTA-col1 {
    width: 70%;
}

.CTA-row .CTA-col1 h2 {
    color: #ff008c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0px;
}

.CTA-row .CTA-col1 h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0px;
    color: white;
}

.CTA-row .CTA-col1 p {
    color: white;
}

.CTA-row .CTA-col2 {
    width: 30%;
}

.CTA-row .CTA-col2 {
    text-align: end;
    align-content: center;
}

.CTA-row .CTA-col2 a {
    text-decoration: none;
    /* BACKGROUND: WHITE; */
    PADDING: 18px 35px;
    border-radius: 3px;
    /* color: #e60b80; */
    font-weight: 700;
    font-size: 18px;
}

@media(max-width:1300px){
    .CTA-row .CTA-col1 h3 {
    font-size: 35px;
    }
}
@media(max-width:1200px){
   .CTA-container {
    width: 90%;
   }
}
@media(max-width:999px){
     .CTA-row {
        display: block;
     }
  .CTA-row .CTA-col1 {
    width: 100%;
    text-align: center;
}
  .CTA-row .CTA-col2 {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}
.CTA-container{
    padding: 50px 20px;
}
}

@media(max-width:500px){
.CTA-container{
    padding: 50px 10px;
}
    .CTA-row .CTA-col1 h3 {
        font-size: 29px;
    }
    .CTA-row .CTA-col1 p{
        font-size: 15px;
    }
}
/* CTA-section */
