.elementor-1407 .elementor-element.elementor-element-8bdbc14{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1407 .elementor-element.elementor-element-69f3f15{width:100%;max-width:100%;top:0px;}.elementor-1407 .elementor-element.elementor-element-69f3f15 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1407 .elementor-element.elementor-element-69f3f15.elementor-element{--align-self:stretch;}body:not(.rtl) .elementor-1407 .elementor-element.elementor-element-69f3f15{left:0px;}body.rtl .elementor-1407 .elementor-element.elementor-element-69f3f15{right:0px;}.elementor-1407 .elementor-element.elementor-element-6434d20 > .elementor-widget-container{padding:51px 0px 0px 0px;}.elementor-1407 .elementor-element.elementor-element-6623d96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1407 .elementor-element.elementor-element-6623d96{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-69f3f15 */.teqsha-header {
  width: 100%;
  background: #f8f9fa;
  border-bottom: 1px solid rgba(0,0,0,0.04); /* Subtle border for definition */
  box-shadow: 0 1px 4px rgba(0,0,0,0.04); /* Soft shadow for depth */
  position: sticky;
  top: 0;
  z-index: 999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(10px); /* Modern glassmorphism */
}

/* INNER CONTENT - Optimized padding */
.teqsha-header .header-container {
  width: 100%;
  max-width: 1400px; /* Max width for large screens */
  margin: 0 auto; /* Center container */
  padding: 12px 40px; /* Professional compact size */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo - Professional compact size */
.teqsha-header .logo img {
  height: 28px; /* Smaller, more professional */
  width: auto; /* Maintain aspect ratio */
  display: block;
  object-fit: contain; /* Prevent distortion */
}

/* Navigation (DESKTOP) - Optimized spacing */
.teqsha-header .nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.teqsha-header .nav a {
  text-decoration: none;
  font-size: 15px;
  color: #1e293b;
  font-weight: 500;
  transition: color .2s ease;
}

.teqsha-header .nav a:hover {
  color: #4F46E5; /* Brand blue */
}

/* CTA Button - Professional style */
.teqsha-header .nav a.cta-btn,
.teqsha-header a.cta-btn,
a.cta-btn {
  padding: 10px 24px !important;
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
  background-color: #4F46E5 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25) !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  border: none !important;
}

.teqsha-header .nav a.cta-btn:hover,
.teqsha-header a.cta-btn:hover,
a.cta-btn:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
  background-color: #4F46E5 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3) !important;
  text-decoration: none !important;
}

.teqsha-header .nav a.cta-btn:active,
.teqsha-header a.cta-btn:active,
a.cta-btn:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 6px rgba(79, 70, 229, 0.25) !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
}

.teqsha-header .nav a.cta-btn:visited,
.teqsha-header a.cta-btn:visited,
.teqsha-header .nav a.cta-btn:focus,
.teqsha-header a.cta-btn:focus,
a.cta-btn:visited,
a.cta-btn:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
  text-decoration: none !important;
}

/* Extra specific for stubborn themes */
header.teqsha-header nav.nav a.cta-btn {
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
  background-color: #4F46E5 !important;
  color: #ffffff !important;
}

header.teqsha-header nav.nav a.cta-btn:hover {
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%) !important;
  background-color: #4F46E5 !important;
  color: #ffffff !important;
}

/* ===== MOBILE TOGGLE ===== */
.teqsha-header #menu-toggle {
  display: none;
}

.teqsha-header .menu-icon {
  display: none;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  /* Reduced padding on mobile */
  .teqsha-header .header-container {
    padding: 10px 20px;
  }
  
  .teqsha-header .logo img {
    height: 28px; /* Even smaller on mobile */
  }
  
  .teqsha-header .menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
    color: #1e293b;
  }
  
  .teqsha-header .nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    display: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  
  .teqsha-header #menu-toggle:checked ~ .nav {
    display: flex;
  }
  
  .teqsha-header .cta-btn,
  .teqsha-header .nav a.cta-btn,
  a.cta-btn {
    width: 90% !important;
    text-align: center !important;
    justify-content: center !important;
  }
}

/* ===== TABLET RESPONSIVE ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  .teqsha-header .header-container {
    padding: 12px 30px;
  }
  
  .teqsha-header .nav {
    gap: 24px;
  }
  
  .teqsha-header .nav a {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6434d20 */.services-section {
  padding: 80px 40px;
  background: #f8fafc;
}

/* Heading */
.services-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.services-heading h1 {
  font-size: 40px;
  color: #0f172a;
  margin-bottom: 10px;
}

.services-heading p {
  font-size: 16px;
  color: #475569;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* Card */
.service-card {
  background: white;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  text-align: center;

  /* animation + hover support */
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Hover animation */
.service-card:hover {
  transform: translateY(-14px) scale(1.02);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
}

/* Icon */
.service-card span {
  display: inline-block;
  font-size: 34px;
  margin-bottom: 15px;
  transition: transform 0.35s ease;
}

.service-card:hover span {
  transform: scale(1.15);
}

/* Text */
.service-card h3 {
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* Fade In Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Stagger animation delay */
.service-card:nth-child(1) { animation-delay: 0.2s; }
.service-card:nth-child(2) { animation-delay: 0.35s; }
.service-card:nth-child(3) { animation-delay: 0.5s; }
.service-card:nth-child(4) { animation-delay: 0.65s; }
.service-card:nth-child(5) { animation-delay: 0.8s; }
.service-card:nth-child(6) { animation-delay: 0.95s; }

/* Mobile */
@media (max-width: 600px) {
  .services-heading h1 {
    font-size: 32px;
  }
}


/* Fade In Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply animation */
.animate-fade-up {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

/* Stagger heading children */
.services-heading h1 {
  animation-delay: 0.2s;
}

.services-heading p {
  animation-delay: 0.35s;
}/* End custom CSS */