/* Overriding Base styles :: BEGIN*/

.sk-appbar {
    border: none;
    position: relative;
    background-color: transparent;
    transition: all 0.4s;
    padding: 0;
}

.sk-appbar.sk-large {
    height: 17rem;
    overflow: hidden;
}

.sk-appbar.sk-appbar-fixed {
    height: 10rem;
    background-color: var(--color-black);

}

.sk-appbar.sk-appbar-fixed .sk-appbar-logo img {
    height: 9rem;
    max-width: 10rem;
}

.sk-appbar.sk-large.sk-appbar-fixed .top-nav-menu {
    display: none;
}

.sk-appbar .sk-menu .sk-menu-indicator {
    display: none;
}

.sk-appbar-logo {
    flex-shrink: 0;
}

.sk-appbar .sk-menu li {
    color: var(--color-white);
    transition: all 0.2s;
    font-weight: normal;
}


.sk-text-muted {
    color: var(--color-text-muted);
}

address {
    font-style: normal;
}

/* .sk-appbar.sk-dark-bg p {
    font-size: 1.4rem;
} */

.sk-menu li {
    border: 0;
    padding: 0;
    outline: 0;
}

:is(.sk-appbar) .sk-menu li a {
    text-transform: capitalize;
    padding: 0 var(--gutter-base);
    font-size: 1.6rem;
    outline: 0;
    gap: 0.2rem;
}


.sk-appbar .sk-menu li.sk-active a,
.sk-appbar .sk-menu li:hover {
    color: var(--color-primary);
}

.sk-appbar .sk-menu li.sk-active a {
    font-weight: var(--font-weight-medium);
}

/* .sk-appbar .sk-menu li.sk-active a,
.sk-appbar .sk-menu li:hover {
    color: var(--color-secondary);
} */

:is(.sk-button) {
    text-transform: capitalize;
    font-weight: normal;
}

.sk-button.sk-flat {
    border-radius: 0;
    background-color: transparent;
    color: var(--color-white);
    border-color: var(--color-white);
}

.sk-appbar.sk-large .sk-appbar-align-end {
    display: block;
}

.sk-appbar .sk-appbar-align-end .top-nav-menu .sk-flex {
    align-items: center;
    gap: 1rem;
}

.sk-appbar .top-nav-menu ul {
    gap: 4rem;
}

.sk-appbar .top-nav-menu {
    height: 6rem;
}

.sk-appbar .top-nav-menu+.sk-flex {
    gap: var(--gutter-large);
}

.sk-appbar .top-nav-menu li a {
    color: rgb(var(--color-rgb-white) / 70%);
}

progress[value]::-webkit-progress-value {
    background-color: var(--color-primary);
}

p:only-child,
p:last-child {
    margin-bottom: 0;
}

/* .sk-appbar-logo {
    margin: 0 var(--gutter-base);
} */

.sk-ratings a {
    color: inherit;
    text-decoration: underline;
}

.sk-sub-heading {
    font-family: "Tangerine", cursive;
    font-size: 4rem;
    margin-bottom: var(--gutter-large);
}

.contact-card .title:not(h2) {
    /* font-weight: var(--font-weight-medium, 500); */
    color: var(--color-menu);
}

.sk-button {
    transition: all 0.2s;
}

.sk-button.sk-primary:hover {
    background-color: #a26e34;
    border-color: var(--color-secondary);
}

.sk-button.sk-flat:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}



h1,
h2,
h3 {
    font-family: "Marcellus", serif;
    font-weight: normal;
}

.hamburger-menu.sk-button svg {
    width: auto;
    height: auto;
    fill: var(--color-text-muted);
}

.sk-appbar .hamburger-menu {
    border: 0.1rem solid var(--color-menu);
    border-radius: var(--radius-base);
}

.sk-drawer.sk-drawer-right .sk-drawer-inner {
    margin-left: auto;
    animation: slide-right .3s linear;
    width: 90%;
}

.sk-drawer.sk-drawer-left .sk-drawer-inner {
    margin-right: auto;
    animation: slide-left .3s linear;
    width: 90%;
}

@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slide-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}



@media(max-width: 1024px) {
    .sk-mobile-block {
        flex-basis: 100%;
        width: 100%;
    }

    .mobile-menu.sk-drawer .sk-drawer-body {
        padding: 0;
    }

    .mobile-menu.sk-drawer .sk-menu li a {
        justify-content: flex-start;
    }

    .mobile-menu.sk-drawer .sk-menu li .sk-menu-indicator {
        display: none;
    }

    :is(.sk-appbar.sk-large) .sk-menu {
        display: none;
    }

    .sk-appbar .top-nav-menu li a {
        font-size: 1.4rem;
    }

    .sk-appbar .hamburger-menu {
        display: flex !important;
    }

}

@media(max-width: 768px) {
    .mobile-menu .sk-menu li {
        color: var(--color-body-color);
    }

    .mobile-menu .sk-menu li.sk-active {
        color: var(--color-primary);
    }

    /* .sk-appbar-logo img {
        max-width: 4rem;
    } */

    .sk-appbar.sk-dark-bg .sk-appbar-section {
        font-size: 1.2rem;
    }

    .sk-appbar:is(.sk-large) .mega-menu {
        display: none;
    }

    .sk-appbar-logo {
        margin-left: 0;
    }


    section .sk-container h2 {
        font-size: 2.6rem;
    }

    .sk-appbar-logo img {
        max-width: 8rem;
        height: auto;
    }

    .sk-appbar.sk-large {
        height: 10rem;
    }

    .sk-appbar.sk-appbar-fixed .sk-appbar-logo img {
        max-width: 7rem;
    }

    .sk-appbar.sk-appbar-fixed {
        height: 9rem;
    }

}

@media(max-width: 460px) {
    .sk-appbar.sk-dark-bg .sk-appbar-section {
        font-size: 1rem;
        gap: 0.5rem;
    }
}

/* hero section :: begin */

.hero {
    position: relative;
    margin-top: -17rem;
}


.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-position: top;
    filter: contrast(105%) saturate(105%) brightness(102%);
    will-change: transform;
}


.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--color-rgb-black) / 70%);
}

.hero-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: var(--color-white);
    position: relative;
    max-width: 90rem;
    margin: auto;
    padding: 8rem 0 4rem;
}

.hero-content .sk-button {
    font-weight: normal;
    border-radius: 0;
    margin-top: var(--gutter-large);
    min-width: 15rem;
}

.hero-content h1 {
    margin: var(--gutter-large) 0;
    font-weight: normal;
    font-size: 7rem;
    font-weight: 600;
}

.hero-content p,
.hero-content strong {
    font-size: 2rem;
    font-weight: normal;
}

.hero-content p .sk-icons {
    display: inline-block;
    position: relative;
    top: 0.4rem;
}


.hero .sk-container-fluid {
    padding-top: 20rem;
    padding-bottom: 10rem;
}

@media (max-width: 1024px) {
    .hero-content {
        padding: 4rem 0 4rem;
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding: 4rem 0 0rem;
    }

    .hero-content h1 {
        font-size: 4rem;
    }

    .hero {
        margin-top: -10rem;
    }

    .hero .sk-container-fluid {
        padding-top: 14rem;
    }
}

@media (max-width: 460px) {
    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content {
        padding: 2rem 0 0rem;
    }

    .hero .sk-container-fluid {
        padding-bottom: 6rem;
    }
}

/* Hero Section :: END */

/* Book appointment :: BEGIN */

.book-appointments {
    margin-top: calc(var(--gutter-base) * 1);
    display: flex;
    gap: 2rem;
    align-items: center;
    font-weight: var(--font-weight-medium, medium);
    cursor: pointer;
}

.sk-appbar .book-appointments {
    margin: 0;
    color: inherit;
}

.book-appointments .contact-number {
    color: inherit;
    margin-bottom: 0;
    font-size: 2.4rem;
}

.book-appointments .sk-icons {
    fill: currentColor;
}

.book-appointments a {
    color: inherit;
    display: flex;
    gap: 1rem;
    align-items: center;
}


/* Book appointment :: END */


/* Contact Form :: BEGIN */

.contact-form .form-fields {
    display: flex;
    flex-flow: column;
    height: 100%;
    /* padding-top: var(--gutter-large); */
}

.contact-form .sk-helper-line {
    height: 2rem;
}

.appointment-book .contact-form .form-group {
    display: flex;
    gap: var(--gutter-base);
}

.appointment-book .contact-form .form-group .sk-text-field,
.contact-us .contact-form .form-group .sk-text-field {
    flex-grow: 1;
}

.contact-form .sk-text-field {
    margin-bottom: var(--gutter-large);
}

.contact-form .sk-button {
    font-size: 1.8rem;
}

.address-and-contact .contact-form {
    background-color: var(--color-white);
    padding: 3rem;
    border-radius: var(--radius-large);
    border: 0.1rem solid var(--color-secondary);
}

.address-and-contact .contact-form p {
    font-size: 1.4rem;
}

.address-and-contact .contact-form h2 {
    padding-bottom: var(--gutter-small);
}

.address-and-contact .contact-form .sk-check-label {
    font-size: 1.4rem;
    align-items: flex-start;
}

.address-and-contact .contact-form .sk-checkbox .sk-check-input:checked+label:before {
    transform: translate(54%, 5%) rotate(37deg);
}

/* .form-fields .sk-button {
    margin-top: var(--gutter-base);
} */

.sk-appbar .sk-appbar-align-start {
    gap: var(--gutter-base);
}

.contact-form .sk-text-field .sk-input:focus {
    outline: 0.2rem solid var(--color-secondary);
}

.contact-form .sk-text-field .sk-input {
    border: 0.2rem solid #F6E0CE;
    border-radius: var(--radius-pill);
}

.contact-us .contact-form {
    max-width: 110rem;
    margin: auto;
    padding-top: var(--gutter-xlarge);
}

.contact-form .sk-checkbox .sk-check-label {
    display: inline;
}

.contact-form .sk-checkbox .sk-check-input:checked+label:before {
    transform: translate(54%, 0%) rotate(37deg);
}

.contact-form .sk-checkbox .sk-check-input+label:before,
.sk-checkbox .sk-check-input+label:after {
    top: 0.2rem;
}

/* .form-fields .sk-button {
    margin-top: var(--gutter-base);
} */


.contact-us {
    background-color: var(--color-accent);
}

.contact-us p {
    font-size: 1.8rem;
    max-width: 110rem;
    margin: auto;
}

.contact-us .contact-form .form-group {
    display: flex;
    column-gap: var(--gutter-base);
    flex-wrap: wrap;
}


@media (max-width: 1024px) {
    .contact-form {
        flex: 1 1 100%;
    }
}

/* Contact Form :: END */


/* why choose us css :: start */

.why-choose li .image-cover {
    position: relative;
    padding: var(--gutter-base) 0.5rem;
    border-radius: var(--radius-pill);
    background-color: var(--color-primary);
    max-width: max-content;
    margin: var(--gutter-base) auto;
}

.why-choose li .image-cover:before {
    content: '';
    position: absolute;
    top: -15px;
    right: -3rem;
    width: 4.5rem;
    height: 9rem;
    border-radius: var(--radius-pill);
    border: 0.1rem solid rgb(var(--color-rgb-black) / 20%);
    z-index: -1;
}

.why-choose li strong {
    font-size: 1.8rem;
    font-weight: normal;
}

.why-choose li {
    flex-grow: 1;
    flex-basis: 30rem;
    padding: 0 3rem;
}

.why-choose ul {
    row-gap: 4rem;
}

/* why choose us css :: end */

/* photo grid :: BEGIN */

.photos {
    background-color: var(--color-accent);
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--gutter-base);
    grid-auto-rows: minmax(100px, 25rem);
}

.photo-grid li:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
    max-height: 100%;
}

.photo-grid li:nth-child(4) {
    grid-column: 4/6;
    grid-row: 1 / 2;
}

.photo-grid li {
    position: relative;
    cursor: pointer;
    user-select: none;
    border: 0.1rem solid rgb(var(--color-black-rgb) / 16%);
    overflow: hidden;
    max-height: 25rem;
}

.photo-grid li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    z-index: 0;
}

.photo-grid li .sk-overlay {
    display: none;
    transition: ease 0.5s;
}

.photo-grid li:hover .sk-overlay {
    display: block;
}

.photo-grid li .sk-overlay .sk-button {
    background-color: var(--color-white);
    color: var(--color-secondary);
}

.photo-grid li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--color-black-rgb) / 10%);
}

.photos .sk-container {
    border-bottom: 0.1rem solid rgb(var(--color-rgb-black) / 10%);
}

@media (max-width: 1024px) {
    .photo-grid {
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-base);
    }

    .photo-grid li {
        flex: 1 0 48%;
        height: 20rem;
    }
}

@media (max-width: 600px) {
    .photo-grid li {
        height: 15rem;
        flex: 1 0 46%
    }
}

/* photo grid :: END */


/* Section :: BEGIN */

section .sk-container,
section .sk-container-fluid {
    padding-top: var(--gutter-xlarge);
    padding-bottom: var(--gutter-xlarge);
}

section:not(.hero) .sk-container>h2 {
    font-size: 4rem;

}

section:not(.hero, .explore-now, .why-choose) .sk-container>h2 {
    margin-bottom: 3rem;
    position: relative;
}

/* Section :: END */

/* review section :: BEGIN */
.ratings {
    display: flex;
    gap: var(--gutter-xlarge);
    align-items: center;
}

.progress-bar-group {
    flex: 1 1 50%;
    padding: 0 var(--gutter-base) 0 0;
    max-width: 30rem;
}

.progress-bar-group .progress-bar {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    gap: 1rem;
}

.review-section .sk-ratings {
    gap: 1rem
}

.review-section .sk-ratings>b {
    font-size: 4.2rem;
}

.review-content {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}

.reviews {
    margin-top: var(--gutter-large);
}

.review-section .sk-button {
    text-transform: capitalize;
}

.review-section {
    background-color: #f5f5f5;
}

@media (max-width: 1024px) {
    .ratings {
        flex-wrap: wrap;
        gap: var(--gutter-large);
    }
}

@media (max-width: 768px) {
    .review-section .ratings .sk-ratings {
        width: 100%;
    }

    .review-section .ratings {
        justify-content: center;
    }

    section:not(.hero) .sk-container>h2,
    .sk-sub-heading {
        font-size: 3rem;

    }

    .sk-sub-heading {
        margin-bottom: var(--gutter-base);
    }

}


.sk-avatar .sk-avatar-title {
    width: 5.2rem;
    height: 5.2rem;
    line-height: 5rem;
    text-align: center;
    font-size: 2rem;
    color: var(--avatar-text-color);
    border-radius: 100%;
    background-color: var(--color-accent-3);
    flex-shrink: 0;
    display: block;
    background-color: var(--avatar-color);
}

.review-content .reviewer-name {
    font-weight: var(--font-weight-bold, bold);
    margin-bottom: 1rem;
}

.review-content .rating {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}


.review-content .rating .sk-ratings {
    margin-bottom: 0;
}

/* review section :: END */

/* FAQ Section CSS :: BEGIN  */

.faq .sk-expansion-panels .sk-expansion-inner .sk-expansion-header {
    background-color: #FFFAF7;
    padding: var(--gutter-base);
}

.sk-expansion-inner.sk-active .sk-expansion-action .sk-icons svg {
    transition: all 0.2s;
}

.faq .sk-expansion-header h3 {
    font-weight: normal;
}

.faq .sk-expansion-panels .sk-expansion-inner {
    margin-bottom: var(--gutter-base);
    border-top: 0;
}

.faq .sk-expansion-panels .sk-expansion-content {
    padding-top: var(--gutter-base);
    border: 0.1rem solid var(--color-accent);
}

.faq .sk-expansion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq .sk-expansion-inner.active .sk-expansion-content {
    max-height: 500px;
}

.faq .sk-expansion-header {
    cursor: pointer;
}

.faq .sk-expansion-panels .sk-expansion-content ul {
    list-style-type: disc;
    margin-left: 2rem;
}

/* FAQ Section CSS :: END  */


/* Tag Section CSS :: BEGIN  */


section.tags .sk-container {
    border-top: 0.1rem solid rgb(var(--color-rgb-black) / 8%);
    border-bottom: 0.1rem solid rgb(var(--color-rgb-black) / 8%);
}

.bulleted-list {
    flex-flow: row wrap;
    gap: var(--gutter-base);
    row-gap: var(--gutter-small);
}

.bulleted-list li {
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.bulleted-list li:not(:last-child):after {
    content: "";
    background-color: var(--color-text-muted);
    font-weight: bold;
    height: 1.5rem;
    width: .2rem;
    position: absolute;
    top: .4rem;
    right: -1rem;
}

/* Tag Section CSS :: END  */


/* business hours css : Begin */

.business-hours {
    position: relative;
}

.business-hours:not(.categories):before {
    content: '';
    width: 25rem;
    height: 25rem;
    border-radius: var(--radius-round);
    background-color: var(--color-primary-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}


.business-hours ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: var(--gutter-base);
    flex-wrap: wrap;
}

.business-hours ul.bulleted-list li::before {
    content: "\2022";
    color: var(--color-primary);
    font-weight: bold;
    font-size: 2.5rem;
    width: 1rem;
    line-height: 0;
}

.sk-block {
    width: 100%;
    display: block;
}

.business-hours .sk-surface {
    padding: var(--gutter-large);
}

.business-hours :is(.sk-col-fluid) {
    display: flex;
    flex-direction: column;
}

/* .business-hours .sk-lead {
    padding-bottom: var(--gutter-base);
} */

.business-hours .bulleted-list .closed {
    color: var(--color-danger);
}

.categories .sk-chipset .sk-chip {
    cursor: auto;
}

.categories .sk-list-inline {
    display: flex;
    flex-flow: row wrap;
    gap: var(--gutter-base);
    row-gap: var(--gutter-small);
}

.categories .sk-list-inline li:not(:last-child)::after {
    content: '';
    width: 0.2rem;
    height: 80%;
    background: var(--color-grey);
}

.categories .sk-list-inline li {
    padding-bottom: 0;
    font-weight: var(--font-weight-medium, 500);
}

.categories .sk-chipset {
    margin: 0;
}



/* Mobile sticky bottom :: BEGIN */
.sticky-bottom {
    bottom: 0;
    background: var(--color-white);
    padding: var(--gutter-base);
    box-shadow: 0 -3px 3px rgba(var(--color-rgb-black) / 12%);
    z-index: var(--zindex-1);
}



/* Mobile sticky bottom :: END */


/* Address and contact section :: BEGIN */

.address-and-contact .address-img {
    position: relative;
    height: 52rem;
}

.address-and-contact .address-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--color-rgb-black) / 40%);
}

.address-and-contact .address-img .content {
    position: absolute;
    bottom: 3rem;
    left: 8rem;
    right: 8rem;
    color: var(--color-white);
}

.address-and-contact .address-img .content p {
    font-size: 2rem;
}

.address-and-contact .address-img img {
    object-fit: cover;
    object-position: bottom;
}

.address-and-contact .sk-overflow-list {
    right: auto;
    left: 0;
}

.address-and-contact .sk-button-group .sk-button {
    border-radius: 0;
}

.address-and-contact .sk-button-group .sk-button:last-child:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-white);
}


.address-and-contact .sk-button-group {
    padding-top: var(--gutter-large);
}

.address-and-contact .sk-card {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 0;
    height: 100%;
}

:is(.address-and-contact) :is(.sk-card.sk-bordered) {
    border: .1rem solid var(--color-secondary);
    border-top-width: 1rem;
    border-top-color: var(--color-secondary);
    border-radius: var(--radius-large);
    margin-bottom: 0;
    height: 100%;
    padding-top: var(--gutter-small);
}

.address-and-contact .sk-card .sk-card-primary {
    padding: 3rem 3rem;
}

/* .address-and-contact .sk-flex-row {
    align-items: flex-start;
} */

.address-and-contact .rating-group {
    gap: 1rem;
}

.address-and-contact .rating-group b {
    font-size: 2.2rem;
}

@media (max-width:768px) {}

/* Address and contact section :: END */


.contact-card {
    margin: var(--gutter-large) 0;
}

.contact-card .icon {
    gap: var(--gutter-base);
    align-items: flex-start;
}

.contact-card a {
    color: var(--color-white);
}


.contact-card .icon .sk-icons {
    border: 0.1rem solid var(--color-white);
    border-radius: var(--radius-round);
    padding: 1rem;
    flex-shrink: 0;
}

.contact-card .icon .sk-icons svg {
    width: auto;
    height: auto;
}


.contact-card .book-appointments,
.contact-card .book-appointments .open-status {
    margin: 0;
    font-weight: normal;
}

.contact-card .book-appointments .sk-flex-row {
    gap: 1rem;
}

.sk-button-group {
    gap: var(--gutter-base)
}

@media (max-width: 1200px) {
    :is(.address-and-contact) .contact-form {
        width: 100%;
    }

    :is(.address-and-contact) .contact-form .form-fields {
        padding: var(--gutter-base);
    }

    .contact-form .form-fields {
        gap: 1rem;
    }

    .address-and-contact .sk-flex-row {
        flex-wrap: wrap;
    }

    .address-and-contact .sk-button-group {
        flex-wrap: wrap;
    }

}

@media (max-width:768px) {
    .address-and-contact address {
        font-size: 1.6rem;
    }

    .contact-card .book-appointments,
    .contact-card .book-appointments .open-status {
        font-size: 1.6rem;
    }

    .address-inline {
        flex-wrap: wrap;
        gap: 0;
    }

    .address-and-contact .contact-card {
        margin: 1rem 0;
    }

}

/* Service section CSS :: BEGIN  */

.services .content {
    text-align: center;
}

.services .content img {
    margin: auto;
}

.services .content h2 {
    margin-top: var(--gutter-large);
}

.services .content .sk-ratings {
    justify-content: center;
    padding-bottom: var(--gutter-large);
}

.services .content .rating {
    font-size: 2.4rem;
}

/* .services .media {
    height: 380px;
    border-radius: 100% 100% 0% 0%;
    overflow: hidden;
}

.services .media img {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 386.656px;
    height: 346.5px;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    margin-top: -16.75px;
    transform: translate3d(0px, 199.148px, 0px);
} */

.services .img-cover img {
    border-radius: 100% 100% 0% 0%;
    object-fit: cover;
    height: 45rem;
}

.services-inner {
    display: flex;
    gap: var(--gutter-large);
    flex-wrap: wrap;
    padding-top: 4rem;
    height: 100%;
}

.services-inner .item {
    display: flex;
    width: 100%;
    flex-basis: 32%;
    padding: var(--gutter-base);
    cursor: pointer;
    height: auto;
    gap: var(--gutter-base);
    border: 0.1rem solid rgb(var(--color-rgb-black) / 10%);
    align-items: flex-start;
}

.services-inner .item .media {
    background-color: var(--color-primary);
    padding: 2rem 0.5rem;
    border-radius: var(--radius-pill);
    flex-shrink: 0;
}

.services-inner .item:hover {
    -ms-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
}

.services-inner .item h5 {
    margin-bottom: 1rem;
}

@media (max-width:1024px) {
    .services .sk-col-fluid {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services .img-cover img {
        max-width: 50rem;
        margin: auto;
    }

    .services .content {
        margin: 3rem 0;
    }

    .services .sk-sub-heading {
        margin-bottom: 1rem;
    }

    .services-inner .item {
        flex-basis: 46%;
    }
}


@media (max-width: 768px) {

    .service-inner {
        gap: 2rem;
    }

}

@media (max-width: 600px) {
    .services-inner .item {
        flex-basis: 100%;
    }
}
@media (max-width: 460px) {
    .services .img-cover img {
        height: 38rem;
    }
}

/* Service section CSS :: END  */

/* Store Locator :: BEGIN */
.store-locator .sk-card {
    box-shadow: var(--box-shadow-3);
    padding: var(--gutter-large) var(--gutter-base);
}

/* Store Locator :: END */


/* About us :: BEGIN */

.about-content p {
    font-size: 2rem;
}

.about-content h2 {
    margin-top: 1rem;
}

.about-us .about-img img {
    width: auto;
    height: auto;
    margin: auto;
}

.about-us .about-img {
    position: relative;
}

/* .about-us .about-img:after {
    content: '';
    background-image: url('../img/leaf-3.png');
    background-repeat: no-repeat;
    width: 35rem;
    height: 15rem;
    background-position: left;
    top: 30%;
    left: -5rem;
    position: absolute;
    z-index: -1;
} */

.about-us .about-img:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10rem;
    height: 70%;
    background-color: var(--color-primary);
    z-index: -1;
}

.about-content {
    padding-left: var(--gutter-large);
}

.about-us {
    position: relative;
    overflow: hidden;
}

.about-us:before,
.about-us:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.about-us:before {
    background-image: url('../img/leaf-1.png');
    width: 15rem;
    height: 35rem;
    background-position: top right;
    top: -1rem;
    right: -1rem;
}

.about-us:after {
    background-image: url('../img/leaf-2.png');
    bottom: -6px;
    right: 20%;
    background-position: bottom right;
    width: 15rem;
    height: 15rem;
}

@media (max-width:768px) {
    .about-content {
        padding-left: 0;
    }

    .about-img {
        display: none;
    }
}


/* About us :: END */


/* explore now css :: start */

.explore-now:not(.occasion) {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.explore-now:not(.occasion) ul li img {
    max-width: 40rem;
    object-fit: contain;
}

.explore-now:not(.occasion) ul li {
    max-width: max-content;
    margin: auto;
    position: relative;
}

.explore-now:not(.occasion) ul li:before,
.occasion ul li .media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.occasion ul li .media:before {
    opacity: 40%;
}

.explore-now:not(.occasion) ul .content,
.occasion ul .media h3 {
    position: absolute;
    bottom: 0rem;
    left: var(--gutter-base);
    right: var(--gutter-base);
    text-align: center;
    transition: all 0.5s;
}

.occasion ul .media h3 {
    text-align: left;
    bottom: 3rem;
    color: var(--color-white);
}

.explore-now ul .content p {
    font-size: 1.8rem;
}

.explore-now:not(.occasion) ul li:hover .content button {
    opacity: 1;
    visibility: visible;
}


.explore-now:not(.occasion) ul li:hover .content {
    bottom: 5rem;
}

.explore-now:not(.occasion) ul li .content button {
    opacity: 0;
    visibility: hidden;
}

.explore-now .content h3,
.explore-now .media h3 {
    font-weight: normal;
}

.explore-now .content .sk-button {
    margin-top: var(--gutter-base);
}

.explore-now ul {
    padding-top: var(--gutter-base);
    gap: 1rem;
}


.occasion ul li {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 23%;
}

.occasion ul li .media {
    position: relative;
}

.occasion ul li img {
    object-fit: cover;
}

.occasion ul {
    gap: var(--gutter-base);
    align-items: stretch;
}

.occasion ul .content {
    background-color: var(--color-primary);
    color: var(--color-white);
    margin-top: 1rem;
    padding: var(--gutter-base);
    height: 100%;
}


@media (max-width:1024px) {
    .explore-now .content .sk-button {
        margin-top: 0;
    }

    .explore-now ul .content p {
        font-size: 1.6rem;
    }

    .occasion ul .content {
        margin-top: 0;
    }

    .occasion ul li {
        flex-basis: 35%;
    }
}

@media (max-width:768px) {
    .explore-now ul {
        overflow: auto;
    }

    .explore-now:not(.occasion) ul li {
        flex-shrink: 0;
        max-width: 90%;
    }


    .explore-now:not(.occasion) ul li .content button {
        opacity: 1;
        visibility: visible;
    }

    .explore-now:not(.occasion) ul li .content {
        bottom: 5rem;
    }


}

@media (max-width: 600px) {
    .occasion ul li {
        flex-basis: 40rem;
        max-width: 40rem;
        margin: auto;
    }

    .address-and-contact .address-img .content {
        left: 3rem;
        right: 3rem;
    }
}

/* explore now css :: end  */

/* Footer :: BEGIN */
.footer h3 {
    color: var(--color-primary);
}

.footer .sk-container {
    padding-top: var(--gutter-xlarge);
    border-bottom: 0;
    padding-bottom: var(--gutter-large);
}

.footer ul li {
    padding-bottom: 1rem;
    color: var(--color-menu);
}

.footer ul.sk-flex-row li {
    flex-basis: 47%;
}

.footer ul li a:hover {
    color: var(--color-primary);
}

.footer ul li a {
    word-break: break-all;
}

.footer ul li .sk-flex {
    align-items: center;
    gap: 0.8rem;
}

/* .footer .sk-container .sk-flex-row:not(:last-child) {
    font-size: 1.4rem;
    font-weight: 500;
} */


.footer a {
    color: inherit;
}

.footer .social-icons {
    display: flex;
    align-items: center;
    gap: var(--gutter-base);
    flex-wrap: wrap;
}

.footer .social-icons .sk-button {
    background-color: rgb(var(--color-rgb-black) / 5%);
}


.footer .social-icons .sk-button:hover svg {
    fill: var(--color-primary)
}

.footer .social-icons .sk-button .sk-icons svg {
    width: auto;
    height: auto;
}


.footer .sk-divider {
    opacity: 0.4;
}

@media (max-width: 768px) {

    .footer h3 {
        padding-top: var(--gutter-base);
    }


}

/* Footer :: END */