.text-justify {
    text-align: justify;
}

.key-about {
    background-color: #ebdbc5;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 15px;
    border-bottom: 2px solid #a86302;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-links {
    background-color: #ebdbc5;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 15px;
    border-bottom: 2px solid #a86302;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #a86302;
    color: #ffffff;
    transform: translateX(5px);
}

.key-contact {
    background-color: #ebdbc5;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #000000;
    margin-bottom: 15px;
    border-bottom: 2px solid #a86302;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-contact p a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mt-3 {
    margin-top: 15px;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.key-main h2 {
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    margin-bottom: 12px;
    font-size: 35px;
    color: #784907;
}

.caterer-para {
    font-size: 28px;
    font-weight: 600;
}




/* Testimonial Section Styles */
/* .testimonial-section {
  background: #f9f5f0;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
} */

.section-title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
}

.testimonial-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial {
    display: none;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.5s ease;
}

.testimonial.active {
    display: flex;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    /* border: 3px solid #d35400; */
}

.testimonial-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    font-style: italic;
    text-align: center;
}

.testimonial-name {
    font-weight: bold;
    color: #ffffff;
}

.test-para {
    color: #ffffff;
    font-size: 15px;
}

.testimonial-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.testimonial-nav span {
    font-size: 30px;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    transition: 0.3s;
}

.testimonial-nav span:hover {
    color: #ffffff;
}


/* Why choose css */
.feature-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #8B4513, #D2691E);
    width: 100%;
    height: 250px;
    margin: 15px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-description {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
}

.g-4 {
    display: flex;
}

/* Why choose end */



/* FAQ Section */
.faq-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

/* .faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #222;
} */

/* FAQ Item */
.faq-item {
    border-radius: 10px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Question */
.faq-question {
    padding: 18px 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid #a86302;
    border-radius: 10px;
}

.faq-question:hover {
    background: #f9f9f9;
}

/* Icon */
.faq-question span {
    font-size: 24px;
    transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fafafa;
}

.faq-answer p {
    padding: 18px 22px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}



/* Book your wedding */
header {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(218, 165, 32, 0.2);
}

h1 {
    color: #a0522d;
    font-size: 2.8rem;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.tagline {
    color: #d4a76a;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 15px;
}

.intro {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.step {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border-top: 5px solid #d4a76a;
}

.step:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.step-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: #a0522d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.step-icon {
    font-size: 2.5rem;
    color: #d4a76a;
    margin-bottom: 20px;
}

.step-title {
    color: #a0522d;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 400;
    border-bottom: 1px dashed #e0c9af;
    padding-bottom: 10px;
}

.step-content {
    color: #666;
    font-size: 1rem;
    margin-bottom: 10px;
}

.step-highlight {
    background-color: #fffaf5;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    border-left: 4px solid #d4a76a;
}

.cta-button {
    display: inline-block;
    background-color: #a0522d;
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: 2px solid #a0522d;
}

.cta-button:hover {
    background-color: white;
    color: #a0522d;
}

footer {
    text-align: center;
    padding: 30px;
    color: #d4a76a;
    border-top: 1px solid rgba(218, 165, 32, 0.2);
    margin-top: 30px;
}

@media (max-width: 768px) {
    .step {
        max-width: 100%;
    }

    h1 {
        font-size: 2.2rem;
    }

    .contact-details {
        flex-direction: column;
        gap: 15px;
    }
}

/* Decorative elements */
.floral-border {
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,10 Q25,5 50,10 T100,10' stroke='%23d4a76a' fill='none' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    margin: 20px 0;
    opacity: 0.7;
}






.services-section {
    padding: 60px 20px;
}

.services-grid {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
    gap: 25px;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #8b5e3c;
}

.service-card ul {
    list-style: none;
}

.service-card ul li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
    color: #555;
    text-align: left;
}

.service-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #c29b6c;
    font-size: 14px;
}






.location-box {
    padding: 30px;
    /* border: 1px solid #a86302; */
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.high-light {
    padding: 20px;
    font-size: 23px;
    font-weight: 600;
}

.list-location {
    list-style: none;
    padding-left: 5px;
}

.local {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    background: #fff8ef;
    margin-bottom: 15px;
}

.local i {
    color: #a86302;
    font-size: 16px;
    padding-right: 23px;
}


/* table css */
.comparison-section {
    padding: 60px 15px;
    background: #f9f9f9;
}

.comparison-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #333;
}

.table-responsive {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.comparison-table thead {
    background: #8b5e3c;
    /* elegant brown tone */
}

.comparison-table thead th {
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-table tbody td {
    padding: 14px 16px;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #eaeaea;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody tr:nth-child(even) {
    background: #f7f3ef;
}

.comparison-table tbody tr:hover {
    background: #f1e6db;
    transition: 0.3s ease;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: #222;
}

/* table end */


/* Mobile responsive */
@media(max-width:768px) {
    .key-about {
        max-width: 100%;
    }

    .g-4 {
        display: block;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .service-card ul {
        list-style: none;
        margin-left: -43px;
    }

    .dynamic-sec {
        display: grid !important;
    }

    .book-hall {
            padding-right: 45px;
    }

    .feature-card {
    width: 100%;
    height: auto;
}

.serve-high {
    height: auto;
}

.price {
        height: auto;
}
}


@media (max-width: 991px) {
    .services-grid {
        width: 100%;
        display: grid;
    }

        .ftr-grid {
        width: 100%;
        margin-bottom: 1.5em;
    }
}


.dynamic-sec {
    display: flex;
}

.dynamic-sec h2 a {
    color: #333;
}

.serve-high {
    height: 245px !important;
}

.price {
        height: 165px !important;
}

