.page-container {
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #8f8e8e;
}

.side-by-side-container {
  display: flex;
  width: 100%;
  background: #2c3e50;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.image-column {
  flex: 1;
  min-width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.text-column {
  flex: 1;
  min-width: 45%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Pushed content to top */
  padding-top: 1rem; /* Reduced top padding */
}

.image-column img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  color: #ffffff;
  margin-top: 0; /* Remove default h2 margin */
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: #bdc3c7;
  margin-top: 0; /* Remove default p margin */
}

/* Laptop/desktop specific adjustments */
@media (min-width: 992px) {
  .text-column {
    justify-content: center;
    padding-bottom: 0%;
    text-align: center;
    padding-top: 0.8rem; /* Even less padding on larger screens */
  }
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .side-by-side-container {
    min-height: 200px;
  }
  
  .image-column {
    padding: 10px;
  }
  
  .text-column {
    padding: 1rem;
    justify-content: center; /* Center content on mobile */

  }
  
  h2 {
    font-size: 1.3rem;
  }
  
  p {
    font-size: 0.9rem;
    height: 200px;
    justify-items: center;
    justify-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
}

/*nav section*/
body{
    min-height: 100vh;
    background-image: url(/imgSH/SH2.jpg);
    background-size: cover;
}
nav {

    background-color: rgb(253, 251, 251);
    box-sizing: 3px 3px 5px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding-top: 0;

}
nav ul{
    width: 95%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav li{
    height: 40px;
}
nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}
nav a:hover{
    background-color: white;
}
nav li:first-child{
    margin-right: auto;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: fit-content;
    width: 150px;
    z-index: 999;
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
}
.sidebar a{
    width: 100%;
}
.menu-button{
    display: none;
}

@media(max-width: 800px){

    .hideOnMobile{
        display: none;
    }

    .menu-button{
    display: block;
    }
    .logo{
        align-content: center;
    }
    
    
}


@media(max-width: 400px){
  
    
  
    .sidebar{
        width: 100%;
    }
}
.logo {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary);
            text-decoration: none;
            transition: transform 0.3s ease, color 0.3s ease;
        }

                 /* Footer */
        footer {
            background: #2c3e50;
            color: white;
            padding: 50px 0 20px;
            text-align: center;
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        
        .footer-section {
            flex: 1;
            min-width: 250px;
            padding: 0 20px;
            margin-bottom: 30px;
        }
        
        .footer-section h3 {
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .footer-section h3::after {
            content: '';
            position: absolute;
            width: 50%;
            height: 2px;
            background: #3498db;
            bottom: -8px;
            left: 0;
        }
        
        .footer-section p, .footer-section a {
            color: #bdc3c7;
            margin-bottom: 10px;
            display: block;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-section a:hover {
            color: #3498db;
        }
        
        .social-links {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            margin: 0 10px;
            color: white;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background: #3498db;
            transform: translateY(-5px);
        }
        
        .copyright {
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.1);
            font-size: 0.9rem;
            color: #bdc3c7;
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }
            
            .hero {
                clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            }
            
            .about-content {
                flex-direction: column;
            }
            
            .about-text, .about-image {
                padding: 20px 0;
            }
        }
        /*marquee*/
.marq{
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 11px;
    font-style: italic;
    font-weight: bold;
}

