@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
    background-color: #fdfcf8;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden !important;

}

p {
    text-align: justify;

    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* .container {
    max-width: 1300px !important;
}

.navbar>.container {
    max-width: 1320px !important;
} */

a.navbar-brand img {
    width: 153px;
    border-radius: 8px;
}

div#navbarSupportedContent {
    margin-left: 324px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem !important;
    padding-left: .5rem;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: rgba(0, 0, 0, .55);
}

a.call-link {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    padding: 6px;
    text-decoration: none;
    color: #fff6f6;
    background-color: #c88258;
    border-radius: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(184 78 15) !important;
}

nav.navbar.navbar-expand-lg.navbar-light {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #f5f5f5;
}

.menu-bar {
    position: relative;
    width: 100%;
    transition: all 0.35s ease;
    background: transparent;
}

/* Sticky state */
.menu-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.4s ease forwards;
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slider-section {
    height: 574px;
}

.slider-content.text-center {
    padding-top: 125px;
}


.slider-details {
    color: #ffffff;
    font-size: 0px;
    border-radius: 0 100px 0 100px;

    padding: 0px;
    /* background-color: #ffffff54; */
    text-decoration: none;
    /* color: black; */
}

.slider-details h1 {
    font-weight: 800;
    color: #ffffff;
    font-size: 31px;
    padding-top: 368px;
}

.slider-details h6 {
    font-weight: 500;
}


.slider {
    padding-top: 52px;
    height: 446px;

}

.content-card {
    padding: 3rem;
    position: relative;
    min-height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

/* The unique "Leaf" shape */
.shape-top-right {
    background-color: #efeffd;
    /* Soft Purple */
    border-radius: 100px 0 100px 0;
    margin-bottom: 30px;
}

.shape-bottom-left {
    background-color: #f0f7ed;
    /* Soft Green */
    border-radius: 0 100px 0 100px;
}

.section-title {
    color: #7d5a44;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

.section-text {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Decorative Infinity/Leaf Background Element */
.decor-infinity {
    position: absolute;
    width: 200px;
    opacity: 0.3;
    z-index: -1;
}

.decor-1 {
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
}

.decor-2 {
    bottom: 20px;
    right: 20px;
}

.content-images img {
    padding-left: 130px;
    position: absolute;
    padding-top: 18px;
}

.content-images-two img {
    padding-left: 0px;
    position: absolute;
    padding-top: 18px;
}





@media (max-width: 768px) {
    .content-card {
        padding: 2rem;
        border-radius: 30px !important;

    }
}

.services-title h6 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    color: var(--text-brown);
    font-weight: 700;
    margin-bottom: 9px;
}

.services-section {
    background-color: #f4e7df;
}

h1.services-header {
    color: #c88258;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 600;
}

.services-imgaes img {
    border-radius: 26px;
}

.services-box {
    height: -webkit-fill-available;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 10px;
    background-color: white;
    padding: 20px;
}

.services-title {
    text-align: center;
}

.star-rating.mb-2 img {
    margin: 20px;
}

.from-section {
    background-color: #f4e7df;
}

.btn-submit {
    background: #b3754d !important;
    color: #fff;
    border-radius: 25px;
    padding: 8px 35px;
    border: none;
}

.btn-submit:hover {
    background: #b3754d;
}

.write-us {
    color: #c88258;
}

label.form-label {
    color: black;
}

.ashka-footer {
    background: #ded9d5;
    padding: 40px 0;
    text-align: center;
    color: #6b4a2d;
    border-top: 2px solid #cfa57b;
}

.ashka-footer h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: serif;
}

.ashka-footer small {
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.ashka-address {
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-box h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-box a {
    display: block;
    color: #6b4a2d;
    text-decoration: none;
    font-size: 14px;
}

.contact-box a:hover {
    text-decoration: underline;
}

img#wtspp {
    border-radius: 60px;
    width: 50px;
    right: 10px;
    position: fixed;
    bottom: 38px;
    z-index: 999;
}

img#cal-gif {
    border-radius: 60px;
    width: 60px;
    left: 10px;
    position: fixed;
    bottom: 140px;
    z-index: 999;
}

img#cal-gif {
    width: 60px;
    bottom: 50px;
}

[data-aos] {
    pointer-events: none;
}

.aos-animate {
    pointer-events: auto;
}

.breadcum-section {
    height: 180px;
    background-color: #c88258;
}

.breadcum-title {
    padding-top: 50px;
}

h3.pages-heading {
    font-size: 39px;
    color: white;
}

h6.titel-heading {
    color: white;
}

h6.titel-heading a {
    color: #ffffff;
    text-decoration: none;
}

.contact-from {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 52%) !important;
    border-radius: 10px;
    background-color: #e2e2e2;
    padding: 31px;
}

.contact-details {
    padding: 60px;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 52%) !important;
    border-radius: 22px;
    align-items: center;
    background-color: #e1dcd8;
}

.address-details a {
    color: #030000;
    text-decoration: none;
}

iframe {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 52%) !important;
    border-radius: 10px;

    width: 600px;
    height: 515px;

}

.py-3.contact-from-heading.text-center h5 {
    font-size: 30px;
}

.contact-from-section {
    background-color: #fbf3eec9;
}

.contact-icons i {
    height: 70px;
    width: 70px;
    margin-bottom: 11px;
    border-radius: 50%;
    padding: 18px;
    border: 1px solid #c88258;
    font-size: 35px;
    color: #c88258;
}



/* Sidebar */
.sidebar-contact {
    color: red;
    z-index: 1000000 !important;
    position: fixed;
    top: 60%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #c88258;
    box-shadow: 0 20px 50px rgb(0 0 0);
    box-sizing: border-box;
    transition: 0.5s;
}

#toggle-contact:checked~.sidebar-contact {
    right: 0;
}

/* Inputs */
.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    color: white;
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #783a12;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

/* Toggle Button */
.toggle {
    padding-top: 3px;
    padding-left: 16px;
    position: absolute;
    height: 36px;
    width: 180px;
    background-color: rgb(120 58 18) !important;
    cursor: pointer;
    top: 100px;
    left: -109px;
    right: auto;
    font-size: 17px;
    color: white;
    line-height: 1.33;
    font-weight: bold;
    cursor: pointer;
    position: fixed !important;
    transform: rotate(270deg) !important;
    border-radius: 5px;
}

.toggle:before {
    content: 'Enquire Now!';

    display: block;
}

#toggle-contact:checked~.sidebar-contact .toggle:before {
    content: 'Close';

}

/* Responsive */
@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        right: -100%;
        left: auto;
    }

    #toggle-contact:checked~.sidebar-contact {
        right: 0;
    }

    .sidebar-contact .toggle {
        left: auto;
        right: 83%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    #toggle-contact:checked~.sidebar-contact .toggle {
        width: 88px;
        transform: rotate(360deg) !important;
        top: -36px;
        right: 16px;
        transform: translateY(0);
        background-color: red !important;
    }


    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .content {
        padding: 50px 50px;
    }
}

.fab-circle {
    line-height: 48px;
    left: 12px;
    bottom: 35px;
    z-index: 3000;
    position: fixed;
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
    background-color: #2196f3;
    border-radius: 50%;
    /* display: list-item; */
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px #0000004d;
    transition: transform .3s ease, box-shadow .3s ease;
}

.fab-circle i {
    color: white;
}

.top-icons ul {
    display: flex;
}

.top-icons ul li {
    margin-top: 23px;
    padding: 11px;
    list-style: none;
}

.top-icons ul li a i {
    line-height: 35px;
    text-align: center;
    background-color: #c88258;
    height: 38px;
    width: 38px;
    border-radius: 50%;

    border: 1px solid #c88258;

    text-decoration: none;
    color: #ffffff;
}

.about-details-one {
    background-color: #fbf3f0;
    padding: 10px;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 35%) !important;
    border-radius: 22px;
}

.about-titile h5 {
    color: #c88258;
    font-weight: 600;
    font-size: 25px;
}

.about-details-name h3 {
    font-weight: 700;
    color: #c88258;
    font-size: 17px;
    padding-top: 6px;
}

.about-details-setion h5 {
    text-align: justify;
    font-size: 16px;
}

.about-detals-images.text-center img {

    border-radius: 20px;
    width: 270px;
}

.about-details-setion {
    padding-top: 35px;
}

.textimonial-section {
    background-color: #ffffff;
}

.textimonial-section {
    background-color: #ffffff;
}

.testimonial-card {
    border-radius: 10px;
    padding: 10px;

}

.about-section {
    background-color: #FCF4F1;
}

.services-list-details {
    box-shadow: 0 4px 8px #00000021;
    height: -webkit-fill-available;
    border-radius: 10px;
    background-color: #FFF9F5;
    padding: 10px;
}

.services-icons i {
    margin-top: 10px;
    margin-bottom: 14px;
    color: #c88258;
    font-size: 45px;
}

.services-address-section h5 {
    color: white;
    border-radius: 10px;
    padding: 30px;
    background-color: #2196f3;
}

.contact-card {

    background: #fff7ef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: rgb(33 150 243);
    color: #fff;
    padding: 25px;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(120 58 18) !important;
    border-bottom: 1px solid rgb(120 58 18);
}

.card-header h2 {
    margin: 0 0 10px;
    font-size: 28px;
}

.card-header p {
    font-size: 15px;
    line-height: 1.5;
}

.card-header i {
    margin-right: 6px;
}

.card-body {
    padding: 37px !important;
}




.info {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.info i {
    color: #1b86b8;
    margin-right: 12px;
    font-size: 16px;
}

.contact-btn {
    width: 40%;

    border: none;
    padding: 5px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #e5ae2f;
}

.services-list-detailscontact {

    box-shadow: 0 4px 8px #00000021;
    height: 343px;
    border-radius: 10px;
    background-color: #FFF9F5;

}

a.contact-btn {
    color: black;
    font-size: 16px;
    text-decoration: none;
}

header {
    position: static !important;
    overflow: visible !important;
}

/* Normal navbar */
.menu-bar {
    width: 100%;
    transition: all 0.3s ease;
    background: transparent;
}

/* Sticky navbar */
.menu-bar.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.35s ease forwards;
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.services-content-details p {
    text-align: center;
}

.ashka-address {
    text-align: center;

}

.services-list-details p {
    padding: 15px;
    text-align: start;
}