* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montaga', serif;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}



body {
    overflow-x: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #fbf1e5;
    font-family: 'Montaga', serif;
}


body::-webkit-scrollbar {
    width: 14px;
    /* Mostly for vertical scrollbars */
    height: 10px;
    /* Mostly for horizontal scrollbars */
}

body::-webkit-scrollbar-thumb {
    /* Foreground */
    background: #BF8F2C;
    border-radius: 15px;
}

body::-webkit-scrollbar-track {
    /* Background */
    background: #ffffff;
}



.alert-login-text,
.alert-signup-text {
    color: red;
    font-weight: bold;
}

p {
    font-size: 16px;
    font-weight: 500;
    color: #818181;
}

/* Loader */

.loading {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

svg {
    width: 200px;
    height: 200px;
}

.u-part {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: draw 2s ease-in-out forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.loading.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 100%;
    height: 100%;
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.loader:before,
.loader:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before {
    animation: ball1 1.5s infinite;
    background-color: #fff;
    box-shadow: 30px 0 0 #BF8F2C;
    margin-bottom: 10px;
}

.loader:after {
    animation: ball2 1.5s infinite;
    background-color: #BF8F2C;
    box-shadow: 30px 0 0 #fff;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        transform: rotate(360deg) scale(1.2)
    }

    100% {
        transform: rotate(720deg) scale(0.8)
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #BF8F2C;
    }

    50% {
        box-shadow: 0 0 0 #BF8F2C;
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #BF8F2C;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 #fff;
        margin-top: -20px;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #fff;
        margin-top: 0;
    }
}


/* Uno Buddy */





.title {
    font-size: 24px;
    font-family: "Montaga", serif;
    margin-bottom: 40px;
    color: black;
}

.title h1 {
    padding: 1px;
}

h1,
.links a,
h3,
.text {
    font-family: "Montaga", serif;
    font-weight: 400;
    color: black;
}

p,
.li-text {
    font-size: 16px;
    font-weight: 500;
    color: #818181;
}

button {
    cursor: pointer;
}

/* Navbar */

nav {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 10;
}

.main-nav-container {
    position: fixed;
    width: 100%;

}

.top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-link {
    color: white;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 170px;
}

.top-container hr {
    width: 100%;
}



.logo {
    /* flex: 1; */
    text-align: center;
    /* margin-left: 290px; */
}

.logo img {
    width: 20%;
    transition: 0.3s linear;
}

.language {
    cursor: pointer;
    color: white;
    margin-right: 20px;
}

/* .top-container .links{
    margin-top: -20px;
} */


/* Bot Popup */

#bot-popup .popup-content {
    padding: 20px 20px;
    width: 50%;
    height: 27%;
    padding-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#bot-popup .popup-content h1 {
    font-family: 'Montaga', serif;
    font-size: clamp(0.5rem, 0.6rem + 3vw, 2.5rem);
    margin-bottom: 10px;
}

#bot-popup .popup-content .logo {
    margin-top: 10px;
    border-top: 3px solid black;
    flex: 0;
    margin: 0;
    width: 50%;
}

#bot-popup .popup-content form {
    width: 80%;
    height: 100%;
}

#bot-popup .popup-content .popup-media {
    width: 100%;
    height: 90%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}


#bot-popup .popup-content .popup-media .bot-inputs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: start;
    gap: 1rem;

}

#bot-popup .popup-content .popup-media .bot-inputs span {
    font-size: clamp(1rem, 0.5rem + 4vw, 1.5rem);
}

#bot-popup .popup-content .popup-media .bot-inputs input {
    width: 100%;
    height: 5vh;
    padding-left: 10px;
    border-radius: 5px;
}

#bot-popup .popup-content .popup-media .bot-inputs textarea {
    margin-left: 0;
    height: 4vh;
}

#bot-popup .popup-content form button {
    width: 100%;
    height: 6vh;
    margin: 5px 0;
    border-radius: 5px;
}


@media (max-width:768px) {
    #bot-popup .popup-content .popup-media {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Popup Container */
.newsletter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    /* Dimmed background */
    z-index: 1000;
    transition: opacity 0.3s ease;
}

.newsletter.hidden {
    opacity: 0;
    pointer-events: none;
}

.newsletter-content {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-heading {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.newsletter .inputs {
    width: 80%;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
    ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsletter .inputs .input {
    width: 100%;
    height: 6vh;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.newsletter .inputs .input input {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    padding-left: 10px;
}

.newsletter .inputs button {
    width: 100%;
    height: 6vh;
    background-color: #BF8F2C;
    color: white;
    border: 1px solid #BF8F2C;
    border-radius: 10px;
    transition: 0.3s linear;
}

.newsletter .inputs button:hover {
    border: 1px solid #BF8F2C;
    background-color: white;
    color: #BF8F2C;
}

/* Close Button */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}

.close-button:hover {
    background: #c0392b;
}

/* Responsive Design */
@media (max-width: 600px) {
    .newsletter-content {
        width: 95%;
        padding: 15px;
        max-width: none;
        border-radius: 0;
    }
}

/* Toast Notification */





.login-lang {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-right: 10px;
}



.login-lang .login {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.login-lang .login a {
    /* display: none; */
    font-family: 'Montaga', serif;
    text-decoration: none;
    color: white;
}

.login-lang .login a span {
    display: flex;
    gap: 4px;
}

.login-lang .login #profileCircle {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#profileCircle svg {
    width: 60%;
    height: 60%;
    box-shadow: 0 0 10px white;
    border-radius: 50%;
    border: 1px solid white;
    padding: 5px;
    fill: white;
    backdrop-filter: brightness(40%);
    transition: 0.3s linear;
}

#profileCircle svg:hover {
    scale: 0.9;
}

hr {
    width: 100%;

}

.links {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 10px 0;
}

.nav .links {

    transition: 0.3s linear;
}

.links .link {
    transition: 0.2s linear;
}

.links .link a {
    position: relative;
    text-decoration: none;
    color: white;
    transition: 0.2s linear;
}

.links .link a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: white;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.links .link a:hover::before {
    width: 100%;
}

/* Styling for the dropdown menu */


/* Default styles for the top container */
nav {
    height: 100px;
    transition: background-color 0.3s ease, height 0.3s ease;
}

/* Scrolled styles */
.top-container.scrolled {
    height: 160px;
    background-color: rgba(0, 0, 0, 0.8);
}

.top-container.scrolled .logo img {
    width: 15%;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}


/* Hero Section */


#hero {
    background-image: url(images/main-bg.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.text {
    font-size: clamp(1.2rem, 1rem + 4vw, 4rem);
    display: flex;
    align-items: center;
    margin-top: -50px;
    color: white;
    justify-content: center;
}


#hero h1 {
    color: white;
    /* Center the toggle switch horizontally */
    font-size: clamp(1.5rem, 1rem + 5vw, 5rem);
}


.toggle-switch {
    display: flex;
    width: 400px;
    height: 200px;
    scale: 0.3;
    margin: 0 -120px;
}

.inputs1 {
    display: none;
}

.display {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

label {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: transparent;
    box-shadow: 0px 0px 30px 2px rgb(162, 158, 158) inset;
    cursor: pointer;
    position: relative;
}

.circle {
    width: 160px;
    height: 160px;
    border-radius: 99px;
    background: linear-gradient(to left bottom, #D9D9D9, rgb(230, 98, 120));
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(0, 0, 0, 0.05) inset;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(10%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s linear;
}

input[type=checkbox]:checked+.display label .circle {
    left: 100%;
    transform: translate(-110%, -50%);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5),
        -10px -10px 30px rgba(0, 0, 0, 0.5) inset;
}

#hero .description p {
    font-size: 16px;
    color: white;
    font-family: "Montaga", serif;
    text-align: center;
}


.questions {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    margin: 30px auto 0;
    padding: 20px;
    /* border: 1px solid #ddd; */
    text-align: center;
    border-radius: 5px;
    background-color: transparent;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.questions-title {
    font-size: 1.5em;
}

/* Title Style */

/* Feed Item List */
.questions-feed-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;

    justify-content: center;
    align-items: center;
    position: relative;
}

/* Individual Feed Item */
.question-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    font-size: 1.5rem;
    padding: 10px 20px;
}

.questions-item {
    width: 150px;
    height: 6vh;
    bottom: none;
    border-radius: 5px;
    border-color: #BF8F2C;
    margin: 10px 0;
    font-size: 16px;
    background-color: #BF8F2C;
    color: white;
    position: relative;
    bottom: -40px
}

/* Hide all items except the active one */
.question-item {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 2s, opacity 1s;
}

.question-item.active {
    opacity: 1;
    transform: translateX(0);
}

.question-item.exit-right {
    transform: translateX(-100%);
}

.question-item.enter-left {
    transform: translateX(100%);
}

@media (max-width: 768px) {
    .question-item {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {

    /* For mobile screens */
    .questions-container {
        padding: 10px;
    }

    .questions-title {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .questions-item-title {
        font-size: 1em;
    }

    .questions-item-description {
        font-size: 0.9em;
    }

    .questions-link-btn {
        padding: 5px 8px;
    }

    /* Adjust feed height for smaller screens */
    .questions-feed-list {
        height: 160px;
    }
}





/*  Search */


/* General layout for the cards */
/* General layout for the search cards */
/* Ensuring the CSS only affects the elements within the #search section */
#search {
    background-color: black;
    padding: 20px;
    display: none;
}

.search-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    gap: 20px;
    flex-wrap: wrap;
}

.card-destination,
.card-category,
.card-guests {
    flex: 1;
    height: 80px;
    text-align: center;
    background-color: #fff;
    /* Ensure background is white */
    border-radius: 5px;
    transition: 0.2s linear;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Slight shadow for card effect */
}

/* .card-destination, .card-category, .card-guests h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
} */



.show {
    display: list-item;
    opacity: 1;
    transform: translateY(0);
}


.count-number {
    color: black;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}

#search .card-destination:hover,
.card-category:hover,
#search .card-guests:hover {
    transform: translateY(-5px);

}

svg {
    fill: #000;
    cursor: pointer;
    margin: 0 10px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn button {
    padding: 10px 20px;
    border: 1px solid white;
    background-color: #000;
    /* Black background */
    color: #fff;
    /* White text */
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn button:hover {
    border: 1px solid black;
    background-color: white;
    color: black;
    /* Darker black for hover effect */
}

/* Adding vertical line between cards */
.card+.card,
.card+.btn {
    position: relative;
}

.card+.card::before,
.card+.btn::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ddd;
}

/* Responsive Design */

@media (max-width: 996px) {


    .search-cards {
        flex-direction: column;
    }

    .card-destination,
    .card-category,
    #search .card-guests {
        width: 100%;
    }


    .card-category+.card-category::before,
    .card-category+.btn::before,
    .card-destination+.card-destination::before,
    .card-destination+.btn::before {
        display: none;
    }
}


#showcase {
    display: flex;
    /* min-height: 50vh; */
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.showcase-image-area .text-content {
    width: 70%;
}

.text-content {
    text-align: center;
    margin-bottom: 20px;
}



.title {
    font-size: 24px;
    margin-bottom: 40px;
    color: black;
    /* Heading color */
}

.description {
    color: #666;
    word-spacing: 3px;
    font-size: 16px;
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 400px;
    display: block;
}

.overlay-content {
    position: absolute;
    bottom: 20px;
    left: 40%;
    top: 40%;
    transform: translateX(-50%);
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
    max-width: 800px;
}

.overlay-content h2 {
    font-size: clamp(1rem, 1rem + 7vw, 2.5rem);
    margin: 0 0 10px;
}

.overlay-content button {
    background-color: white;
    /* Button color */
    border: none;
    color: black;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid black;
    transition: background-color 0.3s;
    transition: 0.3s ease-in-out;
}

.overlay-content button:hover {
    border: 2px solid white;
    color: white;
    background-color: black;
}


*/ .bar {
    flex-grow: 1;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    position: relative;
}

.wrapper {
    height: 100%;
    position: relative;
}

.padding-mask {
    overflow: hidden;
}

.slide {
    background: #007bff;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* Hide popup by default */
.hidden {
    z-index: -2;
    scale: 0;
    opacity: 0;
}

/* Popup Overlay */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    /* Dimmed background */
    z-index: 1000;
    transition: opacity 0.3s ease;
}

.popup.hidden {
    opacity: 0;
    pointer-events: none;
}

.popup-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    /* Max width for larger screens */
    height: 90%;
    max-height: 1000px;
    /* Max height for larger screens */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-media {
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-media img,
.popup-media video {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    /* Ensure the content fits nicely */
}

.popup-buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
}

.popup-button {
    flex: 1;
    margin: 0 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#book-now {
    background-color: #38a169;
    color: #fff;
}

#book-now:hover {
    background-color: #2980b9;
}

#close-popup {
    background-color: #e74c3c;
    color: #fff;
}

#close-popup:hover {
    background-color: #c0392b;
}

/* Responsive Design */


/* Positioning buttons */
#book-now {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: green;
    color: white;
}

#close-popup {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: red;
    color: white;
}


/* Learning */


/* Download App */


/* Profile Card */


/* More Button Styling */
.more-btn {
    display: inline-block;
    background-color: #b58900;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.more-btn:hover {
    background-color: #8a6d00;
}



/* Feedback section styling */

/* Feedback cards container styling */


.infinite-scroller {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infinite-scroller-container {
    margin: 20px 0;
    width: 99%;
    overflow-x: hidden;
    text-align: center;
}

.infinite-scroller h2 {
    font-size: 24px;
    font-weight: 400;
}




/* .infinite-scroller-container .horizontal-scrolling-items:hover{
    animation-play-state: paused;
  } */


.horizontal-scrolling-items {
    display: flex;
    font-size: 40px;
    width: 2600px;
    animation-name: infiniteScroll;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
    white-space: nowrap;
}

.horizontal-scrolling-items__item img {
    filter: grayscale(100%);
    transition: 0.2s linear;
    width: 200px;
}

.horizontal-scrolling-items__item img:hover {
    filter: grayscale(0%);
}



/* blogs */



/* RSS Feed */
/* General Container Styles */
.rss-container {
    width: 100%;
    margin: 30px auto;
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.rss-title {
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

/* Title Style */

/* Feed Item List */

/* RSS Link Styling */


/* Contact Page */
#contact {
    margin-top: 30px;
    padding: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.contact-container {
    padding: 20px 10px;
    margin: 50px 0;
    backdrop-filter: blur(10px) brightness(40%);
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-container h1 {
    padding: 10px 0;
    font-size: 1.5rem;
}

.contact-container .inputs {
    width: 100%;
}

.contact-container h1,
.contact-container .checkbox {
    color: white;

}

.contact-container .inputs,
textarea {
    width: 100%;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 10px;
    height: 5vh;
    background-color: white;
    margin: 10px 0;
}

.contact-container .inputs input {
    padding-left: 20px;
}

textarea {
    padding-left: 10px;
    padding-top: 10px;
    height: 15vh;
}

.checkbox {
    width: 80%;
    margin: 10px 10%;
}

.contact-container .cntc-btn {
    width: 80%;
    height: 7vh;
    margin: 5px 10%;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    border: 1px solid #BF8F2C;
    background-color: #BF8F2C;
    color: white;
    transition: 0.2s linear;
}

.contact-container button {
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
    margin: 0 auto;
}

.contact-container button:hover {
    background-color: transparent;
    border: 1px solid #BF8F2C;
    color: #BF8F2C;
}

.contact-container .inputs input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}


.collage {
    width: 50%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collage p {
    width: 100%;
    font-family: 'Montaga', serif;
    margin-bottom: 10px;
    color: black;
    text-align: center;
    font-size: clamp(1rem, 1rem + 5vw, 2rem);
}

.collage img {
    width: 450px;
}



#dropdown-add {
    position: absolute;

    padding: 2px;
    display: none;
    margin-top: -10px;
    background: white;
    width: 100%;
    max-height: 100%;
    transition: 0.2s linear;
    /* z-index: 10; */
}


.dropdown-add-content div {
    margin: 3px 7px;
    padding: 2px;
    border: 1px solid black;
    background-color: rgb(230, 221, 221);
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 100;
}


.contact-icon {
    position: absolute;
    right: 10px;
    /* Adjust based on icon's position in the input box */
    top: 50%;
    /* Center the icon vertically */
    transform: translateY(-50%);
    cursor: pointer;
}


#dynamicInputContainer {
    width: 96%;
    margin: 0 auto;
}

.dropdown-add-content div:hover {
    background-color: #f0f0f0;
}


#dynamicInput {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #b58900;
    border-radius: 5px;
}

/* footer */

.footer {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, #F8F3ED, #EBE3D8);
    margin-top: 20px;
    width: 100%;
    padding: 20px 0;
}

.footer .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: end;
}

.footer .content .services,
.footer .content .quick-links {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer .content .services h1,
.footer .content .quick-links h1 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer a,
.footer p {
    font-family: "Montaga", serif;
    font-weight: 400;
    color: #818181;
}

.footer .content .services a,
.footer .content .quick-links a {
    margin: 5px 0;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer .content a:hover {
    border-bottom: 1px solid #818181;
    text-decoration: underline;
}

.footer .content .details {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 500px;
}

.footer .content .details img {
    width: 300px;
    height: 90px;
}

.footer .content .footer-contact {
    height: 21vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 300px;
    color: black;
}

.footer-contact button {
    width: 100%;
    height: 6vh;
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: "Montaga", serif;
    border: 1px solid white;
}

.footer-contact button:hover {
    border: 1px solid black;
    background-color: white;
    color: black;
}

.footer-links {
    display: flex;
    align-items: end;
}

.footer-contact .social-links a {
    color: black;
    font-size: 1.2rem;
}

.footer-contact .social-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-contact .social-links a {
    transition: 0.2s linear;
}

.footer-contact .social-links a:hover {
    text-decoration: none;
    border: none;
}

.footer-contact .social-links .facebook:hover {
    color: #0165E1;
}

.footer-contact .social-links .instagram:hover {
    color: #C13584;
}

.footer-contact .social-links .youtube:hover {
    color: #FD1D1D;
}

.footer-contact .social-links .linkedin:hover {
    color: #0165E1;
}


.footer .copyright {
    text-align: center;
    margin: 30px 0 0 0;
}


@media (min-width: 1440px) {

    .top-container.scrolled {
        height: 160px;
        background-color: rgba(0, 0, 0, 0.8);
    }
}






@media (max-width: 996px) {

    .fa-angle-left,
    .fa-angle-right {
        width: 5%;
    }

    .login-lang .login {
        width: 50px;
        height: 50px;

    }

    .login-lang .login #profileCircle {
        position: absolute;
        top: -7px;
        width: 112%;
        height: 112%;
    }

    .top-container.scrolled {
        height: 70px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .showcase-image-area .text-content {
        width: 80%;
    }

    .footer .details,
    .footer .footer-contact {
        margin: 10px 0;
    }

    .login-lang {
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 1;
    }

    .footer .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .overlay-content {
        position: absolute;
        top: 40%;
        left: 50%;
    }

    .title {
        font-size: 2rem;
    }

    .description {
        font-size: 1rem;
    }

    .overlay-content h2 {
        font-size: 1.25rem;
    }

    .overlay-content button {
        font-size: 0.875rem;
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .links .link:hover {
        border-bottom: none;
    }

    .top-container .logo {
        display: none;
    }

    hr {
        display: none;
    }

    .links {
        display: none;
    }

    .hamburger-menu {
        z-index: 1;
        color: white;
        font-size: 2rem;
        display: block;
        position: absolute;
        left: 50px;
        top: 10px;
        cursor: pointer;
    }


    nav .links {
        backdrop-filter: blur(20px);
        z-index: 9;
        display: block;
        position: fixed;
        top: -7px;
        width: 100%;
        height: auto;
        background-color: transparent;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0 0 10px white inset;
        transition: trans0.3s ease;
        transform: translateY(-400px);
        opacity: 0;
    }

    nav .links {
        transform: translateY(-100%);
        transition: 0.3s ease;
    }

    nav .links .link {
        padding: 10px 0;
    }

    nav .links .link:hover {
        background-color: #bf8f2c;
    }

    .links .link a:hover::before {
        width: 0;
    }

    .fa-xmark {
        cursor: pointer;
        z-index: 99;
        display: none;
        color: white;
        position: absolute;
        right: 30px;
        top: 23px;
        font-size: 2.2rem;
        transition: 0.3s linear;
    }

    #contact {
        display: flex;
        flex-direction: column-reverse;
    }

    #contact .collage {
        margin: 0 5%;
        width: 90%;
    }


    .image-container {
        position: relative;
        width: 110%;
        overflow: hidden;
    }

}

@media (max-width: 768px) {
    .cta-buttons {
        display: flex;
        flex-direction: column;
    }

}

@media (max-width: 440px) {


    .overlay-content h2 {
        font-size: 1.1rem;
    }


    .fa-angle-left,
    .fa-angle-right {
        width: 8%;
    }

    .showcase-image-area .text-content {
        width: 95%;
    }

    .image-container {
        position: relative;
        width: 117%;
        overflow: hidden;
    }

    .top-container .logo img {
        opacity: 0;

    }

    .top-container .login-lang {
        top: 16px;
    }

    .overlay-content {
        position: absolute;
        top: -1%;
        left: 50%;
    }

    .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hamburger-menu {
        z-index: 2;
        position: absolute;
        top: 15px;
        left: 20px;
    }
}


/* Base hidden state */
.hamper-popup {
    display: none;
    /* Hidden by default */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

/* Visible state */
.hamper-popup.show {
    display: flex;
    /* Adjust as per your layout, e.g., `flex` or `block` */
    visibility: visible;
    opacity: 1;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    z-index: 1000;
}

/* Hidden state */
.hamper-popup.hide {
    display: none;
    visibility: hidden;
    opacity: 0;
}


.hamper-popup-content {
    background-color: white;
    padding: 10px;
    margin-bottom: 4px;
    border-radius: 10px;
    max-width: 300px;
    max-height: 500px;
    /* max-width: 90%; */
    text-align: center;
    overflow: hidden;
}


.claim-button {
    background-color: #BF8F2C;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.close-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.submit-button {
    background-color: #BF8F2C;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

/* General Popup Overlay */
#hamper-form-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
}

#hamper-form-popup.show {
    visibility: visible;
    opacity: 1;
}

/* Popup Content Box */
.hamper-form-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
}

/* Form Header */
.hamper-form-content h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Form Fields */
#hamper-form-popup input[type="text"],
#hamper-form-popup input[type="email"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
}

#hamper-form-popup input[type="text"]:focus,
#hamper-form-popup input[type="email"]:focus {
    outline: none;
    border-color: #BF8F2C;
    box-shadow: 0 0 5px rgba(191, 143, 44, 0.5);
}

/* Required Field Indicator */
#hamper-form-popup input:required {
    border-left: 3px solid #BF8F2C;
}

/* Submit Button */
#hamper-form-popup .submit-button {
    background-color: #BF8F2C;
    color: white;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 15px;
    font-weight: bold;
    transition: background-color 0.3s;
}

#hamper-form-popup .submit-button:hover {
    background-color: #9e7420;
}


#hamper-form-popup .close-button:hover {
    color: #BF8F2C;
}

/* Labels and Field Alignment */
#hamper-form-popup label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #555;
    text-align: left;
}

#hamper-form-popup input::placeholder {
    color: #999;
    opacity: 0.8;
}

#hamper-form-popup .close-button {
    color: black;
    position: relative;
    top: 0;
    left: 250px;
    font-size: small;
}

/* Form Labels */
#hamper-form-popup label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 5px;
    color: #333;
    text-align: left;
    padding-left: 5px;
    background-color: transparent;
    box-shadow: none;
}

/* Required Asterisk */
#hamper-form-popup label span {
    color: #BF8F2C;
}

#hamper-claim-popup .close-button {
    color: black;
    position: relative;
    top: 0;
    left: 0;
    font-size: small;
    font-weight: bold;
}

#reach-popup .close-button {
    color: black;
    position: relative;
    top: 0;
    left: 0;
    font-size: small;
    font-weight: bold;
}


.link-text {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}

.link-text:hover {
    color: #0056b3;
}

/* Form Fields */
#reach-popup input[type="text"],
#reach-popup input[type="email"],
#reach-popup input[type="tel"],
#reach-popup select {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
}

#reach-popup input[type="text"]:focus,
#reach-popup input[type="email"]:focus,
#reach-popup input[type="tel"]:focus,
#reach-popup select:focus {
    outline: none;
    border-color: #BF8F2C;
    box-shadow: 0 0 5px rgba(191, 143, 44, 0.5);
}

/* Required Field Indicator */
#reach-popup input:required,
#reach-popup select:required {
    border-left: 3px solid #BF8F2C;
}

/* Submit Button */
#reach-popup .submit-button {
    background-color: #BF8F2C;
    color: white;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 15px;
    font-weight: bold;
    transition: background-color 0.3s;
}

#reach-popup .submit-button:hover {
    background-color: #9e7420;
}

#reach-popup .close-button:hover {
    color: #BF8F2C;
}

/* Labels and Field Alignment */
#reach-popup label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #555;
    text-align: left;
}

#reach-popup input::placeholder,
#reach-popup select::placeholder {
    color: #999;
    opacity: 0.8;
}

#reach-popup textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
    resize: vertical;
    /* Allows vertical resizing */
}

#reach-popup textarea:focus {
    outline: none;
    border-color: #BF8F2C;
    box-shadow: 0 0 5px rgba(191, 143, 44, 0.5);
}

#reach-popup textarea::placeholder {
    color: #999;
    opacity: 0.8;
}


/* updated pop-up changes */
@keyframes subtleBorderGlow {
    0% {
        box-shadow: 0 0 2px #BF8F2C, 0 0 4px #BF8F2C, 0 0 6px rgba(191, 143, 44, 0.5);
    }

    50% {
        box-shadow: 0 0 4px #BF8F2C, 0 0 6px #BF8F2C, 0 0 8px rgba(191, 143, 44, 0.7);
    }

    100% {
        box-shadow: 0 0 2px #BF8F2C, 0 0 4px #BF8F2C, 0 0 6px rgba(191, 143, 44, 0.5);
    }
}

.open-360-btn {
    background-color: #BF8F2C;
    /* Base color */
    color: white;

    padding: 10px 30px;
    border: none;
    border-radius: 10px;
    margin: -1px auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
    animation: subtleBorderGlow 2s infinite;
    /* Subtle glow animation */
    position: relative;
    z-index: 1;
}

.open-360-btn:hover {
    transform: translateY(-2px);
    /* Subtle upward movement */
    background-color: #a67a24;
    /* Slightly darker base color on hover */
    box-shadow: 0 0 3px rgba(191, 143, 44, 0.7), 0 0 8px rgba(191, 143, 44, 0.5);
}


.hamper-popup {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

/* Visible State */
.hamper-popup.show {
    display: flex;
    visibility: visible;
    opacity: 1;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark background with slight transparency */
    z-index: 1000;
}

/* Popup Content */
.hamper-popup-content {
    background: linear-gradient(145deg, #ffffff, #f1f1f1);
    /* Soft gradient background */
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

/* Heading Styling */
.hamper-popup-content h3 {
    font-size: 1.8rem;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Image Styling */
.hamper-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Close Button Styling */
.close-button {
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: #888888;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Close Button Hover Effect */
.close-button:hover {
    color: #333333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamper-popup-content {
        max-width: 90%;
        padding: 20px;
    }

    .hamper-popup-content h3 {
        font-size: 1.5rem;
    }

    .open-360-btn {
        font-size: 1rem;
        padding: 10px 15px;
    }
}


/* Building Section code */



/* Responsiveness for Dropdown menu */

#contactForm {
    width: 100%;
}


#dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.inputs {
    position: relative;
}

#additionalField {
    margin-top: 10px;
}

/* Service Section */
/* Service */

#services {
    width: 100%;
    background-color: #fdf5e6;
    margin: 30px 0;
}

#services h1 {
    width: 90%;
    display: flex;
    font-family: 'Montaga', serif;
    font-weight: 500;
    justify-content: center;
    padding-top: 15px;
    margin: 0 auto;
    /* margin-bottom: 30px; */
    color: #000;
    /* font-size: 24px; */
}

.service-content {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.service-container-img {
    width: 35%;
    height: 100%;
    object-fit: fill;


}

.service-container-img img {
    width: 100%;
    height: 460px;
    object-fit: fill;
    transform: rotateY(180deg);
    border-radius: 20px;
}


.services-container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 20px;
}

.service-card {
    width: 30%;
    margin: 0 auto;
    height: 230px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 15px;
    padding: 0 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
}

.icon {
    background-color: #BF8F2C;
    color: white;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* position: absolute; */
    top: 3px;
    /* left: 20px; */
}

/* .service-card:nth-child(2) .icon {
    background-color: #20c1a5;
}

.service-card:nth-child(3) .icon {
    background-color: #79c267;
}

.service-card:nth-child(4) .icon {
    background-color: #cc4d88;
}

.service-card:nth-child(5) .icon {
    background-color: #2078c1;
}

.service-card:nth-child(6) .icon {
    background-color: #8c8abf;
} */

.service-card h3 {
    color: black;
    font-family: 'Montaga', serif;
    font-weight: 400;
    margin-top: 0;
    /* margin-top: 40px; */
    font-size: 1.2rem;
}

.service-card p {
    font-family: 'Montaga', serif;
    color: #666;
    font-size: 0.9em;
    padding-bottom: 6px;
}

@media (max-width: 996px) {
    .image-container {
        width: 40%;
        object-fit: cover;
    }

    .image-container img {
        width: 100%;
        scale: 1.1;
        object-fit: cover;
    }
}

@media (max-width: 780px) {
    .service-card {
        height: 250px;
    }
}

@media (max-width: 768px) {

    .services-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }


    .service-content {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .service-container-img {
        margin-top: 10px;
        width: 100%;
    }

    .service-container-img img {
        max-height: 300px;
    }

    .services-container {
        width: 100%;
    }

    .image-container {
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .image-container img {
        width: 100%;
        margin: 0 auto;
    }

    .services h2 {
        font-size: 1.1em;
    }

    .service-card h3 {
        font-size: 1.2em;
    }

    .service-card p {
        font-size: 0.9em;
    }
}

@media (max-width: 440px) {

    .steps {
        padding-left: 0;
    }


    .services-container {
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }

    .service-container-img {
        width: 85%;
        margin-top: 10px;
        height: auto;
        margin: 0 auto;
    }

    .service-container-img img {
        width: 100%;
        max-height: 200px;
    }

    .text-content {
        width: 90%;
    }

    .service-card {
        width: 85%;
        margin: 0 auto;
        height: 210px;
    }

    .service-card h3 {
        font-size: 1.1rem;
    }

    .icon {
        height: 40px;
        width: 40px;
    }

}


/* How it Works Section */
#works {
    width: 100%;
}

#works h1 {
    width: 90%;
    display: flex;
    font-family: 'Montaga', serif;
    font-weight: 500;
    justify-content: center;
    padding-top: 15px;
    margin: 0 auto;
    color: #000;
    /* font-size: 24px; */
}

.work-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    gap: 20px;
    color: black;
}

.steps {
    flex: 2;
    padding-left: 40px;
}


.steps-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.step p {
    font-size: 18px;
    font-family: 'Montaga', serif;
    color: rgba(0, 0, 0, 1);
}

.steps-container p {
    font-family: 'Montaga', serif;
    font-size: clamp(0.8rem, 0.4rem + 0.9vw, 1.5rem);
    font-weight: 400;
    color: #818181;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: #BF8F2C;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 10px;
}

/* .vertical-text {
    display: flex;
    align-items: center;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 0 10px;
} */

/* .vertical-text p {
    text-align: center;
    font-size: 22px;
    font-family: 'Montaga', serif;
    color: rgba(0, 0, 0, 1);
} */

.vertical-text {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}

.vertical-text p {
    text-align: center;
    font-size: 22px;
    font-family: 'Montaga', serif;
    color: rgba(0, 0, 0, 1);
}

.image {
    width: 100%;
    margin: 0 auto;
    flex: 1;
    justify-content: start;
}

.image img {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    scale: 0.9;
    /* padding-right: 30px; */
    box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* .header {
        flex-wrap: wrap;
    } */

    .work-container {
        flex-direction: column;
    }

    .steps {
        padding-left: 0;
        margin-bottom: 20px;
    }

    #works .image img {
        height: 350px;
        width: 450px;
        padding-right: 30px;
    }

    .steps-container {
        grid-template-columns: 1fr;
    }

    .steps-container P {
        font-size: clamp(1rem, 0.4rem + 0.9vw, 1.5rem);
    }

    .vertical-text {
        writing-mode: inherit;
        transform: rotate(0deg);
        /* display: none; */
    }
}

/* Pricing Table Section */
.pricing-table {
    width: 80%;
    height: auto;
    margin: 20px auto;
    /* background-color: white; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    overflow-x: auto;
}

.pricing-table h1 {
    width: 90%;
    display: flex;
    font-family: 'Montaga', serif;
    font-weight: 500;
    justify-content: center;
    padding-top: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #000;
    /* font-size: clamp(1rem, 1rem + 3vw, 5rem); */
}

table {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: white;
    text-align: center;
}

th,
td {
    padding: 15px;
    border: 1px solid #ddd;
}

thead th {
    background-color: #BF8F2C;
    color: white;
    font-family: 'Montaga', serif;
    font-size: 18px;
    text-align: center;
}

tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

tbody td {
    font-size: 16px;
}

.table-content {
    /* max-width: 50%; */
}

.check {
    color: green;
    font-size: 18px;
}

.note {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #555;
}

.price-type {
    font-size: 20px;
}

@media screen and (max-width: 768px) {

    .pricing-table {
        width: 100%;
        margin: 0 auto;
    }

    table {
        width: 90%;
        margin: 0 auto;
    }

    thead th {
        font-size: 14px;
    }

    .check {
        font-size: 14px;
    }

    /* table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 96%;
    } */

    /* th,
    td {
        text-align: left;
        display: flex;
        justify-content: space-between;
        padding: 10px;
    } */
    .features {
        font-size: 18px;
    }

    tbody tr {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    tbody td {
        font-size: 14px;
    }

    .note {
        padding: 10px;
    }

    .price-type {
        font-size: 16px;
    }
}

@media (max-width: 440px) {
    .pricing-table {
        width: 100%;
    }

    table {
        width: 90%;
        margin: 0 auto;
    }

    table tr th p {
        font-size: 10px;

    }

    .table-content {
        max-width: 20%;
    }

    .price-type {
        font-size: 14px;
    }

}


/* Custom Package */
#custom {
    width: 100%;
    text-align: center;
}


#custom h1 {
    width: 90%;
    display: flex;
    font-family: 'Montaga', serif;
    font-weight: 500;
    justify-content: center;
    padding-top: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: black;
    /* font-size: clamp(1rem, 1rem + 3vw, 5rem); */
}

.custom-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    z-index: 1;
}

.custom-package {
    position: relative;
    width: 80%;
    border-collapse: collapse;
    /* margin: 0 auto; */
    /* background-color: white; */
}

.custom-package tbody {
    position: relative;
}

.custom-package tbody tr {
    position: relative;
}

.custom-package thead tr {
    background-color: #fbf1e5;
}

.custom-package th {
    background-color: #BF8F2C;
    color: white;
    padding: 15px;

    font-weight: bold;
}

.custom-package td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
}

.custom-package td input {
    padding: 12px;
    padding-right: 30px;
}

.custom-package tr:nth-child(even) {
    background-color: #f7f7f7;
}

.custom-package tbody tr td:nth-child(3) {
    border-color: #fbf1e5;
}

.custom-package input[type="checkbox"] {
    transform: scale(1.5);
    cursor: pointer;
}

/* .edit-btn {
    margin-left: 5px;
    color: red;
} */




.input-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* padding: 6px 0; */
}

.custom-footer-text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.custom-input-row td {
    background-color: #f7f7f7;
    padding: 6px;
    text-align: center;
}


.input-wrapper input {
    width: 80%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.summary {
    width: 40%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.sunmary h2 {
    width: 100%;
    /* font-size: 26px; */
    margin-bottom: 20px;
    text-align: center;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin-bottom: 10px;
}

ul li span {
    float: right;
}

.balance {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.balance div {
    font-size: 18px;
}

p span {
    float: right;
}

#custom button {
    width: 100%;
    margin: 0 auto;
    background-color: #BF8F2C;
    color: #fff;
    border: none;
    font-size: 1.3rem;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    #custom h2 {
        font-size: clamp(1rem, 1rem + 2vw, 3rem);
    }

    .custom-container {
        width: 100%;
    }

    .balance div {
        font-size: 15px;
        text-align: center;
    }
}

@media (max-width: 568px) {
    .balance {
        margin: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 440px) {
    #custom h2 {
        font-size: clamp(1rem, 1rem + 2vw, 2rem);
    }

    .balance {
        margin: 0;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }

    #custom button {
        padding: 5px 5px;
    }
}

/* hr {
    width: 20%;
    margin: 0 auto;
    height: 4px;
    margin-bottom: 30px;
    background-color: black;
} */