.footer {
    background: #30627D;
    color: white;
 
    font-family: sans-serif;
    padding: 0px 20px;
    border-radius: 70px 70px 0 0;
  }
 
  
  .sec-1{
    flex: 1;
    padding: 30px 0px
  }
  
  .footer-top {
    border-top: 2px dashed #b4db0675;
    border-bottom: 2px dashed #b4db0675;
    padding: 20px 0px;
  }
  
  .footer-nav {
    display: flex;
    gap: 15px;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    padding: 0px 25px;
    
  }
  
  .footer-nav li {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 8px;
  }
  .footer-nav li img{ width: 10px;
    height: 10px;}
 
  
  .sec-2 {
    flex: 0.5;
    padding-top: 30px;
    border-left: 2px dashed #b4db0675;
  }
  
  .footer-bottom
   {
    flex: 1 ;
    padding: 20px;
  }
  .footer-right{
    flex: 0.5;
    border-top: 2px dashed #b4db0675;
  }
  
  .footer-bottom h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    color: white;
    font-family: "Nasalization" !important;

  }
  
  .contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-bottom: 20px;
  }
  
  .contact-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 250px;
  }
  
  .icon-circle {
    width: 65px;
    height: 65px;
    background: #5688A3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .icon-circle img{
    width: 40px;
    height: 40px;
  }
  .email-img{
    width: 65px;
    height: 65px;
    background: #5688A3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .logo-footer{
    width: 300px;
    padding: 10px;
  }
  .email-img img{
    width: 40px;
  }
  .footer-bg{
    background-color: #31627d27;
  }
  .label {
    color: #B4DC06;
    font-weight: bold;
    font-size: 12px;
  }
  
  .info {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  
  .footer-note {
    padding-top: 20px;
    font-size: 14px;
    margin-top: 10px;
    color: #FFFFFF;
  }
  
  .company-number {
    margin-top: 10px;
    font-size: 16px;
  }
  
  .footer-right {
    text-align: left;
  }
  
  .logo h2 {
    font-size: 85px;
    color: white;
    padding: 10px;
    line-height: normal;
   
  }
  .footer-content{
         padding: 10px 0;
         border-top: 2px dashed #b4db0675;
  }
  
  .footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0px 15px;
  }
  
  .footer-copy {
    font-size: 14px;
    color: #fff;
    padding: 15px;
    line-height: 1.6;
  }
  
  .footer-copy .highlight {
    color: #63e452;
    font-weight: bold;
  }
  .footer-nav a{
    color: white;
  }
  .footer-nav a:hover {
    color: white;
    transition: 0.3s;
    font-size: 15px;
  }
  /* Responsive */
  @media (max-width: 768px) {
    .sec-2 {
      flex-direction: column;
      align-items: center;
      padding: 0px;
    }
  
    .contact-row {
     grid-template-columns: 1fr;
     gap:10px
    }
    .footer-right {
      border: none;
    }.sec-2{
      border: none;

    }
    .sec-1{
      padding: 0px;
    }
  
    .footer-nav {
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 0px;
    }
    .footer-bottom h2{
      font-size: 25px;
    }
    .footer-bottom, .footer-right {
      padding: 10px;
    }
    .mail{
      font-size: 13px;
      word-break: break-word;
    
    }
    .logo a img {
      width: 160px;
    }
   .info {
    font-size: 12px;
   }
   .email-img{
    width: 20%;
   }
   .side-email{
width: 80%;   }
.footer-bottom h2 {
  font-size: 20px;
}
   .email-img img {
    width: 20px;

   }.email-img{
    width: 40px;
    height: 40px;
   }
   .icon-circle{
    width: 40px;
    height: 40px;
   }
   .icon-circle img{
    width: 20px;
height: 20px;
   }
    .logo {
      text-align: center;
    }
  }