:root {

    --primary-color: #0056A6;
    --secondary-color: #4da3ff;
    --text: #333333;
    --soft-white: #F9FAFB;
}

.body {
    color: var(--text) !important;
    background-color: var(--soft-white) !important;
}

.navbar {
    background-color: white !important;
    color: var(--text) !important;
}

.divider {
    width: 100%;
    height: 10px;
    background-color: var(--soft-white);
    border: solid rgb(255, 255, 255);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #ffffff1a, inset 0 .125em .5em #00000026;
}

.card-body {
    background-color: white !important;
}

#testimonialCarousel .carousel-item {
    min-height: 350px;

}

/* Services Page */
.services-section {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.service-grid-card {
    position: relative;
    height: 280px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: transform 0.3s ease;
}

.service-grid-card:hover {
    transform: translateY(-5px);
}

.carousel-control-prev-icon {
    position: relative;
    top: -50px;
    right: 50px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230056A6' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    position: relative;
    top: -50px;
    left: 50px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230056A6' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L9.293 7l-4.647 4.646a.5.5 0 0 0 .708.708l5-5a.5.5 0 0 0 0-.708l-5-5a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}


.service-grid-overlay {
    background-color: #ffffff;
    color: #000;
    width: 90%;
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
    margin-bottom: 1rem;
    box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.1);
}

.service-grid-overlay h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.service-grid-overlay p {
    margin: 0.5rem 0 0;
    font-size: 0.9rem;
}

.passport {
    background-image: url('../images/passport.jpg');
}

.business {
    background-image: url('../images/business.jpg');
}

.health {
    background-image: url('../images/health.jpg');
}

.immigration {
    background-image: url('../images/immigration.jpg');
}

.inhome {
    background-image: url('../images/care.jpg');
}

.savings {
    background-image: url('../images/disability.jpg');
}

.tax {
    background-image: url('../images/tax.jpg');
}

.forms {
    background-image: url('../images/forms.jpg');
}

.oci-visa {
    background-image: url('../images/forms.jpg');
}
  @media (min-width: 992px) {
    #navbarSupportedContent {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
    }
  }

