.signature.small {
    font-size: 18px;
}

.color-logo {
 color: #0b1974 !important;
}

.navbar-logo-img {
	margin-top: -15px !important;
}
.navbar-text {
	margin-top: 20.5px !important;
}

.d-flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consultancy-header {
  height: 48px; /* Set to the tallest needed */
  display: flex;
  align-items: center;
  justify-content: center;
}


 /* Style the tab */
.tab {
  overflow: hidden;
  border: 0.5px solid #eee;
}

.tablinks {
  font-size: 16px; /* Match nav link font size */
  color: #777;
  background: none;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.3s;
}

.tab a.active {
  background-color: #00a7cf14;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0.5px solid #eee;
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* language flags + level */
.language-selector {
    position: relative;
    display: inline-block;
    text-align: center;
}

.language-selector img {
    width: 70px; /* base size */
    height: 70px;
}

.language-level {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0b1974;
    font-size: 2em;
    font-weight: bold;
    pointer-events: none;
}

@media (max-width: 768px) {
    .language-selector {
        margin: 5px auto; /* Center on small screens */
        padding: 0.5rem;
    }
    .language-selector img {
        width: 70px !important;
        height: 70px !important;
    }

    .language-level {
        font-size: 1em;
    }

    .col-md-4 .img-responsive {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
    }
}

.particular-quote {
    font-size: 1.2em;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.d-flex-centered-md {
    display: block; /* Default display for small screens */
}

@media (min-width: 992px) {
    .d-flex-centered-md {
        display: flex;
        align-items: center;
    }
}

/* timeline */
.vertical-line-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100px;
}

.vertical-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #0b1974;
  z-index: 0;
}

.timeline-item {
  position: relative;
  display: flex;
  width: 100%;
  margin: 20px 0;
  justify-content: center;
}

.timeline-left {
  width: 100%;
  padding-right: 30px;
  text-align: right;
}

.timeline-right {
  width: 100%;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.timeline-year {
  font-weight: bold;
  color: #0b1974;
}

.timeline-title {
  font-size: 1em;
  color: #333;
}

.timeline-desc {
  margin-right: 15px;
  margin-left: 1rem !important;
}

.timeline-img  {
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.timeline-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 768px) {
    .timeline-img img {
      width: 75px;
      height: 75px;
      border-radius: 50%;
    }

    .timeline-right {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 15px;
    }

    .timeline-desc {
        margin-top: 0.5rem;
        margin-left: 0 !important;
        margin-right: 0;
    }

    .timeline-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-right: 15px;
    }


}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #0b1974;
  border-radius: 50%;
  z-index: 1;
}
.pricing-features {
    padding-bottom: 20px !important; /* Adjust the value as needed */
    min-height: 480px; /* Ensure consistent height */
}
.pricing-features .features {
    margin-bottom: 10px !important; /* Adjust the value as needed */
}

@media (max-width: 768px) {
    .pricing-features {
        min-height: auto; /* Remove fixed height on small screens */
    }
}

/*
    Don't add any CSS below this line.
*/
@media (min-width:1300px) {
    .container {
        width: 1270px;
    }
}

/* override site color */
a:focus, a:hover {
    color: #00a7cf !important;
}

.text-primary {
    color: #0b1974 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.bg-primary {
    background-color: #0b1974 !important;
}

.bg-success {
    background-color: #d4edda !important;
}

.bg-info {
    background-color: #d1ecf1 !important;
}

.bg-warning {
    background-color: #fff3cd !important;
}

.bg-danger {
    background-color: #f8d7da !important;
}

.fa-icon {
    color: #0b1974;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
}

.fa-container {
    text-align: center;
    color: #00a7cf;
}

.link-like-text {
    color: #0b1974;
}

.pricing-card.pricing-primary {
    background-color: #0b1974;
}

.pricing-card h3 {
    color: #fff;
}

.pricing-card .price {
    color: #fff;
}

.features li:before {
    color: #0b1974;
    border: 1px solid #0b1974;
}

.btn-primary, .btn-primary:hover {
    background-image: linear-gradient(90deg, #0b1974 0, #3b1bff);
}

.btn-info, .btn-info:hover {
    background-image: linear-gradient(90deg, #ffc105 0, #ffb20b);
}

.btn-warning, .btn-warning:hover {
    background-image: linear-gradient(90deg, #f0ad4e 0, #df8a13);
}

.btn-danger, .btn-danger:hover {
    background-image: linear-gradient(90deg, #d9534f 0, #b52b27);
}


/* override site background-color */
.bg-primary {
    background-color: #0b1974 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

/* Padding classes */
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

/* Margin classes */
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

@media (max-width: 768px) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .section-container {
    padding: 20px 0 !important;
  }
}
