/* ─── 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


/* 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);
}

/* --- Updated Modal Logic --- */
.tekniko-modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.2);
  max-height: 90vh;
  /* Prevents modal from being taller than screen */
  display: flex;
  flex-direction: column;
}

/* Container for the scrollable area */
.tekniko-scroll-body {
  overflow-y: auto;
  overflow-x: hidden;
}

/* Left Info Panel */
.tekniko-info-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  padding: 35px;
  color: #f8fafc;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tekniko-info-card h2 {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 25px;
  color: #fff;
}

.tekniko-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.tekniko-icon-box {
  background: rgba(56, 189, 248, 0.1);
  color: #38bdf8;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.tekniko-contact-text strong {
  display: block;
  color: #38bdf8;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.tekniko-contact-text span {
  font-size: 1rem;
  color: #cbd5e1;
}

/* Right Form Panel */
.tekniko-form-wrapper {
  padding: 35px;
  background: #ffffff;
}

.tekniko-form-wrapper h4 {
  color: #0f172a;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.tekniko-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
  display: block;
}

.tekniko-field {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-size: 1rem !important;
  margin-bottom: 12px;
}

.tekniko-submit {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  transition: 0.3s;
}

/* Close Button */
.tekniko-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* --- Responsive Tweaks --- */
@media (max-width: 768px) {
  .tekniko-info-card {
    padding: 25px;
  }

  .tekniko-info-card h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .tekniko-form-wrapper {
    padding: 25px;
  }

  .tekniko-contact-item {
    margin-bottom: 12px;
  }

  .tekniko-modal-content {
    max-height: 95vh;
  }
}

/* intl-tel-input fix — dono forms */
.iti {
  width: 100%;
  display: block;
}

.iti__flag-container {
  z-index: 10;
}

/* Enquiry modal phone fix */
.tekniko-field.iti__tel-input,
#enquiryPhone {
  width: 100% !important;
  padding-left: 90px !important; /* flag + dial code ki jagah */
}

/* Contact form phone fix */
#phone {
  width: 100% !important;
  padding-left: 90px !important;
}
/* 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;
}

.search-trigger-btn {
  background: none;
  border: none;
  color: #e2e8f0;
  font-size: 1.15rem;
  padding: 8px 10px;
  cursor: pointer;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.search-trigger-btn:hover {
  color: #93c5fd;
}

.search-trigger-btn .search-label {
  font-size: 0.82rem;
  font-weight: 600;
}

/* ══════════════════════════════
       FULL-SCREEN SEARCH OVERLAY
    ══════════════════════════════ */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 30, 0.97);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay-close {
  position: absolute;
  top: 22px;
  right: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #e2e8f0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-overlay-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.search-overlay-inner {
  width: 100%;
  max-width: 750px;
  padding: 0 20px;
}

.search-overlay-label {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

/* Main search input */
.search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.25s;
}

.search-input-wrap:focus-within {
  border-color: #3b82f6;
  background: rgba(59, 130, 246, 0.06);
}

.search-icon-inner {
  padding: 0 18px;
  color: #94a3b8;
  font-size: 1.1rem;
}

.search-main-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 18px 10px 18px 0;
  font-family: "Inter", sans-serif;
}

.search-main-input::placeholder {
  color: #475569;
}

.search-clear-btn {
  background: none;
  border: none;
  color: #64748b;
  padding: 0 18px;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.2s;
  display: none;
}

.search-clear-btn:hover {
  color: #e2e8f0;
}

.search-clear-btn.visible {
  display: block;
}

/* Results dropdown */
.search-results {
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  margin-top: 10px;
  overflow: hidden;
  display: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.search-results.has-results {
  display: block;
}

.search-result-group {
  padding: 10px 0;
}

.search-result-group-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3b82f6;
  padding: 8px 20px 4px;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.18s;
  text-decoration: none;
}

.search-result-item:hover,
.search-result-item.focused {
  background: rgba(59, 130, 246, 0.12);
}

.search-result-icon {
  width: 38px;
  height: 38px;
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.search-result-text {
  flex: 1;
}

.search-result-title {
  color: #e2e8f0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-title mark {
  background: none;
  color: #60a5fa;
  font-weight: 700;
}

.search-result-sub {
  color: #64748b;
  font-size: 0.78rem;
  margin-top: 2px;
}

.search-result-tag {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 50px;
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  flex-shrink: 0;
}

.search-no-results {
  padding: 32px 20px;
  text-align: center;
  color: #64748b;
  font-size: 0.92rem;
  display: none;
}

.search-no-results.visible {
  display: block;
}

/* Trending / quick links */
.search-trending {
  margin-top: 30px;
}

.search-trending-label {
  color: #475569;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.search-trending-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.search-pill:hover {
  background: rgba(59, 130, 246, 0.15);
  border-color: #3b82f6;
  color: #60a5fa;
}
.search-trigger-btn {
  border: none;
  background: transparent;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
}

.contact-btn-1 {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .search-trigger-btn {
    padding: 6px 8px;
    font-size: 14px;
  }

  .contact-btn-1 {
    padding: 6px 12px;
    font-size: 14px;
  }
}



/* ═══════════════════════════
   FOOTER
═══════════════════════════ */

/* ═══════════════════════════
   FOOTER
═══════════════════════════ */



.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 0.9fr 0.9fr 0.9fr 1.1fr;
  gap: 15px;
  margin-bottom: 60px;
}

.footer-logo-img {
  height: 45px;
  width: auto;
  margin-bottom: 15px;
  display: block;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: var(--footer-text);
}

.footer-col {
  padding: 0 5px;
}

.footer-col h4 {
  color: var(--footer-heading);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.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: 10px;
  border-top: 1px solid #fff                                                              ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
}

.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;
}
.navbar-toggler{
margin: 1px;
margin-right: 10px;
}
/* --- 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: 15px;
  }

  .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;
}
.ff{
  margin-left: 2rem;
}
/* Sirf Laptop/Desktop pe margin-left (Mobile pe nahi) */
.ff {
    margin-left: 2rem;
}

/* Mobile */
@media (max-width: 767px) {
    .ff {
        margin-left: 0;
    }

    .ff:first-child {
        margin-left: 0;
    }
}