* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: poppins;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.logo img {
    height: 50px; /* Adjust as needed */
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
}
.icon-consult{
        width: 40px !important;

}
.icon-consult img{
            padding: 4px !important;

}
.whatsapp-icon {
    display: flex;
    align-items: center;
}

.whatsapp-icon a {
    text-decoration: none;
    color: #25d366; /* WhatsApp green color */
}

.mobile-header {
    display: none; /* Hide mobile header by default */
}

.bottom-sticky-header {
    display: flex;
    justify-content: space-around;
    background: linear-gradient(135deg, #914421, #914421);
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* .bottom-sticky-header a {
text-decoration: none;
color: #333; 
} */

.hamburger-menu {
    display: flex;
    align-items: center;
}

.flex-one {
    flex: 1;
}
.link-under {
    margin-top: 20px; /* Margin for spacing */
}

.link-under a {
    text-decoration: none;
    color: #dfd8d8;
    transition: background-color 0.3s;
    margin: 0 5px;
    display: inline-block;
    font-size: 15px;
    /*font-weight: 800;*/
    padding: 21px 0.5rem;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.link-under a,
a:active,
a:focus {
    color: #fff;
    text-decoration: none;
    min-width: 100px;
}
.link-under a:hover {
    padding: 7px 23px;
    border-radius: 18px;
    background: linear-gradient(135deg, #b13504, #f492908c);
    color: white;
}

/* Change color when the target is matched */
.link-under a:target {
    /* background-color: #d0d0d08a; */
    color: rgb(252, 248, 248);
    border-radius: 18px;
    background: linear-gradient(135deg, #d6440a, #f492908c);
    padding: 7px 23px;
}

.bottom-sticky-header {
    display: flex;
    justify-content: space-around; /* Adjust space as needed */
    background-color: #fff; /* Change background color as needed */
    padding: 10px 0; /* Adjust padding as needed */
    position: fixed; /* Makes the header sticky */
    bottom: 0; /* Sticks to the bottom */
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

.nav-link {
    position: relative;
    text-decoration: none;
    color: #333; /* Default color for icons */
    transition: color 0.3s; /* Smooth transition for color change */
    text-align: center; /* Center the text */
}

.link-text {
    /* Remove display: none; to keep text visible */
    position: absolute;
    left: 50%; /* Center the text horizontally */
    bottom: -11px; /* Adjust position to be below the icon */
    transform: translateX(-50%); /* Center text */
    /* background-color: rgba(255, 255, 255, 0.8); */
    padding: 5px; /* Optional padding for text */
    border-radius: 3px; /* Optional rounding for the background */
    white-space: nowrap; /* Prevent text from wrapping */
    font-size: 12px; /* Set smaller font size */
    transition: opacity 0.3s; /* Smooth transition for text */
    opacity: 1;
    color: #f5b8b3;
}

.nav-link:hover i {
    color: #c6ae99; /* Change icon color on hover */
}
.contact-link {
    color: #792600;
}
.wheat {
    color: #f5deb3;
}
.mob-icon {
    font-size: 18px;
    color: #118602;
    border: 1px solid #166d35;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

    background-color: #c0f7b67a;
}
/* owl */

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.owl-prev {
    left: 10px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 10px !important;
    background-color: #ffffff00 !important;
    border-style: none !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 20px 20px 20px 20px !important;
    box-shadow: -1px 6px 75px -7px #00000000 !important;
    width: 49px;
    height: 45px;
}
.owl-stage-outer {
    padding: 10px;
}

.main-slider-col .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 34px;
    color: #5e5a5a !important;
    cursor: pointer;
    right: 10px !important;
    background-color: #ffffff !important;
    border-style: none !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 20px 20px 20px 20px !important;
    box-shadow: -1px 6px 75px -7px #00000000 !important;
    width: 49px;
    height: 45px;
}
.main-slider-col .owl-carousel .owl-nav button.owl-next {
    right: 10px !important;
    background-color: #ffffff !important;
    border-style: none !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 12px 20px 20px 20px !important;
    box-shadow: -1px 6px 75px -7px #00000000 !important;
    width: 49px;
    height: 45px;
}
/* banner */
.main-slider .slide {
    background-size: cover; /* Ensure the image fills the container */
    background-position: center; /* Center the image */
    height: 80vh;
    margin-left: -8px;
}
.main-slider {
    position: relative;
    overflow: hidden; /* Ensures no overflow from slides */
}

.slide {
    position: relative;
    height: 500px; /* Set the height as needed */
    background-size: cover; /* Ensures the background covers the area */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(0 0 0 / 76%) 0%,
        rgb(0 0 0 / 12%) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.auto-container {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
    padding: 20px; /* Optional padding */
    margin-left: 4%;
}

.content-box {
    /* Optional styles for your content box */
    color: white;
    margin-top: 10%;
}

.title {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: roboto;
    letter-spacing: 2px;
}

.main-slider-font {
    font-size: 80px;
}

.bdt-sub-line {
    background-color: #ffffffab;
    width: 100px; /* Adjust this width as needed */
    height: 1px;
    display: inline-block; /* Keep it inline */
    margin-left: 5px; /* Adjust spacing between text and line */
    vertical-align: middle; /* Aligns line to the middle of the text */
    /* Optional: To ensure the line's height aligns with text's baseline */
    margin-top: -2px; /* Adjust this negative margin to align better */
}

.d-flex {
    display: flex;
    align-items: center; /* Centers items vertically */
}
.frist-word {
    color: #d8bca3;
}
.bottom-right-image {
    position: absolute;
    right: 12%;
    bottom: 1%;
    width: 507px !important;
    height: auto;
    z-index: 4;
    border-radius: 11px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.mob-logo {
    width: 89px;
    height: 39px;
}
/* General styles for the slider */
.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* background-color: #914621; */
}
.m-t-10 {
    margin-top: -10px;
}
.slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh; /* Adjust based on your design needs */
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    width: 100% !important; /* Ensure each item takes up full width */
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d600 !important;
}
.mob-icon {
    color: #0da848;
    font-size: 19px;
}
/* testimonial */
.ptop-80 {
    padding-top: 80px;
}
.pb-120 {
    padding-bottom: 120px;
}

.overflow-hidden {
    overflow: hidden !important;
}
.z-index-one {
    z-index: 1 !important;
}
.footer-area {
    padding: 80px 0 30px;
    background: url(../images/pic/f2.jpeg),
        -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 20, 46, 0.2)), to(rgba(10, 20, 46, 0.2)));
    background: url(../images/pic/f2.jpeg),
        linear-gradient(rgba(10, 20, 46, 0.2) 100%, rgba(10, 20, 46, 0.2) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* footer */

.hero {
    height: auto;
    /* background-image: url(../images/dummy/line.jpg); */
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-color: #4b1e08;
    background-size: cover;
    background-blend-mode: multiply;
    color: rgb(255, 255, 255);
    padding: 30px 80px 30px 30px;
}
.main-ft-h {
    font-size: 26px;
    color: #e6e5dd;
}
.hero .container {
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
}
.flex {
    display: flex;
}
.flex-block {
    display: flex;
}
.hr-media {
    display: none;
}
.container__about {
    margin-bottom: 30px;
}

.container__about p {
    margin-top: 10px;
    max-width: 300px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.locamark {
    color: #a52a2a !important;
}
.container-pages {
    column-gap: 30px;
}

.container-pages ul {
    padding-top: 10px;
    list-style: none;
    line-height: 24px;
}
.container-pages ul a {
    color: inherit;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.container-pages ul a:hover {
    color: #017143;
}
footer .by {
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .by p {
    color: rgba(255, 255, 255, 0.605);
    font-size: 14px;
}
.line__separete {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background-color: #553e3e;
    z-index: 999;
}
.icons {
    margin-top: 20px;
    display: flex;
    column-gap: 25px;
}

.icon1 {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    outline: 2px solid #fff;
    transition-property: outline-offset, outline-color, background-color;
    transition-duration: 0.25s;
}

.icon1:hover {
    outline-offset: 4px;
}

.icon1:hover i {
    animation: shake 0.25s;
}

.icon--instagram:hover {
    background-image: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    outline-color: #a02d76;
}
.pt-6060 {
    padding-top: 4rem;
}
.icon--twitter:hover {
    background-color: #1da1f2;
    outline-color: #1da1f2;
}

.icon--linkedin:hover {
    background: linear-gradient(135deg, #4eb5f0, #77b8dd);

    outline-color: #0054b5;
}

.icon--github:hover {
    background: linear-gradient(135deg, #25d366, #128c7e);
    outline-color: #075e1a;
}

@keyframes shake {
    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-15deg);
    }
}

@media only screen and (max-width: 800px) {
    .hero {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .container__about h2 {
        font-size: 20px;
    }
    .container__about p {
        font-size: 12px;
    }
    .container__recentpages h2 {
        font-size: 20px;
    }
    .container-pages ul a {
        font-size: 12px;
    }
    footer .by p {
        font-size: 12px;
    }
}
/* section1 home */

.list-style2 {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.list-style2 li:after {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: 1;
    font-weight: 600;
    color: #e9c46a;
}
.list-style2 li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.since {
    position: relative;
    margin-left: 70px;
    margin-top: 10px;
}
.since:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 80px;
    height: 80px;
    background: #e8e9e9;
    border-radius: 50%;
}
.since .txt {
    position: relative;
    display: block;
    padding: 21px 5px;
    width: 90px;
    height: 90px;
    line-height: 24px;
    background: #2a9d8f;
    border-radius: 50%;
    padding-top: 24px;
}
.bg-dark {
    /* background-color: #264653 !important; */

    background: #edd38e;
    background: linear-gradient(135deg, #eed144f7, #f37200) !important;
}
.since:after {
    content: "";
    position: absolute;
    left: -42px;
    top: 0px;
    bottom: 0px;
    border-left: 2px solid #e9c46a;
}
.butn {
    position: relative;
    z-index: 9999;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    padding: 16px 30px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: rgba(145, 70, 33, 1) 26%;

    border: none;
    z-index: 2;
    overflow: hidden;
    border-radius: 0.25rem;
}
.butn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.8125rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.fs-sm.text-muted {
    margin-bottom: 10px;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.font-weight-600 {
    font-weight: 600;
}
.im1hm {
    height: 374px;
    margin-left: 27px;
    height: 373px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* frame arround ing */
/* .border1 {
border-image: radial-gradient(#0000 89%, #b0acd5 0) 0.01%/10px;
width: 400px;
height: 300px;
padding: 1em;
font-size: 150%;
} */
.border1,
.border1:before {
    border-style: solid;
    border-color: #b3743d; /* fallback color */
    border-image: linear-gradient(30deg, #b3743d 0%, #d0a987 50%, #b3743d 100%);
    border-image-slice: 1;
}

.border1:before {
    content: " ";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-width: 3px;
}

.border1 {
    text-align: center;
    padding: 19px 20px 0;
    position: relative;
    width: 84%;
    height: 420px;
    margin: 20px auto;
    border-width: 6px;
}
.border2:before {
    content: " ";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-width: 3px;
}
.border2,
.border2:before {
    border-style: solid;
    border-color: #b3743d; /* fallback color */
    border-image: linear-gradient(30deg, #b3743d 0%, #d0a987 50%, #b3743d 100%);
    border-image-slice: 1;
}
.border2 {
    text-align: center;
    padding: 19px 20px;
}

.middle-image {
    position: absolute;
    top: 105%;
    left: 67%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 47%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* background: #ffffff87; */

    border: solid #f8a712;
}
.extra-bottom {
    margin-bottom: 8%;
}
.buton-top {
    margin-top: 50px;
}
/* Quick Contact Styling */
.quick_contact a {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 18px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    transition: transform 0.5s ease;
    animation: bounce 2s infinite;
}
.frame-sm-start {
    text-align: left !important;
    border: solid #ffd86c;
    padding: 9px;
}
.qwhtsapp {
    bottom: 27% !important;
    background-color: #25d366;
}

.qcall {
    bottom: 35% !important;
    background-color: #914621;
}

.quick_contact_icon {
    margin-top: 10px;
}

.quick_contact a:hover {
    transform: scale(1.1);
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.fa-whatsapp:before {
    content: "\f232";
}

/* contact pop up side 

/* Sticky button on the right */
.quote-btn {
    position: fixed;
    bottom: 40%;
    right: 0;
    transform: translateY(-50%);

    color: rgb(255, 255, 255);
    padding: 10px 15px;
    cursor: pointer;
    z-index: 9;
    text-orientation: mixed;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    color: #fffafa;
}
.text-consult {
        color: #fff;
        font-weight: bold;
        transition: opacity 0.3s ease;
        padding: 7px 13px;
        background-color: #914621;
    }

    .icon-consult {
        display: none;
        transition: opacity 0.3s ease;
        background: #914621;
        padding: 4px;
        border-radius: 33px;
    }

    .quote-btn.scrolled .text-consult {
        display: none;
    }

    .quote-btn.scrolled .icon-consult {
        display: block;
    }
.shrink {
    padding: 5px 10px !important;
    font-size: 14px !important;
}

.about-content-sec1 h2{ 
    font-size: 40px;
    padding: 15px;
}

.about-content-sec1 p{ 
    line-height: 30px;
}

.about-content-sec1{
    text-align:center;
    padding: 50px;
}

/* Contact popup style */
#popUp {
    position: fixed;
    width: 22%;
    height: auto;
    /* background: linear-gradient(135deg, #eed144c7, #f37200); */
    background-image: linear-gradient(147deg, #fae4d0 0%, #77060682 74%);
    bottom: 8%;
    right: -500px; /* Hidden off-screen initially */
    transition: all 1s ease;
    z-index: 9999;
    padding: 2%;
    opacity: 1;
}

#popUp.show {
    right: 0; /* Slide into view */
}

#popUp .close {
    position: absolute;
    top: -40px;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.side-form h1 {
    font-size: 1.333em;
    color: #6a0000;
    text-transform: uppercase;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 12px !important;
}

.side-form input[type="text"],
.side-form textarea {
    background: #fff;
    color: #3f3f3f;
    width: 100%;
    padding: 15px 30px;
}

.submit-btn1 {
    background: linear-gradient(98.3deg, #e6e5dd, #c6ae99);
    color: rgb(125 45 0);
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 5px;
}
.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #914621;
    z-index: 1;
    /* margin-right: 10px; */
}

.input-icon input,
.input-icon textarea {
    padding-left: 35px; /* Space for the icon */
}

/* slider */
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    border: 0px solid rgba(24, 17, 8, 0.125) !important;
}
.card-flip-details {
    perspective: 1000px;
}
.card-flip-front {
    transform: rotateY(0deg);
}
.card-flip-front,
.card-flip-back {
    transition: 0.6s;
    backface-visibility: hidden;
}
.card-style3 {
    border-radius: 0.8125rem;
    position: static;
}
.card-style3 {
    max-width: 350px;
    height: 300px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    perspective: 1000px;
    margin-bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
}
.card-flip-back {
    border-radius: 1rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    background-color: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-flip-front,
.card-flip-back {
    transition: 0.6s;
    backface-visibility: hidden;
}
.card-flip-back .card-body-inner {
    text-align: center;
}
.card-flip-details.flip .card-flip-front {
    transform: rotateY(180deg);
}

.card-flip-details.flip .card-flip-back {
    transform: rotateY(0deg);
}

.butn.secondary {
    background-color: #cccccc69;
}
.butn.sm {
    padding: 10px 20px !important;
    font-size: 14px;
}
.butn.secondary.sm.mb-0 a {
    text-decoration: none;
}
.f-serv {
    font-size: 50px;
    margin-bottom: 50px;
    text-align: left;
}
a,
a:active,
a:focus {
    color: #575a7b;
    text-decoration: none;
}
/*.secondary1 a,*/
/*a:active,*/
/*a:focus {*/
/*  color: #f8f8fa;*/
/*  text-decoration: none;*/
/*}*/

.secondary1 a {
    color: #f8f8fa;
    text-decoration: none;
}
.text-caption {
    text-transform: uppercase;
    color: #98390b;
    font-size: 18px;
}
.text-red {
    color: #914621 !important;
}
.footer-sub {
    font-size: 20px;
    color: #e6e5dd;
}
/* forn fill */
.reservation-area-coffee.reservation-area-padding {
    padding: 90px 0;
    margin-top: 70px;
}
.reservation-area-coffee {
    background-image: url(../images/dummy/f1.avif);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-title.section-title-coffee span.only-left-sp {
    padding-right: 0px;
    color: #ffdecc;
}
.section-title.section-title-coffee span {
    color: var(--coffee-color);
    position: relative;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
}
.section-title.section-title-coffee span {
    color: var(--coffee-color);
    position: relative;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
}
.section-title span {
    font-family: var(--ff-value-sans-pro);
    color: orange;
    display: inline-block;
}
.section-title span {
    font-family: var(--ff-value-sans-pro);
    color: var(--primary-yellow);
    display: inline-block;
}
.section-title span {
    font-family: var(--ff-value-sans-pro);
    color: var(--primary-yellow);
    display: inline-block;
}
.about-container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 128, 0, 0), #ffdecc);
}
.about-container {
    position: relative;
    display: flex;
    align-items: center;
}
.section-title.section-title-coffee h2 {
    color: #ffebcf;
}
.section-title h2 {
    font-size: 40px;
    line-height: 1.3;
    /* text-align: center; */
    font-weight: 500;
}
.text_color_light_coffee {
    color: #ffffff;
}
.booking-form.coffee-booking-form {
    border-radius: 14px;
    background-color: #914621;
}
.booking-form {
    background: rgba(16, 17, 19, 0.7);
    padding: 30px;
    z-index: 1;
    border-radius: 4px;
    /* background: linear-gradient(
  153deg,
  rgba(255, 255, 255, 0.36) 0%,
  rgba(255, 255, 255, 0.12) 100%
); */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.booking-form.coffee-booking-form input,
.booking-form.coffee-booking-form textarea,
.booking-form.coffee-booking-form .select2 {
    background: #0a60495c;
}
.booking-form.coffee-booking-form input,
.booking-form.coffee-booking-form textarea,
.booking-form.coffee-booking-form .select2 {
    background: rgba(250, 249, 249, 0.6);
}
.booking-form.coffee-booking-form input,
.booking-form.coffee-booking-form textarea,
.booking-form.coffee-booking-form .select2 {
    background: rgb(248 247 246);
}
.booking-form input,
.booking-form textarea,
.booking-form .select2 {
    position: relative;
    width: 100% !important;
    background: #fff;
    border: none;
    padding: 12px 25px;
    color: #f3f3f8;
    border-radius: 6px;
}
.booking-form input,
.booking-form textarea,
.booking-form .select2 {
    position: relative;
    width: 100% !important;
    background: #fff;
    border: none;
    padding: 12px 25px;
    color: #f2f2f7;
    border-radius: 6px;
}
.booking-form input,
.booking-form textarea,
.booking-form .select2 {
    position: relative;
    width: 100% !important;
    background: #fff;
    border: none;
    padding: 12px 32px;
    color: #1a1a1d;
    border-radius: 6px;
}
.hero-form {
    /* height: auto; */
    /* background-image: url(../images/dummy/13.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-color: rgb(25 25 25 / 26%);
    background-size: cover;
    background-blend-mode: multiply;
    color: rgb(255, 255, 255);
    padding: 30px 80px 30px 30px;
    margin-top: 40px;
}
.booking-form.coffee-booking-form .common-btn {
    color: #914621;
    font-size: 20px;
    background-color: #e6e5dd;

    font-size: 20px;
}

.w-100-btn {
    width: 47% !important;
    display: block; /* Ensure it's treated as a block-level element */
    margin: 0 auto; /* Center horizontally */
}

.common-btn {
    overflow: hidden;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 500;
    color: #fff;
    background: var(--primary-yellow);
    line-height: 1;
}
/* Custom CSS for the Testimonial Slider */
.section-title {
    text-align: left;
}

.coffee-testimonial-box {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #b2b2b24d;
}
.biscut {
    background: #fce9cf59;
}
.text_color_coffee {
    color: #0a0a0a;
    font-size: 14px;
}

.text_color_light_coffee {
    color: #f7e8da;
}
.beige {
    color: beige;
}
.round-img {
    border-radius: 50%;
}

.author-img-wid {
    width: 75px;
    height: 75px;
}
.test-pad {
    padding: 0px 7px;
}
.swiper-pagination-bullet {
    background-color: #6b4423;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #6b4423;
    opacity: 1;
}

.bi-play-fill {
    font-size: 20px;
}

/* Responsive Swiper Slide */
.swiper-slide {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.slide-btn-prev,
.slide-btn-next {
    cursor: pointer;
}

.swiper-wrapper {
    display: flex;
}
.testi-font {
    color: #2a2528;
    margin-bottom: 20px;
    margin-left: 23px;
}
.swiper-pagination-bullet-active {
    background: #007aff00 !important;
}
.swiper-pagination-bullet {
    background: #00000000 !important;
}
ul.custom-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 13px;
}
.bi-star-fill::before {
    content: "\2605"; /* Unicode star character */
    font-size: 24px; /* Adjust as needed */
    display: inline-block;
    color: #ffd700; /* Gold color for the star fill */
    background: linear-gradient(90deg, #ffdd00, #fbb034, #ffdd00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.bi-star-fill {
    display: inline-block;
    font-size: 24px;
    color: #ffd700; /* Gold color for the inner fill */
    background: linear-gradient(90deg, #ffdd00, #fbb034, #ffdd00);
    border: 2px solid;
    border-image: linear-gradient(to right, #ffdd00, #fbb034, #ffdd00) 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2.248l3.09 6.26 6.91 1-5 4.86 1.18 6.88-6.18-3.25-6.18 3.25L5 14.36l-5-4.85 6.91-1L12 2.248z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
}

.rating li:not(:last-child) {
    margin-right: 5px;
}
.background-image-testimonial {
    position: absolute;
    position: absolute;
    /* bottom: -144px; */
    left: 0px;
    width: 39%;
    height: 13%;
    z-index: 0;
    overflow: hidden;
    float: left;
}
.img2_test img {
    width: auto;
    height: 59%;
    object-fit: cover;
    /* filter: blur(2px); */
    opacity: 0.5;
    transform: rotate(0deg);
    margin-top: 0px;
    float: inline-end;
}
.right-f {
    float: right;
}
.color-red {
    color: #914621;
}
/* cards */
.qodef-e {
    /* border: 1px solid #e0e0e0; */
    border-radius: 8px;
    padding: 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s;
}

.qodef-e:hover {
    transform: translateY(-5px); /* Lift effect on hover */
}

.qodef-e-title {
    font-weight: bold; /* Bold title */
    margin: 15px 0; /* Space around the title */
}

.qodef-e-text {
    color: #666; /* Dark gray text color */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .qodef-e {
        margin-bottom: 30px; /* Additional spacing for smaller screens */
    }
}
.img-siz {
    width: 238px;
    height: 183px;
    border-radius: 6px;
}
.featu_re {
    margin-top: 30px;
    background-color: #e6e5dd;
    border: solid 1px #e9c46a2b;
}
.text_color_city {
    color: #ffa500;
}
.w-fm {
    width: 586px;
}
.h1.mb-4.heading-font {
    text-align: center;
}
/* client slider */
.sec-heading {
    margin-bottom: 50px;
}
.sec-heading h2 {
    text-align: center;
    /* font-family: allura; */
    font-size: 48px;
    font-weight: 500;
}
.clients {
    padding: 90px 0;
}
.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 60%;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}
.box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.box:hover {
    transform: scale(1.2);
}
/* d */

.owl-nav button {
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 34px;
    color: #ffffff00 !important;
    cursor: pointer;
    right: 10px !important;
    background-color: #ffffff00 !important;
    border-style: none !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 20px 20px 20px 20px !important;
    box-shadow: -1px 6px 75px -7px #00000000 !important;
    width: 49px;
    height: 45px;
}

/*.owl-nav .owl-prev {*/
/*    left: -25px;*/
/*}*/

.owl-nav .owl-next {
    right: -25px;
}

.owl-nav button:hover {
    color: rgb(255, 251, 251);
}
/* Image segments/project */
.features-section-two {
    position: relative;
    z-index: 3;
}
.features-section-two .outer-box {
    background: #914621;

    border-radius: 5px;
    border-radius: 42px;
}
.icon-plane {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANsAAAB3CAMAAAC9g8XnAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMACQZD7lT8IPTJGxb4W2ArDYJ/cBKlmE0m8cSHaj6xoI91NNC/5d21lKs4D+nh1rqbMGVjeUgpjKU5AAAFB0lEQVR42u3c6XqaQBQG4I8dBERUQHDfl7hrzv1fWq3WpiRaUmSdp+/v/Mj3cGbmMMwIRq0cUQSTlB4RsZlN8unCQQkJM6dzQMhKwgebrrooH0ulC3E+XPH45STLJu4WdLVDGUkbulEn9nsNwJGIZCkczWihlDjboDtZGzRkuhBw1aabDspKWdIng3C0PUpM2FLY1OlYv6MtUW4NkT4z6KbHo+R0lz5hJtrFIWA22oU5TTmaUgNWHclCDri2QWE1JEboT2kBDIhItZGD1phCVkhKn6au2QTAK17bBFo6slbT6E9DJMUSEKL5DWTtLRSuhyQM/SY+qzg00ZGxNv1hDWWVQDm6eMATZ8jWmUI6viq8HK2BhxQJmRrSFy+G6xal1e7QAyZe0sJz5zGH1IWjBRp9cJGelTxANiSZrrS35pjuHLzi2MZf2XRAFkbGPRqgbxN5apy4j/iDzQQZaG4+ogHWr6CDF4vciqqVMdLTPBy63e675+3u0ULrnIZXBBPkqDKjkB2Hm9qafpJriE/Pd/4Xwt2xy+PuRFcCXnDiEMk+IDXCnO6MKv5wS11HyqYDpKi1N+hqEe4ostl37QVIlR7QT22ELOlCRXxLE9HqPtK1UR/Un2LQxQixiXVEq1INqTpw03C2j3WggdiMBqJZ41Sz2SZwfpDtGniJ2OQG8ubSEWiqDx5RlYjWiM2vI2ctOuNi8aj8NCJSEJe9QjSuihTpt4iPsq2IqIpUdclCSka4m5OJL5zUv+N4pCAdDlXwi9DGVxWVtohLWSCaRDrSwDuR3WydFohLoFFu6xvfk0+IwNURG2ecv5FNRRpaholUTQJEa6KUOqQjD7rNIW3NZRNR3jgkrTUTdRRBsEDCDuuphUIQbSSr5W8ryEI1iCrbxPsefdDECxL8HDCiLpLEITvLiGHtkZ5kMsdHdhR/ib/hBCRH1+QOMnQUkRVrIwpgVGPcQtbeeDyj+yOUWjDh8IRJChJRmQ+Rh3fj6QEjd4NECOu8hpopPwu37SMJdVlTkBNTrj7pSk5IACcOeOTG4p6E5sACaYQ06L0ZcreTh0heVfSryB3Xp10FIZ7K4TV9mldQBKY4RkhvixcNTRREZRQeKq9VqddGwWz7LfzSkF+op1VAAQpm6Bvur0jz+SsDbVaYcvzw1lZV/laiTcTmNIp5BF5/BxSPR0xCz0ah1UlcjPDv+OOYNhKKrbuJdVrsRJOiJwMs2ZZGgO1UFXxPdzDnwJfhMt5yXcNFY0bfqrFaXyTfKeb88ZlFDdxUzP074Mzmg5OCB1pSfVFDRRsI5UgGKPvwf+q5kym5wHAbzJ0joNTr9qB+O8ipaiX9jvVpz0hwl7uxC0i+L240oNbwFJQKX4zmPRX7KVjl0RCMaq4L18Enpq+WbHr4B0cP/5VNhdlpBLXxmo3t1q/4nboCo/py8d++4poW5Bbjf//gWIZ35nj6xOpY4+aU/3WBlEwMVp8asGD1WEv59zue4RdUkMOaiWuN5dwv5qREUKdl/D29bxH2jI42idnNupFGBTggkYaaSzNWd0ZOhs3mK7bAA29gUXVGjLZY3owmrC5pLpvJDm4fbKpqJJ7BJIG0KoOz/qgdVAAWG6z6jFSHvdWMEzhw26XEXC1aw4nB4sacxQOiHJxLfp/mi257olIVUGpgSMUb6oCo7uz3spxA+qbemsgQAKYeF8z5egTsByaDm3GiZrP1sD78AGLRub5h76N9AAAAAElFTkSuQmCC);
    height: 119px;
    width: 219px;
}
.features-section-two .title-column .inner-column {
    padding: 75px 60px 0;
}
.sec-title {
    margin-bottom: 60px;
    position: relative;
}
.features-section-two .title-column .sec-title .sub-title {
    color: #e0c7b0;
    font-size: 21px;
}
.sec-title.light .sub-title {
    color: #e6f3ff;
}
.sec-title .sub-title {
    color: var(--sec-title-subtitle-color);
    display: block;
    font-family: var(--sec-title-subtitle-font-family);
    font-size: var(--sec-title-subtitle-font-size);
    font-weight: var(--sec-title-subtitle-font-weight);
    letter-spacing: 0.1em;
    line-height: var(--sec-title-subtitle-line-height);
    position: relative;
    text-transform: uppercase;
    top: -5px;
}
.sec-title.light .text,
.sec-title.light h1,
.sec-title.light h2,
.sec-title.light h3 {
    color: rgb(230 229 221);
}
.sec-title h2 {
    font-size: var(--sec-title-font-size);
    letter-spacing: -0.04em;
    margin-bottom: 0;
    padding-bottom: 12px;
}
.sec-title h1,
.sec-title h2 {
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    position: relative;
}
.sec-title h2:before {
    background: linear-gradient(to right, var(--bg-theme-color2), transparent);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}

.features-section-two .features-column .inner-column {
    height: 100%;
    margin-left: -75px;
    padding: 75px 30px 0 0;
    position: relative;
}
.list-style-two {
    position: relative;
}

.features-section-two .features-column .image {
    margin-bottom: 0;
    position: absolute;
    right: -54px;
    top: -58px;
    width: 403px;
}
figure {
    margin: 0 0 1rem;
}
.custom-container {
    position: relative;
    z-index: 2;
    /* padding: 20px; */
    margin: 0px 16%;
    margin-top: -72px;
    border-radius: 33px;
}

.instagram-section .owl-prev,
.instagram-section .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth fade-in transition */
}

.instagram-section .owl-prev {
    left: 10px;
}

.instagram-section .owl-next {
    right: 10px;
}

/* Show buttons when hovering over the section */
.instagram-section:hover .owl-prev,
.instagram-section:hover .owl-next {
    opacity: 1; /* Show buttons when the section is hovered */
}
.btn-btn {
    background-color: #e6e5dd;
    color: rgb(125 45 0);
    padding: 10px 17px;
    font-size: 14px;
    border-radius: 3px;
}
.instagram-section {
    background-color: #914621;
}
/* model pop up */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 10% auto;
    width: 50%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
}

.video-thumbnail {
    cursor: pointer;
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* Play button overlay */
.play-button-overlay {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust positioning */
    display: flex;
    font-size: 40px;
    flex-direction: column;
    align-items: center; /* Center content */
    color: rgba(255, 255, 255, 0.8);
}
.client-bg {
    background: radial-gradient(
        circle,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0) 70%
    );
    padding: 0px 20px;
}
.client-name {
    margin-top: 5px;
    text-align: center;
    color: white;
    font-size: 16px;
}
.client-place {
    font-size: 12px;
}
.video-thumbnail {
    position: relative;
    cursor: pointer;
}

/* Additional styling for responsiveness */
@media (max-width: 768px) {
    .modal-small {
        max-width: 90%;
    }
}
.bg_1 {
    background-color: beige;
}
/* about page */

.hero2 {
    /*height: 100vh;*/
    position: relative;
    background-color: rgb(0 0 0 / 34%);
    /* Background Image */
    position: relative;
}

.hero2:before {
    content: "";
    background: url("../images/dummy/aboutbanner.jpg") no-repeat center
        center/cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero2 .hero-inner {
    position: relative;
    height: 400px;
}

.hero2 .hero-text {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}

.hero2 h1 {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    color: white;
}

.hero2 p {
    font-size: 1.8rem;
    color: white;
}

.hero2 p span {
    color: #f2bd1d; /* Highlighted color for span */
}

.hero2 .btn2 {
    background-color: #f2bd1d;
    border: none;
    border-radius: 5px;
    padding: 0.8rem 1.8rem;
    margin-top: 1.2rem;
    font-size: 1rem;
    transition: background-color 0.5s ease-in;
    cursor: pointer;
}

.hero2 .btn2:hover {
    background-color: #f28705;
}
/* sec1 about */
/* General Styles */
.text-uppercase {
    color: #cc1a17;
}

.img-shape {
    width: 82%;
    height: auto;
    border-radius: 5px;
}

.why-choose-us {
    background-color: #f8f9fa; /* Light background for contrast */
    padding: 50px 0;
    text-align: center;
}

.section-title2 {
    font-size: 2.5rem;
    color: #cc1a17; /* Your preferred highlight color */
    margin-bottom: 30px;
}

.feature-box {
    background: white; /* Card background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px); /* Hover effect */
}

.feature-icon {
    font-size: 2.5rem; /* Icon size */
    color: #f2bd1d; /* Icon color */
    margin-bottom: 15px;
}

.feature-title {
    font-size: 1.5rem;
    color: #333; /* Title color */
    margin-bottom: 10px;
}

.feature-box p {
    color: #666; /* Text color */
}
.custom-mission-section,
.custom-vision-section {
    background-color: #fff; /* White background for the sections */
    border-radius: 1rem; /* Rounded corners for sections */
    height: 100%; /* Ensure uniform height */
}

.custom-image {
    width: 100%; /* Full width for images */
    height: auto; /* Maintain aspect ratio */
    border-radius: 0.5rem; /* Rounded corners for images */
}

.custom-title {
    font-size: 2rem; /* Reduced heading size */
    text-align: center; /* Centered title */
    margin-bottom: 15px; /* Margin below title */
}

.custom-paragraph {
    color: #333; /* Dark text for better readability */
    font-size: 1rem; /* Adjusted paragraph size */
    text-align: center; /* Centered paragraph */
}

/* Optional: Add hover effect to the sections */
.custom-mission-section:hover,
.custom-vision-section:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    transition: transform 0.2s ease-in-out; /* Smooth transition */
}

/* Margin top for the whole section */
.container.my-5 {
    margin-top: 40px; /* Adjust the margin as needed */
}

/* Ensuring equal height for both sections */
.row {
    display: flex; /* Enable flexbox layout */
}

.shadow-lg {
    height: 200px !important;
}
/* Common Styles for Mission and Vision Sections */
.custom-mission-section {
    position: relative;
    color: white;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 1rem;
    overflow: hidden;
}

/* Background Image Style for Mission */
.img-mission {
    position: absolute;
    width: 100%;
    height: 100%; /* Cover the entire section */
    top: 0;
    right: 0; /* Align to the right */
    z-index: 1; /* Hide any overflow */
}

.img-mission img {
    width: auto; /* Set to auto to maintain aspect ratio */
    height: 100%; /* Fill the height of the section */
    object-fit: cover; /* Maintain aspect ratio */
    opacity: 0.5;
    filter: blur(2px);
}

/* Title and Paragraph Styles */
.custom-title,
.custom-paragraph {
    position: relative;
    z-index: 2; /* Ensure text is above the image */
    margin-top: 20px;
}

/* Top Right Image Style for Vision */
.img-vission {
    position: absolute;
    width: 100%;
    height: 100%; /* Cover the entire section */
    top: 0;
    right: 0; /* Align to the right */
    z-index: 1; /* Ensure it stays behind the text */
}

.img-vission img {
    width: auto; /* Set to auto to maintain aspect ratio */
    height: 100%; /* Fill the height of the section */
    object-fit: cover; /* Maintain aspect ratio */
    opacity: 0.5;
    filter: blur(2px);
}

/* Uniform Style for Other Sections */
.uniform-image {
    position: relative;
    width: 100%;
    height: 200px; /* Consistent height for uniform sections */
    overflow: hidden;
}

.uniform-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: blur(2px);
    z-index: 1; /* Ensure it's behind the text */
}
.book-consultation-banner {
    background-color: #e6e5dd; /* White background */
    padding: 20px;
    width: 100%;
}

.flex-banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 300px; /* Fixed height for container */
}

.image-container {
    flex: 1; /* Allows images to resize proportionally */
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding: 10px;
}

.banner-image {
    width: 200px; /* Adjust size of images */
    height: auto;
    object-fit: contain;
}
.banner-image2 {
    width: 400px; /* Adjust size of images */
    height: auto;
    object-fit: contain;
}

.book-consultation-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%; /* Ensure full height */
}

/* h2 {
color: #333;
margin-bottom: 20px;
} */

.get-started-cta {
    text-align: center;
}

.cta {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    background: linear-gradient(
        98.3deg,
        rgb(103 13 13) 10.6%,
        rgb(99 20 20) 97.7%
    );
}

.cta:hover {
    background-color: #0056b3;
}

/* common classes */
.m-b {
    margin-bottom: 12px;
}
.m-t {
    margin-top: 10px;
}
.m-l {
    margin-left: 15px;
}
.word-space {
    word-spacing: 5px;
}
.f-siz-1 {
    font-size: 22px;
}
.m-r {
    margin-right: 10px;
    color: #e6e5dd;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
img,
svg {
    vertical-align: middle;
}
/* Override the vertical-align for images */
img {
    display: inline-block !important; /* Change to inline-block for proper centering */
}

/* For responsive images */
.img-fluid {
    max-width: 100%; /* Ensure images are responsive */
    height: auto; /* Maintain aspect ratio */
}
.heading-font {
    font-family: Noto Sans Georgian !important;
}
/* Center Items Horizontally and Vertically */
.item-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ash {
    color: #6b7280;
}
.l-h-30 {
    line-height: 30px;
}
.m-t-50 {
    margin-top: 50px;
}
.extra-bottom-35 {
    margin-bottom: 35px;
}
.m-t-b {
    margin-top: 100px;
    margin-bottom: 70px;
}

/*Additional Styles*/
.desktop-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; /* Ensures it overlays the slider */
    background: transparent;
}

.lined-heading {
    position: relative;
    text-align: center;
    color: black; /* Heading text color */
}

.lined-heading::before,
.lined-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 17%; /* Length of the line */
    height: 5px; /* Thickness of the line */
    background-color: #914621;
}

.lined-heading::before {
    left: 0;
    transform: translateY(-50%);
}

.lined-heading::after {
    right: 0;
    transform: translateY(-50%);
}

/* why choose us */
.section-title-s2 h2 {
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0.6em;
    position: relative;
    z-index: 2;
}
.dHdng {
    font-weight: 500;
    text-transform: capitalize !important;
    color: #333;
    padding-bottom: 0.5em;
    font-weight: 500;
    padding-top: 0.6em;
    font-size: 40px;
    line-height: 1.3;
}

.grey {
    margin: 0;
    color: #8a929c;
}
.section-title-s2 {
    position: relative;
    margin-bottom: 85px;
    text-align: center;
}
.dHdng:after {
    width: 40px;
    height: 2px;
    border: 1px solid #dd0000;
    position: absolute;
    content: "";
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.specialization .specialization-grids,
.specialization-s2 .specialization-grids {
    padding-left: 1px;
}
.specialization .specialization-grids .grid,
.specialization-s2 .specialization-grids .grid {
    width: 33.33%;
    float: left;
    border: 1px solid #e9e7e7;
    margin: 0 0 0 -1px;
    padding: 45px;
}
.prms .grid {
    text-align: center;
    border: none !important;
    padding-top: 10px !important;
}
.prms .grid .icon {
    text-align: center;
}
.specialization .icon,
.specialization-s2 .icon {
    margin-bottom: 25px;
}
.ekit-wid-con .fasicon,
.ekit-wid-con .icon,
.ekit-wid-con .icon::before,
.fasicon,
.icon,
.icon::before {
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.specialization .grid h3,
.specialization-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.prms .grid h3 {
    text-transform: capitalize !important;
    font: 19px "roboto" !important;
    color: #770000;
}
.specialization .grid p,
.specialization-s2 .grid p {
    margin: 0;
    color: #8a929c;
}
.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.img-icn {
    width: 200px;
    height: 201px;
    /* background-color: #f9909033; */
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.image-adj-pos {
    width: 100%;
    transform: rotate(-45deg); /* Counter-rotate to keep the image upright */
    /* background: #fccaca59; */
}
.specialization {
    padding: 20px;
    height: 90vh;
}
/* mission & vission */
.mission-vision {
    padding: 7% 10%;
    text-align: center;
}
.mission-vision img {
    width: 150px !important;
}
.mission-vision h3 {
    padding: 10px 0 10px 0;
    letter-spacing: 1px;
    font-size: 30px;
}
.bg-light2 {
    width: 100%;
    max-width: 350px !important;
    margin: 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #b2b2b236;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
    text-align: center;
}
.card-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.mission-vision img {
    width: 94px !important;
}
.bg-mission {
    background-color: #e6e5dd;
    width: 100%;
    max-width: 350px !important;
    margin: 20px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #b2b2b236;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
    text-align: center;
}
/*** 

====================================================================
Gallery Section Three
====================================================================

***/

.gallery-section-three {
    position: relative;
    padding: 100px 0px 70px;
}

.gallery-block-five {
    position: relative;
    margin-top: 40px !important;
}

.gallery-block-five .inner-box {
    position: relative;
    overflow: hidden;
}

.gallery-block-five .image {
    width: 100%;
    max-width: 440px; /* Optional: limits the maximum width */
   /* height: 300px;  Fixed height for uniform sizing */
    overflow: hidden;
}

.gallery-block-five .image img {
    width: 100%;
    height: 100%; /* Forces the image to fill the container */
}
.bottom-sticky-header {
    z-index: 9999;
}
/* Gallery Overlay */
.gallery-block-five .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 79%);
    opacity: 0; /* Initially hidden */
    transition: opacity 0.4s ease;
    z-index: 1; /* Ensures overlay is above the image */
}

.gallery-block-five .inner-box:hover .overlay-box {
    opacity: 1; /* Show overlay on hover */
}

.gallery-block-five .overlay-box .gallery-box h4,
.gallery-block-five .overlay-box .gallery-box p {
    color: #6f3005;
}

.gallery-block-five .overlay-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.7;
    /* background-color: rgba(0, 0, 0, 0.8); */
}

.gallery-block-five .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block-five .plus {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: var(--font-40);
    color: var(--white-color);
    font-family: "flaticon";
}
.gallery-block-five .image {
    position: relative;
    width: 440px;
    /*height: 328px;*/
}
.gallery-block-five .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.image-link {
    text-decoration: none;
    display: block;
    width: 100%;
   
    color: inherit; /* Keeps text color */
}

.gallery-block-five {
    position: relative;
}

.inner-box {
    position: relative;
    overflow: hidden;
}

.image {
    width: 100%;
    height: 100%;
}

.image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.inner-box:hover .image img {
    transform: scale(1.05);
}

.overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* background-color: rgba(226, 221, 221, 0.12); */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.location-text{ text-transform: capitalize;}

.inner-box:hover .overlay-box {
    opacity: 1;
}

.gallery-box {
    color: white;
    text-align: left;
}

.gallery-box h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.gallery-box p {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0;
}

.gallery-box p span {
    font-weight: bold;
    color: #4b1f08;
}
/* gallery */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); */
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: 0.85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}
.gallery-content {
    font-size: 0.8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.8%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
.sub-head .breadcrumb {
    background-color: transparent;
}
.breadcrumb {
    font-size: 16px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #928a8354;
    border-radius: 4px;
    color: white;
}
.breadcrumb > li {
    display: inline-block;
}
.sub-head .breadcrumb li a {
    color: #fff;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/* contact form */
/* Contact Form Section */
.contact-form-section {
    padding: 50px 0;
    background-color: #fff;
}

.sec-title .title {
    font-size: 24px;
    font-weight: bold;
    color: #b30000; /* Dark Red */
    margin-bottom: 20px;
}

.contact-form-section .text {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.contact-form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #b30000;
    border-radius: 4px;
    font-size: 16px;
    color: #444;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
    border-color: #d20000; /* Light Red */
    outline: none;
}

.contact-form textarea {
    height: 100px;
    resize: vertical;
}

.contact-form .theme-btn {
    background-color: #b30000; /* Red */
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.contact-form .theme-btn:hover {
    background-color: #d20000; /* Light Red */
}

.map-column .inner-column h6 {
    font-size: 18px;
    color: #b30000; /* Red */
    font-weight: bold;
}

.map-column .inner-column .text {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.map-box iframe {
    width: 100%;
    height: 300px;
    border: 2px solid #b30000; /* Red border for the map */
    border-radius: 4px;
}

/* Contact Info Section */
.contact-info-section {
    padding: 30px 0;
    background-color: #fff;
    margin-top: 30px;
}

.contact-info-section .info-column {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-info-section .inner-column {
    text-align: center;
}

.contact-info-section .content {
    font-size: 16px;
    color: #b30000; /* Red */
    font-weight: bold;
}

.contact-info-section .icon {
    font-size: 24px;
    color: #b30000; /* Red */
    margin-right: 10px;
}

.contact-info-section a {
    color: #d20000; /* Light Red */
    text-decoration: none;
}

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

/* Responsive Styling */
@media (max-width: 767px) {
    .form-column,
    .map-column {
        margin-bottom: 20px;
    }

    .sec-title .title {
        font-size: 20px;
    }

    .contact-info-section .info-column {
        flex-direction: column;
    }
}
.contacts-bg {
    background-size: cover;
    margin-bottom: 2em;
    background-image: url(../images/dummy/f1.avif);
}
.eq-ht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 240px;
}
.brdr-right {
    border-right: 4px solid #fff;
}
.center {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}
.icon-list2 {
    display: flex;
    padding: 30px 0;
}
.icon-content3 {
    padding-left: 10px;
}
.icon-content3 span {
    font-family: inherit;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.brdr-right {
    border-right: 4px solid #fff;
}
.icon-content3 {
    padding-left: 10px;
}
.icon-list7 {
    display: flex;
    padding: 14px 0;
}
.hero3 {
    /* height: 100vh; */
    position: relative;
    background-color: rgb(0 0 0 / 52%);
    position: relative;
}
.inner-top-margin {
    margin-bottom: 3%;
}
/* why choose us 2 */
.containertwo {
    position: relative;
    text-align: center;
    color: white;
}

.desktop-display {
    display: block;
}
.centeredtwo {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-40%, -50%);
}
.fontbook {
    font-size: 30px;
}
.centeredtwor {
    position: absolute;
    /* top: 50%; */
    transform: translate(-48%, -25%);
    left: 55%;
}
.align-item-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.image-container2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.bg-image {
    background-image: url("public/images/dummy/poly.jpg");
    background-size: cover; /* Ensure the image fills the container */
    background-position: center; /* Center the image */
    height: 80vh; /* Set height to 80% of viewport height */
    width: 100%; /* Full width */
    background-repeat: no-repeat; /* Prevent image tiling */
}
.box-grey {
    flex: 0 0 19% !important;
    background-color: #e6e5dd66;
    color: black;
    padding-top: 20px;
    margin-right: 30px;
    font-size: 14px;
}
.top-4 {
    margin-top: 12% !important;
}
.sectionp3 {
    border-top: 2px solid #c6ae99;
}
.icn-img {
    width: 74px;
    padding-bottom: 10px;
}
/* contact form */
.right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field {
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.font-shot {
    font-size: 17px !important;
    color: #f4dcc7 !important;
}
.info_single {
    margin: 30px 0px;
}
.info_single i {
    margin-right: 15px;
}
.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li {
    list-style: none;
}
.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center;
}
.map_inner p {
    font-size: 13px;
}
.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
.contact_map_section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.contact_us,
.map_sec {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.contact_us .container,
.map_sec .container {
    padding: 0;
}

/* Ensure the map scales to fit the container */
.map_bind iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .contact_map_section {
        flex-direction: column;
    }
}
/* contact */
svg {
    height: 26rem;
    margin-right: 6rem;
}

#envelope {
    animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
    animation: blink 1s ease-in-out infinite;
}

#star2 {
    animation-delay: 100ms;
}
#star3 {
    animation-delay: 500ms;
}
#star4 {
    animation-delay: 700ms;
}
#star5 {
    animation-delay: 300ms;
}
#star6 {
    animation-delay: 200ms;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.feedback-input {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid #cc6666;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}

.feedback-input:focus {
    border: 2px solid #cc4949;
}

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="submit"] {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    width: 100%;
    background: #cc6666;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
}
[type="submit"]:hover {
    background: #cc4949;
}
.bg-secondary-in {
    background-color: #c6ae99 !important;
        height: 100%;
}

.contact-style02 .info-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 35px;
    margin-top: 35px;
    border-bottom: 1px solid #a52a2a;
}
.beige {
    color: #f5f5dc;
}
.contact-style02 .map {
    height: 100%;
}
.map {
    height: 400px;
    width: 100%;
    vertical-align: top;
    border: 0;
}
.pad-50-0 {
    padding: 50px 0px;
}
.p-b-45 {
    padding-bottom: 45px;
}
/* auto popup */
:root {
    --primary-color: #914521;
    --secondary-color: #c7af98;
    --bg-color: #e6e5dd;
}

/* Popup Container */
.custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background-color: var(--bg-color);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1000;
}

/* Show Popup */
.custom-popup.show {
    opacity: 1;
    visibility: visible;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    color: var(--primary-color);
    background: none;
    border: none;
    cursor: pointer;
}

/* Header Section */
.popup-header {
    display: flex;
    align-items: center;
    background-color: var(--secondary-color);
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: -20px -20px 0;
}

.popup-icon {
    font-size: 40px;
    color: var(--bg-color);
    margin-right: 15px;
}

.popup-title {
    color: var(--bg-color);
}

.popup-title h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.popup-title p {
    font-size: 15px;
    margin-top: 5px;
}

/* Body Section */
.popup-body {
    padding: 20px;
    text-align: center;
    color: var(--primary-color);
}

.popup-body p {
    font-size: 17px;
    margin-bottom: 20px;
}

.popup-input {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.popup-input input {
    width: 70%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid var(--secondary-color);
    border-radius: 8px;
    outline: none;
    margin-right: 10px;
}

/* Send Button */
.popup-send-btn {
    padding: 10px 128px;
    font-size: 16px;
    color: var(--bg-color);
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}
.m-t-50 {
    margin-top: 7px;
}
.h1.mb-4.heading-font {
    padding: 0px 13px;
}
.popup-send-btn:hover {
    background-color: var(--secondary-color);
}

/* Error Message */
.error-message {
    color: var(--primary-color);
    font-size: 12px;
    display: none;
    text-align: left;
    margin-left: 5px;
}

.error-message.show {
    display: inline-block;
}
.gm-style .place-card a:link,
.gm-style .default-card a:link,
.gm-style .directions-card a:link {
    text-decoration: none;
    color: #a52a2a !important;
}
/* testimonials */
/* Carousel Styling */
.hero33:before {
    content: "";
    background: url(../images/dummy/aboutbanner.jpg) no-repeat center center /
        cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero33 {
    /* height: 100vh; */
    position: relative;
    background-color: rgb(0 0 0 / 33%);
    position: relative;
}
.hero33 .hero-inner {
    position: relative;
    height: 500px;
}
.hero33 .hero-text {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}
.hero33 h1 {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    color: white;
}
/* testimoni box */
.custom-testimonial-section {
    text-align: center;
    padding: 50px 0;
    background-color: #f7f7f7;
}

.custom-testimonial-section h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.custom-testimonial-section h3 span {
    color: #914621;
}

.custom-testimonial-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.custom-testimonial-box {
    background-color: #fff;
    border-radius: 10px;
    width: calc(25% - 30px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 22px;
}

.custom-testimonial-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.avatar {
    margin-bottom: 20px;
}

.testimonial-content h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    flex: 1;
}
.pad25-0 {
    padding: 0px 27px;
}
.custom-rating {
    color: #f6b042;
    font-size: 17px;
    margin-bottom: 6px;
}

.custom-testimonial-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .custom-testimonial-box {
        width: calc(50% - 30px);
    }
}

@media (max-width: 480px) {
    .custom-testimonial-box {
        width: 100%;
    }
}
.colmd6 {
    flex: 0 0 auto;
    width: 48%;
}
/* services */
.heros:before {
    content: "";
    background: url(../images/dummy/service.avif) no-repeat center center /
        cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.heros {
    /* height: 100vh; */
    position: relative;
    background-color: rgb(0 0 0 / 25%);
    position: relative;
}
.heros .hero-inner {
    position: relative;
    height: 500px;
}
.heros.hero-text {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}
.heros h1 {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    color: white;
}
.heros .hero-text {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}
/* services */
.inner-padding {
    padding: 90px 0 90px 0;
}
.id-color {
    color: #914621;
    font-weight: 700;
    font-size: 26px !important;
    margin-bottom: 10px;
}
.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
.btn-line,
a.btn-line {
    color: #eceff3;
}
.btn-line,
a.btn-line,
.added_to_cart {
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: #fff;
}
.btn-line,
a.btn-line {
    border: solid 2px #95431e;
    color: #843f20;

    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}

.side-bg .background-image {
    background-position: 50% 50%;
    background-size: cover;
    left: 0;
    position: absolute;
    z-index: 0;
}
.side-bg .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.pull-left {
    float: left !important;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.w-h-00 {
    height: 76%;
    width: 76%;
}
.bisque {
    background-color: #fff3e6;
}
.inner-padding2 {
    padding: 90px 0px 90px 35px;
}
.m-l-6 {
    margin-left: 6%;
}
.br-45 {
    border-radius: 54%;
}
.w-h-11 {
    height: 76%;
    width: 61%;
    margin-right: 3%;
    padding: 30px;
}
.bg-bige-lit {
    background-color: #fbf8e996;
}
.p-lef-ser {
    padding: 0px 66px 0px 0px;
}
/* unique model */
.unique-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.unique-modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.unique-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.unique-close:hover,
.unique-close:focus {
    color: black;
    text-decoration: none;
}
.icon-multilist {
    display: flex;
    /* align-items: center; */
    padding: 10px 0;
}
.col-md-4-new {
    width: 30.333333%;
}
/* mobile menu hamberger */
/* Hamburger Menu Icon */
.hamburger-menu {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #914621;
    font-size: 1.5rem;
}

.hamburger-menu .link-text {
    margin-left: 5px;
}

/* Sidebar Styles */
.sidebar {
    position: fixed;
    top: 0;
    left: -250px; /* Hidden by default */
    width: 250px;
    height: 100%;
    background: #c7af98;
    color: #914621;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.sidebar.active {
    left: 0; /* Slide in */
}

.sidebar .close-icon {
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #914621;
    background: #e6e5dd;
    width: 34px;
    text-align: center;
    border-radius: 55%;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 44%;
}

.sidebar-links a {
    text-decoration: none;
    color: #f5f5dc;
    font-size: 1.2rem;
    transition: color 0.3s;
    border-bottom: solid 1px #fff3e6;
}

.sidebar-links a:hover {
    color: #783210;
    border-bottom: solid 1px #914621;
}
/* Sidebar icon style */
.sidebar-links a i {
    margin-right: 10px;
    color: #783210;
    transition: color 0.3s ease;
}

/* Hover effect for sidebar icons */
.sidebar-links a:hover i {
    color: #f5deb3; /* Icon color on hover */
}
a:hover i {
    color: #914621;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
    color: #e6e5dd;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
    color: #e6e5dd;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
/*footer new*/
  .foot_bg {
      background-color: #4b1e08;
    }
    .foot_text {
      color: #e6e5dd;
    }
    .foot_link {
      color: #c7af98;
      text-decoration: none;
      transition: color 0.3s;
    }
    .foot_link:hover {
      color: #e6e5dd;
    }
    .foot_social {
      color: #c7af98;
      font-size: 1.2rem;
      margin: 0 10px;
    }

    /* Extra small devices (phones, less than 576px) */
    @media (max-width: 575.98px) {
      .foot_text {
        font-size: 14px;
      }
      .foot_social {
        font-size: 1rem;
        margin: 0 8px;
      }
      footer h5 {
        font-size: 16px;
      }
  
    }

    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767.98px) {
      .foot_text {
        font-size: 15px;
      }
      footer h5 {
        font-size: 17px;
      }
    }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991.98px) {
      .foot_social {
        margin: 0 12px;
      }
   
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
      .foot_text {
        font-size: 16px;
      }
      .foot_social {
        margin: 0 15px;
      }
      footer h5 {
        font-size: 18px;
      }
    }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
      .container {
        max-width: 1140px;
      }
      .foot_social {
        font-size: 1.3rem;
      }
    }

    /* Custom spacing adjustments for all screens */
    footer {
      overflow: hidden;
    }

    footer h5 {
      margin-bottom: 20px;
      font-weight: 600;
    }
    .foot_contact_info {
      line-height: 1.8;
    }
    
    #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 45%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #914621;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.hide-desk-img{
    display:none !important;
    
}

.w-h-11 {
       height: 107%;
}
.img-h {
  height: 107%;    
}
