
  body {
     font-family: 'Inter' !important;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    .text-primary {
    color: #f1942c !important;
}
h2, h3, h4 {
    font-weight: 700 !important;
}
    h1.hero-title-premium strong{
    background: linear-gradient(90deg, #A12CFF 9.77%, #EE2938 36.26%, #F88B1F 62.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-info {
    color: #000 !important;
}

.service-box ul li {
    margin-bottom: 5px;
    font-size: 14px;
}

.service-box ul li i {
    background: rgba(238, 44, 55, 0.1);
    color: #f88b1f;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
}

    /* --- Comparison Cards Styling --- */
    .comp-card {
      padding: 45px 40px;
      border-radius: 28px;
      height: 100%;
      border: 1px solid #eef2f6;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      position: relative;
    }

    .comp-header {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 35px;
    }

    .comp-icon-box {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      font-size: 1.5rem;
    }

    .comp-header h4 {
      margin: 0;
      font-weight: 800;
      letter-spacing: -0.5px;
    }

    .comp-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .comp-list li {
      margin-bottom: 20px;
      color: #475569;
      font-size: 0.95rem;
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .comp-list li i {
      margin-top: 5px;
      font-size: 1rem;
    }

    /* DIY Card specific */
    .diy-card {
      background: #fff;
    }

    .diy-card .comp-icon-box {
      background: #fee2e2;
      color: #dc2626;
    }

    .diy-card .comp-header {
      color: #dc2626;
    }

    .diy-card .comp-list li i {
      color: #f87171;
    }

    .diy-card:hover {
      border-color: #f87171 !important;
      transform: translateY(-5px);
    }

    /* Expert Card specific (Standout) */
    .expert-card {
      background: #ffffff;
      border: 2px solid #1a73e8 !important;
    }

    .expert-card::after {
      content: "Recommended";
      position: absolute;
      top: 20px;
      right: 20px;
      background: #1a73e8;
      color: #fff;
      padding: 4px 12px;
      border-radius: 50px;
      font-size: 0.65rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .expert-card .comp-icon-box {
      background: #e0efff;
      color: #1a73e8;
    }

    .expert-card .comp-header {
      color: #0f172a;
    }

    .expert-card .comp-list li i {
      color: #1a73e8;
    }

    .expert-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 30px 60px rgba(26, 115, 232, 0.15) !important;
    }

    /* --- Process Roadmap Styling --- */
    .process-visual {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-shrink: 0;
    }

    .process-icon-circle {
      width: 65px;
      height: 65px;
      background:#f88b1f;
      color:#fff;
      border: 1px solid #f57324;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      z-index: 2;
      transition: 0.4s;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
    }

    .process-item:hover .process-icon-circle {
      background: #ea2941;
      color: #fff;
      border-color:#ea2941;
      transform: scale(1.1) rotate(-5deg);
    }

    .process-line {
      width: 2px;
      flex-grow: 1;
      background: #e2e8f0;
      margin: 10px 0;
      position: relative;
      overflow: hidden;
    }

    /* Animated flow in the line */
    .process-line::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, transparent,#f07633, transparent);
      animation: lineFlow 3s infinite linear;
    }

    @keyframes lineFlow {
      0% {
        transform: translateY(-100%);
      }

      100% {
        transform: translateY(100%);
      }
    }

    .step-num-badge {
      font-size: 0.7rem;
      font-weight: 800;
      background: #0f172a;
      color: #fff;
      padding: 2px 10px;
      border-radius: 6px;
      letter-spacing: 1px;
    }

    .process-content h4 {
      font-size: 1.3rem;
      color: #0f172a;
    }

    .process-content p {
      font-size: 1rem;
      line-height: 1.6;
      max-width: 95%;
    }

    /* Sahi Tariqa (Correct CSS) */
    @media (max-width: 991px) {
      .process-content {
        padding-bottom: 1.5rem !important;
      }
    }

.service-box {
      background: #ffffff;
      padding: 40px 30px;
      border-radius: 20px;
      border: 1px solid #e2e8f0;
      height: 100%;
      transition: all 0.3s ease;
      text-align: left;
    }

    .service-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
      border-color: #1a73e8;
    }

    .service-box.highlight {
      background: #1a73e8;
    }

    .service-box.highlight h5,
    .service-box.highlight p,
    .service-box.highlight .service-link {
      color: #ffffff !important;
    }

    .service-box.highlight .service-icon-wrap {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
    }

    .service-icon-wrap {
      width: 50px;
      height: 50px;
      background: rgba(238, 44, 55, 0.1);
      color:#f88b1f;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      margin-bottom: 25px;
      transition: 0.3s;
    }

    .service-box:hover .service-icon-wrap {
      background: #ea2941;
      color: #fff;
    }

    .service-box h5 {
      font-weight: 700;
      font-size: 1.15rem;
      margin-bottom: 15px;
      color: #1e293b;
    }

    .service-box p {
      font-size: 0.9rem;
      color: #64748b;
      line-height: 1.6;
      margin-bottom:5px;
    }

    
   /* Styling to make it look "Bespoke" (Manually Designed) */
    #services {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .fw-800 {
      font-weight: 800;
    }

    .main-visual-container {
      position: relative;
      padding: 20px;
      background: #fff;
      border-radius: 30px;
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    }

    .main-visual-container img {
      border-radius: 20px;
      transition: transform 0.5s ease;
    }

    .main-visual-container:hover img {
      transform: scale(1.02);
    }

    .floating-stats-card {
      position: absolute;
      bottom: -20px;
      right: -10px;
      background: #ffffff;
      padding: 20px 25px;
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(0, 0, 0, 0.05);
      z-index: 2;
    }

    .icon-circle {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .btn-outline-primary {
      border: 2px solid #1a73e8;
      color: #1a73e8;
      transition: 0.3s;
    }

    .btn-outline-primary:hover {
      background: #1a73e8;
      color: #fff;
    }
    
    .logo-holder img {
    width: 70%;
}

.brand-box {
  width: 38px; 
  height: 38px; 
  background: var(--ghl-blue); 
  border-radius: 10px; 
  margin-right: 12px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.brand-text {
  color: #0f172a;
  font-size: 1.4rem;
}
.navbar {
    background: rgb(0, 0, 0, 0.5) !important;
}
.navbar {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-hide {
    transform: translateY(-100%);
    opacity: 0;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size:20px;
  line-height:20px;
}

.navbar .nav-link:hover {
  opacity:0.8;
}

/* --- Hero Section with BG Image --- */
.hero-section-premium {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section-premium .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.custom-badge {
  background: rgba(26, 115, 232, 0.1);
  color:#fff;
  border: 1px solid #f1942c;
  padding: 10px 20px !important;
  font-size: 0.8rem;
}

.hero-title-premium {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #fff;
  line-height:70px;
}

.hero-subtitle {
  color: #94a3b8;
  line-height: 1.8;
  max-width: 550px;
}

/* --- 3D Glass Card --- */
.hero-visual-card {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 20px;
  backdrop-filter: blur(20px);
  transform: rotateY(-15deg) rotateX(10deg);
  box-shadow: 0 50px 80px rgba(0,0,0,0.5);
  animation: float3D 6s ease-in-out infinite;
}

@keyframes float3D {
  0%, 100% { transform: rotateY(-15deg) rotateX(10deg) translateY(0); }
  50% { transform: rotateY(-10deg) rotateX(5deg) translateY(-20px); }
}

.tag {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
}
/* --- Navbar Button Fix --- */
.btn-nav-primary {
    border-radius: 8px !important;
    padding: 15px 25px !important;
    font-size: 18px !important;
    text-transform: capitalize;
    font-weight:600 !important;
    transition: 0.3s;
    border: none !important;
  background: linear-gradient(90deg, 
    #9B2CFF 0%, 
    #E62A4F 45%, 
    #F59A1F 100%
  );
  color: #fff !important;
}

.btn-nav-primary:hover {
    background: linear-gradient(270deg, #A12CFF 9.77%, #EE2938 36.26%, #F88B1F 62.76%);
  transform: translateY(-1px);
}

/* --- Hero Buttons Fix (Links to Real Buttons) --- */
.btn-main {
    color: white !important;
    padding: 16px 35px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-block;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(26, 115, 232, 0.4) !important;
}

.btn-outline-white {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
    padding: 16px 35px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    transition: 0.3s;
    backdrop-filter: blur(5px);
}

.btn-main:hover, .btn-outline-white:hover {
    transform: translateY(-5px);
    color: white !important;
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: white !important;
}

/* --- Right Side Icon Fix --- */
.hero-visual-icon {
    font-size: 4.5rem !important; /* Size increased */
    color: var(--neon-cyan) !important;
    margin-bottom: 25px;
    display: block;
    filter: drop-shadow(0 0 15px rgba(0, 210, 255, 0.5));
}
    /* Mobile adjustments */
    @media (max-width: 768px) {
      .floating-stats-card {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
      }
         .stat-number {
        font-size: 2.8rem;
      }

      .stat-card {
        padding: 30px 20px;
      }
    }