@media only screen and (max-width: 360px) 
{
    .navbar {
        padding: 10px 15px;
        
        
    }

    .navbar .logo a {
        font-size: 1.3em;
       
        
    }

    .nav-links {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }

    .nav-links li {
        margin-left: 0;
        margin-bottom: 1px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 0.8em;
        transition: color 0.3s;
       
    }

    .content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .content-text {
        max-width: 100%;
    }

    .content-text h1 {
        font-size: 1.5em;
    }

    .content-text p {
        font-size: 1.2em;
        padding: 0 5%;
    }

    .info {
        
        align-items: center;
        display: flex;
    }

    .info .facilities, .info .services, .info .accommodation {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 12px;
        
    }

    h3 {
        font-size: 1em;
        color:#00bcd4;
        margin-bottom: 15px;
        font-weight: 650;
    }

    .content-map {
        max-width: 100%;
        margin-top: 20px;
        padding-left: 15px;
        
        
        
    }

    .content-map iframe {
        width: 100%;
        height: 200px;
        
        
    }

    .pune-city h2 {
        font-size: 1.6em;
    }

    .pune-description p {
        font-size: 1.1em;
        padding: 0 10%;
    }

    .image-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer {
        font-size: 12px;
    }

    .footer-links {
        flex-direction:row;
    }

    .footer-links li {
        margin-bottom: 10px;
       
    }

    .footer-links a {
        font-size: 18px;
    }

    .social-icon {
        font-size: 20px;
    }
}


@media only screen and (max-width: 393px) and (min-width: 361px) {
    .navbar {
        padding: 12px 18px;
    }

    .navbar .logo a {
        font-size: 1.2em;
    }

    .nav-links {
        display: flex;
        gap: 12px;
        margin-top: 12px;
    }

    .nav-links li {
        margin-left: 0;
        margin-bottom: 2px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 0.9em;
        transition: color 0.3s;
    }

    .content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .content-text {
        max-width: 100%;
    }

    .content-text h1 {
        font-size: 1.3em;
    }

    .content-text p {
        font-size: 1.4em;
        padding: 0 6%;
    }

    .info {
        align-items: center;
        display: flex;
    }

    .info .facilities, .info .services, .info .accommodation {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }

    h3 {
        font-size: 1em;
        color:#00bcd4;
        margin-bottom: 16px;
        font-weight: 650;
    }

    .content-map {
        max-width: 100%;
        margin-top: 22px;
        padding-left: 18px;
    }

    .content-map iframe {
        width: 100%;
        height: 200px;
    }

    .pune-city h2 {
        font-size: 1.7em;
    }

    .pune-description p {
        font-size: 1.2em;
        padding: 0 11%;
    }

    .image-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer {
        font-size: 13px;
    }

    .footer-links {
        flex-direction: row;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        font-size: 19px;
    }

    .social-icon {
        font-size: 21px;
    }
}


@media only screen and (max-width: 412px) and (min-width: 394px) {
    .navbar {
        padding: 12px 18px;
    }

    .navbar .logo a {
        font-size: 1.2em;
    }

    .nav-links {
        display: flex;
        gap: 15px;
        margin-top: 12px;
    }

    .nav-links li {
        margin-left: 0;
        margin-bottom: 2px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 1em;
        transition: color 0.3s;
    }

    .content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .content-text {
        max-width: 100%;
    }

    .content-text h1 {
        font-size: 1.5em;
    }

    .content-text p {
        font-size: 1.4em;
        padding: 0 6%;
    }

    .info {
        align-items: center;
        display: flex;
    }

    .info .facilities, .info .services, .info .accommodation {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 22px;
        font-size: 15px;
    }

    h3 {
        font-size: 1em;
        color:#00bcd4;
        margin-bottom: 16px;
        font-weight: 650;
    }

    .content-map {
        max-width: 100%;
        margin-top: 22px;
        padding-left: 35px;
    }

    .content-map iframe {
        width: 100%;
        height: 200px;
    }

    .pune-city h2 {
        font-size: 1.7em;
    }

    .pune-description p {
        font-size: 1.3em;
        padding: 0 12%;
    }

    .image-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer {
        font-size: 14px;
    }

    .footer-links {
        flex-direction: row;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        font-size: 19px;
    }

    .social-icon {
        font-size: 22px;
    }
}


@media only screen and (max-width: 428px) and (min-width: 413px) {
    .navbar {
        padding: 12px 18px;
    }

    .navbar .logo a {
        font-size: 1.2em;
    }

    .nav-links {
        display: flex;
        gap: 15px;
        margin-top: 12px;
    }

    .nav-links li {
        margin-left: 0;
        margin-bottom: 2px;
    }

    .nav-links a {
        color: white;
        text-decoration: none;
        font-size: 1em;
        transition: color 0.3s;
    }

    .content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .content-text {
        max-width: 100%;
    }

    .content-text h1 {
        font-size: 1.5em;
    }

    .content-text p {
        font-size: 1.4em;
        padding: 0 6%;
    }

    .info {
        align-items: center;
        display: flex;
    }

    .info .facilities, .info .services, .info .accommodation {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 22px;
        font-size: 15px;
    }

    h3 {
        font-size: 1em;
        color:#00bcd4;
        margin-bottom: 16px;
        font-weight: 650;
    }

    .content-map {
        max-width: 100%;
        margin-top: 22px;
        padding-left: 35px;
    }

    .content-map iframe {
        width: 100%;
        height: 200px;
    }

    .pune-city h2 {
        font-size: 1.7em;
    }

    .pune-description p {
        font-size: 1.3em;
        padding: 0 12%;
    }

    .image-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer {
        font-size: 14px;
    }

    .footer-links {
        flex-direction: row;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        font-size: 19px;
    }

    .social-icon {
        font-size: 22px;
    }
}




@media screen and (max-width: 768px) and (min-width: 429px) {
    .logo {
        font-size: 1.3rem;
        height: 50px;
        margin-bottom: 10px;
        margin-right: 10px;
        padding-top: 1px;
    }

    .nav-links {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-left: 20px;        
    }

    .nav-links li {
        margin: 0 10px;
        font-size: 1.3em;    
    }

    .nav-links a:hover {
        color: navy;
    }

    marquee {    
        font-size: 1.6em;
        font-weight: bold;     
    }
    
    marquee b {
        color: red;
        font-size: 1.4em;
    }

    .content {
        text-align: center;
        margin-top: 50px;
        padding: 20px;
    }

    .content h1 {
        color: rgb(255, 87, 51);
        font-size: 3.5em;
    }

    .content p {
        font-size: 1.3em;
        margin-top: 15px;
        text-align: justify;
        padding: 0 10%;
    }

    .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color:whitesmoke;
        gap: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .content-text {
        flex: 1;
        max-width: 60%;
    }

    .content-text h1 {
        font-size: 2em;
        color: royalblue;
        font-weight: 700;
        margin-bottom: 10px;
        letter-spacing: 1px;
        margin-right: 20px;
    
    }

    .content-text .intelli {
        color: navy;
    }

    .content-text .hostel {
        color: burlywood;
    }

    .content-text p {
        font-size: 1.3em;
        color: #00bcd4;
        line-height: 1.6;
        text-align: justify;
        margin-bottom: 15px;
        font-weight: 400;
    }

    .info {
        align-items: center;
        display: flex;
        margin-top: 60px;
    }



    .content-map {
        max-width: 100%;
        margin-top: 10px;
        padding-left: 35px;
    }

    .content-map iframe {
        width: 100%;
        height: 200px;
    }
   

    .footer {
        font-size: 10px;
    }

    .footer-links {
        flex-direction: row;
        
    }

    .footer-links li {
        margin-bottom: 12px;
        
    }

    .footer-links a {
        font-size: 24px;
    }

    .social-icon {
        font-size: 13px;
    }
}
   

   
   

   

   