/* =========================
Landing2.css — Professional + Gradient Accent
Style: Clean Corporate / Startup
Colors: White, Soft Teal, Blue
========================= */

/* ====== Global Reset ====== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

body {
  background: #f8fafc;
}

.logo {
  font-weight: 700;
  font-size: 1.5rem;
  color:#0ABAB5;
}

.logo span {
  color: #8A2BE2;
}


/* ====== Navbar Base ====== */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background: #ffffff; /* ensure solid background */
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Hamburger base (hidden by default) */
.menu-toggle {
  display: none;   /* shown only on small screens */
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
}

/* Hamburger bars */
.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #1f2937;
  border-radius: 2px;
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}

.hamburger::before {
  top: -7px;
}

.hamburger::after {
  top: 7px;
}

/* When open, turn into X */
.menu-toggle.open .hamburger {
  background: transparent;
}

.menu-toggle.open .hamburger::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open .hamburger::after {
  transform: translateY(-7px) rotate(-45deg);
}

/* Desktop links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  background: transparent; /* no background on desktop */
}

/* Tablet / Small Desktop */
@media (max-width: 900px) {
  /* Navbar */
  .navbar { flex-direction: column; align-items: flex-start; padding: 1rem 5%; gap: 1rem; background: #ffffff; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 240px;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 20px 20px;
    gap: 1.2rem;
    background: #ffffff; /* crucial: make mobile menu visible with its own bg */
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav-links.active { right: 0; }
  .nav-links li a { width: 100%; padding: 12px 0; font-size: 1.1rem; }

  /* Hero */
  .hero { flex-direction: column-reverse; text-align: center; padding: 3rem 2rem; }
  .hero .hero-text h1 { font-size: 2rem; }
  .hero .hero-text p { font-size: 1rem; }
  .hero .hero-image img { max-width: 100%; }

  /* Feature & Pricing Grids */
  .feature-grid, .pricing-cards { grid-template-columns: 1fr; gap: 1.5rem; }

  /* About Section */
  .about-section { flex-direction: column; text-align: center; padding: 2rem 2rem; }
  .about-text, .about-image { flex: 1 1 100%; }
  .about-image img { max-width: 90%; margin: 0 auto; }

  /* Team */
  .team-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }

  /* FAQ */
  .faq-section { padding: 2rem 1.5rem; }

  /* Services */
  .services-section { padding: 2rem 5%; }
  .services-grid { grid-template-columns: 1fr; }

  /* Contact */
  .contact-section { flex-direction: column; padding: 2rem 5%; }
  .contact-container { grid-template-columns: 1fr; gap: 2rem; }
  .contact-hero h1 { font-size: 2rem; }
  .contact-hero p { font-size: 1rem; }

  /* CTA */
  .cta, .cta-section { padding: 3rem 2rem; }
  .cta h2, .cta-section h2 { font-size: 1.8rem; }
  .cta p, .cta-section p { font-size: 1rem; }

  /* Footer */
  .footer { padding: 2rem 5%; }
  .footer-links a { display: block; margin: 0.5rem 0; }
}

/* Mobile */
@media (max-width: 600px) {
  .team-grid { grid-template-columns: 1fr; }
  .hero .hero-text h1 { font-size: 1.8rem; }
  .hero .hero-text p { font-size: 0.95rem; }
  .cta h2, .cta-section h2 { font-size: 1.6rem; }
  .cta p, .cta-section p { font-size: 0.95rem; }
}


/* ====== Hero Section ====== */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 3rem;
  gap: 2rem;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #f0f9ff, #044fa5);
  border-radius: 0 0 25px 25px;
}

.hero .hero-text h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #0f4c75, #3a86ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .hero-text p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #475569;
}

.hero .cta-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: linear-gradient(90deg, #0f4c75, #3a86ff);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(15, 76, 117, 0.25);
}

.hero .hero-image img {
  max-width: 400px;
  width: 100%;
  height: auto;         /* keep aspect ratio */
  object-fit: contain;  /* prevent distortion */
  display: block;
  margin: 0 auto;
}


/* ====== Features Section ====== */
.features h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #0f4c75;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

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

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-item img {
  width: 70px;
  margin-bottom: 1rem;
}

.feature-item h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #0f4c75;
}

.feature-item p {
  font-size: 1rem;
  color: #475569;
}

/* ====== Pricing ====== */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  text-align: center;
}

.pricing-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: relative;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
}



.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.pricing-card li {
  margin: 0.75rem 0;
  color: #475569;
}

.pricing-card.recommended {
  border: 2px solid #3a86ff;
}

.pricing-card .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(90deg, #0f4c75, #3a86ff);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* ====== CTA Section ====== */
.cta {
  color: #fff;
  border-radius: 20px;
}

.cta h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.cta p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.cta .cta-btn {
  background: #fff;
  color: #0f4c75;
}

.cta .cta-btn:hover {
  background: #f1f5f9;
}

/* ====== Footer ====== */
.footer {
  text-align: center;
  padding: 2rem 3rem;
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.footer a {
  color: #0f4c75;
  margin: 0 1rem;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* ==============================
   Landing2 - Standard Plan Styles
   Professional, Neat & Modern
================================= */

/* Container utility */

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

p {
  color: #555;
  font-size: 1rem;
}

/* -------------------------------
   About Section
--------------------------------*/
.about-section {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.about-text {
  flex: 1 1 45%;
}

.about-text h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #0b3954;
}

.about-text p {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.about-image {
  max-width: 500px; /* Adjust width */
  height: auto;     /* Keeps proportions */
  display: block;
  margin: 0 auto;   /* Centers it */
}


.about-image img {
  max-width: 90%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* -------------------------------
   Team Section
--------------------------------*/
.team-section {
  text-align: center;
}

.team-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.section-intro {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.team-member {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: transform 0.2s ease;
}

.team-member:hover {
  transform: translateY(-6px);
}

.team-member img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.team-member h3 {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  color: #0b3954;
}

/* -------------------------------
   FAQ Section
--------------------------------*/
.faq-section {
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2rem;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 1.5rem;
  border-left: 4px solid #0b3954;
  padding-left: 1rem;
}

.faq-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: #0b3954;
}

/* -------------------------------
   CTA Section
--------------------------------*/
.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-section p {
  margin-bottom: 2rem;
  color: #e0e0e0;
}

.cta-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: #ffb703;
  color: #111;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-btn:hover {
  background: #ffaa00;
  transform: translateY(-3px);
}

/* -------------------------------
   Footer
--------------------------------*/

.footer-links {
  margin-top: 0.5rem;
}

.footer-links a {
  color: #0b3954;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #145c9e;
}

/* -------------------------------
   Services Page Styling
--------------------------------*/

/* Hero */
.services-hero {
  text-align: center;
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #0b3954, #145c9e);
  color: #fff;
  border-radius: 0 0 20px 20px;
  margin-bottom: 3rem;
}

.services-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.services-hero p {
  font-size: 1.2rem;
  color: #e5e5e5;
}

/* Services Grid */
.services-section {
  padding: 4rem 8%;
}

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

.service-card {
  background: #fff;
  padding: 2rem;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}

.service-icon img {
  width: 70px;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #0b3954;
}

.service-card p {
  font-size: 1rem;
  color: #555;
}

/* Unique CTA */
.cta-section {
  margin-top: 4rem;
  background: #ffb703;
  color: #111;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 16px;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #333;
}

.cta-btn {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background: #111;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-btn:hover {
  background: #333;
  transform: translateY(-3px);
}



/* ==========================
Landing2 CSS
Professional & Clean Design
========================== */

.nav-links a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #0077ff;
}

/* Hero Sections */
.contact-hero {
  text-align: center;
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #0077ff 0%, #00c6ff 100%);
}

.contact-hero h1 {
  margin-bottom: 1rem;
}

.contact-hero p {
  font-size: 1.2rem;
  max-width: 650px;
  margin: 0 auto;
}

/* Contact Section */
.contact-section {
  padding: 5rem 8%;
  display: flex;
  justify-content: center;
}

.contact-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  width: 100%;
  max-width: 1100px;
}

.contact-form,
.contact-info {
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Form */
.contact-form h2 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #111;
}

.form-group {
  margin-bottom: 1.2rem;
}

label {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

input, textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s;
}

input:focus, textarea:focus {
  border-color: #0077ff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,119,255,0.15);
}

textarea {
  resize: none;
}

/* Button */
.cta-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  background: #0077ff;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.cta-btn:hover {
  background: #005fcc;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,119,255,0.25);
}

/* Contact Info */
.contact-info h2 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #111;
}

.contact-info ul {
  list-style: none;
  margin-bottom: 1.8rem;
}

.contact-info li {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #444;
}

.map-placeholder img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
}

/* CTA Section */
.cta {
  text-align: center;
  padding: 4rem 2rem;
  background: #f0f6ff;
}

.cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #444;
}

/* Footer */
.footer {
  text-align: center;
  padding: 2rem;
  background: #111;
  color: #aaa;
}

.footer p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
  margin: 0 0.8rem;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

