
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Arial', sans-serif;
            color: #333;
            line-height: 1.6;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
         
           
        }
        h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 20px;
            font-size: 2.5em;
        }
        p {
            text-align: center;
            margin-bottom: 30px;
            font-size: 1.1em;
            color: #555;
        }
        h2 {
            color:black;
            margin-bottom: 15px;
            text-align: center;
            font-size: 2em;
        }
        .cards {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 30px;
        }
        .card {
            background-color: #f9f9f9;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 45%;
            transition: transform 0.3s ease;
        }
        .card:hover {
            transform: translateY(-10px);
        }
        h3 {
            color: black;
            margin-bottom: 10px;
            font-size: 1.5em;
        }
       
        
        @media (max-width: 768px) {
            .cards {
                flex-direction: column;
                align-items: center;
            }
            .card {
                width: 100%;
            }
        }
      
    .scoring-band-system {
        display: flex;
       justify-content: center;
      gap: 200px;
        margin-top: 20px;
    }

    .content {
        max-width: 400px; 
        padding-right: 20px; 
    }

    .image {
        max-width: 450px; 
        overflow: hidden; 
        border-radius: 15px; 
        transition: transform 0.3s ease;
    }

    .image img {
        width: 100%;
        height: auto;
        border-radius: 15px; 
        transition: transform 0.3s ease; 
    }

    .image:hover img {
        transform: scale(1.05); 
    }

    h2 {
        text-align: center; 
        margin-bottom: 10px; 
    }

    p {
        text-align: center; 
        margin-bottom: 20px; 
    }

    ul {
        list-style-type: none; 
        padding: 0; 
    }

    

    .content p:last-child {
        margin-top: 20px; 
        text-align: center; 
    }

    

    .registration-grid, .format-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; 
        margin-top: 20px;
    }
    
    .registration-card, .format-card {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px; 
        margin: 10px;
        width: 300px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
        display: flex;
        flex-direction: column; 
        align-items: center;
        text-align: center; 
    }
    
    .registration-card:hover, .format-card:hover {
        transform: scale(1.05);
        background-color: #e2e2e2;
    }
    
    .icon {
        font-size: 40px; 
        color: #007bff; 
        margin-bottom: 10px; 
        justify-content: center;
        align-items: center;
        width: 100%; 
    }
    
    h3 {
        margin: 0; 
    }
    
    p {
        margin: 5px 0 0 0; 
    }
    .container {
       max-width: 1200px;
       margin: 0 auto;
       padding: 20px;
   }

   h2 {
       text-align: center;
       font-size: 28px;
       color: #2c3e50;
       margin-bottom: 40px;
       text-transform: uppercase;
   }

   .row1 {
       display: flex;
       align-items: center;
       justify-content: space-between;
       margin-bottom: 40px;
       flex-wrap: wrap;
   }

   .row1:nth-child(even) {
       flex-direction: row-reverse;
   }

   .row1 img {
       max-width: 45%;
       border-radius: 8px;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
       transition: transform 0.3s ease-in-out;
   }

   .row1 img:hover {
       transform: scale(1.05);
   }

   .content1 {
       max-width: 50%;
       padding: 20px;
       background-color: #ffffff;
       border-radius: 8px;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
       transition: background-color 0.3s ease;
   }

   .content1:hover {
       background-color: #e9f7ef;
   }

   .content1 h3 {
       font-size: 22px;
       color: black;
       margin-bottom: 15px;
   }

   .content1 p {
       font-size: 16px;
       line-height: 1.6;
       color: #34495e;
   }

   @media (max-width: 768px) {
       .row1 {
           flex-direction: column;
       }

       .row1 img,
       .content1 {
           max-width: 100%;
           margin-bottom: 20px;
       }
   }

   .scoring-band-system {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: flex-start;
    flex-wrap: wrap; 
}

.scoring-band-system .content {
    flex: 1; 
    min-width: 300px;
    margin-right: 20px;
}

.scoring-band-system .image img {
    max-width: 100%;
    height: auto;
    display: block;
}


@media only screen and (max-width: 768px) {
    .scoring-band-system {
        flex-direction: column; 
        align-items: center;
    }

    .scoring-band-system .content {
        margin-right: 0; 
        text-align: center;
    }

    .scoring-band-system .image {
        margin-top: 20px; 
    }
}
