body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo {
  width: 60px;
  height: auto;
}

.company-text {
  display: flex;
  flex-direction: column;
}

.arabic-text {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  direction: rtl;
}

.company-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}

.tagline {
  font-size: 12px;
  color: #e50914;
  font-style: italic;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-item .icon {
  width: 40px;
  height: 40px;
}

.contact-item a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.contact-item a:hover {
  text-decoration: underline;
}


.pro-career-section {
 height: 87vh;
 align-content: center;
  background-color:#c6d3e3;
  position: relative;
}

/* .pro-career-section .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
} */



.text-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #231854;
}

.text-content h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #231854;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #231854;
}

.company-text img {
    width: 164px;
}
img{
    max-width: 100%;
    height: auto;
}
.responsive {
     text-align:end !important;
}

/* CSS */
.social-media { 
  /* container centering — remove if not needed */
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;                /* space between icons */
  align-items: center;
}

/* each icon wrapper */
.social-icon li a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;  /* default background */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
  color: inherit;           /* inherit text color or set below */
  border: 2px solid rgba(0,0,0,0.06);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  font-size: 18px;          /* icon size */
}

/* icon color (change to match brand) */
.social-icon li a i {
  pointer-events: none;     /* icon itself shouldn't capture pointer events */
  display: inline-block;
  line-height: 1;
}

/* hover & focus (keyboard-friendly) */
.social-icon li a:hover,
.social-icon li a:focus {
  transform: translateY(-3px) scale(1.03);
  background-color: #183884;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  outline: none;
  color:#fff;
}

/* accessible focus ring */
.social-icon li a:focus-visible {
  box-shadow: 0 0 0 4px rgba(59,130,246,0.16); /* subtle focus ring */
  transform: translateY(-3px) scale(1.03);
}

/* small screens: reduce size */
@media (max-width: 480px) {
  .social-icon li a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}



@media (max-width: 768px){
    .company-text img {
    width: 105px;
}

body,html{
    overflow-x:hidden;
}

.contact-item .link {
    display:none;
}

.text-content {
    max-width: 600px;
}
.text-content h3 {
    font-size: 17px;
    margin-bottom: 15px;
            text-align: center;
}

.text-content h1 {
        font-size: 27px;
        text-align: center;
    }
.col-lg-6 img{
    width:300px;
}
.responsive{
    text-align:center !important;
}
.text-content p {
    font-size: 15px;
    text-align: center;
}
.contact-item .icon {
    width: 35px;
    height: 35px;
}

}
