.useful-links {
    padding-left: 120px;

}


@media (max-width: 767px) {
    .useful-links {
        padding-left: 0;
    }
}


.ft_navi_main_wrapper {
    display: flex;
    justify-content: space-between;
    /* Logo left, other stuff right */
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1001;
    flex-wrap: wrap;
}


/* Logo Styling */
/* .ft_logo_wrapper img {
  height: 50px;
  margin: 0;
  padding: 0;
  display: block;
} */



.ft_center_wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar_center_links {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.navbar_center_links li a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 17px;
}

/* Right Contact Button */
.ft_right_button_wrapper {
    justify-content: flex-end;
}

.contact_btn {
    background-color: #3fa9f5;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    transition: background 0.3s ease;
}

.contact_btn:hover {
    background-color: #3fa9f5;
    color: #fff;
}

/* Mobile Toggle */
.rp_mobail_menu_main_wrapper {
    display: none;
    /* hidden on desktop */
}

#toggle {
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

#toggle a {
    color: #333;
}

/* Hide desktop elements on mobile */
@media (max-width: 991px) {

    .ft_center_wrapper,
    .ft_right_button_wrapper {
        display: none !important;
    }

    .rp_mobail_menu_main_wrapper {
        display: block;
    }
}

/* Offcanvas Sidebar */
#sidebar {
    position: fixed;
    top: 0;
    right: -260px;
    /* hidden by default */
    width: 260px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    transition: right 0.3s ease-in-out;
    padding: 20px;
    overflow-y: auto;
}

#sidebar.active {
    right: 0;
}

Close button #toggle_close {
    font-size: 28px;
    cursor: pointer;
    color: #e4d6d6ff;
    text-align: right;
}

/* Sidebar menu links */
/* .sidebb {
    list-style: none;
    padding: 0;
    margin-top: 30px;
} */

.sidebb li a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

@media (max-width: 520px) {
    .ft_logo_wrapper {
        /* width: calc(100% - 125px); */
        width: calc(100% - 300px);
        padding-right: 10px;
    }
}

@media (max-width: 470px) {
    .ft_logo_wrapper {
        /* width: calc(100% - 125px); */
        width: calc(100% - 250px);
        padding-right: 10px;
    }
}

@media (max-width: 400px) {
    .ft_logo_wrapper {
        /* width: calc(100% - 125px); */
        width: calc(100% - 167px);
        padding-right: 10px;
    }
}

@media(max-width:1200px) {
    .navbar_center_links {

        gap: 20px;

    }
}

@media(min-width:996px) {
    #sidebar {
        display: none;
    }
}


.navbar_center_links a.active {
    color: #00aaff;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}


body {
    background: #f7f9fc;
    padding-bottom: 20px;
}

.reg-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
}

.side-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.req:after {
    content: " *";
    color: #dc3545;
}


.container-narrow {
    max-width: 1100px;
}


table.layout-table {
    width: 100%;
}

table.layout-table td {
    vertical-align: top;
    padding: 0;
}

@media (min-width: 768px) {
    .media {
        margin-right: 9rem !important;
        margin-left: 9rem;
    }
}