.content-sec .sec-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 2rem;
}

.content-sec .sec-title-container .sec-title {
    color: var(--bs-dark);
    font-size: 40px;
    font-weight: bold;
}

.content-sec .sec-title-container .sec-description {
    color: var(--dark-gray-color);
    font-size: 20px;
    max-width: 600px;
}

.content-sec .packages-container {
    padding: 2rem 0 6rem 0;
}

.content-sec .package {
    background: var(--white-color);
    box-shadow: 0 5px 36px 0 #0000000F;
    border-radius: 26px;
    padding: 1.5rem;
}

.content-sec .package.active {
    background: linear-gradient(112.43deg, var(--primary-color) 13.38%, var(--secondary-color) 93.59%);
}

.content-sec .package .package-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.content-sec .package .package-header .title {
    color: var(--bs-dark);
    font-weight: bold;
}

.content-sec .package.active .package-header .title {
    color: var(--white-color);
}

.content-sec .package .package-header .price {
    color: var(--primary-color);
    font-weight: bold;
}

.content-sec .package.active .package-header .price {
    color: var(--white-color);
}

.content-sec .package .package-header .price span {
    color: var(--gray-color);
    font-size: 16px;
    font-weight: normal;
    padding: 0 0.5rem;
}

.content-sec .package .separator {
    width: 100%;
    min-height: 0.05rem;
    background-color: var(--gray-color);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.content-sec .package.active .separator {
    background-color: var(--white-color);
}

.content-sec .package .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-sec .package .features-list .features-title {
    font-size: 16px;
    padding-top: 0.5rem;
}

.content-sec .package.active .features-list .features-title {
    color: var(--white-color);
}

.content-sec .package .features-list .feature {
    padding: 0.3rem 0;
}

.content-sec .package .features-list .feature span {
    padding: 0 0.5rem;
    font-size: 16px;
    color: var(--bs-dark);
}

.content-sec .package.active .features-list .feature span {
    color: var(--white-color);
}

.content-sec .package.active .custom-btn-primary {
    background: var(--white-color) !important;
    color: var(--primary-color) !important;
}

/* payment style */
.payment {
    padding: 3rem 0;
}

.payment .payment-side {
    height: 100%;
    background-color: var(--white-color);
    padding: 1rem 1.5rem;
    border-radius: 20px;
    box-shadow: 0 4px 15px 0 #00000026;
}

.payment .payment-side .title {
    font-size: 18px;
    font-weight: bold;
}

.payment .payment-side .links-container .links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment .payment-side .links-container .links li {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0.6rem 1rem;
    margin: 1.3rem 0;
    border-radius: 20px;
    color: var(--gray-color);
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
}

.payment .payment-side .info-separator {
    min-height: 0.1rem;
    background-color: var(--light-color);
    margin: 1.5rem 0;
}

.payment .payment-side .imp-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 0;
    color: var(--gray-color);
    font-size: 13px;
}

.payment .payment-side .imp-info svg {
    width: 42px;
}

.payment .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: var(--white-color);
    box-shadow: 0 4px 15px 0 #00000026;
    padding: 2rem 1rem;
    border-radius: 20px;
}

.payment .content .payment-card-details .confirm-btn {
    color: var(--white-color);
    background: linear-gradient(112.43deg, var(--primary-color) 13.38%, var(--secondary-color) 93.59%);
    border-color: transparent;
}

.payment .content .payment-card-details .form-link {
    font-size: 14px;
    cursor: pointer;
    color: var(--secondary-color);
    text-decoration: underline;
}


.payment .content .payment-card-details .form-control:focus, .payment .content .payment-card-details .form-select:focus {
    box-shadow: 0 4px 21px 0 #4E3FD333;
}

.payment .content .payment-card-details .nav-tabs li {
    width: 50%;
    text-align: center;
    padding: 7px 20px;
}


.payment .content .payment-card-details .nav-tabs li.active {
    background: #d0cfd533;
}

.payment .content .payment-card-details .nav-tabs li a {
    color: var(--primary-color);
    display: block;
    font-weight: bold;
}

.payment .content .payment-card-details .file-uploader {
    max-width: 100%;
    height: 180px;
    border-radius: 14px;
    background: rgba(23, 123, 141, 2%);
    box-shadow: 0 4px 21px 0 #4E3FD333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.payment .content .payment-card-details .file-uploader input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.payment .content .payment-card-details .file-uploader__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.payment .content .payment-card-details .file-uploader__label svg {
    width: 45px;
    height: auto;
}

.payment .content .payment-card-details .file-uploader__label button {
    background: var(--primary-color) !important;
    font-size: 11pt !important;
    padding: 6px 20px;
}


#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm.mysr-form-fixedWidth {
    max-width: 100% !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input,
#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input[type=text] {
    direction: rtl;
    padding: 15px 20px !important;
    background-color: #FFFFFF;
    box-shadow: 0 4px 15px 0 #4E3FD333;
    color: var(--text-color);
    border-radius: 15px;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5 !important;
    display: block;
    height: 54px !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input:focus,
#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input[type=text]:focus {
    box-shadow: 0 4px 15px 0 #4E3FD333 !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-input::placeholder {
    font-family: "Almarai", sans-serif !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] .mysr-form-label, #mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] label.mysr-form-label {
    font-family: "Almarai", sans-serif !important;
    font-weight: bold;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] .mysr-form-ccInputGroup:first-of-type {
    margin-bottom: 1.3rem !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-topRightRadius0[type=text]:first-of-type {
    margin-right: 20px !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-cardInfoHalfWidth,
#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] input.mysr-form-cardInfoHalfWidth[type=text] {
    width: calc(50% - 10px) !important;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] .mysr-form-button {
    width: max-content;
    color: var(--white-color) !important;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(112.43deg, var(--primary-color) 13.38%, var(--secondary-color) 93.59%);
    border-radius: 15px;
    border: none;
    margin-inline: auto;
    font-family: "Almarai", sans-serif !important;
    min-width: 100px;
}

#mysr-form-form-el#mysr-form-form-el#mysr-form-form-el.mysr-form-moyasarForm[payment-form=true] .mysr-form-ccInputGroup .mysr-form-ccIconsGroup {
    left: 20px;
    right: unset !important;
}
