/*
Theme Name: Mensenhelpen Custom
Theme URI: https://mensenhelpenindia.com
Author: Mensenhelpen
Description: Custom WordPress theme replicating the Mensen Helpen India BPO design. Built with Bootstrap 5.
Version: 1.1.0
Text Domain: mensenhelpen
*/

:root {
  --mh-primary: #009ceb; /* Cyan/Blue used in top bar and buttons */
  --mh-dark: #001f3f;    /* Dark blue for footer */
  --mh-hero-bg: #4f9ed1; /* Lighter blue for hero background */
  --mh-text: #333333;
  --mh-light: #f5f8fa;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: var(--mh-text);
  margin: 0;
  padding: 0;
  background-color: #fff;
}

a {
  text-decoration: none;
}

/* Typography Overrides */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--mh-dark);
}

.text-primary {
  color: var(--mh-primary) !important;
}

.bg-primary {
  background-color: var(--mh-primary) !important;
}

.btn-primary {
  background-color: var(--mh-primary);
  border-color: var(--mh-primary);
  border-radius: 0;
  padding: 10px 24px;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}

/* Top Bar */
.top-bar {
  background-color: var(--mh-primary);
  color: white;
  font-size: 0.85rem;
  padding: 8px 0;
}

.top-bar a {
  color: white;
}

.top-bar .social-icons a {
  margin-left: 12px;
  font-size: 1rem;
}

/* Header & Navbar */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  max-height: 60px;
}

.navbar-nav .nav-link {
  color: #555;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 12px !important;
  border-bottom: 3px solid transparent;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--mh-primary);
  border-bottom: 3px solid var(--mh-primary);
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #4f9ed1 0%, #2f73a3 100%);
  padding: 80px 0 120px 0; /* Extra padding bottom for overlapping cards */
  position: relative;
  overflow: hidden;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0a1128;
  font-family: 'Georgia', serif;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(255,255,255,0.3);
  padding: 20px;
  border-radius: 5px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.3);
  border: none;
}

.carousel-indicators .active {
  background-color: #000;
}

/* Overlapping Features */
.features-overlap {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.feature-card {
  background: white;
  border-radius: 8px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  height: 100%;
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--mh-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  font-size: 1.5rem;
}

.feature-card h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0;
}

/* Section Headings */
.section-heading {
  font-weight: 800;
  color: #333;
}

.section-heading span {
  color: var(--mh-primary);
}

/* What Makes Us Different */
.different-section {
  background-color: var(--mh-light);
}

.different-card {
  background: white;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.different-card p {
  font-size: 0.9rem;
  color: #666;
}

/* Contact Split Section */
.contact-split {
  display: flex;
  flex-wrap: wrap;
}

.contact-img {
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.contact-form-side {
  background-color: var(--mh-primary);
  color: white;
  padding: 60px 40px;
}

.contact-form-side h3 {
  color: white;
  margin-bottom: 30px;
}

.contact-form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-radius: 0;
  color: white;
  padding-left: 0;
}

.contact-form .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-bottom-color: white;
}

.contact-form .btn {
  background-color: white;
  color: var(--mh-primary);
  font-weight: bold;
}

/* Management Team */
.team-member {
  text-align: center;
}

.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}

.team-info {
  background-color: var(--mh-primary);
  color: white;
  padding: 40px 15px 15px;
}

.team-info h5 {
  color: white;
  margin-bottom: 5px;
}

/* We are Working With (Icons) */
.client-icon {
  text-align: center;
}

.client-icon img {
  max-width: 60px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-icon:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Service Locations */
.location-btn {
  display: inline-block;
  background-color: var(--mh-primary);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin: 5px;
}

.location-btn:hover {
  background-color: #007bb5;
  color: white;
}

/* Pre-footer CTA */
.pre-footer {
  background-color: var(--mh-primary);
  color: white;
  padding: 20px 0;
}

.pre-footer .btn {
  background-color: white;
  color: var(--mh-primary);
}

/* Footer */
.site-footer {
  background-color: var(--mh-dark);
  color: #ccc;
  padding: 60px 0 20px;
  font-size: 0.85rem;
}

.site-footer h5 {
  color: white;
  font-size: 1rem;
  margin-bottom: 20px;
}

.site-footer ul {
  padding-left: 0;
  list-style: none;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer a {
  color: #ccc;
}

.site-footer a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 40px;
}
