/* Enhanced Landing UI Styles */

/* General Improvements */
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  color: #333;
}

/* Typography Enhancements */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.heading_container span {
  color: #007bff;
  position: relative;
}

.heading_container p {
  font-size: 1.1rem;
  opacity: 0.8;
  margin-top: 1rem;
}

/* Service Section Enhancements */
.service-card {
  transition: all 0.3s ease;
  border: none;
  background-color: #fff;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.service-icon-container {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
}

.service-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-content h4 {
  color: #007bff;
  margin-bottom: 15px;
}

/* Why Us Section Enhancements */
.why_container .box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.why_container .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.why_container .img-box {
  background: linear-gradient(135deg, #007bff, #0056b3);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why_container .img-box img {
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1);
}

.why_container .detail-box {
  padding: 25px;
}

.why_container .detail-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #007bff;
}

/* Client Section Enhancements */
.client_section .box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.client_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.client_section .img-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #007bff;
}

.client_section .client_id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.client_section .fa-quote-left {
  color: #007bff;
  font-size: 24px;
}

/* Call to Action Buttons */
.btn-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0056b3, #003d80);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Hero Section Enhancements */
.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slider_section .detail-box p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Footer Enhancements */
.info_section {
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
}

.info_section h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.info_section h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #007bff;
}

.info_links a {
  color: #ddd;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.info_links a:hover,
.info_links a.active {
  color: #007bff;
  transform: translateX(5px);
}

.info_contact a {
  color: #ddd;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.info_contact a:hover {
  color: #007bff;
}

.info_contact i {
  margin-right: 10px;
  color: #007bff;
}

.info_social a {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.info_social a:hover {
  background-color: #007bff;
  transform: translateY(-3px);
}

/* ============================================ */
/* NAVBAR STYLES MOVED TO sticky-navbar.css   */
/* ============================================ */
/* Navigation Enhancement styles have been consolidated into sticky-navbar.css */
/* This includes brand styling, logo sizing, nav link enhancements, and mobile menu improvements */

/* Page Header Improvements */
.sub_page .hero_area {
  min-height: 300px;
}

.sub_page .hero_bg_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* Additional Section Styles for Consistency */
.layout_padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading_container.heading_center h2 {
  position: relative;
  margin-bottom: 35px;
}

.heading_container.heading_center h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #007bff;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* Consistent Card Styling Across Pages */
.card {
  border-radius: 8px;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.card-title {
  color: #007bff;
  font-weight: 700;
}

/* ============================================ */
/* MOBILE NAVBAR STYLES MOVED TO sticky-navbar.css */
/* ============================================ */
/* Mobile menu improvements and toggler animations consolidated */

/* Responsive Improvements */
@media (max-width: 768px) {
  .service-card {
    margin-bottom: 25px;
  }
  
  .slider_section .detail-box h1 {
    font-size: 2.2rem;
  }
  
  .heading_container h2 {
    font-size: 1.8rem;
  }
}

/* ============================================ */
/* NAVBAR HEIGHT & LAYOUT MOVED TO sticky-navbar.css */
/* ============================================ */
/* Navbar height reduction, hero area adjustments, and brand alignment consolidated */
