  body { 
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    background: url('../img/istockphoto-1168065052-612x612.jpg') repeat center center;
    background-size: cover;
    /* background-attachment: fixed; */
    color:white;
}

.banner {
    display: flex;
    width: 100%;
    height:400px !important;
    overflow: hidden;
    object-fit: contain;
}
        .banner img {
    width: 100%;
    height:auto; 
  
}
.warninga
{
    color:white;
              background-color:#007BFF;
              text-decoration: none;
              padding-inline: 45px;
              padding-block: 14px;
              color: white;
              background-color: #007BFF;
              font-size: 16px;
              border-radius: 5px;
}
.content2 {
    padding-top: 40px;
    max-width: 800px;
    margin: 0px auto;
    border-radius: 10px;
    padding-bottom: 23px;
}
        .content {
    max-width: 100%;
     background: rgba(0, 0, 0, 0.5); 
    padding-bottom: 90px;
}
        h4 {
    padding-top: 60px;
    margin-top: -5px;
    font-size: 48px;
    line-height: 70px;
    color: white;
    text-shadow: -3px -3px 0 black,  
                 3px -3px 0 black,  
                 -3px 3px 0 black,  
                 3px 3px 0 black;
}
h3 {
    font-size: 34px;
    line-height: 50px;
    color: white;
    text-shadow: -3px -3px 0 black,  
                 3px -3px 0 black,  
                 -3px 3px 0 black,  
                 3px 3px 0 black;
}
h5 {
    font-size: 20px;
    line-height: 40px;
    color: white;
    text-shadow: -3px -3px 0 black,  
                 3px -3px 0 black,  
                 -3px 3px 0 black,  
                 3px 3px 0 black;
}
p 
{
    font-size: 24px;
    line-height: 38px;

}
.content3 {
    max-width: 83%;
    margin: 0px auto;
    border-radius: 10px;
    padding-bottom: 23px;
    padding-top: 20px;
}
.button-container {
    text-align: center;
    margin-top: 20px;
}

.custom-button {
    margin-block: 20px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background: #007BFF;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.custom-button:hover {
    background: #0056b3;
}
a
{
    color:#007bff
}
.columns {
    margin-top: 77px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
        .column {
    border-radius: 20px;
    border: 1px solid white;
    flex: 1;
    /* background: #fff; */
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
        .column a {
            display: block;
            padding: 10px;
            margin: 5px 0;
            background: #007bff;
            color: white;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
        }
        .column a:hover {
            background: #0056b3;
        }
        @media screen and (max-width: 480px) {
            .columns {
                flex-direction: column;
                gap: 10px; /* Reduce gap for better spacing */
                margin-top: 30px; /* Adjust margin */
            }
        
            .column {
                margin: 10px;
                /* width: 100%; Full width for small screens */
            /* padding: 10px; Reduce padding */
            }
            p , h3, h4
            {
                text-align: center;
            }
            .content2 {
                padding-inline: 15px;
            }
            a {
                color: #007bff;
                word-wrap: break-word;
            }
            .banner {
                display: flex;
                width: 100%;
                height: auto !important;
                overflow: hidden;
                object-fit: cover !important;
            }
            .transparent-header {
                color: white !important;
                justify-content: center !important;
                padding-right: 10px;
                display: flex;
                text-align: center;
                position: fixed;
                top: 0;
                left: -10px !important;
                width: 100%;
                background: rgba(255, 255, 255, 0.2);
                /* backdrop-filter: blur(10px); */
                /* padding: 15px 20px; */
            }
            .offer {
                border: 1px solid white;
                display: flex;
                /* background-color: #fafafa; */
                margin-bottom: 15px;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                justify-content: space-between;
                flex-direction: column;
            }
            .offer .button {
                display: inline-block;
                padding: 14px 20px;
                background-color: #007BFF;
                color: white;
                text-decoration: none;
                border-radius: 5px;
                font-size: 16px;
                transition: background-color 0.3s ease;
                width: auto !important;
                text-align: center;
            }
        }        

        .transparent-header {
            color: white !important;
            justify-content: end;
            display: flex;
            text-align: right;
            position: fixed;
            top: 0;
            left: -65px;
            width: 100%;
            /* background: rgba(255, 255, 255, 0.2); */
            /* backdrop-filter: blur(10px); */
            /* padding: 15px 20px; */
        }
    
        
        .transparent-header nav ul {
            list-style: none;
            display: flex;
            gap: 20px;
        }
        
        .transparent-header nav ul li a {
            text-decoration: none;
            color: white;
            font-weight: bold;
        }
        .warning-box {
           border: 1px solid white;
            color: #fff;
            padding: 20px;
            text-align: center;
            border-radius: 10px;

        }
        .warning-box  h3 {
                font-size: 41px;
                line-height: 26px;
                color: white;
                text-shadow: -3px -3px 0 black,  
                             3px -3px 0 black,  
                             -3px 3px 0 black,  
                             3px 3px 0 black;
            }
        
       .span1
       {
        font-weight: 600;
        text-decoration: underline;
        
       }



       
h1 {
    text-align: center;
    color: #333;
    margin-bottom: 40px;
  }
  
.container4 {
    width: 80%;
    max-width: 900px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .offer {
    border: 1px solid white;
    display: flex;
    /* background-color: #fafafa; */
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}
  
  .offer h2 {
    font-size: 18px;
    color: #ffff;
    margin-bottom: 10px;
    
  }
  
  .offer .button {
    display: inline-block;
    padding: 14px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 20%;
    text-align: center;
}
  
  .button:hover {
    background-color: #007BFF;
  }
  