.content-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Source Sans 3', sans-serif;
}
 
.content-card {
  background-color: #f4f8fd;
  border-radius: 12px;
  padding: 40px 36px;
  height: 100%;
  border-top: 4px solid #195f9c;
}
 
.content-card-accent {
  background-color: #195f9c;
  border-top: 4px solid #0d3f6a;
}
 
.card-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #195f9c;
  margin-bottom: 10px;
}
 
.content-card-accent .card-eyebrow {
  color: #a8ccee;
}
 
.card-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0d1e30;
  line-height: 1.3;
  margin-bottom: 20px;
}
 
.content-card-accent .card-heading {
  color: #ffffff;
}
 
.card-divider {
  width: 44px;
  height: 3px;
  background-color: #195f9c;
  border-radius: 2px;
  margin-bottom: 20px;
}
 
.content-card-accent .card-divider {
  background-color: #a8ccee;
}
 
.card-body-text {
  color: #3d5166;
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 0;
}
 
.card-body-text p {
  margin-bottom: 14px;
}
 
.card-body-text p:last-child {
  margin-bottom: 0;
}
 
.content-card-accent .card-body-text {
  color: #cce0f4;
}
 
.card-body-text ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 14px;
}
 
.card-body-text ul li {
  padding: 7px 0;
  border-bottom: 1px solid #dde8f2;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: #1e3248;
  font-size: 0.97rem;
}
 
.card-body-text ul li:last-child {
  border-bottom: none;
}
 
.card-body-text ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #195f9c;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  margin-top: 2px;
}
 
.content-card-accent .card-body-text ul li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
 
.content-card-accent .card-body-text ul li::before {
  background-color: #a8ccee;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%23195f9c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
 
/* Trust Section (image + content) */
.trust-section {
  background-color: #f4f8fd;
  padding: 80px 0;
  font-family: 'Source Sans 3', sans-serif;
}
 
.trust-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(25, 95, 156, 0.18);
}
 
.trust-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 460px;
}
 
.trust-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background-color: #195f9c;
  color: #fff;
  border-radius: 8px;
  padding: 14px 20px;
}
 
.trust-img-badge .badge-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
 
.trust-img-badge .badge-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
}
 
.trust-content-wrap {
  padding: 12px 0 12px 16px;
}
 
.trust-eyebrow {
  color: #195f9c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
 
.trust-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #0d1e30;
  line-height: 1.25;
  margin-bottom: 18px;
}
 
.trust-heading span {
  color: #195f9c;
}
 
.trust-lead {
  color: #4a5f73;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  border-left: 4px solid #195f9c;
  padding-left: 16px;
}
 
.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dde8f2;
  color: #1e3248;
  font-size: 0.97rem;
  font-weight: 600;
  font-family: 'Source Sans 3', sans-serif;
}
 
.trust-list li:last-child {
  border-bottom: none;
}
 
.trust-list li .list-icon {
  width: 22px;
  height: 22px;
  background-color: #195f9c;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
 
.trust-list li .list-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.trust-accent-bar {
  width: 52px;
  height: 4px;
  background-color: #195f9c;
  border-radius: 2px;
  margin-bottom: 20px;
}
 
@media (max-width: 991px) {
  .trust-content-wrap {
    padding: 32px 0 0 0;
  }
 
  .trust-heading {
    font-size: 1.7rem;
  }
 
  .content-card {
    padding: 32px 24px;
    margin-bottom: 24px;
  }
}
/* breadcrumb */
 /* Minimal CSS for responsive breadcrumb hero */
        .breadcrumb-hero {
            height: 35vh;
        }

        @media (max-width: 768px) {
            .breadcrumb-hero {
                height: 25vh;
                min-height: 250px;
            }
            .display-5-md {
                font-size: 2rem !important;
            }
        }

        @media (max-width: 576px) {
            .breadcrumb-hero {
                height: 30vh;
                min-height: 220px;
            }
            .display-6-sm {
                font-size: 1.5rem !important;
            }
        }
        /* Breadcrumb slide-up animation */
.breadcrumb li,h2 {
    opacity: 0;
    transform: translateY(15px);
    animation: breadcrumbUp .45s ease-out forwards;
}

.breadcrumb li:nth-child(2) {
    animation-delay: .10s;
}

/* Keyframes */
@keyframes breadcrumbUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* same section */
.content-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Source Sans 3', sans-serif;
}
 
.content-card {
  background-color: #f4f8fd;
  border-radius: 12px;
  padding: 40px 36px;
  height: 100%;
  border-top: 4px solid #195f9c;
}
 
.content-card-accent {
  background-color: #195f9c;
  border-top: 4px solid #0d3f6a;
}
 
.card-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #195f9c;
  margin-bottom: 10px;
}
 
.content-card-accent .card-eyebrow {
  color: #a8ccee;
}
 
.card-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0d1e30;
  line-height: 1.3;
  margin-bottom: 20px;
}
 
.content-card-accent .card-heading {
  color: #ffffff;
}
 
.card-divider {
  width: 44px;
  height: 3px;
  background-color: #195f9c;
  border-radius: 2px;
  margin-bottom: 20px;
}
 
.content-card-accent .card-divider {
  background-color: #a8ccee;
}
 
.card-body-text {
  color: #3d5166;
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 0;
}
 
.card-body-text p {
  margin-bottom: 14px;
}
 
.card-body-text p:last-child {
  margin-bottom: 0;
}
 
.content-card-accent .card-body-text {
  color: #cce0f4;
}
 
.card-body-text ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 14px;
}
 
.card-body-text ul li {
  padding: 7px 0;
  border-bottom: 1px solid #dde8f2;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: #1e3248;
  font-size: 0.97rem;
}
 
.card-body-text ul li:last-child {
  border-bottom: none;
}
 
.card-body-text ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #195f9c;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  margin-top: 2px;
}
 
.content-card-accent .card-body-text ul li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
 
.content-card-accent .card-body-text ul li::before {
  background-color: #a8ccee;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%23195f9c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
 
/* Trust Section (image + content) */
.trust-section {
  background-color: #f4f8fd;
  padding: 80px 0;
  font-family: 'Source Sans 3', sans-serif;
}
 
.trust-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(25, 95, 156, 0.18);
}
 
.trust-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 460px;
}
 
.trust-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background-color: #195f9c;
  color: #fff;
  border-radius: 8px;
  padding: 14px 20px;
}
 
.trust-img-badge .badge-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
 
.trust-img-badge .badge-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
}
 
.trust-content-wrap {
  padding: 12px 0 12px 16px;
}
 
.trust-eyebrow {
  color: #195f9c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
 
.trust-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #0d1e30;
  line-height: 1.25;
  margin-bottom: 18px;
}
 
.trust-heading span {
  color: #195f9c;
}
 
.trust-lead {
  color: #4a5f73;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  border-left: 4px solid #195f9c;
  padding-left: 16px;
}
 
.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dde8f2;
  color: #1e3248;
  font-size: 0.97rem;
  font-weight: 600;
  font-family: 'Source Sans 3', sans-serif;
}
 
.trust-list li:last-child {
  border-bottom: none;
}
 
.trust-list li .list-icon {
  width: 22px;
  height: 22px;
  background-color: #195f9c;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
 
.trust-list li .list-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.trust-accent-bar {
  width: 52px;
  height: 4px;
  background-color: #195f9c;
  border-radius: 2px;
  margin-bottom: 20px;
}
 
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
}
 
.pricing-table thead tr {
  background-color: #195f9c;
  color: #ffffff;
}
 
.pricing-table thead th {
  padding: 14px 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 0.85rem;
  text-transform: uppercase;
}
 
.pricing-table tbody tr {
  border-bottom: 1px solid #dde8f2;
}
 
.pricing-table tbody tr:last-child {
  border-bottom: none;
}
 
.pricing-table tbody tr:nth-child(even) {
  background-color: #eef4fb;
}
 
.pricing-table tbody td {
  padding: 13px 18px;
  color: #1e3248;
  font-weight: 600;
}
 
.pricing-table tbody td:last-child {
  color: #195f9c;
  font-weight: 700;
}
 
.pricing-note-head {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #195f9c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 20px;
}
 
.pricing-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.pricing-note-list li {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.93rem;
  color: #3d5166;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dde8f2;
}
 
.pricing-note-list li:last-child {
  border-bottom: none;
}
 
.pricing-note-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  min-width: 7px;
  background-color: #195f9c;
  border-radius: 50%;
}
 
@media (max-width: 991px) {
  .trust-content-wrap {
    padding: 32px 0 0 0;
  }
 
  .trust-heading {
    font-size: 1.7rem;
  }
 
  .content-card {
    padding: 32px 24px;
    margin-bottom: 24px;
  }
}
/* Responsive Pricing Table */
.pricing-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
}

.pricing-table thead tr {
  background-color: #195f9c;
  color: #ffffff;
}

.pricing-table thead th {
  padding: 14px 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 0.85rem;
  text-transform: uppercase;
  word-break: break-word;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  width: 60%;
}

.pricing-table th:last-child,
.pricing-table td:last-child {
  width: 40%;
  text-align: right;
  white-space: nowrap;
}

.pricing-table tbody tr {
  border-bottom: 1px solid #dde8f2;
}

.pricing-table tbody tr:last-child {
  border-bottom: none;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #eef4fb;
}

.pricing-table tbody td {
  padding: 13px 12px;
  color: #1e3248;
  font-weight: 600;
  word-break: break-word;
}

.pricing-table tbody td:last-child {
  color: #195f9c;
  font-weight: 700;
}

/* Mobile View */
@media (max-width: 576px) {

  .pricing-table {
    font-size: 0.78rem;
  }

  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 10px 6px;
  }

  .pricing-table thead th {
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .pricing-table tbody td:last-child {
    font-size: 0.76rem;
  }
}
/* new styles */
.content-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Source Sans 3', sans-serif;
}
 
.content-card {
  background-color: #f4f8fd;
  border-radius: 12px;
  padding: 40px 36px;
  height: 100%;
  border-top: 4px solid #195f9c;
}
 
.content-card-accent {
  background-color: #195f9c;
  border-top: 4px solid #0d3f6a;
}
 
.card-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #195f9c;
  margin-bottom: 10px;
}
 
.content-card-accent .card-eyebrow {
  color: #a8ccee;
}
 
.card-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0d1e30;
  line-height: 1.3;
  margin-bottom: 20px;
}
 
.content-card-accent .card-heading {
  color: #ffffff;
}
 
.card-divider {
  width: 44px;
  height: 3px;
  background-color: #195f9c;
  border-radius: 2px;
  margin-bottom: 20px;
}
 
.content-card-accent .card-divider {
  background-color: #a8ccee;
}
 
.card-body-text {
  color: #3d5166;
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 0;
}
 
.card-body-text p {
  margin-bottom: 14px;
}
 
.card-body-text p:last-child {
  margin-bottom: 0;
}
 
.content-card-accent .card-body-text {
  color: #cce0f4;
}
 
.card-body-text ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 14px;
}
 
.card-body-text ul li {
  padding: 7px 0;
  border-bottom: 1px solid #dde8f2;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: #1e3248;
  font-size: 0.97rem;
}
 
.card-body-text ul li:last-child {
  border-bottom: none;
}
 
.card-body-text ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #195f9c;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  margin-top: 2px;
}
 
.content-card-accent .card-body-text ul li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
 
.content-card-accent .card-body-text ul li::before {
  background-color: #a8ccee;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='%23195f9c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
 
/* Trust Section (image + content) */
.trust-section {
  background-color: #f4f8fd;
  padding: 80px 0;
  font-family: 'Source Sans 3', sans-serif;
}
 
.trust-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(25, 95, 156, 0.18);
}
 
.trust-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 460px;
}
 
.trust-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background-color: #195f9c;
  color: #fff;
  border-radius: 8px;
  padding: 14px 20px;
}
 
.trust-img-badge .badge-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
 
.trust-img-badge .badge-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
}
 
.trust-content-wrap {
  padding: 12px 0 12px 16px;
}
 
.trust-eyebrow {
  color: #195f9c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
 
.trust-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #0d1e30;
  line-height: 1.25;
  margin-bottom: 18px;
}
 
.trust-heading span {
  color: #195f9c;
}
 
.trust-lead {
  color: #4a5f73;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  border-left: 4px solid #195f9c;
  padding-left: 16px;
}
 
.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dde8f2;
  color: #1e3248;
  font-size: 0.97rem;
  font-weight: 600;
  font-family: 'Source Sans 3', sans-serif;
}
 
.trust-list li:last-child {
  border-bottom: none;
}
 
.trust-list li .list-icon {
  width: 22px;
  height: 22px;
  background-color: #195f9c;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
 
.trust-list li .list-icon svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.trust-accent-bar {
  width: 52px;
  height: 4px;
  background-color: #195f9c;
  border-radius: 2px;
  margin-bottom: 20px;
}
 
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
}
 
.pricing-table thead tr {
  background-color: #195f9c;
  color: #ffffff;
}
 
.pricing-table thead th {
  padding: 14px 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  font-size: 0.85rem;
  text-transform: uppercase;
}
 
.pricing-table tbody tr {
  border-bottom: 1px solid #dde8f2;
}
 
.pricing-table tbody tr:last-child {
  border-bottom: none;
}
 
.pricing-table tbody tr:nth-child(even) {
  background-color: #eef4fb;
}
 
.pricing-table tbody td {
  padding: 13px 18px;
  color: #1e3248;
  font-weight: 600;
}
 
.pricing-table tbody td:last-child {
  color: #195f9c;
  font-weight: 700;
}
 
/* Pricing table inside accent (blue) card */
.content-card-accent .pricing-table thead tr {
  background-color: #0d3f6a;
}
 
.content-card-accent .pricing-table thead th {
  color: #cce0f4;
}
 
.content-card-accent .pricing-table tbody tr {
  background-color: rgba(255, 255, 255, 0.07);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
 
.content-card-accent .pricing-table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.14);
}
 
.content-card-accent .pricing-table tbody td {
  color: #ffffff;
}
 
.content-card-accent .pricing-table tbody td:last-child {
  color: #a8d4f5;
}
 
.pricing-note-head {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #195f9c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 20px;
}
 
.content-card-accent .pricing-note-head {
  color: #a8ccee;
}
 
.pricing-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.pricing-note-list li {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.93rem;
  color: #3d5166;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dde8f2;
}
 
.pricing-note-list li:last-child {
  border-bottom: none;
}
 
.pricing-note-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  min-width: 7px;
  background-color: #195f9c;
  border-radius: 50%;
}
 
.content-card-accent .pricing-note-list li {
  color: #cce0f4;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
 
.content-card-accent .pricing-note-list li::before {
  background-color: #a8ccee;
}
 
@media (max-width: 991px) {
  .trust-content-wrap {
    padding: 32px 0 0 0;
  }
 
  .trust-heading {
    font-size: 1.7rem;
  }
 
  .content-card {
    padding: 32px 24px;
    margin-bottom: 24px;
  }
}
/* faq */
.aucloud-faq-section {
    background: linear-gradient(135deg, #eaf2fb 0%, #f5f9ff 100%);
    min-height: 100vh;
    padding: 72px 16px;
    font-family: 'DM Sans', sans-serif;
}

.aucloud-faq-eyebrow {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #195f9c;
    margin-bottom: 10px;
}

.aucloud-faq-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    font-weight: 700;
    color: #0d2d4a;
    line-height: 1.25;
    margin-bottom: 10px;
}

.aucloud-faq-subheading {
    font-size: 1rem;
    color: #5a7a96;
    margin-bottom: 52px;
    font-weight: 400;
}

.aucloud-faq-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.aucloud-faq-item {
    background: #ffffff;
    border: 1.5px solid #d0e3f4;
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    list-style: none;
}

.aucloud-faq-item:hover {
    border-color: #195f9c;
    box-shadow: 0 6px 28px rgba(25, 95, 156, 0.10);
}

.aucloud-faq-item[open] {
    border-color: #195f9c;
    box-shadow: 0 8px 32px rgba(25, 95, 156, 0.13);
}

.aucloud-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 26px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.aucloud-faq-item summary::-webkit-details-marker {
    display: none;
}

.aucloud-faq-summary-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.aucloud-faq-icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #dbeeff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease;
}

.aucloud-faq-item[open] .aucloud-faq-icon-badge {
    background: #195f9c;
}

.aucloud-faq-icon-badge svg {
    width: 18px;
    height: 18px;
    stroke: #195f9c;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.25s ease;
}

.aucloud-faq-item[open] .aucloud-faq-icon-badge svg {
    stroke: #ffffff;
}

.aucloud-faq-question {
    font-size: 1rem;
    font-weight: 500;
    color: #0d2d4a;
    line-height: 1.4;
    margin: 0;
    transition: color 0.2s ease;
}

.aucloud-faq-item[open] .aucloud-faq-question {
    color: #195f9c;
}

.aucloud-faq-chevron {
    width: 22px;
    height: 22px;
    stroke: #8baec8;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    transition: stroke 0.25s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.aucloud-faq-item[open] .aucloud-faq-chevron {
    stroke: #195f9c;
    transform: rotate(180deg);
}

.aucloud-faq-answer-divider {
    display: block;
    height: 1px;
    background: #dbeeff;
    margin: 0 26px;
}

.aucloud-faq-answer {
    padding: 16px 26px 22px 78px;
    font-size: 0.94rem;
    color: #3d6680;
    line-height: 1.7;
}
/* why testimonials */
/* Why Choose Us */
.aucloud-wcu-section { 
    background-color: #0B1D3A; 
    font-family: 'DM Sans', sans-serif; 
}

.aucloud-wcu-eyebrow { 
    color: #FFA726; 
    letter-spacing: 3px; 
    font-size: 11px; 
}

.aucloud-wcu-title { 
    font-family: 'Playfair Display', serif; 
    color: #ffffff; 
}

.aucloud-wcu-card { 
    background-color: rgba(255,255,255,0.06); 
    border: 1px solid rgba(255,255,255,0.12); 
}

.aucloud-wcu-card svg { 
    color: #FFA726; 
    width: 22px; 
    height: 22px; 
    flex-shrink: 0; 
}

.aucloud-wcu-card span { 
    color: #E8EDF5; 
    font-size: 0.875rem; 
}

/* Testimonials */
.aucloud-testi-section { 
    font-family: 'DM Sans', sans-serif; 
}

.aucloud-testi-eyebrow { 
    color: #6c757d; 
    letter-spacing: 3px; 
    font-size: 11px; 
}

.aucloud-testi-title { 
    font-family: 'Playfair Display', serif; 
}

.aucloud-testi-card { 
    border: 1px solid #dee2e6; 
}

.aucloud-testi-avatar { 
    width: 42px; 
    height: 42px; 
    background-color: #0B1D3A; 
    color: #FFA726; 
    font-size: 13px; 
    font-weight: 500; 
}

.aucloud-testi-stars { 
    color: #FFA726; 
    font-size: 13px; 
}

.aucloud-testi-text { 
    font-size: 0.875rem; 
    color: #555; 
    line-height: 1.65; 
}

.aucloud-testi-name { 
    font-size: 14px; 
    font-weight: 500; 
}

/* CTA */
.aucloud-cta-block { 
    background-color: #0B1D3A; 
}

.aucloud-cta-tagline { 
    font-family: 'Playfair Display', serif; 
    color: #ffffff; 
}

.aucloud-cta-sub { 
    color: rgba(255,255,255,0.55); 
    font-size: 0.825rem; 
}

.aucloud-cta-btn { 
    background-color: #FFA726; 
    color: #0B1D3A; 
    font-weight: 500; 
    border: none; 
}

.aucloud-cta-btn:hover { 
    background-color: #e6951f; 
    color: #0B1D3A; 
}

.aucloud-cta-btn svg { 
    width: 18px; 
    height: 18px; 
}
/* table */
 .ps-section-wrapper {
      background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
      border-radius: 32px;
      box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0,0,0,0.05);
      padding: 2rem 1.8rem;
      margin: 2rem auto;
      transition: all 0.3s ease;
      backdrop-filter: blur(0px);
    }

    .ps-theme-badge {
      background: linear-gradient(135deg, #061d5b0c 0%, #061d5b1a 100%);
      color: #061d5b;
      font-weight: 600;
      border-radius: 100px;
      padding: 0.3rem 1.2rem;
      font-size: 0.85rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.2s ease;
      border: 1px solid #061d5b20;
    }
    .ps-theme-badge:hover {
      background: linear-gradient(135deg, #061d5b1a 0%, #061d5b28 100%);
      transform: translateY(-1px);
    }

    .ps-main-title {
      font-weight: 800;
      font-size: 1.9rem;
      letter-spacing: -0.02em;
      background: linear-gradient(135deg, #061d5b 0%, #1e3a8a 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      margin-bottom: 0.5rem;
    }

    .ps-subhead {
      color: #475569;
      font-size: 1rem;
      line-height: 1.5;
      max-width: 85%;
      border-left: 3px solid #f59e0b;
      padding-left: 1rem;
      background: #fffbeb30;
      border-radius: 0 12px 12px 0;
    }

    .ps-price-table {
      border-collapse: separate;
      border-spacing: 0;
      width: 100%;
      background: white;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .ps-price-table thead th {
      background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
      color: #0f172a;
      font-weight: 700;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      padding: 1rem 0.8rem;
      border-bottom: 2px solid #e2e8f0;
      vertical-align: middle;
      transition: all 0.2s ease;
    }
    .ps-price-table thead th:first-child {
      border-radius: 20px 0 0 0;
    }
    .ps-price-table thead th:last-child {
      border-radius: 0 20px 0 0;
    }

    .ps-price-table tbody td {
      padding: 1rem 0.8rem;
      font-size: 0.9rem;
      font-weight: 500;
      color: #1e293b;
      border-bottom: 1px solid #f1f5f9;
      vertical-align: middle;
      transition: all 0.2s ease;
    }
    .ps-price-table tbody tr:hover td {
      background: #fefce8;
      transform: scale(1.001);
      transition: all 0.2s;
    }
    .ps-price-table tbody tr:hover td:first-child {
      background: #fef9c3;
      font-weight: 700;
      color: #061d5b;
    }

    .ps-price-table tbody tr:last-child td {
      border-bottom: none;
    }

    .ps-price-table th:first-child, 
    .ps-price-table td:first-child {
      background-color: #ffffff;
      font-weight: 700;
      color: #061d5b;
      position: sticky;
      left: 0;
      background: white;
      border-right: 1px solid #eef2ff;
    }
    .ps-price-table tbody tr:hover td:first-child {
      background: #fef9c3;
      border-right-color: #fcd34d;
    }

    .ps-price-table th:first-child {
      background: #f1f5f9;
    }

    .ps-distance-badge {
      font-size: 0.7rem;
      font-weight: 600;
      background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
      padding: 0.25rem 0.7rem;
      border-radius: 24px;
      color: #1e40af;
      display: inline-block;
      white-space: nowrap;
      transition: all 0.2s;
    }
    .ps-distance-badge:hover {
      background: linear-gradient(135deg, #bfdbfe 0%, #dbeafe 100%);
      transform: scale(1.02);
    }

    .ps-section-caption {
      font-size: 0.75rem;
      color: #475569;
      margin-top: 1rem;
      border-top: 2px dashed #e2e8f0;
      padding-top: 1rem;
      background: #fafcff;
      border-radius: 0 0 16px 16px;
    }

    .ps-note-block {
      background: linear-gradient(135deg, #fefce8 0%, #fffbeb 100%);
      border-radius: 20px;
      padding: 1.25rem 1.5rem;
      border-left: 6px solid #f59e0b;
      margin-top: 1.8rem;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(245, 158, 11, 0.1);
    }
    .ps-note-block:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(245, 158, 11, 0.15);
      border-left-width: 8px;
    }

    .ps-svg-icon {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      flex-shrink: 0;
      transition: transform 0.2s ease;
    }
    .ps-theme-badge:hover .ps-svg-icon {
      transform: scale(1.1);
    }

    .ps-badge-light-theme {
      background: linear-gradient(135deg, #061d5b10 0%, #1e3a8a10 100%);
      color: #061d5b;
      font-weight: 600;
      transition: all 0.2s ease;
    }
    .ps-badge-light-theme:hover {
      background: linear-gradient(135deg, #061d5b20 0%, #1e3a8a20 100%);
      transform: translateY(-1px);
    }

    .ps-section-heading {
      font-weight: 800;
      font-size: 1.5rem;
      margin: 1.8rem 0 1rem 0;
      background: linear-gradient(135deg, #061d5b 0%, #3b82f6 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      letter-spacing: -0.3px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding-bottom: 4px;
      border-bottom: 3px solid #f59e0b;
    }

    .ps-hr-light {
      opacity: 0.2;
      margin: 1rem 0;
      background: linear-gradient(90deg, #061d5b, transparent);
      height: 2px;
    }

    /* enhanced table row coloring */
    .ps-price-table tbody tr:nth-child(even) td {
      background-color: #fafdff;
    }
    .ps-price-table tbody tr:nth-child(odd) td {
      background-color: #ffffff;
    }
    .ps-price-table tbody tr:hover td {
      background: #fefce8;
    }

    /* responsive adjustments for unique classes */
    @media (max-width: 768px) {
      .ps-section-wrapper {
        padding: 1.25rem;
      }
      .ps-main-title {
        font-size: 1.5rem;
      }
      .ps-subhead {
        max-width: 100%;
        font-size: 0.9rem;
      }
      .ps-price-table thead th, 
      .ps-price-table tbody td {
        padding: 0.7rem 0.4rem;
        font-size: 0.75rem;
      }
      .ps-distance-badge {
        font-size: 0.6rem;
        white-space: normal;
      }
      .ps-section-heading {
        font-size: 1.3rem;
      }
    }

    @media (max-width: 576px) {
      .ps-price-table {
        font-size: 0.7rem;
      }
      .ps-price-table thead th, 
      .ps-price-table tbody td {
        padding: 0.5rem 0.25rem;
      }
      .ps-note-block {
        padding: 0.9rem 1rem;
      }
    }

    .ps-bg-soft-primary {
      background: linear-gradient(135deg, #eff6ff 0%, #fefce8 100%);
    }

    .ps-fw-semibold {
      font-weight: 700;
    }
    
    /* helper classes with interactive touches */
    .ps-d-flex { display: flex; }
    .ps-align-items-center { align-items: center; }
    .ps-gap-2 { gap: 0.5rem; }
    .ps-gap-1 { gap: 0.25rem; }
    .ps-flex-wrap { flex-wrap: wrap; }
    .ps-mb-2 { margin-bottom: 0.5rem; }
    .ps-mb-0 { margin-bottom: 0; }
    .ps-mt-4 { margin-top: 1.5rem; }
    .ps-mt-5 { margin-top: 3rem; }
    .ps-pt-2 { padding-top: 0.5rem; }
    .ps-justify-content-between { justify-content: space-between; }
    .ps-px-3 { padding-left: 1rem; padding-right: 1rem; }
    .ps-py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
    .ps-rounded-pill { border-radius: 50rem; }
    .ps-text-center { text-align: center; }
    .ps-text-muted { color: #6c757d; }
    .ps-small { font-size: 0.875rem; }
    .ps-inline-flex { display: inline-flex; }
    .ps-gap-3 { gap: 1rem; }
    .ps-mt-3 { margin-top: 1rem; }
    
    /* additional interactive shine effect */
    @keyframes ps-softGlow {
      0% { box-shadow: 0 0 0 0 rgba(6, 29, 91, 0.1); }
      100% { box-shadow: 0 0 0 6px rgba(6, 29, 91, 0); }
    }
    .ps-price-table tbody tr:active td {
      animation: ps-softGlow 0.3s ease-out;
    }
    /* breadcrumb */
    /* Breadcrumb Hero Section */
.breadcrumb-hero-section {
    position: relative;
}

.breadcrumb-hero {
    height: 35vh;
}

.breadcrumb-hero-img {
    object-fit: cover;
}

.breadcrumb-hero-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* Hero Content */
.breadcrumb-content {
    width: 100%;
}

.breadcrumb-title {
    opacity: 0;
    transform: translateY(15px);
    animation: breadcrumbUp .45s ease-out forwards;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .breadcrumb-hero {
        height: 25vh;
        min-height: 250px;
    }

    .display-5-md {
        font-size: 2rem !important;
    }
}

@media (max-width: 576px) {
    .breadcrumb-hero {
        height: 30vh;
        min-height: 220px;
    }

    .display-6-sm {
        font-size: 1.5rem !important;
    }
}

/* Breadcrumb Animation */
.breadcrumb li {
    opacity: 0;
    transform: translateY(15px);
    animation: breadcrumbUp .45s ease-out forwards;
}

.breadcrumb li:nth-child(2) {
    animation-delay: .10s;
}

/* Keyframes */
@keyframes breadcrumbUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Achievements Section */
.achievement-section {
  background: linear-gradient(
    135deg,
    #070b3b 0%,
    #00115b 25%,
    #061d5d 50%,
    rgb(5, 28, 80) 75%,
    #031b63 100%
  );
  padding: 40px 0;
}

.achievement-section .section-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.achievement-item {
  text-align: center;
}

.achievement-number {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1;
}

.achievement-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fcffb3;
  margin-bottom: 20px;
}

.achievement-description {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}
/* slider */
.hero {
    min-height: 100vh;
    background: #f5f7f6;
}

.hero > .container {
    position: relative;
    z-index: 1;
}

.btn-main {
    background: #002668;
    border-color: #002668;
}

.btn-main:hover {
    background: #2c0052;
}

.btn-out {
    color: #002668;
    border-color: #002668;
}

.btn-out:hover {
    background: #002668;
    color: #fff;
}

.cat-card {
    position: relative;
    cursor: pointer;
}

.cat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #055fb9;
    transition: width .3s ease;
}

.cat-card:hover::after {
    width: 100%;
}

.cat-img {
    transition: transform .3s ease;
}

.cat-card:hover .cat-img {
    transform: scale(1.05);
}

.newcolor {
    color: #002668;
}
    /* === Universal Two-Column Info Section Layout === */
    .info-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #0d1b2a 0%, #1a3a5c 50%, #0d1b2a 100%);
      position: relative;
      overflow: hidden;
      font-family: 'DM Sans', sans-serif;
    }

    .info-section::before {
      content: '';
      position: absolute;
      top: -120px;
      left: -120px;
      width: 480px;
      height: 480px;
      background: radial-gradient(circle, rgba(40,111,172,0.35) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .info-section::after {
      content: '';
      position: absolute;
      bottom: -100px;
      right: -100px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(255,160,50,0.18) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .info-section .section-card {
      background: linear-gradient(160deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.03) 100%);
      border-radius: 20px;
      padding: 44px 40px;
      height: 100%;
      box-shadow: 0 8px 48px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.1);
      backdrop-filter: blur(12px);
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .info-section .section-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #286fac, #50b4f0, #286fac);
      border-radius: 20px 20px 0 0;
    }

    .info-section .section-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 64px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.12);
    }

    .info-section .section-card h2 {
      font-family: 'Syne', sans-serif;
      font-size: 1.55rem;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 24px;
      line-height: 1.25;
      letter-spacing: -0.3px;
    }

    .info-section .section-card ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 20px;
    }

    .info-section .section-card ul li {
      padding: 9px 14px;
      font-size: 0.96rem;
      color: #c8dff0;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      line-height: 1.6;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background 0.2s, color 0.2s;
      border-radius: 6px;
    }

    .info-section .section-card ul li::before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: linear-gradient(135deg, #286fac, #50b4f0);
      flex-shrink: 0;
    }

    .info-section .section-card ul li:hover {
      background: rgba(40,111,172,0.15);
      color: #ffffff;
    }

    .info-section .section-card ul li:last-child {
      border-bottom: none;
    }

    .info-section .section-card p {
      font-size: 0.97rem;
      color: #b0ccdf;
      line-height: 1.75;
      margin-bottom: 16px;
    }

    .info-section .section-card .cta-block {
      background: linear-gradient(135deg, rgba(40,111,172,0.3) 0%, rgba(40,111,172,0.15) 100%);
      border-left: 4px solid #286fac;
      border-radius: 12px;
      padding: 20px 24px;
      margin-top: 24px;
      box-shadow: 0 4px 20px rgba(40,111,172,0.2);
      position: relative;
      overflow: hidden;
    }

    .info-section .section-card .cta-block::after {
      content: '';
      position: absolute;
      top: -30px;
      right: -30px;
      width: 100px;
      height: 100px;
      background: radial-gradient(circle, rgba(80,180,240,0.15) 0%, transparent 70%);
      border-radius: 50%;
    }

    .info-section .section-card .cta-block p {
      margin-bottom: 6px;
      color: #e0f0ff;
      font-weight: 500;
    }

    .info-section .section-card .cta-block a {
      color: #50b4f0;
      font-weight: 700;
      text-decoration: none;
      font-size: 1.05rem;
      letter-spacing: 0.3px;
      border-bottom: 2px solid rgba(80,180,240,0.35);
      transition: color 0.2s, border-color 0.2s;
    }

    .info-section .section-card .cta-block a:hover {
      color: #ffffff;
      border-color: #ffffff;
      text-decoration: none;
    }

    .info-section .section-card .highlight-block {
      background: linear-gradient(135deg, rgba(245,158,11,0.2) 0%, rgba(245,158,11,0.08) 100%);
      border-left: 4px solid #f59e0b;
      border-radius: 12px;
      padding: 18px 22px;
      margin-top: 24px;
      box-shadow: 0 4px 20px rgba(245,158,11,0.15);
    }

    .info-section .section-card .highlight-block p {
      margin: 0;
      color: #fde68a;
      font-weight: 500;
      font-size: 0.95rem;
      line-height: 1.65;
    }

    .info-section .section-card .sub-heading {
      font-family: 'Syne', sans-serif;
      font-size: 0.85rem;
      font-weight: 700;
      color: #50b4f0;
      margin: 22px 0 10px;
      text-transform: uppercase;
      letter-spacing: 1.2px;
    }

    @media (max-width: 767.98px) {
      .info-section .section-card {
        margin-bottom: 24px;
      }
    }
    /* car banner */
    .pkg-section{padding:3rem 1.25rem;background:#f5f8fc}
.pkg-wrap{max-width:960px;margin:0 auto}
.pkg-wrap h2{font-family:Georgia,serif;font-size:1.5rem;font-style:italic;color:#0d2a40;margin-bottom:1.5rem;text-align:center}
.pkg-table-wrap{overflow-x:auto;border-radius:12px;box-shadow:0 2px 16px rgba(28,98,159,.08)}
table{width:100%;border-collapse:collapse;font-family:Georgia,serif;font-size:.9rem;background:#fff}
thead tr{background:linear-gradient(135deg,#0d2a40,#1c629f);color:#fff}
th{padding:.9rem 1.1rem;text-align:left;font-weight:600;white-space:nowrap}
td{padding:.8rem 1.1rem;color:#333;border-bottom:1px solid #d0e6f7;white-space:nowrap}
tbody tr:last-child td{border-bottom:none}
tbody tr:nth-child(even){background:#f0f7ff}
tbody tr:hover{background:#e0efff}
tbody tr td:first-child{font-weight:700;color:#0d2a40}
tbody tr td:nth-child(4){color:#1c629f;font-weight:600}
tbody tr td:nth-child(5){color:#198754;font-weight:600}
.pkg-note{margin-top:1.25rem;padding:1rem 1.25rem;background:#fff;border:1px solid #d0e6f7;border-left:4px solid #1c629f;border-radius:10px}
.pkg-note p{font-size:.87rem;color:#555;line-height:1.7;margin-bottom:.3rem}
.pkg-note p:last-child{margin-bottom:0}
.pkg-note a{color:#1c629f;font-weight:700;text-decoration:none}
/* about page */
 .trust-section {
      background-color: #f4f8fd;
      padding: 80px 0;
      font-family: 'Source Sans 3', sans-serif;
    }
 
    .trust-img-wrap {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(25, 95, 156, 0.18);
    }
 
    .trust-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      min-height: 460px;
    }
 
    .trust-img-badge {
      position: absolute;
      bottom: 24px;
      left: 24px;
      background-color: #195f9c;
      color: #fff;
      border-radius: 8px;
      padding: 14px 20px;
    }
 
    .trust-img-badge .badge-number {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      display: block;
    }
 
    .trust-img-badge .badge-label {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      opacity: 0.9;
    }
 
    .trust-content-wrap {
      padding: 12px 0 12px 16px;
    }
 
    .trust-eyebrow {
      color: #195f9c;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
 
    .trust-heading {
      font-family: 'Playfair Display', serif;
      font-size: 2.1rem;
      font-weight: 700;
      color: #0d1e30;
      line-height: 1.25;
      margin-bottom: 18px;
    }
 
    .trust-heading span {
      color: #195f9c;
    }
 
    .trust-lead {
      color: #4a5f73;
      font-size: 1rem;
      line-height: 1.75;
      margin-bottom: 28px;
      border-left: 4px solid #195f9c;
      padding-left: 16px;
    }
 
    .trust-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
 
    .trust-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px solid #dde8f2;
      color: #1e3248;
      font-size: 0.97rem;
      font-weight: 600;
    }
 
    .trust-list li:last-child {
      border-bottom: none;
    }
 
    .trust-list li .list-icon {
      width: 22px;
      height: 22px;
      background-color: #195f9c;
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }
 
    .trust-list li .list-icon svg {
      width: 11px;
      height: 11px;
      fill: none;
      stroke: #fff;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    .trust-accent-bar {
      width: 52px;
      height: 4px;
      background-color: #195f9c;
      border-radius: 2px;
      margin-bottom: 20px;
    }
 
    @media (max-width: 991px) {
      .trust-content-wrap {
        padding: 32px 0 0 0;
      }
 
      .trust-heading {
        font-size: 1.7rem;
      }
    }
    /* faq page */
            .aucloud-faq-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.aucloud-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.aucloud-faq-main-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.aucloud-faq-subtitle {
    font-size: 1.25rem;
    color: #f0f0f0;
    font-weight: 400;
}

.aucloud-faq-accordion {
    background: transparent;
}

.aucloud-faq-item {
    background: #ffffff;
    border: none;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aucloud-faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.aucloud-faq-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    padding: 20px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background 0.3s ease;
}

.aucloud-faq-button:not(.collapsed) {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    color: #ffffff;
    box-shadow: none;
}

.aucloud-faq-button:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b3fa0 100%);
}

.aucloud-faq-button:focus {
    box-shadow: none;
    border: none;
}

.aucloud-faq-button::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.aucloud-faq-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.aucloud-faq-number {
    background: rgba(255, 255, 255, 0.2);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.aucloud-faq-question {
    flex: 1;
    text-align: left;
}

.aucloud-faq-answer {
    padding: 25px 30px;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    background: #f8f9fa;
    border-top: 3px solid #667eea;
}

@media (max-width: 768px) {
    .aucloud-faq-main-title {
        font-size: 2.25rem;
    }

    .aucloud-faq-subtitle {
        font-size: 1rem;
    }

    .aucloud-faq-button {
        font-size: 1rem;
        padding: 18px 20px;
        gap: 12px;
    }

    .aucloud-faq-number {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }

    .aucloud-faq-answer {
        padding: 20px 20px;
        font-size: 0.95rem;
    }

    .aucloud-faq-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {

    .aucloud-faq-main-title {
        font-size: 1.75rem;
    }

    .aucloud-faq-subtitle {
        font-size: 0.9rem;
    }

    .aucloud-faq-button {
        font-size: 0.95rem;
        padding: 15px 15px;
        gap: 10px;
    }

    .aucloud-faq-answer {
        padding: 18px 18px;
        font-size: 0.9rem;
    }
}
/* contact page */
.contact-icon {
            width: 50px;
            height: 50px;
            background: rgb(3, 10, 119);
            border-radius: 8px;
            color: white;
            font-size: 1.5rem;
        }
        .contact-link {
            color: #073e90;
            text-decoration: none;
        }
        .contact-link:hover {
            text-decoration: underline;
        }
        .contact-info {
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .main-title {
            font-weight: 600;
        }
        .section-title {
            font-weight: 600;
        }
        .icon {
            background-color: #091271;
            color: white;
        }
        form {
            transition: transform 0.3s, box-shadow 0.3s;
        }
        form:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        }
        .btn {
            transition: transform 0.2s;
        }
        .btn:hover {
            transform: scale(1.05);
        }
/* privacy page */
       .privacy-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
}

.privacy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 20px 20px 0 0;
}

.privacy-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0e354f;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px solid #667eea;
}

.privacy-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 20px;
}

.privacy-content ul {
    margin: 20px 0;
    padding-left: 40px;
}

.privacy-content ul li {
    font-size: 1rem;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 10px;
    position: relative;
}

.privacy-content ul li::marker {
    color: #667eea;
    font-weight: bold;
}

.contact-info {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #667eea;
    margin-top: 30px;
}

.contact-info p {
    font-size: 1rem;
    color: #0e354f;
    margin-bottom: 8px;
}

.contact-info strong {
    font-weight: 700;
    color: #0e354f;
}

@media (max-width: 768px) {
    .privacy-card {
        padding: 35px 25px;
    }

    .privacy-title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .privacy-content p {
        font-size: 0.95rem;
    }

    .privacy-content ul {
        padding-left: 30px;
    }

    .privacy-content ul li {
        font-size: 0.95rem;
    }

    .contact-info {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .privacy-card {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .privacy-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .privacy-content p {
        font-size: 0.9rem;
    }

    .privacy-content ul {
        padding-left: 25px;
    }

    .privacy-content ul li {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .contact-info {
        padding: 18px;
    }

    .contact-info p {
        font-size: 0.9rem;
    }
}
/* testimonials */
.customer-experience-section{
  padding:70px 0;
  background:#f8f8f8;
}

.customer-experience-heading{
  text-align:center;
  margin-bottom:45px;
}

.customer-experience-heading h2{
  font-size:38px;
  font-weight:800;
  color:#111;
  margin:0;
}

.customer-experience-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:25px;
}

.customer-experience-card{
  background:#fff;
  border-radius:18px;
  padding:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s ease;
  border:1px solid #ececec;
}

.customer-experience-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.customer-experience-card h3{
  margin:0 0 8px;
  font-size:22px;
  font-weight:700;
  color:#c60000;
}

.customer-experience-card span{
  display:inline-block;
  margin-bottom:16px;
  font-size:14px;
  font-weight:700;
  color:#555;
  background:#f3f3f3;
  padding:6px 12px;
  border-radius:30px;
}

.customer-experience-card p{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:#333;
}

@media(max-width:768px){

  .customer-experience-grid{
    grid-template-columns:1fr;
  }

  .customer-experience-heading h2{
    font-size:28px;
  }

  .customer-experience-card{
    padding:22px;
  }

}
/* terms page */
.hero-section {
            background: linear-gradient(135deg, #0d3b66, #1a73e8);
            color: #fff;
            padding: 70px 0 50px;
        }

        .terms-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        .section-title {
            color: #0d3b66;
            font-weight: 700;
            border-left: 4px solid #1a73e8;
            padding-left: 12px;
        }

        .list-group-item {
            border-left: 3px solid #1a73e8;
            margin-bottom: 8px;
            border-radius: 6px;
        }

        .contact-card {
            background: linear-gradient(135deg, #0d3b66, #1a73e8);
            color: #fff;
            border-radius: 12px;
        }

        .badge-note {
            background-color: #e8f0fe;
            color: #0d3b66;
            font-size: 0.95rem;
            font-weight: 500;
            border-radius: 8px;
        }
        /* footer */
            /* tracking */
    .track-btn {
        position: fixed;
        right: 0;
        top: 70%;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        background: #ea7622;
        color: #fff;
        padding: 15px 12px;
        font-weight: 600;
        font-size: 14px;
        border-radius: 8px 0 0 8px;
        text-decoration: none;
        z-index: 1000;
        box-shadow: -3px 0 15px rgba(0, 0, 0, .2);
        transition: .3s
    }

    .track-btn:hover {
        background: #d16a1e;
        color: #fff;
        padding-right: 18px
    }

    .track-btn i {
        margin-bottom: 8px;
        font-size: 16px
    }


@media (max-width: 767.98px) {
    /* Center all content in footer on mobile */
    .footer-section * {
        text-align: center !important;
    }
    
    /* Center all columns */
    .footer-section .col-md-8,
    .footer-section .col-md-6,
    .footer-section .col-md-4,
    .footer-section .col-auto {
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    /* Center all flex containers */
    .footer-section .d-flex {
        justify-content: center !important;
        text-align: center !important;
    }
    
    /* Center all rows */
    .footer-section .row {
        justify-content: center !important;
        text-align: center !important;
    }
    
    /* Override text alignment classes */
    .footer-section .text-end {
        text-align: center !important;
    }
    
    /* Center headings */
    .footer-section h6 {
        text-align: center !important;
    }
    
    /* Center paragraphs */
    .footer-section p {
        text-align: center !important;
    }
    
    /* Center links */
    .footer-section a {
        text-align: center !important;
        display: inline-block !important;
        padding-top: 9px !important;
    }
    
    /* Stack items vertically and center them */
    .footer-section .col-auto {
        display: block !important;
        margin: 0 auto !important;
    }
}
