* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --theme-color: #0b6e4f;
    --pane-padding: 5px 42px;
    --theme-font: "Lato", sans-serif;
    --active-color: #fea801;
    --trans: all .3s ease-in-out;
    --graycolor: #d5d5d5;
    --topfontcolor: #e1fff5;
    --yellow: #fbb03b;
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(https://tressentials.in/assets/font/AvenirNextCyr-Regular.ttf);
}


@font-face {
    font-family: Bell;
    src: url(https://tressentials.in/assets/font/Bell MT.ttf);
}

body {
    font-family: AvenirNextCyr;
}

.navbar a {
    font-size: 1.3rem;
}

.topbar {
    background: var(--theme-color);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.3rem;
}

.middlebar {
    border-bottom: 1px solid var(--theme-color);
}

.middlebar img {
    height: 125px;
}

.ab-text li {
    font-size: 1.3rem;
}

.nav-link {
    color: #0b6e4f;
    font-size: 1.3rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--theme-color);
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 30px;
    transition: var(--trans);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--theme-color);
    transition: var(--trans);
}

.mainFont {
    font-size: 40px;
    color: var(--theme-color);
    font-family: Bell;
}

.mainFont li {
    font-size: 1.3rem;
    color: var(--theme-color);
    font-family: Bell;
}

.discover p {
    color: #000;
    margin-top: 15px;
    font-weight: 500;
    transition: var(--trans);
}

.discover img {
    max-width: 100%;
    margin: auto;
    transition: var(--trans);
}

.discover img:hover {
    max-width: 75%;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.259);
    transition: var(--trans);
    border-radius: 50%;
}

.discover img:hover .discover p {
    transition: var(--trans);
    color: var(--theme-color);
}

.discover p:hover {
    transition: var(--trans);
    color: var(--theme-color);
}

.aboutImg {
    min-height: 200px;
    display: flex;
    text-align: justify;
    align-content: center;
    justify-content: space-between;
}

.aboutUsDiv p,
.purpouseDiv p {
    font-size: 1.3rem;
    line-height: 33px;
    color: #000;
    padding-right: 40px;
    text-align: justify;
}


.abText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whyUs2 img {
    float: right;
    max-height: 450px;
    margin-left: 5%;
    margin-right: 0% !important;
}

.whowe {
    background: var(--topfontcolor);
    padding: 30px;
    position: relative;
}

.whowe p {
    margin-bottom: 20px;
}

.btn-success {
    background: var(--theme-color);
    width: 170px;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 20px;
}

.ayurved img {
    max-width: 32%;
    margin-bottom: 20px;
    margin: 0px auto 20px;
    display: block;
}

.ayurved h4 {
    color: var(--theme-color);
    margin-bottom: 20px;
    text-align: center;
}

.ayurved p {
    color: #000;
    text-align: center;
    font-size: 1.3rem;
}

.ayurved .col-sm-4 {
    padding: 20px 40px;
    position: relative;
}

.ayurved .col-sm-4:after {
    position: absolute;
    content: "";
    right: 0;
    top: 40%;
    height: 60%;
    width: 2px;
    background: #ccc;
}

.ayurved .col-sm-4:last-child:after {
    display: none;
}



.testiDiv {
    max-height: min-content;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: #888 #f1f1f1; /* Thumb color and track color */
}

/* Custom Scrollbar Styling */
.testiDiv::-webkit-scrollbar {
    width: 4px; /* Width of the scrollbar */
}

.testiDiv::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.testiDiv::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* More rounded corners on the thumb for a sleeker look */
}

.testiDiv::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color when hovering over the scrollbar thumb */
}

.testiDiv img {
    max-width: 15%;
    margin: auto;
    display: block;
}

.testiDiv p {
    height: 120px; /* Fixed height for the paragraph */
    overflow: auto; /* Adds a scrollbar if content exceeds the height */
    font-size: 1.1rem; /* Slightly smaller font size for a refined look */
    text-align: center;
    margin-bottom: 20px;
    color: #333; /* Dark gray font color for better readability */
}

.testiDiv h3 {
    font-size: 16px;
    text-align: center;
    color: var(--theme-color);
}


.bgImage {
    min-height: 250px;
    background-size: cover;
    text-align: center;
    padding: 20px;

    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat:
      none!important;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Caveat", cursive;
}

.footer {
    background-color: var(--topfontcolor);
    padding: 30px 15px 0px 30px;
}

#logo {
    max-width: 60%;
}
.makeIndia {
    width: 35%;
    height: inherit;
    /* height: 70px; */
    margin-left: 10px;
}
.call-icon{
    height: 20px;
    width: auto;

}

.footer .col-xl-12 a{
    display: flex;
    color: #fff;
    justify-content: start;
    color: #000;
    font-family: var(--theme-font-para);
    /* font-style: italic; */
    font-size: 1rem;
    color: #000000;
    text-align: left;
    padding: 0px ;
}


.footer ul,
.footer .col-sm-6 a,
.footer .col-sm-6 p,
.footer .col-sm-3 p {
     color: #fff;
     color: #000;
    font-family: var(--theme-font-para);
    /* font-style: italic; */
    font-size: 1rem;
    color: #000000;
    text-align: left;
    padding: 0px ;

}

.footer li{
     color: #fff;
     color: #000;
    font-family: var(--theme-font-para);

    font-size: 14px;
    color: #000000;
    text-align: left;
    padding-left: 0px;list-style: none;
} 
.footer li a { color:#000; }
.footer .col-sm-4 p img,
.footer .col-sm-4 p span {
    display: block;
    margin-right: 20px;
}

.footer h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--theme-font);
    color: var(--theme-color);
    margin-bottom: 20px;
}

.footer .logoD {
/*    display: flex;*/
/*    align-items: start;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
}

.footer p img {
    height: 15px;
    width: 15px;
    margin-top: 3px;
    margin-right: 10px;

}

.social img {
    margin-right: 10px;
}

.footer .btn {
    background: #fff;
}

.footer .input-group .form-control {
    background: #fff;
    height: 50px;
    border: none;
    border-radius: 30px;
    padding-left: 15px;
    color: #000;
    font-style: italic;
}

.footer .btn {
    background: #fff;
    height: 50px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0px 3px;
}

.copy {
    font-size: 15px;
    font-style: italic;
    padding: 14px 10px;
    color: #000;
    text-align: center;
    font-family: var(--theme-font-para);
}

.copy a {
    color: var(--dark-pink);
    text-decoration: none;
}

.o_footer_copyright {
    background: var(--theme-color);
    padding: 8px;
    color: #fff;
}

.sticky-top {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1020;
    /* Same as Bootstrap's .sticky-top */
    background: #fff;
}

.aboutImg img{
    border-radius: 20px;
}



@media all and (max-width:767px) {


    .hair-select{
        display: none;

    }


    .pc-screen{
        display: none;
    }


    .range-mg{
        position: relative;
        display: inline-block;
    }

    


    .navbar-brand img {
        max-width: 27%;
 
    }

       .discover p {
        position: absolute;
        bottom: -75px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #0b6e4f;
        font-weight: 1000;
        padding: 5px;
        font-size: 17px !important;
    }

    .discover img {
        
        max-width: 100%;
        margin: auto;
        transition: var(--trans);
        margin-top: 70px;
    }

    .mainFont {
        font-size: 32px;
    }

    .discover .col {
        width: 100%;
    }

    button.navbar-toggler {
        background: var(--theme-color);
    }

    .aboutImg {
        margin-bottom: 20px;
        display: block !important;
        text-align: center;

    }

  

    .abText {
        display: block !important;
        margin-top: 10px;
    }

    .whyUs2 img {
        float: none;
        margin: 20px auto;
    }

    .aboutUsDiv p,
    .purpouseDiv p {
        padding-right: 0px !important;
    }

    .testiDiv {
        margin-bottom: 20px;
    }


    .about-container{
        padding: 0px;
    }

    .benifit-hair p{
        text-align: left;
    }

}

/* -------------------------about page css starts-------------------------*/

.about-container {
    padding: 6vh 7vw;
    align-items: center;
}



@media all and (max-width:767px) {

    .about-container {
        padding: 6vh 2vw;
        align-items: center;
    }

}

#about-phil {
    border-radius: 30px;
    max-height: auto;
    max-width: inherit;
}

.whowe1 {
    background-color: var(--topfontcolor);
}


.why-row {
    display: flex;
}

.why-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background-color: white;
    border: 2px solid #0b6e4f;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    width: calc(50% - 20px);
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 800px) {
    .card {
        width: 90%;
    }
}

.card:hover {
    background-color: #0b6e4f;
    color: #fff;
}

.card-body {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0 0 10px 0;
}

.card-text {
    font-size: 1rem;
    margin: 0 0 15px 0;
}

.medium-font-p p {
    font-size: 1.3rem;
}


/* -------------------------about page css ends-------------------------*/


/* -------------------------hair page css starts-------------------------*/

.hair-select li {

    text-align: center;
    padding: 0px;
    background-color: #0b6e4f;
    margin: 0vh 0vw;
    list-style-type: none;
    color: #fff;
    padding: 1vh 2vw;
}

.hair-select li:hover {
    background-color: var(--topfontcolor);
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

.hair-select a:hover {
    background-color: var(--topfontcolor);
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

hair-select ul {
    border-radius: 10px;
    padding: 0px;
}

.hair-select a {
    font-style: none;
    color: white;
}

.hair-select {
    border-radius: 10px;
    padding: 0px;
}

.benifit-hair {
    justify-content: left;
}

.benifit-hair p {
    justify-content: left;
}

.hair-detail {
    font-size: 1.3rem;
    padding-top: 0px;
    padding-bottom: 0px;
}


.pack-options a {
    color: #0b6e4f;
    margin-right: 2vw;
    margin-bottom: 2vh;
    padding: 1vh 2vw;
    border-radius: 25px;
}



.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0b6e4f;
}
.no-border-accordion .accordion-button {
    border: none; /* Removes the border from the button */
    box-shadow: none; /* Removes the default Bootstrap button shadow */
    background-color: transparent; /* Removes any background color */
    color: inherit; /* Ensures the text color remains consistent */
}

.no-border-accordion .accordion-button:not(.collapsed) {
    background-color: transparent; /* Removes the blue background when active */
    color: inherit; /* Keeps the text color consistent when active */
}

.no-border-accordion .accordion-item {
    border: none; /* Removes the border around each accordion item */
}

.no-border-accordion .accordion-body {
    border-top: none; /* Removes the border at the top of the accordion body */
}


.accordion-item h2{
    font-size: 16px;
    font-weight: 600;
    color: #0b6e4f;
}

.accordion-header{
    font-size: 16px;
    font-weight: 600;
    color: #0b6e4f;
}

.bg-Green{
background-color: #0b6e4f;

}


.bottom-right-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.bottom-right-icon {
    position: fixed;
    bottom: 5vh;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customized-box{
    background-color: #0b6e4f;
    color: #fff;
    border: 3px solid var(--topfontcolor);
    border-radius: 10px;
}

  
/*add css*/
.art-side-form {
    position: fixed;
    right: 0;
    background: #fff;
    padding:22px;
    z-index: 10000;
    width: 370px;
    display: none;
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    top: 50%;
  }
  
  .art-side-form .close {
    top: 0.875rem;
    right: 1.25rem;
  }
  
  .close .cross {
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    right: 1.875rem;
    padding-left: 0.75rem;
    cursor: pointer;
  }
  .art-side-form .close .cross:after, .art-side-form .close .cross:before {
    background: #05122C;
  }
  .art-side-form .close .cross:after {
    bottom: -2px;
  }
  .art-side-form .close .cross:after, .art-side-form .close .cross:before {
    background: #05122C;
  }
  
  .art-side-form .art-side-form-tab {
    position: absolute;
    left: -50px;
    width: 50px;
    height: 175px;
    bottom: 0;
    background: #0b6e4f;
    /*top: calc(50% - 100px);*/
    border-radius: 0.625rem 0 0 0.625rem;
    color: #fff;
    -webkit-box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .art-side-form .art-side-form-side-text {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    width: 0;
    white-space: nowrap;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    text-align: left;
    position: absolute;
    padding-bottom: 1rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em; top:-10px;   left: 0;
  
  }
  .art-side-form .art-side-form-side-icon {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    font-size: 1.25rem;
    text-align: center;
  
  }
  .art-side-form-side-icon .fa {
    font-size: 17px;
  }
  .rs-icon-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .art-side-form .art-side-form-side-icon {
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    font-size: 1.25rem;
    text-align: center;
  }
  .art-side-form h3 {
    color: #05122C;
    margin-bottom: 9px;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;    font-family: "IBM Plex Sans", sans-serif;
  }
  .art-side-form p {
    margin-bottom: 13px;
    color: #4F5772;
    font-size: 15px;
  }
  
  .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .art-side-form.open {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .contact-form .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .contact-form input[type=email],  .contact-form input[type=text] {
    height: 40px;
    border-radius: 0.125rem;
    border: 0;
    color: #4F5772;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CED1DC;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  
  
  
  .contact-form .half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  
  .contact-form .full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .art-side-form .contact-form .checkbox-wrapper {
    margin: 0rem 0 1rem;
  }
  .art-side-form .contact-form input[type=email], .art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CED1DC;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-form .full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .button.green, button.green {
    background: #0b6e4f;
    color: #fff;
  }
  .contact-form button {
    height: 45px;
    text-transform: uppercase;
    border: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
  }
  
  .contact-form .privacy-policy {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    color: #999FB7;
  }
  
  .art-side-form .contact-form .checkbox-wrapper {
    margin: 0rem 0 1rem;
  }
  .contact-form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0 1.5rem;
  }
  
  .contact-form .checkbox-wrapper .contact-check-intro {
    margin-right: 1rem;
    font-weight: 600;margin-top: -4px;
  }
  
  .contact-form .checkbox-wrapper label input {
    margin-right: 0.5rem;
  }
  .contact-form .checkbox-wrapper label {
    margin-right: 1.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
  }
  
  #art-side-form .close {
    float: right;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    margin-top: -6px;cursor: pointer;
  }
  
  