.social-al {
    display: flex;
    gap: 10px;
    color: black;
}

.social-al li .text-org {
    color: rgb(253 83 43) !important;
}

.banner-slider {
    height: 90vh;
}

.mt-19 {
    margin-top: -19px !important;
}

.ft-35 {
    font-size: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.alg-ptb {
    display: flex;
    align-items: baseline;
}

.pt-100 {
    padding-top: 100px;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px;
}

.bg-blue {
    background-color: #0086ff;
}

.xl-w-100 {
    width: 100% !important;
}

.bod-clr {
    border-color: #fd532b !important;
}

.fz-38 {
    font-size: 38px;
}

.flx-drc-r {
    flex-direction: row;
}

@media screen and (min-width:1700px) {
    .tw-container-1742-px nav.justify-content-between {
        justify-content: center !important;
        gap: 30px;
    }

    .ps-108-px {

        padding-inline-start: clamp(18.5rem, -16.8619rem + 21vw, 6.75rem);
    }
}

.social-al li .text-org {
    color: #000 !important;
}

@media screen and (min-width:1700px) {
    .banner .d-xxl-block-1700 {
        display: block !important;
    }
}

.text-blue {
    color: #fd532b;
}

.bg-overlay {
    background-color: #00000085;
    padding: 10px;
    border-radius: 5px;
}

.h-250 {
    height: 250px;
}

@media screen and (max-width:768px) {
    .flx-drc-r {
        flex-direction: column;
    }

    .flx-drc-r .h-250 {
        height: auto !important;
    }
}

.tw-h-100 {
    height: 100%;
}

.footer-logo-txt {
    font-family: 'Jupiter Mission', sans-serif;
    font-weight: 400;
}

@keyframes shrinkExpand {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.shrink-expand {
    animation: shrinkExpand 2s infinite ease-in-out;
}

@media screen and (min-width:1300px) and (max-width:1500px) {
    .ml-10 {
        margin-right: 85px;
    }
}

@media screen and (min-width:1500px) and (max-width:1600px) {
    .ml-10 {
        margin-right: 180px;
    }
}

.text-justify {
    text-align: justify;
}

.txt-bld {
    font-weight: 700 !important;
}

.txt-dsg {
    color: #0086ff;
    display: unset;
}

.tw-gap-25 {
    gap: 25px;
}

.pt-70 {
    padding-top: 120 !important;
}

.position-sticky {
    height: 100%;
    overflow-y: auto
}

h2 {
    color: #333;
    margin-bottom: 20px;
}

.link-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.oval-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #282828;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.oval-link:hover {
    background-color: #0086ff;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.hover-bg-main-600:hover .h-clr {
    color: #fff;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.breadcrumb .text-main-600 {
    color: #FFF !important;
}

.mb-20 {
    margin-bottom: 25px !important;
}

.btn-edit {
    padding: 11px 18px !important;
}

.pl-50 {
    padding-left: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

@media screen and (max-width:767px) {
    .position-sticky {
        position: unset !important;
    }

    .row.gy-4.flex-row-reverse {
        flex-direction: column-reverse !important;
    }
}

.bg-clr-g {
    border-radius: 5px;
    background-color: #00000030;
    padding-bottom: 30px;
}

.clr-or {
    color: #fd512b !important;
}

.mrl-10 {
    margin-left: 10px;
}

.gap-16 {
    gap: 16px;
}

.pb-22 {
    padding-bottom: 22px;
}

.bdr-box {
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: 0px 4px 10px #000;
    padding: 20px 20px 20px 20px;
    background-color: #0086ffcc;

}

.align {
    text-align: center;
    align-items: center;
}

.shrink-expand {
    width: 100px;
}

/* Popup Styling */
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content {
    background: white;
    padding: 20px;
    width: 70%;
    max-height: 80%;
    overflow-y: auto;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-text {
    text-align: left;
    margin-bottom: 20px;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
}

#agree-button {
    padding: 10px 20px;
    border: none;
    background: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#agree-button:hover {
    background: #0056b3;
}

/* Responsive Table Styling */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.responsive-table th,
.responsive-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
    text-align: center;
}

.responsive-table td {
    vertical-align: top;
}

/* Make Table Responsive */
@media screen and (max-width: 768px) {

    .responsive-table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
        width: 100%;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        background: #fff;
    }

    .responsive-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: capitalize;
    }

    .max-w-200-px {
        max-width: 200px !important;
    }

    .shrink-expand {
        width: 80px !important;
    }

    .header-inner .justify-content-betwee {
        justify-content: space-around !important;
    }

    .flx-drc-r .h-250 {
        height: 180px !important;
        width: 240px !important;

    }

    .flx-drc-r {
        align-items: center !important;
    }

    .popup-content {
        width: 90vh !important;
    }
}

.mr-5 {
    margin: 5px 0px;
}

.h-one-replace {
    margin: 0;
    font-family: var(--heading-font);
    color: var(--main-two-600);
    line-height: 1.5;
    font-weight: 700;
}

.h-one-replace-2 {
    font-size: var(--heading-one);
    font-weight: 700;
    line-height: 1.1;
    font-family: var(--heading-font);
}