* {
    font-family: "Inter", sans-serif;
}

body {
    background-color: #FFFDF7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "El Messiri", sans-serif;    
}

p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.375em;
    color: #4d4d4d;
}

h1 {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
    margin-bottom: .75rem !important ;
}

@media only screen and (max-width: 600px) 
 { 

h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
}
}


h2 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    margin-bottom: 1rem !important;
}

.flex-col h1 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    margin-bottom: 1rem !important;
}

h3 {
    font-family: "Inter", sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 300 !important;
    line-height: 1.3rem !important;
} 

ul{
    color: #4d4d4d;
}

.btn-primary {
    padding: 1em 1.5em;
    background: linear-gradient(180deg, rgba(217,196,139,1) 0%, rgba(165,129,68,1) 100%);
    border-radius: 0.5em;
    margin-top: 2em;
    cursor: pointer;
    color: white;
}

.btn-primary-form {
    padding: 1em 1.5em;
    background: linear-gradient(180deg, rgba(217,196,139,1) 0%, rgba(165,129,68,1) 100%);
    border-radius: 0.5em;
    margin-top: .5em;
    cursor: pointer;
    color: white;
}


.btn-primary:hover {
    background: linear-gradient(180deg, rgb(191, 173, 122) 0%, rgb(140, 110, 57) 100%);
}

.btn-secondary {
    padding: 1em 1.5em;
    border: 1px solid #A58144;
    border-radius: 0.5em;
    margin-top: 2em;
    cursor: pointer;
    color: #A58144;
}

.btn-secondary:hover {
    background:  rgba(217,196,139,1) 0%;
    border: 1px solid #A58144;
    color: #fff;
}

.label {
    color: #B6975B;
}

.bg-gray-50{
    background-color: #1F1F1F !important;
    color: white;

    p{
        color: white;
    }

    .label {
        color: #B6975B;
    }
}

.left-logo { width:225px !important}

/* nav */
nav {
    background-color: #070707;
}

.btn-nav {
    padding: .8em 1.5em;
    border: 1px solid#fff;
    border-radius: 0.5em;
    cursor: pointer;
}

.btn-nav:hover {
    background: linear-gradient(180deg, rgba(217,196,139,1) 0%, rgba(165,129,68,1) 100%);
    border: 1px solid#ffffff00;
}

/* nav end */


/* hero */
.hero {
    background-image: url('/Assets/herobg.jpg');
    height: 100dvh;
    background-size: cover;

    .left{
        width: 500px;
    }

    .left p {
        color: #E6E6E6;
    }

    .heroimage {
        object-fit: cover;

    }

}
/* hero end */


/* Our Services */

.our-services {
    height: 80vh;
    display: flex;
    align-items: center;
    margin: 6.25em 0;
    
}



.our-services .left {
    width:500px;

}

.slidertext {
    letter-spacing: .5rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.service-title {
    letter-spacing: .5rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    text-transform: uppercase; 
    font-size: 18px !important;
}

.service-1 {
    background-image: url('./Assets/s1.jpg');
}

.right .swiper .swiper-wrapper img{
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slider{
    border-radius: .6em;
    
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* swiper */

/* Our Services end */


/* About me */
.about-me {
    background-color: #F0F0F0;
}

/* About me end */


/* Testimonial */
.testimonials {
    margin: 12.5em 0;
}

.testimonials .user p {
    font-size: .875rem;
    font-weight: 300;
}

.testimonials .date p {
    font-size: .875rem;
}


/* Testimonial end */


/* Before & After */
.before-after{
    padding: 6.25em 0;
    background-color: #F0F0F0;
}
.before-after img {
    width: 100%;
}
/* Before & After end */


/* Blogs */
.blogs {
    padding: 2.25em 0;
    margin: 2.25em 0;
    
}

.blogs,.innerblog,.blogdetail img {
   border-radius: .5em;
}

.blogs button {
    margin-top: 0;
}
/* Blogs end */


/* Booking */
select option[value=""] {
    color: #9CA3AF;
  }

  input[type="date"]::placeholder {
    color: #9CA3AF; 
  }
/* Booking end */


/* Footer */
footer {
    background-color: #070707;
    padding: 20px 0 0 0;
}
/* Footer end */



/* Inner page */

/* inner banner */

.innerbanner {

    height: 400px;
    max-height: 400px;
    background-image: url('./Assets/liposuctionbanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    .container {
        height: 400px;
    }

    .right {
        height: 100%;
        
    }

    .btn-primary {
        width: fit-content;
        align-self: end;
    }

}



/* inner banner end */

/* services */

.faq .accordion-header h4 {
    font-family: "Inter", sans-serif ;
}

.patternbgr {
    background-image: url('./Assets/patternbgr.jpg');
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    
    p{
        color: white;
    }

    .label {
        color: #B6975B;
    }
}

.patternbgl {
    background-image: url('./Assets/patternbgl.jpg');
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    
    p{
        color: white;
    }

    .label {
        color: #B6975B;
    }
}


.nested-accordion .border-b {
    border-color: #4C4C4C !important;
}



.lineonly {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*line-height: 22px;*/
    /*max-height: calc(22px * 3 + 1px);*/
}
.lineonly *{
        display: inline;
}

.best-candidates {
    background-image: url('./Assets/bestcandidates.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;

    p{
        color: white;
    }
}


/* services */

/* Blog */

.blogdetail {

    .right h3 {
        font-family: "El Messiri", sans-serif !important;
    }

    .right h4 {
        font-family: "Inter", sans-serif !important;
        font-weight: 300 !important;
        line-height: 1.2rem !important;
    }
}

.imagewrapper {
    overflow: hidden;
}

.blogcontent img {
    transition: scale 0.5s ease-in-out;
}

.blogcontent:hover img {
    scale: 1.1;
}

/* Blog end */

.styled-list {
    list-style-type: disc !important;
    font-weight: 200;
    padding-left: 20px;
  }

  .styled-list li {
    margin-bottom: 10px;
  }

.certification-logoos {
    width: 20% !important;
    display: inline-block !important;
    margin: 0 5px;
}