
    
@media(max-width: 1280px){
    .bit_tax_course .vc_grid-item-mini {
        width: 91% !important;
    }
    
}

@media(max-width: 1024px){
    .breadcrumbs{
        font-size: 21px;
    }
    
    .pagetitle h5{
        font-size: 21px;
    }
    
    .toyo-css, .course-title{
        font-size: 26px !important;
    }
    p {
        font-size: 21px;
    }
    
    .course-desc, .course-count, .course-enter-btn{
        font-size: 21px !important;
    }
    .course-count{
        margin-top: 4px !important;
    }
    
    .course-card{
        height: 40rem !important;
    }
    
    .card-hight {
        min-height: 38rem;
        max-height: 42rem !important;
    }
    
    .dlr-title{
        width: 28% !important;
    }
    
    .page-hader-content{
        padding-right: 60px !important;
    }
    
    
    /*Admaterials*/
    
    .InnerContent .row .col-md-9{
        width: 100%;
    }
    
    .InnerContent .row .col-md-3{
        width: 100%;
        margin-top: 20px;
    }
    
    .InnerContent .row .col-md-3.featuredBox{
        width: 100% !important;
    }
}

@media(max-width: 667px){
    .breadcrumbs{
        font-size: 16px;
    }
    
    .pagetitle h5{
        font-size: 16px;
    }
    
    .toyo-css, .course-title{
        font-size: 21px !important;
    }
    p {
        font-size: 16px;
    }
    
    .course-desc, .course-count, .course-enter-btn{
        font-size: 16px !important;
    }
    .course-count{
        margin-top: 0px !important;
    }
    .course-card{
        height: auto !important;
    }
    
    .card-hight {
        min-height: 38rem;
        max-height: 42rem !important;
    }
    .dlr-title{
        width: 50% !important;
    }
    .page-hader-content{
        padding-right: 3rem !important;
    }
}

@media(max-width: 360px) {
    .dlr-title{
        width: 55% !important;
    }
    
    .page-hader-content{
        padding-right: 2rem !important;
    }
}

.course-cnt-custome{
    padding: 10px;
}

.cat-title-text h2{
    font-family: 'Work Sans' !important;
}
.course-title{
    font-family: 'Work Sans' !important;
}

.pagetitle h2, h4, h5{
    font-family: 'Work Sans' !important;
}

.content-description {
    font-family: 'Work Sans' !important;
}
.page-hader-content{
    padding-left: 29px !important;
    padding-right: 9rem;
}



/*Request Pop up*/
:root {
    --primary-color: #6366f1; /* Modern Indigo */
    --text-main: #1f2937;
    --bg-white: #ffffff;
}

.popup-overlay {
    display: none; /* Change to 'flex' via JS to show */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    
    /* THE CENTERING MAGIC */
    display: flex;          /* Use flexbox */
    align-items: center;    /* Vertical center */
    justify-content: center;/* Horizontal center */
    padding: 20px;          /* Prevents touching edges on mobile */
}

.popup-content {
    background: #fff;
    width: 100%;            /* Responsive width */
    max-width: 400px;       /* Limits size on desktop */
    padding: 30px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #9ca3af;
    transition: color 0.2s;
}

.popup-close:hover {
    color: var(--text-main);
}

h3 {
    margin-top: 0;
    font-family: sans-serif;
    color: var(--text-main);
    font-size: 1.5rem;
    margin-bottom: 8px;
}

p.subtitle {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 24px;
}

label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #4b5563;
}

.popup-content input {
    width: 100%;
    box-sizing: border-box; /* Prevents width overflow */
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, ring 0.2s;
}

.popup-content input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

button[type="submit"]:hover {
    background-color: #4f46e5;
}


/* Succss icon*/

.success-icon {
    margin-top: 16px;
    /*display: flex;*/
    justify-content: center;
    animation: popIn 0.4s ease-out forwards;
}

.success-icon svg {
    animation: scaleCircle 0.4s ease-out forwards;
}

.success-icon path {
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
    animation: drawCheck 0.35s ease-out 0.35s forwards;
}

#requestMessage {
    transition: opacity 0.3s ease;
    opacity: 1;
}

#downloadPopup{
    display: none;
}


@keyframes scaleCircle {
    0% { transform: scale(0.5); opacity: 0; }
    80% { transform: scale(1.05); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes drawCheck {
    to { stroke-dashoffset: 0; }
}


/*Banner*/

/* Container */
.banner-manager-v3 {
    max-width: 1200px;
    margin: 20px auto;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.banner-set-row { margin-bottom: 40px; }

.set-label {
    font-size: 13px;
    font-weight: 800;
    color: #a0aec0;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

/* Individual Row Card */
.lang-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #edf2f7;
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    transition: all 0.2s ease-in-out;
}

.lang-line:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
    border-color: #cbd5e0;
}

/* Left Side: Image with Overflow Tag */
.preview-side {
    position: relative; /* Required for the tag to overflow */
    display: inline-flex;
}

.banner-small-med {
    max-width: 170px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    display: block;
}

/* The Overflow Tag (Positioned on the Image) */
.lang-tag {
    position: absolute;
    top: -8px;
    left: -8px;
    font-size: 10px;
    font-weight: 900;
    background: #2d3748; /* Dark modern tag */
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 10;
    text-transform: uppercase;
}

/* Right Side: Large Download Icons */
.download-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dl-icon-link img, 
.dl-zip-link img {
    width: 44px !important; /* Slightly bigger icons as requested */
    height: auto;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dl-icon-link:hover img, 
.dl-zip-link:hover img {
    transform: scale(1.15);
}

.dl-divider {
    width: 2px;
    height: 35px;
    background: #edf2f7;
    margin: 0 5px;
}

.zip-text {
    font-size: 13px;
    font-weight: 800;
    color: #4a5568;
}

/* Middle Description Styling */
.description-side {
    flex: 1; /* Grows to fill the space */
    padding: 0 40px; /* Space between img and icons */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desc-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 4px;
    display: block;
}

.desc-text {
    font-size: 12px;
    color: #718096;
    margin: 0;
    line-height: 1.4;
}

/* Ensure the container stays wide enough for the 3 columns */
.lang-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #edf2f7;
    padding: 15px 25px;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

/* Tag Overflow (Updated to stay pinned to image box) */
.preview-side {
    position: relative;
    flex-shrink: 0; /* Prevents image from squishing */
}

/* Download Icons (Big as requested) */
.dl-icon-link img, .dl-zip-link img {
    width: 44px !important;
}

/* Mobile Fix */
@media (max-width: 900px) {
    .lang-line { flex-direction: column; align-items: flex-start; }
    .description-side { padding: 15px 0; }
    .download-side { width: 100%; justify-content: flex-end; }
}

@media (max-width: 768px) {
    .lang-line { flex-direction: column; align-items: flex-start; gap: 15px; }
    .download-side { align-self: flex-end; }
}

/* Set grouping */
.banner-set-row {
    margin-bottom: 40px;
}





