/* --- Hero Section --- */
.hero-section {
  position: relative;
  background: url('../../img/books.jpeg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: 'Georgia', serif; /* More professional font */
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../../img/Rectangle1.png') no-repeat center center;
  background-size: cover;
  opacity: 1;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* --- Company Name --- */
.company-name {
  font-size: 3rem;
  font-weight: 600;
  color: #FFBB00;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.company-name .highlight-yellow {
  color: #FFBB00;
  font-weight: 700;
}

/* --- Tagline --- */
.tagline {
  font-size: 1.7rem;
  margin-top: 12px;
  font-weight: 500;
  color: white;
}

.tagline .highlight-green {
  color: #00FF00;
  font-weight: 700;
  text-underline-offset: 5px;
}

/* --- Button --- */
.consultation-btn {
  display: inline-block;
  background: white;
  color: #000;
  margin-top: 80px;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.consultation-btn .arrow {
  margin-left: 10px;
  font-weight: bold;
}

.consultation-btn:hover {
  background: #ffbb00;
  color: #fff;
}

/* --- Lawyer Card --- */
.lawyer-card {
  position: relative;
  z-index: 2;
  color: white;
  font-family: 'Georgia', serif;
}

.lawyer-photo {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid white;
  display: block;

  /* 🟢 Center image on all screen sizes */
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 767px) {
  /* Mobile fix: center image on small screens */
  .lawyer-photo {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Center text only */
.lawyer-name,
.lawyer-info {
  text-align: center;
}

.lawyer-name {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 800;
  color: #ffbb00;
}

.lawyer-info {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  line-height: 1.6;
}

/* --- Hero Section End --- */


/* --- About-Us Section --- */

.intro-section {
    background-color: #fff;
    padding: 80px 20px 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.intro-section h1 {
    font-size: 32px;
    color: #1d2b6c;
    font-weight: 700;
    margin-bottom: 15px;
}

.intro-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
}

.intro-section .fst-italic {
    color: #000;
    font-style: italic;
    font-size: 16px;
}

.intro-section .btn {
    border-radius: 8px;
    background-color: #010440;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    padding: 10px 24px;
    font-size: 15px;
}

.intro-section .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Logo Container */
.intro-section .position-relative {
    position: relative;
    max-width: 420px;
    min-height: 460px;
    margin: auto;
}

.intro-section .position-relative img:first-child {
    border-radius: 20px;
    background: #f5f5f5;
    width: 100%;
    height: auto;
}

.intro-section .position-absolute {
    position: absolute;
    max-width: 100%;
}

.intro-section .company-name {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    white-space: nowrap;
}

/* Commitment Strip */
.commit-strip {
    background-color: #f9f6f4;
    padding: 40px 20px;
    text-align: center;
}

.commit-strip .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #b89b9b;
    opacity: 0.7;
}

.commit-strip .commit-text {
    margin: 0 10px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000;
    font-weight: 500;
}




/* === Practice Area Section === */
.practice-areas {
  background-color: #000B44;
}

/* Circle Arrows */
.nav-circle {
  background-color: #ffb800;
  color: black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.3s ease;
}

.nav-circle:hover {
  background-color: #e0a800;
  color: white;
  transform: scale(1.1);
}

/* Card Wrapper */
.card-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.card-img-top {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.card-title {
  background: rgba(0,0,0,0.6);
  width: 100%;
  text-align: center;
  color: white;
  padding: 12px 0;
  font-weight: bold;
  font-size: 1.2rem;
}

.card-title .float-end {
  background-color: #ffc107 !important;
}


/* --- Practice Circles --- */
.practice-circles {
    background-color: #ffffff;
}

.practice-circles .section-title {
    font-weight: 700;
    color: #010440;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.circle-card {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.circle-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.circle-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.circle-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
}





/* Review section */

.review-section h2 {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #010440;
}

.review-card {
  background-color: #010440;
  border-radius: 10px;
  padding: 40px;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.review-card img {
  border-radius: 10px;
}

.nav-circle {
  background-color: #FFBB00;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #010440;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease;
}

.nav-circle:hover {
  background-color: #e6a800;
  cursor: pointer;
}



/* Free Consultation */
.cta-section {
  background-color: #F7F3F0;
}

.cta-title {
  color: #000;
  font-family: 'Georgia', serif;
  font-size: 40px;
  font-weight: 400;
}

.cta-title strong {
  font-weight: 700;
}

.cta-btn {
  background-color: #FFBB00;
  color: #000;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #e6a800;
  color: #000;
}

