
@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .nav-menu{
        display: none;
    }
    .footer-col{
        flex-wrap: wrap;
    }
    .footer-col>div:first-child{
        width: 100%;
    }
    .footer-col div {
        flex: unset;
        width: 48%;
    }
    .footer-col h4 {
        margin-top: 20px;
    }
    .footer-col .logo{
        margin-bottom: 10px;
    }
    .footer-copy .container {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .section-padding, .header-banner {
        padding: 40px 0;
    }
    .header-banner .card{
        margin-top: 55px;
    }
    .title-with-btn {
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .mobile-nav{
        display: flex;
    }
    .why-rankgpt-card{
        margin-bottom: 30px;
    }
    .how-work-box{
        margin-bottom: 15px;
    }
    .bg-black-red {
        background: linear-gradient(360deg, #313F50 12.98%, #FF5A5A 100%);
        color: #fff !important;
    }
    .r-mt-20{
        margin-top: 20px;
    }
    .dash-nav{
        display: none;
    }
    .dashboard-content{
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .nav-logo img {
        height: 28px;
    }
    .mobile-nav .btn{
        padding: 9px 19px;
    }
    .section-title {
        font-size: 18px;
    }
    .banner-title {
        font-size: 24px;
    }
    .btn {
        gap: 5px;
        padding: 9px 13px;
    }
    .responsive-col{
        flex-direction: column;
    }
    .btn.card-robot-flip-right::after {
        transform: scaleX(-1);
        right: unset;
        left: 40px;
        top: -33px;
        width: 36px;
        height: 35px;
    }
    .schedule-now{
        flex-direction: column;
    }
    .robot-laptop{
        width: 100%;
    }
    .robot-laptop img{
        position: unset;
        width: 100%;
    }
    .news-item{
        flex-direction: column;
        align-items: start;
    }
     .news-item p{
        margin-bottom: 10px;
     }
    .dash-title{
        flex-direction: column;
        height: unset;
        gap: 10px;
    }
    .college-profile{
        flex-direction: column;
        gap: 0;
    }
    .college-profile>div{
        width: 100%;
    }
    .college-profile .college-img{
        width: 100%;
        height: unset;
    }
    .m-p-15{
        padding: 15px !important;
    }
    
}

@media (max-width: 576px) {
    .banner-bg::after{
        display: none;
    }
    .btn.btn-square{
        padding: 17.5px 12px;
    }
    .flex-two-col {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .flex-two-col div {
        flex: unset;
        width: 100%;
    }
    .card{
        padding: 15px;
    }
    .score-result h1 {
        font-size: 52px;
    }
}

@media (max-width: 480px) {
}
