  :root {
    --deep: #041b4a;
    --blue: #0b63d8;
    --blue2: #2f8cff;
    --cyan: #59c7ff;
    --bg: #f7faff;
    --text: #071b3f;
    --muted: #5b6f94;
    --border: rgba(11, 99, 216, 0.14);
  }
  
  .visa-hero {
    min-height: 390px;
    padding: 115px 24px 0;
    background:
      linear-gradient(90deg, rgba(4, 27, 74, 0.96), rgba(4, 27, 74, 0.58)),
      url("ashgabat-night.jpg") center/cover no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  .visa-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(135deg, #05143045, #05143045),
      url(./electric.png) center / cover no-repeat;
    margin-left: auto;
    top: 0;
    height: 100%;
    width: 50%;
  }

  .visa-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(135deg, #051430fa, #051430fa),
      url(./electric.png) center / cover no-repeat;
  }

  .hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
         flex-direction: column;
         align-items: start;
         min-height: 375px;
  }

  @media (min-width: 1500px) {
    .hero-inner,
    .visa-layout {
      max-width: min(1700px, calc(100% - 64px)) !important;
    }
    .hero-inner{
         display: flex;
         flex-direction: column;
         align-items: start;
    }
  }

  .breadcrumb {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
    font-size: 14px;
  }

  .visa-hero h1 {
    font-size: 64px;
    line-height: 1;
    margin: 0 0 24px;
    letter-spacing: -0.05em;
  }

  .visa-hero p {
    max-width: 560px;
    font-size: 20px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
  }

  .visa-layout {
    max-width: 1180px;
    margin: -90px auto 80px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    position: relative;
    z-index: 5;
  }

  .visa-form-card,
  .visa-info-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--border);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(11, 99, 216, 0.14);
  }

  .visa-form-card {
    padding: 38px;
  }

  .form-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--border);
  }

  .title-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--blue), var(--blue2));
    color: #fff;
    font-size: 30px;
    font-weight: 900;
  }

  .form-title h2 {
    margin: 0;
    font-size: 30px;
    color: #092ac9;
    letter-spacing: -0.04em;
  }

  .form-title p {
    margin: 6px 0 0;
    color: #008bff;
    font-weight: 700;
  }

  label {
    display: block;
    margin: 0 0 9px;
    color: var(--deep);
    font-size: 14px;
    font-weight: 900;
  }

  input,
  select {
    width: -webkit-fill-available;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(11, 99, 216, 0.14);
    background: #fff;
    padding: 0 18px;
    padding-left: 62px;
    color: var(--deep);
    font-size: 15px;
    outline: none;
    margin-bottom: 22px;
    transition: 0.25s ease;
  }

  input:focus,
  select:focus {
    border-color: rgba(11, 99, 216, 0.55);
    box-shadow: 0 0 0 4px rgba(11, 99, 216, 0.08);
  }

  input::placeholder {
    color: #9aabc7;
  }

  .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .upload-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 8px 0 24px;
  }

  .upload-box {
    min-height: 150px;
    border-radius: 20px;
    border: 1px dashed rgba(11, 99, 216, 0.28);
    background: #fff;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .upload-box:hover {
    border-color: var(--blue);
    box-shadow: 0 18px 40px rgba(11, 99, 216, 0.12);
    transform: translateY(-4px);
  }

  .upload-box input {
    display: none;
  }

  .upload-box strong {
    color: var(--deep);
    font-size: 15px;
    margin-bottom: 6px;
  }

  .upload-box span {
    color: var(--muted);
    font-size: 12px;
  }

  .upload-box em {
    font-style: normal;
    color: #fff;
    background: var(--blue);
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
  }

  .notice {
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff6d8;
    color: #7a4d00;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 22px;
  }

  .visa-form-card button {
    width: 100%;
    height: 62px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--blue), #2f8cff);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(11, 99, 216, 0.28);
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .visa-form-card button svg {
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .visa-form-card button:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(11, 99, 216, 0.36);
  }

  .visa-info-card {
    padding: 34px;
    align-self: start;
  }

  .side-title {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border);
  }

  .side-icon,
  .info-item span {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: #eef5ff;
    color: var(--blue);
    font-weight: 900;
    flex: 0 0 auto;
  }

  .side-icon {
    background: linear-gradient(135deg, var(--blue), var(--blue2));
    color: #fff;
  }

  .side-title h3 {
    margin: 0 0 6px;
    font-size: 24px;
    color: var(--deep);
  }

  .side-title p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
  }

  .info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 34px;
  }

  .info-item:last-child {
    margin-bottom: 0;
  }

  .info-item h4 {
    margin: 0 0 8px;
    color: var(--deep);
    font-size: 18px;
  }

  .info-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
  }

  @media (max-width: 960px) {
    .visa-layout {
      display: flex;
      flex-direction: column-reverse;
    }

    .visa-info-card {
      order: -1;
    }
  }

  @media (max-width: 680px) {
    .visa-hero {
      padding: 90px 18px 0;
    }

    .visa-hero h1 {
      font-size: 36px;
    }
    .visa-hero p{
        font-size: 12px;
    }    

    .visa-layout {
      padding: 0 16px;
      margin-top: -80px;
    }

    .visa-form-card,
    .visa-info-card {
      border-radius: 26px;
    }

    .visa-form-card {
      padding: 24px;
    }

    .form-grid,
    .upload-grid {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
/* seperate */
  .breadcrumb a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: rgba(209, 225, 255, 0.75);
    transition: 0.25s ease;
  }
  .breadcrumb span {
    margin: auto 8px;
  }
  .img-50 {
    width: 50px;
    height: 50px;
  }
  .img-40 {
    width: 40px;
    height: 40px;
  }
  .img-30-r {
    width: 30px;
    height: 30px;
  }
  .img-40-r {
    width: 40px;
    height: 40px;
  }
  .img-30 {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 52%;
    transform: translateY(-50%);
  }
  .img-30-65 {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 56%;
    transform: translateY(-50%);
  }
  @media (max-width: 680px) {
    .img-30-65 {
      top: 65%;
    }
  }
  .inp-img {
    position: relative;
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }

  input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
  }

  input[type="date"]:not(:valid) {
    color: #9aabc7;
  }

  input[type="date"]:not(:valid)::before {
    content: "mm/dd/yyyy";
    color: #9aabc7;
    pointer-events: none;
  }
  input[type="date"]:not([value]):not(:focus) {
    color: transparent;
  }

  input[type="date"]:not([value]):not(:focus)::before {
    content: "mm/dd/yyyy";
    color: #9aabc7;
    position: absolute;
    left: 62px;
    pointer-events: none;
  }
  .cs-trigger-2 {
    padding-left: 16px !important;
  }
  .cs-trigger {
    width: 100%;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(11, 99, 216, 0.14);
    background: #fff;
    padding: 0 18px 0 62px;
    color: #9aabc7;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
  }
  .cs-trigger.open {
    border-color: rgba(11, 99, 216, 0.55);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 0 0 4px rgba(11, 99, 216, 0.08);
  }
  .cs-arrow {
    font-size: 18px;
    color: #9aabc7;
    transition: transform 0.2s;
  }
  .cs-arrow svg {
    transform: translateY(3px);
  }
  .cs-trigger.open .cs-arrow {
    transform: rotate(180deg);
  }

  .cs-dropdown {
    position: absolute;
    top: 79%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(11, 99, 216, 0.55);
    border-top: none;
    border-radius: 0 0 16px 16px;
    display: none;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(11, 99, 216, 0.1);
    max-height: 215px;
    overflow-y: auto;
  }
  @media (max-width: 680px) {
    .cs-dropdown {
      top: 100%;
    }
  }
  .cs-dropdown.open {
    display: block;
  }
  .cs-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
  }
  .cs-dropdown ul li {
    padding: 12px 18px;
    font-size: 15px;
    color: #041b4a;
    cursor: pointer;
  }
  .cs-dropdown ul li:hover {
    background: #eef5ff;
  }
  .cs-dropdown ul li.selected {
    color: #0b63d8;
    font-weight: 700;
  }
  .margin-b-10 {
    margin-bottom: 10px;
  }
  .info-item-2 {
    margin-bottom: 6px;
  }
  .error-input {
    border-color: #e24b4a !important;
    box-shadow: 0 0 0 4px rgba(226, 75, 74, 0.12) !important;
    animation: shake 0.3s ease;
  }

  .upload-box.error-input {
    border-color: #e24b4a !important;
    box-shadow: 0 0 0 4px rgba(226, 75, 74, 0.12) !important;
  }
  
  .padding-18{
      padding-left: 18px !important;
  }    

  @keyframes shake {
    0%,
    100% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-6px);
    }
    75% {
      transform: translateX(6px);
    }
  }
  
  
  
  /* phone */
  
  .phone-wrapper{
    position: relative;
}

.dropdown-selected{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 56px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    background: #f8fafc;
    border: 1px solid #ddd;
    border-radius: 15px 0 0 15px !important;
    z-index: 10;
}

.dropdown-list{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;

    width: 260px;
    max-height: 250px;
    overflow-y: auto;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;

    padding: 0;
    margin: 0;
    list-style: none;

    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.dropdown-list li{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:hover{
    background: #f5f5f5;
}

.dropdown-list li:last-child{
    border-bottom: none;
}

.phone-wrapper{
    position: relative;
}

.dropdown-selected{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    background: #f8fafc;
    border: 1px solid #ddd;
    border-radius: 50px 0 0 50px;
    z-index: 10;
}

.dropdown-list{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;

    width: 260px;
    max-height: 250px;
    overflow-y: auto;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;

    padding: 0;
    margin: 0;
    list-style: none;

    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.dropdown-list li{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:hover{
    background: #f5f5f5;
}

.dropdown-list li:last-child{
    border-bottom: none;
}