.ro-txt h2 {
    font-size: 20px;
}

.sticky-wrapper {
    z-index: 99;
}

/* ===== ENQUIRY MODAL ===== */
#enquiryModal .modal-dialog {
    width: 600px;
    max-width: 96vw;
    margin: 20px auto;
}

#enquiryModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

#enquiryModal .modal-header {
    background: linear-gradient(135deg, #2b3c67 0%, #1a5276 100%);
    padding: 18px 24px;
    border-bottom: none;
}

#enquiryModal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}

#enquiryModal .modal-header .close {
    color: #fff;
    opacity: 0.85;
    font-size: 24px;
    margin-top: -2px;
    text-shadow: none;
}

#enquiryModal .modal-header .close:hover {
    opacity: 1;
}

#enquiryModal .modal-body {
    padding: 22px 28px 18px;
    background: #f7f9fc;
}

#enquiryModal .modal-body .form-row-2col {
    display: flex;
    gap: 16px;
}

#enquiryModal .modal-body .form-row-2col .form-group {
    flex: 1;
    min-width: 0;
}

#enquiryModal .form-group {
    margin-bottom: 14px;
}

#enquiryModal label {
    font-size: 13px;
    font-weight: 600;
    color: #2b3c67;
    margin-bottom: 5px;
    display: block;
}

#enquiryModal .form-control {
    height: 38px;
    border-radius: 5px;
    border: 1px solid #c8d6e5;
    font-size: 13px;
    color: #333;
    background: #fff;
    box-shadow: none;
    transition: border-color .2s;
    padding: 6px 10px;
}

#enquiryModal .form-control:focus {
    border-color: #2b3c67;
    box-shadow: 0 0 0 3px rgba(43, 60, 103, 0.12);
    outline: none;
}

#enquiryModal .form-control:disabled {
    background: #eef1f5;
    cursor: not-allowed;
    color: #999;
}

#enquiryModal .enq-submit-btn {
    background: linear-gradient(135deg, #f37e06 0%, #e06000 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 100%;
    margin-top: 6px;
    transition: opacity .2s;
}

#enquiryModal .enq-submit-btn:hover {
    opacity: 0.9;
}

#enquiryModal .section-divider {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #2b3c67;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 6px 0 12px;
    display: inline-block;
    letter-spacing: 0.4px;
}

/* Floating button */
.enq-float-btn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
    background: linear-gradient(135deg, #f37e06 0%, #e06000 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(243, 126, 6, 0.5);
    cursor: pointer;
    transition: box-shadow .2s, transform .2s;
}

.enq-float-btn:hover {
    box-shadow: 0 6px 20px rgba(243, 126, 6, 0.7);
    transform: translateY(-2px);
    color: #fff;
}


.cnt223 a {
    text-decoration: none;
    text-decoration: none;
    color: #f00;
    opacity: .9;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 99999;
    background: #5e5c5cb3;
    height: 100%;
    transition-duration: .5s;
}

.cnt223 {
    min-width: 600px;
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: #ffffff;
    position: relative;
    z-index: 9999;
    padding: 0px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 p {
    clear: both;
    color: #14609c;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
    padding: 15px 0;
}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
    opacity: 1;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}

.form-control {
    margin-bottom: 0px;
}


@media screen and (max-width: 1400px) {
    .section-divider {
        display: none !important;
    }



    #enquiryModal .form-group {
        margin-bottom: 5px;
    }
}