html[lang="ar"] .almajles-contact-us {
  background-color: #fff;
  padding: 0% 0;
  align-items: center;
  gap: 40px;
  margin-bottom: -117px;
}

html[lang="ar"] .almajles-contact-us {
  background-color: #fff;
  padding: 0% 0;
  align-items: center;
  gap: 40px;
  xmargin-bottom: -117px;
}

.almajles-contact-us h2{
	font-size: 45px;
	color: #002620;
}


.almajles-contact-us h5 {
  color: #006838;
}

.contact-us-content {
  padding-left: 12%;
  flex: 1;
  align-self: center;
  margin-right: 17%;
}

.contact-us-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.almajles-links {
  color: #006838;
  text-decoration: underline;
}
.almajles-links:hover {
  text-decoration: none;
  color: #0093c3;
}
.contact-us-image {
    width: 50vw;
    max-width: 100%;

}
.contact-us-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 991.98px) {
  .almajles-contact-us {
    flex-direction: column-reverse;
    text-align: center;
    gap: 24px;
  }
  .contact-us-content {
    padding-left: 0;
  }
}


/* for CSTCEC page */

/* Wrapper */
body.page-node-970 .almajles-contact-us {
	    margin-top: 160px !important;
    display: flex;
    align-items: flex-start; 
    gap: 40px;
    padding: 0;
    background:transparent !important;
}

/* IMAGE + TEXT spacing */
body.page-node-970 .contact-us-content {
	  padding-left: 3%;
    align-self: flex-start; 
    margin-right: 2%;
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding-top: 0 !important;

}

body.page-node-970 .contact-us-image {
    flex: 1;
    max-width: 100%;
}

body.page-node-970 .contact-us-image img {
    width: 100%;
    display: block;
    height: auto;
}

/* HEADINGS */
body.page-node-970 .almajles-contact-us h2 {
    font-size: 45px;
    color: #002620;
}
body.page-node-970 .almajles-contact-us h5 {
    color: #006838;
}

/* LINKS */
body.page-node-970 .almajles-links {
    color: #006838;
    text-decoration: underline;
}
body.page-node-970 .almajles-links:hover {
    color: #0093c3;
    text-decoration: none;
}

/* ------------------------------------------
   🌍 LANGUAGE-BASED LAYOUT
   ------------------------------------------ */

/* English → picture LEFT, text RIGHT */
html[lang="en"] body.page-node-970 .almajles-contact-us {
    flex-direction: row-reverse;
}
html[lang="en"] body.page-node-970 .contact-us-content {
    text-align: left;
}

/* Arabic → picture RIGHT, text LEFT */
html[lang="ar"] body.page-node-970 .almajles-contact-us {
    flex-direction: row;
}
html[lang="ar"] body.page-node-970 .contact-us-content {
    text-align: right;
}

/* ------------------------------------------
   📱 Responsive
   ------------------------------------------ */
@media (max-width: 991.98px) {

    html[lang="en"] body.page-node-970 .almajles-contact-us,
    html[lang="ar"] body.page-node-970 .almajles-contact-us {
        flex-direction: column;
        text-align: flex-start; 
    }

    body.page-node-970 .contact-us-content {
        padding: 0 !important;
        margin: 0 !important;
    }
}
