/* ==========================================
   1. Base / Global Styles
   ========================================== */


.bnr-image-wrap {
    display: none;
}

.go-top {
    display: none !important;
}

body .modal-backdrop {
    background: #000;
    opacity: .5!important;
}

.agre-inp-main .form-control {
    display: block !important;
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    height: 35px !important;
    font-size: 14px;
    padding: 0;
}

.agre-inp-main .form-control:focus {
    border-color: #333;
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #b20025;
    background-color: #b20025;
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #80001a;
    border-color: #80001a;
}

.agre-inp-main .input-group-text {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #333;
    height: 35px;
    padding: 0 8px 0 0;
    background: transparent;
}

.modal-dialog.modal-dialog-centered .modal-content {
    margin-top: -80px;
}

.ep-errmsg {
    line-height: 19px;
    padding: 0 5px !important;
}

.countdown-hd {
    color: var(--white);
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 32px;
}

.countdown_dv {
    z-index: 998;
}

#timer {
    font-size: 4em;
    white-space: nowrap;
}

#timer div {
    display: inline-block;
}

.c-bx {
    width: 90px;
    height: 80px;
    text-align: center;
    background: var(--white);
    margin-right: 30px;
    border-radius: 4px;
    line-height: 80px;
    color: #000;
    font-weight: 600;
    position: relative;
}

.c-bx::before {
    content: ":";
    position: absolute;
    right: -20px;
    color: #999;
    font-size: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-bx.lst {
    margin-right: 0;
}

.c-bx.lst::before {
    content: "";
}

#timer div span {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    width: 90px;
    text-transform: uppercase;
}

.rs-banner.style2 .bnr-image-wrap .bnr-image {
    max-width: 590px;
}

/* ==========================================
   2. Form, Sidebar, and Custom UI Components
   ========================================== */
.signupfrm-fields {
    padding: 20px 20px 20px 20px !important;
}

.signupfrm-fields .single-input label, 
.signupfrm-fields p {
    color: #000 !important;
}

.claim-tab li.active img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(3522%) hue-rotate(327deg) brightness(96%) contrast(95%) !important;
}

.signuppg-nxt-btn {
    width: auto !important;
    background: linear-gradient(to right, #EA4471, #EC765D) !important;
    color: #fff !important;
    border: 1px solid #ff6f6f !important;
    border-radius: 8px;
}

.sks-sidebar {
    background: #FCF5F5;
    border-radius: 18px;
    padding: 40px 28px;
    height: 100%;
    border: 1px solid #f0e2e6;
}

.sks-main-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #ff3b72;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sks-main-icon i {
    color: #fff;
    font-size: 26px;
}

.sks-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #ef3165;
    margin-bottom: 18px;
}

.sks-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}

.sks-divider:before,
.sks-divider:after {
    content: "";
    width: 55px;
    height: 1px;
    background: #e8c6d0;
}

.sks-divider i {
    color: #ef3165;
    font-size: 12px;
}

.sks-description {
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 40px;
}

.sks-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.sks-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffe9f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sks-stat-icon i {
    color: #ef3165;
    font-size: 18px;
}

.sks-stat-value {
    color: #ef3165;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.sks-stat-label {
    color: #000;
    font-size: 13px;
}

.sks-privacy {
    margin-top: 35px;
    background: #FCE9EB;
    border: 1px solid #f0d3dc;
    border-radius: 12px;
    padding: 18px;
}

.sks-privacy-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ef3165;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sks-privacy-title i {
    font-size: 16px;
}

.sks-privacy-text {
    color: #000;
    font-size: 13px;
    line-height: 1.8;
}

.signuppg-nxtbtn-dv {
    padding-bottom: 33px !important;
}

#basic_details_div {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 20px;
    width: 100%;
}

.pading-left {
    padding-left: 40px;
}

#emergencyperson {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 20px;
    width: 100%;
}

.single-input label {
    color: #000 !important;
}

#benificiaries {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 20px;
    width: 100%;
}

#covered_person {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 20px;
    width: 100%;
}

.bg-highlight {
    color: #fff !important;
    padding: 10px;
}

.mobile-sisterhood {
    display: none;
}

/* ==========================================
   3. Media Queries (Ordered Desktop to Mobile)
   ========================================== */

@media only screen and (max-width: 1366px) {
    .rs-banner.style2 .bnr-image-wrap .bnr-image {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .c-bx {
        width: 86px;
        height: 80px;
    }
    #timer div span {
        width: 86px;
    }
    .rs-banner.style2 .bnr-image-wrap .bnr-image {
        max-width: 420px;
    }

        .claim-tab.w20 li {
    width: 20% !important;
}

}

@media screen and (max-width: 991px) {
    .c-bx {
        width: 75px;
        height: 74px;
        line-height: 75px;
    }
    #timer div span {
        width: 75px;
    }
    .signupfrm-bg2 {
        padding-top: 20px;
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 767px) {

  


	.content-part {
		display: none;
	}

	.mobile-title {
		color: #E80D45 !important;

		line-height: 1.5 !important;
	}

    .c-bx {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    #timer div span {
        width: 60px;
    }
    .content-part {
        display: none;
    }
    .sks-sidebar {
        display: none;
    }
    .mobile-sisterhood {
        display: block;
        margin: -110px 0;
    }
    .mobile-welcome-card {
        background: #FCF2F3 !important;
        border: 1px solid #efefef;
        border-radius: 22px;
        padding: 28px 14px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,.05);
    }
    .mobile-icon {
        width: 72px;
        height: 72px;
        background: linear-gradient(135deg,#ff1f67,#ff4b6f);
        border-radius: 50%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
    }
    .mobile-icon i {
        color: #fff;
        font-size: 28px;
    }
    .mobile-title {
        color: #ef3165;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 18px;
    }
    .mobile-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
    }
    .mobile-divider span {
        width: 80px;
        height: 1px;
        background: #efd5dc;
    }
    .mobile-divider i {
        color: #ef3165;
        margin: 0 14px;
        font-size: 14px;
    }
    .mobile-desc {
        color: #000;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 28px;
    }
    .mobile-stats {
        border-top: 1px solid #efdfe3;
        padding-top: 25px;
    }
    .stat-box {
        text-align: center;
        padding: 0 10px;
    }
    .stat-box.middle {
        border-left: 1px solid #efdfe3;
        border-right: 1px solid #efdfe3;
    }
    .stat-icon {
        width: 52px;
        height: 52px;
        background: #ffe7ef;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto auto 15px;
    }
    .stat-icon i {
        color: #ef3165;
        font-size: 22px;
    }
    .stat-value {
        color: #ef3165;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 6px;
    }
    .stat-label {
        color: #000;
        font-size: 14px;
        line-height: 1.5;
    }
    .mobile-privacy {
        background: #fbf2f3;
        border-radius: 18px;
        padding: 18px;
        display: flex;
        align-items: flex-start;
        margin-top: 18px;
        border: 1px solid #f3dadd;
    }
 
    .privacy-icon i {
        color: #ef3165;
        font-size: 22px;
    }
    .privacy-title {
        color: #ef3165;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .privacy-text {
        color: #333;
        font-size: 14px;
        line-height: 1.6;
    }

    .mobile-custom{
    	margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 575px) {

        .claim-tab.w20 li {
    width: 50%;
}

    .c-bx {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    #timer div span {
        width: 50px;
        font-size: 12px;
    }
    #timer {
        font-size: 2em;
    }
    .signuppg-nxt-btn {
        display: block;
        margin: auto;
    }
    .sks-title {
        font-size: 22px !important;
    }
    .sks-privacy-text {
        font-size: 12px !important;
    }
    .sks-stat-value {
        font-size: 16px !important;
    }
    .sks-stat-label {
        font-size: 11px !important;
    }
    .sks-description {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 480px) {
    .signuppg-nxt-btn {
        font-size: 11px !important;
    }
    .sks-sidebar {
        padding: 32px 20px !important;
    }
    .mobile-title {
        font-size: 20px !important;
        color: #E80D45 !important;
    }
    .mobile-desc {
        font-size: 14px;
    }
    .stat-value {
        font-size: 12px;
    }
    .stat-label {
        font-size: 10px;
    }
}