/**
* Template Name: Dewi
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Inter",  sans-serif;
}
.tech-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff; /* adjust if needed */
  padding: 1rem 0;
}

.tech-carousel-track {
  display: flex;
  width: calc(200%); /* twice the width for two sets of logos */
  animation: scroll-left 30s linear infinite;
}

.tech-carousel-track img {
  height: 80px;
  margin: 0 2rem;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.about-card {
  background: #f4fbff;
  border-radius: 16px;
  padding: 30px 24px;
  border: 1px solid #dbeaf3;
  transition: all 0.3s ease;
  height: 100%;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background: #ffffff;
     border-color: var(--accent-color);

}

.about-card .icon {
  width: 48px;
  height: 48px;
  background: #ff4d1c;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
  transition: all 0.3s ease;
}

.about-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.about-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5d73;
  margin: 0;
}


/* About bottom section (about3.png) */
.zt-about-bottom {
  position: relative;
  padding: 80px 0;
  background-image: url('..//about3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px; /* important */
}

.zt-about-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  /* soft overlay - image bhi nazar aaye + text readable */
  background: rgba(255, 255, 255, 0.55);
}

.zt-about-bottom .container {
  position: relative;
  z-index: 2;
}

/* Card styling similar to screenshot */
.zt-stat-card, .zt-cta-card {
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.zt-stat-card {
  padding: 22px 18px;
  text-align: center;
}

.zt-stat-num {
  font-weight: 900;
  font-size: 34px;
  color: #0f172a;
  line-height: 1.1;
}

.zt-stat-label {
  margin-top: 6px;
  font-weight: 700;
  color: #64748b;
}

.zt-cta-card {
  height: 100%;
  padding: 28px 26px;
}

.zt-cta-title {
  font-weight: 900;
  font-size: 34px;
  color: #0f172a;
  margin-bottom: 10px;
}

.zt-cta-desc {
  color: #64748b;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.zt-btn-demo {
  background: #c4512f;
  color: #fff;
  border-radius: 12px;
  font-weight: 900;
  padding: 12px 18px;
}

.zt-btn-wa {
  background: #1f7a4d;
  color: #fff;
  border-radius: 12px;
  font-weight: 900;
  padding: 12px 18px;
}

.zt-mini-note {
  margin-top: 14px;
  color: #94a3b8;
  font-size: 13px;
}
/* RIGHT FEATURE CARD HOVER – INLINE */
.zf-feature-card{
  transition: all .28s ease;
  cursor:pointer;
}
.zf-feature-card:hover{
  transform: translateY(-5px);
  border-color: var(--accent-color) !important;
  box-shadow: 0 18px 40px rgba(15,23,42,.14);
}
.zf-feature-card:active{
  transform: translateY(-2px) scale(.985);
}

/* icon hover */
.zf-icon{
  transition: all .28s ease;
}
.zf-feature-card:hover .zf-icon{
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
}
.zf-feature-card:hover .zf-icon i{
  transform: scale(1.15);
}
.zf-icon i{
  transition: transform .25s ease;
}
/* //.about// */
/* What Makes Different – hover cards */
/* ===============================
   WHAT MAKES ZOFATECH DIFFERENT
   =============================== */

 .zt-diff-section{
  padding:65px 0;
  background:#f6f8fc;
}

.zt-diff-title{
  font-weight:900;
  margin-bottom:6px;
  color:#0f172a;
}

.zt-diff-sub{
  color:#64748b;
  margin:0;
  max-width:900px;
  line-height:1.7;
}

/* cards */
.zt-diff-card{
  background:#ffffff;
  border:1px solid #e6e9ee;
  border-radius:14px;
  padding:16px 18px;
  margin-bottom:14px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  cursor:pointer;
  transition: all .28s ease;
}

.zt-diff-card i{
  font-size:18px;
  margin-top:3px;
  color: var(--accent-color);
  transition: transform .28s ease, color .28s ease;
}

.zt-diff-card .zt-diff-text{
  font-weight:700;
  color:#0f172a;
  line-height:1.6;
  transition: color .28s ease;
}

/* hover effect */
.zt-diff-card:hover{
  transform: translateY(-4px);
  border-color: var(--accent-color);
  box-shadow: 0 14px 32px rgba(15,23,42,.12);
}

.zt-diff-card:hover i{
  transform: scale(1.15);
}

.zt-diff-card:active{
  transform: translateY(-1px) scale(.985);
  box-shadow: 0 8px 20px rgba(15,23,42,.18);
}

/* column spacing */
.zt-diff-col{
  padding-right:14px;
}

@media (max-width: 991px){
  .zt-diff-col{
    padding-right:0;
  }
}

/* ===============================
   WHO WE WORK WITH – HOVER CARDS
   =============================== */

.zt-work-section{
  padding:30px  0;
}

.zt-work-title{
  font-weight:900;
  margin-bottom:6px;
  color:#0f172a;
}

.zt-work-sub{
  color:#64748b;
  margin:0;
}

/* card */
.zt-work-card{
  height:100%;
  border:1px solid #e6e9ee;
  border-radius:16px;
  padding:18px;
  background:#ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
  transition: all .28s ease;
  cursor:pointer;
}

.zt-work-card:hover{
  transform: translateY(-6px);
  border-color: var(--accent-color);
  box-shadow: 0 18px 40px rgba(15,23,42,.14);
}

.zt-work-card:active{
  transform: translateY(-2px) scale(.985);
  box-shadow: 0 10px 24px rgba(15,23,42,.18);
}

/* header row */
.zt-work-head{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:10px;
}

/* icon box */
.zt-work-icon{
  width:46px;
  height:46px;
  border-radius:12px;
  background: rgba(196,81,47,.08);
  border:2px solid rgba(196,81,47,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  transition: all .28s ease;
}

.zt-work-icon i{
  color: var(--accent-color);
  font-size:18px;
  transition: transform .28s ease;
}

/* hover icon animation */
.zt-work-card:hover .zt-work-icon{
  background: rgba(196,81,47,.15);
}

.zt-work-card:hover .zt-work-icon i{
  transform: scale(1.2);
}

/* text */
.zt-work-card h6{
  font-weight:900;
  color:#0f172a;
  margin:0;
}

.zt-work-desc{
  color:#64748b;
  line-height:1.7;
  margin:0;
}


/* =========================================================
   Services Cards (Screenshot Style) - ONLY for .services-cards
   ========================================================= */
/* ==========================================
   ✅ TOP SECTION (Service Details) Background
   ========================================== */
.service-details{
  position: relative;
  background-image: url("../img/download3.png");  /* ✅ same image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  overflow: hidden;
}

/* Overlay to keep text readable */
.service-details::before{
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(255,255,255,0.85); */
  z-index: 0;
}

/* Bring content above overlay */
.service-details .container{
  position: relative;
  z-index: 1;
}


/* ===============================
   ✅ SERVICES CARDS BACKGROUND IMAGE
   =============================== */
.services-cards{
  position: relative;
  background-image: url("../img/si.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  overflow: hidden;
}

/* Light overlay so cards readable rahein */
.services-cards::before{
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(255,255,255,0.75); */
  z-index: 0;
}

/* Content should be above overlay */
.services-cards .container{
  position: relative;
  z-index: 1;
}

/* Row spacing */
.services-cards .row.gy-4 {
  --bs-gutter-y: 28px;
  --bs-gutter-x: 28px;
}

/* Card */
.services-cards .service-item {
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 0;
  padding: 26px 26px;
  box-shadow: none;
  gap: 18px;
  align-items: flex-start;
  transition: all .18s ease;
}

.services-cards .service-item:hover {
  border-color: #d8dde6;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

/* Icon box */
.services-cards .iconbox {
  width: 56px;
  height: 56px;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.services-cards .iconbox i {
  font-size: 26px;
  line-height: 0;
}

/* Title */
.services-cards .title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #0f172a;
  font-family: var(--heading-font);
}

.services-cards .title a {
  color: inherit;
  text-decoration: none;
}

/* Description */
.services-cards .description {
  margin: 0;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.8;
  max-width: 520px;
}


/* =========================================================
   FAST CLOUD VPS - FIXED RESPONSIVE LAYOUT
   Works with your HTML:
   .vps-plans .vps-card .vps-top .vps-icon .vps-head
   .vps-list .vps-actions .vps-btn .vps-badge .vps-featured
   ========================================================= */


/* =========================================================
   QUOTE MODAL (OPTIONAL POLISH)
   ========================================================= */
.quote-modal{
  border-radius:14px;
  overflow:hidden;
}

.quote-modal .modal-header{
  background:#f8fafc;
  border-bottom:1px solid #e6e9ee;
}
.quote-modal .modal-title{
  font-weight:900;
  font-family:var(--heading-font);
}

.quote-submit{
  background:var(--accent-color) !important;
  border-color:var(--accent-color) !important;
  font-weight:900 !important;
  border-radius:10px !important;
}
.quote-submit:hover{
  background:color-mix(in srgb, var(--accent-color), #000 10%) !important;
}

/* =========================================================
   Ship Chandling ERP Page (ship-*) - matches your earlier UI
   ========================================================= */

.ship-hero-card{
  background: #fff;
  border: 1px solid #e6e9ee;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.ship-image-card{
  background: #fff;
  border: 1px solid #e6e9ee;
  padding: 10px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}
.ship-image-card img{
  width: 95%;
  border-radius: 8px;
}

.ship-h3{
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 12px;
  font-family: var(--heading-font);
  color: #0f172a;
}
.ship-h4{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #0f172a;
}
.ship-p{
  color: #475569;
  line-height: 1.8;
  font-size: 15.5px;
}

.ship-cta-row{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0 14px 0;
}

.ship-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-color);
  color: #fff;
  padding: 10px 16px;
  font-weight: 800;
  border-radius: 6px;
  transition: .2s ease;
}
.ship-btn:hover{
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--accent-color), #000 10%);
  color: #fff;
}

.ship-btn-outline{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  padding: 10px 16px;
  font-weight: 800;
  border-radius: 6px;
  transition: .2s ease;
  background: #fff;
}
.ship-btn-outline:hover{
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}

.ship-btn-dark{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  padding: 10px 16px;
  font-weight: 800;
  border-radius: 6px;
  transition: .2s ease;
}
.ship-btn-dark:hover{
  transform: translateY(-1px);
  background: #000;
  color: #fff;
}

.ship-contact{
  margin-top: 10px;
  display: grid;
  gap: 6px;
  color: #334155;
  font-weight: 600;
}
.ship-contact i{
  color: var(--accent-color);
  margin-right: 6px;
}

.ship-highlight{
  background: #fff;
  border-left: 6px solid var(--accent-color);
  padding: 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,.05);
  border-radius: 8px;
}

.ship-card{
  background: #fff;
  border: 1px solid #e6e9ee;
  padding: 22px;
  gap: 14px;
  transition: .2s ease;
}
.ship-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.07);
}

.ship-icon{
  width: 56px;
  height: 56px;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ship-icon i{
  font-size: 26px;
  line-height: 0;
}

.ship-card-title{
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 6px 0;
  color: #0f172a;
}
.ship-card-text{
  margin: 0;
  color: #475569;
  line-height: 1.8;
  font-size: 14.5px;
}

/* Slightly adjust services-2 blocks when used in this page */
.ship-service{
  background: #fff;
  border: 1px solid #e6e9ee;
  padding: 26px;
  transition: .2s ease;
}
.ship-service:hover{
  border-color: color-mix(in srgb, var(--accent-color), transparent 65%);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.07);
}

.ship-card-lg{
  background: #fff;
  border: 1px solid #e6e9ee;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.ship-bullets{
  margin: 0;
  padding-left: 18px;
  color: #475569;
}
.ship-bullets li{
  line-height: 1.9;
  margin: 4px 0;
}

/* mini cards */
.ship-mini-card{
  background: #fff;
  border: 1px solid #e6e9ee;
  padding: 22px;
  text-align: left;
  transition: .2s ease;
  height: 100%;
}
.ship-mini-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.07);
  border-color: #d8dde6;
}
.ship-mini-card i{
  font-size: 28px;
  color: var(--accent-color);
  display: inline-block;
  margin-bottom: 10px;
}
.ship-mini-card h4{
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 8px 0;
  color: #0f172a;
}
.ship-mini-card p{
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-size: 14.5px;
}

/* demo CTA */
.ship-demo-cta{
  background: #fff;
  border: 1px solid #e6e9ee;
  padding: 30px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
}
.ship-demo-cta h3{
  font-weight: 900;
  font-family: var(--heading-font);
  margin-bottom: 10px;
  color: #0f172a;
}
.ship-demo-cta p{
  color: #475569;
  line-height: 1.8;
  margin: 0 auto 18px auto;
  max-width: 900px;
}
.ship-demo-actions{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.ship-demo-footer{
  color: #475569;
  font-weight: 700;
}

/* =========================================================
   Download Page Grid (Hover button show + same theme)
   ========================================================= */

/* =====================================
   DOWNLOAD PAGE (UI LIKE 2nd PIC)
   BG = download3.png
   Button hover on desktop
   Button always visible on mobile
   ===================================== */

/* =========================
   HERO (download2.png) - NO OVERLAY
   ========================= */
.zt-download-hero{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.zt-download-hero::before{
  /* ✅ overlay removed */
  content: none !important;
}

.zt-download-hero .container{
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 12px;
}

/* big title */
.zt-download-hero h1{
  color:#fff;
  font-weight: 900;
  letter-spacing: .3px;
  margin-bottom: 10px;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
}

.zt-download-hero .breadcrumbs{
  margin-bottom: 18px;
}

/* Subtitle + Contact (no overlay, just shadow) */
.zt-hero-subtitle{
  color: rgba(255,255,255,.92);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 26px;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
}

.zt-hero-contact{
  color: rgba(255,255,255,.80);
  font-size: 20px;
  font-weight: 700;
  margin-top: 22px;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
}

@media (max-width: 768px){
  .zt-download-hero .container{ padding: 60px 10px; }
  .zt-hero-subtitle{ font-size: 22px; }
  .zt-hero-contact{ font-size: 14px; }
}

/* =========================
   DOWNLOAD SECTION (download3.png) - NO OVERLAY
   ========================= */
.download-page{
  position: relative;
  background: url("../img/download3.png") center/cover no-repeat;
  padding: 90px 0;
  overflow: hidden;
}

.download-page::before{
  /* ✅ overlay removed */
  content: none !important;
}

.download-page .container{
  position: relative;
  z-index: 1;
}

.download-page .row{
  justify-content: center;
}

/* ====== SECTION TITLE ====== */
.download-page .section-title h2{
  font-size: 20px;
  letter-spacing: 2.2px;
  font-weight: 900;
  color: rgba(15,23,42,.60);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.download-page .section-title p{
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .6px;
  margin: 0;
  color: #0f172a;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.download-page .section-title p::after{
  content:"";
  position:absolute;
  left:50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 96px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent-color, #ff4a17);
}

.download-sub{
  margin-top: 14px;
  font-size: 20px;
  color: #667085;
  font-weight: 600;
  line-height: 1.6;
}

.download-note{
  margin-top: 6px;
  color: #6b7280;
  font-weight: 700;
  font-size: 20px;
}

/* ====== CARD ====== */
.download-card{
  position: relative;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 32px 26px;
  text-align: center;

  min-height: 260px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;

  box-shadow: 0 18px 40px rgba(2, 6, 23, .10);
  backdrop-filter: blur(8px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.download-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(2, 6, 23, .16);
  border-color: rgba(255, 74, 23, .26);
}

/* icon box */
.download-icon{
  width: 78px;
  height: 78px;
  margin: 0 auto 4px auto;
  border-radius: 16px;

  border: 2px solid color-mix(in srgb, var(--accent-color, #ff4a17), transparent 15%);
  display:flex;
  align-items:center;
  justify-content:center;

  background: rgba(255,255,255,.95);
  transition: transform .18s ease, background .18s ease;
}

.download-icon i{
  font-size: 40px;
  color: var(--accent-color, #ff4a17);
}

.download-card:hover .download-icon{
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--accent-color, #ff4a17), transparent 92%);
}

/* title */
.download-title{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .9px;
  margin: 0;
  color: #111827;
  text-transform: uppercase;
  font-family: var(--heading-font, inherit);
}

/* ====== BUTTON (desktop hover) ====== */
.download-btn{
  display: inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;

  margin: 8px auto 0 auto;
  padding: 11px 18px;
  border-radius: 10px;

  background: var(--accent-color, #ff4a17);
  color: #fff !important;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none !important;

  border: 1px solid color-mix(in srgb, var(--accent-color, #ff4a17), transparent 55%);
  box-shadow: 0 12px 18px rgba(255, 74, 23, .22);
  transition: all .18s ease;

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.download-card:hover .download-btn{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.download-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 18px 28px rgba(255, 74, 23, .30);
}

/* ====== MOBILE/TABLET: show button always ====== */
@media (max-width: 991px){
  .download-page{ padding: 70px 0; }
  .download-page .section-title p{ font-size: 28px; }
  .download-card{ min-height: 245px; }

  .download-btn{
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (max-width: 575px){
  .download-page{ padding: 55px 0; }
  .download-page .section-title p{ font-size: 22px; }
  .download-sub{ font-size: 14px; }

  .download-card{
    padding: 24px 18px;
    border-radius: 14px;
  }
  .download-btn{
    width: 100%;
  }
}

/* =========================================================
   Enhanced Portfolio UI (video + cards + hover icons)
   ========================================================= */

.portfolio-page .section-title p {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .4px;
}
@media (max-width: 768px) {
  .portfolio-page .section-title p { font-size: 24px; }
}

/* ---------- Featured Video Wrapper ---------- */
.portfolio-video-wrap{
  background: #fff;
  border: 1px solid #e6e9ee;
  box-shadow: 0 14px 35px rgba(0,0,0,.07);
  overflow: hidden;
}

.portfolio-video-top{
  padding: 18px 18px 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #eef2f7;
}

.portfolio-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
}
.portfolio-badge i{
  font-size: 16px;
  line-height: 0;
}

.portfolio-video-title{
  font-weight: 900;
  color: #0f172a;
  font-family: var(--heading-font);
  text-align: right;
}
.portfolio-video-title span{
  display: block;
  font-weight: 600;
  color: #64748b;
  font-family: var(--default-font);
  font-size: 13px;
  margin-top: 2px;
}

.portfolio-video-card{
  padding: 12px;
  background: #fff;
}
.portfolio-video-card iframe{
  border-radius: 12px;
}

/* ---------- Portfolio Cards ---------- */
.portfolio-card{
  background: #fff;
  border: 1px solid #e6e9ee;
  overflow: hidden;
  height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.portfolio-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.09);
  border-color: #d8dde6;
}

.portfolio-thumb{
  position: relative;
  overflow: hidden;
}

.portfolio-thumb img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .35s ease;
}
@media (max-width: 576px){
  .portfolio-thumb img{ height: 200px; }
}

.portfolio-card:hover .portfolio-thumb img{
  transform: scale(1.06);
}

/* subtle bottom gradient for premium feel */
.portfolio-gradient{
  position:absolute;
  left:0; right:0; bottom:0;
  height: 55%;
  background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
  opacity: 0;
  transition: .22s ease;
  pointer-events:none;
}
.portfolio-card:hover .portfolio-gradient{
  opacity: 1;
}

/* Hover action icons (center) */
.portfolio-actions{
  position: absolute;
  inset: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.20);
  opacity: 0;
  transform: translateY(6px);
  transition: .22s ease;
}

.portfolio-card:hover .portfolio-actions{
  opacity: 1;
  transform: translateY(0);
}

/* Action button */
.portfolio-action{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--accent-color);
  font-size: 20px;
  transition: transform .18s ease, background .18s ease, color .18s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.15);
}

.portfolio-action:hover{
  transform: translateY(-2px);
  background: var(--accent-color);
  color: #fff;
}

/* Meta */
.portfolio-meta{
  padding: 18px 18px 20px 18px;
}

.portfolio-title{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .9px;
  margin: 0 0 6px 0;
  color: #111827;
  text-transform: uppercase;
  line-height: 1.3;
}

.portfolio-sub{
  margin: 0;
  color: #64748b;
  font-weight: 700;
  font-size: 13px;
}

/* =========================================================
   Quote Modal styling
   ========================================================= */
.quote-modal{
  border-radius: 14px;
  overflow: hidden;
}
.quote-modal .modal-header{
  background: #f8fafc;
  border-bottom: 1px solid #e6e9ee;
}
.quote-modal .modal-title{
  font-weight: 900;
  font-family: var(--heading-font);
}
.quote-submit{
  background: var(--accent-color) !important;
  border-color: var(--accent-color) !important;
  font-weight: 800;
}
.quote-submit:hover{
  background: color-mix(in srgb, var(--accent-color), #000 10%) !important;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #273d4e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ff4a17; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #e5eaee;  /* The default color of the main navmenu links */
  --nav-hover-color: #ff4a17; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ff4a17; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f1f4fa;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000910;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #28323a;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message{
  display:none;
}

.php-email-form .loading.d-block,
.php-email-form .error-message.d-block,
.php-email-form .sent-message.d-block{
  display:block;
}


.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
/* ===============================
   HEADER STYLES
================================ */

.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ff6a00;
  --contrast-color: #ffffff;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  width: 100%;
  z-index: 997;

  color: var(--default-color);
  background-color: var(--background-color);

  padding: 10px 0;
  transition: all 0.4s ease;
}

/* ===============================
   LOGO
================================ */

.header .logo {
  line-height: 1;
  display: flex;
  align-items: center;
}

.header .logo img {
  height: 142px !important;       /* 🔥 LOGO SIZE */
  max-height: 142px !important;
  width: auto;
  transition: all 0.3s ease;
}

/* Optional text logo */
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

/* ===============================
   NAV BUTTON (CTA)
================================ */

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  font-size: 13px;
  padding: 8px 26px;
  margin-left: 30px;
  border-radius: 4px;
  text-transform: uppercase;
  border: 2px solid var(--contrast-color);
  transition: 0.3s;
  background: transparent;
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

/* ===============================
   HEADER ON SCROLL
================================ */

.scrolled .header {
  background-color: rgba(21, 34, 43, 0.9);
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.25);
}

/* Logo slightly smaller on scroll */
.scrolled .header .logo img {
  height: 75px !important;
  max-height: 75px !important;
}

/* ===============================
   RESPONSIVE (TABLET & MOBILE)
================================ */

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 16px;
  }

  .header .navmenu {
    order: 3;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 8px 0;
  }

  .header .logo img {
    height: 120px !important;
    max-height: 120px !important;
  }
}

@media (max-width: 480px) {
  .header .logo img {
    height: 55px !important;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 13px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: color-mix(in srgb, var(--nav-color) 90%, white 15%);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
/* ===============================
   ZOFA FOOTER (Modern Smooth UI)
   =============================== */
.footer.zt-footer{
  position: relative;
  overflow: hidden;
  color: #e5e7eb;
  background: #0b1220;
}

/* subtle glow / gradient */
.footer.zt-footer::before{
  content:"";
  position:absolute;
  inset:-120px -120px auto -120px;
  height: 380px;
  background: radial-gradient(closest-side, rgba(255,90,31,.20), transparent 60%);
  pointer-events:none;
}
.footer.zt-footer::after{
  content:"";
  position:absolute;
  inset:auto -120px -160px -120px;
  height: 420px;
  background: radial-gradient(closest-side, rgba(46,196,182,.16), transparent 60%);
  pointer-events:none;
}

/* top area */
.footer.zt-footer .footer-top{
  position: relative;
  z-index: 1;
  padding: 70px 0 35px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* grid spacing */
.footer.zt-footer .row.gy-4{
  --bs-gutter-y: 26px;
}

/* section titles */
.footer.zt-footer h4{
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 10px;
}
.footer.zt-footer h4::after{
  content:"";
  display:block;
  width: 44px;
  height: 2px;
  background: rgba(255,90,31,.9);
  border-radius: 2px;
  margin-top: 10px;
}

/* text */
.footer.zt-footer p{
  margin: 0 0 10px;
  color: rgba(229,231,235,.86);
  line-height: 1.8;
  font-size: 14.5px;
}

/* little labels (MAIN OFFICE / UK OFFICE) */
.footer .zt-badge{
  display:inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,90,31,.18);
  border: 1px solid rgba(255,90,31,.30);
  margin: 10px 0 8px;
}

/* links list */
.footer.zt-footer .footer-links{
  list-style:none;
  padding:0;
  margin: 14px 0 0 0;
  display: grid;
  gap: 10px;
}
.footer.zt-footer .footer-links a{
  color: rgba(229,231,235,.85);
  text-decoration:none;
  display:flex;
  align-items:center;
  gap: 10px;
  transition: .18s ease;
}
.footer.zt-footer .footer-links a::before{
  content:"";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,90,31,.85);
  box-shadow: 0 0 0 4px rgba(255,90,31,.15);
}
.footer.zt-footer .footer-links a:hover{
  color: #fff;
  transform: translateX(2px);
}

/* card blocks for columns */
.footer.zt-footer .zt-footer-card{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 20px 18px;
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  height: 100%;
}

/* address lines */
.footer.zt-footer .zt-line strong{
  color:#fff;
}

/* PSEB image */
.footer.zt-footer .zt-pseb{
  max-width: 140px;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}

/* bottom bar */
.footer.zt-footer .footer-bottom{
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0 22px;
}

/* social links */
.footer.zt-footer .social-links{
  display:flex;
  gap: 10px;
  justify-content:center;
  margin-top: 10px;
}
.footer.zt-footer .social-links a{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  transition: .18s ease;
}
.footer.zt-footer .social-links a:hover{
  transform: translateY(-2px);
  border-color: rgba(255,90,31,.60);
  background: rgba(255,90,31,.18);
}

/* responsive */
@media (max-width: 991px){
  .footer.zt-footer .footer-top{ padding: 55px 0 25px; }
  .footer.zt-footer h4{ margin-bottom: 12px; }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 40px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 100px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 140px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 25px;
  font-weight: 600;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
 color: #111827;
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Section (Responsive Cover + Clean UI)
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Background image full cover */
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;          /* IMPORTANT */
  object-position: center;    /* change if needed */
  z-index: 1;
  transform: scale(1.03);
}

/* Overlay (better readability) */
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.62),
    rgba(0,0,0,0.78)
  );
}

/* Content */
.hero .container {
  position: relative;
  z-index: 3;
  padding-top: 120px;         /* because header fixed */
  padding-bottom: 80px;
}

/* Heading */
.hero h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: .2px;
  color: #fff;
  font-family: var(--heading-font);
  text-shadow: 0 12px 40px rgba(0,0,0,.35);
}

/* Paragraph */
.hero p {
  margin: 16px 0 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,.75);
  text-shadow: 0 10px 30px rgba(0,0,0,.25);
}

/* Check icon */
.hero p i {
  color: var(--accent-color);
  margin-right: 6px;
}

/* Buttons row */
.hero-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Button base */
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  padding: 11px 20px;
  border-radius: 10px;
  transition: .2s ease;
  text-decoration: none;
}

/* Primary */
.hero-btn-primary {
  background: var(--accent-color);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}
.hero-btn-primary:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--accent-color), #000 10%);
  color: #fff;
}

/* Outline */
.hero-btn-outline {
  border: 2px solid var(--accent-color);
  background: rgba(0,0,0,.15);
  color: var(--accent-color);
}
.hero-btn-outline:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
}

/* Responsive */
@media (max-width: 991px) {
  .hero .container {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 92vh;
  }
  .hero p {
    font-size: 14.5px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* ✅ INTRO SECTION BACKGROUND IMAGE */
.zt-intro-bg{
  position: relative;
  background-image: url("../img/download3.png"); /* ✅ correct path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  overflow: hidden;
}

/* overlay for readability */
.zt-intro-bg::before{
  content:"";
  position:absolute;
  inset:0;
  /* background: rgba(255,255,255,0.85); */
  z-index:0;
}

/* content above overlay */
.zt-intro-bg .container{
  position: relative;
  z-index: 1;
}

/* ✅ ONLY THIS SECTION BACKGROUND */
.zt-bg-download3{
  position: relative;
background-image: url("../img/download3.png"); 
  overflow: hidden;
  padding: 70px 0;
}

/* ✅ overlay so text readable */
.zt-bg-download3::before{
  content:"";
  position:absolute;
  inset:0;
  /* background: rgba(255,255,255,0.82); adjust 0.70 to 0.90 */
  z-index:0;
}

/* ✅ content above overlay */
.zt-bg-download3 > .container{
  position: relative;
  z-index: 1;
}

.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
/* ============================
   SERVICE DETAILS - Screenshot UI
   ============================ */

.service-details-page .service-details{
  padding: 60px 0;
}

/* soft background */
.service-details-page .service-details{
  background:
    radial-gradient(1200px 500px at 15% 0%, rgba(99,102,241,.10), transparent 60%),
    radial-gradient(900px 520px at 90% 40%, rgba(59,130,246,.10), transparent 65%),
    linear-gradient(180deg, rgba(248,250,252,1) 0%, rgba(241,245,249,1) 100%);
}

/* glass wrapper */
.sd-glass{
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  padding: 22px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

/* sidebar */
.sd-sidebar{
  height: 100%;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.sd-services-list{
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.sd-services-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,.06);
  background: rgba(255,255,255,.65);
  color: #0f172a;
  font-weight: 600;
  font-size: 14px;
  transition: .18s ease;
  position: relative;
  overflow: hidden;
}

.sd-services-list a::before{
  content:"";
  width: 3px;
  height: 70%;
  background: var(--accent-color, #2563eb);
  position:absolute;
  left: 10px;
  top: 15%;
  border-radius: 20px;
  opacity: 0;
  transform: translateX(-8px);
  transition: .18s ease;
}

.sd-services-list a span{
  padding-left: 14px;
}

.sd-services-list a:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
  border-color: rgba(37,99,235,.25);
}

.sd-services-list a.active{
  border-color: rgba(37,99,235,.35);
  background: rgba(37,99,235,.10);
}

.sd-services-list a.active::before{
  opacity: 1;
  transform: translateX(0);
}

.sd-why{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(15,23,42,.08);
}
.sd-why h4{
  margin: 0 0 10px 0;
  font-weight: 800;
  font-size: 18px;
  color: #0f172a;
}
.sd-why p{
  margin: 0;
  color: rgba(15,23,42,.78);
  line-height: 1.7;
  font-size: 13.6px;
}

/* main */
.sd-main{
  height: 100%;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.sd-image-frame{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 40px rgba(15,23,42,.10);
  background: rgba(255,255,255,.6);
}

.sd-image-frame img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display:block;
  transition: .35s ease;
}
.sd-image-frame:hover img{
  transform: scale(1.02);
}

.sd-heading{
  padding: 16px 4px 10px;
}
.sd-heading h2{
  margin: 0 0 6px 0;
  font-size: 28px;
  font-weight: 900;
  color: #0f172a;
}
.sd-heading p{
  margin: 0;
  color: rgba(15,23,42,.75);
}

/* small cards (top right) */
.sd-card{
  display:flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 25px rgba(15,23,42,.06);
  transition: .18s ease;
  height: 100%;
}

.sd-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(15,23,42,.10);
  border-color: rgba(37,99,235,.25);
}

.sd-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(37,99,235,.10);
  border: 1px solid rgba(37,99,235,.20);
  flex: 0 0 44px;
}

.sd-icon i{
  font-size: 20px;
  color: var(--accent-color, #2563eb);
}

.sd-card-body h4{
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}
.sd-card-body p{
  margin: 0;
  font-size: 13.4px;
  line-height: 1.6;
  color: rgba(15,23,42,.72);
}

/* bottom section title */
.sd-section-title h2{
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 8px;
  color: #0f172a;
}
.sd-section-title p{
  margin: 0 auto;
  max-width: 720px;
  color: rgba(15,23,42,.72);
}

/* wide cards (bottom section) */
.sd-wide-card{
  display:flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  transition: .18s ease;
  height: 100%;
}

.sd-wide-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(15,23,42,.10);
  border-color: rgba(37,99,235,.25);
}

.sd-wide-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(37,99,235,.10);
  border: 1px solid rgba(37,99,235,.20);
  flex: 0 0 52px;
}

.sd-wide-icon i{
  font-size: 22px;
  color: var(--accent-color, #2563eb);
}

.sd-wide-body h4{
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
}
.sd-wide-body p{
  margin: 0;
  color: rgba(15,23,42,.72);
  line-height: 1.6;
  font-size: 13.6px;
}

/* responsive */
@media (max-width: 991px){
  .sd-image-frame img{ height: 260px; }
  .sd-heading h2{ font-size: 24px; }
  .sd-section-title h2{ font-size: 28px; }
}

@media (max-width: 575px){
  .sd-glass{ padding: 16px; }
  .sd-sidebar, .sd-main{ padding: 14px; }
  .sd-services-list a{ font-size: 13.5px; }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 20px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 20px 40px;
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: var(--surface-color);
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.features .nav-link.active {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.features .nav-link.active h4 {
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 .service-item {
  background-color: var(--surface-color);
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: 0.3s;
}

.services-2 .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color);
}

.services-2 .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services-2 .service-item .title a {
  color: var(--heading-color);
}

.services-2 .service-item .description {
  line-height: 24px;
  font-size: 14px;
  margin: 0;
}

.services-2 .service-item:hover {
  border-color: var(--accent-color);
}

.services-2 .service-item:hover .title a {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/

.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  margin-bottom: 50px;
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.team .member .social a:hover {
  color: var(--accent-color);
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}
/* 
#//chatbot-code */
/* =========================
   ZOFA TECH CHATBOT (Theme Match)
   ========================= */
.zt-chatbot-btn{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 65%);
  background: var(--accent-color);
  color: #fff;
  display: flex;
  align-items:center;
  justify-content:center;
  font-size: 26px;
  box-shadow: 0 16px 30px rgba(0,0,0,.18);
  z-index: 9999;
  transition: .2s ease;
}
.zt-chatbot-btn:hover{
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--accent-color), #000 10%);
}

.zt-chat-popup{
  position: fixed;
  right: 18px;
  bottom: 92px;
  width: 390px;
  max-width: calc(100vw - 36px);
  height: 560px;
  max-height: calc(100vh - 140px);
  background: #fff;
  border: 1px solid #e6e9ee;
  box-shadow: 0 22px 55px rgba(0,0,0,.22);
  z-index: 9999;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.zt-chat-popup.is-open{ display:flex; }

.zt-chat-header{
  background: rgba(21,34,43,.85);
  color: #fff;
  padding: 14px 14px;
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.zt-chat-title{
  display:flex;
  align-items:center;
  gap:10px;
}
.zt-chat-badge{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 75%);
  display:flex;
  align-items:center;
  justify-content:center;
  color: #fff;
}
.zt-chat-name{ font-weight: 900; line-height:1.1; }
.zt-chat-sub{ font-size: 12px; opacity: .85; }

.zt-chat-close{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, #fff, transparent 70%);
  background: transparent;
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: .2s ease;
}
.zt-chat-close:hover{
  background: color-mix(in srgb, #fff, transparent 85%);
}

.zt-chat-content{
  flex: 1;
  padding: 14px;
  overflow-y: auto;
  background: #f1f4fa;
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.zt-msg{
  max-width: 85%;
  padding: 12px 12px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.zt-msg.bot{
  align-self: flex-start;
  background: #fff;
  border-left: 4px solid var(--accent-color);
}
.zt-msg.user{
  align-self: flex-end;
  background: rgba(21,34,43,.85);
  color: #fff;
}

.zt-chat-footer{
  padding: 12px 12px;
  background: #fff;
  border-top: 1px solid #e6e9ee;
}
.zt-chat-input::placeholder{
  color: #9ca3af !important;
  opacity: 1;
}
.zt-chat-input-wrap{
  background: #ffffff !important;
  border: 1px solid #e5e7eb;          /* optional */
  border-radius: 14px;                /* optional */
}
.zt-chat-input{
  color: #111827 !important;          /* typed text color */
  background: #ffffff !important;      /* input background */
  caret-color: #111827 !important;   
  flex: 1;
  padding: 12px 12px;
  border: 1px solid #010101;
  outline: none;
  font-size: 14px;
}
.zt-chat-input:focus{
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
}
/* ✅ If still not visible because of opacity somewhere */
.zt-chat-footer,
.zt-chat-input-wrap,
.zt-chat-input{
  opacity: 1 !important;
}
.zt-chat-send{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 0;
  background: var(--accent-color);
  color: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 18px;
  transition:.2s ease;
}
.zt-chat-send:hover{
  background: color-mix(in srgb, var(--accent-color), #000 10%);
  transform: translateY(-1px);
}

.zt-chat-hint{
  margin-top: 8px;
  font-size: 11.5px;
  color: #64748b;
  font-weight: 600;
}

@media (max-width: 480px){
  .zt-chat-popup{ height: 470px; }
}




/* ===== ZOFA TECH Hero Video Background ===== */
.zt-heroWrap{
  position: relative;
  overflow: hidden;
  min-height: 100vh;     /* change to 100vh if you want full screen */
  display: grid;
  place-items: center;
}

/* video = full background cover */
.zt-heroVideo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  color: none;
}

/* fallback image - if video not loaded */
.zt-heroFallback{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* overlay to darken video */
.zt-heroShade{
  position: absolute;
  inset: 0;
  background: rgba(129, 128, 128, 0.45);
  z-index: 1;
}

/* content on top */
.zt-heroContent{
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* make text readable */
.zt-heroWrap h1,
.zt-heroWrap p{
  color: #fff;
}

/* optional: better typography */
.zt-heroWrap h1{
  font-size: clamp(30px, 4vw, 60px);
  line-height: 1.1;
  margin-bottom: 18px;
}

.zt-heroWrap p{
  font-size: clamp(14px, 1.4vw, 18px);
  opacity: .95;
}

/* On small screens adjust spacing */
@media (max-width: 768px){
  .zt-heroWrap{ min-height: 75vh; }
  .zt-heroContent{ padding-top: 60px; padding-bottom: 60px; }
}

/* Accessibility: reduce motion => show image, hide video */
@media (prefers-reduced-motion: reduce){
  .zt-heroVideo{ display: none; }
  .zt-heroFallback{ display: block; }
}
/* 
//contact// */
/* =========================
   ZOFA TECH – Contact Background
   ========================= */
/* =========================
   ZOFA TECH – Contact Background
   ========================= */
/* =========================
   ZOFA TECH – Contact Background
   ========================= */

.zt-contact-bg{
  position: relative;
  padding: 100px 0;
  background: url("../img/contact2.png") center center / cover no-repeat;
}

/* Cards & form visibility */
.zt-contact-bg .info-item,
.zt-contact-bg .php-email-form{
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(2px);
  border-radius: 12px;
}

/* Mobile optimization */
@media (max-width: 768px){
  .zt-contact-bg{
    padding: 70px 0;
    background-position: center top;
  }
}

/* =========================
   Contact Form - Premium Focus Orange
   ========================= */
/* =========================
   ZOFA TECH – Contact Background
   ========================= */

.zt-contact-bg{
  position: relative;
  padding: 100px 0;
  background: url("../img/contact2.png") center center / cover no-repeat;
}

/* Mobile optimization */
@media (max-width: 768px){
  .zt-contact-bg{
    padding: 70px 0;
    background-position: center top;
  }
}

/* =========================
   Info Cards (Address / Phone / Email)
   ========================= */

.info-item{
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.95);
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .25s ease,
              box-shadow .25s ease,
              border-color .25s ease;
}

.info-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,.12);
  border-color: rgba(245,158,11,.45);
}

/* Icons inside cards */
.info-item i{
  color: #f59e0b;
  transition: transform .25s ease,
              color .25s ease;
}

.info-item:hover i{
  transform: scale(1.15);
}

/* =========================
   Contact Form Card
   ========================= */

.php-email-form{
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  transition: transform .25s ease,
              box-shadow .25s ease;
}

.php-email-form:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

/* =========================
   Contact Inputs
   ========================= */

.zt-contact-input{
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 14px;
  transition: border-color .2s ease,
              box-shadow .2s ease,
              transform .08s ease;
}

.zt-contact-input::placeholder{
  color: #9ca3af;
}

.zt-contact-input:hover{
  border-color: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245,158,11,.12);
}

.zt-contact-input:focus{
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245,158,11,.25);
}

/* Textarea */
textarea.zt-contact-input{
  min-height: 120px;
  resize: vertical;
}

/* =========================
   Submit Button (Premium)
   ========================= */

.php-email-form button[type="submit"]{
  background: #111827 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 12px 35px !important;
  border-radius: 10px !important;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .12s ease,
              box-shadow .2s ease,
              background .2s ease,
              letter-spacing .2s ease;
}

.php-email-form button[type="submit"]:hover{
  background: #0b1220 !important;
  transform: translateY(-2px);
  letter-spacing: .4px;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* =========================
   Feedback messages
   ========================= */

.php-email-form .loading,
.php-email-form .error-message,
.php-email-form .sent-message{
  font-size: 14px;
  margin-top: 10px;
}
/* 🔥 FORCE LOGO SIZE */
.site-logo {
  height: 180px ;     /* yahan size control karo */
  width: auto ;
  max-height: none ;
  max-width: none ;
  object-fit: contain;
  transition: all 0.3s ease;
}

