        body {
            margin: 0;
            font-family: "Raleway", serif;
        }
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.75);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }
        
        nav {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
        }
        
        .nav-links {
            list-style: none;
            display: flex;
            gap: 30px;
            margin: 0;
            padding: 0;
            align-items: center;
        }
        
        .nav-links li {
            display: inline;
        }
        
        .nav-links img{
            height: 40px;
            width: auto;
        }

        .nav-links a {
            text-decoration: none;
            color: white;
            font-size: 16px;
        }
        
        .nav-container {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: space-between;
        }

        .title{
            font-size: 150px;
            font-weight: 500;
            margin: 0px;
        }
        
        .subtitle{
            font-size: 30px;
            margin-top: 20px;
        }

        .btn.join-now {
            position: relative;
            background-color: #F6C945;
            padding: 15px 30px;
            text-decoration: none;
            color: black;
            margin-left: auto;
            right: 40px;
            font-size: 16px;
        }
        .hero {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            flex-direction: column;
        }
        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('../assets/homebackgroud.jpg') no-repeat center center/cover;
            filter: brightness(50%);
            z-index: -1;
        }
        .content {
            position: relative;
            z-index: 1;
        }
        .logo {
            width: 240px;
            height: auto;
            margin-bottom: -20px;
        }
        .btn.primary {
            position: relative;
            background-color: #F6C945;
            padding: 20px 60px;
            text-decoration: none;
            color: black;
            font-size: 16px;
            /* margin: 20px; */
            top: 20px;
        }
        .btn.secondary {
            position: relative;
            background-color: black;
            padding: 20px 60px;
            text-decoration: none;
            color: white;
            font-size: 16px;
            /* margin: 20px; */
            top: 20px;
        }
        .intro{
            display: flex;
            justify-content: space-between;
            background-color: #f8f8f8;
        }
        .intro_img {
            width: 50%;
            height: auto;
            margin: 80px 60px;
        }
        .textarea{
            margin: 80px 100px;
        }
        .event-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: auto;
            padding: 40px 20px;
        }
        
        .section-block {
            display: flex;
            flex-direction: column;
            width: 48%;
            text-align: left;
            margin-bottom: 40px;
        }
        
        .text h2 {
            font-size: 30px;
            font-weight: 500;
            margin-bottom: 15px;
        }
        
        .image img {
            width: 100%;
        }
        
        .quote {
            font-size: 16px;
            color: #333;
            margin-top: 15px;
            font-family: 'Times New Roman', Times, serif;
        }

        .button-container {
            display: flex;
            justify-content: center; 
            width: 100%; 
            margin-top: 30px; 
        }
        .texttitle{
            font-size: 70px;
            font-weight: 450;
            line-height: 80px;
        }
        .normaltext{
            margin-bottom: 40px;
        }
        .midcontainer{
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .executive-board {
            max-width: 1600px;
            margin: auto;
            padding: 50px 20px;
            background-color: #f8f8f8;
            margin-bottom: 80px;
        }
        
        /* Scrollable container */
        .scroll-container {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 20px;
            padding-bottom: 20px;
            scrollbar-width: none; /* Hide scrollbar for a clean look */
        }
        
        .scroll-container::-webkit-scrollbar {
            display: none; /* Hide scrollbar for Webkit browsers */
        }
        
        .member-card {
            flex: 0 0 250px;
            background: white;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            scroll-snap-align: start;
        }
        
        .member-card img {
            width: 100%;
            height: 250px; 
            object-fit: cover;
        }
        
        .member-card h3 {
            margin: 15px 0 5px;
            font-size: 20px;
        }
        
        .member-card p {
            font-size: 14px;
            color: #555;
            margin-bottom: 10px;
        }
        .btn.connect {
            position: relative;
            background-color: #4b2c62;
            padding: 10px 20px;
            text-decoration: none;
            color: white;
            font-size: 12px;
        }
        .event-schedule{
            background-color: #452C57;
            color: white;
            padding: 40px 80px;
        }
        footer {
            background-color: black;
            color: white;
            padding: 20px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 80px;
        }
        
        footer h1 {
            font-size: 18px;
            font-weight: bold;
            color: #FFD700; 
            margin-bottom: 5px;
        }
        
        footer h2 {
            font-size: 14px;
            font-weight: normal;
            color: #cccccc;
            margin: 0;
        }
        
        .icon-list {
            display: flex;
            gap: 15px;
        }
        
        .icon-list a {
            color: white;
            font-size: 18px;
            transition: 0.3s ease-in-out;
        }
        
        .icon-list a:hover {
            color: #FFD700; 
        }

        /* Tablet Styles (768px and below) */
        @media screen and (max-width: 768px) {
            /* Navigation */
            .nav-links {
                gap: 15px;
            }
            
            .nav-links a {
                font-size: 14px;
            }
            
            .btn.join-now {
                padding: 10px 20px;
                font-size: 14px;
                right: 20px;
            }
            
            /* Hero Section */
            .title {
                font-size: 80px;
            }
            
            .subtitle {
                font-size: 24px;
            }
            
            .logo {
                width: 180px;
            }
            
            .btn.primary, .btn.secondary {
                padding: 15px 40px;
                font-size: 14px;
            }
            
            /* Intro Section */
            .intro {
                flex-direction: column;
            }
            
            .intro_img {
                width: 90%;
                margin: 20px auto;
            }
            
            .textarea {
                margin: 40px 50px;
            }
            
            .texttitle {
                font-size: 50px;
                line-height: 60px;
            }
            
            /* Event Section */
            .section-block {
                width: 100%;
                margin-bottom: 30px;
            }
            
            .text h2 {
                font-size: 24px;
            }
            
            /* Executive Board */
            .member-card {
                flex: 0 0 200px;
            }
            
            .member-card img {
                height: 200px;
            }
            
            /* Footer */
            footer {
                flex-direction: column;
                text-align: center;
                gap: 20px;
                padding: 30px 20px;
            }
        }

        /* Mobile Styles (480px and below) */
        @media screen and (max-width: 480px) {
            /* Header */
            header {
                padding: 15px;
            }
            
            /* Navigation */
            .nav-links {
                gap: 10px;
                flex-wrap: wrap;
            }
            
            .nav-links img {
                height: 30px;
            }
            
            .nav-links a {
                font-size: 12px;
            }
            
            .btn.join-now {
                padding: 8px 15px;
                font-size: 12px;
                right: 10px;
            }
            
            /* Hero Section */
            .title {
                font-size: 60px;
            }
            
            .subtitle {
                font-size: 20px;
                margin-top: 15px;
            }
            
            .logo {
                width: 150px;
            }
            
            .btn.primary, .btn.secondary {
                padding: 12px 30px;
                font-size: 12px;
            }
            
            /* Intro Section */
            .textarea {
                margin: 30px 20px;
            }
            
            .texttitle {
                font-size: 36px;
                line-height: 42px;
            }
            
            .normaltext {
                font-size: 14px;
                margin-bottom: 30px;
            }
            
            .intro_img {
                width: 95%;
                margin: 15px auto;
            }
            
            /* Event Section */
            .event-section {
                padding: 20px 10px;
            }
            
            .text h2 {
                font-size: 20px;
            }
            
            .quote {
                font-size: 14px;
            }
            
            /* Executive Board */
            .executive-board {
                padding: 30px 10px;
            }
            
            .member-card {
                flex: 0 0 180px;
                padding: 15px;
            }
            
            .member-card img {
                height: 180px;
            }
            
            .member-card h3 {
                font-size: 16px;
                margin: 10px 0 5px;
            }
            
            .member-card p {
                font-size: 12px;
            }
            
            /* Event Schedule */
            .event-schedule {
                padding: 30px 20px;
            }
            
            /* Footer */
            footer {
                padding: 20px 15px;
            }
            
            footer h1 {
                font-size: 16px;
            }
            
            footer h2 {
                font-size: 12px;
            }
            
            .icon-list a {
                font-size: 16px;
            }
        }
        