*
{
  margin: 0;
  padding:0;
  font-family: 'Tajawal', sans-serif;
  box-sizing: border-box;
}

a{
   text-decoration: none;
   color: rgb(0, 0, 0);
}
.layout-header-continer
{
  position: sticky;
  top:0;           
  z-index: 1000;  
}
.layout-header
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding:7px 10px 7px 10px;
  background: linear-gradient(
    to right,
    rgba(155, 118, 101, 0.85),
    rgba(74, 138, 174, 0.85)
  );
  
}
.nav-bar-list
{
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}
.nav-bar-list a
{
  font-weight: 600;
  font-size: 17px;
  position: relative;
}
.nav-bar-list a:hover
{
  color: #F4AF00;
  border-bottom: 2px solid #F4AF00;
  top: -5px;
  padding-bottom: 3px;
}
.nav-bar-list a.active {
    color: #F4AF00;
    border-bottom: 2px solid #F4AF00;
    padding-bottom: 5px;
}
.nav-bar-list a.active:hover {
    top: 0px;
}
.rowd-logo
{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
}.rowd-logo p
{
  color: white;
  font-weight: 600;
  font-size: 28px;
}
.rowd-logo img
{
  width: 40px;
  height: 40px;
}
.lang-quot
{
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
}
.quotation-btn,.discover-more-btn
{
  background-color:#F4AF00 ;
  padding: 7px 10px 7px 10px;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 5px;
}
.language-btn
{
  color: white;
  padding:0 10px ;
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 19px;
}
.fa-bars
{
    font-size: 22px;
    color: white;
}
.mobile-menu-icon
  {
    display: none;
  }
.layout-footer-continer
{
  width:100%;
  padding: 25px;
}
.layout-footer
{
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 2px;
}
.layout-footer > div
{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 10px;
}
.footer-logo
{
  display: flex;
  flex-direction: row !important;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: 7px;
  height: fit-content !important;
  padding: 0 !important;
}
.footer-logo img
{
  width: 57px;
  height: 57px;
}
.layout-footer > div:nth-child(1)
{
 row-gap: 10px;
}
.layout-footer > div:nth-child(1)>p:nth-child(2)
{
 padding: 0 15px;
 font-size: 18px;
 font-weight: 600;
 color: #747476;
}
.footer-logo p
{
  font-weight: 600;
  font-size: 30px;
  color:#F4AF00 ;
}
.footer-social-icon
{
  display: flex;
  align-items:center;
  flex-direction: row;
  column-gap: 7px;
  margin-top: 8px;
}

.footer-social-icon i
{
  font-size: 25px;
}
.layout-footer div:nth-child(2) ul >li> a:hover
{
  color: #F4AF00;
 
}
.footer-social-icon a:nth-child(1) i,
.footer-social-icon a:nth-child(3) i {
    color: #4A8AAE;
}
.instagram-gradient {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-social-icon a:nth-child(4) i {
    color:#FF0133;
}
.footer-social-icon a:nth-child(5)  i {
    color:rgb(44, 44, 44);
}
.footer-social-icon a:hover i
{
  color: #F4AF00;
}
.instagram-gradient:hover {
    background: none;                
    -webkit-text-fill-color: #F4AF00;
}
.layout-footer div:nth-child(2) 
{
  align-items: flex-start;
  flex-direction: row;
  font-size: 16px;
  font-weight: 600;
  justify-content: space-around;
}
.layout-footer div:nth-child(2) ul
,.footer-contact-list
{
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap:5px;
  align-self: flex-start;
}
.layout-footer div:nth-child(2) ul >li
,.footer-contact-list >li
{
  padding: 0 10px;
}
.layout-footer div:nth-child(2) ul >li>a
,.footer-contact-list >li>p
{
  color: #929292;
  font-weight: 600;
}

.footer-link-header
{
  font-size: 25px;
  font-weight: 700;
}
.layout-footer div:nth-child(3)
{
  align-items: flex-start;
  align-self: flex-start;
}

.home-page-img
{
  width:stretch;
  height: 120vh;
  margin-top: -56px;
}
.home-page-video
{
   width: 100%;
    height: 100vh; 
    object-fit: cover;
    display: block;
}
.home-page-section
{
  position: relative;
}
.home-page-welcome
{
  background: linear-gradient(to right,#4A8AAE,#9B7665);
  opacity: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: 10; 
  border-radius:30px;
  padding: 25px;
  color: white;
  font-weight: 600;
  font-size: 40px;
  min-width: 400px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  row-gap: 15px;

}
.discover-more-btn i
{
   transform: rotate(225deg);
  color: #000000;
  font-size: 15px;
}
.home-page-welcome p
{
  height: fit-content;
}

/* About page styles */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px !important;
}

.about-hero {
  background: linear-gradient(90deg, rgba(74,138,174,0.06), rgba(155,118,101,0.03));
  padding: 40px 0;
}
.about-hero .hero-inner {
  max-width: 640px;
}
.about-hero h1 {
  font-size: 40px;
  color: #333;
  margin-bottom: 12px;
}
.about-hero p {
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}
.about-hero .hero-image {
  margin-top: 20px;
}
.about-hero .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.about-mission {
  padding: 40px 0;
}
.about-mission h2 {
  font-size: 28px;
  color: #222;
  margin-bottom: 10px;
}
.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.about-cards .card {
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.about-cards .card h3 { font-size: 18px; margin-bottom: 8px; color: #4A8AAE }
.about-cards .card p { color: #666; line-height: 1.5 }

.about-stats { padding: 30px 0; }
.about-stats h2 { font-size: 26px; margin-bottom: 14px }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px }
.stat { background: #fff; padding: 18px; border-radius: 8px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,0.04) }
.stat strong { display: block; font-size: 22px; color: #222 }
.stat span { color: #666; font-size: 14px }

.about-cta { padding: 34px 0; text-align: center }
.about-cta h2 { font-size: 24px; margin-bottom: 8px }
.about-cta p { color: #666; margin-bottom: 14px }
.btn.primary { background: #F4AF00; padding: 12px 22px; border-radius: 8px; color: #111; font-weight: 700 }

@media (min-width: 900px) {
  .about-hero .container { display: grid; grid-template-columns: 1fr 420px; gap: 30px; align-items: center }
}

@media (max-width: 899px) {
  .about-cards { grid-template-columns: 1fr }
  .stats-grid { grid-template-columns: repeat(2, 1fr) }
  .about-hero h1 { font-size: 30px }
}

/* Projects page styles */
.projects-hero {
  background: linear-gradient(90deg, rgba(74,138,174,0.08), rgba(155,118,101,0.04));
  padding: 50px 0;
  text-align: center;
}
.projects-hero h1 {
  font-size: 42px;
  color: #333;
  margin-bottom: 12px;
}
.projects-hero p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.projects-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 10px 20px;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}
.filter-btn:hover {
  border-color: #F4AF00;
  color: #F4AF00;
}
.filter-btn.active {
  background: #F4AF00;
  border-color: #F4AF00;
  color: #111;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 30px 0 50px 0;
}
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.project-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.project-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.project-card:hover .project-image img {
  transform: scale(1.08);
}
.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  padding: 30px 20px 20px;
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
    transform: translateY(0);

}
.project-card:hover .project-overlay {
  transform: translateY(0);
}
.project-overlay h3 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.project-category {
  font-size: 13px;
  color: #F4AF00;
  font-weight: 600;
}
.related-projects .project-card
{
  width: 25%;
}
.related-projects a
{
  background:#F4AF00 ;
  font-weight: 700;
  width: fit-content;
  padding: 2px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media (max-width: 1099px) {
  .projects-grid { grid-template-columns: repeat(3, 1fr); gap: 15px; }
}

@media (max-width: 899px) {
  .projects-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .projects-hero h1 { font-size: 32px; }
  .projects-filter { gap: 8px; }
  .filter-btn { padding: 8px 16px; font-size: 14px; }
}

@media (max-width: 599px) {
  .projects-grid { grid-template-columns: 1fr; gap: 10px; }
  .projects-hero h1 { font-size: 24px; }
  .projects-filter { gap: 6px; padding: 20px 0; }
  .filter-btn { padding: 6px 12px; font-size: 13px; }
}

/* Services page styles */
.services-hero {
  background: linear-gradient(90deg, rgba(155,118,101,0.08), rgba(74,138,174,0.08));
  padding: 50px 0;
  text-align: center;
}
.services-hero h1 {
  font-size: 42px;
  color: #333;
  margin-bottom: 12px;
}
.services-hero p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 50px 0;
}
.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border-top: 4px solid #F4AF00;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}
.service-icon {
  font-size: 48px;
  color: #4A8AAE;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 22px;
  color: #222;
  margin-bottom: 12px;
}
.service-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.service-features {
  list-style: none;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.service-features li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.service-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #F4AF00;
  font-weight: bold;
}

.why-choose-us {
  background: linear-gradient(90deg, rgba(74,138,174,0.04), rgba(155,118,101,0.04));
  padding: 60px 0;
}
.why-choose-us h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-item {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}
.why-item:hover {
  transform: translateY(-5px);
}
.why-icon {
  font-size: 42px;
  color: #4A8AAE;
  margin-bottom: 15px;
}
.why-item h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}
.why-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.services-cta {
  background: linear-gradient(to right, #4A8AAE, #9B7665);
  color: white;
  padding: 50px 0;
  text-align: center;
}
.services-cta h2 {
  font-size: 36px;
  margin-bottom: 12px;
}
.services-cta p {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.95;
}

@media (max-width: 1099px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 899px) {
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .services-hero h1 { font-size: 32px; }
  .why-choose-us h2 { font-size: 28px; }
  .services-cta h2 { font-size: 28px; }
}

@media (max-width: 599px) {
  .services-grid { grid-template-columns: 1fr; padding: 30px 0; }
  .why-grid { grid-template-columns: 1fr; }
  .services-hero h1 { font-size: 24px; }
  .services-hero p { font-size: 16px; }
  .service-card { padding: 20px; }
  .service-icon { font-size: 36px; }
  .service-card h3 { font-size: 18px; }
  .why-choose-us h2 { font-size: 24px; }
  .services-cta h2 { font-size: 24px; }
  .services-cta p { font-size: 16px; }
}

/* Customers page styles */
.customers-hero {
  background: linear-gradient(90deg, rgba(74,138,174,0.08), rgba(155,118,101,0.08));
  padding: 50px 0;
  text-align: center;
}
.customers-hero h1 {
  font-size: 42px;
  color: #333;
  margin-bottom: 12px;
}
.customers-hero p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.client-logos {
  padding: 50px 0;
  text-align: center;
}
.client-logos h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}
.logo-placeholder {
  background: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.logo-placeholder:hover {
  border-color: #F4AF00;
  background: #fff;
  box-shadow: 0 4px 12px rgba(244,175,0,0.15);
}
.logo-placeholder i {
  font-size: 36px;
  color: #4A8AAE;
}
.logo-placeholder span {
  font-size: 13px;
  color: #666;
  font-weight: 600;
  text-align: center;
}

.testimonials-section {
  background: linear-gradient(90deg, rgba(74,138,174,0.04), rgba(155,118,101,0.04));
  padding: 60px 0;
}
.testimonials-section h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}
.testimonials-subtitle {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.testimonials-carousel {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
  overflow: hidden;
}
.testimonial-card {
  flex: 0 0 100%;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  opacity: 0.6;
  transform: scale(0.95);
  transition: all 0.3s ease;
}
.testimonial-card.active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.testimonial-header {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.client-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4A8AAE, #9B7665);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  flex-shrink: 0;
}
.client-info h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 3px;
}
.client-info p {
  font-size: 13px;
  color: #999;
}

.stars {
  color: #F4AF00;
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  gap: 4px;
}

.testimonial-text {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  font-style: italic;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
}
.carousel-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: white;
  border: 2px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
}
.carousel-btn:hover {
  background: #F4AF00;
  border-color: #F4AF00;
  color: white;
}

.carousel-dots {
  display: flex;
  gap: 10px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dot.active {
  background: #F4AF00;
  width: 30px;
  border-radius: 6px;
}

.customer-stats {
  background: linear-gradient(to right, #4A8AAE, #9B7665);
  color: white;
  padding: 50px 0;
}
.customer-stats .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.stat-box h3 {
  font-size: 42px;
  margin-bottom: 8px;
  font-weight: 700;
}
.stat-box p {
  font-size: 16px;
  opacity: 0.95;
}

.customers-cta {
  background: linear-gradient(90deg, rgba(74,138,174,0.08), rgba(155,118,101,0.08));
  padding: 50px 0;
  text-align: center;
}
.customers-cta h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 12px;
}
.customers-cta p {
  color: #666;
  font-size: 18px;
  margin-bottom: 25px;
}

@media (max-width: 1099px) {
  .logos-grid { grid-template-columns: repeat(3, 1fr); }
  .customer-stats .container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 899px) {
  .logos-grid { grid-template-columns: repeat(2, 1fr); }
  .customer-stats .container { grid-template-columns: repeat(2, 1fr); }
  .customers-hero h1 { font-size: 32px; }
  .testimonials-section h2 { font-size: 28px; }
  .customers-cta h2 { font-size: 28px; }
  .testimonial-card { padding: 20px; }
  .stat-box h3 { font-size: 32px; }
}

@media (max-width: 599px) {
  .logos-grid { grid-template-columns: 1fr; }
  .customer-stats .container { grid-template-columns: 1fr; }
  .customers-hero h1 { font-size: 24px; }
  .customers-hero p { font-size: 16px; }
  .client-logos h2 { font-size: 24px; }
  .testimonials-section h2 { font-size: 24px; }
  .customers-cta h2 { font-size: 24px; }
  .carousel-controls { gap: 15px; }
  .carousel-btn { width: 40px; height: 40px; font-size: 16px; }
  .stat-box h3 { font-size: 28px; }
}

/* Contact page styles */
.contact-hero {
  background: linear-gradient(90deg, rgba(74,138,174,0.08), rgba(155,118,101,0.08));
  padding: 50px 0;
  text-align: center;
}
.contact-hero h1 {
  font-size: 42px;
  color: #333;
  margin-bottom: 12px;
}
.contact-hero p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px 0;
}

.contact-info h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4A8AAE, #9B7665);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  flex-shrink: 0;
}

.info-content h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 6px;
}

.info-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.info-content a {
  color: #4A8AAE;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-content a:hover {
  color: #F4AF00;
}

.social-links {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
}

.social-links h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #4A8AAE, #9B7665);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(74,138,174,0.3);
}

.contact-form-wrapper h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 25px;
}

.contact-form {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 15px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
  color: #333;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #4A8AAE;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.error-msg {
  display: block;
  color: #d32f2f;
  font-size: 13px;
  margin-top: 4px;
  min-height: 18px;
}

.error-msg-general {
  background: #ffebee;
  color: #c62828;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
  border-left: 4px solid #d32f2f;
}

.success-msg {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
  border-left: 4px solid #4caf50;
}

.contact-map {
  background: linear-gradient(90deg, rgba(74,138,174,0.04), rgba(155,118,101,0.04));
  padding: 50px 0;
  text-align: center;
}

.contact-map h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
}

.map-placeholder {
  background: white;
  border-radius: 10px;
  padding: 80px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.map-placeholder i {
  font-size: 64px;
  color: #4A8AAE;
  opacity: 0.3;
}

.map-placeholder p {
  color: #999;
  font-size: 16px;
}

@media (max-width: 1099px) {
  .contact-section { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 899px) {
  .contact-hero h1 { font-size: 32px; }
  .contact-section { padding: 35px 0; }
  .contact-form { padding: 20px; }
  .info-item { margin-bottom: 25px; }
  .map-placeholder { padding: 60px 30px; }
}

@media (max-width: 599px) {
  .contact-hero h1 { font-size: 24px; }
  .contact-hero p { font-size: 16px; }
  .contact-info h2 { font-size: 24px; }
  .contact-form-wrapper h2 { font-size: 24px; }
  .contact-map h2 { font-size: 24px; }
  .form-group { margin-bottom: 15px; }
  .form-group input,
  .form-group textarea,
  .form-group select { padding: 10px; font-size: 14px; }
  .social-icons { gap: 10px; }
  .social-icons a { width: 40px; height: 40px; font-size: 18px; }
  .map-placeholder { padding: 40px 20px; }
}

/* Hiring/Careers page styles */
.hiring-hero {
  background: linear-gradient(135deg, #4A8AAE 0%, #9B7665 100%);
  color: white;
  padding: 15px;
  margin: 10px;
  margin-bottom: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiring-container
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hiring-hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 700;
}

.hiring-hero p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.6;
  max-width: 700px;
  text-align: center;

}
.show-job-btn
{
    position: absolute;
    top: 236px;
}
.hiring-hero .cta-btn {
  background-color: #F4AF00;
  color: #333;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.hiring-hero .cta-btn:hover {
  background-color: #e09900;
}

.why-join-us {
  padding:25px;
  background-color: #f9f9f9;
}

.why-join-us h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #333;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.benefit-card {
  background: white;
  padding: 30px 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.benefit-card i {
  font-size: 40px;
  color: #4A8AAE;
  margin-bottom: 15px;
}

.benefit-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.benefit-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.job-listings-section {
  padding: 60px 40px;
}

.job-listings-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  color: #333;
}

.job-listings-section > p {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.job-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 20px;
  border: 2px solid #4A8AAE;
  background: white;
  color: #4A8AAE;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background-color: #4A8AAE;
  color: white;
}

.filter-btn.active {
  background-color: #4A8AAE;
  color: white;
}

.job-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 60px;
}

.job-card {
  background: white;
  border-left: 5px solid #4A8AAE;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.job-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.job-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #333;
}

.job-card .job-department {
  display: inline-block;
  background-color: #F4AF00;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.job-card p {
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}

.job-meta {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.job-meta-item {
  font-size: 13px;
  color: #666;
}

.job-meta-item i {
  margin-right: 5px;
  color: #4A8AAE;
}

.job-apply-btn {
  display: inline-block;
  background-color: #4A8AAE;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.job-apply-btn:hover {
  background-color: #3a6a8e;
}

.company-culture {
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
  padding: 60px 40px;
  border-radius: 8px;
  margin-bottom: 60px;
}

.company-culture h2 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #333;
}

.company-culture p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.hiring-cta-section {
  background: linear-gradient(135deg, #4A8AAE 0%, #9B7665 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 8px;
  text-align: center;
}

.hiring-cta-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.hiring-cta-section p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.hiring-cta-section .cta-btn {
  background-color: #F4AF00;
  color: #333;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.hiring-cta-section .cta-btn:hover {
  background-color: #e09900;
}

/* RTL overrides for Hiring page */
[dir="rtl"] .job-card {
  border-left: none;
  border-right: 5px solid #4A8AAE;
}

[dir="rtl"] .benefit-card {
  text-align: center;
}

[dir="rtl"] .job-meta {
  flex-direction: row-reverse;
}

/* Responsive Hiring styles */
@media (max-width: 1100px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .job-cards-container { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hiring-hero { padding: 60px 30px; }
  .hiring-hero h1 { font-size: 36px; }
  .hiring-hero p { font-size: 16px; }
  .why-join-us { padding: 50px 30px; }
  .why-join-us h2 { font-size: 28px; margin-bottom: 40px; }
  .benefits-grid { gap: 20px; }
  .benefit-card { padding: 25px 20px; }
  .benefit-card i { font-size: 35px; }
  .benefit-card h3 { font-size: 18px; }
  .job-listings-section { padding: 50px 30px; }
  .job-listings-section h2 { font-size: 28px; }
  .company-culture { padding: 50px 30px; }
  .company-culture h2 { font-size: 26px; }
  .hiring-cta-section { padding: 50px 30px; }
  .hiring-cta-section h2 { font-size: 26px; }
}

@media (max-width: 599px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .job-filters { flex-direction: column; }
  .filter-btn { width: 100%; }
  .hiring-hero { padding: 40px 20px; }
  .hiring-hero h1 { font-size: 24px; }
  .hiring-hero p { font-size: 14px; }
  .why-join-us { padding: 40px 20px; }
  .why-join-us h2 { font-size: 22px; margin-bottom: 30px; }
  .benefit-card { padding: 20px 15px; }
  .benefit-card i { font-size: 30px; }
  .benefit-card h3 { font-size: 16px; }
  .benefit-card p { font-size: 13px; }
  .job-listings-section { padding: 40px 20px; }
  .job-listings-section h2 { font-size: 22px; }
  .job-card { padding: 20px 15px; border-left-width: 3px; }
  .job-card h3 { font-size: 18px; }
  .job-meta { flex-direction: column; gap: 8px; }
  .job-meta-item { font-size: 12px; }
  .company-culture { padding: 40px 20px; }
  .company-culture h2 { font-size: 20px; }
  .company-culture p { font-size: 14px; }
  .hiring-cta-section { padding: 40px 20px; }
  .hiring-cta-section h2 { font-size: 20px; }
  .hiring-cta-section p { font-size: 14px; }
}

@media (max-width: 600px) {
 .nav-bar-list
 {
  display: none;
 }
 .layout-footer
 {
  flex-direction: column;
 }
 body{
  width: 100%;
 }
  .home-page-welcome
  {
  min-width: 300px; }
  .lang-quot
  {
    display: none;
  }
   .mobile-menu-icon
  {
    display: flex;
  }
  }
  
 
@media (min-width: 601px) and (max-width: 992px) {
 
}
@media (min-width: 993px) {
 
}
.mobile-menu-list
{
  width: 150px;
  height: 200px;
  position: absolute;
  display: none;
  background: white;
  top:40px;
  border: 1px transparent solid;
  right: 3px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1100;
}


