/* index css start here */

.navbar .item-flex {
    gap: 5px;
}

ul.list-style-two {
    display: flex;
    align-content: space-around;
    flex-direction: row;
    column-gap: 60px;
    text-align: start;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
}

.FortyP {
    width: 33% !important;
}

@media only screen and (max-width: 767px) {
    .FortyP {
        width: 100% !important;
    }

    .navbar .item-flex {
        gap: 5px;
        margin-left: auto;
    }
}

.js-typer {
    color: #175729;
    /*font-family: monospace;*/
    font-size: 1.1rem;
    white-space: nowrap;
}

    .js-typer .caret {
        display: inline-block;
        width: .12em;
        background: currentColor;
        margin-left: .08em;
        animation: blink 600ms step-end infinite;
        vertical-align: bottom;
    }

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.banner-style-nine-items .thumb .card-style-seven {
    left: -10vw;
    bottom: 24%;
    /*left: -250px;
        bottom: 65%;*/
}

.banner-style-nine-items .thumb img {
    margin-left: 6%;
}


.newsletter-style-one-items {
    background: url(../Content/LAssets/img/shape/banner-8.jpg) no-repeat center center / cover;
}

.banner-style-nine-area {
    background: url(../Content/LAssets/img/shape/banner-7.jpg) no-repeat center center / cover;
}

.category-style-two-area {
    background: url(../Content/LAssets/img/shape/wooden.png) no-repeat center center / cover;
}

.live-course-area {
    background: url(../Content/LAssets/img/shape/93.png) no-repeat center center / cover;
}
/* index css End here */

/* BE A Trainer Page Css start here */
.hide-on-mobile {
    display: block;
}

@media (max-width: 767.98px) {
    .hide-on-mobile {
        display: none !important;
    }
}

/* BE A Trainer Page Css End here */


/* Contact us css start here */
.contact-form-style-one textarea {
    height: 100px;
}
/* Contact us css End here */


/* Privacy page css start here */
@media (max-width: 576px) {
    .privacy-pages {
        padding: 20px;
    }
}
/* Privacy page css End here */

/* Verification page css Start here */
form.search-form.verification-search-from button {
    border-radius: unset;
    width: 200px;
    height: 50px;
    right: 0px;
    top: 0px;
}
/* Verification page css End here */


/* Details page css Start here */
.details-modal-content {
    background: url(../Content/LAssets/img/shape/op1.jpg) no-repeat center center/ cover;
}

.course-details-items .collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.see-more-btn {
    background: none;
    border: none;
    color: var(--color-primary);
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    margin-bottom: 20px;
}

    .see-more-btn:hover {
        text-decoration: underline;
    }

/* Modal background */
.modal:has(.details-modal-content) {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

/* Modal content box */
.modal-content-New.details-modal-content {
    padding: 10px 10px 10px 10px;
    border-radius: 12px;
    width: 50%;
    max-width: 90%;
    text-align: center;
}

/* Close button */
.close {
    text-align: end;
    float: right;
    font-size: 35px;
    cursor: pointer;
    margin-top: -23px;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.price-wrapper {
    font-size: 35px; /* Main price size */
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

    .price-wrapper .old-price {
        font-size: 25px; /* Strikethrough old price */
        margin-right: 8px;
    }

    .price-wrapper .new-price {
        font-size: 35px; /* Current price - large */
        font-weight: bold;
        color: #269a44;
    }

    .price-wrapper .currency {
        font-size: 15px; /* Small "Rs" after new price */
        font-weight: normal;
        color: #269a44;
    }
/* Details page css End here */

/* Enroll page css Start here */
#undo-signature, #clear-signature {
    padding: 10px 30px !important;
    border-radius: 30px;
}

.signature-container {
    width: 100% !important;
    height: 200px; /* Height you want on desktop */
    max-width: 100%;
    background-color: #f8f9fa;
    touch-action: none; /* Important for mobile touch drawing */
    overflow: hidden;
    border-color: #c2f1ce !important;
}

/* Make it responsive on small devices */
@media (max-width: 768px) {
    .signature-container {
        height: 150px; /* Smaller on mobile/tablet */
    }
}

@media (max-width: 480px) {
    .signature-container {
        height: 130px;
    }

    .heading {
        font-size: 25px;
    }
}

@media (min-width: 576px) {
    .signature-buttons {
        display: flex;
        gap: 10px;
    }

        .signature-buttons button {
            flex: 1;
            margin-bottom: 0 !important;
        }
}

#saveDiscountModal {
    button-Save {
        display: inline-block;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
        overflow: hidden;
        border-radius: 7px;
        border: none;
        box-shadow: inherit;
        font-size: 25px;
        letter-spacing: 0;
        padding: 2px 10px !important;
        position: relative;
        z-index: 1;
        background: #666666;
        color: var(--white);
    }

    button.btnSave {
        display: inline-block;
        font-weight: 600;
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: inherit;
        letter-spacing: 0.5px;
        position: relative;
        z-index: 1;
        padding: 15px 15px !important;
        margin-top: 8px;
        background: var(--color-primary);
        color: #ffffff;
        border: none !important;
    }
    /* Existing button style for reference */
    .btn-outline-secondary {
        margin-top: 8px;
        background: #ffffff !important;
        border: 1px solid #269a44 !important;
        color: #269a44 !important;
        transition: background-color 0.3s ease, color 0.3s ease;
    }
        /* Hover effect */
        .btn-outline-secondary:hover {
            background: var(--dark-secondary) !important;
            background-color: #269a44 !important; /* Use the original border color */
            color: #ffffff !important; /* Change text color to white */
            cursor: pointer;
        }
}
/* Enroll page css End here */

/* Payment page css Start here */
#receiptPreview {
    max-width: 100%;
    max-height: 400px;
    border: 2px solid #ddd;
    border-radius: 8px;
}

#pdfPreview {
    color: #666;
    font-style: italic;
}

.Secure-Your-Seat-wrapper {
    background: url(/Content/LAssets/img/shape/banner-1.jpg) no-repeat center center/cover;
}

.tab-content-style-three .bottom {
    padding-top: 60px !important
}
/* Payment page css End here */

/* Profile page css Start here */
.instructor-profile-cover {
    background: url('../../content/lassets/img/shape/banner-4.jpg') no-repeat center center/cover;
}
/* Profile page css End here */

/* Blog page css Start here */
.dDis {
    display: flex;
    gap: 1.5rem;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.aNEW {
    height: unset !important;
    width: unset !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 30px !important;
}

/* Completely override Bootstrap pagination */
.pagination-custom {
    display: flex;
    gap: 12px;
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.pagi-area {
    .page-item-custom {
        margin: 0;
    }


    .category-slider-container {
        position: relative;
        max-width: 100%;
        margin: 30px auto;
        padding: 0 50px; /* increased a bit for better arrow placement */
        overflow: hidden;
    }

    .category-slider {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 10px 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: x mandatory; /* added */
    }

        .category-slider::-webkit-scrollbar {
            display: none;
        }
    /* Each Pill */
    .category-tab {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 110px;
        padding: 12px 24px !important;
        border-radius: 50px !important;
        border: 1px solid #175729 !important;
        background: transparent !important;
        color: #175729 !important;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
        flex-shrink: 0;
        transition: all 0.3s ease;
        font-size: 15px;
        user-select: none;
        /* This line makes the active pill center perfectly */
        scroll-snap-align: center;
    }

        .category-tab.active {
            background-color: #175729 !important;
            color: white !important;
            border-color: #175729 !important;
            box-shadow: 0 4px 12px rgba(23, 87, 41, 0.3);
        }

        .category-tab:hover:not(.active) {
            background-color: rgba(23, 87, 41, 0.1) !important;
        }
    /* Beautiful arrows – exactly like your screenshot */
    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #ffffff47;
        color: #175729;
        border: 1px solid #175729;
        width: 40px;
        height: 40px;
        border-radius: 30%;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
        padding: 10px 15px;
    }

        .slider-arrow:hover {
            background: #175729;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

    .left-arrow {
        left: 8px;
    }

    .right-arrow {
        right: 8px;
    }
    /* Your original responsive rule (fixed the @@ typo) */
    @media (min-width: 768px) {
        .category-tab {
            min-width: 130px;
            padding: 14px 28px !important;
        }
    }
}

.blog-area {
    .SocialFollowUs {
        border-radius: 30px !important;
        height: 40px !important;
        line-height: 40px !important;
        width: 40px !important;
    }

    .RdsThirty {
        border-radius: 30px !important;
    }

    .sidebar .sidebar-item.recent-post li .info {
        padding: 0 !important;
    }

    .sidebar .sidebar-item.recent-post li .thumb {
        width: 100% !important;
    }

    .kbtn {
        display: inline-block;
        border: 1px solid #bddcd5;
        padding: 8px 59px;
        border-radius: 10px;
        color: #666666;
        text-align: center;
    }

    .sidebar .sidebar-item {
        background: #cceee269;
    }
}
/* Blog page css End here */
