/* ---------- Header Styles (Joynal IT) ---------- */

/* Header background */
.jt-header-wrap {
  background: linear-gradient(90deg,#f8f9ff 0%, #eef0ff 40%, #e8e5ff 100%);
}

/* Navbar */
.navbar.jt-navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Logo and Brand */
.jt-logo {
  height: 42px; /* 30% bigger */
  width: auto;
}
.jt-brand {
  font-weight: 800;
  color: #101828;
  font-size: 1.35rem;
  text-decoration: none;
}

/* Menu links */
.navbar-nav .nav-link {
  font-weight: 600;
  color: #111827 !important;
  padding: .5rem 1rem;
  letter-spacing: .2px;
  transition: color .2s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #f92421 !important; /* Red on hover */
}

/* Hide default dropdown caret */
.navbar-nav .dropdown-toggle::after {
  display: none;
}

/* Custom chevron */
.jt-chevron {
  font-size: .9rem;
  margin-left: .25rem;
  position: relative;
  top: -1px;
  transition: color .2s ease;
}
.navbar-nav .nav-item:hover .jt-chevron {
  color: #f92421; /* Red when hovered */
}

/* Search button */
.jt-search-btn {
  border: 1px solid rgba(249,36,33,.35); /* brand red border */
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .2s ease, transform .05s ease, border .2s ease;
}
.jt-search-btn:hover {
  border-color: #f92421;
  box-shadow: 0 6px 18px rgba(249,36,33,.25);
  color: #f92421;
}

/* CTA button */
.jt-cta {
  border: 0;
  border-radius: 14px;
  padding: .85rem 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #f92421; /* Red */
  box-shadow: 0 8px 24px rgba(249,36,33,.25);
  transition: transform .05s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.jt-cta:hover {
  background: #d71e1d; /* darker hover red */
  box-shadow: 0 10px 28px rgba(249,36,33,.35);
}
.jt-cta .bi {
  position: relative;
  top: 1px;
  margin-left: .4rem;
}

/* Right side controls spacing */
.jt-right-stack {
  gap: 1rem;
}

/* Mobile tweaks */
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: .5rem .25rem;
  }
  .jt-right-stack {
    gap: .5rem !important;
    margin-top: .75rem;
  }
}

/* ---------- Footer (Joynal IT) ---------- */
:root{
  --jt-red: #f92421;     /* brand red */
  --jt-red-2: #d71e1d;   /* darker hover red */
  --jt-black: #0f0f10;
  --jt-black-2: #131316;
  --jt-text-dim: #cfd3d8;
}

.jt-footer{
  background: var(--jt-black);
  color:#fff;
}

.jt-foot-top{
  padding: 60px 0 40px;
}

.jt-foot-title{
  font-weight: 800;
  letter-spacing: .3px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}
.jt-foot-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:90px;
  height:3px;
  background: linear-gradient(90deg,var(--jt-red), rgba(249,36,33,.2));
  border-radius: 3px;
}

/* Text */
.jt-foot-text{
  color:#fff;
  line-height: 1.7;
  margin-bottom: 0;
}
.jt-foot-meta{
  color:#fff;
  font-size:.8rem;
  letter-spacing:.35px;
}
.jt-foot-strong{
  font-weight:800;
  color:#fff;
}

/* Links */
.jt-foot-links li{ margin:.35rem 0; }
.jt-foot-links a{
  color:#fff;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  transition: color .2s ease;
}
.jt-foot-links a i{
  color:var(--jt-red);
  margin-right:.45rem;
  font-size:.95rem;
}
.jt-foot-links a:hover{ color: var(--jt-red); }

/* Contact icons */
.jt-contact-icon{
  width:50px;height:50px;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;
  background: linear-gradient(180deg,var(--jt-red), var(--jt-red-2));
  box-shadow: 0 10px 24px rgba(249,36,33,.35);
  color:#fff;font-size:1.2rem;
}

/* Newsletter */
.jt-news-group .form-control{
  height:52px;border-radius:14px 0 0 14px;border:1px solid #2a2a2a;
  background:#0b0b0c;color:#fff;
}
.jt-news-group .form-control::placeholder{ color:#8d8f94; }
.jt-news-btn{
  height:52px;border-radius:0 14px 14px 0;border:0;
  background: linear-gradient(135deg,var(--jt-red), var(--jt-red-2));
  color:#fff;padding:0 18px;
}
.jt-news-btn:hover{ filter: brightness(1.08); }

/* Bottom bar */
.jt-foot-bottom{
  position: relative;
  background: var(--jt-black-2);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 16px 0 18px;
}
.jt-foot-bottom .list-inline a{
  color:#fff;text-decoration:none;margin-left:18px;
  transition: color .2s ease;
}
.jt-foot-bottom .list-inline a:hover{ color: var(--jt-red); }

/* Back to top */
.jt-backtotop{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background: var(--jt-black);
  color:#fff;border:2px solid var(--jt-red);
  box-shadow: 0 8px 24px rgba(249,36,33,.28);
  transition: transform .1s ease, box-shadow .2s ease, background .2s ease;
}
.jt-backtotop:hover{
  transform: translateY(-2px);
  background: var(--jt-red);
  color:#fff;border-color: var(--jt-red);
}

/* Responsive */
@media (max-width: 991.98px){
  .jt-foot-top{ padding: 48px 0 28px; }
  .jt-foot-bottom .list-inline{ margin-top: 6px; }
}

/* ---------- Banner Section ---------- */
.jt-banner {
  padding: 80px 0;
  background: linear-gradient(90deg, #fdfdfd 0%, #f7f7f7 100%);
}

.jt-subtag {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.jt-banner-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
}
.jt-banner-title span {
  color: #000; /* Accent in black instead of blue */
}

.jt-banner-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 28px;
}

.jt-banner-btn {
  border: 0;
  border-radius: 28px;
  padding: 12px 26px;
  font-weight: 700;
  background: #000;
  color: #fff;
  transition: background .25s ease, transform .1s ease;
}
.jt-banner-btn:hover {
  background: #333;
  transform: translateY(-2px);
}
.jt-banner-btn .bi {
  margin-left: 6px;
  position: relative;
  top: 1px;
}

/* Banner image wrapper */
.jt-banner-img-wrap {
  position: relative;
  display: inline-block;
}
.jt-banner-img {
  border-radius: 50%;
  max-width: 90%;
  border: 6px solid #000;
  box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}
/* ---------- Our Clients (JS Marquee) ---------- */
.jt-section-title{font-weight:800;letter-spacing:.2px;color:#111;margin-bottom:.25rem;}
.jt-section-sub{color:#6b7280;margin:0;}

.jt-clients-marquee{
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.jt-track{
  display:flex;
  align-items:center;
  gap:48px;
  padding:10px 0;
  width:max-content;         /* will stretch to fit children */
  will-change: transform;    /* smoother GPU transform */
}

.jt-client-card{
  background:#fff;
  border:1px solid #ededed;
  border-radius:12px;
  width:240px;
  height:110px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 10px rgba(0,0,0,.04);
}
.jt-client-card img{
  max-height:60px;width:auto;object-fit:contain;
}

@media (max-width: 991.98px){
  .jt-track{gap:32px;}
  .jt-client-card{width:200px;height:96px;}
  .jt-client-card img{max-height:52px;}
}
@media (max-width: 575.98px){
  .jt-track{gap:24px;}
  .jt-client-card{width:170px;height:90px;}
  .jt-client-card img{max-height:48px;}
}

/* ---------- Our Services ---------- */
.jt-services{
  background:#f6f7fb;
  padding: 72px 0;
}
.jt-services .jt-section-eyebrow{
  font-weight:700;
  color:#f92421; /* brand red */
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.jt-services .jt-section-eyebrow::after{
  content:"";
  width:36px;height:3px;border-radius:3px;background:#f92421;
}
.jt-services .jt-section-title{
  font-weight: 800;
  color:#0f172a;
  margin: 6px 0 28px;
}

.jt-service-card{
  background:#fff;
  border:1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  overflow:hidden;
  transition: transform .15s ease, box-shadow .2s ease;
}
.jt-service-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
}
.jt-service-media{
  position:relative;
  overflow:hidden;
}
.jt-service-media img{
  width:100%; height:230px; object-fit:cover;
  display:block;
}
.jt-service-badge{
  position:absolute;
  right:22px; bottom:-26px;
  background:#fff; color:#f92421;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  font-size:22px;
}
.jt-service-body{
  padding:24px 24px 18px;
}
.jt-service-title{
  font-weight:800; color:#082032; margin: 6px 0 10px;
  font-size:1.25rem;
}
.jt-service-text{
  color:#64748b; margin-bottom: 18px; line-height:1.7;
}

/* small red ribbon accent bottom-right of card */
.jt-service-ribbon{
  display:block;
  width:100%;
  padding:0 24px 22px;
}
.jt-service-ribbon .ribbon{
  margin-left:auto;
  width:72px;height:28px;
  background:#f92421; border-radius:4px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18px 100%, 0 50%);
}
@media (max-width: 767.98px){
  .jt-service-media img{ height:200px; }
}
/* ---------- Solutions (dark section) ---------- */
.jt-solutions{
  background: #1f2937;       /* dark gray */
  color: #fff;
  padding: 72px 0;
}
.jt-sol-title{
  font-weight: 800;
  margin: 0;
}
.jt-sol-title span{ color:#fff; }
.jt-sol-subtitle{
  font-weight: 800;
  margin: 0;
}
.jt-sol-hr{
  margin: 14px 0 18px;
  border: 0;
  height: 2px;
  background: rgba(255,255,255,.25);
}

/* Column separators (vertical lines like the reference) */
.jt-sol-col{
  position: relative;
}
.jt-sol-col + .jt-sol-col::before{
  content:"";
  position:absolute;
  left:-24px; top:0; bottom:0;
  width:1px;
  background: rgba(255,255,255,.18);
}
@media (max-width: 991.98px){
  .jt-sol-col + .jt-sol-col::before{ display:none; }
}

.jt-sol-text{
  color:#e5e7eb;
  line-height:1.85;
}

/* Bullet list with check marks */
.jt-sol-list{
  list-style:none;
  padding:0; margin:0;
}
.jt-sol-list li{
  position:relative;
  padding-left:28px;
  margin: 12px 0;
  color:#f3f4f6;
}
.jt-sol-list li::before{
  content:"\2713"; /* check */
  position:absolute;
  left:0; top:0;
  color:#f92421;   /* brand red check */
  font-weight:700;
}
/* ---------- About (Mobile-Responsive) ---------- */
.jt-about-eyebrow{
  color:#f92421;               /* brand red */
  font-weight:700;
  margin-bottom:.5rem;
}
.jt-about-title{
  font-weight:800;
  line-height:1.2;
  color:#0f172a;
  margin-bottom:1rem;
  font-size: clamp(1.65rem, 2.5vw + 1rem, 2.75rem); /* fluid type */
}
.jt-about-sub{
  font-weight:800;
  color:#0f172a;
  margin:1.25rem 0 .5rem;
}
.jt-about-text{
  color:#4b5563;
  line-height:1.75;
}

/* CTA */
.jt-red-btn{
  background:#f92421;
  color:#fff;
  font-weight:700;
  padding:12px 22px;
  border-radius:8px;
  text-decoration:none;
  transition:background .2s ease, transform .05s ease;
}
.jt-red-btn:hover{ background:#d71e1d; color:#fff; transform:translateY(-1px); }

/* Media wrapper */
.jt-about-media{
  position:relative;
  max-width:700px;
  margin:0 auto;
}

/* Images default (mobile: stacked) */
.jt-about-img{
  width:100%;
  border-radius:10px;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  display:block;
}
.jt-about-media .img-1{ margin-bottom:16px; } /* top photo */
.jt-about-media .img-2{ }                      /* bottom photo */

/* Decorative dots (hidden on small screens) */
.jt-about-dots{
  display:none;
}

/* ≥992px: Overlap like the reference */
@media (min-width: 992px){
  .jt-about-media{
    min-height: 520px;
  }
  .jt-about-img{
    position:absolute;
    width:auto;
  }
  .jt-about-media .img-1{
    top:0; right:0;
    width: 520px;          /* large image */
  }
  .jt-about-media .img-2{
    left: 0; bottom: 10px;
    width: 420px;          /* smaller image */
    border:6px solid #fff; /* white frame feel */
  }
  .jt-about-dots{
    position:absolute;
    display:block;
    right: -8px;
    bottom: 40px;
    width: 110px;
    height: 110px;
    background-image: radial-gradient(#f92421 2px, transparent 2px);
    background-size: 14px 14px;
    opacity:.25;
    border-radius:4px;
  }
}

/* Sticky header safety on tiny screens (optional spacing if header overlaps) */
@media (max-width: 575.98px){
  body{ scroll-padding-top: 72px; } /* helpful when sticky-top header is present */
}
/* ---------- Team v2 (Equal height cards) ---------- */
.jt-teamv2{ background:#fff; }
.jt-teamv2-eyebrow{
  color:#f92421;
  font-weight:700;
  display:inline-flex; align-items:center; gap:12px;
}
.jt-teamv2-eyebrow::after{
  content:""; width:38px; height:3px; border-radius:3px; background:#f92421;
}
.jt-teamv2-title{
  margin-top:.25rem;
  font-weight:800;
  color:#0f2a36;
  font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.6rem);
}
.jt-teamv2-intro{ color:#5b6b79; line-height:1.8; }

/* Card */
.jt-teamv2-card{
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  border:1px solid #eef1f5;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .2s ease;
}
.jt-teamv2-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.10);
}

/* Image area */
.jt-teamv2-media{
  position:relative;
  overflow:hidden;
  background:#f3f5f8;
  text-align:center;
}
.jt-teamv2-media img{
  width:403px;
  height:361px;
  object-fit:cover;
  max-width:100%;   /* responsive downscale */
  display:inline-block;
}

/* Floating share button */
.jt-teamv2-share{
  position:absolute;
  right:18px;
  bottom:-18px;
  width:44px; height:44px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#f92421; color:#fff;
  box-shadow: 0 10px 24px rgba(249,36,33,.35);
  transition: bottom .2s ease, filter .15s ease;
}
.jt-teamv2-card:hover .jt-teamv2-share{ bottom:18px; }
.jt-teamv2-share:hover{ filter: brightness(1.05); }

/* Content */
.jt-teamv2-body{
  padding:18px 22px 22px;
  text-align:center;
  margin-top:auto; /* Push body to bottom for equal height */
}
.jt-teamv2-name{
  margin:0 0 4px;
  font-weight:800; color:#0f2a36;
}
.jt-teamv2-role{ color:#6b7a88; font-weight:600; }

/* Responsive tweaks */
@media (max-width: 991.98px){
  .jt-teamv2-media img{ width:100%; height:auto; }
}
@media (max-width: 575.98px){
  .jt-teamv2-media img{ width:100%; height:auto; }
}
/* ---------- Portfolio (Software Development grid) ---------- */
.jt-portfolio{ background:#fafbff; }
.jt-port-eyebrow{
  color:#f92421; font-weight:700;
  display:inline-flex; align-items:center; gap:12px;
}
.jt-port-eyebrow::after{
  content:""; width:36px; height:3px; border-radius:3px; background:#f92421;
}
.jt-port-title{
  margin:.25rem 0 .25rem; font-weight:800; color:#0f172a;
  font-size: clamp(1.6rem, 1rem + 2.2vw, 2.2rem);
}
.jt-port-intro{ color:#64748b; }

/* Card */
.jt-port-card{
  display:flex; flex-direction:column;
  background:#fff; border:1px solid #edf0f5; border-radius:12px;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
  overflow:hidden; transition:transform .15s ease, box-shadow .2s ease;
}
.jt-port-card:hover{ transform:translateY(-4px); box-shadow:0 16px 36px rgba(15,23,42,.1); }

/* Media */
.jt-port-media{ position:relative; overflow:hidden; background:#f3f5f8; }
.jt-port-media img{
  width:100%; height:240px; object-fit:cover; display:block;
}

/* Body */
.jt-port-body{ padding:18px 20px 22px; }
.jt-port-name{ margin:0 0 6px; font-weight:800; color:#0f2a36; }
.jt-port-text{ color:#6b7a88; margin:0; line-height:1.7; }

/* Responsive tweaks */
@media (max-width: 575.98px){
  .jt-port-media img{ height:200px; }
}
/* ---------- Pricing (Responsive 3-panel) ---------- */
.jt-pricing{ background:#fff; }
.jt-pricing-title{
  color:#f92421;                  /* brand red */
  font-weight:900;
  letter-spacing:.2px;
  margin-bottom:.25rem;
  font-size: clamp(1.6rem, 1.1rem + 2.6vw, 2.4rem);
}
.jt-pricing-sub{
  color:#6b7280;
  padding-bottom:.75rem;
  border-bottom:1px dashed #e5e7eb;
  margin-bottom:1rem;
}
.jt-pricing-note{
  color:#4b5563;
  line-height:1.75;
  max-width: 1100px;
}
.jt-pricing-footnote{
  color:#6b7280;
  font-size:.9rem;
}

/* Card shell */
.jt-price-card{
  display:flex; flex-direction:column;
  background:#fff;
  border:1px solid #e8ebf0;
  border-radius:10px;
  overflow:hidden;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  transition: transform .15s ease, box-shadow .2s ease;
}
.jt-price-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(15,23,42,.12);
}

/* Subtle highlight for middle plan */
.jt-price-card-pop{ border-color:#e0e7ff; box-shadow:0 14px 34px rgba(15,23,42,.12); }

/* Header strip */
.jt-price-head{
  background: linear-gradient(180deg,#f8fafc,#f2f4f7);
  padding: 16px 18px 14px;
  border-bottom:1px solid #e8ebf0;
}
.jt-price-plan{
  margin:0;
  font-weight:800;
  color:#0f172a;
  font-size:1.1rem;
}
.jt-price-line{ height:1px; background:#e5e7eb; margin:10px 0; }
.jt-price-meta{
  color:#0f172a;
}
.jt-price-meta strong{ font-size:1.05rem; }
.jt-price-meta span{ color:#6b7280; font-weight:600; margin-left:4px; }

/* Body */
.jt-price-body{ padding: 16px 18px 20px; }
.jt-price-lead{
  color:#0f172a; font-weight:700; margin-bottom:12px;
}

/* Features list */
.jt-price-list{
  list-style:none; padding:0; margin:0;
  border-top:1px dashed #e8ebf0;
}
.jt-price-list li{
  padding:10px 0;
  color:#475569;
  border-bottom:1px dashed #e8ebf0;
}
.jt-price-list li strong{ color:#0f172a; }

/* Button (gold-tinted like screenshot but with red brand accent hover) */
.jt-price-btn{
  background: linear-gradient(180deg,#f5d48a,#e6b958);
  color:#1f2937;
  font-weight:800;
  border:0;
  border-radius:28px;
  padding:12px 22px;
  text-decoration:none;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  transition: transform .05s ease, filter .15s ease, box-shadow .2s ease;
}
.jt-price-btn:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

/* Responsive tweaks */
@media (max-width: 991.98px){
  .jt-price-meta strong{ display:inline-block; min-width: 110px; }
}
@media (max-width: 575.98px){
  .jt-pricing-note{ font-size:.95rem; }
  .jt-price-btn{ width:100%; }
}

