/* Top Naviagtion  */

body{
    margin: 0;
}

.contact-card {
  width: 70%;
  padding: 20px;
  text-align: right;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.topnav {
    overflow: hidden;
    background-color: #393e46;
    align-items: center;
    position: sticky;
    top: 0px;
    margin: 0 auto;
    text-align: center;
  }
  
  .topnav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .logo-image{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav .icon {
    display: none;
  }
  
  /* When the screen is less than 600 pixels wide, hide all links,
   except for the first one ("Home"). 
   Show the link that contains should open and close the topnav (.icon) */

  @media screen and (max-width: 600px) {
    .topnav a:not(:active) {display: none;}
    .topnav a.icon {
      float: left;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

.header_background{
    background-color: #eae8dc;
}

.header {
    max-width: 90;
    font-weight: bold;
    text-align: center;
    font-size: 32.2245px;
    padding: 0px 20px 10px;
    border-bottom: 3px solid rgb(57, 62, 70);
    display: inline-block;
    font-family: Changa, Changa, Arial, sans-serif;
    margin-top: 0px;
    text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
    letter-spacing: 0.5px;
    line-height: 48.3367px;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    font-weight: 500;
    
    /* Updated style to force centering */
    display: block;
    margin: 0 auto;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 15%;
    padding-left: 15%;
    background-color: #eae8dc;
}

.service {
    transition: transform 0.6s ease-out 0s;
    transform: matrix(1, 0, 0, 1, 0, -4);
    border: 1px solid rgb(224, 224, 224);
    border-top: 3px solid rgb(57, 62, 70);
    border-radius: 4.95px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 20px;
    margin: 20px;
    text-align: center;
    max-width: 400px;
    min-width: 30%;
    min-height: 400px;
}

.service-icon {
    width: 2em;
    height: 130px;
    line-height: 132px;
    font-size: 66px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin: 0 auto; /* Center the service icon container horizontally */
}

.service-icon img {
    width: 150px; /* Adjust the width to your preference */
    height: auto; /* Maintain the aspect ratio */
}

.service-title {
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-family: Almarai, Almarai, Arial, sans-serif;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-weight: 700;
}

.service-description {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
}

.about-us-container{
    --header-font-size: 14;
    font-size: 14px;
    line-height: 19px;
    font-family: Almarai, Almarai, Arial, sans-serif;
    margin-bottom: -5px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 0px;
    box-sizing: border-box;
}


.style-0 {
    opacity: 1;
    max-height: none;
    flex-flow: row nowrap;
    width: 100%;
    height: 68px;
    position: static;
    transition: max-height 0.3s ease 0s, opacity 0.5s ease 0s;
    overflow-y: hidden;
    position: fixed;
    display: flex;
    align-items: center;
    place-content: center;
    text-align: center;
    bottom: 0px;
    right: 0px;
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    border-color: rgb(57, 62, 70);
    color: rgb(252, 171, 85);
    background-color: rgb(57, 62, 70);
    border: 1px solid rgb(57, 62, 70);
    margin-top: 0px;
    box-sizing: border-box;
}

.style-1 {
    order: 0;
    width: 40px;
    height: 66px;
    box-shadow: none;
    flex-grow: 1;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    display: flex;
    place-content: center;
    flex-flow: column nowrap;
    align-items: center;
    border-radius: 50%;
    transition: box-shadow 0.2s ease 0s;
    box-sizing: border-box;
}

.style-2 {
    color: rgb(252, 171, 85);
    width: 100%;
    height: 26.3906px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none solid rgb(252, 171, 85);
    transition: opacity 0.35s ease 0s;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
}

.style-3 {
    height: 22px;
    width: auto;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0px none rgb(252, 171, 85);
}

.style-4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.style-5 {
    order: 1;
    width: 40px;
    height: 66px;
    box-shadow: none;
    flex-grow: 1;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    display: flex;
    place-content: center;
    flex-flow: column nowrap;
    align-items: center;
    border-radius: 50%;
    transition: box-shadow 0.2s ease 0s;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    box-sizing: border-box;
}

.style-6 {
    color: rgb(252, 171, 85);
    width: 100%;
    height: 26.3906px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none solid rgb(252, 171, 85);
    transition: opacity 0.35s ease 0s;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
}

.style-7 {
    mask: url('https://static1.s123-cdn-static-a.com/ready_uploads/svg/phone.svg?v=2');
    -webkit-mask: url('https://static1.s123-cdn-static-a.com/ready_uploads/svg/phone.svg?v=2');
    mask: url('https://static1.s123-cdn-static-a.com/ready_uploads/svg/phone.svg?v=2') 50% 50% / contain no-repeat;
    -webkit-mask: url('https://static1.s123-cdn-static-a.com/ready_uploads/svg/phone.svg?v=2') 50% 50% / contain no-repeat;
    color: rgb(252, 171, 85);
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: 400;
    font-stretch: 100%;
    line-height: 20px;
    font-family: FontAwesome;
    display: block;
    width: 1em;
    height: 20px;
    box-sizing: border-box;
}

.style-8 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

body, html {
  height: 100%;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/3.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}