/*
Theme Name: NetManage
Theme URI: 
Author: Your Name
Author URI: 
Description: A custom WordPress theme built with Bootstrap 5.
Version: 1.0
License: GPL v2 or later
Text Domain: your-bootstrap-theme
*/
 
/* Your custom styles will go here. */
:root {
  --scale: 1;
  --space: 1;
}

@media (max-width: 767px) {
  :root {
    --scale: 0.85;   /* 🔻 controls ALL text */
    --space: 0.75;   /* 🔻 controls ALL spacing */
  }
}

h1 { font-size: calc(3rem * var(--scale)); }
h2 { font-size: calc(2.2rem * var(--scale)); }
h3 { font-size: calc(1.8rem * var(--scale)); }
h4 { font-size: calc(1.3rem * var(--scale)); }
p  { font-size: calc(1rem * var(--scale)); }

.card-service,
.feature-card,
.contact-card,
.partner-card {
  padding: calc(1.8rem * var(--space)) !important;
}

.icon-wrap {
  width: calc(70px * var(--scale));
  height: calc(70px * var(--scale));
}

.icon-wrap i {
  font-size: calc(2.2rem * var(--scale));
}

@media (max-width: 767px) {

  #services h2 {
    font-size: calc(1.8rem * var(--scale)) !important;
  }

  #services p {
    font-size: calc(0.9rem * var(--scale));
  }

  #services .card-service {
    padding: calc(1rem * var(--space)) !important;
    border-radius: 18px;
  }
}



    body { 
        padding-top: 70px;
        background: #f9fafc; 
        font-family: 'Inter', sans-serif !important;
        margin:0!important;
        padding:0 !important;
        font-size: calc(1rem * var(--scale));
    }
    /* Corporate color palette */
    :root {
      --primary-deep: #0a2e5c;
      --primary-bright: #A12E8D;
      --accent-teal: #0d9488;
      --gray-light: #f4f7fc;
      --gray-border: #e6edf4;
      --glass-bg: rgba(255, 255, 255, 0.75);
    }
    html, body {
      overflow-x: hidden;
    }
	.logo {
	max-width:220px;
	height:auto;
	}
    /* Trendy glass navbar */
    .desktop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.desktop-nav ul li {
  margin: 0 8px;
}

.desktop-nav ul li a {
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

/* Hover */
.desktop-nav ul li a:hover {
 color:#9B1A84;
}


	.navbar {
      backdrop-filter: blur(12px);
      background: #fff;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
      padding-top: 5px 0;
      padding-bottom:0 !important;
      transition: all 0.3s ease;
    }
    .navbar-brand {
      font-weight: 800;
      letter-spacing: -0.03em;
      font-size: 1.8rem;
      background: linear-gradient(135deg, #0a2e5c 0%, #2563eb 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent !important;
    }
    .navbar-nav li a{
        text-decoration:none;
        color:#000;
    }
    .nav-link {
      font-weight: 600;
      color: #1e293b !important;
      margin: 0 0.3rem;
    }
    .nav-link a{
      font-weight: 600;
      color: #1e293b !important;
      margin: 0 0.3rem;
    }
.desktop-nav ul li a {
	color:#000;
}
    /* Off‑canvas styling */
    .offcanvas {
      border-right: none !important;
    }
    .offcanvas-header {
      padding: 1.5rem 1.5rem 1rem;
    }
    .offcanvas-body {
      padding: 1rem 1.5rem 2rem;
    }
    .offcanvas .nav-link {
      font-size: 1.1rem;
      padding: 0.75rem 1rem;
      border-radius: 12px;
      transition: background 0.2s;
      margin: 0.2rem 0;
    }
	.offcanvas .navbar-nav {
  padding: 0;
  margin: 0;
}

.offcanvas .navbar-nav li {
  margin-bottom: 6px;
}

/* Menu Links */
.offcanvas .navbar-nav li a {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 12px 14px;
  border-radius: 12px;
  color: #1e293b;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Hover */
.offcanvas .navbar-nav li a:hover {
  background: #f1f5f9;
  transform: translateX(4px);
}




    .offcanvas .nav-link:hover {
      background: #f1f5f9;
    }
    .offcanvas .btn-modern {
      width: 100%;
      justify-content: center;
      margin-top: 1rem;
    }
    .navbar-toggler {
      border: none;
      padding: 0.5rem;
      border-radius: 12px;
      transition: background 0.2s;
    }
    .navbar-toggler:focus {
      box-shadow: none;
      background: #f1f5f9;
    }
    /* Desktop navigation (hidden on mobile via d-none d-lg-flex) */
    .desktop-nav {
      display: flex;
      align-items: center;
    }
    @media (min-width: 992px) {
      .desktop-nav {
        display: flex !important;
      }
    }
    
   
   
 /* Fix submenu layout */
.sub-menu {
  display: block !important;
  
}

/* Each item full width */
.sub-menu li {
  display: block !important;
  width: 100%;
  font-size:14px !important;
}

/* Ensure links take full row */
.sub-menu li a {
  display: block;
  width: 100%;
}

.desktop-nav ul li {
  display: flex;
}
    
    
   /* Parent */
.menu-item-has-children {
  position: relative;
}

/* Submenu */
.sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
}

/* Submenu items */
.sub-menu li {
  list-style: none;
}

.sub-menu li a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  color: #1e293b;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.sub-menu li a:hover {
  background: #f1f5f9;
  transform: translateX(4px);
}

/* Show on hover (desktop only) */
@media (min-width: 992px) {
  .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .sub-menu {
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin-left: 10px;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu-item-has-children.active > .sub-menu {
    max-height: 300px;
  }
}
.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 0.7rem;
}  
 
 /* Level 1 already handled (dropdown down) */

/* Level 2 → flyout to right */
.sub-menu .menu-item-has-children {
  position: relative;
}

/* Hide nested submenu initially */
.sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 10px;

  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.25s ease;
}

/* Show on hover */
@media (min-width: 992px) {
  .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

/* First level */
.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 0.7rem;
}

/* Second level (right arrow) */
.sub-menu .menu-item-has-children > a::after {
  content: "▸";
  float: right;
}

@media (max-width: 991px) {
  .sub-menu .sub-menu {
    position: static;
    margin-left: 15px;
    transform: none;
    opacity: 1;
    visibility: visible;

    max-height: 0;
    overflow: hidden;
  }

  .menu-item-has-children.active > .sub-menu {
    max-height: 500px;
  }
}

/* MOBILE: Horizontal scroll */
@media (max-width: 767px) {
  .service-scroll {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;          /* No vertical scroll inside */
    gap: 16px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    align-items: stretch;

    /* Prevent vertical overscroll chain without killing horizontal */
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;

    /* Fixed height prevents container size shifts */
    min-height: 270px;           /* Adjust to tallest card's natural height */
    max-height: 300px;           /* Lock it down completely */
  }

  .service-scroll::-webkit-scrollbar {
    display: none;
  }

  .service-scroll .col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 !important;
  }

  .service-scroll .card-service {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}








    
    
    
    
    
    
    /* Trendy modern buttons */
    .btn-modern {
      background: #1832b8;
      background: linear-gradient(328deg, rgba(24, 50, 184, 1) 0%, rgba(252, 70, 107, 1) 100%);
      border: none;
      padding: 0.75rem 2rem;
      font-weight: 600;
      border-radius: 60px;
      color: white;
      box-shadow: 0 15px 25px -8px rgba(37, 99, 235, 0.25);
      transition: all 0.25s ease;
      border: 1px solid rgba(255, 255, 255, 0.2);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-modern i { font-size: 1.2rem; transition: transform 0.2s; }
    .btn-modern:hover {
      background: linear-gradient(145deg, #1e4fd0, #1e40af);
      transform: translateY(-3px);
      box-shadow: 0 22px 35px -10px #1e3a8a80;
      color: white;
    }
    .btn-modern:hover i { transform: translateX(4px); }
    .btn-outline-modern {
      background: transparent;
      border: 2px solid rgba(255,255,255,0.9);
      color: white;
      padding: 0.7rem 2rem;
      border-radius: 60px;
      font-weight: 600;
      backdrop-filter: blur(4px);
      transition: 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-modern2 {
      background: #192D79;
      border: none;
      padding: 0.75rem 2rem;
      font-weight: 600;
      border-radius: 60px;
      color: white;
      box-shadow: 0 15px 25px -8px rgba(37, 99, 235, 0.25);
      transition: all 0.25s ease;
      border: 1px solid rgba(255, 255, 255, 0.2);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .btn-outline-modern:hover {
      background: white;
      color: #0a2e5c !important;
      border-color: white;
    }
    /* Full screen carousel slider */
    /* Carousel height & image */
    .carousel-item {
      height: 100vh;
      min-height: 560px;
      position: relative;
      background-color: #0a0c10;
    }
    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.1) brightness(0.85);
      transition: transform 6s ease;
    }
    .carousel-item.active img {
      transform: scale(1.02);
    }

    /* Overlay – subtle blue/pink tint */
    .carousel-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, 
        rgba(5, 15, 30, 0.92) 0%, 
        rgba(15, 25, 45, 0.7) 40%, 
        rgba(30, 20, 45, 0.25) 75%, 
        rgba(0,0,0,0.05) 100%);
      
  filter: contrast(1.1) brightness(1.05) sharpen(1.2);

      z-index: 1;
    }
    .hero img {
  filter: contrast(1.1) brightness(1.05) sharpen(1.2);
}

    /* ---------- CAPTION – perfectly centered vertical, left aligned ---------- */
    .carousel-caption-custom {
      position: absolute;
      top: 50%;
      left: 8%;
      transform: translateY(-50%);
      z-index: 2;
      color: #fff;
      max-width: 700px;
      text-shadow: 0 8px 20px rgba(0,0,0,0.3);
      /* ensure no bottom drift */
      margin: 0;
      padding: 0;
    }

    /* modern badge – blue/pink */
    .modern-badge {
      display: inline-block;
      background: rgba(59, 130, 246, 0.12);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      border: 1px solid rgba(167, 139, 250, 0.4);
      color: #C7D2FE;
      font-weight: 600;
      font-size: 0.8rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 40px;
      margin-bottom: 24px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .carousel-caption-custom h1 {
      font-size: 3.6rem;
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.02em;
      margin-bottom: 20px;
      text-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }

    /* BLUE → PINK gradient accent */
    .accent-glow {
      background: linear-gradient(135deg, #3B82F6 0%, #EC4899 80%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
    }

    .carousel-caption-custom p {
      font-size: 1.2rem;
      font-weight: 400;
      opacity: 0.92;
      max-width: 550px;
      margin-bottom: 28px;
      color: rgba(255,255,255,0.92);
      text-shadow: 0 4px 12px rgba(0,0,0,0.3);
      line-height: 1.5;
    }

    /* BUTTONS – blue/pink theme */
    .hero-btn {
      margin-top: 8px;
      margin-right: 14px;
      padding: 12px 28px;
      border-radius: 60px;
      font-weight: 600;
      font-size: 1rem;
      border: none;
      transition: all 0.25s ease;
      box-shadow: 0 8px 18px rgba(0,0,0,0.15);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn-primary-modern {
      background: linear-gradient(145deg, #2563EB 0%, #DB2777 100%);
      color: white;
      border: none;
      font-weight: 700;
      box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
    }
    .btn-primary-modern i {
      font-size: 1.1rem;
    }
    .btn-primary-modern:hover {
      background: linear-gradient(145deg, #3B82F6 0%, #EC4899 100%);
      transform: translateY(-3px);
      box-shadow: 0 18px 28px -8px rgba(219, 39, 119, 0.4);
      color: white;
    }

    .btn-outline-light {
      border-radius: 60px;
      padding: 12px 28px;
      border: 1.5px solid rgba(167, 139, 250, 0.4);
      background: rgba(20, 30, 50, 0.25);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      font-weight: 600;
      color: white;
      transition: all 0.25s;
    }
    .btn-outline-light i {
      margin-right: 6px;
      color: #A78BFA;
    }
    .btn-outline-light:hover {
      background: rgba(59, 130, 246, 0.15);
      border-color: #C084FC;
      transform: translateY(-3px);
      box-shadow: 0 12px 20px -8px rgba(0,0,0,0.4);
      color: white;
    }

    /* STATS — glass with blue/pink accents */
    .stats {
      margin-top: 42px;
      display: flex;
      gap: 36px;
      flex-wrap: wrap;
    }
    .stat-item {
      display: flex;
      align-items: center;
      gap: 12px;
      background: rgba(15, 25, 45, 0.35);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      padding: 8px 18px 8px 14px;
      border-radius: 60px;
      border: 1px solid rgba(147, 197, 253, 0.15);
      box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    }
    .stat-icon {
      font-size: 1.9rem;
      color: #A78BFA; /* soft purple/pink */
      filter: drop-shadow(0 2px 6px rgba(236, 72, 153, 0.3));
    }
    .stat-content strong {
      font-size: 1.5rem;
      font-weight: 700;
      display: block;
      line-height: 1.2;
      color: white;
      letter-spacing: -0.01em;
    }
    .stat-content span {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      opacity: 0.8;
      font-weight: 500;
      color: #E2E8F0;
    }

    /* CONTROLS — blue/pink touch */
    .carousel-control-prev,
    .carousel-control-next {
      width: 6%;
      opacity: 0.7;
      transition: opacity 0.2s;
    }
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      opacity: 1;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(15, 25, 40, 0.65);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-radius: 60px;
      padding: 28px 18px;
      border: 1px solid rgba(167, 139, 250, 0.25);
      box-shadow: 0 4px 14px rgba(0,0,0,0.3);
      transition: all 0.2s;
    }
    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
      background-color: #1e2a4a;
      border-color: #EC4899;
    }

    /* INDICATORS – active pink/blue */
    .carousel-indicators {
      bottom: 30px;
    }
    .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background-color: #fff;
      opacity: 0.5;
      border: 0;
      margin: 0 8px;
      transition: all 0.3s cubic-bezier(0.2,0.9,0.4,1);
    }
    .carousel-indicators .active {
      opacity: 1;
      background: linear-gradient(90deg, #3B82F6, #EC4899);
      width: 30px;
      border-radius: 10px;
      box-shadow: 0 0 14px #a78bfa;
    }

    /* ANIMATION – smooth fade up */
    @keyframes fadeUp {
  0% { 
    opacity: 0; 
    transform: translateY(calc(-50% + 30px)); 
  }
  100% { 
    opacity: 1; 
    transform: translateY(-50%); 
  }
}

    /* mobile refinement – keep centered */
    @media (max-width: 768px) {
      .carousel-caption-custom {
        left: 6%;
        right: 6%;
        max-width: 100%;
        top: 50%;
        transform: translateY(-50%);
      }
      .carousel-caption-custom h1 {
        font-size: 2.4rem;
      }
      .carousel-caption-custom p {
        font-size: 1rem;
      }
      .stats {
        gap: 12px;
        margin-top: 28px;
      }
      .stat-item {
        padding: 6px 16px 6px 12px;
      }
      .stat-icon {
        font-size: 1.6rem;
      }
      .stat-content strong {
        font-size: 1.3rem;
      }
      .hero-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
      }
      .carousel-control-prev-icon,
      .carousel-control-next-icon {
        padding: 20px 12px;
      }
    }

    /* for very small, keep vertical center */
    @media (max-height: 600px) {
      .carousel-caption-custom {
        top: 50%;
        transform: translateY(-50%);
      }
    }
    /* Cards and sections */
  /* Hover effect: dark pink → blue gradient, white text */

.service {
background: #03018f;
background: linear-gradient(312deg, rgba(3, 1, 143, 1) 0%, rgba(107, 6, 107, 1) 100%);
}
.card-service {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.06); /* thin, subtle border */
  border-radius: 30px;
  box-shadow: 0 25px 40px -14px rgba(10, 46, 92, 0.08);
  background:#fff;
}
.card-service:hover {
  background: #4542ff;
background: linear-gradient(312deg, rgba(69, 66, 255, 1) 0%, rgba(204, 63, 204, 1) 100%);
  border-color: transparent !important;
  transform: translateY(-12px);
  box-shadow: 0 35px 50px -15px rgba(157, 23, 77, 0.3);
}
.card-service:hover h4,
.card-service:hover p,
.card-service:hover .service-link {
  color: white !important;
}
.card-service:hover .icon-wrap {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.card-service:hover .icon-wrap i {
  color: white;
}
.card-service:hover .text-secondary {
  color: rgba(255, 255, 255, 0.85) !important;
}
.icon-wrap {
  width: 70px;
  height: 70px;
  background: linear-gradient(145deg, #eef4ff, #ffffff);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.02), 0 12px 18px -8px rgba(37,99,235,0.15);
}
.icon-wrap i { font-size: 2.4rem; color: #1832b8 }
.section-title { font-weight: 800; letter-spacing: -0.03em; color: #0a2e5c; }
.section-subhead { color: #5e7180;  font-weight: 600; text-transform: uppercase; letter-spacing: 3px; font-size: 0.8rem; }
.section-subhead2 { background:#fff; padding:10px; border-radius:20px; margin-bottom:20px; color: #1A4181; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; font-size: 0.8rem; }
    .stat-number { font-size: 3rem; font-weight: 800; color: var(--primary-deep); line-height: 1.1; }
    .footer { background: #0b1e2f; color: #ccddee; }
    .footer a { color: #b0c8e0; text-decoration: none; }
    .footer a:hover { color: white; }
    .back-to-top {
      position: fixed; bottom: 30px; right: 30px; width: 52px; height: 52px;
      background: linear-gradient(145deg, #2563eb, #1e40af);
      color: white; border-radius: 30px; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 12px 28px #1e3a8a66; z-index: 1000; opacity: 0; visibility: hidden;
      transition: 0.25s; border: none;
    }
    .back-to-top.show { opacity: 1; visibility: visible; }
    /* form */
    .form-control, .form-select {
      border-radius: 20px;
      padding: 0.9rem 1.4rem;
      border: 1.5px solid #e2e8f0;
      background: white;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--primary-bright);
      box-shadow: 0 0 0 5px rgba(37,99,235,0.12);
    }

	/* Partners Section */
    .partners-section {
      background: linear-gradient(145deg, #ffffff 0%, #f2f7ff 100%);
      border-bottom: 1px solid rgba(10,46,92,0.05);
    }
    .section-sub {
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 600;
      font-size: 0.8rem;
      color: #5e7180;
      text-align: center;
      margin-bottom: 8px;
    }
    .section-title {
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--primary-deep);
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 48px;
    }
    .partner-swiper {
      overflow: hidden;
      padding: 10px 0 40px;
    }
    .partner-slide {
      background: white;
      border-radius: 24px;
      padding: 24px 16px;
      box-shadow: 0 20px 35px -8px rgba(10,46,92,0.06);
      border: 1px solid #eef2f6;
      text-align: center;
      font-weight: 600;
      color: #1e293b;
      transition: all 0.25s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      font-size: 1.2rem;
    }
    .partner-slide i {
      font-size: 2rem;
      color: var(--primary-bright);
    }
    .partner-slide:hover {
      transform: translateY(-6px);
      box-shadow: 0 28px 40px -12px rgba(37,99,235,0.15);
      border-color: #cbdffa;
    }
    .swiper-pagination-bullet {
      background: var(--primary-deep) !important;
      opacity: 0.3;
    }
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: var(--primary-bright) !important;
    }
    /* Why Choose Us Grid */
    .about-section {
      background: #ffffff;
    }
    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .about-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 40px;
      box-shadow: 0 35px 50px -20px rgba(10,46,92,0.15);
      border: 1px solid rgba(255,255,255,0.5);
    }
    .about-overline {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600;
      font-size: 0.8rem;
      color: var(--primary-bright);
      margin-bottom: 12px;
    }
    .about-headline {
      font-size: 2.5rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--primary-deep);
      margin-bottom: 24px;
      line-height: 1.2;
    }
    .benefit-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .benefit-item {
      display: flex;
      gap: 20px;
      margin-bottom: 32px;
    }
    .benefit-icon {
      width: 48px;
      height: 48px;
      background: linear-gradient(145deg, #eef4ff, #ffffff);
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary-bright);
      font-size: 1.4rem;
      box-shadow: inset 0 2px 6px rgba(0,0,0,0.02), 0 10px 15px -8px rgba(37,99,235,0.15);
      flex-shrink: 0;
    }
    .benefit-content h4 {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 6px;
      color: var(--primary-deep);
    }
    .benefit-content p {
      margin: 0;
      color: #475569;
      line-height: 1.5;
    }
    @media (max-width: 992px) {
      .about-grid { grid-template-columns: 1fr; gap: 40px; }
      .section-title { font-size: 2rem; }
    }
    @media (max-width: 576px) {
      .partner-slide { font-size: 1rem; padding: 20px 10px; }
    }



.bg-soft-modern {
      background: linear-gradient(145deg, #f8fafc 0%, #eef2ff 100%);
    }
    
    /* Section subhead */
    .section-subhead {
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #3B82F6;
      background: rgba(59, 130, 246, 0.08);
      display: inline-block;
      padding: 4px 14px;
      border-radius: 40px;
      backdrop-filter: blur(2px);
    }
    
    .section-title {
      color: #0b1e33;
    }
    
    /* Text style */
    .lead-text {
      font-size: 1.1rem;
      color: #334155;
      line-height: 1.6;
      margin-bottom: 1.2rem;
    }
    
    /* Contact CTA */
    .contact-callout {
      margin-top: 30px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px 25px;
    }
    
    .phone-pill {
      background: white;
      border-radius: 100px;
      padding: 12px 28px;
      box-shadow: 0 12px 28px -8px rgba(37, 99, 235, 0.15);
      border: 1px solid rgba(59, 130, 246, 0.2);
      transition: all 0.25s ease;
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }
    
    .phone-pill:hover {
      transform: translateY(-4px);
      box-shadow: 0 22px 30px -10px rgba(219, 39, 119, 0.15);
      border-color: #EC4899;
    }
    
    .phone-icon {
      background: linear-gradient(145deg, #3B82F6, #EC4899);
      color: white;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      box-shadow: 0 6px 14px rgba(236, 72, 153, 0.25);
    }
    
    .phone-number {
      font-size: 1.1rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #0f172a;
      line-height: 1.2;
    }
    
    .phone-label {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #64748b;
      font-weight: 600;
    }
    
    .btn-about-primary {
      background: linear-gradient(145deg, #2563EB 0%, #DB2777 100%);
      border: none;
      color: white;
      padding: 12px 28px;
      border-radius: 60px;
      font-weight: 700;
      box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
      transition: all 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    
    .btn-about-primary:hover {
      background: linear-gradient(145deg, #3B82F6 0%, #EC4899 100%);
      transform: translateY(-3px);
      box-shadow: 0 18px 28px -8px rgba(219, 39, 119, 0.4);
      color: white;
    }
    
    /* Right image styling */
    .about-image-wrapper {
      position: relative;
      border-radius: 32px;
      overflow: hidden;
      box-shadow: 0 30px 40px -20px rgba(0,0,0,0.2);
      border: 1px solid rgba(255,255,255,0.5);
      transition: transform 0.3s;
    }
    
    .about-image-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      transition: transform 0.5s;
    }
    
    .about-image-wrapper:hover img {
      transform: scale(1.03);
    }
    
    /* accent glow behind image */
    .about-image-wrapper::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(59,130,246,0.05) 0%, rgba(236,72,153,0.08) 100%);
      pointer-events: none;
    }
    
    /* mobile adjustments */
    @media (max-width: 992px) {
      .section-title { font-size: 2.2rem; }
      .phone-number { font-size: 1.6rem; }
    }
	a {
text-decoration:none!important;
}


.partner-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.partner-card img {
  max-width: 140px;
  height: auto;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.partner-card h6 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

/* Hover effect */
.partner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.partner-card:hover img {
  transform: scale(1.05);
}
.partner {
background: #94136b;
background: linear-gradient(152deg, rgba(148, 19, 107, 1) 0%, rgba(35, 61, 110, 1) 100%);
}

.trendy-services {
      padding: 60px 0;
      background: #e2c9ff;
    background: linear-gradient(167deg, rgba(226, 201, 255, 1) 0%, rgba(227, 247, 255, 1) 100%);
      position: relative;
      overflow: hidden;
    }
    
    .trendy-services::before {
      content: "";
      position: absolute;
      width: 800px;
      height: 800px;
      background: radial-gradient(circle, rgba(59,130,246,0.04) 0%, transparent 70%);
      top: -300px;
      right: -200px;
      border-radius: 50%;
      z-index: 0;
    }
    
    .section-header {
      position: relative;
      z-index: 2;
      margin-bottom: 50px;
    }
    
    .section-subhead {
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #3B82F6;
      background: rgba(59, 130, 246, 0.08);
      display: inline-block;
      padding: 6px 18px;
      border-radius: 40px;
      backdrop-filter: blur(2px);
      border: 1px solid rgba(59,130,246,0.1);
    }
    
    .section-title {
      font-size: 2.8rem;
      font-weight: 800;
      color: #0b1e33;
      letter-spacing: -0.02em;
    }
    
    .section-title span {
      background: linear-gradient(135deg, #2563EB, #DB2777);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    
    /* Swiper container */
    .swiper-container {
      position: relative;
      z-index: 2;
      padding: 20px 0 60px;
      margin: 0 auto;
      max-width: 1400px;
    }
    
    /* Each slide card - split layout (image side + text side) */
    .service-split-card {
      display: flex;
      flex-direction: row;
      background: white;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 20px 40px -12px rgba(0, 20, 60, 0.12);
      border: 1px solid rgba(59, 130, 246, 0.1);
      height: 100%;
      min-height: 320px;
      transition: all 0.3s ease;
    }
    
    .service-split-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 30px 50px -15px rgba(37, 99, 235, 0.18);
      border-color: rgba(219, 39, 119, 0.25);
    }
    
    .card-image {
      flex: 1.2;
      background-size: cover;
      background-position: center;
      position: relative;
      min-height: 200px;
    }
    
    .card-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(37,99,235,0.15) 0%, rgba(219,39,119,0.05) 100%);
    }
    
    .card-content {
      flex: 1;
      padding: 30px 24px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: white;
    }
    
    .service-badge {
      display: inline-block;
      background: linear-gradient(145deg, #3B82F6, #EC4899);
      color: white;
      font-weight: 600;
      font-size: 0.7rem;
      letter-spacing: 1.5px;
      padding: 4px 12px;
      border-radius: 40px;
      margin-bottom: 16px;
      align-self: flex-start;
    }
    
    .service-title {
      font-size: 1.4rem;
      font-weight: 800;
      color: #0f172a;
      letter-spacing: -0.02em;
      line-height: 1.3;
      margin-bottom: 12px;
    }
    
    .service-desc {
      font-size: 0.95rem;
      color: #475569;
      line-height: 1.6;
      margin-bottom: 18px;
    }
    
    .service-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #2563EB;
      font-weight: 700;
      text-decoration: none;
      font-size: 0.9rem;
      transition: gap 0.2s;
    }
    
    .service-link i {
      font-size: 0.9rem;
    }
    
    .service-link:hover {
      color: #DB2777;
      gap: 10px;
    }
    
    /* Swiper navigation */
    
    /* Swiper container spacing */
.swiper-pagination {
  position: relative !important;
  margin-top: 20px;
}

/* Move pagination below */
.swiper-pagination {
  position: absolute !important;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  text-align: center;
}
    .swiper-button-next, .swiper-button-prev {
      width: 48px;
      height: 48px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      border: 1px solid rgba(0,0,0,0.03);
      color: #2563EB;
      transition: all 0.2s;
    }
    
    .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 1.2rem;
      font-weight: bold;
    }
    
    .swiper-button-next:hover, .swiper-button-prev:hover {
      background: linear-gradient(145deg, #3B82F6, #EC4899);
      color: white;
    }
    
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #94a3b8;
      opacity: 0.4;
      transition: all 0.3s;
    }
    
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: linear-gradient(90deg, #3B82F6, #EC4899);
      width: 28px;
      border-radius: 10px;
    }
    
    
    @media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

    
    /* Responsive adjustments */
    @media (max-width: 1200px) {
      .service-split-card {
        flex-direction: column;
      }
      .card-image {
        min-height: 200px;
        width: 100%;
      }
      .service-title {
        font-size: 1.3rem;
      }
    }
    
    @media (max-width: 992px) {
      .swiper-container {
        padding: 20px 10px 60px;
      }
      .section-title {
        font-size: 2.2rem;
      }
    }
    
    @media (max-width: 768px) {
      .service-split-card {
        flex-direction: column;
        min-height: auto;
      }
      .card-content {
        padding: 24px 18px;
      }
    }
    
    /* Bottom note */
    .bottom-note {
      position: relative;
      z-index: 2;
    }
    
    
  /*services */
  
  
    /* main container */
    .page-wrapper {
      max-width: 1400px;
      margin: 0 auto;
      padding: 2.5rem 2rem 2rem;
    }

    /* breadcrumb / back */
    .back-link {
      margin-bottom: 1.5rem;
    }
    .back-link a {
      color: #1d6f9c;
      text-decoration: none;
      font-weight: 500;
    }

    /* two-column layout */
    .article-layout {
      display: flex;
      gap: 2.5rem;
      margin: 1.5rem 0 3rem;
    }

    /* MAIN ARTICLE (left) */
    .article-main {
      flex: 2.2;
      min-width: 0;
    }

/* HERO */
.service-hero-section {
  position: relative;
  height: 420px;
  background-size: cover;
  background-position: center;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* CENTER TITLE */
.hero-center {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-center h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
}

/* ================= BREADCRUMB ================= */
.breadcrumb-wrapper {
  padding: 15px 0;
 
}

.breadcrumb-custom {
  font-size: 0.95rem;
  color: #64748b;
}

.breadcrumb-custom a {
  color: #333;
  text-decoration: none;
}

.breadcrumb-custom span {
  margin: 0 6px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hero-center h1 {
    font-size: 2rem;
    padding: 0 10px;
  }

  .service-hero-section {
    height: 300px;
  }
}
/* ================= LAYOUT ================= */
.page-wrapper {
  margin-top: 40px;
}

.article-layout {
  display: flex;
  gap: 2rem;
}

/* LEFT CONTENT */
.article-main {
  flex: 2;
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.article-content h2 {
  margin-top: 20px;
}

/* ================= SIDEBAR ================= */
.sidebar {
  flex: 1;
}

.sidebar-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-weight: 700;
  margin-bottom: 15px;
}

/* ================= GRID ================= */
.other-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.other-card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #f8fafc;
  transition: all 0.3s;
}

.other-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.other-img {
  height: 100px;
  background-size: cover;
  background-position: center;
}

.other-info {
  padding: 10px;
}

.other-info h4 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #0a2e5c;
}

.other-info span {
  font-size: 0.8rem;
  color: #2563eb;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .article-layout {
    flex-direction: column;
  }
}



/* HEADER */
.page-header {
  text-align: center;
  margin-bottom: 50px;
}

.page-header h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #0b2f4e;
}

.subhead {
  font-size: 1.1rem;
  color: #47647a;
  max-width: 700px;
  margin: auto;
  border-bottom: 2px solid #d9e2ec;
  padding-bottom: 15px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}

/* CARD */
.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e9f0f5;
  transition: all 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 40px rgba(0,0,0,0.1);
}

/* IMAGE */
.card-image-link {
  height: 200px;
  display: block;
  background-size: cover;
  position: relative;
}

.card-image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  
}

/* ICON */
.image-icon-hint {
  position: absolute;
  bottom: 12px;
  right: 14px;
  color: #fff;
  font-size: 1.5rem;
}

/* CONTENT */
.card-content {
  padding: 20px;
}

.card-content h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.card-content a {
  text-decoration: none;
  color: #0a2e5c;
}

.service-desc {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 12px;
}

/* TAGS */
.service-tags span {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 20px;
  margin: 3px 4px 8px 0;
}

/* LINK */
.learn-more {
  color: #1d6f9c;
  font-weight: 600;
}

/* RESPONSIVE */
@media(max-width:1200px){
  .services-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:900px){
  .services-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:600px){
  .services-grid{grid-template-columns:1fr;}
}




/* Sidebar Card (More Services) Modern */
.sidebar-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 12px 28px -8px rgba(0, 20, 50, 0.06);
    border: 1px solid rgba(230, 242, 255, 0.8);
    backdrop-filter: blur(4px);
    margin-top: 0;
}
.sidebar-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0b2b4a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2edff;
}
.other-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.other-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    padding: 0.75rem;
    border-radius: 18px;
    transition: background 0.2s;
}
.other-card:hover {
    background: #f4f9ff;
}
.other-img {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.5);
}
.other-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f2b4f;
    margin: 0 0 0.25rem;
    line-height: 1.3;
}
.other-info span {
    font-size: 0.85rem;
    color: #2c5a9a;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.other-card:hover .other-info span {
    color: #0a2647;
}

 /* ===== SINGLE ROW GRID : CTA + 3 FEATURES IN ONE ROW ===== */
    .single-row-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.8rem;
      align-items: stretch;
    }

    /* ----- BASE CARD STYLES (shared elegance) ----- */
    .feature-card,
    .contact-card {
      border-radius: 32px;
      transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
      backdrop-filter: blur(2px);
    }

    /* FEATURE CARDS (light, glassmorphic) */
    .feature-card {
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255, 255, 255, 0.7);
      box-shadow: 0 12px 28px -10px rgba(0, 20, 50, 0.06), 0 4px 12px rgba(0, 0, 0, 0.02);
      padding: 2rem 1.6rem 1.8rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.2s;
    }

    .feature-card:hover {
      transform: translateY(-6px);
      background: #ffffff;
      border-color: #cae0ff;
      box-shadow: 0 28px 40px -14px rgba(0, 47, 97, 0.15), 0 8px 20px -6px rgba(2, 50, 100, 0.1);
    }

    /* icon wrapper for features */
    .icon-wrap {
      background: linear-gradient(145deg, #eef3fe, #e2ebf9);
      width: 94px;
      height: 94px;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.6rem;
      box-shadow: inset 0 2px 4px rgba(255,255,255,0.9), 0 6px 12px -6px rgba(0, 35, 70, 0.1);
      transition: all 0.2s;
      border: 1px solid #ffffff;
    }

    .feature-card:hover .icon-wrap {
      background: linear-gradient(145deg, #e0ecff, #d3e2fc);
      box-shadow: inset 0 1px 2px #fff, 0 8px 16px -10px #1e4f8a40;
    }

    .icon-wrap i {
      font-size: 4.3rem;
      color: #1a3e78;
      transition: transform 0.2s ease;
      align-items: center;
      justify-content: center;
      display: block;
      margin: 0 auto;
    }

    .feature-card:hover .icon-wrap i {
      transform: scale(1.05);
      color: #0b2f55;
    }

    .feature-card h5 {
      font-size: 1.65rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #0a2540;
      margin: 0 0 0.5rem 0;
      line-height: 1.3;
    }

    .feature-description {
      color: #475569;
      font-size: 0.95rem;
      line-height: 1.5;
      font-weight: 450;
      margin-top: 0.2rem;
      opacity: 0.9;
    }

    /* ----- CONTACT CARD : DARK GRADIENT (PINK + DARK BLUE) ----- */
    .contact-card {
      background: linear-gradient(138deg, #df3f64 0%, #0c2f54 100%);
      /* vibrant pink to deep navy blue */
      box-shadow: 0 20px 32px -12px rgba(160, 30, 70, 0.35), 0 8px 16px -8px rgba(0, 0, 0, 0.2);
      padding: 2rem 1.6rem 1.9rem;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(255, 255, 255, 0.18);
      backdrop-filter: blur(2px);
      transition: transform 0.25s ease, box-shadow 0.3s ease;
    }

    .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 28px 40px -14px rgba(200, 45, 80, 0.45), 0 12px 28px -10px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 255, 255, 0.3);
    }

    /* contact inner structure (vertical) */
    .contact-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      gap: 1rem;
    }

    .contact-header {
      margin-bottom: 0.25rem;
    }

    .contact-card h4 {
      font-size: 1.9rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: white;
      margin: 0 0 0.5rem 0;
      line-height: 1.2;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    /* optional tiny contact icon inline */
    .contact-card h4 i {
      font-size: 1.9rem;
      filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    }

    .contact-phone {
      margin: 0.5rem 0 0.6rem 0;
    }

    .contact-phone a {
      font-size: 1.75rem;
      font-weight: 800;
      letter-spacing: -0.01em;
      color: #ffffff;
      text-decoration: none;
      transition: all 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 255, 255, 0.1);
      padding: 0.25rem 0.9rem 0.25rem 0.8rem;
      border-radius: 60px;
      backdrop-filter: blur(4px);
    }

    .contact-phone a i {
      font-size: 1.5rem;
    }

    .contact-phone a:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: scale(1.02);
      color: #fff9e8;
    }

    .contact-button {
      margin-top: 1rem;
      width: 100%;
    }

    .btn-gradient-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      background: white;
      color: #0c2f54;
      font-weight: 700;
      font-size: 1rem;
      padding: 0.85rem 1rem;
      border-radius: 60px;
      text-decoration: none;
      width: 100%;
      transition: all 0.25s ease;
      box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.2);
      border: none;
      letter-spacing: -0.2px;
    }

    .btn-gradient-light i {
      font-size: 1.2rem;
      transition: transform 0.2s;
    }

    .btn-gradient-light:hover {
      background: #fef7f0;
      transform: scale(1.02);
      box-shadow: 0 12px 22px -8px rgba(0, 0, 0, 0.25);
      gap: 0.75rem;
    }

    .btn-gradient-light:hover i {
      transform: translateX(5px);
    }

    /* small micro text */
    .contact-support-tag {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.75);
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 0.5rem;
      letter-spacing: 0.2px;
    }

    /* responsive: break into 2 columns on tablets, then 1 column on mobile */
    @media (max-width: 1100px) {
      .single-row-grid {
        gap: 1.5rem;
      }
    }

    @media (max-width: 950px) {
      .single-row-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
      }
      
      .contact-card h4 {
        font-size: 1.7rem;
      }
      
      .contact-phone a {
        font-size: 1.5rem;
        padding: 0.2rem 0.7rem;
      }
    }

    @media (max-width: 640px) {
      body {
        padding: 1.5rem 1rem;
      }
      
      .single-row-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
      }
      
      .feature-card, .contact-card {
        padding: 1.6rem 1.4rem;
      }
      
      .contact-card h4 {
        font-size: 1.8rem;
      }
      
      .contact-phone a {
        font-size: 1.35rem;
        white-space: normal;
        word-break: keep-all;
      }
      
      .btn-gradient-light {
        padding: 0.75rem 0.9rem;
      }
    }

    /* ensure all cards have consistent height via flex stretch */
    .feature-card, .contact-card {
      height: auto;
    }
    
    /* additional polish: make feature description more refined */
    .feature-card .feature-description {
      font-weight: 450;
    }

    /* hover glow for contact card phone number */
    .contact-phone a {
      transition: background 0.2s, transform 0.2s;
    }

    /* icon inside contact card heading alignment */
    .contact-card h4 i.bi {
      font-size: 1.8rem;
    }
    /*services end*/
    
    .site-footer {
      background: #0b1a2a;
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      color: #d1dbe9;
    }

    .footer-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 3rem 1.5rem 2rem;
    }

    /* footer grid layout */
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 1.2fr 1fr;
      gap: 2rem 2rem;
      margin-bottom: 2.5rem;
    }

    .footer-col h3, .footer-col h4 {
      color: white;
      font-weight: 600;
      font-size: 1.2rem;
      letter-spacing: -0.2px;
      margin-bottom: 1.2rem;
      position: relative;
      display: inline-block;
    }

    .footer-col h3 i, .footer-col h4 i {
      margin-right: 8px;
      font-size: 1.2rem;
      color: #fff;
    }

    .brand-tagline {
      font-size: 0.95rem;
      line-height: 1.5;
      margin-top: 0.5rem;
      color: #fff;
    }

    .commitment-text {
      margin: 1rem 0 0.8rem 0;
      font-style: normal;
      font-weight: 450;
      border-left: 3px solid #fff;
      padding-left: 1rem;
    }

    .footer-nav {
      list-style: none;
      padding: 0;
    }

    .footer-nav li {
      margin-bottom: 0.7rem;
    }

    .footer-nav a {
      color: #cbd5e6;
      text-decoration: none;
      transition: color 0.2s, padding-left 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.95rem;
    }

    .footer-nav a i {
      font-size: 0.85rem;
      opacity: 0.7;
    }

    .footer-nav a:hover {
      color: white;
      padding-left: 4px;
    }

    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 1rem;
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .contact-info-item i {
      font-size: 1.1rem;
      color: #fff;
      margin-top: 2px;
      min-width: 20px;
    }

    .contact-info-item a {
      color: #cbd5e6;
      text-decoration: none;
      transition: color 0.2s;
    }

    .contact-info-item a:hover {
      color: white;
      text-decoration: underline;
    }

    .hours-box {
      background: rgba(255, 255, 255, 0.03);
      padding: 0.8rem 1rem;
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,0.05);
    }

    .hours-line {
      display: flex;
      justify-content: space-between;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }

    .hours-line span:first-child {
      font-weight: 500;
      color: #e2e8f0;
    }

    .copyright-bar {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 1.8rem;
      margin-top: 1rem;
      text-align: center;
      font-size: 0.85rem;
      color: #8ba0bc;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 0.8rem;
    }

    .copyright-bar p {
      margin: 0;
    }

    .footer-logo-small {
      font-weight: 700;
      letter-spacing: -0.3px;
      color: white;
    }

    /* responsive footer */
    @media (max-width: 1000px) {
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
      }
    }

    @media (max-width: 680px) {
      .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
      }
      .copyright-bar {
        flex-direction: column;
        text-align: center;
      }
    }

    /* responsive for main grid */
    @media (max-width: 950px) {
      .single-row-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
      }
      .contact-card h4 {
        font-size: 1.7rem;
      }
      .contact-phone a {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 640px) {
      .modern-wrapper {
        margin: 1rem auto 2rem auto;
        padding: 0 1rem;
      }
      .single-row-grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
      }
      .feature-card, .contact-card {
        padding: 1.6rem 1.4rem;
      }
      .contact-card h4 {
        font-size: 1.8rem;
      }
      .contact-phone a {
        font-size: 1.35rem;
      }
    }

    
    
    .archive-header {
      position: relative;
      background-image: url('https://mediumblue-opossum-350487.hostingersite.com/wp-content/themes/netmanage-theme/assets/images/about-us2.jpeg');
      background-size: cover;
      background-position: center 30%;
      background-repeat: no-repeat;
      padding: 6rem 0;          /* spacious modern padding */
      margin-bottom: 2rem;
      /* Slight border radius for a softer, modern feel (optional) */
      border-radius: 0 0 1.5rem 1.5rem;
      overflow: hidden;         /* keeps overlay inside border-radius */
      isolation: isolate;       /* creates new stacking context */
    }

.contact-header {
      position: relative;
      background-image: url('https://mediumblue-opossum-350487.hostingersite.com/wp-content/themes/netmanage-theme/assets/images/contact-us.jpg');
      background-size: cover;
      background-position: center 30%;
      background-repeat: no-repeat;
      padding: 6rem 0;          /* spacious modern padding */
      margin-bottom: 2rem;
      /* Slight border radius for a softer, modern feel (optional) */
      border-radius: 0 0 1.5rem 1.5rem;
      overflow: hidden;         /* keeps overlay inside border-radius */
      isolation: isolate;       /* creates new stacking context */
    }
    /* Dark overlay – modern and subtle */
    .archive-header::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);  /* dark overlay, adjust opacity */
      backdrop-filter: blur(1px);        /* subtle blur for depth */
      z-index: -1;
    }

    /* Text styles – clean, white, modern */
    .archive-header .display-4 {
      font-weight: 600;
      letter-spacing: -0.02em;
    }

    .archive-header .lead {
      font-weight: 400;
      opacity: 0.9;
      font-size: 1.25rem;
    }

    /* Optional: fine line decoration */
    .archive-header .subhead-divider {
      width: 70px;
      height: 3px;
      background: rgba(255, 255, 255, 0.5);
      margin: 1rem auto 0.75rem;
      border-radius: 50px;
    }

    /* Make sure text stays above overlay */
    .archive-header .container {
      position: relative;
      z-index: 2;
    }

    /* Responsive fine‑tuning */
    @media (max-width: 576px) {
      .archive-header {
        padding: 4rem 0;
        border-radius: 0 0 1rem 1rem;
      }
    
    
    .swiper-slide img {
        width:100%;
        height: auto;
        }
    }
    
    @media (max-width: 767px) {

  /* 🔻 Title smaller */
  
  .section-subhead {
      display: block;
      margin: 0 auto;
      text-align: center;
  }
  .about-headline,
  .section-title {
    font-size: 1.6rem !important;
    line-height: 1.3;
    text-align: center;
  }

  /* 🔻 Description text */
  .lead-text {
    font-size: 0.9rem;
    text-align: center;
  }

  /* 🔻 Phone number smaller */
  .phone-number {
    font-size: 1rem !important;
  }

  .phone-label {
    font-size: 0.7rem;
  }

  /* 🔻 Contact pill center */
  .contact-callout {
    justify-content: center;
    text-align: center;
  }

  .phone-pill {
    padding: 8px 18px;
  }

  /* 🔻 Button center */
  .btn-about-primary {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 0.9rem;
    padding: 10px 18px;
  }

  /* Optional: stack nicely */
  .contact-callout {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  #about .row {
    flex-direction: column;
  }

  #about .about-image-wrapper img {
    min-height: auto !important;
    height: auto;
  }
}

@media (max-width: 991px) {

  /* FIX visibility issue */
  .offcanvas .sub-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 10px;
  }

  /* When active → show */
  .offcanvas .menu-item-has-children.active > .sub-menu {
    max-height: 500px;
  }

  /* Make links visible */
  .offcanvas .sub-menu li a {
    color: #000 !important;
    padding: 8px 12px;
    font-size: 0.95rem;
  }
  .offcanvas .sub-menu li {
    border-bottom: 1px solid #e5e7eb; /* light gray */
  }

  /* remove border from last item */
  .offcanvas .sub-menu li:last-child {
    border-bottom: none;
  }

}

/*contact us */
.contact-section {
      padding: 3.5rem 0 2rem;
    }
    .breadcrumb-custom {
      font-size: 0.95rem;
      letter-spacing: 0.3px;
      color: #5e6f8c;
      margin-bottom: 1.5rem;
    }
    .breadcrumb-custom a {
      color: #0d3e6f;
      text-decoration: none;
      font-weight: 500;
    }
    .breadcrumb-custom .separator {
      margin: 0 8px;
      color: #a0b3cc;
    }
    .contact-headline {
      font-weight: 700;
      color: #0a1e2f;
      margin-bottom: 0.25rem;
    }
    .sub-headline {
      font-size: 1.3rem;
      font-weight: 500;
      color: #2c4c6e;
      margin-bottom: 2rem;
    }

    /* LEFT PANEL — DARK BLUE & PINK GRADIENT */
    .dark-info-card {
      background: linear-gradient(145deg, #0B1E33 0%, #1E2A5A 40%, #8B2A5C 100%);
      border-radius: 28px;
      padding: 2.2rem 2rem;
      box-shadow: 0 25px 40px -12px rgba(0, 20, 40, 0.35);
      height: 100%;
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: #ffffff;
    }

    .info-icon-dark {
      width: 48px;
      height: 48px;
      background: rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(4px);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 1.5rem;
      margin-right: 1.2rem;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .info-item-dark {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1.8rem;
    }

    .info-content-dark h4 {
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 0.3rem;
    }

    .info-content-dark p, 
    .info-content-dark a {
      margin-bottom: 0;
      color: white;
      font-weight: 500;
      text-decoration: none;
      line-height: 1.5;
      opacity: 0.95;
      transition: opacity 0.2s;
    }

    .info-content-dark a:hover {
      opacity: 1;
      text-decoration: underline;
      color: white;
    }

    .book-call-btn-dark {
      background: transparent;
      border: 1.8px solid rgba(255, 255, 255, 0.4);
      color: white;
      border-radius: 60px;
      padding: 0.65rem 1.8rem;
      font-weight: 600;
      transition: all 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 0.5rem;
      text-decoration: none;
      backdrop-filter: blur(4px);
    }

    .book-call-btn-dark:hover {
      background: white;
      border-color: white;
      color: #000!important;
      box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    }

    .belief-text-dark {
      margin-top: 2.5rem;
      font-style: italic;
      color: rgba(255, 255, 255, 0.9);
      border-left: 5px solid rgba(255, 200, 220, 0.7);
      padding-left: 1.5rem;
      font-weight: 400;
      font-size: 1.05rem;
      text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }

    /* RIGHT PANEL — MODERN CLEAN */
    .modern-form-card {
      background: #ffffff;
      border-radius: 28px;
      padding: 2.4rem 2.2rem;
      box-shadow: 0 25px 35px -10px rgba(0, 30, 60, 0.12);
      border: 1px solid rgba(0, 60, 120, 0.05);
      height: 100%;
      transition: all 0.2s;
    }

    .form-label {
      font-weight: 650;
      font-size: 0.9rem;
      color: #1e3a5f;
      margin-bottom: 0.4rem;
    }

    .required-asterisk {
      color: #c5285e;
      margin-left: 3px;
    }

    .form-control, .form-select {
      border-radius: 18px;
      border: 1.8px solid #e2eaf3;
      padding: 0.8rem 1.2rem;
      background-color: #fdfdfe;
      transition: 0.2s;
      font-size: 1rem;
    }

    .form-control:focus, .form-select:focus {
      border-color: #8B2A5C;
      box-shadow: 0 0 0 4px rgba(139, 42, 92, 0.12);
    }

    .btn-send-modern {
      background: #0B1E33;
      border: none;
      border-radius: 60px;
      padding: 0.9rem 2.4rem;
      font-weight: 600;
      color: white;
      letter-spacing: 0.3px;
      transition: all 0.25s;
      box-shadow: 0 10px 18px -6px rgba(11,30,51,0.25);
    }

    .btn-send-modern:hover {
      background: #8B2A5C;
      transform: translateY(-3px);
      box-shadow: 0 18px 25px -8px rgba(139,42,92,0.3);
      color: white;
    }

    .map-container {
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 20px 30px -8px rgba(0,0,0,0.1);
      border: 1px solid #d9e2ef;
      margin-top: 3rem;
    }

    .map-container iframe {
      display: block;
      width: 100%;
      height: 320px;
      border: 0;
    }

    .footer-contact-line {
      color: #345173;
      font-weight: 500;
      opacity: 0.85;
    }

    .bg-soft {
      background: #f0f5fe;
    }
    
    
    
    
    
/* contact us */
