body{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
   
    height: 100vh;
}






.divider {

   width: 70%;                
  height: 1.5px;               
  background-color: #9b9b9b; 

  align-self: center;
}

.trans-me{
  transform: translateY(0px);

}
.trans-me:hover{
  transform: translateY(-3px);
   transition: transform 0.4s ease-in-out;
}

.icone-styling{
  width:30px ;
  height: 30px ;
  background-color: #1A7182 ;
 
  border-radius: 50% ;
  color:white ;
   text-align: center ;
    line-height: 30px !important; 
}


.social {
  gap: 25px;
  display: flex;
   justify-content: space-evenly;
}



.social a ,.new-social a{
 color: rgba(0, 51, 102, 0.88);
  font-size: 20px;
  transition: 0.3s;
}

.social a:hover  ,.new-social a:hover{
  color: rgba(0, 51, 102, 0.88);
}



.vertical-line {
  width: 2px;                
  height: 50px;               
  background-color: #9b9b9b;   
}

.new-phone{
   border: 1px solid  #1A7182;
   color:  #1A7182;
  padding: 6px 5px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.new-phone:hover{
    text-decoration: none;
   background-color: #00657b;
   opacity: 0.7;
   color: white;
}

.nav-links{
  transform: translateX(-65px);
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-family: 'Cairo', sans-serif;
    font-weight: bolder;
  font-size: 15px;
 
}

.nav-links a.active,
.nav-links a:hover {
  color: #007b9c;
}

























.text-big{
  font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 22.79px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: rgba(0, 51, 102, 1);
position: absolute;
left: 20px;
 top:100px
}

ul.ulneew a {
  text-decoration: none;
  color: black;
}

.ulneew a:hover{
  text-decoration: underline;
  color:black;
}

.icon {
  width: 40px;
  height: 40px;
  background-image: url("icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}



.nav-container {
    background: white;
    border-radius: 12px;
    padding: 8px 0;
    width: fit-content;
    direction: ltr;
  }

  
  .nav-item  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 14px 20px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 500;
    
    transition: background 0.15s;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
  }
  .nav-item a{
     color: #0f172a;
     font-weight: bold;
  }
  .nav-item a:hover {
    background: rgba(255,255,255,0.07);
    text-decoration: underline;
  }
  .nav-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
      color: #0f172a;
    
  }


  .new-socialPhone{
    width:fit-content;
    margin: 30px auto;
  }
  .icone-styling-new{
     border: 0.58px solid rgba(0, 51, 102, 0.33);
width: 33.582969665527344;
height: 33.55609893798828;
gap: 5.79px;

opacity: 1;
border-radius: 5.79px;
border-width: 0.58px;
padding: 8.34px;


  }

  .new-socialPhone a{
    margin-right: 5px; color:rgba(2, 45, 88, 1);
  }



     
  
  .footer-contact-item {
    background-color: rgba(2, 45, 88, 1); 
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.6;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
 
  .footer-contact-icon {
    
    font-size: 16px;
    margin-top: 1px;
    
  }

  .footer-contact-item a{
 color:white;
  text-decoration: none;
}
.footer-contact-item a:hover{
   color: #38bdf8;
}
      
      
   

.new-socialPhone a:hover{
  color: #38bdf8;
}
