html{
    font-family: Roboto, sans-serif;
}
.bg-main{
    background-color: #f9a43f;
}
.header-section {
    position: relative;
  }

  .header-section:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* height: 95vh; */
    /* opacity: 0.9; */
    background-image: url(../imgs/2-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    filter: brightness(40%);

  }


  .demo-content {
    position: relative;
  }


.nav-link{

    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    &.active{
        border-bottom: #f9a43f 1px solid;
    }
    &:hover{
        border-bottom: #f9a43f 1px solid;
        transition: all ease-in-out 0.4s;
    }
}
.header-btn{
    background-color: #f9a43f !important;
    color: #ffffff !important;
    border: solid 0.1rem #f9a43f !important;
    border-radius: 2px !important;


    &:hover{
    background-color: rgba(249, 164, 63, 0.6);
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    }
}
.nav-btn{
    width: 150px;
}
.header-content{
    margin:4rem 13rem;
    width: 50rem;
}
.header-content h1{
    font-size: 4rem;
    /* font-size: clamp(4rem, 2rem, 1rem) */
}
.about-us{

    width: 70rem;

}
.about-us a{
    text-decoration: none;
    color: rgb(99, 96, 96);
    font-weight: 500;
    &:hover{
        text-decoration: underline;
        color: #f9a43f;
        transition: all ease-in-out 0.6s;

    }
}
.content{
    margin:2rem 13rem;
}
.services-pos{
    background-image: url(../imgs/3-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    /* filter: brightness(60%); */
    position: relative;
    height: 500px;
    width: 100%;

    overflow: hidden;

}
.services-content{
    background-color: rgba(43, 42, 42, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 4rem 12rem;
}

.swiper-pagination-bullet-active {

    background: #f9a43f !important;
}
.ourGoals .feature-2{
    background-image: url(../imgs/feature-2.jpg);
    position: relative;
    width: 464px;
    height: 310px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    border-radius: 4px;
}
.ourGoals .feature-1{
    background-image: url(../imgs/feature-1.jpg);
    position: absolute;
    top: 50px;
    left: 50px;
    width: 464px;
    height: 310px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    border-radius: 4px;
}

@media (max-width:600px) {
    .header-content{
        margin:0px !important;
        width: auto !important;
        margin-top: 6rem !important;
    }
    .header-content h1{
        font-size: 2rem !important;

    }
    .header-nav{
        background-color: antiquewhite;

    }
    .content{
        margin:1rem 1rem !important;

    }
    .about-us{
        width: auto;
    }
    .about-us .imgs{
        gap: 2rem !important;
    }
    .services-content{
        padding: 2rem !important;
    }
    .services-content .services-title{
        width: 100% !important;
    }
    .services-content .services-slider{
        width: 100% !important;
    }
    .ourGoals .feature-2{
        width: 300px !important;
        height: 200px !important;
        margin-bottom: 1rem !important;
    }
    .ourGoals .feature-1{
        width: 300px !important;
        height: 160px !important;
        top: 25px !important;
    left: 25px !important;
    }
}


.special-feature {
    text-align: center;
    margin-bottom: 30px;
  }

  .icon-circle {
    background-color: #f9a43f;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    color: white;
    font-size: 30px;
  }

  .section-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px;
  }

  .line {
    height: 3px;
    width: 80px;
    background-color: #f9a43f;
    margin: 0 auto 40px;
  }

  .stats-section {
    background: url('your-background-image.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
  }

  .stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #f9a43f;
  }

  .stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 10px;
  }

  @media (max-width: 576px) {
    .stat-number {
      font-size: 2rem;
    }
  }

  .stats-section {
    background: url('https://mg.digital/wp-content/uploads/2023/03/3107569-copy.jpg.webp') center center / cover no-repeat;
    position: relative;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(42, 34, 15, 0.7); /* لون شفاف يغطي الصورة */
    z-index: 1;
  }

  .stats-section .container {
    position: relative;
    z-index: 2; /* عشان يكون فوق الـ overlay */
  }

  .stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: #f9a43f;
  }

  .stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 10px;
  }

  @media (max-width: 576px) {
    .stat-number {
      font-size: 2rem;
    }
  }



  .contact-us-section {

    color: black;
  }

  .special-title {
    color: #212529; /* أسود */
    font-weight: 700;
    font-size: 2.5rem;
  }

  .underline {
    width: 100px;
    height: 4px;
    background-color: #f9a43f; /* برتقالي */
    margin-top: 10px;
    border-radius: 2px;
  }


  .form-control {
    border-radius: 10px;
    padding: 0.75rem;
  }

  .form-control:focus {
    border-color: #f9a43f;
    box-shadow: 0 0 0 0.2rem rgba(14, 165, 233, 0.25);
  }

  .btn-primary {
    background-color: #f9a43f;
    border: none;
    padding: 0.75rem;
    border-radius: 10px;
    font-weight: 500;
  }

  .btn-primary:hover {
    background-color: #f9a43f;
  }

  .section-subtitle {
    color: #f9a43f;
  }
