/*HEADER_FILE*/
#uniqueModal,
#upcoming_training {
    display: none;
}
#uniqueCloseBtn,
#uniqueCopyBtn {
    padding: 5px 10px;
    cursor: pointer;
}
.pageAsideArticleTitle a {
    display: block;
    width: 200px;
    text-align: center;
    color: #fff !important;
    font-size: 19px;
    background-color: #f41152;
    padding: 10px;
}
.wrap-embed-contact-form .form-heading {
    font-size: 18px;
    color: #fff;
    background-color: #f41152;
    margin: -15px -15px 15px;
    padding: 10px;
}
.show-widget .btn-login {
    background-color: #f41152;
    border: 1px solid #f41152;
    color: #fff;
}
.close-quick-enq-btn,
.quick_enq_modal_header h5,
.quick_enq_modal_header h6 {
    color: #fff;
}
.quick_enq_modal_header {
    background: #000;
    margin-bottom: 6px;
}
.quick_enqu_frm_title {
    margin: 0 auto;
}
form input {
    margin-bottom: 14px !important;
}
.quick_enqu_sbm_btn {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f41152;
}
.quick_enqu_frm_modal_content {
    margin: 97px;
}
.quick_enqu_frm_modal_body {
    padding: 0;
}
.horizontal-menu {
    width: 45rem !important;
}
.industry_starting_char {
    font-weight: 600px;
}
.industry_start_na {
    font-weight: 600;
}
.show-notification li a {
    display: block;
    color: #292929 !important;
    border-bottom: 1px solid #eee !important;
}
.online_course_menu:hover .dropdown-menu,
.online_trainings_menu:hover .dropdown-menu {
    display: inline;
    top: 0;
    left: 100%;
    margin-top: -1px;
    width: 18rem;
    background: #fff;
}
.industry-menu .col-md-4 {
    padding-left: 0;
    padding-right: 3px;
}
.quick_enquiry_modal_content {
    margin-top: 138px;
}
.search-form-header a {
    color: #69c;
    text-decoration: none;
}
.search-form-header a:hover {
    color: #f60;
}
.search-form-header h1 {
    line-height: 110%;
    color: #000;
}
.search-form-header p {
    margin: 0 0 20px;
}
.search-form-header form input {
    margin-bottom: 1px !important;
    margin-top: 1px !important;
}
.search-form-header input {
    outline: 0;
}
.search-form-header input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: Inter;
    font-size: 100%;
    background: url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) 9px center no-repeat #ededed;
    border: 1px solid #ccc;
    padding: 0 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.search-form-header input::-webkit-search-cancel-button,
.search-form-header input::-webkit-search-decoration {
    display: none;
}
.search-form-header input[type="search"]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66cc75;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
    box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}
.search-form-header input:-moz-placeholder {
    color: #999;
}
.search-form-header input::-webkit-input-placeholder {
    color: #999;
}
.country-flag {
    margin-top: 25%;
}
.quickenqpopupdisplay {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background: #f41152;
    bottom: 39%;
    color: #fff !important;
    position: fixed;
    right: -51px;
    z-index: 9999;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.quickenqpopupdisplay:hover {
    background-color: #007bff;
}
@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
#uniqueModal {
    justify-content: center;
    align-items: center;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
#uniqueModalContent {
    position: relative;
    max-width: 400px;
    z-index: 1000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    margin-top:80px;
}
#uniqueCloseBtn {
    background: red;
    color: #fff;
    border: none;
    float: right;
}
#uniqueCountdown {
    font-size: 22px;
    font-weight: 700;
    color: #ff5722;
}
.uniqueInputField {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#uniqueSubmitBtn {
    padding: 10px;
    background-color: #00A6FF;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
#uniqueCouponSection {
    display: none;
    margin-top: 20px;
}
#uniqueCouponCode {
    font-size: 18px;
    font-weight: 700;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
}
#uniqueCopyBtn {
    background: #00f;
    color: #fff;
    border: none;
    border-radius: 5px;
}
#uniqueModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
#uniqueModalContent {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    position: relative;
}
#uniqueCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.uniqueInputField {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#uniqueCouponCode {
    background: #fff8e1;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px dashed #ffb300;
}
#uniqueCopyBtn {
    background: #2196f3;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}
#uniqueGrabBtn {
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    animation: 3s infinite blink;
    text-decoration:underline;
}
#uniqueGrabBtn:hover {
    color: #fff;
}
@keyframes blink {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@media (max-width: 991px) {
    #contact-info {
        display: none;
    }
}
/*MENUBAR_FILE*/
:root {
    --cn-primary-color: rgb(245, 17, 82);
    --cn-text-color: #333;
    --cn-background-color: #fff;
    --cn-hover-color: #f5f5f5;
    --cn-mobile-menu-width: 280px;
}
.cn-root {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--cn-background-color);
    color: var(--cn-text-color);
    font-family: Poppins, Arial, sans-serif;
}
.cn-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 40px 2px 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: var(--offer-height, 27px);
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
}
.cn-logo-img {
    height: auto;
    margin-left: 10px;
    width: 140px;
}
.cn-nav-items {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cn-all-courses-btn {
    background-color: #00A6FF;
    color: #fff;
    border: none;
    padding: 9px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
}
.cn-all-courses-btn:hover {
    background-color: #fff;
    color: #00A6FF;
    border: 2px solid #00A6FF;
}
#offer-modal-btn{
    background-color:#00A6FF;
    color:white;
}
.cn-search-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 28px;
    width: 307px;
    font-size: 18px;
    text-align: center;
}
.cn-nav-link {
    color: var(--cn-text-color);
    text-decoration: none;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}
.cn-mobile-dropdown-content a:hover,
.cn-mobile-nav-link:hover,
.cn-nav-link:hover {
    background-color: var(--cn-hover-color);
}
.cn-login-btn {
    color: var(--cn-primary-color);
    border: 1px solid var(--cn-primary-color);
    background: 0 0;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}
.cn-menu-btn,
.cn-mobile-sidebar-close {
    font-size: 1.5rem;
    color: var(--cn-text-color);
    cursor: pointer;
}
.cn-menu-btn {
    display: none;
    background: 0 0;
    border: none;
}
.cn-mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: var(--cn-mobile-menu-width);
    height: 100vh;
    background-color: #fff;
    z-index: 1100;
    transition: left 0.3s;
    overflow-y: auto;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.cn-dropdown-content a,
.cn-mobile-nav-link {
    text-decoration: none;
    transition: background 0.3s;
}
.cn-mobile-sidebar.cn-active {
    left: 0;
}
.cn-mobile-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.cn-mobile-sidebar-close {
    background: 0 0;
    border: none;
}
.cn-mobile-nav-items {
    padding: 15px;
}
.cn-mobile-dropdown-btn,
.cn-mobile-nav-link {
    padding: 12px 15px;
    color: var(--cn-text-color);
}
.cn-mobile-nav-link {
    display: block;
    border-radius: 4px;
    margin-bottom: 5px;
}
.cn-mobile-dropdown {
    margin-bottom: 10px;
}
.cn-mobile-dropdown-btn {
    width: 100%;
    text-align: left;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}
.cn-modal-container,
.cn-overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
}
.cn-mobile-dropdown-content {
    display: none;
    padding-left: 15px;
}
.cn-mobile-dropdown-content a {
    display: block;
    padding: 10px 15px;
    color: var(--cn-text-color);
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}
.cn-course-section.cn-active,
.cn-dropdown:hover .cn-dropdown-content,
.cn-mobile-dropdown.cn-active .cn-mobile-dropdown-content,
.cn-modal-container.cn-active,
.cn-overlay.cn-active {
    display: block;
    pointer-events: auto;
}
.cn-overlay {
    top: 0;
    z-index: 1050;
    display: none;
}
.cn-modal-container {
    display: none;
    top: 70px;
    z-index: 999;
}
.cn-modal-content {
    background-color: #fff;
    margin: -25px auto 0;
    width: 90%;
    max-width: 1200px;
    height: 80vh;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}
.cn-modal-sidebar {
    width: 250px;
    background-color: #f8f9fa;
    padding: 20px;
    border-right: 1px solid #e0e0e0;
    margin-top: 40px;
    overflow-y: auto;
}
.cn-category-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 10px;
}
.cn-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cn-category-item {
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 14px;
    transition: 0.2s;
}
.cn-category-item:hover {
    background-color: #e3f2fd;
    color: #0052cc;
}
.cn-category-item.cn-active {
    background-color: #f51152;
    color: #fff;
    font-weight: 500;
}
.cn-modal-main {
    flex: 1;
    padding: 25px;
    overflow-y: auto;
    margin-top: 40px;
}
.cn-course-section {
    display: none;
}
.cn-section-title {
    font-size: 22px;
    font-weight: 600;
    margin-top: -31px;
    color: #333;
    margin-bottom: 10px;
    padding-top: 16px;
}
.cn-section-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.cn-course-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.cn-course-card a {
    text-decoration: none;
}
.cn-course-title:hover {
    color: var(--cn-primary-color);
    text-decoration: underline;
}
.cn-course-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    transition: 0.3s;
    position: relative;
    background-color: #fff;
    height: 250px;
    overflow: hidden;
}
.cn-course-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cn-course-logo {
    height: 150px;
    margin-bottom: 0;
    width: 100%;
    object-fit: contain;
}
.cn-course-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    margin-top: 10px;
}
.cn-course-duration {
    font-size: 13px;
    color: #666;
}
.cn-trending-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #4caf50;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.cn-modal-close {
    position: absolute;
    top: 18px;
    right: 217px;
    background: 0 0;
    border: none;
    font-size: 60px;
    cursor: pointer;
    color: #f51152;
    font-weight: 900;
    z-index: 999;
}
#cnSearchResultsModal .cn-modal-content {
    background-color: #fff;
    margin: 23px auto 5%;
    width: 90%;
    max-width: 1200px;
    max-height: 60vh;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    overflow-y: auto;
}
#cnSearchResultsModal .cn-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #666;
}
#cnNoResultsMessage {
    display: none;
    text-align: center;
    font-weight: 700;
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #666;
    margin-right: -20px;
    margin-left: 260px;
}
.cn-dropdown {
    position: relative;
}
.cn-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
    top: 100%;
    left: 0;
    margin-top: 0;
    font-size: 20px;
    pointer-events: none;
}
.cn-dropdown-content a {
    color: #000;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
}
.cn-dropdown-content a:hover {
    background-color: #f51152;
    color: #fff;
}
@media (max-width: 1024px) {
    .cn-nav-items {
        gap: 0.8rem;
    }
    .cn-search-input {
        width: 250px;
    }
}
@media (max-width: 900px) {
    .cn-search-input {
        width: 200px;
    }
}
@media (max-width: 768px) {
    .cn-nav-items,
    .cn-search-input {
        display: none;
    }
    .cn-menu-btn {
        display: block;
    }
    .cn-modal-content {
        flex-direction: column;
        height: 90vh;
        margin-top: -55px;
    }
    .cn-modal-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        max-height: 160px;
    }
    #cnSearchResultsContainer,
    .cn-course-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 576px) {
    .cn-navbar {
        padding: 10px 15px;
    }
    .cn-logo-img {
        height: 60px;
    }
    .cn-modal-content {
        width: 95%;
        height: 85vh;
        margin-top: -15px;
    }
    .cn-modal-close {
        right: 15px;
        font-size: 36px;
        margin-top: 12px;
        margin-right: 10px;
    }
    #cnSearchResultsModal .cn-modal-content {
        width: 95%;
        max-height: 80vh;
    }
    #cnNoResultsMessage {
        margin-left: 0;
        margin-right: 0;
    }
}
#cnSearchResultsContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: flex-start;
}
#cnSearchResultsContainer .cn-course-card {
    flex: 0 0 250px;
    height: 270px;
}
/*POPUP_FILE*/
/* Global Styles - Scoped to modal only */
.offer-modal * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Modal Background */
.offer-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    animation: offerFadeIn 0.4s ease;
}

/* Modal Content */
.offer-modal-content {
    position: relative;
    width: 85%;
    max-width: 800px;
    background: #062334;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    animation: offerSlideUp 0.5s ease;
}

/* Left Content */
.offer-left-content {
    width: 60%;
    padding: 40px;
    color: white;
    position: relative;
    z-index: 2;
}

.offer-left-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    color:white;
}

.offer-left-content p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.offer-validity {
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.offer-validity span {
    color: #ffdd00;
    font-weight: 600;
}

/* Book Now Button */
.offer-book-now-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffdd00;
    color: #333;
    padding: 12px 28px;
    margin-top: 20px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 221, 0, 0.4);
    text-decoration: none;
    width: 100%;
}

.offer-book-now-btn:hover {
    background: #ffed4e;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 221, 0, 0.5);
}

.offer-book-now-btn i {
    margin-left: 8px;
    font-size: 16px;
}

/* Right Image */
.offer-right-image {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
}

.offer-right-image::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -50px;
    right: -50px;
    z-index: 1;
}

.offer-right-image::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    bottom: -30px;
    left: -30px;
    z-index: 1;
}

.offer-right-image img {
    width: 100%;
    height: auto;
    position: relative;
}

/* Close Button */
.offer-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.offer-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Student Benefits */
.student-benefits {
    display: flex;
    margin-top: 25px;
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

.benefit-item i {
    margin-right: 6px;
    color: #ffdd00;
}



/* Animations */
@keyframes offerFadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes offerSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media screen and (max-width: 992px) {
    .offer-modal-content {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .offer-modal-content {
        flex-direction: column;
        width: 90%;
        max-width: 500px;
    }
    
    .offer-left-content {
        width: 100%;
        padding: 30px 25px;
    }
    
    .offer-right-image {
        width: 100%;
        padding: 0 25px 25px;
    }
    
    .offer-right-image::before,
    .offer-right-image::after {
        display: none;
    }
    
    .student-benefits {
        flex-wrap: wrap;
    }
    .offer-right-image{
        display: none;
    }
}
.ne-scrollup:hover {
    background-color: #0056b3;
}
.ne-scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    transition: background-color 0.3s;
}
@media screen and (max-width: 480px) {
    .offer-left-content h3 {
        font-size: 18px;
    }
    
    .offer-book-now-btn {
        padding: 12px 20px;
        font-size: 16px;
    }
    
    .student-benefits {
        flex-direction: column;
    }
    
    .offer-right-image{
        display: none;
    }
     .ne-scrollup {
        display: none !important;
    }
}
/* Countdown Timer Styles */
.offer-countdown {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 70px;
    text-align: center;
}

.countdown-number {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.countdown-label {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    text-transform: uppercase;
}

.offer-expired {
    background: rgba(255, 59, 48, 0.2);
    border: 2px solid #ff3b30;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

/* Responsive Countdown Timer */
@media (max-width: 768px) {
    .offer-countdown {
        gap: 10px;
    }
    
    .countdown-item {
        padding: 8px 10px;
        min-width: 60px;
    }
    
    .countdown-number {
        font-size: 24px;
    }
    
    .countdown-label {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .offer-countdown {
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .countdown-item {
        padding: 8px 12px;
        min-width: 70px;
        flex: 0 0 calc(50% - 4px);
    }
    
    .countdown-number {
        font-size: 22px;
    }
    
    .countdown-label {
        font-size: 9px;
    }
}

@media (max-width: 360px) {
    .offer-countdown {
        gap: 6px;
    }
    
    .countdown-item {
        padding: 6px 8px;
        min-width: 65px;
        flex: 0 0 calc(50% - 3px);
    }
    
    .countdown-number {
        font-size: 20px;
    }
    
    .countdown-label {
        font-size: 8px;
    }
}

@media (max-width: 480px) {
    .offer-expired {
        padding: 12px;
        font-size: 14px;
    }
}