/* IT Support Page Specific Styles */

/* Hero Section */
.it-support-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #1a1a1a 0%, #23272f 100%);
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.10) 0%, rgba(0,0,0,0.7) 100%), repeating-linear-gradient(120deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 40px);
  z-index: 1;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 3rem;
  min-height: 500px;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 4px 32px #3ec6ff, 0 1px 0 #222;
  letter-spacing: -1px;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.hero-title .accent {
  color: #3ec6ff;
  filter: drop-shadow(0 0 8px #3ec6ff88);
}

.hero-desc {
  font-size: 1.25rem;
  color: #cfd8e3;
  margin-bottom: 2.5rem;
  max-width: 500px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.hero-actions {
  display: flex;
  gap: 1.2rem;
  margin-top: 1rem;
}

.primary-button, .secondary-button {
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  border-radius: 32px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 16px rgba(0,123,255,0.10);
}
.primary-button {
  background: linear-gradient(90deg, #007bff 60%, #3ec6ff 100%);
  color: #fff;
  border: none;
}
.primary-button:hover {
  background: linear-gradient(90deg, #0056b3 60%, #3ec6ff 100%);
  box-shadow: 0 4px 24px #3ec6ff55;
}
.secondary-button {
  background: transparent;
  color: #3ec6ff;
  border: 2px solid #3ec6ff;
}
.secondary-button:hover {
  background: #3ec6ff;
  color: #fff;
}

.hero-image {
  flex: 1;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 8px 32px #007bff33);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}
.hero-image img {
  min-width: 350px;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 8px 32px #007bff33;
  transition: transform 0.3s;
}
.hero-image img:hover {
  transform: scale(1.04) rotate(-2deg);
}

@media (max-width: 1024px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    min-height: 400px;
  }
  .hero-content {
    align-items: center;
    text-align: center;
  }
  .hero-image {
    margin-top: 1.5rem;
    max-width: 320px;
  }
}
@media (max-width: 600px) {
  .it-support-hero {
    min-height: 400px;
    padding: 40px 0;
  }
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-inner {
    min-height: 300px;
  }
  .hero-image {
    max-width: 220px;
  }
}

/* Sexy What is IT Support Section */
section.what-is-it-support {
  padding: 100px 0;
  background: linear-gradient(120deg, #f5f8ff 60%, #eaf6ff 100%);
  position: relative;
  overflow: hidden;
}
section.what-is-it-support::before {
  content: '';
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, #3ec6ff22 0%, transparent 80%);
  z-index: 0;
}
section.what-is-it-support .container {
  position: relative;
  z-index: 1;
}
section.what-is-it-support .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}
section.what-is-it-support .section-header h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #181c24;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 16px #3ec6ff22, 0 1px 0 #fff;
  position: relative;
  z-index: 1;
}
section.what-is-it-support .section-header h2::after {
  content: '';
  display: block;
  margin: 18px auto 0 auto;
  width: 70px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #2196f3 0%, #3ec6ff 100%);
  box-shadow: 0 0 16px #3ec6ff88;
}
section.what-is-it-support .content-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}
section.what-is-it-support .content-block {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px #3ec6ff22, 0 2px 8px #0001;
  padding: 40px 32px 32px 32px;
  position: relative;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
  overflow: hidden;
}
section.what-is-it-support .content-block:hover {
  transform: translateY(-10px) scale(1.025) rotateZ(-0.5deg);
  box-shadow: 0 24px 64px #3ec6ff44, 0 4px 16px #0002;
}
section.what-is-it-support .content-block h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #2196f3;
  margin-bottom: 1.1rem;
  letter-spacing: 0.2px;
}
section.what-is-it-support .content-block p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 1.2rem;
}
section.what-is-it-support .content-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  section.what-is-it-support .content-wrapper {
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  section.what-is-it-support {
    padding: 60px 0;
  }
  section.what-is-it-support .section-header h2 {
    font-size: 2rem;
  }
  section.what-is-it-support .content-block {
    padding: 30px 24px;
  }
}

/* Sexy Benefits Section */
.benefits-modern {
  background: linear-gradient(120deg, #18344a 60%, #1a2636 100%);
  padding: 90px 0 90px 0;
  position: relative;
  overflow: hidden;
}
.benefits-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.benefits-content {
  flex: 2 1 0;
  min-width: 0;
}
.benefits-title {
  font-size: 2.7rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  text-shadow: 0 2px 16px #3ec6ff33, 0 1px 0 #fff2;
}
.benefits-accent {
  color: #3ec6ff;
  font-weight: 900;
  filter: drop-shadow(0 0 6px #3ec6ff88);
}
.benefits-desc {
  color: #cfd8e3;
  font-size: 1.18rem;
  margin-bottom: 38px;
  font-weight: 500;
}
.benefits-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 38px 48px;
}
.benefit-modern {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  box-shadow: 0 8px 40px #3ec6ff11, 0 2px 8px #0002;
  padding: 32px 28px 28px 28px;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.benefit-modern:hover {
  transform: translateY(-8px) scale(1.025) rotateZ(-0.5deg);
  box-shadow: 0 24px 64px #3ec6ff33, 0 4px 16px #0002;
}
.benefit-icon-modern {
  min-width: 54px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #1a2636 60%, #3ec6ff22 100%);
  border-radius: 12px;
  box-shadow: 0 2px 12px #3ec6ff33;
  margin-right: 8px;
}
.benefit-icon-modern img {
  width: 40px;
  height: 40px;
  display: block;
}
.benefit-modern h3 {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  margin-top: 0;
  letter-spacing: 0.1px;
}
.benefit-modern p {
  color: #cfd8e3;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0;
}
.benefit-link {
  color: #3ec6ff;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.2s, text-shadow 0.2s;
  text-shadow: 0 2px 8px #3ec6ff33;
}
.benefit-link:hover {
  color: #fff;
  text-shadow: 0 0 12px #3ec6ff99;
}
.benefits-image-modern {
  flex: 1 1 340px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 500px;
  min-width: 220px;
  padding-left: 24px;
}
.benefits-image-modern img {
  max-width: 100%;
  width: 100%;
  min-width: 180px;
  border-radius: 18px;
  box-shadow: 0 12px 48px #3ec6ff44, 0 2px 8px #0002;
  object-fit: cover;
  background: linear-gradient(120deg, #eaf6ff 0%, #f5f8ff 100%);
  transition: transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
  display: block;
}
@media (max-width: 1200px) {
  .benefits-flex {
    flex-direction: column;
    gap: 48px;
    align-items: stretch;
  }
  .benefits-image-modern {
    justify-content: center;
    margin-top: 32px;
    padding-left: 0;
    max-width: 340px;
    min-width: 0;
  }
  .benefits-image-modern img {
    max-width: 100%;
    min-width: 120px;
  }
}
@media (max-width: 600px) {
  .benefits-modern {
    padding: 38px 0;
  }
  .benefits-title {
    font-size: 1.3rem;
  }
  .benefit-modern {
    padding: 16px 6px 16px 6px;
  }
  .benefits-image-modern img {
    max-width: 180px;
    min-width: 80px;
  }
}

/* Benefits Section */
.benefits {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 1.5rem;
}

.benefit-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.benefit-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4a4a;
}

/* Features Section */
.features {
  padding: 100px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 1.5rem;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4a4a;
}

/* How It Works Section */
.how-it-works {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.process-step {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.step-number {
  width: 40px;
  height: 40px;
  background: #007bff;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
}

.process-step h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.process-step p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4a4a;
}

/* Contact Section (Revamped) */
.contact {
  padding: 100px 0;
  background: linear-gradient(120deg, #f5f8ff 60%, #eaf6ff 100%);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  left: -100px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #3ec6ff1a 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}
.contact .container {
  position: relative;
  z-index: 1;
}
.contact .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.contact .section-header h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #181c24;
  margin-bottom: 1rem;
  text-shadow: 0 1px 0 #fff;
}
.contact .section-header p {
  font-size: 1.15rem;
  color: #4a5568;
  max-width: 600px;
  margin: 0 auto 1rem auto;
  line-height: 1.6;
}
.contact .section-header h2::after {
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  width: 60px;
  height: 5px;
  border-radius: 2.5px;
  background: linear-gradient(90deg, #2196f3 0%, #3ec6ff 100%);
  box-shadow: 0 0 12px #3ec6ff66;
}

.contact-content {
  max-width: 700px;
  margin: 0 auto;
}

.contact-form {
  background: #ffffff;
  padding: 2.5rem 3rem;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0, 123, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.contact-form:hover {
  box-shadow: 0 16px 56px rgba(0, 123, 255, 0.15), 0 6px 16px rgba(0, 0, 0, 0.07);
}

.form-group {
  margin-bottom: 1.75rem;
}
.form-group:last-of-type {
  margin-bottom: 2.5rem; /* Add more space before the button */
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #d1d9e6;
  border-radius: 8px;
  font-size: 1rem;
  color: #333;
  background-color: #f8fbff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #8899a8;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3ec6ff;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(62, 198, 255, 0.2), inset 0 1px 3px rgba(0,0,0,0.04);
}

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

/* Ensure the primary button style applies */
.contact-form .primary-button {
  width: 100%; /* Make button full width */
  padding: 1rem 2rem; /* Adjust padding if needed */
  font-size: 1.1rem; /* Ensure font size is consistent */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .it-support-hero .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-image {
    margin-top: 3rem;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .it-support-hero h1 {
    font-size: 2.5rem;
  }

  .it-support-hero p {
    font-size: 1.1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .content-wrapper {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .features-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .it-support-hero {
    padding: 80px 0;
  }

  .it-support-hero h1 {
    font-size: 2rem;
  }

  .it-support-intro,
  .what-is-it-support,
  .benefits,
  .features,
  .how-it-works,
  .contact {
    padding: 60px 0;
  }
}

.hero-content, .hero-title, .hero-desc, .hero-actions a {
  color: #fff !important;
}

.it-support-intro-modern {
  background: linear-gradient(120deg, #f5f8ff 60%, #eaf6ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.it-support-intro-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.it-support-intro-text {
  flex: 1 1 340px;
  min-width: 280px;
  max-width: 600px;
}
.it-support-intro-text h2 {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  color: #181c24;
  line-height: 1.2;
}
.it-support-intro-text .it-support-blue {
  color: #2196f3;
}
.it-support-intro-text .it-support-black {
  color: #181c24;
}
.it-support-intro-text p {
  font-size: 1.13rem;
  color: #4a5568;
  margin-bottom: 1.1rem;
  line-height: 1.7;
}
.it-support-link {
  color: #2196f3;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s;
}
.it-support-link:hover {
  color: #3ec6ff;
}
.it-support-intro-image {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  min-width: 220px;
}
.it-support-intro-image img {
  max-width: 100%;
  width: 100%;
  min-width: 180px;
  border-radius: 18px;
  box-shadow: 0 12px 48px #3ec6ff22, 0 2px 8px #0001;
  object-fit: cover;
  background: linear-gradient(120deg, #eaf6ff 0%, #f5f8ff 100%);
  transition: transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
  display: block;
}
@media (max-width: 1024px) {
  .it-support-intro-flex {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .it-support-intro-image {
    justify-content: center;
    margin-top: 24px;
    max-width: 340px;
    min-width: 0;
  }
  .it-support-intro-image img {
    max-width: 100%;
    min-width: 120px;
  }
}
@media (max-width: 600px) {
  .it-support-intro-modern {
    padding: 38px 0;
  }
  .it-support-intro-text h2 {
    font-size: 1.3rem;
  }
  .it-support-intro-image img {
    max-width: 180px;
    min-width: 80px;
  }
}

.features-modern {
  padding: 100px 0;
  background: #f8fbff;
}
.features-modern-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.features-modern-image {
  flex: 1 1 380px;
  min-width: 280px;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-modern-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 12px 48px #3ec6ff22, 0 2px 8px #0001;
  object-fit: cover;
  background: linear-gradient(120deg, #eaf6ff 0%, #f5f8ff 100%);
}
.features-modern-content {
  flex: 2 1 500px;
  min-width: 320px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-modern-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  line-height: 1.2;
}
.features-modern-blue {
  color: #2196f3;
}
.features-modern-black {
  color: #181c24;
}
.features-modern-desc {
  font-size: 1.13rem;
  color: #4a5568;
  margin-bottom: 2.2rem;
  line-height: 1.7;
}
.features-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.7rem 2.2rem;
}
.features-modern-card {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px #3ec6ff11, 0 2px 8px #0001;
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.features-modern-card:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 12px 32px #3ec6ff33, 0 4px 16px #0002;
}
.features-modern-icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.features-modern-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.features-modern-card h3 {
  font-size: 1.13rem;
  font-weight: 700;
  color: #2196f3;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.features-modern-card p {
  font-size: 1rem;
  color: #4a5568;
  margin: 0;
  line-height: 1.6;
}
.features-modern-link {
  color: #2196f3;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s;
}
.features-modern-link:hover {
  color: #3ec6ff;
}
@media (max-width: 1024px) {
  .features-modern-flex {
    flex-direction: column;
    gap: 2.2rem;
    align-items: stretch;
  }
  .features-modern-image {
    justify-content: center;
    margin-bottom: 1.5rem;
    max-width: 340px;
    min-width: 0;
  }
  .features-modern-image img {
    max-width: 100%;
    min-width: 120px;
  }
  .features-modern-content {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .features-modern-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .features-modern-title {
    font-size: 1.3rem;
  }
  .features-modern-image img {
    max-width: 180px;
    min-width: 80px;
  }
  .features-modern-content {
    padding: 0;
  }
}
