*{
    padding: 0px;
    margin: 0px;
}

body{
    font-size: 15px;
}
.head{
    display: flex;
    justify-content: space-between;
    height: 90px;
    background-color:#31212f;
    color: white;
    position: fixed;
    top: 0;            
    left: 0;           
    width: 100%;     
    z-index: 1000; 
}
.name{
    padding-left: 20px;
    padding-top: 25px;
    font-style:oblique;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -30px;
}
.logo-img {
  height: 80px;
  width: 60px;
  margin-left: -10px;
  margin-top: 5px;
}

.logo-text {
  margin-top: 9px;
  margin-left: -10px;
  font-style: italic;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.sav {
  color: yellow;
  font-size: 36px;
  font-weight: bold;
}

.finance {
  color: white;
  font-size: 28px;
}
.subhead{
    padding-right: 20px;
    padding-top: 35px;
}
.one{
    padding-right: 28px;
    font-size: 17px;
    text-decoration: none;
    color: white;
    
}
.one1{
    padding-right: 28px;
    font-size: 17px;
    text-decoration: underline;
    color: #c06e87;
    
}
.one2{
    padding-right: 28px;
    font-size: 17px;
    margin-left: 240px;
    text-decoration: none;
    color: white;
    
}
.one2:hover{
    text-decoration: underline;
    color: #c06e87;
}
.one:hover{
    text-decoration: underline;
    color: #c06e87;
}
.return{
    font-size: 25px;
    margin-top: 130px;
    margin-left: 20px;
}
.return1{
    text-decoration: none;
    color: black;
    margin-left: 6px;
    font-weight:500;
}
.return1:hover{
    text-decoration: underline;
    color: #583512;
}
.about{
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    color: rgb(93, 37, 27);
    justify-content: center;
    font-size: 50px;
    font-weight: bolder;
}
.about i{
    margin-right: 15px;
    color: #4A6040;;
    font-size: 60px;
}
.centre{
    width: 700px;
    height: 620px;
    background-color: rgb(230, 212, 202);
    margin-left: 250px;
    margin-top: 70px;
    padding: 30px;
    padding-right: 50px;
    border-radius: 20px;
}
.sub1{
    height: 100px;
    width: 100%;
    margin-top: 20px;
    background-color: white;
    color: black;
    display: flex;
    border-radius: 20px;
   
}
.sub1:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.circle1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:30px ;
  margin-left: 50px;
}
.sub1 .circle1{
    background:#4A6040;
}
.sub1 p{
    font-size: 25px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: rgb(0, 7, 143);
}
.navbar{
    font-size: 30px;
    display: none;
    cursor: pointer;
}
.side{
    background-color: #1d232c;
    width: 50%;
    height:100%;
    position: fixed;
    top: 0;
    left: -70%;
    padding: 20px;
    color: white;
    font-size: 20px; 
    transition: 1s; 
    z-index: 9999; 
}
label{
    display: flex;
    justify-content: end;
}
.sidesubhead1{
    margin-bottom: 25px;
    margin-top: 60px;
    margin-left: 20px;
    font-size: 20px;
}
.sidesubhead1 a{
    color: white;
    text-decoration: none;
}
.sidesubhead1 a:hover{
    text-decoration: underline;
}
.sidesubhead2{
    margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
}
.sidesubhead2 a{
    color: white;
    text-decoration: none;
}
.sidesubhead2 a:hover{
    text-decoration: underline;
}
.right-items {
    margin-left: auto; /* pushes navbar to absolute right */
    display: flex;
    align-items: center;
    padding-right: 20px; /* distance from right edge */
}
.sidesubhead3{
    margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
}
.sidesubhead3 a{
    color: white;
    text-decoration: none;
}
.sidesubhead3 a:hover{
    text-decoration: underline;
}
.sidesubhead4{
    margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
}
.sidesubhead4 a{
    color: white;
    text-decoration: none;
}
.sidesubhead4 a:hover{
    text-decoration: underline;
}
.sidesubhead5{
    margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
}
.sidesubhead5 a{
    color: white;
    text-decoration: none;
}
.sidesubhead5 a:hover{
    text-decoration: underline;
}
.sidesubhead6{
    margin-bottom: 25px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
}
.sidesubhead6 a{
    color: white;
    text-decoration: none;
}
.sidesubhead6 a:hover{
    text-decoration: underline;
}
@media screen and (max-width:768px){
    .navbar{
        display: block;
    }
    .subhead{
        display: none;
    }
    .logo-text .sav{
    font-size: 25px;
}
.logo-text .finance{
    font-size: 20px;
}
.right-items {
    padding-right: 15px;
}

    .about i{
        margin-left: 40px;
        margin-top: 60px;
        font-size: 40px;
    }
      .name .logo-img{
    margin-left: -15px;
    height: 80px;
    width: 60px;
}
.name .logo-text{
    margin-left: -10px;
}
.navbar i{
    font-size: 20px;
}
    .return{
        margin-top: 120px;
        font-size: 20px;
    } 
    .about{
        font-size: 35px;
        margin-top: 0px;
        margin-left: -40px;
    }
  .centre {
  width: calc(100% - 20px); /* full width minus 10px margin on each side */
  background-color: rgb(230, 212, 202);
  margin: 10px; /* ✅ 10px space all around */
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 40px;
}

.sub1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  color: black;
  border-radius: 20px;
  margin: 15px auto;
  padding: 15px;
  gap: 20px;
  width: calc(100% - 20px); /* ✅ make boxes extend full width with small side padding */
  box-sizing: border-box;
}

.sub1:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
              rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.circle1 {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7b00, #ff3c00);
  color: white;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  flex-shrink: 0;
  margin-left: 5px; /* ✅ keep slight gap from edge */
}
.sub1 p {
  font-size: clamp(15px, 2.5vw, 17px);
  flex: 1;
  line-height: 1.4;
  margin-left: 0px;
}
.sidesubhead4 .two1{
    text-decoration: underline;
}
}
@media (max-width: 310px){
    .head{
        flex-direction: row;      /* Keep row, do not stack */
        padding: 5px 10px;        /* Smaller padding */
        gap: 5px;
    }
    .logo-text1 .sav{
        font-size: 22px;
    }
    .logo-text1 .finance{
        font-size: 11px;
    }
    .head img{
        width: 35px;              /* Reduce logo size */
    }
     .right-items .navbar{
      margin-top: 0px;
}

}
@media (max-width: 420px){

    .head{
        height: 70px;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }

    .name{
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .logo-img{
        width: 40px;
        height: 50px;
        margin: 0;
    }

    .logo-text{
        margin: 0;
        display: flex;
        flex-direction: row;
        line-height: 1;
    }

    .sav{
        font-size: 25px !important;
    }

    .finance{
        font-size: 20px !important;
    }

    .right-items{
        padding-right: 5px;
    }

    .navbar{
        display: block;
        font-size: 20px;
        margin-top: 30px;
        margin-left: auto; /* Push to right */
    }

    .navbar i{
        margin-right: 15px;
        margin-top: 5px;
    }
    .right-items .navbar{
  margin-top: 0px;
}


    /* adjust return area */
    .return{
        margin-top: 110px;
    }
}