/* ─── COLOR VARS ─── */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* html font-size: 10px — HATA DIYA */

/* html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
} */

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #fff;
  color: #1b1e55;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* img {
  max-width: 100%;
  height: auto;
  display: block;
} */

p {
  font-size: 16.5px;
  line-height: 1.6;
  color: #374151;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1b1e55;
  line-height: 1.15;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1b1e55;
  line-height: 1.2;
}

.text-center {
  text-align: center;
}

:root {
  --blue: #1a6ef5;
  --blue-dark: #1558d6;
  --blue2: #2584f4;
  --blue1: #4a9dff;
  --blue-light: #e8f2ff;
  --blue-mid: #dbeafe;
  --navy: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);

  --text: #1f2937;
  --muted: #6b7280;
  --border: #e5e7eb;
  --bg-soft: #f9fafb;
  --primary-blue: #2584f4;
  --light-blue: #e6f1fb;
  --border-color: #dde3ec;
  --text-main: #1a1a2e;
  --text-muted: #666;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --bg-gray: #f8f9fb;
}


/* NAVBAR */
.navbar {
  background: transparent;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.35s ease;
}

/* On scroll */
.navbar.scrolled {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
}

.navbar-brand {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
}

.nav-link {
  color: #fff !important;
  margin: 0 10px;
  font-size: 15.5px;
  font-weight: 500;
  padding: 10px 14px !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.nav-link {
  display: inline-block;
  /* important */
  padding: 10px 14px;
  color: #000;
  border-bottom: 2px solid transparent;
  line-height: 1.5;
  /* control height */
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.nav-link:hover {
  color: #7ab8ff !important;
  /* border-bottom: 2px solid #d9e0e9; */
}

.nav-link i {
  font-size: 18px;
}

/* MEGA MENU - Linear Gradient Background + Scrollable */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0 0 1px 1px;
  padding: 45px 60px;

  /* 👇 Gradient + Image together */
  background:
    url("https://t3.ftcdn.net/jpg/04/59/30/34/360_F_459303447_YucAivjziUptaPOAKAETv0qJEGRK0Ltj.jpg")
      no-repeat right center,
    linear-gradient(135deg, hsl(224, 100%, 97%) 0%, hsl(0, 0%, 100%) 100%);

  background-size:
    420px auto,
    cover;
  /* control image size */

  box-shadow: 0 15px 35px rgba(30, 58, 138, 0.15);
  max-height: 85vh;
  overflow-y: auto;

  scrollbar-width: thin;
  scrollbar-color: #1e40af #e0e9ff;
}

.mega-menu::-webkit-scrollbar {
  width: 10px;
}

.mega-menu::-webkit-scrollbar-thumb {
  background: #1e40af;
  border-radius: 10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
    .navbar-collapse {
     background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
        color: #fff;
    }

    .navbar-collapse .nav-link {
        color: #ece7e7 !important;
    }

    .navbar-collapse .contact-btn {
        color: #000;
        border-color: #000;
    }
}
/* LEFT BOX */
.industry-box {
  padding: 25px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  height: 100%;
}

.industry-box h5 {
  font-weight: 700;
  color: #1e40af;
  font-size: 1.7rem;
}

.industry-box p {
  font-size: 13.5px;
  color: #64748b;
}

/* MEGA MENU LINKS with Icons */
.mega-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1e40af;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14.8px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.mega-menu a i {
  color: #1e40af;
  font-size: 17px;
  width: 24px;
  margin: 10px;
}

.mega-menu a:hover {
  color: #0d6efd;
  transform: translateX(8px);
  background: rgba(30, 64, 175, 0.05);
  border-radius: 6px;
}

/* Contact Button */
.contact-btn-1 {
  padding: 10px 26px;
  font-weight: 600;
  border-width: 2px;
  color: white;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 3px;
 
}
.contact-btn-1:hover {
  background: #fff;
  color: #0f172a;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .mega-menu {
    max-height: 70vh;
    padding: 25px;
  }
}

.mega-menu {
  left: 0;
  right: 0;
  padding: 30px;
}

.mega-menu a {
  text-decoration: none;
  color: #000;
  display: block;
}
/* .tek-heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: black;
  margin-bottom: 15px;
} */
.mega-menu .desc {
  font-size: 13px;
  color: #64748b;
  display: block;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown-menu {
    display: none;
  }

  .dropdown.show .dropdown-menu {
    display: block;
  }
}@media (max-width: 991px) {

  .navbar {
    padding: 10px 0;
  }

  .navbar-collapse {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    padding: 20px;
    border-radius: 12px;
    margin-top: 12px;
  }

  .nav-link {
    padding: 12px 10px !important;
    font-size: 15px;
    margin: 5px 0;
  }

  .contact-btn-1 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}@media (max-width: 991px) {
  .mega-menu {
    background: #fff;
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
    border-radius: 10px;
  }

  .mega-menu .row {
    flex-direction: column;
  }

  .mega-menu a {
    padding: 8px 0;
    font-size: 14px;
  }

  .industry-box {
    margin-bottom: 15px;
  }

  .industry-box h5 {
    font-size: 1.5rem;
  }
}

/* Container Styling */
.tekniko-hero-banner {
  background: linear-gradient(135deg, #101835 0%, #2546be 100%);
  border-radius: 34px;
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 1400px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
}

/* Headline */
.tekniko-hero-banner h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Subtext */
.tekniko-hero-banner p {
  font-size: 1.7rem;
  opacity: 0.9;
  margin-bottom: 40px;
  font-weight: 300;
}

/* Button Styling */
.tekniko-cta-button {
  background-color: #ffffff;
  color: #101835;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.tekniko-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Arrow Icon */
.tekniko-cta-button span {
  margin-left: 10px;
  font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tekniko-hero-banner {
    padding: 60px 20px;
    min-height: 390px;
    margin: 10px;
  }

  .tekniko-hero-banner h1 {
    font-size: 2rem;
    padding: 0 10px;
  }
}
.tekniko-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tekniko-icon {
  display: flex;
  transition: transform 0.3s ease;
}

.tekniko-cta-button:hover .tekniko-icon {
  transform: translateX(5px);
}



/* ═══════════════════════════
   FOOTER
═══════════════════════════ */

/* ═══════════════════════════
   FOOTER
═══════════════════════════ */

:root {
  --footer-bg: #0a0b10;
  --footer-text: white;
  --footer-heading: #ffffff;
  --accent-color: #2584f4;
  --footer-border: rgba(255, 255, 255, 0.08);
}

.footer-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
  padding: 80px 0 30px;
  font-family: "Inter", sans-serif;
  color: white;
}

.footer-grid {
  display: grid;
  /* 5 columns on desktop: 2fr for brand, 1fr for others */
  grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-logo-img {
  height: 45px;
  width: auto;
  margin-bottom: 25px;
  display: block;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: var(--footer-text);
}

.footer-col h4 {
  color: var(--footer-heading);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-col ul li a:hover {
  color: var(--accent-color);
  transform: translateX(5px);
}

/* Social Links */
.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid var(--footer-border);
}

.social-links a:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  transform: translateY(-3px);
}

.social-links a svg {
  stroke: #fff;
}

/* Footer Bottom */
.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--footer-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copy-right {
  font-size: 13px;
  color: white;
}

.terms-links {
  display: flex;
  gap: 25px;
}

.terms-links a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s;
}

.terms-links a:hover {
  color: #fff;
}

/* --- Responsive Breakpoints --- */

/* Tablet: 3 Columns */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-col:first-child {
    grid-column: span 3;
    max-width: 500px;
    margin-bottom: 20px;
  }
}

/* Mobile: Stacked */
@media (max-width: 768px) {
  .footer-section {
    padding: 60px 0 30px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-col:first-child {
    grid-column: span 2;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .terms-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-col:first-child {
    grid-column: span 1;
  }
}

/* Extra small screens */
:root {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
  --light-gray: #f4f7fa;
}

/* Responsive Container Fix */
.contact-section {
  padding: 60px 0;
}

.form-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
  border-radius: 24px;
  color: white;
  box-shadow: 0 10px 30px rgba(37, 132, 244, 0.2);
  transition: all 0.3s ease;
}

.custom-input {
  border: none;
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 0.95rem;
}

.btn-submit {
  background: white;
  color: #2584f4;
  border: none;
  padding: 12px 40px;
  border-radius: 10px;
  font-weight: 600;
  width: auto;
  /* Default for desktop */
  transition: transform 0.2s ease;
}

.btn-submit:hover {
  transform: translateY(-2px);
  background: #f8f9fa;
}

.info-card {
  background-color: var(--light-gray);
  border-radius: 24px;
}

.location-pill {
  background: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gradient-start);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-box {
  background: white;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  transition: 0.3s;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0f172a 0%, #1e40af 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 12px;
  flex-shrink: 0;
  /* Prevents icon from squishing on mobile */
}

.upload-wrapper {
  background: white;
  border-radius: 10px;
  padding: 12px 15px;
  color: #6c757d;
  cursor: pointer;
  font-size: 0.9rem;
}

/* --- MOBILE & TABLET RESPONSIVENESS --- */
@media (max-width: 991.98px) {
  .form-card,
  .info-card {
    padding: 30px !important;
    /* Slightly smaller padding on tablets */
  }
}

@media (max-width: 575.98px) {
  .contact-section {
    padding: 30px 10px;
  }

  .form-card,
  .info-card {
    padding: 20px !important;
    /* Compact padding for small phones */
    border-radius: 18px;
  }

  .btn-submit {
    width: 100%;
    /* Full width button on mobile */
  }

  .contact-box {
    padding: 12px;
  }

  .contact-box span {
    font-size: 0.85rem;
    /* Smaller text for long emails on mobile */
    word-break: break-all;
    /* Prevents email from overflowing */
  }

  h2 {
    font-size: 1.5rem;
  }
}
.footer-contact li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-contact strong {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}



/* dropdown list background + text fix */
.iti__country-list {
  background: #fff !important;
  color: #000 !important;
}

/* country name text */
.iti__country-name {
  color: #000 !important;
}

/* dial code */
.iti__dial-code {
  color: #000 !important;
}

/* hover state */
.iti__country.iti__highlight {
  background-color: #f2f2f2 !important;
}

/* selected flag text fix */
.iti__selected-dial-code {
  color: #000 !important;
}
/* SAME WIDTH FIX */
.custom-input{
    width:100% !important;
    height:55px;
    border-radius:12px;
    padding:12px 16px;
    border:1px solid #dcdcdc;
    font-size:15px;
}

textarea.custom-input{
    height:auto;
    min-height:140px;
    resize:none;
}

/* intl tel input width fix */
.iti{
    width:100%;
}

.iti input{
    width:100% !important;
}

/* BUTTON */
.btn-submit{

    border:none;
    padding:14px 30px;
    border-radius:12px;
    font-weight:600;
}

.btn-submit:hover{
    color: #000;
    transform:translateY(-2px);
}