.logo {
    height: 80px;
  }
  
  /** تنسيق زر الواتساب العائم*/
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 14px;
    width: fit-content;
    padding: 0 30px;
    height: 84px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.floating-button i {
    line-height: 60px;
}

.floating-button span {
    display: none;
    position: absolute;
    background-color: #25d366;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 70px;
    right: -45px;
}
.floating-button:hover span {
    display: block;
}
  
  .body-ccontainer {
    padding: 0px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  
  @font-face {
    font-family: 'poppins';
    src: url('assets/fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  
  body {
    font-family: 'poppins', sans-serif;
  }
  
  .selected-page {
    color: #61968b;
    font-size: 28px;
    font-weight: 400;
    margin: 0px 10px;
  }
  
  .bottom-line {
    height: 10px;
    width: 55px;
    background-color: #61968b;
    margin: 0px 15px;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  .navbar-light .navbar-toggler {
    background: #61968b;
    color: white;
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='100' height='100'> <path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/> </svg>");
  }
  
  .nav-link {
    color: black;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 10px;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: black;
  }
  
  .link {
    color: white;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 10px;
  }
  
  .btn {
    margin-right: 150px;
    background: #4F9368;
    color: white;
    font-weight: bold;
  }
  
  
  footer {
    background-color: #f1f1f1;
    width: 100%;
    }
    
    .url-title {
    font-size: 1.46vw;
    color: #0e6678;
    border-bottom: 3px solid #0e6678;
    padding-bottom: 15px;
    text-align: center;
    width: max-content;
    }
    
    .btn {
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 20px;
    }
    
    .spec-sec {
      padding: 10px 16.5vw;
      margin: 4vw 0;
    }
    
    .footer-about-us {
      padding: 0; 
      text-align: center;
    }
    
    .footer-about-us img {
      display: block;
      margin: 0 auto; 
    }
    
    .footer-about-us h5, .footer-about-us p {
      margin: 0 auto;
    }
  
    .info-div {
        display: inline-block;
    }

    .info-div a {
        font-size: 25px;
        color: #056679;
        padding: 10px;
        border: 2px solid #056679;
        border-radius: 10px;
    }

      .main-section {
        text-align: center;
        display: grid;
        height: auto;
      }
      
      .container {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
      }
      
      .box {
        text-align: center;
        border: 2px solid #056679;
        width: inherit;
        padding: 30px;
        margin: 30px;
        border-radius: 10px;
      }
      
      .box img {
        width: auto;
      }
      .box p {
        font-size: 30px;
        color: #056679;
        font-weight: bold;
      }

    .background {
        height: 500px;
    }
  
    .body-section h3 {
      color: #0e6678;
      font-weight: bold;
    }
  
    .body-section p {
      color: #424242;
      padding: 0 25%;
      text-align: center;
    }

    .box i {
        font-size: 100px; 
        margin: 30px; 
        color: #056679;
      }
      
    @media (max-width: 768px) {

      .slides img {
        width: 30vw;
        height: 30vw;
        border-radius: 10px;
        padding: 0px;
      }
        
        .spec-sec {
            padding: 30px 0;
        text-align: center;
        }
    
      .box {
          width: 100%;
          margin: 10px 0;
          height: auto;
          justify-content: center;
          align-items: center;
          text-align: center; 
        }
      
      .box img {
              height: 15vw;
        width: 15vw;
      }
    
      .main-section {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        box-sizing: border-box; 
      }
      
      .first-div-head {
        display: ruby;
      }
    
      .bannar-text-sec h3 {
          font-size: 17px;
        }
    
      .title-h2 {
        margin-top: 100px;
        padding: 10px 7vw;
      }
      .contact-us-mobile {
        display: inline-block;
        padding: 10px 20px; 
        background-color: #0e6678;
        color: white; 
        border: none;
        margin-top: 10px;
        font-size: 20px;
        border: 4px solid #0e6678;
        border-radius: 10px; 
        margin: 0 5px;
        width: 40%;
      }
    
      .get-order-button {
          color: white;
          border: 4px solid #4F9368;
          font-size: 20px;
          background: #4F9368;
          padding: 10px 10px;
          border-radius: 10px;  
          font-weight: 400;
          margin: 0 5px;
          width: 50%;
        }
    
        .footer-about-us {
          text-align: center;
          width: 100%;
        }
    
        .url-title {
          font-size: 6vw;
          text-align: right;
          width: max-content;
        }
    
        .urls-container {
          
        }
        .contact-text {
          display: grid;
          justify-content: center;
        }
    
        .our_message p {
          font-size: 1.3rem;
          padding: 0vw 0vw;
          margin: 3vw 3vw;
        }
    
        footer {
          width: 100%;
          padding: 0;
        }
    
        .services p {
          font-size: 1.5rem;
          padding: 0;
        }

        .main-section img {
            
            height: 500px;
        }

        .container {
            display: block;
        }
        .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 14px;
    width: fit-content;
    padding: 0 20px;
    height: 62px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    }
    
    