 a{
  text-decoration: none  !important;
 }
 footer {
      background: linear-gradient(164.164deg, #058ACB 0%, #003C59 100%);
      padding: 60px 0 20px;
      font-family: 'Poppins', sans-serif;
    }
    /* Remove or comment this if present */
.dropdown-custom:hover .dropdown-menu-custom {
   display: flex !important;
}

.dropdown-menu-custom {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu-custom li {
    display: flex;
    align-items: center; 
 
}

/*.dropdown-menu-custom li::before {*/
/*    content: "•";*/
/*    font-size: 18px;*/
/*    line-height: 0;*/
/*    color: #000;*/
/*}*/

.d-m-c li::before{
     content: "•";
    font-size: 18px;
    line-height: 0;
    color: #000;
}
.dropdown-item-custom {
    text-decoration: none;
    color: #000;
}

 :root {
      --bg-0: #050d1f;
      --bg-1: #0a1730;
      --bg-2: #0d1c3a;
      --line: rgba(255, 255, 255, 0.08);
      --line-strong: rgba(255, 255, 255, 0.14);
      --blue: #2f7dfa;
      --blue-light: #5b9bff;
      --text: #e7ecf7;
      --text-dim: #aeb9d1;
      --text-dimmer: #7d8aa6;
    }

    * {
      box-sizing: border-box;
    }

  

    a {
      text-decoration: none;
      color: inherit;
    }

    .footer {
     
      padding: 24px 32px 0;
    }

    .footer-inner {
      max-width: 1500px;
      margin: 0 auto;
    }

    /* ===== CTA BANNER ===== */
    .cta-banner {
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
        color: #fff;
    background: linear-gradient(164.164deg, #058ACB 0%, #003C59 100%);
    flex-wrap: wrap;
    /* background: linear-gradient(135deg, #0e1f42, #0a1730); */
    border: 0.1px solid #fff;
    border-radius: 16px;
    padding: 22px 28px;
    }

    .cta-left {
      display: flex;
      align-items: center;
      gap: 18px;
      min-width: 260px;
    }

    .cta-icon {
      width: 56px;
      height: 56px;
      flex: none;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #1c3970, #0c1c3d);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      border: 1px solid var(--line-strong);
    }

    .cta-left h2 {
      margin: 0 0 4px;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -0.01em;
    }

    .cta-left p {
      margin: 0;
      color: var(--text-dim);
      font-size: 14.5px;
    }

    .cta-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

   

    .btn:hover {
      transform: translateY(-1px);
    }

    .btn-primary {
      background: var(--blue);
      color: #fff;
    }

    .btn-outline {
      background: transparent;
      border-color: var(--line-strong);
      color: var(--text);
    }
    .btn-extra{
            background: transparent;
       border-color: #fff !important;
    color: var(--text) !important;
    }

    /* ===== BRAND + NEWSLETTER ===== */
    .top-row {
      display: flex;
      gap: 48px;
      padding: 44px 8px 36px;
      flex-wrap: wrap;
      border-bottom: 1px solid var(--line);
    }

    .brand-col {
      flex: 1 1 320px;
      min-width: 280px;
      padding-right: 32px;
      border-right: 1px solid var(--line);
    }

    .brand-col:last-child {
      border-right: none;
    }

    .logo {
        height:
        50px;
      font-size: 30px;
      font-weight: 800;
      letter-spacing: -0.02em;
      margin: 0 0 14px;
    }
    .logo img{
        height: 100%;
       
    }

 

    .brand-desc {
          color: #fff;
      font-size: 14.5px;
      line-height: 1.6;
      max-width: 400px;
      margin: 0;
    }

    .news-col {
      flex: 1.4 1 420px;
      min-width: 300px;
    }

    .news-col h3 {
      margin: 0 0 16px;
          color: #fff;
      font-size: 19px;
      font-weight: 700;
    }

    .subscribe-form {
      display: flex;
      max-width: 560px;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid var(--line-strong);
    }

    .subscribe-form input {
      flex: 1;
      border: none;
      background: #fff;
      padding: 15px 18px;
      color: var(--text);
      font-size: 14.5px;
      font-family: inherit;
      outline: none;
    }

    .subscribe-form input::placeholder {
      color: var(--text-dimmer);
    }

    .subscribe-form button {
      display: flex;
      align-items: center;
      gap: 8px;
      border: none;
      background: var(--blue);
      color: #fff;
      padding: 0 24px;
      font-weight: 600;
      font-size: 14.5px;
      cursor: pointer;
      font-family: inherit;
    }

    .subscribe-form button:hover {
      background: #2569d6;
    }

    .news-note {
      display: flex;
      align-items: center;
      gap: 10px;
      
      margin-top: 14px;
         color: #fff;
      font-size: 13.5px;
    }

    .check-dot {
      width: 19px;
      height: 19px;
      flex: none;
      border-radius: 50%;
      background: var(--blue);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
    }

    /* ===== LINK COLUMNS ===== */
    .links-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      padding: 40px 8px;
      border-bottom: 1px solid var(--line);
    }

    .link-col h4 {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 18px;
      font-size: 16.5px;
      font-weight: 700;
      color: #fff;
    }

    .link-col h4 .ic {
          color: #fff;
      font-size: 17px;
    }

    .link-col ul {
      list-style: none;
      margin: 0;
              color: #fff;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .link-col ul li a {
      display: flex;
      align-items: center;
      gap: 8px;
         color: #fff;
      font-size: 16px;
      transition: color .15s ease;
    }

    .link-col ul li a:before {
      content: "›";
         color: #fff;
      font-size: 17px;
    }

    .link-col ul li a:hover {
      color: var(--blue-light);
    }

    /* ===== OFFICE CARDS ===== */
  .offices-row{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    align-items:stretch;
}

.office-card{
    flex:1 1 calc(25% - 24px);
    display:flex;
    flex-direction:column;
    padding:25px;
    border-radius:16px;
   border: 1px solid #fff;
 
}

.office-head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

.office-title{
    font-size:18px;
    font-weight:600;
}

.office-card h5{
    margin:0 0 15px;
}

.office-line{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:12px;
    line-height:1.6;
}

.office-line .ic{
    width:22px;
    flex-shrink:0;
}

.office-email{
    margin-top:auto;
}

.office-email a{
    text-decoration:none;
    color:#333;
    word-break:break-word;
}

.remote-list{
    padding-left:18px;
    margin:0;
}

.sub{
    margin-bottom:20px;
}

    .flag {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      flex: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 35px;
      overflow: hidden;
    
    }

    .flag.india {
      background: linear-gradient(#ff9933 33%, #fff 33% 66%, #128807 66%);
    }

    .flag.canada {
      background: #d52b1e;
      color: #fff;
    }

    .flag.uae {
      background: linear-gradient(#00732f 33%, #fff 33% 66%, #000 66%);
      position: relative;
    }

  

    .office-title {
      color: #fff;
      font-weight: 600;
      font-size: 14.5px;
    }

    .office-card h5 {
      margin: 2px 0 4px;
      font-size: 15.5px;
      font-weight: 700;
      color: #fff;
    }

    .office-card .sub {
          color: #fff;
      font-size: 13.5px;
      margin: 0 0 14px;
    }

    .office-line {
      display: flex;
      align-items: flex-start;
      gap: 10px;
         color: #fff;
      font-size: 13.5px;
      margin-bottom: 10px;
      line-height: 1.5;
    }

    .office-line .ic {
      flex: none;
      margin-top: 1px;
     
    }

    .office-line a {
       color: #fff;
    }

    .office-line a:hover {
      color: var(--blue-light);
    }

    .remote-list {
      margin: 0 0 14px;
      padding: 0;
      list-style: none;
         color: #fff;
      font-size: 13.5px;
      line-height: 1.9;
    }

    /* ===== CERTIFICATIONS ===== */
    .certs-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 24px;
      padding: 26px 8px;
      border-bottom: 1px solid var(--line);
    }

    .cert-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--text-dim);
      font-size: 13.5px;
    }
    .cert-item img{
    /* width:80px;       */
    height:70px;
    object-fit:contain;
    transition:.3s ease;
}

.cert-item img:hover{
    transform:scale(1.1);
}

    .cert-item .badge {
      width: 34px;
      height: 34px;
      flex: none;
      border-radius: 50%;
      border: 1px solid var(--line-strong);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
    }

    .cert-item b {
      color: #fff;
      font-size: 14px;
      display: block;
    }

    .cert-item.clutch b {
      color: #ff6b4a;
    }

    .stars {
      color: #ffb444;
      font-size: 12px;
      letter-spacing: 1px;
    }

    /* ===== BOTTOM ROW ===== */
    .hire-on-logo{
    display: flex;
    justify-content: center;
    align-items: center;

}

.hire-on-logo a{
    display: inline-block;
}

.hire-on-logo img{
    max-width: 170px;
        border-radius: 10px;
    height: auto;
    transition: 0.3s ease;
}

.hire-on-logo img:hover{
    transform: scale(1.05);
}
    .bottom-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      padding: 24px 8px;
      border-bottom: 1px solid var(--line);
    }

    .bottom-contacts {
      display: flex;
      gap: 36px;
      flex-wrap: wrap;
    }

    .bottom-contact {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .bottom-contact .ic-box {
      width: 36px;
      height: 36px;
        border: 1px solid #fff;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }

    .bottom-contact .label {
      color: #fff;
      font-size: 13px;
      font-weight: 600;
    }

    .bottom-contact .value {
      color: var(--text-dim);
      font-size: 13.5px;
    }
    .bottom-contact .value a {
    color: #fff !important;
    font-weight: 400;
    }

    .socials {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .socials span {
      color: #fff;
      font-size: 14px;
      margin-right: 4px;
    }

    .social-ic {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
         font-size: 20px;
    }

    .social-ic.li {
      background: #0a66c2;
    }

    .social-ic.fb {
      background: #1877f2;
    }

    .social-ic.ig {
      background: radial-gradient(circle at 30% 100%, #fdc468, #e1306c 40%, #833ab4 80%);
    }

    .social-ic.x {
      background: #000;
    }

    .social-ic.yt {
      background: #ff0000;
    }

    .social-ic.gh {
      background: #fff;
      color: #000;
    }

    /* ===== COPYRIGHT ===== */
    .copyright-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      padding: 20px 8px;
    color: #fff;
      font-size: 13px;
    }

    .copyright-row b {
         color: #fff;
    }

    .legal-links {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }

    .legal-links a {
      color: #fff;
      font-size: 15px;
    }

    .legal-links a:hover {
      color: var(--blue-light);
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width:1100px) {
      .links-row {
        grid-template-columns: repeat(2, 1fr);
      }

      .offices-row {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width:900px) {
      .brand-col {
        border-right: none;
        padding-right: 0;
      }
    }

    @media (max-width:640px) {
      .footer {
        padding: 16px 16px 0;
      }

      .cta-banner {
        padding: 20px;
      }

      .cta-left {
        flex-direction: row;
      }

      .cta-actions {
        width: 100%;
      }

      .btn {
        flex: 1;
        justify-content: center;
      }

      .links-row {
        grid-template-columns: 1fr 1fr;
        gap: 28px 16px;
      }

        .office-card{
        flex:1 1 100%;
        min-height:auto;
    }

      .subscribe-form {
        flex-direction: column;
        border: none;
        gap: 10px;
      }

      .subscribe-form input,
      .subscribe-form button {
        border-radius: 10px;
        border: 1px solid var(--line-strong);
        justify-content: center;
        padding: 14px;
      }

   

      .bottom-row {
        flex-direction: column;
        align-items: flex-start;
      }

      .copyright-row {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
      }
    }

    @media (max-width:420px) {
      .links-row {
        grid-template-columns: 1fr;
      }
        .hire-on-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
    }