@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
}
h4,
p {
    line-height: 120%;
}
.btn,
.footer-wrapper,
.header-logo-section,
.menu-btns,
.pricing-content .table td .td_title {
    align-items: center;
    display: flex;
}
h1 {
    font-weight: 700;
    font-size: 100px;
    line-height: 80%;
}
.btn,
.home-banner-section h6,
h2,
h3 {
    font-weight: 600;
}
.btn,
.header-contact-details ul li a,
.home-banner-section h6,
h2,
h3 {
    line-height: 140%;
}
h2 {
    font-size: 66px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-weight: 700;
    font-size: 28px;
}
p {
    font-weight: 400;
    font-size: 18px;
}
.btn {
    width: 255px;
    height: 57px;
    font-size: 16px;
    justify-content: center;
    outline: 0;
    color: #fff;
    border-radius: 0;
    transition: 0.3s;
}
.default-btn {
    background: #6022ae;
    box-shadow: none;
}
.default-btn:hover {
    background: #9c68de;
    color: #fff;
}
.shadow-purple-btn {
    background: #5dbd77;
    box-shadow: -10px 10px 0 #6022ae;
}
.shadow-purple-btn:hover {
    background: #6022ae;
    box-shadow: -10px 10px 0 #5dbd77;
    color: #fff;
}
.shadow-white-btn {
    background: #5dbd77;
    box-shadow: -10px 10px 0 #fff;
}
.shadow-white-btn:hover {
    background: #fff;
    box-shadow: -10px 10px 0 #5dbd77;
    color: #5dbd77;
}
.desktop-header {
    display: block;
}
.mobile-header {
    display: none;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    margin: auto;
    z-index: 1030;
}
.header.fixed-top .navbar-dark {
    background: rgb(11 31 45 / 73%);
    backdrop-filter: blur(8px);
}
.navbar {
    padding: 20px 0;
    transition: 0.2s;
}
.navbar .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}
a.navbar-brand {
    margin-right: 40px;
}
.header-contact-details ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-contact-details ul li {
    display: flex;
    align-items: center;
    margin-left: 100px;
}
.header-contact-details ul li a {
    font-weight: 500;
    font-size: 24px;
    color: #6022ae;
    text-decoration: none;
    margin-left: 15px;
}
.menu-links li.nav-item {
    margin: 0 9px;
}
.menu-links li.nav-item a.nav-link {
    padding: 0 20px;
    color: #3c4fb5;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    transition: 0.2s;
}
.footer-left-wrapper .footer-icon ul li a,
.navbar-desktop.main .navbar-toggler .toggler-dark,
.navbar-expand-md .navbar-toggler {
    display: block;
}
.fixed-top .navbar-desktop .header-contact-details,
.fixed-top .navbar-desktop.main .navbar-toggler .toggler-dark,
.menu-links,
.navbar-desktop.main .header-contact-details,
.navbar-desktop.main .navbar-toggler .toggler-light,
.navbar-toggler .toggler-dark {
    display: none;
}
.menu-btns .btn {
    margin: 0 40px;
    padding: 16px 43px;
    width: auto;
    height: auto;
    transition: 0.2s;
}
.menu-btns .navbar-toggler {
    padding: 0;
    outline: 0 !important;
    box-shadow: none !important;
    width: 32px;
}
.navbar-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navbar-collapse {
    flex-grow: unset;
}
.navbar-desktop.main {
    background: #fff;
    transition: 0.2s;
}
.fixed-top .navbar-desktop .menu-links,
.navbar-desktop.main .menu-links {
    display: flex;
}
.navbar-brand img {
    transition: 0.2s;
}
.header.fixed-top .navbar .navbar-brand img {
    transform: scale(0.6);
    transition: 0.2s;
}
.header.fixed-top .navbar .menu-links li.nav-item a.nav-link {
    font-size: 14px;
    transition: 0.2s;
}
.header.fixed-top .navbar .menu-btns .btn.default-btn {
    padding: 14px 15px;
    transition: 0.2s;
}
.fixed-top .navbar-desktop {
    background: #fff;
}
.header.fixed-top .navbar {
    padding: 0;
    transition: 0.2s;
}
.menu-links li.nav-item a.nav-link:hover,
.menu-links li.nav-item.active a.nav-link,
.self-wash-content h2 {
    color: #5dbd77;
}
.home-banner-section {
    background: linear-gradient(to right, #f6efff 0 65%, #5dbd77 35% 100%);
    min-height: 830px;
    display: flex;
    align-items: center;
    position: relative;
}
.home-banner-content {
    padding: 110px 0 180px;
}
.home-banner-content h1 {
    color: #6022ae;
    margin-bottom: 19px;
}
.home-banner-content h4 {
    color: #6022ae;
    margin-bottom: 60px;
}
.home-banner-section h6 img {
    transform: rotate(90deg);
}
.home-banner-section h6 {
    display: inline-flex;
    align-items: center;
    transform: rotate(-90deg);
    position: absolute;
    left: -55px;
    width: auto;
    margin: 0;
    color: #6022ae;
    font-size: 14px;
}
.home-banner-section h6 span {
    margin-left: 26px;
}
.banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 50%;
}
.banner-img img,
.footer-before-img img,
.left-img img,
.right-img img {
    max-width: 100%;
}
.grooming-section,
.self-wash-section {
    position: relative;
}
.left-img {
    position: absolute;
    left: 0;
    max-width: 50%;
    top: 0;
}
.grooming-content {
    height: 634px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.grooming-content h2 {
    color: #9c68de;
    margin-bottom: 10px;
}
.grooming-content p {
    color: #5a5a5a;
    margin-bottom: 25px;
}
.grooming-content .btn {
    margin-top: 50px;
}
.full-grooming-tabs-header ul li a svg path {
    fill: #9c68de;
    transition: 0.2s;
}
.full-grooming-tabs-header ul li a.active svg path {
    fill: #fff;
    transition: 0.2s;
}
.full-grooming-tabs-wrapper {
    background: #6022ae;
    width: 82%;
    margin-left: auto;
    position: relative;
}
.full-grooming-tabs-content {
    padding: 49px 20px 0;
}
.full-grooming-wrapper {
    display: flex;
    align-items: flex-start;
}
.full-grooming-img {
    width: 45%;
    text-align: center;
}
.full-grooming-content {
    width: 55%;
    padding-left: 40px;
    padding-top: 25px;
    max-width: 485px;
}
.full-grooming-content h3 {
    color: #fff;
    margin-bottom: 6px;
}
.full-grooming-content p {
    color: #b99bde;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.full-grooming-content .btn {
    margin-top: 15px;
}
.full-grooming-tabs-header {
    position: absolute;
    left: -73px;
    top: 70px;
}
.full-grooming-tabs-header ul.nav.nav-tabs {
    flex-direction: column;
    border: 0;
    align-items: flex-start;
}
.full-grooming-tabs-header ul.nav.nav-tabs li .nav-link {
    background: #fff;
    border: 0;
    box-shadow: -4px 4px 0 #6022ae;
    margin: 0;
    padding: 15px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9c68de;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    transition: 0.3s;
}
.full-grooming-tabs-header ul.nav.nav-tabs li {
    margin-bottom: 35px;
    border: 0;
}
.full-grooming-tabs-header ul.nav.nav-tabs li:last-child {
    margin-bottom: 0;
}
.full-grooming-tabs-header ul.nav.nav-tabs li .nav-link.active {
    background: #5dbd77;
    box-shadow: -4px 4px 0 #6022ae;
    color: #fff;
    padding: 19px 47px;
    transition: 0.3s;
}
.full-grooming-tabs-header ul.nav.nav-tabs li .nav-link span {
    margin-bottom: 5px;
}
.full-grooming-content p.text-white span {
    display: block;
    text-decoration: underline;
}
.self-wash-section .left-img {
    top: unset;
    bottom: 0;
}
.self-wash-content h2 p {
    color: #5a5a5a;
}
.self-wash-price {
    padding-top: 25px;
    padding-bottom: 35px;
}
.self-wash-price ul {
    display: flex;
    list-style: none;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.self-wash-price ul li {
    width: 47%;
    display: flex;
    align-items: center;
    height: 68px;
    margin-right: 6%;
    margin-bottom: 15px;
}
.self-wash-price ul li h5,
.self-wash-price ul li p {
    margin: 0;
    line-height: 140%;
    align-items: center;
    height: 100%;
    font-weight: 600;
    display: flex;
}
.self-wash-price ul li p {
    width: calc(100% - 95px);
    font-size: 18px;
    color: #010101;
    text-align: center;
    justify-content: center;
}
.self-wash-price ul li h5 {
    font-size: 20px;
    color: #fff;
    justify-content: center;
    width: 95px;
}
.self-wash-price ul li.purple-price-list {
    background: #fff;
    border: 3px solid #6022ae;
    box-shadow: -4px 4px 0 #010101;
}
.self-wash-price ul li.purple-price-list h5 {
    background: #6022ae;
}
.self-wash-price ul li.green-price-list {
    background: #fff;
    border: 3px solid #5dbd77;
    box-shadow: -4px 4px 0 #010101;
}
.self-wash-price ul li.green-price-list h5 {
    background: #5dbd77;
}
.footer-left-wrapper .footer-icon ul li a img,
.footer-left-wrapper .footer-icon ul li:last-child,
.pricing-tabs-header ul li:last-child,
.self-wash-price ul li:nth-child(2n) {
    margin-right: 0;
}
.grooming-content.self-wash-content {
    padding: 10px 0 30px;
    height: auto;
}
.grooming-content.self-wash-content .btn {
    margin-top: 0;
}
.about-content h3 {
    color: #5dbd77;
    margin-bottom: 33px;
    line-height: 120%;
}
.about-content h2 {
    margin: 0;
}
.grooming-content.about-content {
    height: auto;
    padding: 100px 10px 40px 0;
}
.about-section {
    position: relative;
    min-height: 680px;
}
.right-img {
    max-width: 50%;
    position: absolute;
    right: 0;
}
.seperator {
    height: 120px;
}
.grooming-pricing-section {
    padding-top: 35px;
    position: relative;
}
.pricing-tabs-header {
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
}
.pricing-tabs-header ul {
    border: 0;
}
.pricing-tabs-header ul a.nav-link {
    display: flex;
    align-items: center;
    width: 350px;
    height: 68px;
    background: #fff;
    padding: 0;
}
.pricing-tabs-header ul li a.nav-link span {
    background: #5dbd77;
    transition: 0.3s;
    height: 100%;
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-tabs-header ul li a.nav-link {
    border: 3px solid #5dbd77 !important;
    box-shadow: -5px 6px 0 #fff;
    transition: 0.3s;
}
.pricing-tabs-header ul li {
    margin-right: 35px;
}
.pricing-tabs-header ul li a.nav-link .tabs-title {
    width: calc(100% - 95px);
    background: #fff;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #010101;
    font-weight: 500;
    opacity: 0.5;
    padding: 5px 10px;
    transition: 0.3s;
}
.pricing-tabs-header ul li a.nav-link.active span {
    background: #6022ae;
    transition: 0.3s;
}
.pricing-tabs-header ul li a.nav-link.active {
    border: 3px solid #6022ae !important;
    box-shadow: -5px 6px 0 #010101;
    transition: 0.3s;
}
.pricing-tabs-header ul li a.nav-link.active .tabs-title,
.pricing-tabs-header ul li a.nav-link.active span svg path {
    opacity: 1;
    transition: 0.3s;
}
.pricing-tabs-header ul li a.nav-link span svg path {
    fill: #fff;
    opacity: 0.6;
    transition: 0.3s;
}
.pricing-wrapper {
    display: flex;
    align-items: center;
    background: #6022ae;
    padding: 120px 0 0;
}
.pricing-img {
    width: 545px;
    max-width: 50%;
}
.pricing-content {
    width: calc(100% - 545px);
    max-width: 50%;
    margin-left: 120px;
    padding-bottom: 50px;
}
.pricing-content .table tr td {
    border: 0;
    color: #fff;
    padding: 20px 5px;
    vertical-align: middle;
}
.pricing-content .table td .td_title img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.pricing-content .table td .td_title p,
.pricing-content .table tr td h5 {
    margin: 0;
    line-height: normal;
    font-weight: 500;
}
.pricing-content .table tr td h5 {
    font-size: 20px;
}
.pricing-content table.table {
    margin-bottom: 60px;
    max-width: 430px;
}
.pricing-content .table tr td:last-child {
    min-width: auto;
    width: 75px;
    text-align: center;
}
.footer-left-wrapper {
    color: #fff;
    padding: 30px 80px 30px 165px;
    width: 50%;
    z-index: 10;
}
.footer-right-wrapper {
    width: 50%;
    padding: 115px 85px;
}
.footer-contact-section {
    background: linear-gradient(to left, #f6efff 0 50%, #5dbd77 50% 100%);
    position: relative;
}
.footer-right-wrapper form {
    width: 100%;
    max-width: 415px;
}
.footer-right-wrapper form .form-group {
    margin-bottom: 0;
    margin-top: 20px;
}
.footer-right-wrapper .form-group .form-control {
    height: 75px;
    background: #fff;
    border: 1px solid #6022ae;
    padding: 15px 50px;
    color: #010101;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    outline: 0;
    box-shadow: none;
}
.footer-right-wrapper .form-group textarea.form-control {
    height: 304px;
}
.footer-right-wrapper .submit-btn,
button.btn.shadow-purple-btn.submit-btn {
    margin-top: 30px;
    margin-left: 10px;
}
.footer-left-wrapper h2.big-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 140%;
    margin-bottom: 20px;
}
.footer-left-wrapper p {
    line-height: 140%;
    margin-bottom: 40px;
}
.footer-left-wrapper ul {
    list-style: none;
    margin: 0;
}
.footer-left-wrapper ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-left-wrapper ul li img {
    margin-right: 15px;
}
.footer-left-wrapper ul li a,
.footer-left-wrapper ul li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.footer-left-wrapper .footer-icon ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.footer-left-wrapper .footer-icon ul li {
    margin: 0 15px 0 0;
    display: block;
}
.copywrite-detail {
    padding-top: 130px;
}
.copywrite-detail h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}
.footer-before-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
}
.mobile-copywrite-detail {
    display: none;
}
.hidden-desktop {
    display: none;
}
.about-btn {
    background: #FFFFFF;
    border: 3px solid #5DBD77;
    color: #5DBD77;
    width: 341px;
    height: 68px;
    font-size: 18px;
    box-shadow: -5px 6px 0px #010101;
    transition: all 0.3s;
}
.about-btn:hover {
    transition: all 0.3s;
    box-shadow: -5px 6px 0px #5dbd77;
    background: #6022ae;
    border: 3px solid #6022ae;
    color: #fff;
}
.grooming-content.about-content button.btn.about-btn {
    margin-top: 30px;
}
.full-grooming-img img {
    max-width: 100%;
}
/**** New Styles****/
.self-wash-section h2 {
    line-height: 1;
    margin-bottom: 0;
    color: #5dbd77;
}
.self-wash-section h3 {
    line-height: 1.2;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
}
.unavailable-area {
    opacity: 0.4;
    z-index: -1;
    cursor: not-allowed;
    pointer-events: none;
}
