.elementor-209 .elementor-element.elementor-element-92ae5a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5ad2aff *//* ---- Essential Grid & Layout CSS (from common.css) ---- */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row>* {
    padding: 0 15px;
    box-sizing: border-box;
}

.col-6 {
    width: 50%;
}

.col-12 {
    width: 100%;
}

@media (min-width: 992px) {
    .col-lg-6 {
        width: 50%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

/* ---- Banner Section ---- */
.banner-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 0 0 20px 20px;
}

.banner-section img {
    width: 100%;
    display: block;
}

.banner-section.inn-header::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
}

.banner-section.inn-header .caption {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

.banner-section.inn-header .caption h1 {
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
}

/* ---- Section Typography & Spacing ---- */
.section {
    padding: 60px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #73308a;
    margin-bottom: 15px;
    margin-top: 0;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.bg-light-purple {
    background-color: #f7f2f9;
}

/* Contact Us Page Styles */
.contact-info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f7f2f9;
    border-radius: 8px;
}

.contact-info-box i {
    font-size: 24px;
    color: #73308a;
    background: #efe5f3;
    padding: 12px;
    border-radius: 50%;
}

.contact-info-box a {
    color: #73308a;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.office-info {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.office-info h3 {
    color: #73308a;
    margin: 0 0 15px;
}

.office-info p {
    color: #555;
    line-height: 1.8;
}

.office-info a {
    color: #73308a;
    text-decoration: none;
    font-weight: 600;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    width: 100%;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    font-family: inherit;
    box-sizing: border-box;
}

.contact-form textarea {
    box-sizing: border-box;
}

.contact-form input[type="submit"] {
    background-color: #ffdd24;
    color: #000 !important;
    padding: 12px 35px;
    border-radius: 25px;
    border: none;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    margin-top: 10px;
}

.contact-form input[type="submit"]:hover {
    background-color: #e6c800;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 221, 36, 0.4);
}/* End custom CSS */