@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.premium_enhancement_section .content_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
}

.premium_enhancement_section .left_section {
    flex: 1;
}

.premium_enhancement_section .right_section {
    width: 440px;
}

.premium_enhancement_section .section_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    background: linear-gradient(181deg, #01273A 0.91%, #026685 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    margin-bottom: 16px !important;
}

.premium_enhancement_section .instruction_text {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    background: linear-gradient(228deg, #FEAC00 -9.86%, #FE7600 54.08%, #D84801 101.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px !important;
}

.premium_enhancement_section .label_bold {
    display: block;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #023B4C;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.premium_enhancement_section .dropdown_wrapper {
    margin-bottom: 4px;
    overflow: hidden;
}

.premium_enhancement_section .role_select {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #161616;
    background-color: #FFF;
    border: 0.5px solid #01273A;
    border-radius: 8px;
    width: 100%;
    padding: 15px 45px 15px 15px;
    cursor: pointer;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/premium-enhance-dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px;
    margin-bottom: 15px;
}

.premium_enhancement_section .role_select:focus-visible {
    outline: none;
}

.premium_enhancement_section .projects_done {
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #023B4C;
    background: rgb(191 199 203 / 25%);
    border-radius: 8px;
    padding: 10px;
}

.premium_enhancement_section .projects_label {
    font-weight: 600;
    text-transform: capitalize;
}

.premium_enhancement_section .button_group {
    margin-top: 65px;
    display: flex;
    gap: 7px;
}

.premium_enhancement_section button {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #023B4C;
    background: #FFF;
    border: 0.125px solid #185E7F;
    border-radius: 10px;
    padding: 12px 16px;
    text-transform: capitalize;
    transition: all .3s ease;
}

.premium_enhancement_section button:focus-visible {
    outline: none;
}

.premium_enhancement_section button.btn_add {
    background: #EDF7FF;
}

.premium_enhancement_section button:hover,
.premium_enhancement_section button.btn_add:hover {
    color: #FFF;
    background: #01273A;
}

.premium_enhancement_section .summary_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #BFC7CB;
    margin-bottom: 14px !important;
    padding-bottom: 14px;
    text-transform: capitalize;
}

.premium_enhancement_section .summary_row {
    display: flex;
    justify-content: space-between;
}

.premium_enhancement_section .summary_row .item_name {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium_enhancement_section .role_tag {
    display: block;
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #161616;
    background: rgb(191 199 203 / 25%);
    border-radius: 8px;
    margin-top: 4px;
    padding: 8px 10px;
    text-transform: capitalize;
}

.premium_enhancement_section .role_tag span {
    display: block;
}

.premium_enhancement_section .item_price,
.premium_enhancement_section .gst_row span {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium_enhancement_section .gst_row {
    border-bottom: 1px solid #BFC7CB;
    margin-top: 14px;
    padding-bottom: 14px;
}

.premium_enhancement_section .total_row {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.premium_enhancement_section .total_row span {
    display: block;
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.premium_enhancement_section .btn_checkout {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #023B4C;
    background: linear-gradient(96deg, rgba(255, 229, 212, 0.5) 17.38%, rgba(255, 255, 255, 0.5) 119.73%);
    border: 0.45px solid #185E7F;
    border-radius: 9.19px;
    width: 100%;
    margin-top: 32px;
    padding: 16px;
    transition: all .3s ease;
    text-transform: capitalize;
}

.premium_enhancement_section .disclaimer_title {
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    background: linear-gradient(181deg, #01273A 0.91%, #023B4C 91.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px !important;
}