
a{
    color:white;
}
a:hover{
    color: #fcff58;
}
.contactPageUpdate__formWrapper .form-group .title{
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.1); 
        padding: 1rem;
        border-bottom: 1px solid rgb(97 0 129);
        color:black;
}
.application{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     padding: 1rem;
}


.jobCategory {
    background: #ecf0f5;
  }
  .jobCategory__title {
    margin: 0 auto;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 70px;
    display: inline-block;
  }
  .jobCategory__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  @media (max-width: 1440px) {
    .jobCategory__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 1024px) {
    .jobCategory__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 500px) {
    .jobCategory__list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .jobCategory__list__item {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 24px 44px rgba(180, 191, 225, 0.4);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 1024px) {
    .jobCategory__list__item {
      padding: 60px 25px;
    }
  }
  .jobCategory__list__item:hover {
    background-color: #903A8F;
  }
  .jobCategory__list__item:hover * {
    color: #fff;
  }
  .jobCategory__list__item:hover .jobCategory__list__item__pos {
    color: #1E2246;
  }
  .jobCategory__list__item:hover iconify-icon {
    transform: rotate(360deg);
  }
  .jobCategory__list__item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 36px;
    color: #1E2246;
    text-align: center;
  }
  .jobCategory__list__item__pos {
    width: 100%;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 1px solid #C2C5E2;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #1E2246;
  }
  .jobCategory__list__item .header {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
  .jobCategory__list__item .header iconify-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    color: #1E2246;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jobCategory__list__item:nth-child(4n) .header iconify-icon {
    background: linear-gradient(131.94deg, #BBCBFB 5.22%, #F1D5FF 100.41%);
  }
  .jobCategory__list__item:nth-child(4n+1) .header iconify-icon {
    background: linear-gradient(131.94deg, #FBBBDA 5.22%, #FFD5D5 100.41%);
  }
  .jobCategory__list__item:nth-child(4n+2) .header iconify-icon {
    background: linear-gradient(131.94deg, #BBEBFB 5.22%, #EFD5FF 100.41%);
  }
  .jobCategory__list__item:nth-child(4n+3) .header iconify-icon {
    background: linear-gradient(131.94deg, #BBFBE4 5.22%, #D5E0FF 100.41%);
  }
  .help-block{
    color: red;
}
.contactPage__content__form__item  .control-label{
  font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-size: 1.6rem;
line-height: 144.19%;
color: #888888;
padding: 10px 15px;
}
.head{
  font-weight: bold;
  font-size: 24px;
}

.cargin-button-left {
  margin-left: 25px;



  width: 170.66px;
  height: 48.61px;
  
  color: white; /* Text color */
  border: none;
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  cursor: pointer;
}

.cargin-button-left:hover {
  background-color: #0056b3; /* Darker shade for hover effect */
}
.cargin-button-right {
  position: absolute;
  right: 25px;
  width: 170.66px;
  height: 48.61px;
  
  color: white; /* Text color */
  border: none;
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  cursor: pointer;
}

.cargin-button-right:hover {
  background-color: #0056b3; /* Darker shade for hover effect */
}
.modal-body {
  padding: 35px;
}
.address{
  color: #383838;
  font-size: 16px;
}
.popupattribute{
  font-size: 16px;
  font-weight: bold;
  
}
.popupdatacolor{
  color:#004286;
}

:root {
      --red: #e8283a;
      --red-dark: #c41e2e;
      --red-light: #fde8ea;
      --dark: #067386;
      --dark2: #2d2d44;
      --text: #666;
      --text-light: #999;
      --border: #ebebeb;
      --bg: #f8f8f8;
      --white: #ffffff;
    }

    /* ══ PAGE BANNER ══ */
    .page-banner {
      background: var(--dark);
      padding: 64px 0 52px;
      position: relative;
      overflow: hidden;
    }
    .page-banner::before {
      content: '';
      position: absolute;
      right: -80px; top: -80px;
      width: 320px; height: 320px;
      border-radius: 50%;
      background: rgba(232,40,58,0.08);
    }
    .page-banner::after {
      content: '';
      position: absolute;
      left: 8%; bottom: -60px;
      width: 180px; height: 180px;
      border-radius: 50%;
      background: rgba(232,40,58,0.05);
    }
    .page-banner h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5vw, 2.8rem);
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.02em;
      margin-bottom: 14px;
      text-align: left;
    }
    .page-banner h1 span { color: var(--red); font-style: italic; }
    .breadcrumb { background: none; padding: 0; margin: 0; }
    .breadcrumb-item, .breadcrumb-item a {
      font-size: 0.76rem; font-weight: 500;
      letter-spacing: 0.06em; text-transform: uppercase;
      color: rgba(255,255,255,0.4); text-decoration: none;
    }
    .breadcrumb-item a:hover { color: var(--red); }
    .breadcrumb-item.active { color: var(--white); }
    .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.2); }

    /* ══ BLOG GRID ══ */
    .blog-section { padding: 56px 0; }

    .blog-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      height: 100%;
      transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
      display: flex; flex-direction: column;
    }
    .blog-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(232,40,58,0.1);
      border-color: rgba(232,40,58,0.2);
    }
    .blog-card-img {
      height: 190px;
      background: var(--dark2);
      position: relative; overflow: hidden;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .blog-card-img-pattern {
      position: absolute; inset: 0;
    }
    .c1 { background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%); }
    .c2 { background: linear-gradient(135deg, #1e1e3a 0%, #2a2050 100%); }
    .c3 { background: linear-gradient(135deg, #1a2a1a 0%, #1e3d1e 100%); }
    .c4 { background: linear-gradient(135deg, #2a1a1a 0%, #3d1e1e 100%); }
    .c5 { background: linear-gradient(135deg, #1a2030 0%, #1e2a44 100%); }
    .c6 { background: linear-gradient(135deg, #2a2020 0%, #3d2828 100%); }

    .card-img-icon {
      width: 50px; height: 50px;
      background: rgba(232,40,58,0.12);
      border: 1px solid rgba(232,40,58,0.2);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      position: relative; z-index: 1;
    }
    .card-img-icon svg {
      width: 22px; height: 22px;
      stroke: var(--red); fill: none;
      stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
    }
    .cat-badge {
      position: absolute; top: 14px; left: 14px;
      font-size: 0.62rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      background: var(--red); color: #fff;
      padding: 3px 10px; border-radius: 4px;
      z-index: 2;
    }
    .blog-card-body {
      padding: 22px 22px 20px;
      display: flex; flex-direction: column; flex: 1;
    }
    .card-meta-top {
      display: flex; align-items: center; gap: 10px;
      margin-bottom: 12px;
    }
    .card-date { font-size: 0.72rem; color: var(--text-light); }
    .card-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border); }
    .card-read { font-size: 0.72rem; color: var(--text-light); }
    .card-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.05rem; font-weight: 700;
      color: var(--dark); line-height: 1.4;
      letter-spacing: -0.01em; margin-bottom: 10px;
      transition: color 0.2s;
    }
    .blog-card:hover .card-title { color: var(--red); }
    .card-excerpt {
      font-size: 0.8rem; color: var(--text);
      line-height: 1.75; margin-bottom: 18px; flex: 1;
    }
    .card-footer-row {
      display: flex; align-items: center;
      justify-content: space-between;
      padding-top: 16px;
      border-top: 1px solid var(--border);
      margin-top: auto;
    }
    .card-author { display: flex; align-items: center; gap: 8px; }
    .avatar-sm {
      width: 28px; height: 28px; border-radius: 50%;
      background: var(--red-light);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.6rem; font-weight: 700; color: var(--red);
    }
    .author-sm { font-size: 0.75rem; font-weight: 500; color: var(--dark); }
    .card-arrow {
      width: 30px; height: 30px;
      background: var(--bg); border: 1px solid var(--border);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      text-decoration: none;
      transition: background 0.2s, border-color 0.2s;
    }
    .card-arrow:hover { background: var(--red); border-color: var(--red); }
    .card-arrow svg {
      width: 13px; height: 13px;
      stroke: var(--text); fill: none;
      stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
      transition: stroke 0.2s;
    }
    .card-arrow:hover svg { stroke: #fff; }

    /* ══ ANIMATIONS ══ */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .fade-up { animation: fadeUp 0.6s ease both; }
    .d1 { animation-delay: 0.05s; }
    .d2 { animation-delay: 0.12s; }
    .d3 { animation-delay: 0.19s; }
    .d4 { animation-delay: 0.26s; }
    .d5 { animation-delay: 0.33s; }
    .d6 { animation-delay: 0.4s; }

    @media (max-width: 768px) {
      .featured-card { grid-template-columns: 1fr; }
      .featured-img { min-height: 200px; }
      .featured-body { padding: 28px 24px; }
      .newsletter-form { flex-direction: column; }
      .newsletter-form input, .btn-subscribe { width: 100%; }
    }

    /* ── Service Image ── */
    .service-img-wrap {
      border-radius: 14px;
      overflow: hidden;
      position: relative;
      aspect-ratio: 16/10;
      background: var(--dark2);
    }

    .service-img-placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 50%, #1a1a2e 100%);
      position: relative;
      overflow: hidden;
    }

    .service-img-placeholder::before {
      content: '';
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: rgba(232,40,58,0.12);
      top: -80px;
      right: -80px;
    }

    .img-icon {
      width: 90px;
      height: 90px;
      background: rgba(232,40,58,0.15);
      border: 1px solid rgba(232,40,58,0.3);
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
    }

    .img-icon svg {
      width: 44px;
      height: 44px;
      stroke: var(--red);
      fill: none;
      stroke-width: 1.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* ── Content block ── */
    .section-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 10px;
    }

    .section-tag::before {
      content: '';
      display: block;
      width: 22px;
      height: 2px;
      background: var(--red);
      border-radius: 2px;
    }

    .content-heading {
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 700;
      color: var(--dark);
      letter-spacing: -0.02em;
      line-height: 1.25;
      margin-bottom: 18px;
    }

    .content-body {
      font-size: 0.88rem;
      line-height: 1.85;
      color: var(--text);
      margin-bottom: 20px;
    }


    /* ══════════════════════════════
       SIDEBAR
    ══════════════════════════════ */
    .sidebar-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 24px;
    }

    .sidebar-card-header {
      background: var(--dark);
      padding: 18px 22px;
    }

    .sidebar-card-header h6 {
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--white);
      margin: 0;
    }

    .sidebar-card-body { padding: 20px 22px; }

    .service-nav-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 11px 14px;
      border-radius: 8px;
      font-size: 0.82rem;
      font-weight: 500;
      color: var(--dark);
      text-decoration: none;
      transition: background 0.18s, color 0.18s;
      margin-bottom: 4px;
    }

    .service-nav-item:last-child { margin-bottom: 0; }

    .service-nav-item:hover, .service-nav-item.active {
      background: var(--red-light);
      color: var(--red);
    }

    .service-nav-item svg {
      width: 14px;
      height: 14px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* ===== FORM BASE STYLE ===== */
.form-control {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  font-size: 15px;
  transition: all 0.25s ease;
  background-color: #fff;
  box-shadow: none;
}

/* Hover effect */
.form-control:hover {
  border-color: #cbd5e1;
}

/* Focus state (important for modern UI) */
.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
  outline: none;
  background-color: #fff;
}

/* Textarea improvement */
textarea.form-control {
  resize: none;
  min-height: 120px;
}

/* ===== LABEL STYLE (if you use labels later) ===== */
.form-label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

/* ===== INPUT GROUP SPACING ===== */
.form-group,
.mb-3 {
  margin-bottom: 16px;
}

/* ===== PLACEHOLDER STYLE ===== */
.form-control::placeholder {
  color: #9ca3af;
  font-size: 14px;
}

/* ===== ERROR STATE (Yii2 validation) ===== */
.has-error .form-control {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* error text */
.help-block {
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
}

/* ===== OPTIONAL: FLOATING EFFECT LOOK ===== */
.contact-card .form-control {
  background: #fafafa;
}

.contact-card .form-control:focus {
  background: #fff;
}

.faqs-section {
  background: #f8f9fa;
}

/* Header */
.section-header h2 {
  font-size: 28px;
}

.section-header p {
  margin-bottom: 0;
}

/* Accordion card style */
.custom-accordion .faq-item {
  border: none;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

/* Button style */
.custom-accordion .accordion-button {
  background: #fff;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  box-shadow: none;
}

/* Remove bootstrap arrow rotation clutter */
.accordion-button::after {
  background-size: 16px;
}

/* FAQ number badge */
.faq-badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #067386;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Question text */
.faq-question {
  flex: 1;
}

/* Answer */
.accordion-body {
  padding: 18px 20px;
  color: #6c757d;
  line-height: 1.6;
  background: #fff;
}

/* Learn more link */
.faq-link {
  font-weight: 600;
  font-size: 14px;
  color: #067386;
  text-decoration: none;
}

.faq-link:hover {
  text-decoration: underline;
}

/* Right image card */
.faq-image-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.faq-image-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

/* overlay text */
.faq-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  color: #fff;
}

.faq-image-overlay h5 {
  margin: 0;
  font-weight: 600;
}

.faq-image-overlay p {
  margin: 5px 0 0;
  font-size: 13px;
  opacity: 0.9;
}

.apply-section {
  background: #f8f9fa;
}

/* LEFT FORM CARD */
.apply-card {
  background: #fff;
  border-radius: 16px;
  height: 100%;
}

/* Inputs */
.form-control,
.form-select {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  transition: all 0.25s ease;
      color: #b4b7bd;
}

.form-control:focus,
.form-select:focus {
  border-color: #198754;
  box-shadow: 0 0 0 4px rgba(25,135,84,0.12);
}


/* RIGHT SIDE CARD */
.apply-info-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image */
.apply-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* Content */
.apply-info-content {
  padding: 20px;
}

.apply-info-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Validation */
.help-block {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
}

/* ===== MODERN SELECT FIELD ===== */
.custom-select {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  font-size: 15px;
  background-color: #fff;
  transition: all 0.25s ease;

  /* remove default ugly arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592c.86 0 1.319 1.013.753 1.658l-4.796 5.482a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 40px;
}

/* Hover */
.custom-select:hover {
  border-color: #cbd5e1;
}

/* Focus state (important) */
.custom-select:focus {
  border-color: #198754;
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.12);
  outline: none;
}

/* Disabled/placeholder color improvement */
.custom-select option {
  color: #111827;
}

/* Placeholder option */
.custom-select option[value=""] {
  color: #9ca3af;
}