.inner_banner {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.banner-image img {
    width: 100%;
    height: 300px; /* Aap isse adjust kar sakte hain */
    object-fit: cover;
}

.inner-page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: bla;
    
    font-weight: bold;
}


/* FAQ Section Styling */
.faq-sec {
    background: #f8f9fa; /* Light Grey Background */
    padding: 60px 0;
}

.faq-head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.faq-head p {
    font-size: 16px;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

/* Accordion Styling */
.accordion-item {
    border: none;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

/* Accordion Button */
.accordion-button {
    font-size: 18px;
    font-weight: 600;
    background-color: #ffffff;
    color: #333;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.accordion-button:focus {
    box-shadow: none;
}

/* Active Accordion */
.accordion-button:not(.collapsed) {
    background-color: #C4956A; /* Bootstrap Primary Color */
    color: white;
}

/* Custom Plus/Minus Icons */
.accordion-button::after {
    content: "\f107"; /* FontAwesome Down Arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #C4956A;
    transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    color: white;
}

/* Accordion Body */
.accordion-body {
    font-size: 16px;
    color: #555;
    padding: 20px;
}



/* ====== General Styles ====== */
body {
    background-color: #fff; /* White background */
    color: #333;
    font-family: 'Arial', sans-serif;
}

/* ====== Contact Section ====== */
.contact-main-sec {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px; /* Extra space between form and info */
}

/* ====== Form Box ====== */
.contact-form {
    background-color: #f9f9f9; /* Light gray background */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 300px;
}

/* Form Fields */
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 12px 12px 45px; /* Space for icons */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #C4956A; /* Theme color */
}

/* Input Icons */
.contact-form i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #C4956A; /* Theme color */
    font-size: 18px;
}

/* Textarea */
.contact-form textarea {
    resize: none;
    height: 150px;
}

/* ====== Submit Button ====== */
.theme-btn {
    background-color: #C4956A; /* Theme button color */
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.theme-btn:hover {
    background-color: #A37E5C;
}

/* ====== Sidebar Styles ====== */
.contact-side-bar {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 300px;
}

/* Sidebar Info Boxes */
.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Sidebar Icons */
.contact-info .cicle-icon {
    width: 40px;
    height: 40px;
    background-color: #C4956A; /* Theme color */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

/* Sidebar Text */
.contact-info h2 {
    font-size: 18px;
    color: #C4956A; /* Theme heading color */
    margin-bottom: 5px;
}

.contact-info p, .contact-info a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.contact-info a:hover {
    text-decoration: underline;
    color: #C4956A;
}


.detailss.form-group i.fas.fa-paper-plane {
    top: 26px !important;
}

.col-lg-8.col-12 h4 {
    margin-left: 32px;
}

.col-lg-4.col-12 h4 {
    margin-left: 26px;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

h3 span {
    color: white;
}


.about-txt-ex-main {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -47px !important;
    width: 48%;
    margin: 10px 190px 10px auto;
}

.page-template-About .footer-main {
    background-color: #282828;
    padding: 80px 0 0 0;
    margin-top: 20px;
}

.about-txt-ex-main .about-txt {
    padding: 20px 20px 24px 70px;
    background-color: #282828;
    width: 100%;
}




strong {
    color: black;
}

.about-txt-main .about-txt {
    margin-top: 101px;
}



.case-btn {
    display: flex;
    gap: 20px;
}


.ren-det-img video {
    width: 100%;
    height: 50em !important;
}


.page-id-200 .ren-det-img video {
    width: 100%;
    height: auto !important;
}

.page-id-200 .pt-8 {
    padding-top: 40px;
}

.page-id-200 .pt-8 {
    padding-bottom: 40px;
}

.about-txt-main {
    margin-bottom: 187px !important;
}

.inner_banner {
    position: relative;
    text-align: center;
	padding: 0px !important;
}


.about-txt-ex {
    padding: 8px;
    background-color: #fff;
}

.page-id-226 .ren-det-img video {
    height: max-content !important;
}


.services-card-btn-2 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.pb-8 {
    padding-bottom: 0px;
}

section.detail-rental.pt-8.pb-8.video {
    margin-top: -200px;
}

.align {
    padding-bottom: 30px;
}

.footer-main {
    margin-top: 30px;
}

.bottom_text {
    padding-top: 30px;
}




.error404 h1 {
    font-family: 'Jost', Sans-Serif;
    font-size: 45px;
    line-height: 75px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.error404 .page-content {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 83px;
}

.error404 .page-content {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 83px;
}

h1.inner-page-title.\31 {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: white !important;
    font-weight: bold !important;
    font-family: 'evogria' !important;
    font-size: 55px !important;
    line-height: 60px !important;
    margin: 0 !important;
}