/*
Theme Name: DoubleDeeAstute Limited
Version: 3.1.0
Description: Premium international consultancy theme with sophisticated design
Author: DoubleDeeAstute
*/

/* ==========================================================================
   Reset & Base
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #2c3e50;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #4a799c;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.2rem;
  color: #5d646c;
  line-height: 1.8;
  font-size: 1.05rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.section {
  padding: 100px 0;
}

.section-gray {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */

.site-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  min-height: 80px;
}

.main-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.site-header .container {
  position: relative;
}

.site-logo {
  flex-shrink: 0;
  max-width: 220px;
}

.site-logo a {
  display: flex;
  align-items: center;
}

.site-logo img,
.site-logo-img,
.custom-logo-link img,
.custom-logo {
  max-height: 70px !important;
  max-width: 220px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .site-logo {
    max-width: 160px;
  }

  .site-logo img,
  .site-logo-img,
  .custom-logo-link img,
  .custom-logo {
    max-height: 50px !important;
    max-width: 160px !important;
  }
}

.main-nav {
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #5d646c;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
  position: relative;
}

.main-nav a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #debb6b;
  transition: width 0.3s ease;
}

.main-nav a:hover:after,
.main-nav .current-menu-item a:after {
  width: 100%;
}

.main-nav a:hover,
.main-nav .current-menu-item a {
  color: #debb6b;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #4a799c;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: flex;
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100vh;
    transform: none !important;
    background: #fff;
    flex-direction: column;
    padding: 80px 30px 30px;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
    gap: 10px;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
  }

  .main-nav li {
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
  }

  .main-nav li:last-child {
    border-bottom: none;
  }

  .main-nav a {
    display: block;
    padding: 15px 0;
    font-size: 1.1rem;
  }

  .main-nav.active {
    left: 0;
  }
}

/* ==========================================================================
   Page Header - Consistent across all pages
   ========================================================================== */

.page-header {
  background: linear-gradient(135deg, #4a799c 0%, #5d646c 100%);
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
}

.page-header h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 10px;
}

.page-header p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
}

/* ==========================================================================
   Hero Section - Premium Design (Homepage only)
   ========================================================================== */

.hero {
  position: relative;
  background: linear-gradient(135deg, rgba(74, 121, 156, 0.9) 0%, rgba(93, 100, 108, 0.85) 100%),
    url('images/hero-background.png') center/cover no-repeat;
  color: #fff;
  padding: 140px 0 120px;
  overflow: hidden;
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.hero p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.3rem;
  margin-bottom: 40px;
  max-width: 750px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hero {
    padding: 80px 0 60px;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1.1rem;
  }
}

/* ==========================================================================
   Enhanced Hero - International Design
   ========================================================================== */

.hero-enhanced {
  padding: 140px 0 80px;
}

.hero-tagline {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #debb6b;
  margin-bottom: 20px;
  padding: 8px 20px;
  border: 1px solid rgba(222, 187, 107, 0.5);
  border-radius: 30px;
}

.text-gold {
  color: #debb6b;
}

.hero-description {
  max-width: 700px;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  gap: 50px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #debb6b;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .hero-stats {
    flex-wrap: wrap;
    gap: 30px;
  }

  .stat-item {
    flex: 1 1 45%;
  }

  .stat-number {
    font-size: 2rem;
  }
}

/* ==========================================================================
   Global Presence Banner
   ========================================================================== */

.global-banner {
  background: #debb6b;
  padding: 25px 0;
}

.global-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.global-text h3 {
  color: #4a799c;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.global-text p {
  color: #5d646c;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.global-locations {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.location-tag {
  background: rgba(255, 255, 255, 0.9);
  color: #4a799c;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .global-content {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   Why Choose Us Section
   ========================================================================== */

.why-choose-section {
  background: linear-gradient(135deg, #4a799c 0%, #5d646c 100%);
  color: #fff;
}

.why-choose-section .section-label {
  color: #debb6b;
}

.why-choose-section h2 {
  color: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.why-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.why-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.why-card h4 {
  color: #debb6b;
  margin-bottom: 15px;
}

.why-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Feature List
   ========================================================================== */

.feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.feature-list li {
  padding: 10px 0;
  font-size: 1.05rem;
  color: #5d646c;
  border-bottom: 1px solid #e5e7eb;
}

.feature-list li:last-child {
  border-bottom: none;
}

/* ==========================================================================
   Home CTA Section
   ========================================================================== */

.home-cta {
  background: linear-gradient(135deg, #4a799c 0%, #5d646c 100%);
  text-align: center;
}

.home-cta h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.home-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 30px;
}



/* ==========================================================================
   Buttons - Premium Style
   ========================================================================== */

.btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0.3px;
}

.btn-primary {
  background: #debb6b;
  color: #fff;
  border-color: #debb6b;
  box-shadow: 0 4px 15px rgba(222, 187, 107, 0.3);
}

.btn-primary:hover {
  background: #c9a85a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(222, 187, 107, 0.4);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: translateY(-2px);
}

/* ==========================================================================
   About Section - With Image
   ========================================================================== */

.about-section {
  padding: 100px 0;
  background: #fff;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-text h3 {
  color: #1a252f;
  margin-bottom: 25px;
  font-size: 2.2rem;
}

.about-text p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-text ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.about-text ul li {
  padding: 12px 0 12px 30px;
  color: #5a6c7d;
  position: relative;
  line-height: 1.7;
}

.about-text ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: bold;
  font-size: 1.2rem;
}

.page-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-content p {
  margin-bottom: 1.5rem;
}

.page-content ul,
.page-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.page-content li {
  margin-bottom: 0.5rem;
}

.about-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 968px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-image {
    order: -1;
  }
}

/* ==========================================================================
   About Page - Mission & Vision
   ========================================================================== */

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.mission-box,
.vision-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.mission-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.mission-box h3,
.vision-box h3 {
  color: #4a799c;
  margin-bottom: 15px;
}

.mission-box p,
.vision-box p {
  font-size: 1.1rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   About Page - History & Team Content
   ========================================================================== */

.history-content,
.team-content {
  max-width: 900px;
  margin: 0 auto;
}

.history-content p,
.team-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   About Page - Core Values
   ========================================================================== */

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}

.value-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.value-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.value-card h4 {
  color: #4a799c;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 0.95rem;
  color: #5d646c;
  margin-bottom: 0;
}

/* ==========================================================================
   About Page - NEW Redesigned Styles
   ========================================================================== */

/* Section Labels */
.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #debb6b;
  margin-bottom: 15px;
}

.page-label {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.section-header {
  margin-bottom: 50px;
}

/* About Hero */
.about-hero {
  padding: 120px 0 80px;
}

/* Intro Section - Split Layout */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-content h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  color: #4a799c;
}

.intro-image {
  position: relative;
}

.intro-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.image-accent {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #debb6b;
  border-radius: 12px;
  z-index: -1;
}

@media (max-width: 968px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .intro-image {
    order: -1;
  }

  .image-accent {
    display: none;
  }
}

/* Mission & Vision Cards */
.mission-vision-section {
  background: linear-gradient(135deg, #4a799c 0%, #5d646c 100%);
}

.mv-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.mv-card {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.mv-icon-wrap {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #debb6b 0%, #c9a85a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.mv-icon {
  font-size: 2.5rem;
}

.mv-card h3 {
  color: #4a799c;
  margin-bottom: 20px;
}

.mv-card p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .mv-cards {
    grid-template-columns: 1fr;
  }
}

/* History Timeline */
.history-section {
  background: #f8f9fa;
}

.history-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 100px;
}

.history-timeline::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #debb6b 0%, #4a799c 100%);
  border-radius: 3px;
}

.timeline-item {
  position: relative;
  padding-bottom: 40px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -60px;
  top: 0;
  background: #debb6b;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 8px 12px;
  border-radius: 6px;
  min-width: 70px;
  text-align: center;
}

.timeline-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.timeline-content h4 {
  color: #4a799c;
  margin-bottom: 15px;
}

.timeline-content p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .history-timeline {
    padding-left: 20px;
  }

  .timeline-marker {
    position: relative;
    left: auto;
    display: inline-block;
    margin-bottom: 15px;
  }

  .history-timeline::before {
    display: none;
  }
}

/* Team Section */
.team-section {
  background: linear-gradient(135deg, #4a799c 0%, #5d646c 100%);
  color: #fff;
  text-align: center;
}

.team-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.team-badge {
  width: 80px;
  height: 80px;
  background: #debb6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 30px;
}

.team-section h2 {
  color: #fff;
  margin-bottom: 30px;
}

.team-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.9;
}

.lead-text {
  font-size: 1.3rem !important;
  font-weight: 500;
}

.highlight-text {
  font-weight: 600;
  color: #debb6b !important;
  font-size: 1.2rem !important;
}

/* Values Section - Modern Numbered Cards */
.values-section {
  background: #f8f9fa;
}

.values-modern-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.value-modern-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

.value-modern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-top-color: #debb6b;
}

.value-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #debb6b;
  margin-bottom: 15px;
  line-height: 1;
}

.value-modern-card h4 {
  color: #4a799c;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.value-modern-card p {
  font-size: 0.9rem;
  color: #5d646c;
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .values-modern-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .values-modern-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .values-modern-grid {
    grid-template-columns: 1fr;
  }
}

/* About CTA */
.about-cta {
  background: linear-gradient(135deg, #4a799c 0%, #5d646c 100%);
  text-align: center;
}

.cta-content h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* ==========================================================================
   Service Cards - Premium Design
   ========================================================================== */

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.service-card {
  background: #fff;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-card h5 {
  color: #1a252f;
  margin: 0;
  padding: 25px 25px 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.service-card p {
  color: #5a6c7d;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  padding: 0 25px 25px;
}

/* ==========================================================================
   Footer - Premium Design
   ========================================================================== */

.site-footer {
  background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
  color: rgba(255, 255, 255, 0.85);
  padding: 70px 0 0;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget h6 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-widget p,
.footer-widget a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.9;
}

.footer-widget a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 30px 0;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   About & Services Pages
   ========================================================================== */

.about-detail-section {
  padding: 80px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.feature-card {
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #2563eb;
}

.feature-card h4 {
  color: #1a252f;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.feature-card p {
  color: #5a6c7d;
  line-height: 1.7;
}

.services-detail-section {
  padding: 80px 0;
}

.cta-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  padding: 80px 0;
}

.cta-section h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
}

.cta-section .btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.cta-section .btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */

.contact-section {
  padding: 80px 0;
}

.contact-intro {
  margin-bottom: 60px;
}

.contact-intro h2 {
  font-size: 1.8rem;
  color: #1a252f;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-form-container {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #1a252f;
  font-size: 0.95rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #2563eb;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button[type="submit"] {
  width: 100%;
  margin-top: 10px;
}

.contact-info-container {
  position: sticky;
  top: 100px;
}

.contact-info-box {
  background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.contact-info-box h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.contact-info-box .tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-details h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 15px;
  margin-top: 0;
}

.contact-details p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-links a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.contact-links a:hover {
  opacity: 0.8;
}

@media (max-width: 968px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-info-container {
    position: static;
  }
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.text-center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 2rem;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .page-header h1 {
    font-size: 2.2rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-widgets {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .container {
    padding: 0 20px;
  }
}