#sticky-header-oppur {
    transform: none;
}

#header-menu {
    background: #001BBA;
}

.detail-container {
    margin-top: 3%;
}

.info {
    margin-top: 10%;
}

.info h3 {
    margin-top: 8%;
}

.oppur-detail-list {
    list-style-type: disc !important;
    font-size: 11px;
    font-weight: 100;
    position: relative;
    left: 2%;
    margin-top: 2%;
}

.oppur-detail-list li {
    list-style-type: disc !important;
}

.oppur-detail-content {
    width: 80%;
    text-align: start;
    position: relative;
    left: 18%;
    display: flex;
    align-items: baseline;
}

.oppur-detail-content p {
    width: 100%;
    max-width: none;
    font-weight: 500;
}

.oppur-detail-info {
    width: 75%;
}

.oppur-detail-links {
    position: relative;
    left: 12.3%;
    background: #FF5224;
    width: 175px;
    height: 175px;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    border-radius: 20px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 10px;
}

.oppur-detail-links p {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.smart_script_qr {
    position: relative;
    left: 9%;
    background: #FF5224;
    width: 225px;
    height: 225px;
    border-radius: 20px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 10px;
}

.smart_script_qr canvas {
    width: 60%;
    height: 60%;
}

.smart_script_qr p {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.sticky-button {
    position: fixed;
    bottom: 0.5%;
    left: 4.5%;
    width: 90%;
    height: 55px;
    background-color: #FF5224;
    border-radius: 10px;
    padding: 20px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

#page-info {
    color: #4D14FD !important;
    font-size: 12px;
    position: absolute;
    text-align: start;
    left: 2%;
    top: 3.3%;
}

#page-info a {
    color: #4D14FD !important;
}

#page-info img {
    width: 7px;
    margin-left: 1%;
    position: relative;
    top: 2px;
}

#page-info-us {
    text-decoration: underline;
    font-weight: 100;
}

#page-info-oppur-name {
    font-weight: bold;
    margin-left: 0.8%;
}

#header-plus-left {
    position: absolute;
    left: 0;
}

#header-circle-right {
    position: absolute;
    right: 0;
}

#header-mobile-plus-left {
    position: absolute;
    left: 0;
    top: 0;
}

#header-mobile-circle-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

#mobile-header-img {
    width: 100%;
}

body.sticky-header-shown #sticky-header {
    transform: none !important;
}

#header__inside-nav .header_lnk {
    color: white !important;
}