/* Improved responsive design for small screens (360px-501px) */
@media only screen and (min-width: 360px) and (max-width: 501px) {

nav{
    z-index: 999;
}
.nav-content{
    margin: auto;
    padding: 0px 30px;
    width: 80%;
    z-index: 999;
}

.navbar.sticky{
    padding: 3px 0px;
    z-index: 999;
    border-radius: 50px;
    margin-top: 2%;
    width: 95%;
    margin-left: 2.5%;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #e3e3e3;
}

.navbar .logo a img{
    width: 100px;
    height: auto;
    filter: brightness(0) invert(1);
}

.navbar.sticky .logo a img{
    filter: brightness(1) invert(0);
    padding-top: 15px;
    padding-bottom: 5px;
    width: 80px;
} 
.item .content .main-text{display: none;
    font-size: clamp(4rem, 11vw, 11rem);
    line-height: 0.8;
    margin-top: 6%;
}

.item .content .sub-text{display: none;
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.8;
    margin: 0;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 5%;
}
.section2-cont{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    height: 100%;
    margin-top: 15%;
    margin-left: 5%;
    gap:60px;
}

.section2-imgs{
    display: flex;
    width: 90%;
    margin-left: 7%;
    margin-top: 2%;
}

.section2-btn{
    width: 45%;
    height: 50px;
    background-color: #ff4b01;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.section2-end{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    height: 100%;
    margin-top: 15%;
    margin-left: 5%;
    gap:60px;
}

.section2 #responsive-hide{
    display: none;
}
.section3{
    margin-top: 20%;
}
.section3 h1{
    display: flex;
    width: 90%;
    margin-left: 5%;
    align-items: center;
    justify-content: center;
}

.section3 h1 img{
    width: 25px;
    padding-right: 3px;
}

.section3 h1 span{
    color: #ff4b01;
    font-size: 6.5vw;
    margin-top: 1%;
}

#section3-top-p{
    text-align: center;
    width: 90%;
    margin-left:5%;
    opacity: 0.7;
    font-size: 17px;
}

 .section3-cont{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    height: 100%;
    margin-top: 8%;
    margin-left: 5%;
    gap:40px;
}

        .section3-btn{
            width: 50%;
            height: 50px;
            margin-left: 25%;
            margin-top: 8%;
            border-radius: 50px;
            border: 1px solid #ff4b01;
            transition: 0.3s ease;
  }          

.section4-cont{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 95%;
    height: 100%;
    margin-top: 9%;
    margin-left: 2.5%;
    gap:10px;
}

.section4-card img{
    width: 90%;
    height: auto;
    margin-left: 5%;
}
.section4-card h1{
    color: #ff4b01;
    font-size: 10vw;
      -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff4b01;
  margin-top: 6%;
}
.section4-card p{
  font-family: sans-serif;
  color: black;
  opacity: 0.7;
  font-size: 15px;
  width: 100%;
  line-height: 35px;
}

.section4-btn{
    width: 50%;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    margin-top: 3%;
    border: 1px solid #ff4b01;
    transition: 0.3s ease;
    margin-top: 5%;
}

.footer-cont{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 85%;
    height: 100%;
    margin-top:0%;
    margin-left: 7.5%;
    gap:80px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.copy-rights{
    width: 95%;
    margin-left: 2.5%;
    background-color: #252525;
    padding-top: 5px;
    padding-bottom: 5px;
}

.copy-rights p{
    text-align: center;
    color: white;
    opacity: 0.7;
    font-size: 17px;
}
}