/* Global Styles */
:root {
  --primary-color: #3498db;
  --secondary-color: #2c3e50;
  --accent-color: #e74c3c;
  --light-color: #ecf0f1;
  --dark-color: #2c3e50;
  --text-color: #333;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: #f9f9f9;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Navigation */
header {
  background-color: var(--dark-color);
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 100;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5%;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
}

.logo-icon {
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin-left: 1.5rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  letter-spacing: 0.5px;
  display: inline-block;
  border: 1px solid transparent;
}

.nav-links a:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(44, 62, 80, 0.7), rgba(44, 62, 80, 0.8)), url('../images/it-background.jpg') center/cover;
  color: white;
  padding: 6rem 0;
  text-align: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  color: var(--primary-color);
}

.highlight {
  color: #d4af37;
  position: relative;
  display: inline-block;
  text-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
}

.highlight:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: rgba(212, 175, 55, 0.3);
  bottom: 5px;
  left: 0;
  z-index: -1;
  border-radius: 3px;
}

.hero p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.rc-number {
  font-size: 1rem;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #d4af37 0%, #f9d776 50%, #d4af37 100%);
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.5);
  color: #333;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
  text-shadow: none;
}

.cta-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: var(--shadow);
}

.cta-button:hover {
  background-color: #2980b9;
  transform: translateY(-3px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Services Section */
.services {
  padding: 7rem 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%233498db' fill-opacity='0.05'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  position: relative;
}

.services:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, transparent, var(--primary-color), #d4af37, var(--primary-color), transparent);
}

.section-title {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.section-title:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, rgba(52, 152, 219, 0) 70%);
  border-radius: 50%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.section-title h2 {
  font-size: 3rem;
  color: var(--dark-color);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.section-title h2:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-color), #d4af37, var(--primary-color), transparent);
  bottom: -12px;
  left: 15%;
  border-radius: 2px;
}

.section-title p {
  color: #555;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 1.5rem auto 0;
  font-weight: 500;
  line-height: 1.8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
}

.service-card {
  background: white;
  border-radius: 20px;
  padding: 3rem 2.5rem;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: perspective(1000px) rotateX(0deg);
}

.service-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s ease;
  z-index: -1;
}

.service-card:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.service-card:nth-child(1) {
  background: linear-gradient(to bottom, white, rgba(52, 152, 219, 0.05));
  border-bottom: 4px solid rgba(52, 152, 219, 0.3);
}

.service-card:nth-child(1):before {
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.05) 0%, rgba(52, 152, 219, 0.1) 100%);
}

.service-card:nth-child(2) {
  background: linear-gradient(to bottom, white, rgba(212, 175, 55, 0.05));
  border-bottom: 4px solid rgba(212, 175, 55, 0.3);
}

.service-card:nth-child(2):before {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0.1) 100%);
}

.service-card:nth-child(3) {
  background: linear-gradient(to bottom, white, rgba(44, 62, 80, 0.05));
  border-bottom: 4px solid rgba(44, 62, 80, 0.3);
}

.service-card:nth-child(3):before {
  background: linear-gradient(135deg, rgba(44, 62, 80, 0.05) 0%, rgba(44, 62, 80, 0.1) 100%);
}

/* Decorative corner elements */
.service-card:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: transparent;
  top: 15px;
  right: 15px;
  border-top: 3px solid rgba(52, 152, 219, 0.2);
  border-right: 3px solid rgba(52, 152, 219, 0.2);
}

.service-card:nth-child(2):after {
  border-top: 3px solid rgba(212, 175, 55, 0.2);
  border-right: 3px solid rgba(212, 175, 55, 0.2);
}

.service-card:nth-child(3):after {
  border-top: 3px solid rgba(44, 62, 80, 0.2);
  border-right: 3px solid rgba(44, 62, 80, 0.2);
}

.service-card:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: transparent;
  bottom: 15px;
  left: 15px;
  border-bottom: 3px solid rgba(52, 152, 219, 0.2);
  border-left: 3px solid rgba(52, 152, 219, 0.2);
}

.service-card:nth-child(2):before {
  border-bottom: 3px solid rgba(212, 175, 55, 0.2);
  border-left: 3px solid rgba(212, 175, 55, 0.2);
}

.service-card:nth-child(3):before {
  border-bottom: 3px solid rgba(44, 62, 80, 0.2);
  border-left: 3px solid rgba(44, 62, 80, 0.2);
}

.service-card:hover {
  transform: translateY(-20px) scale(1.02) perspective(1000px) rotateX(5deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.service-card:nth-child(1):hover {
  border-color: rgba(52, 152, 219, 0.4);
  box-shadow: 0 25px 50px rgba(52, 152, 219, 0.1);
}

.service-card:nth-child(2):hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 25px 50px rgba(212, 175, 55, 0.1);
}

.service-card:nth-child(3):hover {
  border-color: rgba(44, 62, 80, 0.4);
  box-shadow: 0 25px 50px rgba(44, 62, 80, 0.1);
}

.service-icon {
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #111;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.service-card:hover .service-icon {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 0 15px rgba(52, 152, 219, 0.3);
  transform: translateY(-5px);
}

.service-icon:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.2) 0%, rgba(212, 175, 55, 0.2) 100%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.4);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}

.service-icon svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

.service-card:hover .service-icon svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transform: scale(1.1);
}

.service-card:nth-child(1) .service-icon svg {
  fill: url(#blue-gradient);
}

.service-card:nth-child(2) .service-icon svg {
  fill: url(#gold-gradient);
}

.service-card:nth-child(3) .service-icon svg {
  fill: url(#dark-gradient);
}

.service-card h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: var(--dark-color);
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}

.service-card h3:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  bottom: -10px;
  left: 25%;
  border-radius: 2px;
  opacity: 0.8;
}

.service-card:nth-child(2) h3:after {
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.service-card:nth-child(3) h3:after {
  background: linear-gradient(90deg, transparent, #4a6b8a, transparent);
}

.service-card p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 1rem;
}

/* About Section */
.about {
  padding: 7rem 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #f0f8ff 100%);
  position: relative;
  overflow: hidden;
}

.about:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.03) 0%, rgba(52, 152, 219, 0) 70%);
  border-radius: 50%;
  top: -100px;
  left: -100px;
}

.about:after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, rgba(212, 175, 55, 0) 70%);
  border-radius: 50%;
  bottom: -200px;
  right: -200px;
}

.about-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-text {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.about-text h2 {
  font-size: 2.8rem;
  color: var(--dark-color);
  margin-bottom: 2rem;
  position: relative;
  letter-spacing: 0.5px;
}

.about-text h2:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #d4af37);
  bottom: -12px;
  left: 0;
  border-radius: 2px;
}

.about-text p {
  margin-bottom: 1.5rem;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid rgba(52, 152, 219, 0.2);
}

.about-text p:last-child {
  border-left: 3px solid rgba(212, 175, 55, 0.3);
}

.about-image {
  display: flex;
  justify-content: center;
  position: relative;
}

.about-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.about-logo {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: rotate(-3deg);
  transition: var(--transition);
  border: 5px solid white;
}

.about-logo:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Contact Section */
.contact {
  padding: 5rem 0;
  background-image: linear-gradient(135deg, rgba(44, 62, 80, 0.85) 0%, rgba(26, 60, 94, 0.85) 100%), 
                    url('../images/contact-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  position: relative;
}

.contact-content {
  display: flex;
  justify-content: center;
}

.contact-info {
  max-width: 600px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transform: translateZ(20px);
  position: relative;
  z-index: 2;
}

.contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-info h2:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 3px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 20%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  font-size: 1.2rem;
  padding: 0.8rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  transition: var(--transition);
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

.contact-item:before {
  content: attr(data-icon);
  margin-right: 15px;
  font-size: 1.8rem;
  color: var(--primary-color);
}

.contact-item span {
  font-weight: 500;
}

.contact-message {
  margin-top: 2.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer */
footer {
  background-color: #1a252f;
  color: white;
  text-align: center;
  padding: 2rem 0;
}

footer p {
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  
  .hero h1 {
    font-size: 2.2rem;
  }
  
  .about-content {
    grid-template-columns: 1fr;
  }
  
  .about-image {
    order: -1;
    margin-bottom: 2rem;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
}
/* About Section Enhanced */
.about {
  padding: 7rem 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23d4af37' fill-opacity='0.03'%3E%3Cpath d='M0 0h80v80H0V0zm20 20v40h40V20H20zm20 35a15 15 0 1 1 0-30 15 15 0 0 1 0 30z'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg, #f9f9f9 0%, #f0f8ff 100%);
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}

.about:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.03) 0%, rgba(52, 152, 219, 0) 70%);
  border-radius: 50%;
  top: -100px;
  left: -100px;
  animation: float 15s infinite alternate ease-in-out;
}

.about:after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, rgba(212, 175, 55, 0) 70%);
  border-radius: 50%;
  bottom: -200px;
  right: -200px;
  animation: float 20s infinite alternate-reverse ease-in-out;
}

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

.about-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.about-text {
  position: relative;
  padding: 2.5rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transform: perspective(1000px) rotateY(0deg);
  transition: all 0.5s ease;
}

.about-text:hover {
  transform: perspective(1000px) rotateY(2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}

.about-text h2 {
  font-size: 2.8rem;
  color: var(--dark-color);
  margin-bottom: 2rem;
  position: relative;
  letter-spacing: 0.5px;
}

.about-text h2:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #d4af37);
  bottom: -12px;
  left: 0;
  border-radius: 2px;
}

.about-text p {
  margin-bottom: 1.5rem;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid rgba(52, 152, 219, 0.2);
}

.about-text p:last-child {
  border-left: 3px solid rgba(212, 175, 55, 0.3);
}

.about-image {
  display: flex;
  justify-content: center;
  position: relative;
}

.about-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0) 70%);
  border-radius: 50%;
  z-index: -1;
}

.about-logo {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: rotate(-3deg);
  transition: var(--transition);
  border: 5px solid white;
}

.about-logo:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
/* Company Name Styling */
.company-name {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.dove-text {
  background: linear-gradient(135deg, #d4af37 0%, #f9d776 50%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  letter-spacing: 1px;
}

.limited-text {
  font-size: 0.7em;
  opacity: 0.9;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-left: 2px;
  vertical-align: super;
}
/* Contact Form Styles */
.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-info, .contact-form {
    flex: 1;
    min-width: 300px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 10px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-size: 12px auto;
    padding-right: 30px;
}

.form-group select option {
    background-color: #222;
    color: #fff;
}

.submit-btn {
    background-color: #d4af37;
    color: #000;
    border: none;
    padding: 14px 28px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
}

.submit-btn:hover {
    background-color: #f9d776;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
    }
}
/* Training Promo Section */
.training-promo {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px 0;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.training-promo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.promo-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.promo-text h2 {
    color: #d4af37;
    font-size: 32px;
    margin-bottom: 20px;
}

.promo-text p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}

.promo-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4af37;
    color: #000;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    border: 2px solid #d4af37;
}

.promo-button svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.promo-button:hover {
    background-color: transparent;
    color: #d4af37;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.6);
}

.promo-button:hover svg {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .promo-text h2 {
        font-size: 28px;
    }
    
    .promo-text p {
        font-size: 16px;
    }
    
    .promo-button {
        padding: 14px 28px;
        font-size: 16px;
    }
}
/* Hamburger Menu Styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 100;
}

.bar {
    height: 3px;
    width: 100%;
    background-color: #d4af37;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    nav {
        justify-content: space-between;
        padding: 15px 20px;
    }
    
    .hamburger-menu {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.3s ease-in-out;
        z-index: 99;
        margin: 0;
        padding: 0;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links li {
        margin: 20px 0;
    }
    
    .hamburger-menu.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .hamburger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger-menu.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
}
/* Mobile Navigation Styles - Updated */
@media (max-width: 768px) {
    nav {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
    }
    
    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
        cursor: pointer;
        z-index: 200;
    }
    
    .bar {
        height: 3px;
        width: 100%;
        background-color: #d4af37;
        border-radius: 3px;
        transition: all 0.3s ease-in-out;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.3s ease-in-out;
        z-index: 100;
        margin: 0;
        padding: 0;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links li {
        margin: 20px 0;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        transition-delay: 0.1s;
    }
    
    .nav-links.active li {
        opacity: 1;
        transform: translateY(0);
    }
    
    .hamburger-menu.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .hamburger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger-menu.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
}
/* Additional body styles for menu open state */
body.menu-open {
    overflow: hidden;
}

/* Fix for iOS Safari */
.hamburger-menu {
    -webkit-tap-highlight-color: transparent;
}
/* Mobile menu link styles */
@media (max-width: 768px) {
    .nav-links li a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .nav-links li a:hover,
    .nav-links li a:focus {
        color: #d4af37;
    }
}
/* About section mobile responsiveness */
@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }
    
    .about-text {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .about-image {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .about-logo {
        max-width: 150px;
        height: auto;
        display: block;
    }
}
/* Center align about text on mobile */
@media (max-width: 768px) {
    .about-text {
        text-align: center;
    }
    
    .about-text h2 {
        text-align: center;
    }
    
    .about-text p {
        text-align: center;
    }
}
/* Fix About section container on mobile */
@media (max-width: 768px) {
    .about .container {
        padding: 0 15px;
    }
    
    .about-content {
        padding: 0;
        margin: 0;
    }
    
    .about-text {
        padding: 0;
        margin: 0 0 30px 0;
        text-align: center;
    }
    
    .about-text h2 {
        margin-bottom: 20px;
    }
    
    .about-text p {
        margin-bottom: 15px;
        padding: 0 5px;
    }
}
/* Force center alignment for About section on mobile */
@media (max-width: 768px) {
    .about-content {
        display: block !important;
        width: 100% !important;
    }
    
    .about-text {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 20px !important;
        float: none !important;
    }
    
    .about-text h2,
    .about-text p {
        text-align: center !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* Adjust logo position in About section on mobile */
@media (max-width: 768px) {
    .about-image {
        margin-bottom: 40px !important;
    }
    
    .about-logo {
        max-width: 180px !important;
        margin-bottom: 30px !important;
    }
    
    .about {
        padding-bottom: 20px !important;
    }
}
/* Add spacing between company name parts */
.company-name .limited-text {
    margin-left: 5px;
}
/* Fix alignment of contact icons */
.contact-item {
    display: flex;
    align-items: center;
}

.contact-item svg {
    flex-shrink: 0;
}
/* Contact item alignment fix */
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-item {
    display: flex !important;
    align-items: center !important;
    margin: 10px 0 !important;
    width: 100% !important;
}

.contact-icon-container {
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
/* Fix contact item alignment */
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 15px 0;
    width: 100%;
    max-width: 300px;
}

.contact-icon-container {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* Fix hamburger menu background color */
@media (max-width: 768px) {
    .nav-links {
        background-color: #0c1e35 !important; /* Match desktop menu background color */
    }
}
/* Enhance background image visibility */
.hero::before {
    opacity: 0.6 !important; /* Reduce overlay opacity to make background more visible */
}

.hero {
    background-blend-mode: soft-light !important; /* Change blend mode for better visibility */
}

.services, .about, .contact {
    background-blend-mode: soft-light !important;
}

.services::before, .about::before, .contact::before {
    opacity: 0.65 !important; /* Reduce overlay opacity */
}

/* Increase contrast for text to ensure readability */
.hero-content h1, .section-title h2, .about-text h2, .contact-info h2 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important; /* Add text shadow for better readability */
}

.hero-content p, .section-title p, .about-text p, .contact-info p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
}
/* Fine-tune background image visibility */
.contact::before {
    opacity: 0.75 !important; /* Increase opacity for contact section (less transparent) */
}

.contact {
    background-blend-mode: multiply !important; /* Darker blend mode for contact section */
}
/* Adjust header transparency */
.hero::before {
    opacity: 0.7 !important; /* Increase opacity for hero/header section (less transparent) */
}

.hero {
    background-blend-mode: multiply !important; /* Slightly darker blend mode for header */
}
/* Further adjust contact section transparency */
.contact::before {
    opacity: 0.82 !important; /* Further increase opacity for contact section */
}
/* Style for Feeds link */
.nav-links li a[href*="3dove-ad"] {
    position: relative;
    color: #d4af37;
    font-weight: bold;
}

.nav-links li a[href*="3dove-ad"]::after {
    content: "New";
    position: absolute;
    top: -8px;
    right: -20px;
    background-color: #d4af37;
    color: #000;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
    font-weight: bold;
}
/* Enhanced background images and styling */

/* Hero section background enhancement */
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                      url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(12,30,53,0.8) 100%);
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none" stroke="%23d4af37" stroke-width="0.5" stroke-opacity="0.2"/></svg>');
    opacity: 0.2;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}

/* Services section background enhancement */
.services {
    background-image: linear-gradient(rgba(12, 30, 53, 0.9), rgba(12, 30, 53, 0.9)), 
                      url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(12,30,53,0.7) 0%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

/* About section background enhancement */
.about {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                      url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(12,30,53,0.9) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

/* Contact section background enhancement */
.contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
                      url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(12,30,53,0.9) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

/* Section content positioning */
.services .container, .about .container, .contact .container {
    position: relative;
    z-index: 2;
}

/* Add subtle animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.section-title, .service-card, .about-text, .about-image, .contact-info, .contact-form {
    animation: fadeIn 1s ease-out forwards;
}

/* Add subtle hover effects */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Add gold accents */
.section-title h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #d4af37, #f9d776);
    margin: 15px auto 0;
    border-radius: 2px;
}
/* Improve readability of service section text */
.service-card p {
    color: #ffffff !important;
    font-weight: 400 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    line-height: 1.6 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.01em !important;
}

.service-card {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
    padding: 25px !important;
    border-radius: 8px !important;
}

.service-card h3 {
    color: #d4af37 !important;
    margin-bottom: 15px !important;
    font-size: 1.5rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}
/* Make contact section background more visible */
.contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                      url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') !important;
    background-size: cover !important;
    background-position: center !important;
}

.contact::before {
    opacity: 0.6 !important;
    background: linear-gradient(to right, rgba(12,30,53,0.7) 0%, rgba(0,0,0,0.6) 100%) !important;
}

/* Style contact form for better visibility */
.contact-form {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 8px !important;
    padding: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

.contact-info {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 8px !important;
    padding: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}
/* Tone down the About section background */
.about {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), 
                      url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80') !important;
}

.about::before {
    opacity: 0.85 !important;
    background: linear-gradient(45deg, rgba(0,0,0,0.9) 0%, rgba(12,30,53,0.9) 100%) !important;
}

/* Style About section content for better visibility */
.about-content {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 8px !important;
    padding: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}