body {
font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
    background: #ffffff;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
    background-color: #f7f8fd;
}
.navbar {
    background: #0e141e;
}
@keyframes mySticky {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

header {
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease; 
}

header.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: mySticky 0.3s ease-out; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

header:not(.fixed-top) {
    position: relative;
    top: auto;
    animation: none; 
    transition: all 0.3s ease; 
}
header .container-fluid {
    margin: 0;
    padding: 0;
    width: 100%;
}
header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    padding-bottom: 0;

}

.navbar-brand{
    display: flex;
    align-items: center;
}
.navbar-brand img{
    width: 60px;
    padding: 5px;
    background: #000;
    border-radius: 12px;
    margin-right: 15px;
}
.separator{
    margin-left: 10px;
    margin-right: 10px;
    color: #b7c9cc;
    font-weight:300;
    padding-bottom: 10px;

}
.card-img-top{
    object-fit: cover;
    height: 200px; 
}



.navbar-brand{
text-shadow: 1px 1px 1px rgba(112, 115, 115, .5);
}
.nav-link{
    color: #b7c9cc !important;
    font-size: 15px !important;
    line-height: 46px !important;
    display: flex;
    align-items: center;
    padding: 0 !important;
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}
.nav-link.active{
    border-color: #33a3f4;
    color: #ffffff !important;
    font-weight: 400;
}
.nav-link:hover{
    color: #ffffff !important;
}
.notifications{
    padding-bottom: 10px;
    text-decoration: none;
    color: #b7c9cc;
    transition: all 0.3s ease;
    cursor: pointer;
}
.notifications:hover{
    color: #ffffff;
}
.navbar ul li a{
    border: 1px solid transparent;
    color: #b7c9cc !important;
    display: inline-block;
    margin-top: 1px;
    outline-offset: -2px;
    font-size: 15px !important;
    position: relative;
    padding: 0 !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    line-height: normal;
    border-radius: 0;
    border: 0;
    padding: 0 15px !important;
    padding-bottom: 5px !important;
    border-bottom: 4px solid transparent;
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.nav-link svg {
    width: 16px;
    height: 20px;
    transform: scaleX(-1); 
    display: inline-block; 
    margin-left: 10px;
}
.navbar .right,.nav-bar-small-screens .right{
    position: relative;
}
.navbar .right .profile-menu,.nav-bar-small-screens .right .profile-menu{
    display: none;
}
.navbar .right .profile-menu-content,.nav-bar-small-screens .right .right .profile-menu-content{
    position: absolute;
    width: max-content;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #d7dfe8;
    padding: 10px 0;
    top: 61px;
    border-radius: 8px;
    right: -10px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    
}

.navbar .right .profile-menu a,.nav-bar-small-screens .right .profile-menu a{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 30px 8px 15px;
    color: #424951;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}
.navbar .right .profile-menu a:hover,.nav-bar-small-screens .right .profile-menu a:hover{
    text-decoration: none;
    color: #1c1f22;
}
.navbar .right h2,.nav-bar-small-screens .right h2{
    line-height: 20px;
    font-size: 0.925rem;
    font-weight: 500;
    color: #ffffff;
    background: #374557;
    padding: 3px 8px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 10px;
    margin-bottom: 5px;
}

.navbar .right h2:hover,.nav-bar-small-screens .right h2:hover{
    background-color: rgb(57, 66, 81);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.navbar .right .profile-image-icon:hover,.nav-bar-small-screens .right .profile-image-icon:hover{
    background-color: none;
    box-shadow: none;
}
:root{
    --bg-blue-color: #e4f5fb;
    --main-color: #313f7a;
    --font-color: #698196;
}

.hero-section {
    background-image: radial-gradient(circle at 0 100%,#d8eedc,#fff0 50%),radial-gradient(circle at 100% 100%,#e2e1ff,#fff0 50%);
    background-size: cover;
    overflow: hidden;
    padding: 180px 0;  
    text-align: center; 
}

.hero-section h1 {
    font-size: 5rem;
    font-weight: 400;  
    margin-bottom: 20px; 
    line-height: 1.2; 
    color: #030914;
    
}

.hero-section p {
    font-size: 1.3rem; 
    color: var(--font-color); 
    margin-bottom: 30px; 
    max-width: 800px; 
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.hero-section .button_holder {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hero-section .button_holder .start_free {
    background-color: #000; 
    color: #ffffff; 
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.hero-section .button_holder .start_free:focus,.hero-section .button_holder .courses:focus{
    outline: none !important;
}

.hero-section .button_holder .start_free:hover {
    background-color: #333; 
}
.hero-section .button_holder .courses {
    background-color: #ffffff; 
    color: var(--main-color); 
    border: 1px solid #c5c5c5;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-section .button_holder .courses:hover {
    background-color: #c5c5c5; 
    color: #000;
}

.container_main {
    width: 100%;
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;
}

.container_fluid {
    padding-left: 15px; 
    padding-right: 15px;
}
.featured-courses {
    padding: 60px 0px;
}
.featured-courses .section-title {
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.featured-courses .section-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
}
.featured-courses .row{
    display: flex;
    flex-wrap: wrap;
}
.featured-courses .course-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #33a3f4;
    position: relative;
}
.course-card .difficulty_level{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    background: #33a3f4;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 18px;
    border-radius: 4px;
    text-transform: uppercase;
}
.featured-courses .course-card:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.featured-courses .course-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.featured-courses .course-content {
    padding: 10px 0;
}
.featured-courses .course-content h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: left;
}
.featured-courses .course-content p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: left;
}
.featured-courses .course-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured-courses .btn-primary {
    background-color: transparent;
    border: none;
    color: #000;
    margin-top: auto;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 0.8rem;
    transition: background 0.3s ease-in-out;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.featured-courses .btn-primary:focus{
    outline: none !important;
    background: transparent !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
}
.featured-courses .btn-primary:hover {
    background-color: transparent;
    color: #000;
}
.why-choose-us {
    background-color: #f8f9fa;
    padding: 30px 0px;
    text-align: center;
    border-radius: 15px;
}

.why-choose-us .section-title {
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.why-choose-us .section-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
}

.why-choose-us .features-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.why-choose-us .feature-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 280px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.why-choose-us .feature-card:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
.why-choose-us .icon {
    font-size: 40px;
    background: linear-gradient(15deg, #217BFE 1.02%, #078EFB 28.51%, #A190FF 80.14%, #BD99FE 102.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.why-choose-us .feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
}

.why-choose-us .feature-card p {
    font-size: 0.9rem;
    color: #666;
}
.testimonials {
    text-align: center;
    padding: 40px 0px;
}

.testimonials .section-title {
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.testimonial-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 400px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.testimonial-content {
    text-align: left;
}

.testimonial-quote {
    font-size: 15px;
    color: #030914;
    margin-bottom: 15px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.testimonial-title {
    font-size: 14px;
    color: #777;
}
.faq {
    text-align: center;
    padding: 50px 10px;
    
}

.faq .section-title {
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.faq-container {
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item button:focus{
    outline: none;
}
.faq-question {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 400;
}

.faq-icon {
    font-size: 20px;
    color: #217BFE;
    font-weight: bold;
    transition: transform 0.3s;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 16px;
    color: #555;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;

}
.faq-answer.active {
    max-height: 200px; 
    padding: 15px;
}

footer{
    border-top: 1px solid #dee2e6;
    background-color: #f1f2f3;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
footer p{
    margin-bottom: 0;
}

.main-courses.featured-courses{
    padding: 0px 0;
    position: relative;
    padding-top: 30px;
}

.main-courses.featured-courses .row{
    flex-wrap: nowrap;
    overflow: auto;
    padding: 30px 20px;
    scrollbar-width: none;
}

.main-courses.featured-courses .row::before,
.main-courses.featured-courses .row::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90px; 
    z-index: 2;
    pointer-events: none;
}
.main-courses.featured-courses .row::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    height: 100%;
}

.main-courses.featured-courses .row::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    
}
.coursecode,.examcode{
    display: flex;
    align-items: center;
    justify-content: right;

}
.coursecode-container,.examcode-container{
    display: flex;
    flex-direction: column;

    
}
.coursecode-container h2,.examcode-container h2{
    font-size: 16px;
    margin-bottom: 0px;
}
.code-inputs {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    width: fit-content;
    gap: 15px;
}
.code-input {
    width: 30px !important;
    height: 30px;
    padding: 0px !important;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-weight: 400 !important ;
}
.code-input:focus{
    outline: none;
    border-color: #4285f4; 
    box-shadow: 0px 0px 8px rgba(66, 133, 244, 0.5);
}
.courses.subnav,.takeexam.subnav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:40px ;
}
.courses.subnav .right,.takeexam.subnav .right{
    display: flex;
    align-items: center;
    gap: 15px;
}
.courses.subnav .right button,.takeexam.subnav .right button{
    
    background: transparent;
    font-size: 0.875rem;
    border: none;
    line-height: 1.25rem;
}
.courses.subnav .right .manageexams button,.courses.subnav .right .createexam button,.takeexam.subnav .right .manageexams button,.takeexam.subnav .right .createexam button{
    border:1px solid #9091a8;
    border-radius: 8px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}
.courses.subnav .right .manageexams button:focus,.courses.subnav .right .createexam button:focus,.takeexam.subnav .right .manageexams button:focus,.takeexam.subnav .right .createexam button:focus{
    box-shadow: none !important;
    outline: none !important;
}
.courses.subnav .right .createexam button,.takeexam.subnav .right .createexam button{
    background-color: #13813a;
    border-color: transparent;
    color: #ffffff !important;
}
.courses.subnav .right .createexam button:hover,.takeexam.subnav .right .createexam button:hover{
    background-color: #13612e;
}
.courses.subnav .right .manageexams button:hover,.takeexam.subnav .right .manageexams button:hover{
    background-color: #f5f5f6;
}
.support-page.container-fluid{
    background: #f3f7f7;
}
.support{
    padding: 40px 0;
    height: 84vh;
    display: flex;
    justify-content: center;
}
.support .section-title {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}
.support .section-subtitle{
    text-align: left;
    color: #4a4b53;
    font-weight: 400;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
.support-category h2,.support-description h2{
    text-align: left;
    color: #738f93;
    font-size: 14px;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
    font-weight: 400;

}
.support-category-list{
    display: flex;
    align-items: center;

    flex-wrap: wrap;
}
.support .container{
    display: flex;
    align-items: center;
    gap: 20px;
}
.support-category p{
    color: #767782;
    padding: 8px 20px;
    font-weight: 310;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 1px solid #ebebf3;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 15px;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
.support-category p:hover{
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.15);
}
.support-image img{
    width: 400px;
}
.support-description textarea{
    width: 100%;
    height: 200px;
    resize: none;
    border-radius: 6px;
    padding: 10px;
    font-weight: 400;
    border: 1px solid #d6d7e4;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
.support-description textarea:focus{
    outline: none;
}
.support-form .submit-btn{
    margin-top: 30px;
}
.support-form .submit-btn button{
    background: #13813a;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #13813a;
    text-align: center;
    border-radius: 5px;
}
.support-form .submit-btn button:focus{
    outline: none;
}
 
.global-examinations,.learnings-section {
         
    padding: 20px 0;
    margin-top: 20px;
    min-height: 80vh;
}
.global-examinations .section-title,.learnings-section .section-title {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
.global-examinations .section-subtitle,.learnings-section .section-subtitle{
    text-align: left;
    color: #4a4b53;
    font-weight: 400;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
    Arial, sans-serif;
}
.global-examinations .row .col-md-6,.learnings-section .row .col-md-6{
    margin-bottom: 25px;
    
}
.global-examinations .examination-card,.learnings-section .learning-card {
    border: 1px solid #dee2e6; 
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    transition: transform 0.2s ease-in-out; 
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.global-examinations .examination-card button,.learnings-section .learning-card button{
    width: fit-content;
}
.global-examinations .examination-card:hover,.learnings-section .learning-card:hover {
   background: #eceff2;
   
}

.global-examinations .examination-card h3,.learnings-section .learning-card h3 {
    margin-bottom: 8px;
    color: #343a40; 
    font-size: 22px;
    display: flex;
    align-items:center;
    gap: 10px;
}
.global-examinations .examination-card h3 svg{
    cursor: pointer;
}

.global-examinations .examination-card p,.learnings-section .learning-card p {
    color: #6c757d; 
    font-size: 14px;
    font-weight: 400;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
}

.global-examinations .examination-card .btn-primary,.learnings-section .learning-card .btn-primary {
    background-color: transparent; 
    border-color: #9091a8;
    font-size: 14px;
    border-radius: 8px;
    color: #030914;
    font-family: Whitney SSm A, Whitney SSm B, Avenir, Segoe UI, Ubuntu, Helvetica Neue, Helvetica,
}
.global-examinations .examination-card .btn-primary:focus,.learnings-section .learning-card .btn-primary:focus{
    outline: none !important;
    color: #030914 !important;
    box-shadow: none !important;
}

.global-examinations .examination-card .btn-primary:hover,.learnings-section .learning-card .btn-primary:hover {
    background-color: #fdfdfd;
    border-color: #9091a8;
}
.image-banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.learnings-section .row{
    padding-top: 30px;
}
.learnings-section .section-title{
    position: relative;
}
.learnings-section .section-title svg{
    position: absolute;
    top: -20px;
    left: -10px;
}
footer{
    background:#f3f4f6 !important;
}
.nav-bar-small-screens{
    display: none;
}
@media (max-width: 997px) {

    body{
        overflow-x: hidden;
    }
    .navbar{
        display: none !important;
    }
    .nav-bar-small-screens{
        display: flex;
        padding: 15px 15px;
        align-items: center;
        justify-content: space-between;
    }
    .logo img{
        width: auto;
        height: 30px;
    }
    .logo a{
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 16px;
        color: rgba(0,0,0,.9);
    }
    .nav-icons {
        display: flex;
        gap: 15px;
    }
    .nav-bar-small-screens svg{
        width: 1.3rem;
        height: 1.3rem;
        color: #2a2b3f;
    }
    .notification-svg, .cart-svg{
        margin-left: 10px;
        padding: 5px;
        line-height: 0;
        color: #707070;
    }
 
    .notification-svg svg, .cart-svg svg{
        color: #707070;
        stroke-width:1px !important;
    }
    #menu-toggle {
        width: 1.2rem;
        height: 1.2rem;
        color: #2a2b3f;
    }
    .nav-overlay{
        position: fixed;
        opacity: 0; 
        visibility: hidden;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: "";
        background: rgba(0, 0, 0, 0.6);
        z-index: 99991;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; 
    }
    
    .nav-overlay.active {
        opacity: 1; 
        visibility: visible;
    }
    
    #side-bar-content{
        width: 100%;
        max-width: 325px;
        left: 0;
        right: auto;
        padding: 0;
        flex: 1;
        position: absolute;
        overflow-y: auto;
        background-color: rgba(255,255,255,1);
        color: rgba(0,0,0,1);
        transform: translateX(-100%); 
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); 
        height: 100%;
    }
    
    .nav-overlay.active #side-bar-content { 
        transform: translateX(0); 
    }
    .side-bar-image{
        padding: 6px 18px;
        text-align: center;
        border-bottom: 1px solid rgba(235,235,235,1);
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
    }
    .side-bar-image img{
        height: 40px;
        margin-right: 10px;
    }
    #nav-links-mobile {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-left: 10px;
    }
    #nav-links-mobile .nav-link{
        margin: 0;
        line-height: 30px !important;
    }
    #nav-links-mobile li{
        margin: 0;
        padding: 10px;
        list-style: none;
        display: block;
        float: none;
        position: static;
        line-height: 24px;
    }
    #nav-links-mobile li a{
        padding: 10px 0;
        line-height: 24px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        position: relative;
    }
    #nav-links-mobile li.active a {
        color: rgba(209,2,2,1);
    }
    .nav-bar-small-screens.fixed-top { 
        position: fixed;
        width: -webkit-fill-available;
        z-index: 1000; 
        background-color: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        animation-duration: 300ms;
        animation-fill-mode: both;
        animation-name: mySticky;
        -webkit-backface-visibility: hidden;
    }
    .nav-link{
        color: #000 !important;
    }
    .nav-link:hover{
        color: #030914 !important;
    }
    .nav-link.active{
        color: #030914 !important;
    }
    .hero-section h1 {
        font-size: 3rem;
       
    }
    .hero-section p{
        font-size: 1rem;
    }
    .hero-section .button_holder .start_free{
        font-size: 0.9rem;
    }
    footer{
        padding: 15px 10px;
    }
    footer{
        font-size: 0.9rem;
    }
    .notifications{
        padding-bottom: 0;
    }
    .nav-bar-small-screens .right h2{
        margin-bottom: 0;
    }
}
@media (max-width: 997px) {
    .support-page.container-fluid {
        padding: 0 15px;
    }
    
    .support {
        height: auto;
        padding: 30px 0;
    }
    
    .support .container {
        flex-direction: column-reverse;
        gap: 30px;
    }
    
    .support .section-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .support .section-subtitle {
        font-size: 14px;
    }
    
    .support-image img {
        width: 280px;
        max-width: 100%;
    }
    
    .support-category h2,
    .support-description h2 {
        font-size: 13px;
    }
    
    .support-category-list {
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .support-category p {
        padding: 6px 15px;
        font-size: 13px;
        margin-right: 0;
    }
    
    .support-description textarea {
        height: 150px;
        font-size: 14px;
    }
    
    .support-form .submit-btn {
        margin-top: 20px;
    }
    
    .support-form .submit-btn button {
        padding: 8px 20px;
        font-size: 14px;
        width: 100%;
    }
    
   
    
    .ad-space {
        display: none;
    }
}

@media (max-width: 480px) {
    .support .section-title {
        font-size: 22px;
    }
    
    .support .section-subtitle {
        font-size: 13px;
    }
    
    .support-image img {
        width: 220px;
    }
    
    .support-category p {
        padding: 5px 12px;
        font-size: 12px;
    }
    
    .support-description textarea {
        height: 120px;
    }
    
    .support-form .submit-btn button {
        padding: 7px 15px;
        font-size: 13px;
    }
}