/* Banner */

:root {
    --footer-bg-color: #09142c; /* Deep dark blue */
    --footer-text-primary: #ffffff;
    --footer-text-secondary: #a0aec0; /* Muted grey-blue text */
    --contact-box-bg: rgba(255, 255, 255, 0.08); /* Slightly transparent white */
    --accent-gold: #fb8524; /* Gold color for icons/badge text */
}
.law-hero {
  height: 100vh;
  background: linear-gradient(
      to right,
      rgba(218, 218, 218, 0.85) 35%,   /* lighter & less width */
      rgba(17, 29, 58, 0.7) 60%       /* darker starts later */
    ),
    url("../img/about/banner111.png") center/cover no-repeat;
  position: relative;
}

.hero-left {
  padding-right: 40px;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  color: #f8872a;
  line-height: 1.2;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.hero-right {
  color: #fff;
  padding-left: 150px;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 25px;
  display: inline-block;
}

.hero-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 480px;
}

.hero-btn {
  background: #d66f1a;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #ea7718;
  color: #000;
}

@media (max-width: 991px) {
    .law-hero {
        background: linear-gradient(
          to right,
          rgba(218, 218, 218, 0.85) 35%,   /* lighter & less width */
          rgba(17, 29, 58, 0.7) 60%       /* darker starts later */
        ),
        url("../img/about/banner111.png") center/cover no-repeat;
        height: auto;
        padding: 80px 0;
    }

    .hero-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .hero-right {
        padding-left: 0;
    }
}


/* count section */
.trust-section {
  padding: 120px 0;
  background:
    linear-gradient(
      180deg,
      rgba(16, 52, 138, 0.85) 0%,
      rgba(6, 22, 58, 0.92) 100%
    ),
    url("../img/about/banner_cta.jpeg") center / cover no-repeat;

  color: #fff;
}

.trust-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #fff4f4;
}

.trust-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 60px 30px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-item h3 {
  color: #687e6d; /* GREEN accent */
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}

.trust-item p {
  color: #cbd5e1;
  font-size: 15px;
  margin: 0;
}

.icon-box {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: rgba(34, 197, 94, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 28px;
  color: #687e6d;
}

/* Responsive */
@media (max-width: 768px) {
  .trust-title {
    font-size: 30px;
  }
  .trust-card {
    padding: 40px 20px;
  }
}
/* About us */
.about-section {
  padding: 120px 0;
  background: radial-gradient(circle at center, #fff8ec 0%, #ffffff 60%);
}

.about-badge {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 50px;
  color: #f8872a;
  border: 1px solid #f0d58c;
  margin-bottom: 18px;
}

.about-title {
  font-size: 46px;
  font-weight: 700;
  color: #f8872a;
  margin-bottom: 24px;
}

.about-text {
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.about-line {
  width: 60px;
  height: 3px;
  background: #f8872a;
  margin-top: 30px;
}

/* Right Cards */
.about-card {
  background: #0b1d4d;
  border-radius: 18px;
  padding: 32px 26px;
  height: 100%;
  color: #fff;
  box-shadow: 0 15px 40px rgba(11, 29, 77, 0.25);
}

.about-card h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.about-card p {
  font-size: 14.5px;
  color: #cbd5f5;
  line-height: 1.6;
}

/* Icon Box */
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f8872a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 22px;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 34px;
  }
}

/* cta */
/* Custom Background Gradient */
.cta-section {
  position: relative;
  padding: 100px 0;
  min-height: 400px;

  /* Layered background: transparent gradient over image */
  background:
    linear-gradient(
      180deg,
      rgba(16, 52, 138, 0.85) 0%,
      rgba(6, 22, 58, 0.92) 100%
    ),
    url("../img/about/count_img.jpeg") center / cover no-repeat;
}


/* Badge Styling */
.custom-badge {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Typography Tweaks */
.cta-section h1 {
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.cta-section .lead {
  font-size: 1.1rem;
  opacity: 0.9;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  position: relative;
  clip-path: inset(0);
  background: #687e6d;
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #ffffff;
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}
.servicesFirstUI {
  flex: 1 1 30%; /* 3 per row by default */
  max-width: 30%;
  margin: 10px;
}

@media (max-width: 768px) {
  .servicesFirstUI {
    flex: 0 0 100%; /* force full width */
    max-width: 100%;
  }
  .d-flex.gy-4 {
    flex-wrap: wrap; /* allow wrapping */
  }
}

@media (min-width: 768px) {
  .team-member img {
    width: 100%; /* ✅ fixed height only for bigger screens */
  }
}

/* footer */
.footer-section {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-secondary);
  padding-top: 80px;
  padding-bottom: 30px;
}

/* Headings and primary white text */
.footer-section h2,
.footer-section h6,
.text-white-custom {
  color: var(--footer-text-primary);
}

/* Custom Badge Style */
.custom-badge {
  background-color: rgba(203, 170, 94, 0.2); /* Low opacity gold */
  color: var(--accent-gold);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.85rem;
}

/* Main Headline */
.footer-headline {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.footer-description {
  font-size: 1.1rem;
  max-width: 500px;
}

/* --- Contact Boxes --- */
.contact-box {
  background-color: var(--contact-box-bg);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

/* Optional hover effect */
.contact-box:hover {
  transform: translateY(-3px);
}

.contact-icon-wrapper {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  /* Using a slightly lighter version of the background for contrast */
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.contact-icon-wrapper i {
  color: var(--accent-gold);
  font-size: 1.5rem;
}

.contact-box h6 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.8rem;
  margin-bottom: 8px;
}

.contact-box p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 0.95rem;
}

.contact-box a {
  color: var(--footer-text-primary);
  text-decoration: none;
}

/* --- Bottom Section --- */
.footer-divider {
  border-color: rgba(255, 255, 255, 0.15);
  margin-top: 60px;
  margin-bottom: 40px;
}

.legal-heading {
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  margin-bottom: 15px;
  color: var(--footer-text-secondary);
}

.legal-links {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.legal-links li {
  display: inline-block;
}

.legal-links a {
  color: var(--footer-text-secondary);
  text-decoration: none;
  transition: color 0.2s;
}

.legal-links a:hover {
  color: var(--accent-gold);
}

.link-separator {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.3);
}

.bottom-text {
  font-size: 0.85rem;
  margin-bottom: 5px;
}

/* Responsive adjust for bottom text alignment */
@media (max-width: 767px) {
  .text-md-end-custom {
    text-align: left !important;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .text-md-end-custom {
    text-align: right;
  }
}
