
.content {
        background: #c4c4c4;
        font-family: Arial, sans-serif;
        padding: 48px 20px;
    }

 .section {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 48px 16px;
    border-radius: 30px;
    box-shadow: 0 1px 3px -1px #00000099;
}

    label {
        display: block;
        margin-top: 20px;
        font-size: 18px !important;
       font-family: "Apercu Arabic Pro" !important;
       line-height: 1.3;
       color: #272833;
    }

    input[type="text"] {
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 300px;
        font-size: 16px;
    }

       .text-center {
        box-sizing: border-box;
        display: block;
        unicode-bidi: isolate;
        text-align: center;
         min-height: 40px;

}

   button{
    background-color: #004ad7;
    border-color: transparent;
    color: #ffffff;
    border-radius: 10px;
    border: 2px solid;
    font-size: 20px;
    padding: 0.5rem 3.0rem;
    min-height: 40px;
  
    font-weight: 600 !important;
    btn-outline-primary-hover-border-color: #0b5fff;
    font-family: "Apercu Arabic Pro" !important;
    line-height: 1.3;
}
   
    

   .section > .heading-text {
    font-weight: 700;
    font-size: 45px !important;
    color: #0072da;
    background: transparent;
    margin-bottom: 1.5rem;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center !important;
    padding-bottom: 1.5rem !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}


    header {
    position: relative;
    background: #007bff;
    color: white;
    padding: 18px;
    text-align: center;
    font-size: 18px !important;
    font-family: "Apercu Arabic Pro" !important;
    line-height: 1.3;
    height: 65px;
    vertical-align: center;
}


.lang-switch a {
    font-size: 18px !important;
    font-family: "Apercu Arabic Pro", sans-serif !important;
    line-height: 1.3;
    color: #0072da;
    text-decoration: none;
}


    #reference-one {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    height: 55px;
    background: #ffffff;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 3px 0px;
    }


    #reference-two {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    height: 55px;
    background: #ffffff;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 3px 0px;
}

    #national-id  {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    height: 55px;
    background: #ffffff;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 3px 0px;
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
    font-family: "Inter", sans-serif !important;
   
}


     .g-recaptcha{  
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
   }

   .footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  padding: 40px 20px;
  gap: 20px;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;            /* White text */
  padding: 40px 20px;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 180px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff; /* White heading */
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
  text-decoration: none;
  color: #ccc; /* Slightly off-white links */
  font-size: 14px;
}

.footer-column a:hover {
  color: #fff; /* Bright white on hover */
  text-decoration: underline;
}

.social-icons {
  text-align: center;
  margin-top: 30px;
}

.social-icons a {
  margin: 0 10px;
  display: inline-block;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #3f3f3f;
  padding-top: 20px;
  margin-top: 20px;
  gap: 15px;
  flex-wrap: wrap;
  background: #000;
}

.social-icons img {
  height: 35px;
}

.footer-container {
  padding: 40px 20px;
}

.download-pdf {
    background: blue;
    text-align: center;
    padding: 30px;
    margin: 200px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.download-pdf a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    background-color: blue;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.download-pdf a:hover {
    background-color: darkblue;
}
@media (max-width: 767px) {
  .section {
    max-width: 540px;
    padding: 45px 16px;
  }

  input#national-id {
    max-width: 100%;
    width: 100%; 
  }
}


