/* -----------------navbar-------------------- */
.nav-links a {
  color: var(--bs-teal);
}

/* ----------------------------sidebar----------------------- */
.btn-sidebar img {
  width: 3.7rem;
}

/* -----------------------service page content----------------------- */
/* -------------------right side-------------------- */
.service-content .right,
.send-message,
.gates,
.left .contact-us {
  border-radius: 1.2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.service-content .right .home span,
.service-content .right p {
  color: var(--bs-gray-500);
  font-size: var(--fs-16);
  font-weight: 400;
}

.service-content .right p {
  color: var(--bs-black);
  max-width: 72.4rem;
}

.service-content .right .home p {
  font-size: var(--fs-16);
  color: var(--bs-black);
  font-weight: 400;
}

.service-content .right h2 {
  font-size: var(--fs-18);
  color: var(--bs-teal);
  font-weight: 700;
}

.service-list {
  list-style: inside;
}

.service-list li {
  font-size: var(--fs-16);
  color: var(--bs-indigo);
  font-weight: 700;
}

.service-content .right .service-details strong {
  color: var(--bs-indigo);
}

/* --------------------------left side----------------------- */
/* ----------------------send message----------------------- */
.send-message h3 {
  font-size: var(--fs-16);
  color: var(--bs-black-200);
  font-weight: 400;
}

.input-messge input {
  background-color: var(--bs-gray-600);
  border-radius: 0.4rem;
  padding: 0.8rem;
  font-size: var(--fs-16);
  width: 24.4rem;
  border: none;
  outline: none;
}

.input-messge button{
  border-radius: 4px;
  font-size: var(--fs-16);
  font-weight: 400;
  width: 8.9rem;
  height: 4.5rem;
}

/* -------------------------gates----------------------- */
.gate-item-1 {
  background-color: var(--bs-black);
  border-radius: 0.8rem;
}

.gate-item-1 p {
  color: var(--bs-white);
  font-weight: 700;
  font-size: var(--fs-16);
  margin: 0;
}

.arrow-gate {
  border-radius: 0.4rem;
  width: 4rem;
  height: 3.4rem;
  background-color: var(--bs-cyan);
}

.gate-item {
  background-color: var(--bs-gray-700);
  border-radius: 0.8rem;
  color: var(--bs-teal);
  font-size: var(--fs-16);
  font-weight: 400;
}

/* ---------------------contact us---------------------- */
.left .contact-us h3 {
  font-size: var(--fs-16);
  color: var(--bs-black);
  font-weight: 700;
}

/* --------------------who are we section--------------------- */
.we-are-in {
  position: relative;
  background: url("../images/home/we-are-in.jpg") center/cover no-repeat;
}

.we-are-in .overlay {
  position: absolute;
  inset: 0;
  background-color: var(--bs-gray-darker);
}

.we-are-in .content {
  position: relative;
}

.we-are-in .content span {
  color: var(--bs-white);
  font-size: var(--fs-18);
  font-weight: 700;
}

.we-are-in .content h2 {
  font-size: var(--fs-32);
  color: var(--bs-white);
  font-weight: 700;
}

.we-are-in .content p {
  font-size: var(--fs-20);
  color: var(--bs-gray-100);
  line-height: 1.6;
  font-weight: 400;
  max-width: 62rem;
}

/* -------------------- sidebar service gates (links) -------------------- */
.gate-item,
.gate-item-1 {
  text-decoration: none;
}

.gate-item {
  display: block;
  color: var(--bs-teal);
  transition: 0.3s ease-in-out;
}

.gate-item:hover {
  background-color: var(--bs-indigo);
  color: var(--bs-white);
}

.gate-item-1 {
  color: var(--bs-white);
}

/* -------------------- shared service icon box -------------------- */
.service-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 1.2rem;
  background-color: rgba(80, 32, 45, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 3rem;
  height: 3rem;
}

/* -------------------- services listing page -------------------- */
.services-listing .listing-head h4 {
  color: var(--bs-black);
  font-size: var(--fs-18);
  font-weight: 700;
}

.services-listing .listing-head h2 {
  font-size: var(--fs-36);
  color: var(--bs-indigo);
  font-weight: 700;
}

.services-listing .listing-head p {
  font-size: var(--fs-19);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 500;
  max-width: 116rem;
}

.services-listing .card-item {
  height: 100%;
  background-color: var(--bs-white);
  border-radius: 1.2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.services-listing .card-item:hover {
  transform: translateY(-10px);
}

.services-listing .card-item h3 {
  font-size: var(--fs-20);
  color: var(--bs-black);
  font-weight: 700;
}

.services-listing .card-item p {
  font-size: var(--fs-16);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 400;
}

.services-listing .card-item .more {
  display: inline-flex;
  font-size: var(--fs-16);
  color: var(--bs-indigo);
  font-weight: 400;
}

/* -------------------- government licenses page -------------------- */
.gov-licenses .listing-head h4 {
  color: var(--bs-black);
  font-size: var(--fs-18);
  font-weight: 700;
}

.gov-licenses .listing-head h2 {
  font-size: var(--fs-36);
  color: var(--bs-indigo);
  font-weight: 700;
}

.gov-licenses .listing-head p {
  font-size: var(--fs-19);
  color: var(--bs-teal);
  line-height: 1.6;
  font-weight: 500;
  max-width: 116rem;
}

.gov-licenses .license-card {
  background-color: var(--bs-white);
  border-radius: 1.2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
}

.gov-licenses .license-card h3 {
  font-size: var(--fs-20);
  color: var(--bs-indigo);
  font-weight: 700;
}

.gov-licenses .license-card img {
  border-radius: 0.8rem;
  border: 1px solid var(--bs-gray-700);
}


/* -------------------- FAQ accordion -------------------- */
.faq-accordion {
  max-width: 82rem;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--bs-gray-700);
  border-radius: 1.2rem !important;
  margin-bottom: 1.6rem;
  overflow: hidden;
  background-color: var(--bs-white);
}

.faq-accordion .accordion-button {
  font-size: var(--fs-18);
  font-weight: 700;
  color: var(--bs-indigo);
  background-color: var(--bs-white);
  padding: 1.8rem 2rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background-color: var(--bs-indigo);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
  font-size: var(--fs-16);
  color: var(--bs-teal);
  line-height: 1.9;
  padding: 1.8rem 2rem;
}

/* -------------------- legal pages (privacy / terms) -------------------- */
.legal-content {
  max-width: 90rem;
}

.legal-content h3 {
  font-size: var(--fs-21);
  color: var(--bs-indigo);
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}

.legal-content h3:first-child {
  margin-top: 0;
}

.legal-content p {
  font-size: var(--fs-16);
  color: var(--bs-teal);
  line-height: 2;
  margin-bottom: 1.2rem;
}

.legal-content ul {
  list-style: disc;
  padding-right: 2.4rem;
  margin-bottom: 1.2rem;
}

.legal-content li {
  font-size: var(--fs-16);
  color: var(--bs-teal);
  line-height: 2;
}

/* -------------------- copyright legal links -------------------- */
.copyright .legal-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: var(--fs-16);
  text-decoration: none;
  transition: 0.2s ease;
}

.copyright .legal-links a:hover {
  color: var(--bs-white);
  text-decoration: underline;
}

.copyright .legal-links span {
  color: rgba(255, 255, 255, 0.45);
}
