page-title.light-hero {
  position: relative;
  padding: 90px 0 40px;
  overflow: hidden;
}

.page-title.light-hero .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-title.light-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.page-title.light-hero .heading,
.page-title.light-hero .breadcrumbs {
  position: relative;
  z-index: 3;
}

.page-title.light-hero .heading-title {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-title.light-hero p {
  color: #e5e7eb;
  font-size: 1.1rem;
  line-height: 1.7;
}

.page-title.light-hero .breadcrumbs {
  margin-top: 30px;
}

.page-title.light-hero .breadcrumbs ol {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-title.light-hero .breadcrumbs a {
  color: #f97316;
  font-weight: 600;
  text-decoration: none;
}

.page-title.light-hero .breadcrumbs li {
  color: #ffffff;
  font-weight: 600;
}

.page-title.light-hero .breadcrumbs .current {
  color: #ffffff;
}



/* Section title */
    .sd-section-title h2 {
      font-weight: 700;
    }

    .sd-section-title p {
      color: #6b7280;
      max-width: 720px;
      margin: 0.5rem auto 0;
    }


.feature-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.feature-box i {
  font-size: 32px;
  color: #fd7e14;
  margin-bottom: 15px;
  display: inline-block;
}

.feature-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}





.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 90px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 99999;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: translateY(-3px);
}







.sd-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.sd-hero-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 60px 70px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}

.sd-hero-card:hover {
  box-shadow: 0 20px 55px rgba(253, 126, 20, 0.28);
  transform: translateY(-4px);
}

.sd-hero-card h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.6rem;
}

.sd-hero-card .lead {
  font-size: 1.2rem;
  font-weight: 600;
  color: #c2410c;
  margin-bottom: 1.4rem;
}

.sd-hero-card p {
  color: #4b5563;
  line-height: 1.75;
  font-size: 1rem;
  margin-bottom: 1.1rem;
}

/* Section title */
.sd-section-title h2 {
  font-weight: 700;
}

.sd-section-title p {
  color: #6b7280;
  max-width: 720px;
  margin: 0.5rem auto 0;
}

/* Feature cards (Why + Info) */
.feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  transition: all 0.3s ease;
  padding: 2rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.feature-card:hover {
  box-shadow: 0 16px 45px rgba(253, 126, 20, 0.35);
  border-color: rgba(253, 126, 20, 0.5);
}

.feature-card h3 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #d35400;
  margin-bottom: 1rem;
  padding-left: 14px;
  position: relative;
}

.feature-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 90%;
  background: linear-gradient(180deg, #fd7e14, #ff9f43);
  border-radius: 4px;
}

.feature-card p {
  color: #4a4a4a;
  line-height: 1.6;
  font-size: 0.95rem;
}

.feature-card ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.feature-card ul li {
  margin-bottom: 4px;
  color: #444;
  font-size: 0.95rem;
}

/* Service cards */
.sd-service-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.6rem;
  transition: all 0.25s ease;
}

.sd-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(253, 126, 20, 0.8);
  box-shadow: 0 22px 52px rgba(253, 126, 20, 0.35);
}

.sd-service-image {
  border-radius: 20px;
  overflow: hidden;
  margin: -0.4rem -0.4rem 1.2rem;
  position: relative;
}

.sd-service-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
  display: block;
}

.sd-service-card:hover .sd-service-image img {
  transform: scale(1.06);
}

.sd-badge {
  position: absolute;
  bottom: 14px;
  left: 18px;
  background: rgba(15, 23, 42, 0.96);
  color: #fed7aa;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sd-badge i {
  color: var(--adglob-orange);
}

.sd-meta {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9ca3af;
  margin-bottom: 0.3rem;
}

.sd-service-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #111827;
}

.sd-service-card p {
  font-size: 0.93rem;
  color: #4b5563;
}

.sd-service-list {
  margin: 0.6rem 0 0.9rem;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: #374151;
}

.sd-service-list li {
  margin-bottom: 2px;
}

/* Process & generic cards */
.process-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  padding: 1.4rem 1.6rem;
}

.process-card:hover {
  box-shadow: 0 16px 45px rgba(253, 126, 20, 0.35);
  border-color: rgba(253, 126, 20, 0.5);
  transform: translateY(-6px);
}

/* Orange trust card */
.trust-card {
  background: var(--adglob-orange);
  color: #ffffff;
  padding: 35px 40px;
  border-radius: 22px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.trust-card h3,
.trust-card h4,
.trust-card p
 {
  color: #ffffff;
  margin-bottom: 8px;
}

.trust-card ul {
  padding-left: 18px;
}

.btn-black {
  background: #000;
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  border: none;
}

.btn-black:hover {
  background: #ffffff;
  color: #000;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-black i {
  font-size: 0.9rem;
}


@media (max-width: 992px) {
  .sd-hero-card {
    max-width: 95%;
    padding: 45px 35px;
    border-radius: 22px;
  }

  .sd-hero-card h1 {
    font-size: 1.9rem;
  }
}

.trust-card ul {
  list-style: none;
  padding-left: 0;
}

.trust-card ul li {
  margin-bottom: 6px;
  font-size: 0.95rem;
  position: relative;
  padding-left: 16px;
}

.trust-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.info-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(253, 126, 20, 0.25);
  border-color: rgba(253, 126, 20, 0.6);
}

.info-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #c2410c;
}

.info-card ul li {
  margin-bottom: 4px;
  color: #374151;
  font-size: 0.94rem;
}

.info-card p {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.6;
}

.info-card {
  border-radius: 16px;
  transition: all 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  padding: 6px 0;
}

.feature-item i {
  font-size: 16px;
  color: #fd7e14;
  min-width: 24px;
  text-align: center;
}


@media (max-width: 992px) {
  .compact-trust-card {
    padding: 28px 24px !important;
  }
}


















.vpn-benefit-card {
  border-left: 4px solid #fd7e14;
  max-width: 850px;
  margin: auto;
}

.styled-list {
  list-style: none;
  padding-left: 0;
}

.styled-list li {
  padding: 8px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.styled-list li i {
  margin-right: 10px;
  font-size: 16px;
  color: #fd7e14;
}

.vpn-benefits-card {
  border-radius: 24px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  max-width: 1100px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.vpn-benefits-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}


.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.benefit-item i {
  font-size: 1.2rem;
  color: #fd7e14;
  min-width: 24px;
  text-align: center;
}











.voip-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

.voip-list li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.voip-list li i {
  color: #f97316;
  font-size: 20px;
  margin-right: 10px;
}
 
/* Base state: subtle gray glow */
.card-glow {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); /* gray glow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover (desktop): orange glow + lift */
.card-glow:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 0 1px rgba(253, 126, 20, 0.35),
              0 18px 40px rgba(253, 126, 20, 0.35);
}

/* Touch (mobile): orange glow + slight lift */
.card-glow:active {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(253, 126, 20, 0.4),
              0 14px 32px rgba(253, 126, 20, 0.4);
}

.feature-card h4 {
  color: #FF4C01; /* Adglob orange */
  font-weight: 600;
}

.feature-card h4 i {
  color: #FF4C01;
  margin-right: 8px;
}




.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  padding: 10px 0;
}

.benefit-item i {
  font-size: 22px;
  color: #fd7e14;
  min-width: 28px;
  text-align: center;
}

.section.bg-light {
  background-color: #f8f9fa;
}

.expect-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.expect-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.expect-card i {
  font-size: 36px;
  color: #fd7e14;
  margin-bottom: 15px;
}

.expect-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.expect-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

.section.bg-light {
  background-color: #f8f9fa;
}














.career-page-title {
  position: relative;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

/* Soft black overlay */
.career-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Content above overlay */
.career-page-title .heading,
.career-page-title .breadcrumbs {
  position: relative;
  z-index: 2;
}
























.info-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fd7e14;
  margin-bottom: 6px;
}

/* Paragraph Text */
.info-item p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Divider Style */
.info-item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
}

.info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .feature-card {
    padding: 25px;
  }
  .feature-card h3 {
    font-size: 20px;
  }
  .info-item h5 {
    font-size: 17px;
  }
}

/* Info Card Styling */

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(253, 126, 20, 0.25);
  border-color: rgba(253, 126, 20, 0.5);
}

/* Title within card */
.info-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #c2410c;
}

/* Two column list formatting */
.styled-list {
  list-style: none;
  padding-left: 0;
}

.styled-list li {
  font-size: 0.96rem;
  padding: 7px 0;
  padding-left: 18px;
  position: relative;
  color: #444;
}

.styled-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--adglob-orange);
  font-weight: bold;
}

/* Responsive */
@media(max-width:768px){
  .info-card { padding: 1.8rem; }
}

.shadow-custom {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border-left: 4px solid #fd7e14;
}

.info-icon {
  font-size: 32px;
  color: #fd7e14;
  margin-right: 15px;
}

.hover-box {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.hover-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(253, 126, 20, 0.2);
  border-color: #fd7e14;
}

.feature-card {
  transition: all 0.3s ease-in-out;
}



/* mobile screen */

.feature-card:active {
  transform: translateY(-6px);
}



.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  border-color: #fd7e14;
  transform: translateY(-8px); /* moves up */
  box-shadow: 0 12px 28px rgba(253, 126, 20, 0.25);
}




/* Green check icon */
.green-check {
  color: #22c55e; 
  margin-right: 8px;
  font-size: 14px;
}




.security-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  text-align: left;
  transition: all 0.3s ease-in-out;
}

/* Hover with orange glow */
.security-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(249, 115, 22, 0.25); /* Orange shadow glow */
}

.security-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

.security-list li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.security-list li i {
  color: #f97316; /* Orange icons */
  font-size: 20px;
  margin-right: 10px;
}



/*   space between heading and para */

.heading-title + p {
  margin-top: 10px;
}



.trust-list-2 {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.trust-list-2 li {
  list-style: none;
}




/* ==========================================
   NAVMENU COLOR HOVER CHANGE
========================================== */

/* Default navmenu color */
.navmenu a {
  color: #FF4C01;
  transition: color 0.3s ease;
}

/* Hover + active */
.navmenu a:hover,
.navmenu .active {
  color: #b10000;
}

/* ==========================================
   GLASS HEADER (MORE TRANSPARENT)
========================================== */
.header {
  --background-color: rgb(255, 255, 255) !important; /* glass white */
  background-color: var(--background-color) !important;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* =====================================================
   MOBILE MENU BELOW HEADER
===================================================== */
@media (max-width: 1199px) {

  /* Height of header (topbar + branding) */
  :root {
    --mobile-header-height: 110px;
  }

  .navmenu > ul {
    position: fixed !important;
    top: var(--mobile-header-height);   /* BELOW header */
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: calc(100vh - var(--mobile-header-height));

    margin: 0;
    padding: 20px;

    background: #ffffff;
    border-radius: 0;
    box-shadow: none;

    display: none;
    overflow-y: auto;
    z-index: 9998;
  }

  /* Show menu */
  body.mobile-nav-active .navmenu > ul {
    display: block !important;
  }

  /* Hamburger stays in header */
  .mobile-nav-toggle {
    position: absolute;
    top: 22px;
    right: 18px;
    z-index: 9999;
  }
}


/* ==========================================
   ORANGE CTA BUTTON
========================================== */
.btn-accent {
  background-color: #FF4C01;
  border-color: #FF4C01;
  color: #ffffff;
}

.btn-accent:hover,
.btn-accent:focus {
  background-color: #b10000; /* darker orange/red */
  border-color: #b10000;
  color: #ffffff;
}

.btn-accent:active {
  background-color: #b10000;
  border-color: #b10000;
  color: #ffffff;
}


/* ==========================================
   SERVICE FEATURES – VERTICAL STACK
========================================== */
.service-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}



/* ===============================
   MOBILE ONLY – STYLISH DROPDOWN
   =============================== */


