:root {
    --body-bg: #0e0d0c;
    --theme-color: #4d888e;
    --body-color: #4d888e;
    --title-color: #4b4342;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
        "Birthstone Bounce", cursive;
    --body-font:
        "Merienda", cursive;
    --icon-font:
        "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

body {
    padding: 0;
    margin: auto;
    background-color: #000;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

a {
    color: #090909;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

dl,
ol,
ul {
    margin: 0 !important;
    padding-left: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
    font-family: var(--body-font);
}

p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 28px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    right: 30px;
}

/* css */

.header-top {
    background-color: #000;
}

.header-links ul {
    display: flex;
    justify-content: space-between;
}

.header-links {
    padding: 8px 0px;
}

.header-links-1 {
    padding: 8px 0px;
}

.header-links-1 ul {
    float: right;
}

.header-links-1 ul li a {
    margin-right: 10px;
}

.blog-title {
    font-size: 26px;
}

.header-links ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
    color: #fff;
}

.header-links ul li a:hover {
    color: var(--theme-color);
}

.header-links ul li a i {
    padding-right: 4px;
}

.tab-links li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.tab-links li a:hover {
    color: var(--theme-color);
}

.header-layout1 {
    background-color: #fff !important;
    padding: 0px;
}

.banner-heading h3 {
    color: #ffffff;
    font-family: var(--title-font);
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 85px;
    width: 100%;
}

.logo {
    max-width: 200px;
    height: auto;
    display: block;
    padding: 0px;
}

.logo-1 {
    max-width: 200px;
    height: auto;
    display: block;
    padding: 0px;
}

.tabs {
    align-items: center;
}

.tabs li a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    font-family: var(--body-font);
}

.tabs li a:hover {
    color: var(--theme-color);
}

.banner-bg {
    position: relative;
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-bg-mask {
    padding: 200px 0px;
    background: #0000007a;
}

.banner-heading {
    position: relative;
    text-align: center;
    padding: 150px 0px;
}

.banner-tag {
    position: absolute;
    bottom: -45%;
    right: 8%;
    width: 10%;
}

.banner-tag img {
    max-width: 150px;
    height: auto;
}

.banner-center-text {
    position: absolute;
    top: 43%;
    left: 0%;
    width: 100%;
    content: '';
    display: flex;
    justify-content: space-evenly;
}

.service-page {
    background-image: url(../images/handmade-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.service-page-box {
    padding: 80px 0px;
    /* background: #020202e8; */
}

.specialties {
    font-size: 48px;
    color: #ffffff;
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 40px;
}

.services-content img {
    max-width: 200px;
    height: 200px;
}

.services-content {
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 5px 2px #826b5182;
    margin: 5px;
}

.services-content:hover {
    box-shadow: none;
    background-color: #0e0d0c;
}

.services-content h4 {
    font-size: 32px;
    color: #ffffff;
    font-family: var(--title-font);
    font-weight: 500;
    margin: 30px 0px;
}

.services-content p {
    font-size: 18px;
    color: #ffffff;
    font-family: var(--body-font);
}

.about-us-page {
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.about-us-page-bg {
    background-color: #000000de;
    padding: 80px 0px;
}

.about-right-side img {
    border-radius: 12px;
    margin-bottom: 15px;
}

.about-left-side p {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: var(--body-font);
}

div#navbarSupportedContent {
    justify-content: center;
}

.button-bg {
    position: absolute;
    right: 2%;
}

.header-layout1 ul li {
    padding: 0px 12px;
    text-align: center;
}

.header-layout1 ul li a {
    font-size: 17px;
    color: #000;
    font-family: var(--body-font);
    font-weight: 500;
}

.header-layout1 ul li a:hover {
    color: var(--theme-color);
    transform: scale(1.1);
    transition: 300ms;
}

.primary-button:before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent !important;
}

.primary-button:after {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: transparent !important;
}

.primary-button:before,
.primary-button:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid;
    border-color: inherit;
}

.primary-button {
    position: relative;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 22px;
    border-radius: 30px;
    border: 3px solid #ffffff;
    margin: 20px 0;
    border: none;
    padding: 6px 30px;
    color: var(--theme-color);
}

.primary-button:hover {
    background-color: #fff;
    color: var(--theme-color);
}

.secondary-button {
    background-color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 22px;
    border-radius: 30px;
    border: 3px solid #ffffff;
    margin: 20px 0;
    border: 2px solid;
    padding: 7px 50px;
    color: var(--theme-color);
}

.secondary-button:hover {
    background-color: var(--theme-color);
    color: #fff;
    border: 2px solid;
    transition: 800ms;
}

.banner-center-text img {
    max-height: 200px;
    /*width: 210px;*/
}

.welcome {
    color: #ffffff;
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
}

.making-page {
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.making-page-bg {
    background-color: rgb(0 0 0 / 80%);
    padding: 80px 0px;
    text-align: center;
}

.making-page h3 {
    color: #fff;
    font-size: 48px;
    font-family: var(--title-font);
    margin: 40px 0px;
}

.making-page p {
    color: #fff;
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-page {
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-bg {
    padding: 80px 0px;
    background-color: #0b0b0bf0;
}

.copyright-text {
    color: #ffffff;
    font-size: 12px;
}

.copyright-text a {
    color: #ffffff;
    font-size: 12px;
}

.footer-menu ul li {
    padding: 10px 0px;
}

.footer-menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

.footer-menu ul li a:hover {
    color: var(--theme-color);
    letter-spacing: 2px;
}

.footer-menu h4 {
    color: #fafafa;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}

.menu li p {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.menu li p:hover {
    color: var(--theme-color);
    letter-spacing: 1px;
    transition: 400ms;
}

.copyright-wrap {
    background: #000000e8;
    padding-top: 10px;
}

.gallery-page {
    padding: 80px 0px;
    background: #000;
}

.gallery-page img {
    border-radius: 20px;
}

.gallery-title {
    font-size: 48px;
    font-family: var(--title-font);
    font-weight: 500;
    margin-bottom: 55px;
    text-align: center;
    color: #fff;
}

.about-left-side img {
    float: right;
    max-width: 200px;
    height: auto;
    position: relative;
    animation-name: cake;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    border-radius: 10px;
    border-left: 8px solid #6f4816;
    border-bottom: 8px solid #6f4816;
}

.fa-icon {
    margin-right: 10px;
}

@keyframes cake {
    0% {
        left: 0px;
        top: 0px;
    }

    50% {
        left: 50px;
        top: 0px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

.bread {
    position: relative;
    animation-name: cake;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    max-width: 190px;
    height: auto;
}

.logo-1 {
    display: none;
}

.top_main_header1 {
    position: fixed;
    top: 0px;
    z-index: 99;
    right: 0;
    left: 0;
}

.top_main_header1 .header-top {
    display: none;
}

.emails {
    text-transform: lowercase !important;
}

.page_wrapper {
    padding: 80px 0px;
}

.page_wrapper2 {
    padding: 80px 0px;
    background-color: #fff;
}

.gallery-section-right img {
    border-radius: 8px;
}

.about-page-right-side img {
    border-radius: 10px;
    max-height: 450px;
}

.about-page-right-side {
    display: flex;
    padding: 0px 15px 15px 15px;
}

.about-page-right-side-1 {
    margin-left: 65px;
}

.about-page-left-side p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    font-family: var(--body-font);
}

/* ------ breadcrum -------*/

.breadcrum-box {
    background-color: #0e0e0ed1;
    padding: 70px 0px;
}

.breadcrumb_heading {
    color: #fff;
    font-size: 48px;
    font-family: var(--title-font);
}

.bread_first_item {
    color: #fff;
}

.breadcrumb-area {
    background-image: url(../images/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ------ breadcrum -------*/

.form-input {
    width: 100%;
    padding: 12px;
    margin: 10px 0px;
    border: none;
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 4px;
}

.contact-title {
    font-size: 38px;
    color: var(--theme-color);
    font-family: var(--body-font);
    margin-bottom: 40px;
}

.form-page {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--theme-color);
    box-shadow: 1px 1px 4px 1px #4d888e;
}

label {
    font-weight: 500;
    font-size: 17px;
    color: #474747;
}

.contact-us-list-links {
    background-color: var(--theme-color);
    padding: 20px;
    border-radius: 10px;
}

.contact-us-list-links h4 {
    color: #fff;
    font-size: 32px;
    font-family: var(--title-font);
    margin-bottom: 20px;
    border-bottom: 1px solid #4443437a;
    padding-bottom: 8px;
}

.contact-us-list-links li {
    color: #fff;
    font-size: 17px;
    font-family: var(--body-font);
    padding: 10px 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
}

.contact-us-list-links li p {
    margin-bottom: 0px;
}

.contact-us-list-links li a {
    color: #fff;
    font-size: 17px;
    font-family: var(--body-font);
    padding: 9px 0px;
}

.contact-us-list-links li a i {
    color: #000;
    font-size: 17px;
}

.fa-icon-1 {
    background: aliceblue;
    border-radius: 50%;
    padding: 10px 15px;
}

.fa-icon-1 i {
    color: #000;
}

.seo-none {
    display: none;
}

.blog-box h3 {
    color: var(--theme-color);
    font-size: 28px;
    margin: 15px 0px 20px 0px;
}

.blog-box p {
    color: #fff;
    font-size: 15px;
}

.blog-box a {
    color: #fff;
    font-size: 15px;
}

.blog-box img {
    border-radius: 10px;
}

.blog-box a img {
    border-radius: 10px;
}

.post-image a img {
    max-width: 100px;
    height: auto;
    border-radius: 5px;
}

.post {
    display: flex;
    border-bottom: 1px solid #444343;
    padding: 10px;
}

.sidebar-title h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}

.post-title a h6 {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 14px;
    margin-left: 20px;
    line-height: 23px;
}

.blog-text h5 {
    color: var(--theme-color);
    font-size: 24px;
    margin: 35px 0px 8px 0px;
}

.group-title {
    color: #fff !important;
}

textarea {
    width: 100%;
    height: 80px;
}

.comment-form {
    margin-top: 40px;
}

::placeholder {
    color: #fff;
}

aside.sidebar {
    padding-bottom: 7px;
}

.testimonials-page {
    padding: 80px 0px;
}

.google-icon {
    max-width: 135px;
    height: autos;
}

.item p {
    color: #020202;
    font-size: 17px;
}

.item h4 {
    color: #000000;
    font-size: 23px;
}

.review {
    justify-content: center;
    display: flex;
    margin: 35px 0px;
}

.testimonials-page h3 {
    font-size: 48px;
    color: #fff;
    font-family: var(--title-font);
    margin-bottom: 26px;
}

.gallery-page img {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.testimonial {
    text-align: center;
}

.menu-heading {
    color: #fff;
    font-size: 35px;
    margin: 40px 0px;
    font-family: var(--title-font);
    text-align: center;
}

.menu-heading-2 {
    color: #fff;
    font-size: 35px;
    margin: 40px 0px 0px 0px;
    font-family: var(--title-font);
    text-align: center;
}

.menu-list {
    background: #000;
}

.menu-list ul li {
    list-style: circle;
    padding: 10px;
    color: #fff;
    font-size: 19px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--theme-color);
    margin-bottom: 5px;
}

.menu-list ul p {
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.menu-list ul li span {
    font-size: 21px;
    color: var(--theme-color);
    font-weight: 800;
}

.menu-list ul p span {
    font-size: 21px;
    color: var(--theme-color);
    font-weight: 800;
}

.menu-list ul {
    margin-left: 20px !important;
}

.accordion-header button {
    font-size: 21px;
    font-family: var(--body-font);
    color: #000;
}

.blog-box hr {
    opacity: 0.9;
}

.post-title a {
    display: block;
}

.post-title h6 {
    float: right;
    color: #fff;
    font-size: 14px;
    display: block;
}

.blog-text ul li {
    color: #fff;
    list-style: disc;
}

.blog-text ul {
    margin-bottom: 25px !important;
}

.blog-text a {
    text-decoration: none;
    color: #08cdcf;
}

.menu_paragraph {
    color: var(--body-color);
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.menu_p_add {
    text-align: center;
    background: #fff;
    padding: 20px;
    color: var(--theme-color);
    margin-top: 0px;
}

.menu_p_add h6 {
    font-family: var(--body-font);
    font-size: 18px;
}

.menu_p_add p {
    font-family: var(--body-font);
    font-size: 15px;
}

.menu_p_col {
    background-color: #fff;
    padding: 10px;
}

.thanks_giving {
    padding: 80px 0px;
    background: #000000d4;
}

.thanks_giving_bg {
    background-image: url(../images/bg-5.jpg);
    background-position: cover;
    background-repeat: no-repeat;
}

.madeline_video video {
    width: 100%;
    height: 500px;
}

.special-img img {
    width: 300px;
    height: 350px;
}

.special_images img {
    width: 100%;
    height: 350px;
    cursor: pointer;
}

.special-center {
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        url(../images/gallery/13.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    padding: 0px 20px;
}

.testimonials-page .item {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}



/* FAQ Section Styles */
.section_padding {
    padding: 80px 0;
}

.faq_accordion {
    max-width: 970px;
    display: block;
    margin: 0 auto;
}

.title_area {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.animate_title {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
}

.animate_title::before,
.animate_title::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #4d888e;
    bottom: 0;
    transition: 0.4s ease;
}

.animate_title::before {
    left: 0;
}

.animate_title::after {
    right: 0;
}

.animate_title:hover::before,
.animate_title:hover::after {
    width: 80px;
    background-color: #4d888e;
}

/* Accordion Styles */
.accordion_card {
    transition: 0.4s ease-in-out;
    overflow: hidden;
    /* background-color: #f0ebeb; */
    position: relative;
    z-index: 3;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.accordion_header {
    position: relative;
}

.accordion_button {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    color: #000;
    background-color: #ffffff;
    letter-spacing: 0.02em;
    padding: 24px 60px 24px 48px;
    text-align: left;
    transition: 0.3s;
    position: relative;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion_button.active {
    color: #000;
    /* background-color: #f0ebeb; */
    padding-bottom: 15px;
}

.accordion_button h1,
.accordion_button h2,
.accordion_button h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: inherit;
}

.accordion_button::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #4d888e;
    transition: 0.3s ease-in-out;
}

.accordion_button.active::after {
    content: "−";
    color: #4d888e ;
}

.accordion_collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion_collapse.show {
    max-height: 1000px;
    /* Adjust based on content */
}

.accordion_body {
    padding: 0 48px 24px;
    border-radius: 0 0 8px 8px;
    background-color: white;
}

.faq_text {
    margin-bottom: 15px;
    color: #000;
    line-height: 1.6;
}

.faq_text ul {
    margin-top: 10px;
    padding-left: 20px;
}

.accordion_body ul li {
    margin-bottom: 8px;
    color: #111111;
}

.faq_text a {
    color: #4d888e;
    text-decoration: none;
    font-weight: 600;
}

.faq_text a:hover {
    text-decoration: underline;
}

/* Animation */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Popup base */
/* Popup container */
.hp-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

/* Dark backdrop */
.hp-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
}

/* Popup box */
.hp-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #222;
  border-radius: 16px;
  overflow: hidden;
  width: 80%;          /* reduce width a bit */
  max-width: 600px;    /* smaller for balanced look */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

/* Content area */
.hp-popup__content {
  text-align: center;
  padding: 15px;
}

/* Image */
.hp-popup__image {
  display: block;
  width: 85%;          /* smaller image */
  margin: 0 auto;      /* center it */
  border-radius: 12px;
  height: auto;
  object-fit: contain;
}

/* Close (X) button */
.hp-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

/* Mobile view */
@media (max-width: 600px) {
  .hp-popup__dialog {
    width: 90%;
    max-width: 360px;
  }
  .hp-popup__image {
    width: 90%;
  }
}

