/* ==========================================================================
   Premium Header & Navigation Redesign Styles
   ========================================================================== */

/* Typography & Variables */
:root {
  --primary-purple: #5300b3;
  --primary-purple-glow: rgba(83, 0, 179, 0.15);
  --accent-gold: #ffd857;
  --text-dark: #0f172a;
  /* Slate 900 for modern deep contrast */
  --text-light: #64748b;
  --border-color: #f1f5f9;
  --dark-topbar: #0b0f19;
  /* High-tech dark navy/slate for premium contrast */
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* Base resets & improvements */
body {
  font-family: "Nunito", sans-serif;
}

/* --------------------------------------------------------------------------
   1. TOP HEADER INFO BAR (Desktop)
   -------------------------------------------------------------------------- */
.top-header-area {
  background: linear-gradient(135deg, #4a00a0 0%, #6a00cc 50%, #5300b3 100%) !important;
  padding: 9px 0;
  font-family: "Nunito", sans-serif;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

/* Subtle shimmer line at bottom of topbar */
.top-header-area::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

/* ===== ALL topbar text → White & Bold ===== */
.top-header-area,
.top-header-area li,
.top-header-area p,
.top-header-area span,
.top-header-area strong,
.top-header-area small,
.top-header-area label {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-family: "Nunito", "Poppins", sans-serif;
}

/* Header info list */
.header-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.header-info ul li {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Nunito", "Poppins", sans-serif;
}

/* Bootstrap Icons in header info — white */
.header-info ul li>i,
.header-info ul li>.bi {
  color: #ffffff !important;
  font-size: 14px;
}

/* All links in topbar → white & bold */
.header-info ul li a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "Nunito", "Poppins", sans-serif;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  transition: opacity 0.2s ease;
}

.header-info ul li a:hover {
  color: #ffffff !important;
  opacity: 0.85;
}

/* Brand highlight link — white bold */
.header-info ul li a.sdt_color,
.header-info ul li a.sdt_color strong {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* Plain text li (exam-gmail) */
.header-info ul li.exam-gmail,
.header-info ul li.exam-gmail * {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.top-header-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

/* Base social icon — perfectly circular */
.top-header-social-icon ul li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 16px !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  border: none !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

.top-header-social-icon ul li a svg,
.top-header-social-icon ul li a i,
.top-header-social-icon ul li a .bi {
  fill: #ffffff !important;
  color: #ffffff !important;
  display: block !important;
  flex-shrink: 0;
  pointer-events: none;
}

/* Facebook — Blue */
.top-header-social-icon ul li a.social-fb {
  background: #1877f2 !important;
  box-shadow: 0 2px 8px rgba(24, 119, 242, 0.5) !important;
}

.top-header-social-icon ul li a.social-fb:hover {
  background: #0d5abf !important;
  box-shadow: 0 5px 18px rgba(24, 119, 242, 0.7) !important;
  transform: translateY(-4px) scale(1.1) !important;
}

/* Twitter / X — Dark */
.top-header-social-icon ul li a.social-tw {
  background: #14171a !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}

.top-header-social-icon ul li a.social-tw:hover {
  background: #272c30 !important;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6) !important;
  transform: translateY(-4px) scale(1.1) !important;
}

/* LinkedIn — Royal Blue */
.top-header-social-icon ul li a.social-li {
  background: #0a66c2 !important;
  box-shadow: 0 2px 8px rgba(10, 102, 194, 0.5) !important;
}

.top-header-social-icon ul li a.social-li:hover {
  background: #084d9a !important;
  box-shadow: 0 5px 18px rgba(10, 102, 194, 0.7) !important;
  transform: translateY(-4px) scale(1.1) !important;
}

/* Instagram — Brand Gradient */
.top-header-social-icon ul li a.social-ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
  box-shadow: 0 2px 8px rgba(214, 36, 159, 0.5) !important;
}

.top-header-social-icon ul li a.social-ig:hover {
  box-shadow: 0 5px 18px rgba(214, 36, 159, 0.7) !important;
  transform: translateY(-4px) scale(1.1) !important;
}

/* YouTube — Red */
.top-header-social-icon ul li a.social-yt {
  background: #ff0000 !important;
  box-shadow: 0 2px 8px rgba(255, 0, 0, 0.5) !important;
}

.top-header-social-icon ul li a.social-yt:hover {
  background: #cc0000 !important;
  box-shadow: 0 5px 18px rgba(255, 0, 0, 0.7) !important;
  transform: translateY(-4px) scale(1.1) !important;
}

/* WhatsApp — Green */
.top-header-social-icon ul li a.social-wa {
  background: #25d366 !important;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.5) !important;
}

.top-header-social-icon ul li a.social-wa:hover {
  background: #1aad54 !important;
  box-shadow: 0 5px 18px rgba(37, 211, 102, 0.7) !important;
  transform: translateY(-4px) scale(1.1) !important;
}

/* --------------------------------------------------------------------------
   2. MAIN STICKY NAVIGATION (Desktop)
   -------------------------------------------------------------------------- */
#sticky-header {
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.015);
  border-bottom: 1px solid var(--border-color);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 6px 0 !important;
  z-index: 99999;
}

/* Sticky Fixed State Styling */
#sticky-header.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1.5px solid var(--border-color) !important;
  padding: 6px 0 !important;
  z-index: 99999 !important;
}

/* Logo: always show logo_img, always hide main_sticky (same in both states) */
.logo .main_sticky {
  display: none !important;
}

.logo .logo_img {
  display: block !important;
}

/* Sticky menu link colors - ensure dark text is visible on white background */
.solutek_nav_manu.sticky .solutek_menu ul li a,
#sticky-header.sticky nav.solutek_menu>ul>li>a {
  color: var(--text-dark) !important;
}

.solutek_nav_manu.sticky .solutek_menu ul li a:hover,
#sticky-header.sticky nav.solutek_menu>ul>li>a:hover {
  color: var(--primary-purple) !important;
}

.sticky .sdt-menu-btn span,
.sticky .sdt-menu-btn::before,
.sticky .sdt-menu-btn::after {
  background-color: var(--primary-purple) !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Logo Sizing */
.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: block;
  max-width: 140px !important;
  /* Compact logo layout */
  transition: transform 0.3s ease;
}

.logo a:hover {
  transform: scale(1.02);
}

.logo img {
  height: auto;
  object-fit: contain;
}

/* Menu Items Alignment */
nav.solutek_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav.solutek_menu>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

nav.solutek_menu>ul>li>a {
  display: block;
  font-family: "Nunito", sans-serif;
  color: var(--text-dark) !important;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 4px !important;
  margin: 0 10px !important;
  /* Sleek margins */
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease;
}

/* Slide Underline Hover Effect */
nav.solutek_menu>ul>li>a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-purple), #7c00e6);
  border-radius: 4px;
  transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

nav.solutek_menu>ul>li>a:hover::after,
nav.solutek_menu>ul>li.active>a::after {
  width: 100%;
}

nav.solutek_menu>ul>li>a:hover {
  color: var(--primary-purple) !important;
}

nav.solutek_menu>ul>li>a i {
  font-size: 10px;
  margin-left: 6px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  display: inline-block;
}

nav.solutek_menu>ul>li:hover>a i {
  transform: rotate(180deg);
}

/* Dropdown Menu Container */
.solutek_menu ul li {
  position: relative;
}

.solutek_menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 260px;
  border-radius: 12px;
  padding: 14px 0;
  box-shadow: 0 20px 45px rgba(83, 0, 179, 0.08), 0 4px 12px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(83, 0, 179, 0.05);
  border-top: 3.5px solid var(--primary-purple);
  /* Colored top indicator */
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 999;
}

.solutek_menu ul li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.solutek_menu ul li ul.sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  color: var(--text-dark) !important;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.solutek_menu ul li ul.sub-menu li a i {
  font-size: 10px;
  color: var(--text-light);
  transition: transform 0.3s ease;
}

.solutek_menu ul li ul.sub-menu li a:hover {
  background: rgba(83, 0, 179, 0.03);
  color: var(--primary-purple) !important;
  padding-left: 28px;
}

.solutek_menu ul li ul.sub-menu li a:hover i {
  transform: translateX(3px);
  color: var(--primary-purple);
}

/* Multi-level Dropdowns */
.solutek_menu ul li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: -5px;
  transform: translateX(18px);
  border-top: 3.5px solid #7c00e6;
}

.solutek_menu ul li ul.sub-menu li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ==========================================================================
   Mega Menu Dropdown Layout (megamenusdt)
   ========================================================================== */
@media (min-width: 992px) {
  #sticky-header .container {
    position: relative;
  }

  nav.solutek_menu>ul>li.has-mega-menu {
    position: static !important;
  }
}

.solutek_menu ul li.has-mega-menu .megamenusdt_mega-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.22), 0 10px 30px rgba(124, 58, 237, 0.08);
  padding: 34px 30px;
  width: 1320px;
  max-width: 96vw;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1000;
  border: 1px solid #e0d4f5;
  pointer-events: none;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.solutek_menu ul li.has-mega-menu:hover .megamenusdt_mega-menu {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.megamenusdt_service-card {
  padding: 10px 12px;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none !important;
  color: inherit !important;
  background: transparent;
}

.megamenusdt_service-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #f3e8ff, #faf5ff) !important;
  box-shadow: 0 15px 25px -5px rgba(139, 92, 246, 0.15);
}

.megamenusdt_icon-circle {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 24px;
  transition: all 0.4s ease;
}

.megamenusdt_service-card:hover .megamenusdt_icon-circle {
  transform: scale(1.15) rotate(8deg);
}

.megamenusdt_service-title {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 2px;
  transition: color 0.3s;
  color: #1e293b;
  line-height: 1.25;
  white-space: nowrap;
}

.megamenusdt_service-card:hover .megamenusdt_service-title {
  color: #6b21a8;
}

.megamenusdt_section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
  position: relative;
}

.megamenusdt_section-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #6b00da, #9333ea);
  border-radius: 2px;
}

.megamenusdt_section-header .megamenusdt_icon-circle {
  width: 46px;
  height: 46px;
  font-size: 22px;
  background: linear-gradient(135deg, #f3e8ff, #ede9fe) !important;
  color: #6b00da !important;
  box-shadow: 0 4px 12px rgba(107, 0, 218, 0.12);
  border: 1px solid #e9d5ff;
}

.megamenusdt_section-title {
  font-family: "Nunito", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #6b00da !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

justify-content: center;
width: 40px;
height: 40px;
border-radius: 12px;
flex-shrink: 0;
transition: transform 0.25s ease;
}

.mega-menu-links li a:hover .mega-menu-icon {
  transform: scale(1.08) rotate(-2deg);
}

.icon-bg-purple {
  background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
}

.icon-bg-green {
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
}

.icon-bg-amber {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.icon-bg-pink {
  background: linear-gradient(135deg, #fce7f3, #fbcfe8);
}

.icon-bg-sky {
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
}


/* 1. ReactJS – Cyan Blue */
.icon-react {
  background: linear-gradient(145deg, #00c8f0 0%, #0070a8 100%);
}

.mega-menu-links li a:hover .icon-react {
  background: linear-gradient(145deg, #00a8cc 0%, #005580 100%);
}

.mega-menu-links li a:hover .icon-react svg {
  animation: react-spin 6s linear infinite;
}

/* 2. WordPress – Blue */
.icon-wordpress {
  background: linear-gradient(145deg, #3b82f6 0%, #1d4ed8 100%);
}

.mega-menu-links li a:hover .icon-wordpress {
  background: linear-gradient(145deg, #2563eb 0%, #1e40af 100%);
}

/* 3. PHP – Indigo */
.icon-php {
  background: linear-gradient(145deg, #818cf8 0%, #4338ca 100%);
}

.mega-menu-links li a:hover .icon-php {
  background: linear-gradient(145deg, #6366f1 0%, #3730a3 100%);
}

/* 4. Shopify – Green */
.icon-shopify {
  background: linear-gradient(145deg, #22c55e 0%, #15803d 100%);
}

.mega-menu-links li a:hover .icon-shopify {
  background: linear-gradient(145deg, #16a34a 0%, #166534 100%);
}

/* 5. Magento – Orange */
.icon-magento {
  background: linear-gradient(145deg, #f97316 0%, #c2410c 100%);
}

.mega-menu-links li a:hover .icon-magento {
  background: linear-gradient(145deg, #ea580c 0%, #9a3412 100%);
}

/* 6. OpenCart – Sky Blue */
.icon-opencart {
  background: linear-gradient(145deg, #38bdf8 0%, #0369a1 100%);
}

.mega-menu-links li a:hover .icon-opencart {
  background: linear-gradient(145deg, #0ea5e9 0%, #075985 100%);
}

/* 7. Responsive – Teal */
.icon-responsive {
  background: linear-gradient(145deg, #2dd4bf 0%, #0f766e 100%);
}

.mega-menu-links li a:hover .icon-responsive {
  background: linear-gradient(145deg, #14b8a6 0%, #115e59 100%);
}

/* 8. Custom Design – Purple */
.icon-custom-design {
  background: linear-gradient(145deg, #c084fc 0%, #7e22ce 100%);
}

.mega-menu-links li a:hover .icon-custom-design {
  background: linear-gradient(145deg, #a855f7 0%, #6b21a8 100%);
}

/* 9. UI/UX – Pink */
.icon-uiux {
  background: linear-gradient(145deg, #f472b6 0%, #be185d 100%);
}

.mega-menu-links li a:hover .icon-uiux {
  background: linear-gradient(145deg, #ec4899 0%, #9d174d 100%);
}

/* 10. Marketing – Red */
.icon-marketing {
  background: linear-gradient(145deg, #f87171 0%, #b91c1c 100%);
}

.mega-menu-links li a:hover .icon-marketing {
  background: linear-gradient(145deg, #ef4444 0%, #991b1b 100%);
}

/* 11. Maintenance – Amber */
.icon-maintenance {
  background: linear-gradient(145deg, #fbbf24 0%, #d97706 100%);
}

.mega-menu-links li a:hover .icon-maintenance {
  background: linear-gradient(145deg, #f59e0b 0%, #b45309 100%);
}

/* 12. SSL – Emerald */
.icon-ssl {
  background: linear-gradient(145deg, #34d399 0%, #059669 100%);
}

.mega-menu-links li a:hover .icon-ssl {
  background: linear-gradient(145deg, #10b981 0%, #047857 100%);
}

/* 13. Domain – Navy Blue */
.icon-domain {
  background: linear-gradient(145deg, #60a5fa 0%, #1d4ed8 100%);
}

.mega-menu-links li a:hover .icon-domain {
  background: linear-gradient(145deg, #3b82f6 0%, #1e40af 100%);
}

.mega-menu-links li a:hover .mega-menu-icon svg {
  transform: scale(1.12);
}

/* Text inside links */
.mega-menu-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.mega-menu-text .link-title {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1e1b4b;
  line-height: 1.3;
  transition: color 0.2s ease;
  -webkit-font-smoothing: antialiased;
}

.mega-menu-links li a:hover .link-title {
  color: #5300b3 !important;
}

.mega-menu-text .link-desc {
  font-size: 11.5px;
  color: #64748b;
  margin-top: 1px;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* React spin animation */
@keyframes react-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Premium Get A Quote Button */
.solutek-btn a.btn-2 {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--primary-purple) 0%, #7c00e6 100%);
  padding: 13px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 4px 18px rgba(83, 0, 179, 0.3);
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Shimmer overlay effect on hover */
.solutek-btn a.btn-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.solutek-btn a.btn-2:hover::before {
  left: 100%;
}

.solutek-btn a.btn-2:hover {
  transform: translateY(-2.5px);
  box-shadow: 0 8px 25px rgba(83, 0, 179, 0.45);
  background: linear-gradient(135deg, #7c00e6 0%, var(--primary-purple) 100%);
}

/* --------------------------------------------------------------------------
   3. MOBILE VIEWS & RESPONSIVE LAYOUTS
   -------------------------------------------------------------------------- */
.sdt-mobile-topbar,
.sdt-mobile-header,
.sdt-mobile-menu {
  display: none;
}

@media (max-width: 991px) {

  /* Hide Desktop Sections */
  .top-header-area,
  #sticky-header {
    display: none !important;
  }

  /* Fixed Sticky Mobile Header Wrapper */
  .sdt-mobile-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }

  body {
    padding-top: 98px;
  }

  /* Mobile Info Topbar */
  .sdt-mobile-topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    background: #6b00da !important;
    color: #ffffff !important;
    padding: 9px 16px;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: 700;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  }

  .sdt-mobile-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
  }

  .sdt-mobile-topbar a:hover {
    opacity: 0.88;
  }

  .sdt-mobile-topbar a i {
    color: #ffffff !important;
    font-size: 14px;
  }

  /* Mobile Header Base styling */
  .sdt-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 10px 18px;
    border-bottom: 1px solid #e2e8f0;
  }

  .sdt-mobile-header .logo img {
    max-height: 38px;
    width: auto;
  }

  /* Crisp Icon Toggle Button */
  .sdt-menu-btn-wrap {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f3e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e9d5ff;
    box-shadow: 0 2px 8px rgba(107, 0, 218, 0.08);
  }

  .sdt-menu-btn-wrap i {
    font-size: 24px;
    color: #6b00da;
    transition: transform 0.25s ease, color 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sdt-menu-btn-wrap:hover {
    background: #6b00da;
    border-color: #6b00da;
  }

  .sdt-menu-btn-wrap:hover i {
    color: #ffffff !important;
  }

  /* Mobile Backdrop Overlay */
  .sdt-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 10, 30, 0.65);
    backdrop-filter: blur(4px);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
  }

  .sdt-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Side Drawer Menu Panel (Opens from Right Side) */
  .sdt-mobile-menu {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 85% !important;
    max-width: 320px !important;
    height: 100vh !important;
    max-height: 100vh !important;
    background: #ffffff !important;
    z-index: 1002 !important;
    transform: translateX(100%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow-y: auto !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.18) !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .sdt-mobile-menu.active {
    transform: translateX(0) !important;
    max-height: 100vh !important;
  }

  /* Drawer Header */
  .sdt-drawer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #f1f5f9;
    background: #faf5ff;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .sdt-drawer-logo img {
    height: 34px;
    width: auto;
  }

  .sdt-drawer-close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e9d5ff;
    color: #6b00da;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .sdt-drawer-close:hover {
    background: #6b00da;
    color: #ffffff;
    border-color: #6b00da;
  }

  .sdt-drawer-links {
    list-style: none;
    padding: 12px 14px 40px;
    margin: 0;
  }

  .sdt-drawer-links>li {
    border-bottom: 1px solid #f1f5f9;
  }

  .sdt-mobile-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 12px;
    color: #1e293b;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border-radius: 8px;
  }

  .sdt-mobile-menu ul li a .sdt-link-content {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .sdt-mobile-menu ul li a .sdt-link-content i {
    font-size: 18px;
    color: #6b00da;
    width: 22px;
    text-align: center;
  }

  .sdt-mobile-menu ul li a i.sdt-arrow {
    font-size: 12px;
    color: #94a3b8;
    transition: transform 0.3s ease;
  }

  .sdt-mobile-menu ul li a:hover,
  .sdt-mobile-menu ul li a.active {
    color: #6b00da !important;
    background: #faf5ff;
  }

  /* Accordions for Sub-menus */
  .sdt-mobile-menu .sdt-sub-menu {
    max-height: 0;
    overflow: hidden;
    background: #f8fafc;
    border-radius: 10px;
    padding-left: 8px;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
  }

  .sdt-mobile-menu .sdt-has-sub.open>.sdt-sub-menu {
    max-height: 1000px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }

  .sdt-mobile-menu .sdt-has-sub.open>a>i.sdt-arrow {
    transform: rotate(180deg);
    color: #6b00da;
  }

  .sdt-mobile-menu .sdt-sub-menu a {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 12px;
    color: #475569;
  }

  .sdt-mobile-menu .sdt-sub-menu a .sdt-link-content i {
    font-size: 16px;
    color: #7c3aed;
  }
}

/* ==========================================================================
   Modern Portfolio / Projects Section Redesign
   ========================================================================== */
.project-area.styl-two {
  padding: 100px 0 70px !important;
  background: linear-gradient(135deg, #090514 0%, #120926 50%, #1a0b36 100%) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
}

.project-area.styl-two::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(107, 0, 218, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.project-area.styl-two::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(147, 51, 234, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.project-area.styl-two .project-section {
  margin: 0 0 35px !important;
  padding: 0 !important;
}

.project-area.styl-two .testimonial-badge {
  background: rgba(168, 85, 247, 0.15) !important;
  border: 1px solid rgba(168, 85, 247, 0.3) !important;
  color: #e9d5ff !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  padding: 6px 18px !important;
  border-radius: 50px !important;
}

.project-area.styl-two h1.section-main-title {
  font-family: "Nunito", sans-serif !important;
  font-size: clamp(28px, 3.5vw, 44px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-top: 8px !important;
}

.project-area.styl-two .project-carousel {
  padding: 0 !important;
  margin: 0 !important;
}

/* Portfolio Single Card */
.sdt-project-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  margin: 10px 4px 40px;
  display: flex;
  flex-direction: column;
}

.sdt-project-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px -10px rgba(107, 0, 218, 0.4);
}

.sdt-project-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  padding: 6px;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdt-project-thumb img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
  border-radius: 12px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sdt-project-card:hover .sdt-project-thumb img {
  transform: scale(1.04);
}

.sdt-project-category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, #6b00da, #9333ea);
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(107, 0, 218, 0.35);
  z-index: 2;
}

.sdt-project-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  gap: 12px;
}

.sdt-project-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sdt-project-title {
  font-family: "Nunito", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}

.sdt-project-title a {
  color: #0f172a !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.sdt-project-card:hover .sdt-project-title a {
  color: #6b00da !important;
}

.sdt-project-sub {
  font-family: "Nunito", sans-serif;
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 600;
}

.sdt-project-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3e8ff;
  color: #6b00da !important;
  padding: 8px 14px;
  border-radius: 12px;
  font-family: "Nunito", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: 1px solid #e9d5ff;
}

.sdt-project-link-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.sdt-project-card:hover .sdt-project-link-btn {
  background: #6b00da;
  color: #ffffff !important;
  border-color: #6b00da;
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.35);
}

.sdt-project-card:hover .sdt-project-link-btn i {
  transform: translate(2px, -2px);
}

/* Portfolio Owl Nav Customization */
.project-area.styl-two .owl-nav {
  position: absolute;
  right: 0px;
  top: -80px;
  display: flex;
  gap: 12px;
}

.project-area.styl-two .owl-prev,
.project-area.styl-two .owl-next {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
}

.project-area.styl-two .owl-prev {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.project-area.styl-two .owl-prev:hover {
  background: #6b00da !important;
  color: #ffffff !important;
  border-color: #6b00da !important;
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.4) !important;
}

.project-area.styl-two .owl-next {
  background: #6b00da !important;
  color: #ffffff !important;
  border: 1px solid #6b00da !important;
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.3) !important;
}

.project-area.styl-two .owl-next:hover {
  background: #9333ea !important;
  border-color: #9333ea !important;
  box-shadow: 0 6px 20px rgba(147, 51, 234, 0.5) !important;
}

/* Brand Area Alignment */
.brand-area {
  background: #ffffff !important;
  padding: 18px 0 !important;
  margin: 0 auto !important;
  border-radius: 0 0 24px 24px !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-top: none !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12) !important;
  position: relative;
  z-index: 5;
}

.brand-area .row {
  margin: 0 !important;
}

/* ==========================================================================
   New Premium Footer Design
   ========================================================================== */
.devfooter_footer {
  background: linear-gradient(135deg, #0e0924 0%, #150b36 50%, #0a051b 100%) !important;
  padding: 70px 40px 25px !important;
  border-radius: 30px 30px 0 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.devfooter_footer::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 0%, transparent 70%);
  top: -150px;
  left: -150px;
  pointer-events: none;
}

.devfooter_footer::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, transparent 70%);
  bottom: -120px;
  right: -120px;
  pointer-events: none;
}

.devfooter_container {
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.devfooter_top {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1.3fr 1.2fr;
  gap: 35px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.devfooter_logo_wrapper {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  padding: 10px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.devfooter_logo_wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(107, 0, 218, 0.4);
}

.devfooter_logo {
  max-width: 210px;
  height: auto;
  display: block;
}

.devfooter_about p {
  color: #e2e8f0;
  line-height: 1.8;
  font-size: 14.5px;
  margin-bottom: 25px;
  font-family: "Poppins", "Nunito", sans-serif;
}

.devfooter_feature_icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}

.devfooter_feature_box {
  width: 100%;
  text-align: center;
}

.devfooter_feature_icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 22px;
  color: #c084fc;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(192, 132, 252, 0.3);
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.15);
  transition: all 0.3s ease;
}

.devfooter_feature_box:hover .devfooter_feature_icon {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #6b00da, #4748f4);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(168, 85, 247, 0.5);
}

.devfooter_feature_box span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  color: #f1f5f9;
  line-height: 1.25;
  font-family: "Poppins", "Nunito", sans-serif;
  font-weight: 600;
}

.devfooter_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins", "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.devfooter_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 45px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #6b00da, #4748f4);
}

.devfooter_links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.devfooter_links li {
  margin-bottom: 14px;
}

.devfooter_links a {
  text-decoration: none !important;
  color: #f1f5f9;
  font-size: 14.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  font-family: "Poppins", "Nunito", sans-serif;
  font-weight: 500;
}

.devfooter_links a i {
  color: #c084fc;
  font-size: 13px;
}

.devfooter_service_links a i {
  font-size: 18px;
  width: 24px;
  color: #c084fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.devfooter_links a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.devfooter_links a:hover i {
  color: #e9d5ff;
}

.devfooter_contact_item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  color: #f1f5f9;
}

.devfooter_contact_icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  flex-shrink: 0;
}

.devfooter_contact_icon.icon_phone {
  background: linear-gradient(135deg, #6b00da, #9333ea);
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.35);
}

.devfooter_contact_icon.icon_email {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.35);
}

.devfooter_contact_icon.icon_address {
  background: linear-gradient(135deg, #ec4899, #8b5cf6);
  box-shadow: 0 4px 15px rgba(236, 72, 153, 0.35);
}

.devfooter_contact_item p,
.devfooter_contact_item a {
  line-height: 1.6;
  font-size: 14.5px;
  color: #f1f5f9 !important;
  text-decoration: none !important;
  font-weight: 500;
}

.devfooter_contact_item a:hover {
  color: #c084fc !important;
}

.devfooter_dmca_box {
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.devfooter_dmca_link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none !important;
}

.devfooter_dmca_icon_wrap i {
  font-size: 32px;
  color: #8b5cf6;
}

.devfooter_dmca_text span {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  letter-spacing: 1px;
  font-weight: 700;
}

.devfooter_dmca_badge_img {
  height: 24px;
  width: auto;
  margin-top: 3px;
}

/* Middle Project CTA Banner */
.devfooter_middle_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 40px;
  margin-top: 45px;
  background: linear-gradient(135deg, rgba(107, 0, 218, 0.25) 0%, rgba(71, 72, 244, 0.2) 100%);
  border: 1px solid rgba(192, 132, 252, 0.3);
  border-radius: 26px;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.devfooter_middle_cta::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(192, 132, 252, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.devfooter_cta_content {
  max-width: 750px;
}

.devfooter_cta_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(192, 132, 252, 0.15);
  border: 1px solid rgba(192, 132, 252, 0.35);
  color: #e9d5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.devfooter_cta_title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
}

.devfooter_cta_text {
  color: #cbd5e1;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  font-family: "Nunito", sans-serif;
}

.devfooter_cta_actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.devfooter_btn_primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #6b00da, #9333ea);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(107, 0, 218, 0.45);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.devfooter_btn_primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(147, 51, 234, 0.6);
  background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.devfooter_btn_secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.devfooter_btn_secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  .devfooter_middle_cta {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .devfooter_cta_actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.devfooter_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  flex-wrap: wrap;
  gap: 20px;
}

.devfooter_copyright {
  color: #d1d5db;
  font-size: 14px;
}

.devfooter_copyright span {
  color: #8b5cf6;
  font-weight: 600;
}

.devfooter_bottom_links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.devfooter_bottom_links a {
  color: #d1d5db;
  text-decoration: none !important;
  font-size: 14px;
  transition: 0.3s ease;
}

.devfooter_bottom_links a:hover {
  color: #fff;
}

.devfooter_social_icons {
  display: flex;
  gap: 12px;
}

.devfooter_social_icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none !important;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #6b00da, #4748f4);
}

.devfooter_social_icons a:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 28px rgba(107, 0, 218, 0.45);
}

@media(max-width:1100px) {
  .devfooter_top {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

@media(max-width:768px) {
  .devfooter_footer {
    padding: 50px 20px 20px !important;
    border-radius: 25px 25px 0 0 !important;
  }

  .devfooter_top {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .devfooter_bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width:480px) {
  .devfooter_feature_icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .devfooter_cta_actions {
    width: 100%;
    flex-direction: column;
  }

  .devfooter_btn_primary,
  .devfooter_btn_secondary {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   SDT Company Team Members Section (Brand Theme & Animations)
   ========================================================================== */
.sdt_team_section {
  padding: 100px 0 90px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
}

.sdt_team_dots_pattern {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#a855f7 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}

.sdt_team_glow_orb {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(107, 0, 218, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: orbPulse 6s ease-in-out infinite alternate;
}

@keyframes orbPulse {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.15) translateY(15px);
    opacity: 0.9;
  }
}

.sdt_team_header {
  margin-bottom: 60px;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
}

.sdt_team_badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(107, 0, 218, 0.08);
  border: 1px solid rgba(107, 0, 218, 0.22);
  color: #6b00da;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 20px;
  border-radius: 50px;
  margin: 0 auto 16px auto !important;
  font-family: "Nunito", "Poppins", sans-serif;
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.1);
}

.sdt_team_title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  font-family: "Nunito", "Poppins", sans-serif;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

.sdt_team_highlight {
  background: linear-gradient(135deg, #6b00da 0%, #4748f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.sdt_team_subtitle {
  color: #64748b;
  font-size: 16px;
  max-width: 680px;
  margin: 0 auto !important;
  line-height: 1.7;
  font-family: "Nunito", "Poppins", sans-serif;
  text-align: center !important;
}

.sdt_team_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
}

.sdt_team_card {
  background: #ffffff;
  border-radius: 26px;
  padding: 38px 22px 30px;
  text-align: center;
  border: 1px solid rgba(107, 0, 218, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.sdt_team_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
  pointer-events: none;
}

.sdt_team_card:hover::before {
  left: 150%;
}

.sdt_team_card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(107, 0, 218, 0.18);
  border-color: rgba(107, 0, 218, 0.35);
}

.sdt_team_avatar_wrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 28px;
}

.sdt_team_avatar_wrap::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6b00da, #4748f4, #9333ea);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  animation: rotateTeamRing 8s linear infinite;
}

@keyframes rotateTeamRing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sdt_team_card:hover .sdt_team_avatar_wrap::before {
  opacity: 1;
}

.sdt_team_avatar_bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #f3e8ff, #e0e7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border: 4px solid #ffffff;
  box-shadow: 0 6px 20px rgba(107, 0, 218, 0.12);
}

.sdt_team_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sdt_team_img.img_ceo {
  object-fit: cover;
  object-position: center 15%;
}

.sdt_team_img.img_manager {
  object-fit: cover;
  object-position: center 10%;
}

.sdt_team_img.img_dev {
  object-fit: cover;
  object-position: center 15%;
}

.sdt_team_card:hover .sdt_team_img {
  transform: scale(1.08);
}

.sdt_team_role_icon {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 3.5px solid #ffffff;
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.4);
  z-index: 2;
  transition: transform 0.3s ease, background 0.3s ease;
}

.sdt_team_role_icon.icon_ceo {
  background: linear-gradient(135deg, #6b00da, #9333ea);
}

.sdt_team_role_icon.icon_manager {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.sdt_team_role_icon.icon_dev {
  background: linear-gradient(135deg, #4748f4, #6b00da);
}

.sdt_team_card:hover .sdt_team_role_icon {
  transform: translateX(-50%) scale(1.15);
}

.sdt_team_name {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: "Nunito", "Poppins", sans-serif;
  transition: color 0.3s ease;
}

.sdt_team_card:hover .sdt_team_name {
  color: #6b00da;
}

.sdt_team_role {
  font-size: 14px;
  font-weight: 700;
  color: #6b00da;
  margin-bottom: 14px;
  display: block;
  font-family: "Nunito", "Poppins", sans-serif;
}

.sdt_team_bio {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 22px;
  font-family: "Nunito", "Poppins", sans-serif;
  min-height: 64px;
}

.sdt_team_socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sdt_team_socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(107, 0, 218, 0.05);
  border: 1px solid rgba(107, 0, 218, 0.15);
  color: #6b00da;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.sdt_team_socials a:hover {
  background: linear-gradient(135deg, #6b00da, #4748f4);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(107, 0, 218, 0.4);
}

@media (max-width: 1100px) {
  .sdt_team_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .sdt_team_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sdt_team_section {
    padding: 60px 0;
  }

  .sdt_team_bio {
    min-height: auto;
  }
}

/* ==========================================================================
   We Work in Technology Section Alignment & Styling
   ========================================================================== */
.tech_work_section {
  padding-top: 50px;
}

.tech_work_header {
  margin-bottom: 35px;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
}

.tech_work_badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(107, 0, 218, 0.08);
  border: 1px solid rgba(107, 0, 218, 0.22);
  color: #6b00da;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 20px;
  border-radius: 50px;
  margin: 0 auto 16px auto !important;
  font-family: "Nunito", "Poppins", sans-serif;
  box-shadow: 0 4px 15px rgba(107, 0, 218, 0.1);
  text-transform: uppercase;
}

.tech_work_title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
  font-family: "Nunito", "Poppins", sans-serif;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

.tech_work_highlight {
  background: linear-gradient(135deg, #6b00da 0%, #4748f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.tech_work_subtitle {
  color: #64748b;
  font-size: 16px;
  max-width: 680px;
  margin: 0 auto !important;
  line-height: 1.7;
  font-family: "Nunito", "Poppins", sans-serif;
  text-align: center !important;
}

/* ==========================================================================
   SDT Web Development Breadcrumb Banner
   ========================================================================== */
.breadcumb-area {
  background: linear-gradient(135deg, rgba(14, 9, 36, 0.82) 0%, rgba(10, 5, 27, 0.82) 100%), url('../images/web-dev-banner.png') center/cover no-repeat !important;
  padding: 160px 0 120px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.5);
}

.breadcumb-area.about {
  padding: 160px 0 120px !important;
}

.breadcumb-content h4 {
  font-size: clamp(36px, 4vw, 54px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  font-family: "Nunito", "Poppins", sans-serif !important;
  text-shadow: 0 4px 20px rgba(107, 0, 218, 0.5);
  margin: 0 !important;
}

/* ==========================================================================
   SDT Who We Are Section — 4 Card Boxes & Ultimate Animations
   ========================================================================== */
.sdt-about-features {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.sdt-about-feature {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 22px 20px !important;
  border: 1px solid rgba(107, 0, 218, 0.12) !important;
  box-shadow: 0 8px 24px rgba(107, 0, 218, 0.05) !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  z-index: 1;
}

/* Shimmer Light Sweep on Card Hover */
.sdt-about-feature::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 60% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(107, 0, 218, 0.08), transparent) !important;
  transform: skewX(-20deg) !important;
  transition: left 0.65s ease !important;
  pointer-events: none !important;
}

.sdt-about-feature:hover::before {
  left: 160% !important;
}

.sdt-about-feature:hover {
  transform: translateY(-8px) !important;
  background: #ffffff !important;
  border-color: rgba(107, 0, 218, 0.35) !important;
  box-shadow: 0 16px 36px rgba(107, 0, 218, 0.15) !important;
}

.sdt-feature-icon {
  flex-shrink: 0 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(107, 0, 218, 0.08), rgba(71, 72, 244, 0.08)) !important;
  border: 1px solid rgba(107, 0, 218, 0.18) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.4s ease !important;
  color: #6b00da !important;
  font-size: 22px !important;
}

.sdt-about-feature:hover .sdt-feature-icon {
  background: linear-gradient(135deg, #6b00da, #4748f4) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  transform: scale(1.1) rotate(6deg) !important;
  box-shadow: 0 8px 20px rgba(107, 0, 218, 0.35) !important;
}

.sdt-about-feature h4 {
  font-family: "Nunito", "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 6px !important;
  transition: color 0.3s ease !important;
}

.sdt-about-feature:hover h4 {
  color: #6b00da !important;
}

.sdt-about-feature p {
  font-family: "Nunito", "Poppins", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #64748b !important;
  margin: 0 !important;
  text-align: left !important;
}

/* Right Image Frame & Fixed Sizing */
.sdt-about-right {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.sdt-about-img-frame {
  position: relative !important;
  width: 100% !important;
  max-width: 520px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sdt-about-img-frame img {
  width: 100% !important;
  height: auto !important;
  max-height: 480px !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 24px !important;
  filter: drop-shadow(0 15px 35px rgba(107, 0, 218, 0.16)) !important;
  animation: sdtFloatImg 6s ease-in-out infinite alternate !important;
  transition: all 0.4s ease !important;
}

.sdt-about-img-frame:hover img {
  transform: scale(1.04) translateY(-6px) !important;
  filter: drop-shadow(0 22px 45px rgba(107, 0, 218, 0.25)) !important;
}

/* Floating Badges Over Image */
.sdt-about-chip {
  position: absolute !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: "Nunito", "Poppins", sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(12px) !important;
  border-radius: 50px !important;
  padding: 9px 18px !important;
  box-shadow: 0 10px 25px rgba(107, 0, 218, 0.18) !important;
  border: 1px solid rgba(107, 0, 218, 0.2) !important;
  z-index: 5 !important;
  white-space: nowrap !important;
}

.sdt-about-chip i {
  color: #6b00da !important;
  font-size: 15px !important;
}

.sdt-chip-top {
  top: 20px !important;
  left: 20px !important;
  animation: floatChip1 4s ease-in-out infinite alternate !important;
}

.sdt-chip-bottom {
  bottom: 20px !important;
  right: 20px !important;
  animation: floatChip2 4.5s ease-in-out infinite alternate !important;
}

@keyframes floatChip1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes floatChip2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(8px);
  }
}

@keyframes sdtFloatImg {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .sdt-about-img-frame img {
    max-height: 380px !important;
  }
}

@media (max-width: 576px) {
  .sdt-about-img-frame img {
    max-height: 280px !important;
  }

  .sdt-about-chip {
    font-size: 11px !important;
    padding: 7px 12px !important;
  }
}