.accordion-buttons.announcement-btn::after {
    display: none !important;
}

.accordion-buttons.announcement-btn {
    background: none !important;
    box-shadow: none !important;
    padding-right: 0 !important;
}

.hero-text {
    color: #933418;
}

.desc-list li {
    list-style: none;
    display: flex;
    align-items: start;
    column-gap: 0.5rem;
}

.desc-list li::before {
    content: "\f058";
    /* adjust if needed */
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #1c503a;
}

.refresh-captcha {
    background-color: #1c503a;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.refresh-captcha:hover {
    background-color: #097e51;
    /* Slightly darker green */
    transform: rotate(5deg);
}

.hero-text {
    color: #933418;
}

.desc-list li {
    list-style: none;
    display: flex;
    align-items: start;
    column-gap: 0.5rem;
}

.desc-list li::before {
    content: "\f058";
    /* adjust if needed */
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #1c503a;
}

.language-dropdown {
    position: relative;
}

.language-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.language-dropdown:hover .dropdown-menu {
    display: block;
}
.project-bg {
    height: 350px;
    width: 320px;
    margin-left: 50px;
}

.client-logo-box {
    width: 100%;
    max-width: 180px; 
    height: 120px;    
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.gradient-bg{
      background: 
    linear-gradient(90deg, #fff 0%,  #933418 100%) !important;
    
}
.transparent{
      background: transparent !important;

}
.custom-menu{
margin-left: 5vw;
}
.custom-menu > ul{
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-menu > ul ul {
  white-space: normal;
  display: block;
  justify-content: initial;
  align-items: initial;
}

.accordion-body a {
    font-size: medium !important;
}
.desc-list a {
    font-size: large !important;
}
.active a {
  color: #DFB163 !important;
}
.header-right{
    margin-left: -7vw;
}
.social-sticky {
  position: fixed;
  top: 55%;
  left: 10px; /* change to right:10px; to move to the right side */
  /* transform: translateY(-20%); */
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
  
}

.social-sticky a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #097e51;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s;
  border: 2px   solid #097e51;
}
.social-sticky a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  .social-sticky a {
    width: 35px;
    height: 35px;
    font-size: 18px;
    border-width: 1.5px;
  }
  .social-sticky {
    gap: 8px;
    left: 5px;  
  }
}

.about-img {
    height: 600px !important;
}

.about-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.check-container{
    background-color: rgb(218, 218, 218) ; border: 2px solid rgb(189, 189, 189);
}
.custom-check-box:hover{
    cursor: pointer;
}
.custom-accordion-dev[dir="rtl"] .accordion-buttons {
  text-align: right !important;   
}
.custom-accordion-dev[dir="rtl"] .accordion-buttons::after {
  left: 30px !important;
  right: auto !important;
}
.error{
    margin: 30vh 0 30vh 0  ;
}
.rtl-text {
    direction: rtl;
    text-align: right;
}

.ltr-text {
    direction: ltr;
    text-align: left;
}