/* ===================================================
   EP & IT SOLUTION - MAIN STYLESHEET
   =================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Open+Sans:wght@300;400;600;700&display=swap');

/* =====================
   CSS VARIABLES
   ===================== */
:root {
  --primary: #1456B5;
  --primary-dark: #0d3d8a;
  --primary-light: #2775d8;
  --navy: #0c1f3a;
  --dark-box: #0f2744;
  --gold: #C9981F;
  --gold-light: #e6b836;
  --teal: #00897B;
  --light-gray: #f5f5f5;
  --medium-gray: #e8e8e8;
  --dark-gray: #dedede;
  --text-dark: #222;
  --text-gray: #666;
  --footer-bg: #1456B5;
  --transition: all 0.3s ease;
  --shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* =====================
   BASE RESET
   ===================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  overflow-x: hidden;
  padding-top: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

/* =====================
   NAVBAR
   ===================== */
.navbar-main {
  background: #111 !important;
  padding: 0;
  min-height: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navbar-brand .navbar-logo {
  height: 45px;
  width: auto;
  margin-right: 10px;
  object-fit: contain;
}

.navbar-brand .logo-box {
  background: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 8px 14px;
  border: 2px solid #333;
  letter-spacing: 1.5px;
  white-space: nowrap;
  display: block;
  line-height: 1.3;
}

.navbar-main .nav-link {
  color: #bbb !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1.1rem 0.65rem !important;
  transition: var(--transition);
  position: relative;
}

.navbar-main .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}

.navbar-main .nav-link:hover,
.navbar-main .nav-link.active {
  color: #fff !important;
}

.navbar-main .nav-link:hover::after,
.navbar-main .nav-link.active::after {
  width: 80%;
}

.navbar-phone {
  color: #bbb;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  white-space: nowrap;
  padding: 0 0 0 1rem;
}

.navbar-phone i {
  color: var(--primary);
  margin-right: 5px;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler-icon {
  filter: invert(1);
}

/* =====================
   SOCIAL SIDEBAR
   ===================== */
.social-sidebar {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.social-sidebar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(80, 80, 80, 0.7);
  color: #ddd;
  font-size: 0.9rem;
  transition: var(--transition);
  text-decoration: none;
  backdrop-filter: blur(4px);
}

.social-sidebar a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateX(5px);
}

/* =====================
   HERO SECTIONS
   ===================== */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-home {
  background:
    linear-gradient(150deg, rgba(10, 28, 60, 0.75) 0%, rgba(14, 42, 90, 0.7) 50%, rgba(20, 86, 181, 0.6) 100%),
    url("../img/BN.jpeg") center/cover no-repeat;
}

/* MEETNOW HERO */
.hero-meetnow {
  background:
    linear-gradient(135deg, rgba(0, 77, 71, 0.85) 0%, rgba(0, 96, 96, 0.8) 40%, rgba(0, 137, 123, 0.75) 70%, rgba(0, 172, 193, 0.65) 100%),
    url("../img/meetnow/Bn.jpeg") center/cover no-repeat;
  min-height: 85vh;
}

/* SERVICES HERO */
.hero-services {
  background:
    linear-gradient(135deg, rgba(5, 15, 5, 0.85) 0%, rgba(10, 25, 10, 0.80) 60%, rgba(20, 60, 20, 0.70) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400'%3E%3Crect width='600' height='400' fill='%23071a07'/%3E%3Crect x='50' y='30' width='20' height='30' rx='2' fill='%2300ff41' opacity='0.1'/%3E%3Crect x='100' y='50' width='15' height='25' rx='2' fill='%2300ff41' opacity='0.08'/%3E%3Crect x='150' y='20' width='25' height='35' rx='2' fill='%2300ff41' opacity='0.1'/%3E%3Ccircle cx='80' cy='45' r='8' fill='none' stroke='%2300ff41' stroke-width='1' opacity='0.15'/%3E%3Ccircle cx='200' cy='60' r='12' fill='none' stroke='%2300ff41' stroke-width='1.5' opacity='0.12'/%3E%3Cline x1='0' y1='80' x2='600' y2='80' stroke='%2300ff41' stroke-width='0.5' opacity='0.1'/%3E%3Cline x1='0' y1='160' x2='600' y2='160' stroke='%2300ff41' stroke-width='0.5' opacity='0.1'/%3E%3C/svg%3E") center/cover;
  min-height: 60vh;
}

/* ABOUT HERO */
.hero-about {
  background: linear-gradient(135deg, #0a1628 0%, #1456B5 100%);
  min-height: 40vh;
}

/* HERO TEXT */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}

.hero-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
  animation: fadeInUp 1s ease both;
}

.hero-title-lg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  letter-spacing: clamp(3px, 1vw, 8px);
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.15rem;
  animation: fadeInUp 1s 0.2s ease both;
}

.hero-title-lg.title-2 {
  animation-delay: 0.35s;
}

.hero-sub-right {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 3px;
  text-align: right;
  margin-top: 4px;
  animation: fadeInUp 1s 0.5s ease both;
}

.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  animation: bounce 2s infinite;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
}

.scroll-indicator .oval-wrap {
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================
   PARTNERS SECTION
   ===================== */
.partners-section {
  background: #fff;
  padding: 2.5rem 0;
  border-bottom: 1px solid #eee;
}

.partners-section .partners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-right: 1px solid #eee;
  filter: none;
  opacity: 1;
  transition: var(--transition);
  cursor: pointer;
}

.partner-item:last-child {
  border-right: none;
}

.partner-item:hover {
  transform: translateY(-3px);
  opacity: 1;
}

.partner-item img {
  max-height: 80px;
  max-width: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-logo-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #333;
  letter-spacing: 1px;
}

.partner-badge {
  font-size: 0.6rem;
  color: #999;
  margin-top: 3px;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif;
}

/* =====================
   WHAT WE DO
   ===================== */
.what-we-do-header {
  background: var(--primary);
  padding: 3rem 0;
  text-align: center;
}

.what-we-do-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-col {
  padding: 3rem 1.5rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
}

.service-col:nth-child(1),
.service-col:nth-child(2) {
  background: var(--light-gray);
}

.service-col:nth-child(3),
.service-col:nth-child(4) {
  background: var(--medium-gray);
}

.service-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transition: var(--transition);
}

.shield-logo-wrap {
  width: 65px;
  height: 85px;
  object-fit: contain;
}

.service-col:hover::before {
  transform: scaleX(1);
}

.service-col:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  z-index: 2;
}

.footer-logo {
  width: 65px;
  height: 85px;
  object-fit: contain;
  display: block;
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  box-shadow: 0 4px 15px rgba(20, 86, 181, 0.4);
  transition: var(--transition);
}


.product-image {
  width: 100%;
  max-width: 450px;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  display: block;
  margin: auto;
}

.service-icon .icon-label {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--gold);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
}

.service-col:hover .service-icon {
  transform: scale(1.1);
  background: var(--primary-dark);
}

.service-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--primary);
  margin-bottom: 1rem;
}

.service-col p {
  font-size: 0.88rem;
  color: var(--text-gray);
  line-height: 1.7;
}

.what-we-do-cta {
  background: #f0f0f0;
  padding: 2.5rem 0;
  text-align: center;
}

.btn-blue-pill {
  background: var(--primary);
  color: #fff !important;
  border: none;
  border-radius: 50px;
  padding: 12px 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
  box-shadow: 0 4px 15px rgba(20, 86, 181, 0.3);
  text-decoration: none;
}

.btn-blue-pill:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(20, 86, 181, 0.5);
  color: #fff !important;
}

/* =====================
   PRODUCTS SECTION
   ===================== */
.products-section {
  padding: 5rem 0;
  background: #fff;
}

.section-divider-line {
  width: 3px;
  height: 55px;
  background: var(--primary);
  margin: 0 auto 1.5rem;
}

.section-title-center {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
  margin-bottom: 3rem;
}

.product-slide {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1rem;
  min-height: 350px;
}

.product-img-box {
  flex: 1;
  background: var(--light-gray);
  border-radius: 10px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.server-graphic {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
}

.server-unit {
  width: 240px;
  height: 40px;
  background: linear-gradient(to right, #3a3a3a, #555);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.server-unit .indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ff88;
  animation: blink 2s infinite;
}

.server-unit .drive-slots {
  display: flex;
  gap: 3px;
}

.server-unit .drive-slots span {
  width: 18px;
  height: 22px;
  background: #222;
  border-radius: 2px;
  border: 1px solid #555;
}

.server-unit-label {
  color: #aaa;
  font-size: 0.65rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  margin-left: auto;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.product-info {
  flex: 1;
}

.product-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.product-info p {
  color: var(--text-gray);
  line-height: 1.8;
  font-size: 0.95rem;
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.carousel-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  background: none;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.carousel-arrow:hover {
  background: var(--primary);
  color: #fff;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  padding: 0;
}

.carousel-dot.active {
  background: var(--primary);
}

/* =====================
   FOOTER
   ===================== */
.footer {
  background: var(--primary);
  color: #fff;
  padding: 3.5rem 0 0;
}

.footer-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-company-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.75rem;
  line-height: 1.5;
}

.footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer address,
.footer p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.9;
  font-style: normal;
}

.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Montserrat', sans-serif;
}

/* SHIELD SVG LOGO */
.shield-logo-wrap {
  display: inline-block;
}

/* CHAT BUTTON */
.chat-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 52px;
  height: 52px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(20, 86, 181, 0.5);
  z-index: 1000;
  transition: var(--transition);
  text-decoration: none;
}

.chat-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(20, 86, 181, 0.6);
  color: #fff;
}

/* =====================
   MEETNOW PAGE
   ===================== */
.meetnow-hero-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.phone-mockup {
  width: 220px;
  height: 420px;
  background: #f5f5f5;
  border-radius: 30px;
  border: 8px solid #222;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.phone-mockup-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1456B5 0%, #0d3d8a 100%);
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-mockup-logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
}

.phone-mockup .input-field {
  width: 100%;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.phone-mockup .input-field span {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Open Sans', sans-serif;
}

.phone-mockup .login-btn {
  width: 100%;
  height: 32px;
  background: #e53935;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.phone-mockup .remember-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  width: 100%;
}

.phone-mockup .remember-row span {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.7);
}

.phone-mockup .forgot {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: auto;
  text-decoration: underline;
}

.phone-mockup .signup-link {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
}

.meetnow-hero-right h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
}

.play-link {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
}

.play-link:hover {
  color: #fff;
}

.meetnow-hero-right p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 4px;
  padding: 10px 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: var(--transition);
  display: inline-block;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* HIGHLIGHT FEATURES */
.highlight-features {
  padding: 5rem 0;
  background: #fff;
}

.section-title-dark {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  margin-bottom: 3rem;
}

.feature-card {
  padding: 1rem;
}

.feature-img-box {
  height: 200px;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-gray);
  overflow: hidden;
  position: relative;
}

.feature-img-box .icon-large {
  font-size: 4rem;
  color: var(--primary);
  opacity: 0.4;
}

.feature-card h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.feature-card p,
.feature-card .step-item {
  font-size: 0.88rem;
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

/* AFTER-SALES */
.after-sales {
  padding: 5rem 0;
  background: var(--light-gray);
}

.warranty-center {
  text-align: center;
  padding: 1rem;
}

.warranty-badge {
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #43A047, #2E7D32);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 128, 0, 0.3);
}

.warranty-badge i {
  font-size: 2.5rem;
}

.warranty-badge span {
  font-size: 0.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.svc-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.svc-icon.orange {
  background: rgba(255, 152, 0, 0.15);
  color: #F57C00;
}

.svc-icon.pink {
  background: rgba(233, 30, 99, 0.1);
  color: #C2185B;
}

.svc-icon.green {
  background: rgba(76, 175, 80, 0.15);
  color: #388E3C;
}

.svc-icon.yellow {
  background: rgba(255, 193, 7, 0.15);
  color: #F9A825;
}

.svc-icon.red {
  background: rgba(244, 67, 54, 0.1);
  color: #C62828;
}

.svc-icon.teal {
  background: rgba(0, 150, 136, 0.15);
  color: #00796B;
}

.svc-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--primary);
  margin-bottom: 0.2rem;
}

.svc-desc {
  font-size: 0.78rem;
  color: var(--text-gray);
  margin: 0;
  line-height: 1.5;
}

.col-header-badge {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 5px 18px;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

/* =====================
   SERVICES PAGE
   ===================== */
.service-block {
  display: flex;
  min-height: 420px;
}

.service-block-dark {
  background: var(--dark-box);
  padding: 3.5rem 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-block-dark h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 1rem 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.service-block-dark p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.service-block-img {
  flex: 1;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Color placeholder backgrounds for images */
.img-server-bg {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8e 50%, #1a4070 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-circuit-bg {
  background: linear-gradient(135deg, #0d2b0d 0%, #1a4a1a 50%, #0a1e0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-cert-bg {
  background: linear-gradient(135deg, #2d2d2d 0%, #444 50%, #333 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-workbench-bg {
  background: linear-gradient(135deg, #2a1a0a 0%, #4a3015 50%, #2a1a0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-placeholder-icon {
  font-size: 5rem;
  opacity: 0.2;
  color: #fff;
}

/* CERT CARD */
.cert-card {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  max-width: 320px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}

.cert-card .cert-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.cert-card .cert-badge {
  background: var(--primary);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 1rem;
}

.cert-card .cert-text {
  font-size: 0.75rem;
  color: #555;
  line-height: 1.6;
}

.cert-card .cert-name {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--primary);
  margin: 0.5rem 0;
}

/* =====================
   EVENT / BLOG PAGE
   ===================== */
.blog-category-bar {
  background: #fff;
  border-bottom: 2px solid var(--medium-gray);
  padding: 0.75rem 0;
  position: sticky;
  top: 60px;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.category-btn {
  border: none;
  background: none;
  padding: 0.45rem 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  cursor: pointer;
  border-radius: 4px;
  transition: var(--transition);
  margin: 2px;
}

.category-btn.active,
.category-btn:hover {
  background: var(--primary);
  color: #fff;
}

.search-btn {
  border: none;
  background: none;
  color: #888;
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition);
  padding: 4px 8px;
}

.search-btn:hover {
  color: var(--primary);
}

.blog-grid {
  padding: 3rem 0;
  background: #fff;
}

.blog-card {
  border: 1px solid var(--medium-gray);
  border-radius: 10px;
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  background: #fff;
}

.blog-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.blog-img-placeholder {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.blog-card-body {
  padding: 1.5rem;
}

.blog-meta {
  font-size: 0.75rem;
  color: #aaa;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 1rem;
}

.blog-card-body h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.blog-card-body p {
  font-size: 0.82rem;
  color: var(--text-gray);
  line-height: 1.6;
  margin: 0;
}

/* =====================
   ABOUT PAGE
   ===================== */
.about-section {
  padding: 5rem 0;
}

.about-title-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 4px;
}

.about-title-main .dot {
  color: var(--primary);
}

.about-img-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%);
  border-radius: 12px;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
}

.about-img-box i {
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.2);
}

.about-text {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #444;
}

.policy-section {
  background: var(--light-gray);
  padding: 5rem 0;
}

.policy-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--primary);
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.policy-quote {
  background: #fff;
  border-left: 5px solid var(--primary);
  border-radius: 4px;
  padding: 1.5rem 2rem;
  font-style: italic;
  color: #444;
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
}

.isms-point {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}

.isms-point.reverse {
  flex-direction: row-reverse;
}

.isms-text-box {
  flex: 2;
  background: #fff;
  padding: 2rem;
  border-left: 4px solid var(--primary);
  border-radius: 6px;
  font-size: 0.88rem;
  line-height: 1.8;
  color: #444;
  box-shadow: var(--shadow);
}

.isms-img-box {
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  background: var(--medium-gray);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--primary);
  opacity: 0.3;
  overflow: hidden;
}

.download-btn {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.download-btn:hover {
  background: var(--primary-dark);
  color: #fff;
  transform: translateY(-2px);
}

/* =====================
   CONTACT PAGE
   ===================== */
.contact-section {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-wrap: wrap;
}

.contact-form-col {
  background: var(--primary);
  flex: 1;
  padding: 4rem 3rem;
  min-width: 320px;
}

.contact-info-col {
  flex: 1;
  padding: 4rem 3rem;
  background: #f9f9f9;
  min-width: 320px;
}

.contact-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 2rem;
  line-height: 1;
}

.contact-headline span {
  font-weight: 300;
  display: block;
  font-size: 0.65em;
}

.contact-form-col .form-control,
.contact-form-col textarea {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
  font-size: 0.88rem;
  font-family: 'Open Sans', sans-serif;
}

.contact-form-col .form-control::placeholder,
.contact-form-col textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.contact-form-col .form-control:focus,
.contact-form-col textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.2);
}

.contact-form-col textarea {
  min-height: 120px;
  resize: vertical;
}

.send-btn {
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 11px 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.82rem;
  cursor: pointer;
  transition: var(--transition);
  float: right;
}

.send-btn:hover {
  background: #000;
  transform: translateY(-2px);
}

.contact-info-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 1.5rem;
}

.contact-info-col address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 1rem;
}

.contact-info-col .contact-detail {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.contact-social a {
  width: 38px;
  height: 38px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: var(--transition);
  text-decoration: none;
}

.contact-social a:hover {
  background: var(--primary);
}

.map-frame {
  border: none;
  width: 100%;
  height: 280px;
  border-radius: 10px;
  margin-top: 0.5rem;
  box-shadow: var(--shadow);
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1199px) {
  .partner-item {
    padding: 0.75rem 1.2rem;
  }
}

@media (max-width: 991px) {
  .what-we-do-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-block {
    flex-direction: column;
  }

  .service-block.reverse-md {
    flex-direction: column;
  }

  .service-block-img {
    min-height: 280px;
  }

  .product-slide {
    flex-direction: column;
  }

  .footer-row {
    grid-template-columns: 1fr 1fr;
  }

  .meetnow-hero-left {
    padding: 2rem 1rem;
  }

  .phone-mockup {
    width: 180px;
    height: 350px;
  }

  .isms-point,
  .isms-point.reverse {
    flex-direction: column;
  }

  .isms-img-box {
    width: 100%;
    height: 180px;
    flex: none;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .what-we-do-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 85vh;
  }

  .hero-title-lg {
    letter-spacing: 3px;
  }

  .social-sidebar {
    display: none;
  }

  .footer-row {
    grid-template-columns: 1fr;
  }

  .contact-form-col,
  .contact-info-col {
    padding: 2.5rem 1.5rem;
  }

  .service-block-dark {
    padding: 2rem 1.5rem;
  }

  .partners-row {
    gap: 0.5rem;
  }

  .partner-item {
    padding: 0.75rem;
    border: none;
  }

  .blog-img-placeholder {
    height: 180px;
  }

  .navbar-main .nav-link {
    padding: 0.6rem 1rem !important;
  }

  .meetnow-hero-left {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-title-lg {
    font-size: 1.8rem;
  }

  .contact-headline {
    font-size: 1.6rem;
  }

  .section-title-center {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}