  body {
    background: #0f172a;
    color: #f8fafc;
    margin: 0;
  }

  /* Navbar */
  .navbar {
    background: #0b1220;
  }

  .navbar-brand {
    font-weight: 700;
    color: #ffffff;
  }

  .nav-link {
    color: #cbd5e1 !important;
  }

  .nav-link:hover {
    color: #ffffff !important;
  }

  .translate-btn {
    background: #1e293b;
    border: 1px solid #334155;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 6px;
    transition: 0.3s;
  }

  .translate-btn:hover {
    background: #334155;
  }

  /* HERO SECTION */
  .hero-section {
    position: relative;
    min-height: 55vh;
    background: url('https://www.constructionweekonline.com/cloud/2021/07/07/csburjk-web.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 25, 60, 0.85);
  }

  .hero-content {
    position: relative;
    max-width: 900px;
    padding: 20px;
  }

  .hero-title {
    font-size: 2.8rem;
    font-weight: 700;
  }

  .hero-desc {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 35px;
    line-height: 1.6;
  }

  .hero-btn {
    background: #ff9800;
    border: none;
    padding: 14px 35px;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: 0.3s;
    color: #fff;
  }

  .hero-btn:hover {
    background: #e68900;
  }

  /* Hide Google default widget */
  #google_translate_element {
    display: none;
  }

  @media (max-width: 768px) {
    .hero-title {
      font-size: 2rem;
    }

    .hero-desc {
      font-size: 1rem;
    }
  }
  /* WHY SECTION */
.why-uae {
  background: #f8fafc;
}

.section-title {
  font-weight: 700;
  color: #0f172a;
}

.section-subtitle {
  color: #64748b;
}

.feature-card {
  background: #ffffff;
  padding: 30px;
  color: black;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* ICON STYLE */
.icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #eff6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.icon-box i {
  font-size: 28px;
  color: #2563eb;
}

.feature-card:hover .icon-box {
  background: #2563eb;
}

.feature-card:hover .icon-box i {
  color: #ffffff;
}

/* SCROLL ANIMATION */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.industry-card {
  background: #ffffff;
  padding: 35px;
  color: black;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.industry-img {
  overflow: hidden;
  border-radius: 16px;
}

.industry-img img {
  width: 100%;
  transition: transform 0.6s ease;
}

.industry-card:hover .industry-img img {
  transform: scale(1.05);
}

.industry-list {
  columns: 2;
  padding-left: 18px;
}

.industry-list li {
  margin-bottom: 6px;
  color: #475569;
}

.salary-box {
  margin-top: 15px;
  padding: 12px 18px;
  background: #f1f5f9;
  border-left: 4px solid #2563eb;
  font-weight: 600;
  border-radius: 6px;
}

.salary-box small {
  display: block;
  font-weight: 400;
  color: #64748b;
}

/* LEGAL SECTION */
.legal-section {
  background: #ffffff;
}

.legal-card {
  background: #ffffff;
  padding: 40px;
  color: black;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
}

.legal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.07);
}

.legal-img {
  overflow: hidden;
  border-radius: 16px;
}

.legal-img img {
  width: 100%;
  transition: transform 0.6s ease;
}

.legal-card:hover .legal-img img {
  transform: scale(1.05);
}

.legal-list {
  padding-left: 18px;
}

.legal-list li {
  margin-bottom: 8px;
  color: #475569;
}

/* Warning Box */
.warning-box {
  padding: 15px 20px;
  background: #fff7ed;
  border-left: 4px solid #f97316;
  border-radius: 8px;
  font-weight: 600;
  color: #9a3412;
}
/* WORKLAW SECTION */
.worklaw-section {
  background: #ffffff;
}

.info-card {
  background: #ffffff;
  padding: 40px;
  color: black;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.07);
}

/* MINI BOXES */
.mini-box {
  background: #f8fafc;
  padding: 18px;
  color: black;
  border-radius: 10px;
  border-left: 4px solid #2563eb;
  transition: 0.3s ease;
}

.mini-box:hover {
  background: #eff6ff;
}

/* CHECK LIST STYLE */
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #334155;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: bold;
}

/* SIMPLE LIST */
.simple-list {
  padding-left: 18px;
}

.simple-list li {
  margin-bottom: 8px;
  color: #475569;
}

/* HIGHLIGHT NOTE */
.highlight-note {
  background: #eff6ff;
  padding: 15px;
  
  border-radius: 8px;
  font-weight: 600;
  color: #1e3a8a;
}

/* WARNING BOX */
.warning-box {
  padding: 18px;
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  font-weight: 600;
  color: #92400e;
}
/* FAQ SECTION */
.faq-section {
  background: #ffffff;
}

.faq-image {
  overflow: hidden;
  border-radius: 16px;
}

.faq-image img {
  transition: transform 0.6s ease;
}

.faq-image:hover img {
  transform: scale(1.05);
}

/* ACCORDION CUSTOM STYLE */
.faq-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.faq-accordion .accordion-item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  background: #f8fafc;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #eff6ff;
  color: #1e3a8a;
  box-shadow: none;
}

.faq-accordion .accordion-body {
  background: #ffffff;
  color: #475569;
}

<style>
.uae-journey-section {
  background: #ffffff;
}

.uae-badge {
  background: #e7f1ff;
  color: #0d6efd;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.journey-benefits {
  display: grid;
  gap: 15px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: black;
  padding: 12px 15px;
  border-radius: 10px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
}

.benefit-item i {
  font-size: 18px;
  color: #0d6efd;
  background: #e7f1ff;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateX(8px);
}

.benefit-item:hover i {
  background: #fff;
  color: #0d6efd;
}

.journey-image-wrapper img {
  transition: transform 0.5s ease;
}

.journey-image-wrapper:hover img {
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .journey-image-wrapper {
    margin-top: 30px;
  }
}

/* Footer Styling */
.uae-footer {
  background: #0b2345; /* Deep Navy Blue */
  color: #ffffff;
}

.footer-copy {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.footer-disclaimer {
  font-size: 14px;
  opacity: 0.85;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

.leader-quote-section {
  background: #f8f9fa;
}

.leader-quote-content {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-wrapper {
  max-width: 520px;
}

.leader-quote-text {
  font-size: 22px;
  line-height: 1.8;
  color: #222;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

.leader-quote-text::before {
  content: "“";
  font-size: 80px;
  color: #000;
  opacity: 0.1;
  position: absolute;
  top: -40px;
  left: -20px;
}

.leader-name {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.leader-image img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  filter: grayscale(100%);
}

/* Responsive */
@media (max-width: 991px) {
  .leader-quote-content {
    padding: 50px 25px;
    text-align: center;
  }

  .leader-quote-text::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.apply-modal {
  border-radius: 15px;
  padding: 10px;
}

.apply-modal .form-control {
  border-radius: 8px;
  padding: 10px;
  transition: 0.3s ease;
}

.apply-modal .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

.apply-modal button[type="submit"] {
  padding: 10px;
  font-weight: 600;
}
.form-label
{
    color: #0b1220;
}
.contact-fixed {
  background: #f9fafb;
  color: #0b1220;

}

/* Left Card */
.contact-card {
  background: #ffffff;
  padding: 35px;
  color: #0b1220;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
  transition: 0.3s ease;
}

.contact-row:last-child {
  margin-bottom: 0;
}

.contact-row:hover {
  transform: translateX(6px);
}

.icon-wrap {
  width: 50px;
  height: 50px;
  background: #e7f1ff;
  color: #0d6efd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s ease;
}

.contact-row:hover .icon-wrap {
  background: #0d6efd;
  color: #fff;
}

/* Right Form */
.form-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.form-card .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  transition: 0.3s ease;
}

.form-card .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13,110,253,.2);
}

.form-card button {
  font-weight: 600;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 991px) {
  .contact-card,
  .form-card {
    padding: 25px;
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  z-index: 999;
  transition: 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

/* Tooltip */
.whatsapp-tooltip {
  position: absolute;
  right: 75px;
  background: #111;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  opacity: 0;
  white-space: nowrap;
  transition: 0.3s ease;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}

/* Pulse Animation */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Mobile */
@media (max-width: 576px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}
.form-alert{
    padding:15px;
    margin-bottom:20px;
    border-radius:6px;
    font-weight:500;
}

.form-alert.success{
    background:#e6fffa;
    color:#065f46;
    border:1px solid #34d399;
}

.form-alert.error{
    background:#fee2e2;
    color:#991b1b;
    border:1px solid #f87171;
}


/*privacy policy*/



.pp-wrapper{
    max-width:1100px;
    margin:60px auto;
    padding:40px;
    color:black;
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.pp-header{
    text-align:center;
    margin-bottom:40px;
}

.pp-header h1{
    font-size:32px;
    margin-bottom:10px;
    color:#0f172a;
}

.pp-header p{
    color:#64748b;
    font-size:15px;
}

.pp-section{
    margin-bottom:30px;
}

.pp-section h2{
    font-size:20px;
    margin-bottom:10px;
    color:#0f172a;
    border-left:4px solid #2563eb;
    padding-left:10px;
}

.pp-section p{
    font-size:15px;
    color:#334155;
}

.pp-section ul{
    padding-left:20px;
}

.pp-section ul li{
    margin-bottom:8px;
    font-size:15px;
}

.pp-footer{
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid #e2e8f0;
    font-size:14px;
    color:#64748b;
}

@media(max-width:768px){
    .pp-wrapper{
        padding:20px;
        margin:20px;
    }

    .pp-header h1{
        font-size:24px;
    }
}

/* ===== FOOTER MAIN WRAPPER ===== */
.ajf-wrapper{
    background: linear-gradient(135deg,#0b1d3a,#1b2d4f);
    color:#e2e8f0;
    margin-top:60px;
}

/* ===== CONTAINER FIXED WIDTH ===== */
.ajf-container{
    max-width:1200px;
    margin:0 auto;
    padding:60px 20px 40px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:60px;
}

/* ===== COLUMN ===== */
.ajf-col{
    display:flex;
    flex-direction:column;
}

/* ===== TITLES ===== */
.ajf-title{
    font-size:18px;
    margin-bottom:20px;
    position:relative;
    color:#ffffff;
}

.ajf-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:45px;
    height:3px;
    background:#22c55e;
}

/* ===== TEXT ===== */
.ajf-col p{
    font-size:14px;
    line-height:1.8;
    color:#cbd5e1;
}

/* ===== LINKS ===== */
.ajf-links{
    list-style:none;
    padding:0;
}

.ajf-links li{
    margin-bottom:12px;
}

.ajf-links a{
    text-decoration:none;
    color:#cbd5e1;
    font-size:14px;
    transition:0.3s ease;
}

.ajf-links a:hover{
    color:#22c55e;
    padding-left:6px;
}

/* ===== MINISTRY LOGO FIX ===== */
.ajf-ministry-logo{
    width:160px;
    margin-top:20px;
    align-self:flex-start;
}

/* ===== BOTTOM STRIP ===== */
.ajf-bottom{
    background:#081426;
    text-align:center;
    padding:20px 15px;
    border-top:1px solid rgba(255,255,255,0.1);
}

.ajf-bottom p{
    margin:0;
    font-size:13px;
}

.ajf-bottom span{
    display:block;
    margin-top:6px;
    font-size:12px;
    color:#94a3b8;
}

/* ===== RESPONSIVE FIX ===== */
@media(max-width:992px){
    .ajf-container{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:600px){
    .ajf-container{
        grid-template-columns:1fr;
        text-align:center;
        gap:40px;
    }

    .ajf-title::after{
        left:50%;
        transform:translateX(-50%);
    }

    .ajf-ministry-logo{
        margin:20px auto 0;
    }
}
