/* 
 * NaqaChem - Powerful Theme
 * A bold, dynamic and impactful design with water-themed elements
 */

/* Base Styles */
:root {
  --primary-color: #0056b3;
  --primary-dark: #003b7a;
  --primary-light: #2196f3;
  --secondary-color: #212121;
  --accent-color: #00e5ff;
  --accent-dark: #00b8d4;
  --light-bg: #f5f7fa;
  --white: #fff;
  --text-color: #212121;
  --border-radius: 6px;
  --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--light-bg);
  overflow-x: hidden;
  background-image: linear-gradient(to bottom, rgba(245, 247, 250, 0.95), rgba(245, 247, 250, 0.95)), 
                    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 25C55.5 25 60 29.5 60 35C60 40.5 55.5 45 50 45C44.5 45 40 40.5 40 35C40 29.5 44.5 25 50 25ZM50 55C55.5 55 60 59.5 60 65C60 70.5 55.5 75 50 75C44.5 75 40 70.5 40 65C40 59.5 44.5 55 50 55Z' fill='%230056b3' fill-opacity='0.05'/%3E%3C/svg%3E");
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: var(--transition);
  font-weight: 600;
}

a:hover {
  color: var(--accent-color);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
}

h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
  border-radius: 3px;
}

p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

/* Layout Components */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.section {
  padding: 80px 0;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
}

/* Water-themed decorative elements */
.water-drop {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 86, 179, 0.1);
  animation: float 8s ease-in-out infinite;
  z-index: -1;
}

.water-drop-1 {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
}

.water-drop-2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
  animation-delay: 2s;
}

.water-drop-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  right: -75px;
  animation-delay: 4s;
}

/* Header & Navigation */
header {
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

header .logo {
  padding: 15px 0;
  text-align: center;
}

header .logo img {
  height: 70px;
  transition: var(--transition);
}

header .logo img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 5px 15px rgba(0, 86, 179, 0.3));
}

nav {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-color));
  padding: 12px 0;
  position: relative;
  overflow: hidden;
}

nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1'/%3E%3C/svg%3E");
  opacity: 0.3;
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
  z-index: 1;
}

nav ul li {
  margin: 0 20px;
}

nav ul li a {
  color: var(--white);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--border-radius);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  position: relative;
}

nav ul li a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  transition: var(--transition);
}

nav ul li a:hover::before {
  width: 70%;
}

nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/water-background.jpg') no-repeat center center/cover;
  color: var(--white);
  padding: 140px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, var(--primary-dark) 0%, transparent 70%);
  opacity: 0.7;
  z-index: 1;
  animation: pulse 4s ease-in-out infinite;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23ffffff' opacity='0.15'/%3E%3Cpath d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' fill='%23ffffff' opacity='0.1'/%3E%3C/svg%3E") no-repeat bottom center/cover;
  z-index: 1;
  transform-origin: bottom;
  animation: wave 8s ease-in-out infinite;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(20px);
  animation: floatIn 1s ease-out forwards;
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.8rem;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease-out;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hero h1 span {
  color: var(--accent-color);
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.hero h1 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-color), transparent);
  border-radius: 5px;
  animation: waterFlow 3s ease-in-out infinite;
}

.hero p {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease-out 0.3s backwards;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.cta {
  display: inline-block;
  background: linear-gradient(45deg, var(--accent-color), var(--accent-dark));
  color: var(--white);
  padding: 15px 30px;
  border-radius: var(--border-radius);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: var(--transition);
  box-shadow: 0 10px 20px rgba(0, 181, 212, 0.3);
  animation: fadeInUp 1s ease-out 0.6s backwards;
  position: relative;
  overflow: hidden;
}

.cta:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 181, 212, 0.4);
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}

.cta:hover::before {
  left: 100%;
}

/* Features Section */
.features {
  padding: 100px 0;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.feature-item {
  flex: 1;
  min-width: 320px;
  max-width: 400px;
  padding: 40px 30px;
  text-align: center;
  background-color: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.feature-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 2.5rem;
  color: var(--primary-color);
  transition: var(--transition);
  z-index: 2;
}

.ripple-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 229, 255, 0.1);
  border-radius: 50%;
  animation: ripple 2s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-item:hover .feature-icon i {
  color: var(--accent-color);
  transform: scale(1.1);
}

.feature-item h3 {
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.feature-item p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  text-align: left;
}

.feature-list li {
  margin: 12px 0;
  padding-left: 25px;
  position: relative;
  color: #555;
  font-size: 0.95rem;
}

.feature-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--accent-color);
  font-size: 0.9rem;
}

.feature-cta {
  margin-top: auto;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.learn-more i {
  margin-left: 8px;
  transition: var(--transition);
}

.learn-more:hover {
  color: var(--accent-color);
}

.learn-more:hover i {
  transform: translateX(5px);
}

.section-footer {
  text-align: center;
  margin-top: 50px;
  padding: 0 20px;
}

.expertise-note {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
}

.expertise-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: linear-gradient(45deg, rgba(0, 86, 179, 0.1), rgba(0, 229, 255, 0.1));
  border-radius: 20px;
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

.badge i {
  margin-right: 8px;
  font-size: 1rem;
}

.badge:hover {
  transform: translateY(-2px);
  background: linear-gradient(45deg, rgba(0, 86, 179, 0.15), rgba(0, 229, 255, 0.15));
}

@media (max-width: 768px) {
  .features {
    padding: 60px 0;
  }
  
  .feature-item {
    min-width: 280px;
    margin: 10px;
  }
  
  .expertise-badges {
    gap: 10px;
  }
  
  .badge {
    padding: 6px 12px;
    font-size: 0.85rem;
  }
}

/* Services & About Sections */
.about, .services, .contact {
  padding: 80px 20px;
  text-align: center;
  background-color: var(--white);
  position: relative;
}

.about::before, .services::before, .contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.services-list, .why-choose-list {
  list-style-type: none;
  padding: 0;
  margin: 40px 0;
}

.services-list li, .why-choose-list li {
  background-color: var(--light-bg);
  margin: 20px 0;
  padding: 25px;
  border-radius: var(--border-radius);
  border-left: 8px solid var(--primary-color);
  text-align: left;
  transition: var(--transition);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.services-list li::before, .why-choose-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 86, 179, 0.05);
  transition: var(--transition);
  z-index: -1;
}

.services-list li::after, .why-choose-list li::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230056b3' opacity='0.1'%3E%3Cpath d='M12,15c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S13.66,15,12,15z'/%3E%3Cpath d='M8,9c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S9.66,9,8,9z'/%3E%3Cpath d='M16,9c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S17.66,9,16,9z'/%3E%3Cpath d='M8,21c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S9.66,21,8,21z'/%3E%3Cpath d='M16,21c-1.66,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S17.66,21,16,21z'/%3E%3C/svg%3E");
  background-size: contain;
  opacity: 0.2;
  transition: var(--transition);
}

.services-list li:hover::before, .why-choose-list li:hover::before {
  width: 100%;
}

.services-list li:hover::after, .why-choose-list li:hover::after {
  transform: rotate(45deg);
  opacity: 0.4;
}

.services-list li:hover, .why-choose-list li:hover {
  transform: translateX(15px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-left-color: var(--accent-color);
}

.service-item {
  margin-bottom: 40px;
}

/* Stats Section */
.stats-section {
  background: linear-gradient(rgba(0, 56, 179, 0.9), rgba(0, 56, 179, 0.9)), url('images/water-background.jpg') center/cover;
  padding: 80px 0;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 20px;
  margin: 10px;
  position: relative;
}

.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: var(--accent-color);
  border-radius: 3px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--accent-color);
}

.stat-text {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Footer */
footer {
  background: linear-gradient(135deg, var(--secondary-color), #000);
  color: var(--white);
  text-align: center;
  padding: 50px 0 30px;
  margin-top: 40px;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

footer::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
}

.footer-content {
  position: relative;
  z-index: 1;
}

.social-links {
  margin-top: 25px;
}

.social-links a {
  color: var(--white);
  font-size: 1.8rem;
  margin: 0 15px;
  transition: var(--transition);
  display: inline-block;
}

.social-links a:hover {
  color: var(--accent-color);
  transform: translateY(-8px) rotate(8deg);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes waterFlow {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes wave {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.2);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    align-items: center;
  }
  
  nav ul li {
    margin: 8px 0;
  }
  
  .hero {
    padding: 100px 15px;
    min-height: 50vh;
  }
  
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .hero p {
    font-size: 1.2rem;
  }
  
  .hero-content {
    padding: 15px;
  }
  
  .features {
    flex-direction: column;
  }
  
  .feature-item {
    margin: 15px 0;
  }
  
  .water-drop {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2rem;
  }
  
  .hero p {
    font-size: 1.1rem;
  }
  
  .cta {
    padding: 12px 25px;
    font-size: 0.9rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
}

/* Contact Page Styles */
.contact-content {
    padding: 80px 0;
    background-color: var(--white);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.info-items {
    margin-top: 40px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: var(--light-bg);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.info-item .feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 20px;
    margin-top: 0;
}

.info-item .feature-icon i {
    font-size: 1.5rem;
}

.info-details {
    flex: 1;
}

.info-details h3 {
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.info-details p {
    margin: 0;
    color: var(--text-color);
    line-height: 1.6;
}

.social-contact {
    margin-top: 40px;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icons .feature-icon {
    width: 45px;
    height: 45px;
    margin: 0;
    background: var(--light-bg);
    border-radius: 50%;
    transition: var(--transition);
}

.social-icons .feature-icon:hover {
    transform: translateY(-5px);
    background: var(--primary-color);
}

.social-icons .feature-icon:hover i {
    color: var(--white);
}

.social-icons i {
    font-size: 1.2rem;
}

/* Contact Form Styles */
.contact-form {
    padding: 40px;
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--secondary-color);
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--light-bg);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Map Section Styles */
.map-section {
    padding: 60px 0;
    background: var(--light-bg);
}

.map-container {
    height: 400px;
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder {
    text-align: center;
    padding: 40px;
}

.map-placeholder .feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.map-placeholder i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .info-item {
        padding: 15px;
    }
    
    .info-item .feature-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    
    .social-icons .feature-icon {
        width: 40px;
        height: 40px;
    }
}

/* CTA Section */
.cta-section {
    padding: 100px 20px;
    text-align: center;
    background: var(--light-bg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.cta-section .container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.cta-section h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.cta-section p {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: var(--text-color);
    max-width: 600px;
}

.cta-section .cta {
    margin-top: 15px;
    min-width: 200px;
    font-size: 1.1rem;
    padding: 15px 40px;
}

@media (max-width: 768px) {
    .cta-section {
        min-height: 300px;
        padding: 60px 20px;
    }
    
    .cta-section h2 {
        font-size: 2rem;
    }
    
    .cta-section p {
        font-size: 1.1rem;
    }
    
    .cta-section .cta {
        min-width: 180px;
        padding: 12px 30px;
    }
}

/* Services Content Styles */
.service-card {
    padding: 30px;
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    margin-bottom: 30px;
}

.service-card h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.service-card .service-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-bg);
    border-radius: 50%;
    transition: var(--transition);
}

.service-card .service-icon i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.service-card:hover .service-icon {
    background: var(--primary-color);
}

.service-card:hover .service-icon i {
    color: var(--white);
}