* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-image: url('images/website-bg.webp');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.562);
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header Section */
.header a:hover {
    color: #ceaf7f !important;
}

.header button {
    background: #ceaf7f !important;
}

.header button:hover {
    background: #ceae7fcd !important;
    color: #fff !important;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    margin-top: 100px !important;
}

.hero-content h1 {
    font-size: 90px;
    font-family: serif;
    font-weight: 700;
    color: #fff;
}

.hero-content p {
    color: #fff;
    font-size: 25px;
    margin: 20px 0;
}

.badge-custom {
    background: #393125e6;
    color: #ceaf7f;
    padding: 15px 40px;
    letter-spacing: 2px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: 700;
}

.btn-custom {
    background: #ceaf7f !important;
    color: #fff !important;
    padding: 15px 80px !important;
    border: 4px solid #ceaf7f !important;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #ceae7fcd !important;
    color: #fff !important;
    border: 4px solid #c2a478af !important;
    transform: translateY(-3px);
}

.btn-outline-custom {
    border: 4px solid #fff !important;
    color: #fff !important;
    padding: 15px 80px !important;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    border: 4px solid #ceae7fcd !important;
    color: #ceae7fcd !important;
    transform: translateY(-3px);
}

.carousel img {
    object-fit: cover;
}

.social-icons i {
    width: 55px;
    height: 55px;
    background-color: #343434b2;
    margin-right: 15px;
    align-content: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.social-icons i:hover {
    background: #ceaf7f;
    transform: scale(1.1);
}

/* Media Query */
/* @media(max-width : 767px) {
    .hero-content h1 {
        font-size: 50px !important;
    }

    .hero-content p {
        font-size: 18px;
    }

    .btn-custom {
        width: 100%;
    }

    .btn-outline-custom {
        width: 100%;
    }
} */


/* About Section */
.about {
    padding: 180px 0;
    position: relative;
}

.about h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.about .line {
    width: 60px;
    height: 3px;
    background: #ceaf7f;
    margin: 15px 0;
}

.about p {
    color: #bbb;
}

.about-card {
    background: #ceae7f15;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.about-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.chef-img {
    width: 100px;
    height: 100px;
    border: 5px solid #ceaf7f;
    border-radius: 50%;
    object-fit: cover;
}

.about-images {
    position: relative;
}

.about-images img.main-img {
    width: 100%;
    border: 7px solid #666666b7;
    border-radius: 15px;
    transition: 0.4s;
}

.about-images img.second-img {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 60%;
    border-radius: 15px;
    border: 7px solid #666666b7;
    transition: 0.4s;
}

.about .second-img:hover {
    transform: scale(1.05) translate(-10px, -10px);
}

.est-badge {
    position: absolute;
    top: -40px;
    left: -40px;
    background: #ceaf7f;
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    font-family: serif;
    z-index: 2;
}

/* Media Query */
/* @media(max-width:991px) {
    .about-images img.second-img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }

    .est-badge {
        top: 10px;
        left: 10px;
    }
} */


/* Award Section */
.award {
    padding: 100px 0;
}

.award-card {
    transition: all 0.4s ease;
}

.award h3 {
    font-size: 35px !important;
    color: #fff;
    font-family: serif;
}

.award p {
    font-size: 19px;
    width: 340px;
    margin: 20px auto;
    color: #fff;
}

.award i {
    width: 90px;
    height: 90px;
    background: #28231c;
    margin: 30px 0;
    border-radius: 50px;
    color: #ceaf7f;
    font-size: 35px;
    align-content: center;
    text-align: center;
    transition: all 0.4s ease;
}

.award-card:hover {
    transform: translateY(-15px);
}

.award-card:hover i {
    background: #ceaf7f;
    color: #fff;
    transform: scale(1.02);
}


/* Experience Section */
.experience {
    background: #4c4c4b2c;
    margin: 0 150px;
}

.experience-box {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.experience-box h2 {
    font-size: 72px;
    font-family: serif;
    color: #ceaf7f;
    font-weight: bold;
}

.experience-box p {
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
}

.experience-box:hover {
    transform: translateY(-8px) scale(1.1);
}


/* Menu Section */
.title {
    padding: 100px 0;
    text-align: center;
}

.title h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    font-family: serif;
    display: inline-block;
    position: relative;
}

.title h2::before,
.title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 3px;
    background-color: #ceaf7f;
}

.title h2::before {
    right: 100%;
    margin-right: 15px;
}

.title h2::after {
    left: 100%;
    margin-left: 15px;
}

.title p {
    color: #fff;
    margin-top: 15px;
    font-size: 20px;
}

.menu input {
    display: none;
}

.filters {
    text-align: center;
    margin-bottom: 40px;
}

.filters label {
    padding: 15px 35px;
    margin: 5px;
    border-radius: 40px;
    background: #2a2a2a;
    color: #fff !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.filters label:hover {
    background-color: #ceae7f1e;
}

#all:checked~.filters label[for="all"],
#starters:checked~.filters label[for="starters"],
#main:checked~.filters label[for="main"],
#desserts:checked~.filters label[for="desserts"],
#drinks:checked~.filters label[for="drinks"] {
    background: #ceaf7f;
    color: #000;
}

.menu-card {
    background: #252a2b;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 15px;
    transition: all 0.3s ease;
}

.menu-card img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.menu-card:hover img {
    transform: scale(1.05);
}

.menu-card h5 {
    color: #fff;
    font-size: 30px !important;
    font-family: serif;
    margin-bottom: 10px;
}

.menu-card p {
    color: #aaa;
    font-size: 20px;
}

.price {
    color: #ceaf7f;
    font-size: 25px;
    font-weight: bold;
}

.tag {
    background: #3a3a3a;
    color: #ceaf7f;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 20px;
    margin-left: 10px;
}

.menu-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.menu-items .item {
    display: block;
}

#starters:checked~.menu-items .item,
#main:checked~.menu-items .item,
#desserts:checked~.menu-items .item,
#drinks:checked~.menu-items .item {
    display: none;
}

#starters:checked~.menu-items .starters,
#main:checked~.menu-items .main,
#desserts:checked~.menu-items .desserts,
#drinks:checked~.menu-items .drinks {
    display: block;
}

.dw-btn {
    background: #ceaf7f;
    color: #fff;
    padding: 15px 40px;
    transition: all 0.4s ease;
}

.dw-btn:hover {
    background: #ceae7fcd;
    transform: translateY(-10px);
}


/* Special Section */
.special {
    padding: 100px 0;
}

.special-title {
    display: inline-block;
    background: #1e1e1e;
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    margin-bottom: 30px;
    margin-left: 100px;
    font-size: 18px;
    font-weight: 500;
}

.special-card {
    background: #2b2f31;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
    transition: 0.4s;
}

.special-img {
    position: relative;
}

.special-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.special-card:hover .special-img img {
    transform: scale(1.02);
}

.tags {
    position: absolute;
    top: 10px;
    left: 10px;
}

.tag {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

.tag.special-tag {
    background: #c6a76ac5;
    font-size: 18px;
}

.tag.vegan {
    background: #28a746d3;
    font-size: 18px;
}

.tag.spicy {
    background: #dc3546d2;
    font-size: 18px;
}

.special-content {
    padding: 20px 0;
}

.special-content h4 {
    color: #fff;
    font-family: serif;
    font-size: 35px !important;
    margin-bottom: 10px;
}

.special-content p {
    color: #bbb;
    font-size: 20px;
}

.price {
    color: #ceaf7f;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.special-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}


/* Testimonial Section */
.testimonial {
    padding: 60px 0;
}

.testimonial-card {
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.testimonial-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #ceaf7f;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial p {
    color: #fff;
    font-size: 20px;
    width: 60%;
    margin: 20px auto;
}

.testimonial h5 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 35px;
    font-family: serif;
}

.work {
    color: #aaa;
    font-size: 25px;
    font-family: serif;
}

.stars {
    color: #d4af37;
    margin-bottom: 10px;
}

.carousel-indicators [data-bs-target] {
    width: 17px !important;
    height: 17px !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    background-color: #777 !important;
}

.carousel-indicators .active {
    background-color: #ceaf7f !important;
}


/* Chefs Section */
.chef2-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
}

.chef2-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.chef2-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 2;
}

.chef2-info h5 {
    font-size: 18px;
    color: #ceaf7f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.chef2-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    opacity: 0;
    transition: all 0.4s ease;
}

.chef2-card:hover img {
    transform: scale(1.1);
}

.chef2-card:hover .chef2-overlay {
    opacity: 1;
}

.chef2-social i {
    width: 50px;
    height: 50px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-content: center;
    font-size: 20px;
    margin-top: 100%;
    background: #ceaf7f;
    border-radius: 50%;
    color: #000;
    transition: all 0.3s ease;
}

.chef2-social i:hover {
    background: #fff;
    color: #ceaf7f;
    transform: translateY(-10px);
}

.chef2-big {
    height: 100%;
}

.chef2-big img {
    height: 100%;
}

/* Media Query */
/* @media(max-width:768px) {
    .chef2-big {
        height: auto;
    }
} */


/* Booking Section */
.booking {
    color: #fff;
}

.booking h1 {
    font-size: 62px;
    font-family: serif;
    font-weight: 600;
}

.booking p {
    color: #fff;
    font-size: 20px;
}

.booking-item {
    align-items: flex-start;
}

.booking-item h5 {
    margin-bottom: 5px;
    font-family: serif;
    font-size: 30px;
}

.booking-icon {
    font-size: 35px;
    margin-right: 15px;
    color: #c9a96e;
}

.booking-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.booking-img img {
    width: 100%;
    transition: 0.5s;
}

.booking-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #1b1b1b11;
    opacity: 0;
    transition: 0.4s;
}

.booking-img:hover img {
    transform: scale(1.08);
}

.booking-img:hover::after {
    opacity: 1;
}

/* Media Query */
/* @media(max-width:768px) {
    .booking h1 {
        font-size: 30px;
    }

    .booking h1 {
        font-size: 28px;
    }
} */

.booking-box {
    width: 80%;
    background: #252a2b;
    border-radius: 15px;
}

.booking h1 {
    font-size: 42px;
}

.booking p {
    color: #aaa;
}

.booking-input {
    background: transparent !important;
    border: 2px solid #444 !important;
    color: #fff !important;
    padding: 24px !important;
    border-radius: 8px !important;
    transition: 0.3s;
}

.booking-input::placeholder {
    color: #fff !important;
    font-size: 18px !important;
    opacity: 0.7;
}

.booking-input:focus {
    background: transparent !important;
    color: #fff !important;
    box-shadow: 0 0 3px 3px #c9a96e4b !important;
    border-color: #c9a96e !important;
}

.booking-input:hover {
    border-color: #c9a96e !important;
}

select.booking-input {
    color: #ccc !important;
}

.booking-btn {
    display: flex;
    background: #c9a96e !important;
    border: 3px solid #fff !important;
    padding: 15px 60px !important;
    border-radius: 10px !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

.booking-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: #ffffff7b;
    transform: skewX(-20deg);
    transition: .5s;
}

.booking-btn:hover::before {
    left: 100%;
}

.booking-btn:hover {
    background: #ceae7f75 !important;
    color: #ceaf7f !important;
    border-color: #ceaf7f !important;
}


/* Location Section */
.location {
    padding: 60px 0;
}

.location-box {
    background: #252a2b;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.4s ease;
}

.location-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.location h2 {
    color: #fff;
    font-size: 45px;
    font-family: serif;
    font-weight: 700;
}

.location p {
    color: #fff;
    font-size: 23px;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a66b;
    margin-right: 15px;
    font-size: 38px;
    transition: 0.3s;
}

.location-box:hover .icon {
    color: #fff;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.hours {
    width: 100%;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hours-row .day {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.hours-row .time {
    color: #fff;
    text-align: right;
    min-width: 220px;
    font-size: 20px;
    font-weight: 600;
}

.btn-custom {
    display: flex;
    background: #c9a96e !important;
    border: 3px solid #fff !important;
    padding: 15px 60px !important;
    border-radius: 5px !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

.btn-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: #ffffff7b;
    transform: skewX(-20deg);
    transition: all 0.5s ease;
}

.btn-custom:hover::before {
    left: 100%;
}

.btn-custom:hover {
    background: #ceae7f75 !important;
    color: #ceaf7f !important;
    border-color: #ceaf7f !important;
}

.btn-outline-custom {
    display: flex;
    border: 3px solid #c9a66b !important;
    padding: 15px 60px !important;
    border-radius: 5px !important;
    color: #c9a66b !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

.btn-outline-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: #ffffff7b;
    transform: skewX(-20deg);
    transition: all 0.5s ease;
}

.btn-outline-custom:hover::before {
    left: 100%;
}

.btn-outline-custom:hover {
    color: #ceae7f75 !important;
    border-color: #ceae7f75 !important;
}

iframe {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    min-height: 400px;
}


/* Event Section */
.event {
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.event-title {
    position: relative;
    font-weight: 700;
    font-size: 60px;
    font-family: serif;
    margin-bottom: 20px;
    display: inline-block;
}

.event-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #c9a66b;
    margin: 15px auto 0;
    border-radius: 2px;
}

.event-card {
    background: #252a2b;
    border-radius: 20px;
    padding: 40px 20px;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

.event-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.event-icon {
    width: 100px;
    height: 100px;
    background: #3b3b3b;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    font-size: 44px;
    color: #c9a66b;
    transition: all 0.4s ease;
}

.event-card:hover .event-icon {
    background-color: #ffffff9a;
    color: #624410;
    transform: rotateY(360deg);
}

.event-card h4 {
    font-size: 35px;
    font-family: serif;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 50px;
}

.event-card p {
    color: #bbb;
    font-size: 20px;
    font-weight: 500;
}

.event-badge {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 28px;
    border-radius: 30px;
    background: #3b3b3b;
    color: #ddd;
    font-size: 19px;
    font-weight: 600;
}

.event-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.event-img:hover img {
    transform: scale(1.1);
}

.event-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
}

.event-img:hover::after {
    opacity: 1;
}


/* Ready Section */
.ready {
    padding: 60px 0;
}

.ready-box {
    background: #ceae7f15;
    border-radius: 20px;
    padding: 60px;
    color: #fff;
}

.ready-text h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ready-text p {
    color: #ccc;
    max-width: 600px;
    margin: 0;
}

.ready-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #d4b483;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.ready-btn:hover {
    background: #c19a5f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}


/* Upcoming Section */
.upcoming {
    color: #fff;
}

.upcoming-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: serif;
    font-size: 50px;
}

.upcoming-title::after {
    content: "";
    width: 100px;
    height: 5px;
    background: #d4b483;
    display: block;
    border-radius: 10px;
    margin: 10px auto 0;
}

.upcoming-card {
    background: #252a2b;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
}

.upcoming-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.upcoming-img {
    position: relative;
    width: 35%;
    height: 350px;
    overflow: hidden;
}

.upcoming-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.upcoming-card:hover img {
    transform: scale(1.1);
}

.date-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #bda074;
    color: #fff;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.date-badge span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.date-badge strong {
    font-size: 25px;
}

.upcoming-content {
    padding: 20px;
    width: 60%;
}

.upcoming-content h4 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: serif;
}

.event-info {
    font-size: 20px;
    color: #bbb;
}

.event-info span {
    margin-right: 15px;
}

.event-info i {
    color: #d4b483;
    font-size: 25px;
    margin-right: 5px;
}

.upcoming-btn {
    display: flex;
    border: 3px solid #c9a66b !important;
    padding: 15px 60px !important;
    border-radius: 8px !important;
    color: #c9a66b !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease;
}

.upcoming-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffffff63;
    transform: skewX(-20deg);
    transition: all 0.5s ease;
}

.upcoming-btn:hover::before {
    left: 100%;
}

.upcoming-btn:hover {
    color: #fff !important;
    border-color: #fff !important;
}


/* Contact Section */
.contact {
    padding: 60px 0;
}

.contact-card {
    background: #252a2b;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ddd;
    transition: 0.4s ease;
}

.contact-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #c9a66b;
    transition: 0.4s;
}

.contact-card:hover .contact-icon {
    background: #c9a66b;
    color: #000;
    transform: rotate(15deg) scale(1.1);
}

.contact h5 {
    color: #fff;
    font-size: 30px;
    font-family: serif;
    margin-bottom: 15px;
}

.contact p {
    margin: 0;
    color: #bbb;
    font-size: 20px;
}

/* Media Query */
/* @media (max-width: 768px) {
    .contact-card {
        flex-direction: column;
        text-align: center;
    }
} */


/* Touch Section */
.touch {
    padding: 150px 0 !important;
    position: relative;
    border-bottom: 2px solid #cccccc5d;
    display: flex;
    flex-wrap: wrap;
}

.touch-form {
    background: #1a1d22;
    width: 75%;
    margin: 20px auto 0;
    padding: 40px !important;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
    transition: 0.4s;
}

.touch-form:hover {
    transform: translateY(-5px);
}

.touch-title {
    text-align: center;
    color: #fff;
    font-family: serif;
    margin-bottom: 30px;
}

.touch-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #c9a96e;
    margin: 10px auto 0;
}

.touch .form-control {
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding-left: 40px !important;
    border-radius: 8px !important;
    transition: 0.3s;
}

.touch .form-control::placeholder {
    color: #aaa;
    font-size: 18px !important;
}

.touch-input {
    position: relative;
}

.touch-input i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #aaa;
    transition: 0.3s;
}

.touch .form-control:focus {
    border-color: #c9a96e !important;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
    background: transparent;
    color: #fff;
}

.touch .form-control:focus+i {
    color: #c9a96e;
}

.touch textarea.form-control {
    padding-left: 40px;
}


/* Footer Section */
.footer {
    color: #bbb;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer .row {
    margin: 0 !important;
    padding: 0 50px;
}

.footer-logo {
    color: #fff;
    font-weight: bold;
    font-family: serif;
}

.footer-text {
    color: #ccc;
    font-size: 18px;
    line-height: 1.7;
}

.footer-heading {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: serif;
}

.footer-link {
    color: #bbb;
    text-decoration: none;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-link:hover {
    color: #c9a66b;
    transform: translateX(5px);
}

.footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 10px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border: 3px solid #444;
    border-radius: 50%;
    color: #bbb;
    font-size: 25px;
    margin-right: 10px;
    transition: 0.3s;
}

.footer-social a:hover {
    border-color: #c9a66b;
    color: #c9a66b;
    transform: scale(1.1);
}

.footer-bottom {
    background: #ceae7f15;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
}

.footer-bottom a {
    color: #c9a66b;
}

.footer-bottom a:hover {
    color: #fff;
}


/* Scroll Top Button */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    font-size: 25px;
    background: #ceaf7f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.scroll-top:hover {
    background-color: #ceae7fcd;
    color: #fff;
}