/* Responsive styles for mobile and tablet */
.responsive-tab {
    display: none;
}

.responsive-tab .btn-primary {
    background-color: #b3a369;
    color: #ffffff;
    border: 1px solid #b3a369;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.responsive-tab .btn-primary:hover {
    background-color: #b3a369;
    color: #ffffff;
    border: 1px solid #b3a369;
}

@media only screen and (max-width: 1024px) {
    .responsive-tab {
        display: block !important;
    }

    .indiana-top-content {
        display: none !important;
    }

    .offcanvas-body .indiana-top-content {
        display: none !important;
    }

    .offcanvas.show .indiana-top-content {
        display: block !important;
        
    }

    .indiana-top-logo img {
        width: 90px;
    }
    
    .indiana-top-logo h1 {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    .indiana-top-content-heading h2{
        color: #000000;
        padding-bottom: 18px;
    }
 

    .top-giv-btn a{
        color: #000000;
        border-color: #000000;
        margin-bottom: 20px;
    }

    .offcanvas.show,
    .offcanvas-header,
    .offcanvas-body {
        background-color: #ffffff !important;
        color:  #000000 !important;


}
}
/* Responsive styles for max-width: 767px */
@media only screen and (max-width: 767px) {

    .responsive-tab {
        display: block;
    }

    .indiana-top-content,
    .offcanvas-body .indiana-top-content {
        display: none;
    }

    .offcanvas.show .indiana-top-content {
        display: block;
        padding: 0;
        margin: 0;
    }

    .indiana-top-logo h1 {
        font-size: 16px;
        font-weight: 500;
    }
    

    .sample-page-banner {
        display: none;
    }

    .sample-page-banner-1 {
        display: block;
    }

    .offcanvas.show,
    .offcanvas-header,
    .offcanvas-body {
        background-color: #ffffff !important;
        color:  #000000 !important;
    }

    .indiana-sample-content-cgpa h2 {
        font-size: 26px;
        font-weight: 700;
    }

    .indiana-sample-content-cgpa p {
        font-size: 16px;
        font-weight: 400;
        width: 100%; /* Improved for better responsiveness */
    }

    .indiana-sample-content-cgpa img {
        width: 100%;
    }

    .indiana-academic-content h2 {
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        text-align: left;
    }

    .indiana-academic-content p {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .indiana-buttons {
        display: flex;
        align-items: center;
        margin: auto;
        gap: 30px;
        padding: 40px 0;
    }

    .previous-post,
    .next-post {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .indiana-footer-content {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 30px;
        padding-left: 80px;
    }

    .footer-left {
        border-right: none;
        padding: 0;
    }

    .footer-left p {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        padding: 0;
        margin: 0;
    }
    .footer-left img{
        width: 160px;
    
    }
    .footer-logo {
        margin-bottom: 10px;
    }

    .footer-socials {
        display: flex;
        flex-direction: row;
        gap: 16px;
        border-left: none;
        padding: 0;
    }

    .social-icon {
        font-size: 26px;
        padding: 2px 8px;
        border-radius: 50%;
    }

    .footer-bottom {
        padding: 30px 0px 10px 0px;
        text-align: center;
    }

    .footer-bottom a {
        font-size: 16px;
    }

    .comment-form {
        padding: 10px;
    }

    .comment-form input,
    .comment-form textarea {
        font-size: 14px;
        padding: 8px;
    }

    .comment-form .button {
        font-size: 14px;
        padding: 6px 12px;
    }
}





@media (max-width: 480px) {
    .indiana-header {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .indiana-top-logo h1 {
        font-size: 20px;
        font-weight: 700;
    }

    .indiana-top-logo img {
        width: 150px;
    }

    .indiana-sample-content-cgpa h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .indiana-sample-content-cgpa p {
        font-size: 16px;
        font-weight: 400;
        max-width: 350px;
    }

    .indiana-blog-content {
        width: 100%;
    }

    .indiana-academic-content {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .indiana-academic-content h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        text-align: left;
    }

    .indiana-academic-content p {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .indiana-sample-content-cgpa img {
        width: 100%;
    }

    .indiana-buttons {
        display: flex;
        align-items: center;
        margin: auto;
        gap: 100px;
        padding: 40px 0;
    }

    .previous-post,
    .next-post {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        font-size: 12px;
        font-weight: 400;
    }

    .indiana-footer-content {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 60px;
        padding-left: 80px;
    }

    .footer-left {
        border-right: none;
        padding: 0;
    }

    .footer-left a {
        font-size: 18px;
        font-weight: 500;
        line-height: 10px;
    }

    .footer-logo {
      
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .footer-left img{
        width: 150px;
    }
    .footer-socials {
        display: flex;
        flex-direction: row;
        gap: 15px;
        border-left: none;
        padding: 0;
    }

    .social-icon {
        font-size: 22px;
        padding: 2px 8px;
        border-radius: 50%;
    }

    .footer-bottom {
        padding: 30px 0px 10px 0px;
        text-align: center;
    }

    .footer-bottom a {
        font-size: 12px;
    }

    .comment-form input,
    .comment-form textarea {
        font-size: 12px;
        padding: 6px;
    }

    .comment-form .button {
        font-size: 12px;
        padding: 4px 10px;
    }

    .comment-form label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .comment-form {
        flex-direction: column;
        gap: 10px;
    }
}