@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
:root {
  --primary: #0f172a; /* Deep Slate/Navy */
  --secondary: #1e293b;
  --accent: #b29463; /* Muted Gold */
  --light: #f8fafc;
  --text-main: #334155;
  --text-light: #64748b;
  --transition: all 0.3s ease;
}

.header {
  /* Global Reset & Base Styles */
}
.header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
.header body {
  background-color: #f9f9f9;
  color: #333;
  padding-top: 80px;
}
.header .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
.header {
  /* Add padding to your body or main wrapper so content doesn't hide underneath */
}
.header .main-header {
  /* Optional shadow for depth */
}
.header .contact-info a {
  text-decoration: none;
  color: #333;
}
.header .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  /* Top Bar Styles */
}
.header .top-bar {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  color: #666;
  padding: 10px 0;
}
.header .top-bar-content {
  display: flex;
  justify-content: flex-start;
}
.header .contact-info {
  display: flex;
  gap: 30px;
}
.header .contact-info span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .contact-info i {
  color: #b29463;
}
.header {
  /* Main Header Styles */
}
.header .main-header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff; /* Add background so content doesn't bleed through */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header .logo a {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.header {
  /* Navigation Links */
}
.header .nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .nav-links {
  list-style: none;
  display: flex;
  gap: 35px;
}
.header .nav-links a {
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  padding: 28px 0;
  position: relative;
  transition: color 0.3s ease;
}
.header .nav-links a:hover,
.header .nav-links a.active {
  color: #b29463;
}
.header {
  /* Active Indicator Tab (Matching reference style) */
}
.header .nav-links a.active {
  background-color: #b29463;
  color: #fff;
  padding: 32px 20px;
}
.header {
  /* Appointment Button */
}
.header .btn-appointment {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #b29463;
  color: #b29463;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.header .btn-appointment:hover {
  background-color: #b29463;
  color: #fff;
}
.header {
  /* Hamburger Button (Hidden on Desktop) */
}
.header .hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}
.header {
  /* Responsive Styles for Mobile/Tablet */
}
@media screen and (max-width: 992px) {
  .header .hamburger {
    display: block;
  }
  .header .top-bar {
    display: none; /* Hide top bar on smaller viewports to save space */
  }
  .header .nav-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 30px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #eaeaea;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease;
    gap: 20px;
    z-index: 99999;
  }
  .header .nav-menu.active {
    max-height: 400px;
    padding: 20px 30px 30px 30px;
  }
  .header .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .header .nav-links a {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .nav-links a.active {
    background-color: transparent;
    color: #b29463;
    padding: 12px 0;
  }
  .header .nav-links a.active::after {
    display: none; /* Remove pointer triangle on mobile view */
  }
  .header .nav-action {
    width: 100%;
  }
  .header .btn-appointment {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }
}

/* Responsive Design for Mobile / Tablets */
@media screen and (max-width: 900px) {
  .cards-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
}
/* Header Title Styles */
.aboutmain .section-header {
  margin-bottom: 35px;
}
.aboutmain .section-header h2 {
  font-size: 22px;
  color: #b29463;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.aboutmain {
  /* Gold Underline Bar */
}
.aboutmain .section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 65px;
  left: 50%;
  height: 3px;
  background-color: #b29463;
}
.aboutmain {
  /* Grid Layout */
}
.aboutmain .about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 90px;
}
.aboutmain {
  /* Left Text Column */
}
.aboutmain .about-text h3 {
  font-size: 44px;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.aboutmain .about-text p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 22px;
}
.aboutmain .about-text p:last-child {
  margin-bottom: 0;
}
.aboutmain {
  /* Right Image & Backdrop Column */
}
.aboutmain .about-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
}
.aboutmain {
  /* Dark Teal Offset Block */
}
.aboutmain .teal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 92%;
  background-color: #0e3b43;
  z-index: 1;
}
.aboutmain {
  /* Image Container Frame */
}
.aboutmain .image-container {
  position: relative;
  z-index: 2;
  margin-left: 0;
  width: 93%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
.aboutmain .image-container img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive Rules */
@media screen and (max-width: 992px) {
  .about-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 50px;
    align-items: center;
    margin-bottom: 90px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-text h3 {
    font-size: 34px;
  }
  .teal-backdrop {
    width: 92%;
    height: 88%;
  }
}
/* Global Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #fafafa;
  color: #333;
}

.practice-section {
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid Layout */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Individual Card Styles */
.practice-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 45px 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover State */
.practice-card:hover {
  border-color: #b29463;
}

/* Active State (Matching the highlighted border shown in image) */
.practice-card.active {
  border: 1px solid #b29463;
  box-shadow: 0 4px 15px rgba(178, 148, 99, 0.08);
}

/* Card Content Elements */
.card-icon {
  font-size: 36px;
  color: #b29463;
  margin-bottom: 20px;
}

.practice-card h3 {
  font-size: 22px;
  color: #b29463;
  margin-bottom: 18px;
  font-weight: 600;
}

.practice-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Responsive Design for Mobile / Tablets */
@media screen and (max-width: 900px) {
  .cards-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
}
/* Banner Slider Component */
.banner-slider {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 500px;
  overflow: hidden;
  background-color: #111;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Individual Slide Style */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Slide Content */
.slide-content {
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 0 20px;
  z-index: 3;
}

.sub-heading {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
}

/* Accent Underline for Sub-heading */
.sub-heading::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #b29463;
  margin: 8px auto 15px auto;
}

.slide-content h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.slide-content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #f1f1f1;
}

/* Custom Read More Button */
.btn-read-more {
  display: inline-block;
  padding: 12px 35px;
  background-color: #b29463;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-read-more:hover {
  background-color: #9c7d4d;
  transform: translateY(-2px);
}

/* Navigation Arrow Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(14, 43, 56, 0.8);
  color: #fff;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.slider-btn:hover {
  background-color: #b29463;
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

/* Dots Pagination */
.slider-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #b29463;
}

/* Responsive Media Queries */
@media screen and (max-width: 768px) {
  .slide-content h1 {
    font-size: 32px;
  }
  .sub-heading {
    font-size: 18px;
  }
  .slide-content p {
    font-size: 14px;
  }
  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .prev-btn {
    left: 10px;
  }
  .next-btn {
    right: 10px;
  }
}
/* Experience Section Background Banner */
.experience-section {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/counter.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 90px 20px;
  text-align: center;
  margin-bottom: 90px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header Text Styles */
.experience-header {
  max-width: 850px;
  margin: 0 auto 70px auto;
}

.experience-header h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.experience-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #e0e0e0;
}

/* Metrics Grid Layout */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.metric-item {
  text-align: center;
}

.metric-item .counter,
.metric-item .plus {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.metric-item p {
  font-size: 14px;
  color: #d1d1d1;
  text-transform: capitalize;
  margin-top: 10px;
  font-weight: 400;
}

/* Responsive Breakpoints */
@media screen and (max-width: 900px) {
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .experience-header h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/* Section Header Styles */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 18px;
  color: #b29463;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #b29463;
}

.section-header h3 {
  font-size: 38px;
  color: #222;
  font-weight: bold;
  margin-top: 15px;
}

/* Services Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Service Card Styles */
.service-card {
  background-color: #b29463; /* Signature gold-tan background color from design */
  color: #fff;
  padding: 50px 35px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
  cursor: pointer;
}

.service-card h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.service-card p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #f9f9f9;
}

/* Hover Change Color Effect */
.service-card:hover {
  background-color: #0e3b43; /* Changes to dark teal/slate on hover */
  color: #ffffff;
  transform: translateY(-5px);
}

.service-card:hover p {
  color: #e2e2e2;
}

/* Responsive Media Queries */
@media screen and (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .section-header h3 {
    font-size: 28px;
  }
}
/* Testimonial Section Background Banner */
.services-section {
  margin-bottom: 90px;
}

.testimonial-section {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/testominal-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 90px 20px 70px 20px;
  text-align: center;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
  justify-content: center;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

/* Slider Track & Slides */
.testimonial-slider {
  position: relative;
  width: 100%;
  min-height: 320px;
}

.testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

/* Slide Elements Styling */
.testimonial-slide h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

/* Circular Author Image Placeholder */
.author-img-placeholder {
  width: 75px;
  height: 75px;
  background-color: #d1d1d1;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.testimonial-slide p {
  font-size: 15px;
  line-height: 1.7;
  color: #eaeaea;
  max-width: 800px;
  margin: 0 auto 25px auto;
}

/* Author Details */
.author-details h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
}

.author-details span {
  font-size: 14px;
  color: #cccccc;
}

/* Pagination Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  z-index: 10;
  position: relative;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.dot.active {
  background-color: #b29463; /* Matching gold theme indicator */
  transform: scale(1.15);
}

/* Responsive Rules */
@media screen and (max-width: 768px) {
  .testimonial-slide h2 {
    font-size: 24px;
  }
  .testimonial-slide p {
    font-size: 14px;
  }
}
/* Header Styles */
.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.header-line {
  width: 60px;
  height: 3px;
  background-color: #b29463; /* Matching gold accent line */
  margin: 0 auto 12px auto;
}

.contact-header h2 {
  font-size: 28px;
  font-weight: bold;
  color: #222;
}

/* Form Layout Styling */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-row.full-width {
  grid-template-columns: 1fr;
}

.form-group {
  width: 100%;
}

/* Input & Textarea Field Styles */
.contact-form input,
.contact-form textarea {
  width: 100%;
  background-color: #f2f2f2; /* Light gray background matching placeholder blocks */
  border: 1px solid #e5e5e5;
  padding: 16px 20px;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #888;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background-color: #fff;
  border-color: #b29463;
}

/* Submit Button Style */
.form-submit {
  text-align: center;
  margin-top: 10px;
}

.btn-submit {
  background-color: #b29463; /* Matching gold theme button */
  color: #fff;
  border: none;
  padding: 14px 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
  background-color: #9c7d4d;
  transform: translateY(-2px);
}

/* Responsive Breakpoints */
@media screen and (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
/* Footer Container Setup */
.site-footer {
  background-color: #0e3b43; /* Dark teal background matching your design theme */
  color: #fff;
  padding: 70px 20px 20px 20px;
}

/* Footer Grid Layout */
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-col h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
}

/* Gold Accent Underline for Headings */
.footer-col h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #b29463;
}

/* Brand Column */
.footer-logo {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
}

.brand-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #d1d1d1;
  margin-bottom: 20px;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
  background-color: #b29463;
  transform: translateY(-2px);
}

/* Links Columns */
.links-col ul {
  list-style: none;
}

.links-col ul li {
  margin-bottom: 12px;
}

.links-col ul li a {
  color: #d1d1d1;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.links-col ul li a:hover {
  color: #b29463;
  padding-left: 4px;
}

/* Contact Column */
.contact-section {
  margin-bottom: 90px;
}

.contact-list {
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #d1d1d1;
  line-height: 1.5;
}

.contact-list i {
  color: #b29463;
  margin-top: 3px;
}

/* Footer Bottom Bar */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  font-size: 13px;
  color: #aaaaaa;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: #aaaaaa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #fff;
}

/* Responsive Breakpoints */
@media screen and (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.aboutus {
  /* Navigation */
}
.aboutus nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 5%;
  z-index: 1000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.aboutus .logo {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.aboutus .logo span {
  color: var(--accent);
}
.aboutus .nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.aboutus .nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}
.aboutus .nav-links a:hover, .aboutus .nav-links a.active {
  color: var(--accent);
}
.aboutus .menu-toggle {
  display: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.aboutus {
  /* Hero Section */
}
.aboutus .hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.9)), url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #ffffff;
  padding: 10rem 5% 6rem;
  text-align: center;
}
.aboutus .hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #f8fafc;
}
.aboutus .hero p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
}
.aboutus {
  /* Main Content Layout */
}
.aboutus .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}
.aboutus .about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}
.aboutus .image-wrapper {
  position: relative;
}
.aboutus .image-wrapper img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.aboutus .experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--accent);
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.aboutus .experience-badge h3 {
  font-size: 2rem;
  line-height: 1;
}
.aboutus .experience-badge p {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.aboutus .about-text h2 {
  font-size: 2.25rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}
.aboutus .about-text p {
  color: var(--text-light);
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}
.aboutus {
  /* Expertise / Practice Areas Section */
}
.aboutus .expertise-section {
  background-color: #ffffff;
  padding: 5rem 2rem;
}
.aboutus .section-title {
  text-align: center;
  margin-bottom: 3.5rem;
}
.aboutus .section-title h2 {
  font-size: 2.25rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.aboutus .section-title p {
  color: var(--text-light);
}
.aboutus .cards-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.aboutus .card {
  background: var(--light);
  padding: 2.5rem 2rem;
  border-radius: 8px;
  border-top: 4px solid var(--accent);
  transition: var(--transition);
}
.aboutus .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.aboutus .card i {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 1.2rem;
}
.aboutus .card h3 {
  font-size: 1.25rem;
  color: var(--primary);
  margin-bottom: 0.8rem;
}
.aboutus .card p {
  color: var(--text-light);
  font-size: 0.95rem;
}
.aboutus {
  /* Credentials Section */
}
.aboutus .credentials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.aboutus .credential-box {
  background: #ffffff;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.aboutus .credential-box h3 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.aboutus .credential-box h3 i {
  color: var(--accent);
}
.aboutus .credential-list {
  list-style: none;
}
.aboutus .credential-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e2e8f0;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
}
.aboutus .credential-list li span:last-child {
  color: var(--text-light);
  font-weight: 500;
}
.aboutus {
  /* Call to Action Footer Strip */
}
.aboutus .cta-strip {
  background: var(--primary);
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.aboutus .cta-strip h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.aboutus .cta-strip p {
  color: #cbd5e1;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.aboutus .btn {
  display: inline-block;
  background: var(--accent);
  color: #ffffff;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}
.aboutus .btn:hover {
  filter: brightness(1.1);
}
.aboutus footer {
  background: #090d16;
  color: #64748b;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.85rem;
}
.aboutus {
  /* Responsive Breakpoints */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.aboutus .fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
@media (max-width: 900px) {
  .aboutus .about-grid, .aboutus .credentials {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .aboutus .hero h1 {
    font-size: 2.2rem;
  }
  .aboutus .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .aboutus .nav-links.active {
    display: flex;
  }
  .aboutus .menu-toggle {
    display: block;
  }
  .aboutus .experience-badge {
    right: 10px;
    bottom: -15px;
  }
}

.services {
  /* Navigation */
}
.services nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 5%;
  z-index: 1000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.services .logo {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.services .logo span {
  color: var(--accent);
}
.services .nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.services .nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}
.services .nav-links a:hover, .services .nav-links a.active {
  color: var(--accent);
}
.services .menu-toggle {
  display: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.services {
  /* Hero Section */
}
.services .hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.9)), url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #ffffff;
  padding: 10rem 5% 5rem;
  text-align: center;
}
.services .hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #f8fafc;
}
.services .hero p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
}
.services {
  /* Search & Filter Bar */
}
.services .filter-container {
  max-width: 1200px;
  margin: -2.5rem auto 2rem;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
.services .search-box {
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.services .search-box i {
  color: var(--text-light);
  font-size: 1.2rem;
}
.services .search-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: var(--text-main);
}
.services {
  /* Main Services Grid */
}
.services .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
}
.services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}
.services .service-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  transition: var(--transition);
  border-top: 4px solid var(--accent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}
.services .service-content {
  padding: 0;
}
.services .service-icon {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.services .service-card h3 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.services .service-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.services .service-list {
  list-style: none;
  margin-bottom: 1.5rem;
}
.services .service-list li {
  font-size: 0.9rem;
  color: var(--text-main);
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.services .service-list li i {
  color: var(--accent);
  font-size: 0.75rem;
}
.services .service-footer {
  padding: 1.5rem 2rem;
  background: #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services .service-footer span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.services .details-btn {
  background: none;
  border: none;
  color: var(--accent);
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition);
}
.services .details-btn:hover {
  color: var(--primary);
}
.services {
  /* No Results Fallback State */
}
.services .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem;
  background: #ffffff;
  border-radius: 8px;
  color: var(--text-light);
  display: none;
}
.services .no-results i {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}
.services {
  /* Call to Action Strip */
}
.services .cta-strip {
  background: var(--primary);
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.services .cta-strip h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.services .cta-strip p {
  color: #cbd5e1;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.services .btn {
  display: inline-block;
  background: var(--accent);
  color: #ffffff;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}
.services .btn:hover {
  filter: brightness(1.1);
}
.services footer {
  background: #090d16;
  color: #64748b;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.85rem;
}
.services {
  /* Responsive Design */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services .fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
@media (max-width: 900px) {
  .services .hero h1 {
    font-size: 2.2rem;
  }
  .services .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .services .nav-links.active {
    display: flex;
  }
  .services .menu-toggle {
    display: block;
  }
}

.caseswrapper .logo {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.caseswrapper .logo span {
  color: var(--accent);
}
.caseswrapper .nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.caseswrapper .nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}
.caseswrapper .nav-links a:hover, .caseswrapper .nav-links a.active {
  color: var(--accent);
}
.caseswrapper .menu-toggle {
  display: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.caseswrapper {
  /* Hero Section */
}
.caseswrapper .hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.9)), url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #ffffff;
  padding: 10rem 5% 5rem;
  text-align: center;
}
.caseswrapper .hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #f8fafc;
}
.caseswrapper .hero p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
}
.caseswrapper {
  /* Filter & Search Bar */
}
.caseswrapper .controls-container {
  max-width: 1200px;
  margin: -2.5rem auto 2rem;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.caseswrapper .search-filter-box {
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.caseswrapper .search-filter-box i {
  color: var(--text-light);
  font-size: 1.2rem;
}
.caseswrapper .search-filter-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: var(--text-main);
}
.caseswrapper .category-filters {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.caseswrapper .filter-btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 0.5rem 1.25rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-main);
  cursor: pointer;
  transition: var(--transition);
}
.caseswrapper .filter-btn:hover, .caseswrapper .filter-btn.active {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}
.caseswrapper {
  /* Main Cases Grid */
}
.caseswrapper .cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}
.caseswrapper .case-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  transition: var(--transition);
  border-top: 4px solid var(--accent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.caseswrapper .case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}
.caseswrapper .case-content {
  padding: 2.5rem 2rem 1.5rem;
}
.caseswrapper .case-tag {
  display: inline-block;
  background: #f1f5f9;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.caseswrapper .case-card h3 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 0.8rem;
}
.caseswrapper .case-citation {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.caseswrapper .case-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.caseswrapper .case-meta {
  list-style: none;
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
}
.caseswrapper .case-meta li {
  font-size: 0.85rem;
  color: var(--text-main);
  padding: 0.3rem 0;
  display: flex;
  justify-content: space-between;
}
.caseswrapper .case-meta li span:last-child {
  font-weight: 500;
  color: var(--text-light);
}
.caseswrapper .case-footer {
  padding: 1.2rem 2rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.caseswrapper .view-btn {
  background: none;
  border: none;
  color: var(--primary);
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition);
  text-decoration: none;
}
.caseswrapper .view-btn:hover {
  color: var(--accent);
}
.caseswrapper {
  /* No Results Fallback */
}
.caseswrapper .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem;
  background: #ffffff;
  border-radius: 8px;
  color: var(--text-light);
  display: none;
}
.caseswrapper .no-results i {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}
.caseswrapper {
  /* Call to Action Strip */
}
.caseswrapper .cta-strip {
  background: var(--primary);
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.caseswrapper .cta-strip h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.caseswrapper .cta-strip p {
  color: #cbd5e1;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.caseswrapper .btn {
  display: inline-block;
  background: var(--accent);
  color: #ffffff;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}
.caseswrapper .btn:hover {
  filter: brightness(1.1);
}
.caseswrapper footer {
  background: #090d16;
  color: #64748b;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.85rem;
}
.caseswrapper {
  /* Responsive Breakpoints */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.caseswrapper .fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
@media (max-width: 900px) {
  .caseswrapper .hero h1 {
    font-size: 2.2rem;
  }
  .caseswrapper .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .caseswrapper .nav-links.active {
    display: flex;
  }
  .caseswrapper .menu-toggle {
    display: block;
  }
}

.blog-page {
  /* Navigation */
}
.blog-page nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 5%;
  z-index: 1000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.blog-page .logo {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.blog-page .logo span {
  color: var(--accent);
}
.blog-page .nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.blog-page .nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}
.blog-page .nav-links a:hover, .blog-page .nav-links a.active {
  color: var(--accent);
}
.blog-page .menu-toggle {
  display: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.blog-page {
  /* Hero Section */
}
.blog-page .hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.9)), url("https://images.unsplash.com/photo-1450133064473-71024230f91b?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #ffffff;
  padding: 10rem 5% 5rem;
  text-align: center;
}
.blog-page .hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #f8fafc;
}
.blog-page .hero p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
}
.blog-page {
  /* Controls & Filter Bar */
}
.blog-page .controls-container {
  max-width: 1200px;
  margin: -2.5rem auto 2rem;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-page .search-filter-box {
  background: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-page .search-filter-box i {
  color: var(--text-light);
  font-size: 1.2rem;
}
.blog-page .search-filter-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: var(--text-main);
}
.blog-page .category-filters {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.blog-page .filter-btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 0.5rem 1.25rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-main);
  cursor: pointer;
  transition: var(--transition);
}
.blog-page .filter-btn:hover, .blog-page .filter-btn.active {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}
.blog-page {
  /* Blog Articles Grid */
}
.blog-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
}
.blog-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}
.blog-page .blog-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  transition: var(--transition);
  border-top: 4px solid var(--accent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-page .blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}
.blog-page .blog-image {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page .blog-content {
  padding: 2rem 2rem 1.5rem;
}
.blog-page .blog-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.blog-page .blog-tag {
  background: #f1f5f9;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-page .blog-date {
  font-size: 0.85rem;
  color: var(--text-light);
}
.blog-page .blog-card h3 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.blog-page .blog-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.blog-page .blog-footer {
  padding: 1.2rem 2rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-page .read-btn {
  background: none;
  border: none;
  color: var(--primary);
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition);
  text-decoration: none;
}
.blog-page .read-btn:hover {
  color: var(--accent);
}
.blog-page .read-time {
  font-size: 0.85rem;
  color: var(--text-light);
}
.blog-page {
  /* No Results Fallback */
}
.blog-page .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem;
  background: #ffffff;
  border-radius: 8px;
  color: var(--text-light);
  display: none;
}
.blog-page .no-results i {
  font-size: 2.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}
.blog-page {
  /* Call to Action Strip */
}
.blog-page .cta-strip {
  background: var(--primary);
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.blog-page .cta-strip h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.blog-page .cta-strip p {
  color: #cbd5e1;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog-page .btn {
  display: inline-block;
  background: var(--accent);
  color: #ffffff;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}
.blog-page .btn:hover {
  filter: brightness(1.1);
}
.blog-page footer {
  background: #090d16;
  color: #64748b;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.85rem;
}
.blog-page {
  /* Responsive Breakpoints */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blog-page .fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
@media (max-width: 900px) {
  .blog-page .hero h1 {
    font-size: 2.2rem;
  }
  .blog-page .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .blog-page .nav-links.active {
    display: flex;
  }
  .blog-page .menu-toggle {
    display: block;
  }
}

.contact_us {
  /* Navigation */
}
.contact_us nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 5%;
  z-index: 1000;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.contact_us .logo {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact_us .logo span {
  color: var(--accent);
}
.contact_us .nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.contact_us .nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}
.contact_us .nav-links a:hover, .contact_us .nav-links a.active {
  color: var(--accent);
}
.contact_us .menu-toggle {
  display: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.contact_us {
  /* Hero Section */
}
.contact_us .hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.9)), url("https://images.unsplash.com/photo-1423596629142-b7e521de069bad?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #ffffff;
  padding: 10rem 5% 5rem;
  text-align: center;
}
.contact_us .hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #f8fafc;
}
.contact_us .hero p {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
}
.contact_us {
  /* Contact Section Layout */
}
.contact_us .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}
.contact_us .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
}
.contact_us {
  /* Contact Information Column */
}
.contact_us .contact-info-col h2 {
  font-size: 2.25rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.contact_us .contact-info-col p {
  color: var(--text-light);
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}
.contact_us .info-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact_us .info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
  border-left: 4px solid var(--accent);
}
.contact_us .info-item i {
  font-size: 1.5rem;
  color: var(--accent);
  margin-top: 0.2rem;
}
.contact_us .info-content h3 {
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 0.3rem;
}
.contact_us .info-content p, .contact_us .info-content a {
  color: var(--text-light);
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
}
.contact_us .info-content a:hover {
  color: var(--accent);
}
.contact_us {
  /* Contact Form Column */
}
.contact_us .form-col {
  background: #ffffff;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--accent);
}
.contact_us .form-col h3 {
  font-size: 1.75rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.contact_us .form-col p {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}
.contact_us .form-group {
  margin-bottom: 1.5rem;
}
.contact_us .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.contact_us label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact_us input, .contact_us select, .contact_us textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: var(--text-main);
  outline: none;
  transition: var(--transition);
  background: #f8fafc;
}
.contact_us input:focus, .contact_us select:focus, .contact_us textarea:focus {
  border-color: var(--accent);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.1);
}
.contact_us textarea {
  resize: vertical;
  height: 140px;
}
.contact_us .btn-submit {
  background: var(--accent);
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.contact_us .btn-submit:hover {
  filter: brightness(1.1);
}
.contact_us {
  /* Success Message Overlay state */
}
.contact_us .form-success-msg {
  display: none;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
  padding: 1.5rem;
  border-radius: 6px;
  text-align: center;
  margin-top: 1rem;
}
.contact_us .form-success-msg i {
  font-size: 2rem;
  color: #22c55e;
  margin-bottom: 0.5rem;
}
.contact_us {
  /* Footer */
}
.contact_us footer {
  background: #090d16;
  color: #64748b;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.85rem;
}
.contact_us {
  /* Responsive Design */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact_us .fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
@media (max-width: 900px) {
  .contact_us .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .contact_us .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact_us .hero h1 {
    font-size: 2.2rem;
  }
  .contact_us .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .contact_us .nav-links.active {
    display: flex;
  }
  .contact_us .menu-toggle {
    display: block;
  }
}

.contact_us .hero {
  background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.9)), url("../img/contact.jpg") center/cover no-repeat;
  color: #ffffff;
  padding: 10rem 5% 5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .aboutmain .about-text h3 {
    font-size: 24px;
  }
  .section-header h3 {
    font-size: 24px;
  }
  .services-section {
    margin-bottom: 10px;
  }
  .testimonial-section {
    margin-bottom: 40px;
  }
  .aboutus .container {
    padding: 0rem 15px;
    margin-bottom: 40px;
  }
  .aboutus .expertise-section {
    padding: 0rem 20px;
  }
  .aboutus .hero {
    margin-bottom: 40px;
  }
  .aboutus .section-title h2 {
    font-size: 24px;
  }
  .aboutus .credential-box {
    padding: 0;
  }
  .aboutus .about-grid, .aboutus .credentials {
    gap: 15px;
  }
  .service-card {
    padding: 50px 0;
  }
  .services .container {
    padding: 0 15px;
  }
  .service-card {
    width: 320px;
  }
  .services .cta-strip h2 {
    font-size: 24px;
  }
  .caseswrapper .case-content {
    padding: 2.5rem 15px 15px;
  }
  .caseswrapper .cases-grid {
    display: block;
  }
  .blog-page .blog-grid {
    display: block;
  }
  .blog-page .container {
    padding: 2rem 15px 0px;
  }
}/*# sourceMappingURL=style.css.map */