@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

:root {
  --brand-primary: #130c1d;      /* neon violet */
  --brand-secondary: #06b6d4;    /* cyan */
  --brand-accent: #22d3ee;       /* bright aqua accent */
  --text-main: #111111;
  --text-muted: #4b5563;
  --surface: #ffffff;
  --surface-soft: #f3f4f6;
  --border-soft: #d1d5db;
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.10);
  --shadow-md: 0 20px 45px rgba(0, 0, 0, 0.18);
}

html,
body {
  min-height: 100%;
}

body {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-main);
  background: linear-gradient(180deg, #f3f4f6 0%, #ffffff 45%, #eceff3 100%);
  line-height: 1.65;
}

a {
  color: var(--brand-primary);
  text-decoration: none;
  transition: 0.25s ease;
}

a:hover {
  color: #7f1d1d;
}

/* ---- basic spacing utilities used across pages ---- */
[class*="section-space--ptb_"] { padding-top: 5rem; padding-bottom: 5rem; }
.section-space--ptb_120 { padding-top: 7rem; padding-bottom: 7rem; }
.section-space--ptb_100 { padding-top: 6rem; padding-bottom: 6rem; }
.section-space--ptb_80,
.section-space--pt_80 { padding-top: 5rem; }
.section-space--pt_100 { padding-top: 6rem; }
.section-space--pb_80 { padding-bottom: 5rem; }
.section-space--pb_70 { padding-bottom: 4.5rem; }
.section-space--pb_40 { padding-bottom: 2.5rem; }
.section-space--pt_40 { padding-top: 2.5rem; }
.section-space--pt_60 { padding-top: 3.5rem; }

/* proper vertical rhythm / margins */
#main-wrapper,
.site-wrapper-reveal {
  display: block;
}

#main-wrapper > * + *,
.site-wrapper-reveal > * + * {
  margin-top: 2.5rem;
}

.container > .row + .row {
  margin-top: 1.75rem;
}

.section-title-wrap,
.section-title-wrapper {
  margin-bottom: 2rem;
}

.section-under-heading {
  margin-top: 1.5rem;
}

.contact-us-section-wrappaer,
.feature-images-wrapper,
.feature-large-images-wrapper,
.tabs-wrapper,
.fun-fact-wrapper,
.values-section,
.mission-section,
.vision-section,
.brand-logo-slider-area {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ht-box-icon,
.hub-card,
.conact-info-wrap,
.contact-form-wrap,
.flip-card,
.card {
  margin-bottom: 1.25rem;
}

/* ---- preloader fallback ---- */
.preloader-activate,
.preloader-active,
.open_tm_preloader {
  display: none !important;
}

/* ---- header / nav ---- */
.header-area,
.header-bottom-wrap {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header__navigation ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__navigation a {
  color: #111827;
  font-weight: 600;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
}

.header__navigation a:hover {
  background: rgba(193, 18, 31, 0.1);
  color: var(--brand-primary);
}

/* ---- typography ---- */
.heading,
h1, h2, h3, h4, h5, h6 {
  color: #0f172a;
  letter-spacing: -0.02em;
}

.section-sub-title {
  color: var(--brand-primary);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sub-heading,
.text {
  color: var(--text-muted);
}

.text-color-primary,
.mark-text {
  color: var(--brand-primary) !important;
}

/* ---- hero sections ---- */
.home-hero-section,
.services-hero-section,
.infotechno-video-bg,
.infotechno-contact-us-bg {
  position: relative;
  border-radius: 0 0 1.5rem 1.5rem;
}

.home-hero-section .overlay,
.services-hero-section .overlay {
  background: radial-gradient(circle at 15% 20%, rgba(193, 18, 31, 0.34) 0%, transparent 42%),
              radial-gradient(circle at 80% 20%, rgba(75, 85, 99, 0.34) 0%, transparent 45%),
              linear-gradient(160deg, rgba(10, 10, 10, 0.87), rgba(30, 30, 30, 0.75));
}

.hero-headline {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.92);
}

/* ---- buttons ---- */
.btn,
.ht-btn {
  border-radius: 0.75rem;
  font-weight: 600;
  padding: 0.7rem 1.2rem;
  box-shadow: 0 10px 24px rgba(193, 18, 31, 0.22);
}

.btn-primary,
.ht-btn,
.btn--secondary {
  background: linear-gradient(135deg, #d35a66, #b94654);
  border: 0;
  color: #fff;
}

.btn-primary:hover,
.ht-btn:hover,
.btn--secondary:hover {
  transform: translateY(-1px);
  color: #fff;
}

.btn-secondary,
.hero-ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  background: rgba(17, 17, 17, 0.35);
  backdrop-filter: blur(4px);
}

/* ---- cards / boxes ---- */
.hub-card,
.ht-box-icon,
.flip-card-front,
.flip-card-back,
.feature-btn,
.contact-form-wrap,
.conact-info-wrap,
.card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}

.hub-cards {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hub-card,
.ht-box-icon .icon-box-wrap,
.conact-info-wrap,
.contact-form-wrap {
  padding: 1.4rem;
}

.hub-card:hover,
.ht-box-icon:hover,
.card:hover,
.conact-info-wrap:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(193, 18, 31, 0.16), rgba(107, 114, 128, 0.22));
  margin-bottom: 1rem;
}

/* ---- flip cards ---- */
.flip-card {
  perspective: 1200px;
}

.flip-card-inner {
  position: relative;
  min-height: 320px;
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card.in-view .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-card-front img,
.service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.flip-card-front {
  background: #111111;
}

.flip-card-back {
  transform: rotateY(180deg);
  background: linear-gradient(180deg, #111111, #2b2b2b);
  color: #fff;
}

/* ---- forms ---- */
.demo-input,
input,
textarea {
  border-radius: 0.75rem !important;
  border: 1px solid #dbe3ee !important;
  background: #fff;
  padding: 0.72rem 0.9rem;
}

.demo-input:focus,
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(193, 18, 31, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(193, 18, 31, 0.14);
}

/* ---- footer ---- */
.footer-area-wrapper {
  background:
    radial-gradient(circle at 10% 10%, rgba(99, 102, 241, 0.10), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(6, 182, 212, 0.10), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 52%, #e8edf8 100%) !important;
  color: #334155;
  margin-top: 2rem;
  border-top: 1px solid #cfd8ea;
}

.footer-widget__title,
.footer-widget a,
.copyright-text {
  color: #1f2937;
}

.footer-widget__title {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-widget__list,
.footer-widget__list address,
.footer-widget__list p {
  color: #475569;
}

.footer-widget-wrapper .footer-widget {
  padding: 1rem 1.1rem;
  border-radius: 0.9rem;
}

.footer-md-details {
  justify-content: flex-end;
  gap: 1rem;
}

.footer-md-details .footer-widget {
  background: transparent;
  border: 0;
}

.footer-area .footer-widget__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.footer-area .footer-widget__list li + li {
  margin-top: 0.55rem;
}

.footer-area address {
  margin-bottom: 0;
  font-style: normal;
  line-height: 1.75;
}

.footer-copyright-area {
  border-top: 1px solid #dbe2f0;
  background: #ffffff;
}

.footer-copyright-area .copyright-text {
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 0.45rem 0.85rem;
  display: inline-block;
  background: #ffffff;
  border-radius: 0.45rem;
}

.footer-widget a:hover {
  color: #4f46e5;
}

.ht-social-networks {
  display: flex;
  gap: 0.6rem;
  padding-left: 0;
  list-style: none;
}

.social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(79, 70, 229, 0.10);
  color: #3730a3;
}

.social-link:hover {
  background: rgba(79, 70, 229, 0.18);
  color: #312e81;
}

/* ---- floating whatsapp ---- */
.whatsapp-container {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 0.7rem;
  box-shadow: var(--shadow-md);
}

.whatsapp-icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
}

/* ---- responsive ---- */
@media (max-width: 991px) {
  .header {
    min-height: 72px;
  }

  .home-hero-section,
  .services-hero-section {
    min-height: 70vh !important;
  }

  .hero-headline {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  #main-wrapper > * + *,
  .site-wrapper-reveal > * + * {
    margin-top: 2rem;
  }

  .section-title-wrap,
  .section-title-wrapper {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .whatsapp-label { display: none; }
  .btn,
  .ht-btn { width: 100%; margin-bottom: 0.5rem; }

  #main-wrapper > * + *,
  .site-wrapper-reveal > * + * {
    margin-top: 1.4rem;
  }

  .container > .row + .row {
    margin-top: 1rem;
  }

  .contact-us-section-wrappaer,
  .feature-images-wrapper,
  .feature-large-images-wrapper,
  .tabs-wrapper,
  .fun-fact-wrapper,
  .values-section,
  .mission-section,
  .vision-section,
  .brand-logo-slider-area {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* ---- home v2 (index revamp) ---- */
.home-v2 .py-lg-6 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.home-v2 section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.home-v2 .container {
  max-width: 1180px;
}

.home-v2 main > section {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.home-v2 main > section:first-child {
  margin-top: 0;
}

.home-v2 .row.g-4 {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.home-v2 .row.gy-4 {
  --bs-gutter-y: 1.75rem;
}

.home-v2-hero .d-flex {
  justify-content: center;
}

.home-v2 .home-v2-feature,
.home-v2 .home-v2-service,
.home-v2 .home-v2-cta {
  padding: 2rem !important;
}

.home-v2-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #fff;
  color: #111;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

.home-v2-skip:focus {
  left: 1rem;
  top: 1rem;
}

.home-v2-hero {
  background:
    radial-gradient(circle at 15% 15%, rgba(34, 211, 238, 0.16), transparent 42%),
    radial-gradient(circle at 85% 8%, rgba(168, 85, 247, 0.18), transparent 44%),
    linear-gradient(145deg, #eef4ff 0%, #e8f3ff 45%, #f3ecff 100%);
}

.home-v2-kicker {
  color: #4338ca;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 0.78rem;
}

.home-v2-hero .lead {
  color: #334155;
}

.home-v2-hero h1 {
  color: #0b1220;
}

.home-v2-hero .mt-4.mb-0 {
  color: #475569;
}

.home-v2-hero-card,
.home-v2-feature,
.home-v2-service,
.home-v2-cta {
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid #dbe7ff;
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(14, 25, 70, 0.12);
}

.home-v2-hero-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.94));
  border: 1px solid rgba(34, 211, 238, 0.38);
  color: #0f172a;
}

.home-v2-hero-card li {
  color: #0f172a;
}

.home-v2-logo {
  max-height: 36px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.1);
  opacity: 0.9;
}

.home-v2-service a {
  font-weight: 700;
  color: #4f46e5;
}

.home-v2 .text-muted,
.home-v2-feature p,
.home-v2-service p,
.home-v2-cta p,
.home-v2-process li {
  color: #334155 !important;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 .h1,
.home-v2 .h5 {
  color: #0b1220;
}

.home-v2 .bg-dark h1,
.home-v2 .bg-dark h2,
.home-v2 .bg-dark h3,
.home-v2 .bg-dark .h1,
.home-v2 .bg-dark .h5,
.home-v2 .bg-dark p {
  color: #f8fafc;
}

.home-v2 .bg-dark .text-white-50 {
  color: rgba(248, 250, 252, 0.84) !important;
}

.home-v2-process li + li {
  margin-top: 0.6rem;
}

.home-v2-cta {
  background:
    radial-gradient(circle at 90% 20%, rgba(34, 211, 238, 0.18), transparent 35%),
    radial-gradient(circle at 5% 80%, rgba(124, 58, 237, 0.16), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.home-v2 .btn-primary,
.home-v2 .btn.btn-primary {
  background: #d35a66;
  border: 1px solid #d35a66;
  box-shadow: none;
}

.home-v2 .btn-primary:hover,
.home-v2 .btn.btn-primary:hover {
  background: #b94654;
  border-color: #b94654;
  filter: none;
}

.home-v2 .career-apply-btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #1f2937;
  box-shadow: none;
}

.home-v2 .career-apply-btn:hover {
  background: #1f2937;
  border-color: #1f2937;
  color: #ffffff;
}

.home-v2 .btn-outline-light {
  border-color: rgba(79, 70, 229, 0.55);
  color: #312e81;
  background: #ffffff;
  box-shadow: none;
}

.home-v2 .nav-contact-btn {
  background: #ffffff;
  border: 1px solid #dbe7ff;
  color: #1f2937;
  border-radius: 999px;
  box-shadow: none;
}

.home-v2 .nav-contact-btn:hover {
  background: #f8fbff;
  border-color: #cbd5e1;
  color: #0f172a;
}

.home-v2 .section-sub-title {
  color: #4f46e5;
}

.home-v2-feature:hover,
.home-v2-service:hover {
  transform: translateY(-5px);
  border-color: rgba(79, 70, 229, 0.35);
  box-shadow: 0 18px 36px rgba(59, 130, 246, 0.16);
}
