:root {
  --primary-navy: #050ba9f7;
  --brand-gold: #6B4E29;
  --text-white: #ffffff;
  --font-main: "Poppins", sans-serif;
}

body {
  font-family: var(--font-main);
}

@font-face {
  font-display: swap;
}

.yesh-top-bar {
  background-color: var(--primary-navy);
  border-bottom: 1px solid rgba(197, 157, 95, 0.2);
}

.yesh-top-bar .top-link {
  color: var(--text-white);
  text-decoration: none;
  transition: 0.3s ease;
}

.yesh-top-bar .top-link:hover {
  color: var(--brand-gold);
}

.yesh-top-bar .top-icon {
  color: var(--brand-gold);
}

.top-social-link {
  color: var(--text-white);
  font-size: 0.9rem;
  transition: 0.3s ease;
}

.top-social-link:hover {
  color: var(--brand-gold);
  transform: translateY(-1px);
}

.link-navy {
  color: var(--primary-navy) !important;
  transition: 0.3s;
}

.link-navy:hover,
.active-gold {
  color: var(--brand-gold) !important;
}
/* middile navigationbar */
.bg-primary-navy {
  background-color: var(--primary-navy) !important;
}
.text-brand-gold {
  color: var(--brand-gold) !important;
}
.text-white {
  color: var(--text-white) !important;
}

.dropdown-item:hover {
  background-color: var(--brand-gold);
  color: var(--text-white) !important;
}
.active-gold {
  color: var(--brand-gold) !important;
}
.link-navy {
  color: var(--primary-navy) !important;
}

@media (max-width: 768px) {
  .brandlogo {
    height: 70px !important;
  }
}
.brandlogo {
  height: 100px;
}
.text-justify {
  text-align: justify;
}

.text-navy {
  color: var(--primary-navy) !important;
}
.btn-navy {
  background-color: var(--primary-navy) !important;
  color: var(--text-white) !important;
  border: none;
}

.hero-img-fix {
  object-fit: cover;
  z-index: -1;
}

/*FOR the hover*/

.bg-navy {
  background-color: var(--primary-navy) !important;
}
.text-navy {
  color: var(--primary-navy) !important;
}

.hover-navy-shadow {
  transition: all 0.3s ease-in-out;
}

.hover-navy-shadow:hover {
  transform: translateY(-10px);

  box-shadow: 0 1rem 3rem rgba(0, 0, 128, 0.25) !important;
  cursor: pointer;
}

/*SERVIES BOX*/

/* Custom class for the unique hover effect */
.service-card-unique {
  transition: all 0.3s ease-in-out;
  border: 1px solid #dee2e6 !important;
}

.service-card-unique:hover {
  border-color: var(--primary-navy) !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 128, 0.1) !important;
}

.text-navy {
  color: var(--primary-navy);
}
.fab-container {
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-4px);
    }
}
.modern-card {
    border: none;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.card-title {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    border-left: 4px solid #0d6efd;
    padding-left: 10px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.detail-row:last-child {
    border-bottom: none;
}

.label {
    font-weight: 500;
    color: #555;
}

.value {
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}


    .social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
}

.social-icon:hover {
    background-color: #b41313 !important;
    transition: 0.3s;
}
.cert-reveal-item {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}

/* delay for each item */
.cert-reveal-item:nth-child(1) { animation-delay: 0s; }
.cert-reveal-item:nth-child(2) { animation-delay: 0.2s; }
.cert-reveal-item:nth-child(3) { animation-delay: 0.4s; }
.cert-reveal-item:nth-child(4) { animation-delay: 0.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trust-spin {
  transition: transform 0.4s ease;
}

.trust-spin:hover {
  transform: scale(1.1) rotate(5deg);
}


    .testimonial-card{transition:transform .25s ease,box-shadow .25s ease;border:0}
    .testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}
    .testimonial-card p{color:#333}

/* Yesh city SEO service panel */
.yesh-city-panel-section {
  background: linear-gradient(180deg, #fff 0%, #f7f8ff 100%);
  border-top: 2px solid rgba(5, 11, 169, 0.08);
  border-bottom: 1px solid rgba(5, 11, 169, 0.1);
}

.yesh-city-panel-head {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.yesh-city-panel-head span,
.yesh-route-head span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #dc2626;
  background: #fff1f2;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.yesh-city-panel-head h2,
.yesh-route-head h2 {
  margin: 10px 0;
  color: #07105d;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.22;
}

.yesh-city-panel-head p,
.yesh-route-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
}

.yesh-city-panel-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.yesh-city-scope-card,
.yesh-city-trust-card {
  border: 1px solid rgba(5, 11, 169, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.yesh-city-scope-card {
  padding: 18px;
}

.yesh-city-scope-card small,
.yesh-city-trust-card small {
  color: #dc2626;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.yesh-city-scope-card h3,
.yesh-city-trust-card h3 {
  margin: 4px 0 14px;
  color: #111827;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.28;
}

.yesh-city-service-list {
  display: grid;
  gap: 10px;
}

.yesh-city-service-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  min-height: 82px;
  padding: 11px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.yesh-city-service-list i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: #078647;
  font-size: 17px;
}

.yesh-city-service-list h4 {
  margin: 0 0 2px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.yesh-city-service-list p,
.yesh-city-trust-card p {
  margin: 0;
  color: #526071;
  font-size: 13px;
  line-height: 1.55;
}

.yesh-city-trust-card {
  padding: 18px;
}

.yesh-city-contact-list {
  display: grid;
  gap: 9px;
  margin: 14px 0;
}

.yesh-city-contact-list div {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #263446;
  font-size: 13px;
  line-height: 1.5;
}

.yesh-city-contact-list i {
  color: #dc2626;
  margin-top: 1px;
}

.yesh-city-contact-list a {
  color: #263446;
  font-weight: 800;
  text-decoration: none;
}

.yesh-city-cta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.yesh-city-primary-btn,
.yesh-city-call-btn,
.yesh-route-action-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  text-decoration: none;
  font-weight: 900;
}

.yesh-city-primary-btn {
  padding: 9px 16px;
  border-radius: 8px;
  color: #fff;
  background: #dc2626;
  box-shadow: 0 12px 24px rgba(220, 38, 38, 0.18);
}

.yesh-city-call-btn {
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background: #078647;
}

.yesh-city-primary-btn:hover,
.yesh-city-call-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.yesh-city-image-card {
  height: 100%;
  min-height: 270px;
  margin: 0;
  padding: 7px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.yesh-city-image-card img {
  width: 100%;
  height: 100%;
  min-height: 256px;
  object-fit: cover;
  border-radius: 6px;
}

.yesh-city-proof-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.yesh-city-proof-row > div,
.yesh-city-proof-row a {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.yesh-city-proof-row strong {
  color: #dc2626;
  font-size: 20px;
}

.yesh-city-proof-row i {
  color: #dc2626;
  font-size: 22px;
}

.yesh-city-proof-row span {
  color: #4b5563;
}

/* Yesh from-to route SEO panel */
.yesh-route-panel-section {
  background: #07105d;
  background-image: linear-gradient(135deg, #07105d 0%, #111827 70%);
  color: #fff;
}

.yesh-route-shell {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
}

.yesh-route-head {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.yesh-route-head span {
  color: #facc15;
  background: rgba(250, 204, 21, 0.12);
}

.yesh-route-head h2,
.yesh-route-head p {
  color: #fff;
}

.yesh-route-head p {
  color: rgba(255, 255, 255, 0.78);
}

.yesh-route-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(300px, 0.95fr);
  gap: 20px;
}

.yesh-route-map-card,
.yesh-route-step-card {
  border-radius: 16px;
  background: #fff;
  color: #111827;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.yesh-route-map-card {
  padding: 22px;
}

.yesh-route-city-pair {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  gap: 12px;
  align-items: center;
}

.yesh-route-city-pair div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
}

.yesh-route-city-pair small {
  color: #dc2626;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.yesh-route-city-pair strong {
  color: #07105d;
  font-size: 22px;
  line-height: 1.2;
}

.yesh-route-city-pair i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #dc2626;
}

.yesh-route-line {
  position: relative;
  height: 84px;
  margin: 16px 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #eef2ff, #fff7ed);
}

.yesh-route-line::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, #07105d 0 16px, transparent 16px 26px);
}

.yesh-route-line span {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #dc2626;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(220, 38, 38, 0.12);
}

.yesh-route-line span:nth-child(1) {
  left: 10%;
}

.yesh-route-line span:nth-child(2) {
  left: 48%;
  background: #f59e0b;
}

.yesh-route-line span:nth-child(3) {
  right: 10%;
  background: #078647;
}

.yesh-route-checks {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.yesh-route-checks li {
  display: flex;
  gap: 9px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}

.yesh-route-checks i {
  color: #078647;
  margin-top: 2px;
}

.yesh-route-action-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.yesh-route-action-row a {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: #dc2626;
}

.yesh-route-action-row a:last-child {
  color: #07105d;
  background: #eef2ff;
}

.yesh-route-step-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.yesh-route-step-card article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.yesh-route-step-card span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: #07105d;
  font-size: 16px;
  font-weight: 900;
}

.yesh-route-step-card h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.yesh-route-step-card p {
  margin: 0;
  color: #526071;
  font-size: 13px;
  line-height: 1.55;
}

.yesh-route-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.yesh-route-footer div {
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.yesh-route-footer strong {
  display: block;
  color: #facc15;
  font-size: 18px;
}

.yesh-route-footer span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.yesh-route-table-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.yesh-route-table-card {
  overflow: hidden;
  border: 1px solid rgba(5, 11, 169, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.yesh-route-table-head {
  padding: 26px 28px 18px;
  text-align: center;
}

.yesh-route-table-head span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  color: #dc2626;
  background: #fff1f2;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.yesh-route-table-head h2 {
  max-width: 820px;
  margin: 10px auto;
  color: #07105d;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.yesh-route-table-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #526071;
  font-size: 14px;
  line-height: 1.7;
}

.yesh-route-table-wrap {
  overflow-x: auto;
}

.yesh-route-price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}

.yesh-route-price-table th {
  padding: 15px 18px;
  color: #ffffff;
  background: #07105d;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.yesh-route-price-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e5e7eb;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

.yesh-route-price-table tr:nth-child(even) td {
  background: #f8fafc;
}

.yesh-route-price-table td strong {
  color: #111827;
  font-weight: 900;
}

.yesh-route-price-table td span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #dc2626;
  background: #fff1f2;
  font-weight: 900;
  white-space: nowrap;
}

.yesh-route-table-note {
  margin: 18px;
  padding: 14px 16px;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 12px;
  color: #4b5563;
  background: #fffbeb;
  font-size: 13px;
  line-height: 1.65;
}

.yesh-route-keywords-card {
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(220, 38, 38, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.yesh-route-keywords-card h2 {
  margin: 0 0 15px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.yesh-route-keyword-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.yesh-route-keyword-pills span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  color: #ffffff;
  background: #df2f42;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(223, 47, 66, 0.16);
}

@media (max-width: 991px) {
  .yesh-city-panel-grid,
  .yesh-route-grid {
    grid-template-columns: 1fr;
  }

  .yesh-city-panel-head h2,
  .yesh-route-head h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .yesh-city-proof-row,
  .yesh-route-footer {
    grid-template-columns: 1fr;
  }

  .yesh-route-shell {
    padding: 18px;
  }

  .yesh-route-city-pair {
    grid-template-columns: 1fr;
  }

  .yesh-route-city-pair i {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .yesh-route-price-table {
    min-width: 0;
  }

  .yesh-route-price-table thead {
    display: none;
  }

  .yesh-route-price-table,
  .yesh-route-price-table tbody,
  .yesh-route-price-table tr,
  .yesh-route-price-table td {
    display: block;
    width: 100%;
  }

  .yesh-route-price-table tr {
    margin: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
  }

  .yesh-route-price-table td {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 10px;
    border-bottom: 1px solid #e5e7eb;
  }

  .yesh-route-price-table td::before {
    content: attr(data-label);
    color: #07105d;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .yesh-route-table-head h2 {
    font-size: 23px;
  }

  .yesh-route-keywords-card {
    padding: 18px;
  }

  .yesh-route-keywords-card h2 {
    font-size: 18px;
  }

  .yesh-route-keyword-pills span {
    font-size: 12px;
  }
}
