:root{
  --primaryColor:#3f6639;
  --middleColor:#444444;
  --helperColor:#cfa954;
  --lightHelper:#FDFBEE;
  --hrColor:rgb(222, 184, 135);
  --transparentColor:#00d0848f;
  --shadow:rgba(189, 188, 188, 0.514);
  --text-header: #b1b1b1;
 /* --------------------------------- */
  --whatsappColor:#25D366;
  --white:#ffff;
  --blue: #1877F2;
  --green: #25D366;
  --gray:  #f8f8f8;
}


.section-title h1{
  width: fit-content;
  margin: auto;
  color: var(--primaryColor);
  font-size: 2.5rem;
  margin-bottom: 20px;
  border-bottom: 4px solid var(--primaryColor);
}

.services-rows-container-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #e8f5e9;
  color: var(--middleColor);
  padding: 10px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out;
  direction: ltr;
  width: fit-content;
  margin: auto;
}

.services-rows-container-whats i {
  font-size: 1.5rem;
}

.services-rows-container-whats:hover {
  background-color: #1DA851;
}


.services-rows-container-link:hover{
 transform: translateY(-10px)
}
.cta-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    row-gap: 40px;
    column-gap: 50px;
    width: 65%;
    margin: auto;
    padding: 20px 0px;
}


.cta-link {
    text-decoration: none;
    display: block;
}


.cta-section {
 background:linear-gradient(190deg,#F8EDE3 0%,var(--primaryColor) 73%);
color: white;
text-align: center;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease-in-out;
overflow: hidden;
display: flex;
flex-direction: column;
gap: 10px;
}

.cta-section:hover {
    transform: translateY(-5px);
}


.cta-section img {
   width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.cta-content h2 {
    font-size: 22px;
    margin: 0px;
}

.cta-content p {
    font-size: 16px;
    margin: 0px;
}

.cta-button-container {
    text-align: center;
}

.cta-button {
    display: inline-block;
    background: var(--helperColor);
    color: var(--white);
    padding: 12px ;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    transition: background 0.3s;
    cursor: pointer;
}

.cta-button:hover {
    background: var(--helperColor);
}


@media (max-width: 768px) {
    .cta-container {
      width: 90%;
        grid-template-columns: repeat(1, 1fr); 
    }
}

@media (max-width: 500px) {
    .cta-container {
        grid-template-columns: 1fr;
    }
}

    .container {
    background: linear-gradient(135deg,#d8dbd8, #848584 );

      width: 100%;
     
      margin:0px auto;
    }

    .row1 {
      display: flex;
      width: 60%;
      margin: auto;
      gap: 20px;
      padding: 20px 0px;
      /* margin-bottom: 20px; */
      align-items: flex-start;
      flex-wrap: nowrap; 
    }

    .left-box {
      width: 74%;
      background-color: var(--white);
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      font-size: 18px;
      line-height: 1.8;
      color: #333;
    }

    .right-box {
      width: 28%;
      background-color: var(--lightHelper);
      color: var(--primaryColor);
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .right-box div{
     width: 98%;
     margin: auto;
    }

    .right-box div img{
      width: 100%;
    }
    .right-box h2 {
      margin: 0;
      font-size: 22px;
    }

    
      .cover-section {
      position: relative;
      width: 62%;
      margin: auto;
      height: 400px;
      background-image: url('../../IMG/mainArabiaOutdoor.png');
      background-size: cover;
      background-attachment: scroll;
      background-position: center;
      margin-top: 30px;
      margin-bottom: 30px;
      background-repeat: no-repeat;
    }

    .cover-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(67, 67, 67, 0.575); /* طبقة شفافة فوق الصورة */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      border-radius: 0;
      /* width: 35%;
      margin: auto; */
    }

    .cover-overlay h1 {
      font-size: 36px;
      margin-bottom: 15px;
    }

    .cover-overlay button {
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      background:linear-gradient(190deg,#F8EDE3 0%,#1c4755 73%);
      color: var(--white);
      cursor: pointer;
      transition: background 0.3s;
    }

    .cover-overlay button:hover {
      background-color: var(--helperColor);
    }

   
    @media (max-width: 768px) {
      .row1 {
        width:99%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
      }

      .left-box {
        width: 80%;
        margin: auto;

      }

      .right-box{
        width: 80%;
        margin: auto;
      }

      .cover-section {
        height: 250px;
        width: 90%;
        /* margin-top: 5px; */
        margin-bottom: 5px;
      }

      .cover-overlay h1 {
        font-size: 20px;
      }
    }

