@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: rgb(27, 27, 27);
    letter-spacing: 2px;
    font-weight: 200;
    text-transform: uppercase;
}

a:hover {
    color: #6f5243;
}

header {
    width: 100%;
    background-color: rgba(244, 244, 241, 0.885);
    position: fixed;
    z-index: 999;
}

header .container-fluid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    padding-inline: 45px;
}

header .navbar-items {
    display: flex;
    gap: 40px;
}

.navbar-logo h2 {
    margin-bottom: 0;
    color: #6f5243;
}

.navbar-num h2 {
    margin-bottom: 0;
}

.modal-dialog {
    width: 100%;
    margin: 0;
}

.modal-content {
    border-radius: 0;
    height: 100vh;
}

header .mobile-toggler {
    display: none;
}

header .navbarlogo-num {
    display: none;
}

.modal-line {
    padding-block: 15px;
    border-bottom: 1px solid grey;
    font-size: 1.5rem;
}

.modal-body {
    padding-left: 30px;
}

.carosuel-image-one {
    margin: 0;
    overflow: hidden;
    height: 75vh;
}

.carosuel-image-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-now-circle h3 {
    font-size: 3rem;
    text-transform: uppercase;
    text-shadow: 1px 4px 2px rgba(66, 68, 90, 1);
}

.book-now-circle a {
    background-color: white;
    padding: 15px 35px;
    -webkit-box-shadow: 8px 11px 15px -7px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 11px 15px -7px rgba(66, 68, 90, 1);
    box-shadow: 8px 11px 15px -7px rgba(66, 68, 90, 1);
}

.book-now-circle {
    background-color: #6f5243;
    position: absolute;
    right: 20%;
    bottom: 20%;
    color: white;
    border-radius: 100%;
    height: 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carosuel-image-two {
    background-image: url('../images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.review-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-block: 30px;
}

.reviews-google h2 {
    color: white;
    font-size: 3.3rem;
    padding: 50px 0px 20px 0px;
}

.review-content-one h4 {
    color: white;
    font-size: 3rem;
}

.review-content-two {
    color: white;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    align-items: start;
}

.review-content-two h4 {
    font-weight: 100;
}

.owl-carousel {
    padding-inline: 150px;
    width: 50%;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
    display: none!important;
}

.owl-carousel .card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 10px;
}

.owl-carousel .card .card-body .card-title img {
    height: 90px!important;
    width: 90px!important;
}

.card-para {
    font-weight: 100;
    font-family: sans-serif;
}

.card-review {
    color: #6f5243;
    text-transform: capitalize;
    font-weight: 100;
}

.owl-carousel .client-name span {
    font-weight: 100;
    font-size: 0.8rem;
    color: #63616e;
    letter-spacing: 1px;
}

.review-content-one a img {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    border-radius: 100%;
}

.review-content-one {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.client-name {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 15px;
}

.client-name p {
    font-size: 0.9rem;
}

.owl-carousel .item .client-name-img {
    height: 25px;
    width: 25px;
    border: 0.5px solid grey;
    border-radius: 100%;
    background-color: grey;
    position: relative;
    bottom: 3px;
}

.owl-carousel .item .card {
    padding: 25px 7px 0px 7px;
}

.social-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 60px;
    gap: 20px;
    text-shadow: 1px 2px 2px rgba(66, 68, 90, 1);
    text-transform: uppercase;
}

.social-heading img {
    height: 40px;
    border-radius: 100%;
    width: 40px;
}

.social-content {
    padding-block: 50px;
}

.social-right-content {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.social-right-content h2 {
    font-size: 3rem;
}

.social-right-content p {
    font-size: 1.3rem;
    color: #5e5e5e;
    font-weight: 100;
    font-family: sans-serif;
}

.social-left-img img {
    max-width: 100%;
}

.vist-heading {
    text-align: center;
    padding: 45px 0px 25px 0px;
    text-shadow: 1px 2px 2px rgba(66, 68, 90, 1);
    text-transform: uppercase;
}

.vist-form {
    padding: 10px 0px 40px 0px;
}

.vist-form-button {
    background-color: #6f5243;
    text-align: center;
    padding-block: 10px;
    -webkit-box-shadow: 8px 11px 15px -7px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 11px 15px -7px rgba(66, 68, 90, 1);
    box-shadow: 8px 11px 15px -7px rgba(66, 68, 90, 1);
    margin-top: 5px;
}

.vist-form-button a {
    color: white;
}

.custom-input {
    background-color: #f6f6f6;
    border: none;
    padding-block: 10px;
}

.custom-input::placeholder {
    color: #999;
    padding-left: 10px;
    font-weight: 100;
    font-family: sans-serif;
}

.custom-input:focus {
    border-color: black;
    outline: none;
    box-shadow: 0 0 5px #474747;
}

.vist-form h2 {
    font-size: 1rem;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #565956;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    color: black;
}

.vist-heading {
    padding-top: 60px;
}

.vist-us-right-content h2 {
    font-size: 1rem;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #565956;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    color: black;
}

.vist-us-right-content {
    margin-left: 20px;
}

.vist-us-right-content p {
    color: rgb(94, 94, 94);
    font-family: sans-serif;
    padding-block: 30px;
}

@media(max-width:1023px) {
    header .navbar-items {
        display: none;
    }
    header .navbarlogo-num {
        display: block;
        font-size: 1.3rem;
        text-align: center;
    }
    header .mobile-toggler {
        display: block;
    }
    header .navbar-num {
        display: none;
    }
    header .container-fluid {
        position: relative;
        height: 120px;
        padding-left: 20px;
    }
    header .navbar-logo {
        flex-direction: column-reverse;
        display: flex;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding-block: 30px;
        gap: 10px;
    }
    footer .footer-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0px!important;
    }
    footer .footer-content h2 {
        padding-block: 15px!important;
        text-align: center;
        font-size: 14px!important;
    }
    .footer-privacy-policy {
        padding-block: 14px!important;
    }
    .vist-us-right-content {
        margin-left: 0px;
        text-align: center;
    }
    .vist-us-right-content p {
        padding-block: 20px;
    }
    .hourscontainer {
        margin-top: 130px!important;
        padding: 0!important;
    }
    .menu-price-page h2 {
        font-size: unset!important;
    }
    .journey-title {
        margin-top: 120px!important;
    }
    .book-now-circle {
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        height: 250px;
        width: 250px;
    }
    .book-now-circle h3 {
        font-size: 2rem;
    }
    .book-now-circle a {
        padding: 10px 30px;
    }
    .carosuel-image-one {
        height: 50vh;
    }
    .social-content {
        margin: 0 auto;
    }
}


/* Container styles */

.form-select {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #333;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}


/* Custom arrow icon */

.form-select::after {
    content: '▼';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}


/* Footer  start */

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer {
    color: white;
    background-color: #6f5243;
}

footer .footer-top {
    padding: 30px 0 20px;
}

footer .logo a {
    color: black;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
}

footer h6 {
    font-size: 20px;
    font-weight: 100;
}

footer h6:after {
    content: "";
    background: #fcdf5e;
    width: 60px;
    height: 4px;
    margin: 12px 0 0;
    display: block;
    clear: both;
}

footer ul li {
    margin: 0 0 15px;
}

footer ul li a {
    color: white;
    font-family: sans-serif;
    letter-spacing: 0;
    text-transform: capitalize;
}

footer ul li a:hover {
    color: grey;
}

footer .icon li {
    margin: 0 3px 0 0;
    display: inline-block;
    background-color: #755843;
}

footer .icon li a {
    color: white;
    background-color: #755843;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    display: block;
    transition: all 0.3s ease;
}

footer .icon li a:hover {
    color: grey;
    background: black;
}

footer .icon li a i {
    line-height: inherit;
}

footer .contacts li {
    margin: 0 0 18px;
}

footer .contacts li i {
    color: #fcdf5e;
    line-height: 27px;
    width: 25px;
    display: inline-block;
    vertical-align: top;
}

footer .contacts li span,
footer .contacts li a {
    width: calc(100% - 30px);
    display: inline-block;
}

footer .form-control {
    color: #0a0a0a;
    background: var(--color-white);
    border-radius: 0;
    height: 60px;
}

footer .form-control::placeholder {
    color: #0a0a0a;
}

footer .btn {
    color: var(--color-white);
    background: var(--color-hover);
    padding: 17px 30px;
    display: block;
    font-weight: 600;
    border-radius: 0;
    transition: all .5s ease;
}

footer .btn:hover {
    background: var(--color-hover);
}

footer .btn:focus-visible {
    outline: 0px !important;
}

footer .form-control:focus,
footer .btn:focus {
    border: none;
    box-shadow: none;
}

footer .footer-bottom {
    color: white;
    background-color: #ffe0580a;
    padding: 20px 0;
}

footer .footer-bottom ul li {
    margin: 0 0 0 30px !important;
    position: relative;
}

footer .footer-bottom ul li:last-child {
    margin: 0;
}

footer .footer-bottom ul li:before {
    content: "";
    background: var(--color-hover);
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: -20px;
}

footer .footer-bottom ul li:last-child:before {
    display: none;
}

footer .footer-bottom ul li:first-child {
    margin-left: 0 !important;
}

footer .footer-bottom ul li a {
    color: var(--color);
    transition: all 0.3s ease 0s;
}

footer .footer-bottom ul li a:hover {
    color: var(--color-hover);
}

.myfooterlogo {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

footer .contacts li span,
footer .contacts li a {
    font-family: sans-serif;
}


/* Footer  start */

.hourscontainer {
    max-width: 100%;
    margin: 50px auto;
    background-color: #fff;
    padding: 50px;
    cursor: pointer;
}

h1 {
    text-align: center;
    font-size: 36px;
    margin-block: 30px;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.hours-table th,
.hours-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.hours-table th {
    background-color: #6f5243;
    color: white;
}

.hours-table tr:hover {
    background-color: #f1f1f1;
}

.hours-table td {
    font-size: 18px;
}

.note {
    text-align: center;
    font-size: 14px;
    color: #777;
}

@media (max-width: 600px) {
    .container {
        padding: 20px;
    }
    h1 {
        font-size: 28px;
    }
    .hours-table th,
    .hours-table td {
        padding: 10px;
    }
    .hours-table td {
        font-size: 16px;
    }
    .carosuel-image-two {
        height: 50vh;
    }
    .social-heading {
        padding-block: 10px;
    }
    .social-content {
        padding-block: 30px;
    }
    .vist-heading {
        padding: 0px 0px 25px 0px;
    }
    .social-right-content h2 {
        font-size: 2rem;
    }
}

.journey-wrapper {
    max-width: 100%;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}

.journey-title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
    color: #6f5243;
    margin-top: 60px;
    letter-spacing: 2px;
}

.journey-section {
    margin-bottom: 35px;
    background: linear-gradient(135deg, #f3f4f7 0%, #eef0f5 100%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.journey-section-title {
    font-size: 30px;
    color: #6f5243;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.journey-description {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    position: relative;
    font-family: sans-serif;
    z-index: 2;
}

.journey-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.highlighted-mission {
    background-color: #e6f5ff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
    .journey-wrapper {
        padding: 0px;
    }
    .journey-title {
        font-size: 28px;
    }
    .journey-section-title {
        font-size: 24px;
    }
    .journey-description {
        font-size: 16px;
    }
}

.menu-price-page {
    color: #6f5243;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.menu-price-page h2 {
    font-size: 150px;
}


/* services  start */

.serviceBox {
    font-family: sans-serif;
    text-align: center;
    padding: 25px 35px 40px;
    position: relative;
    z-index: 1;
    min-height: 200px;
    height: 100%;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background-color: var(--main-color);
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.serviceBox:after {
    background-color: #fff;
    height: auto;
    border-radius: 50%/15%;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.serviceBox .service-icon {
    color: var(--main-color);
    font-size: 40px;
    margin: 0 0 20px;
}

.serviceBox .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.serviceBox .description {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #6f5243;
    margin: 0;
}

.serviceBox.brown {
    --main-color: #6f5243;
}

@media (min-width: 768px) AND (max-width: 991px) {
    .myserviceBox {
        margin-bottom: 35px;
    }
}

@media (min-width: 601px) AND (max-width: 767px) {
    .myserviceBox {
        margin-bottom: 35px;
    }
}

@media (max-width: 600px) {
    .myserviceBox {
        margin-bottom: 35px;
    }
    .our-services {
        margin-bottom: 50px;
    }
}


/* services  End */


/* special offer  start */

.pricingTable {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    border-radius: 35px;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.pricingTable:before {
    content: '';
    border: 2px solid #6c5041;
    border-bottom: none;
    border-radius: 35px 35px 0 0;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 60px;
    bottom: 50px;
    z-index: -1;
}

.pricingTable .pricingTable-header {
    margin: 0 0 35px;
}

.pricingTable .pricing-icon {
    color: #fff;
    background-color: #6c5041;
    font-size: 25px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
}

.pricingTable .pricing-icon i {
    line-height: inherit;
}

.pricingTable .title {
    color: black;
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: .5px;
    margin: 0 0 7px;
    text-transform: capitalize;
    text-align: justify;
}

.pricingTable .pricing-content li:last-child {
    margin: 0;
}

@media (max-width: 400px) {
    .pricingTable .pricing-content li {
        text-align: center;
        letter-spacing: 0px;
        font-size: 13px;
    }
    .pricingTable .title {
        color: black;
        font-size: 19px;
    }
}