body {
    font-family: 'Rethink Sans', sans-serif;
}

h1,
h2,
h4,
h5 {
    font-weight: 500;
}

section {
    font-family: 'Rethink Sans', sans-serif;
    padding-bottom: 80px;
}

.btn-custom {
    background-color: #6F012B;
    color: white;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
}

.btn-custom:hover {
    background-color: #580024;
    color: white;
}

a.btn-custom {
    margin: auto;
}

/* Header */
.header {
    font-family: 'Rethink Sans', sans-serif;
    background-color: black;
    padding-top: 20px;

}

.header-para {
    font-size: 16px;
    padding-bottom: 10px;
}

.header-para-btn {
    border-radius: 2rem;
    margin-left: 20px;
    color: #6F012B;
    text-decoration: none;
    background-color: white;
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
}

.header-icon {
    margin-right: 10px;
    color: #6F012B;
}

.header-icons {
    font-size: 22px;
    margin-left: 5px;
}

.navbar {
    z-index: 999999;
    width: 100%;
/*     top: 50px; */
}

.navbar-nav {
    gap: 30px;
}

.navbar .container {
    background-color: #1c1c1c;
    padding: 20px;
    border-radius: 43px;
/*     margin-top: 35px; */
}


/* Hero Section */


.hero-section {
    position: relative;
/*     padding-top: 150px; */
    background-color: black;
}

.hero-section h1 {
    max-width: 500px;
    font-size: 60px;
}

.hero-section h1 span {
    color: #6F012B;
}

.hero-section-inner {
    background: url('/wp-content/uploads/2025/07/rectangle2.png') no-repeat center center/cover;
    background-size: 100% auto;
    border-radius: 53px;
    padding: 150px;
}

.hero-section-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 53px;
    z-index: 1;
}

.hero-section-inner>* {
    position: relative;
    z-index: 2;
}

.container.d-flex.align-items-center.justify-content-between.flex-wrap.hero-section-inner {
    padding: 120px;
}

.hero-btns {
    margin-top: 50px;
}

.hero-btn-one {
    background-color: #6F012B;
    color: white;
    border-radius: 2rem;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
}

.hero-btn-two {
    border-radius: 2rem;
    background-color: white;
    color: black;
    text-decoration: none;
    padding: 10px;
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-right-linear {
    border: 1px solid;
    padding: 30px;
    max-width: 160px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 1rem;
    background: linear-gradient(to bottom, #AAB4AE, #8D806D);
    color: white;
    text-align: center;
    box-shadow: 1px 1px 0px white;
}


@media (max-width: 991.98px) {
    .header-para {
        font-size: 14px;
        text-align: center;
    }

    .header-para-btn {
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
        padding: 8px 12px;
    }

    /* .navbar .container {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border-radius: 20px;
  } */

    .navbar-nav {
        gap: 15px;
    }

    .hero-section-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 60px 30px;
        background-size: auto 110%;
    }


    .hero-section h1 {
        font-size: 40px;
        max-width: 100%;
    }

    .hero-btns {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .hero-right {
        margin-top: 50px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .hero-right-linear {
        padding: 20px;
        max-width: 140px;
        font-size: 16px;
    }


}

/* Phone (e.g. mobile) */
@media (max-width: 575.98px) {
    .header-para {
        font-size: 13px;
        padding: 0 10px;
    }

    .header-para-btn {
        font-size: 14px;
        padding: 8px 10px;
    }

    .navbar .container {
        padding: 10px;
        border-radius: 16px;
/*         margin-top: 55px; */
    }

    .hero-section {
        padding-top: 20px;
    }

    .hero-section-inner {
        padding: 40px 20px;
        border-radius: 30px;
/*         margin-top: 55px; */
        background-size: auto 100%;
    }

    .hero-section h1 {
        font-size: 30px;
    }

    .hero-section h2 {
        font-size: 18px;
    }

    .hero-btns {
        margin-top: 30px;
        display: flex
    }

    .hero-btn-one,
    .hero-btn-two {
        font-size: 14px;
        padding: 10px 16px;
        margin: 0
    }

    .hero-right {
        margin-top: 40px;
        flex-direction: column;
        gap: 12px;
    }

    .hero-right-linear {
        padding: 16px;
        max-width: 100%;
        font-size: 14px;
    }

}


/* About Section */
.about-us {
    background: url('./assets/Rectangle16.png') no-repeat center center/cover;
}

.about-heading {
    font-weight: 500;
    font-size: 40px;
}

.about-card {
    color: white;
    padding: 25px;
    clip-path: polygon(50.25% 0%, 0.15% 0%, 0% 63.95%, 50% 64.07%, 50% 100%, 100% 100%, 100% 0%);
    background-color: black;
    border-radius: 42px;
}

.about-image {
    border-radius: 1.5rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.view-more-btn {
    background-color: #6F012B;
    color: white;
    border-radius: 2rem;
    padding: 20px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .about-card {
        clip-path: none;
        border-radius: 20px;
        padding: 20px;
        text-align: center;
    }

    .about-card p {
        text-align: left;
    }

    .about-image {
        margin-top: 20px;
    }

    .about-image-left {
        width: 100%;
        height: 220px;
        border-radius: 1rem;
        margin-left: 35px;
    }
}

@media (max-width: 1024px) and (min-width: 990px) {

    img.about-image-left {
        width: 270px;
        margin-top: -215px;
    }

    .about-image-left {
        height: 180px;
    }

}

/* Service Section */
.card {
    width: 320px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.card-img-top {
    padding: 10px;
}

.card-icon {
    margin-top: -20px;
    z-index: 2;
}

.card-icon-body {
    width: 100px;
    height: 100px;
}

.icon-img {
    width: 50px;
    height: 50px;
}


.card-body h5 {
    color: #6F012B;
    font-weight: 600;
    font-size: 23px;
}

.card-body.px-4.pb-4.pt-5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Gallery Section */

.gallery {
    background: url('./assets/Rectangle26.png') no-repeat center center/cover;
}

.gallery-heading {
    color: #7c0b2b;
    font-weight: 500;
    font-size: 40px
}

/* Testimonial Section */


.testimonial-heading {
    font-weight: 500;
    font-size: 40px;
}

.carousel-inner p {
    font-size: 22px;
}

.carousel-inner .bi-star-fill {
    font-size: 35px;
}

/* Contact Section */


.contact-us {
    background: url('./assets/Rectangle26.png') no-repeat center center/cover;
}

.contact-heading {
    color: #7c0b2b;
    font-weight: 500;
    font-size: 40px;
}

.contact-box h4 {
    font-size: 40px;
    font-weight: 500;
    color: #7c0b2b;
}

.contact-box {
    border: 1px solid #7c0b2b;
    border-radius: 1.5rem;
    padding: 30px;
    background-color: white;
    height: 100%;
}

img.contact-image {
    border-radius: 1.5rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Footer */

footer {
    font-family: 'Rethink Sans', sans-serif;
    ;
}

.footer-sections h6 {
    font-size: 22px;
    font-weight: 400;
}

footer ul li {
    margin-bottom: 0.5rem;

}

footer hr {
    border-color: #666;
}

footer .bi {
    font-size: 20px;
}

.stay {
    font-size: 20px;
}


.btn-custom {
    background-color: #7c0b2b;
    color: white;
    border-radius: 999px;
    padding: 10px 30px;
    text-decoration: none;
}

.btn-custom:hover {
    background-color: #5c081f;
}

.form-check-label span {
    color: #7c0b2b;
}

/* Match height on larger screens only */
@media (min-width: 992px) {
    .row.equal-height>div {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 576px) {

    .carousel-control-prev,
    .carousel-control-next {
        position: relative !important;
        display: inline-block;
    }
}

.about-card p.mb-0 {
    padding-left: 370px;
    padding-top: 40px;
    font-size: 20px;
}


img.about-image-left {
    width: 300px;
    margin-top: -250px;
}

.about-us-text {
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .about-card p.mb-0 {
        padding-left: 0px;
        font-size: 20px;
    }

    img.about-image-left {
        margin-top: 0px;
    }
}

.list-unstyled li a {
    color: black;
    text-decoration: none;
}


/* Added By Kousik */

#breadcrumbs {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

#breadcrumbs a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

#breadcrumbs a:hover {
    color: #000000;
}

#breadcrumbs span {
    margin: 0 4px;
}

.feature-section {
    background-color: #f8f9fa;
}

.feature-box {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.feature-desc {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.about-section h2 {
    color: #2c3e50;
}

.about-section p {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.review-card {
    height: 150px;
    /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-card img {
    max-height: 100px;
    /* Fixed image height */
    object-fit: contain;
}

img.footer-log-img {
    width: 200px;
}

i.bi.bi-shop {
    font-size: 22px;
    margin-left: 15px;
}

i.fab.fa-yelp {
    font-size: 22px;
    margin-left: 15px;
}

/* video-section */

.video-section {
    padding: 50px 0;
    text-align: center;
}

.video-section h2 {
    color: #800020;
    /* Burgundy shade */
    font-weight: bold;
}

.video-section p.sub-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.video-section p.desc {
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 40px;
}

.video-card video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.carousel-inner {
    overflow: visible !important;
}

/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */
/* ============================================== */

.custom-card {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.custom-card h2,
.custom-card h3 {
    color: #1e3a8a;
    font-weight: 600;
}

.custom-card ul {
    padding-left: 1.2rem;
}

.custom-card ul li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.accordion-button {
    background-color: #f1f5f9;
    color: #1e3a8a;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: #1e3a8a;
    color: #ffffff;
}

.accordion-body {
    background-color: #f8fafc;
}