:root {
  --bg-dark: #0d1b2a;
  --text-teal: #1abc9c;
  --btn-google-bg: #1abc9c;
  --btn-app-bg: #d4af37;
  --check-bg: #00d9a6;
  --btn-bg: #1abc9c1a;
  --footer: #162a45;
}
body {
  background-color: #0d1b2a;
  font-family: "Degular Variable", sans-serif;
  color: #ffffff;
  margin: 0;
  overflow-x: hidden;
}
.main-wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #0d1b2a;
  overflow: hidden;
}
.main-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./Images/vpn-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
  transform: rotate(180deg);
}
.header-section,
.hero-section {
  position: relative;
  z-index: 1;
}

.text-green {
  color: #1abc9c;
}

.text-gold {
  color: #ffcc66;
}
/* Header */
.hero-section {
  margin-top: 50px;
}

h1.hero-text-content.mb-4 {
  font-size: 76px;
  font-weight: 700;
  line-height: 92px;
}
/* Feature List */
.feature-list li {
  font-size: 18px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.check-icon {
  background-color: #1abc9c;
  color: #000000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
}
/* Features Section */
.badge-container {
  text-align: center;
  margin: 30px 0;
}
.why-choose-badge {
  display: inline-block;
  background-color: #1abc9c1a;
  color: #1abc9c;
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 100px;
  letter-spacing: 0.5px;
}
.features-content {
  font-size: 60px;
  font-weight: 700;
}

.feature-item {
  height: 100%;
  transition: all 0.4s ease;
  text-align: left;
  position: relative;
  z-index: 1;
}

.feature-item:hover {
  background: radial-gradient(
    circle at bottom right,
    rgba(26, 188, 156, 0.15) 0%,
    transparent 70%
  );
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
}

.feature-desc {
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
/* Network Section */
.network-section {
  background-image: url(./Images/Group-image.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 90px 0px;
}

.power-btn i {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}
.features-wrap {
  font-size: 18px;
  font-weight: 500;
}

/* App Promo Section */
.app-promo-box {
  background: linear-gradient(106.69deg, #1abc9c 0.61%, #d4af37 99.39%);
  border: 1px solid #3c3c3c;
  padding: 20px;
}
.promo-img {
  max-width: 100%;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.4));
  transform: scale(1.1) translateY(10px);
}
.promo-bg-map {
  position: absolute;
  top: 0;
  right: -17%;
  width: 70%;
  height: 160%;
  background-image: url(./Images/map.png);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
.hover-scale {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.checks-icon {
  background-color: #fff;
  color: #00d9a6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
}

.hover-scale:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  color: #000;
}
.power-btn {
  max-width: 320px;
  height: 320px;
  border-radius: 50%;
  display: block;
}
.power-button-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(26, 188, 156, 0.12);
  z-index: 1;
}

.ring-1 {
  width: 260px;
  height: 260px;
  animation: pulse-ring-anim 4s infinite ease-out;
}

.ring-2 {
  width: 420px;
  height: 420px;
  animation: pulse-ring-anim 4s infinite ease-out 1.3s;
}

.ring-3 {
  width: 580px;
  height: 580px;
  animation: pulse-ring-anim 4s infinite ease-out 2.6s;
}

.ring-1 {
  animation: pulse-ring-anim 4s infinite ease-out;
}
.ring-2 {
  animation: pulse-ring-anim 4s infinite ease-out 1.3s;
}
.ring-3 {
  animation: pulse-ring-anim 4s infinite ease-out 2.6s;
}

.footer-main {
  position: relative;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.footer-bg-img-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
  pointer-events: none;
}

.footer-bg-img-container img {
  width: 100%;
  height: auto;
  opacity: 0.08;
  filter: brightness(0) invert(1);
}

.footer-content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 200px;
}

.footer-description {
  max-width: 980px;
  margin: 0 auto;
  color: white;
  font-size: 16px;
  line-height: 1.8;
}
.footer-bottom {
  background-color: #162a45;
  padding: 25px 0;
  border-top: none;
}

.copyright-text {
  color: #fff;
  font-size: 14px;
}

.social-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #2d3f58;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.social-circle:hover {
  background-color: #2d3f58;
  color: #fff;
}

.promo-buttons {
  display: flex;
  gap: 20px;
}

/* Main Button Style */
.store-btn {
  background-color: #ffffff;
  color: #050a0a;
  display: inline-flex;
  align-items: center;
  padding: 18px 30px;
  border-radius: 100px;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: none;
}

.btn-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.btn-icon img {
  height: 28px;
}

.btn-icon i {
  font-size: 32px;
}

/* Text Styling */
.btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: left;
}

.btn-text small {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.btn-text strong {
  font-size: 18px;
  font-weight: 700;
  font-family: sans-serif;
}

.network-content {
  min-height: 800px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  h1.hero-text-content,
  h1.hero-text-content.mb-4 {
    font-size: 3.5rem;
    line-height: 1.2;
    text-align: center;
  }
  .hero-section {
    text-align: center;
    padding-top: 2rem;
  }
  .feature-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feature-list li {
    justify-content: flex-start;
    text-align: left;
    max-width: 423px;
    width: 100%;
  }
  .shield-container {
    margin-top: 3rem;
  }
  .floating-img {
    max-width: 80%;
  }
  .features-content {
    font-size: 50px;
    font-weight: 700;
}
.network-section {
   
    margin: 0px 0px;
}
.footer-main {
   
    padding: 20px 0;
   
}
.footer-bg-img-container img {
    width: 100%;
    height: auto;
    opacity: 1;
    filter: brightness(0) invert(1);
}
}

@media (max-width:1024px){
    h1.hero-text-content.mb-4 {
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
}
}

@media (max-width: 767px) {
  h1.hero-text-content,
  h1.hero-text-content.mb-4 {
    font-size: 2.8rem;
  }
  .floating-img {
    max-width: 90%;
  }
  .logo img {
    max-height: 40px;
  }
  .header-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Grid Borders */
@media (min-width: 992px) {
  .feature-item {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .col-lg-4:nth-child(3n) .feature-item {
    border-right: none;
  }
  .col-lg-4:nth-child(n + 4) .feature-item {
    border-bottom: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-item {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .col-md-6:nth-child(even) .feature-item {
    border-right: none;
  }
  .col-md-6:last-child .feature-item,
  .col-md-6:nth-last-child(2):nth-child(odd) .feature-item {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .col-md-6:last-child .feature-item {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  .promo-img {
    transform: scale(1) translateY(0);
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .footer-bg-text {
    font-size: 20vw;
  }
  .footer-bottom .container {
    flex-direction: column;
    gap: 1rem;
  }

  h1.hero-text-content.mb-4 {
    font-size: 40px;
  }
  .feature-list {
    align-items: left;
  }
}

@media (max-width: 425px) {
  .hero-section {
    margin-top: 2px;
  }
  h1.hero-text-content.mb-4 {
    font-size: 25px;
  }
  .feature-list li {
    font-size: 14px;
  }

  .shield-container {
    text-align: center;
  }

  .features-content {
    font-size: 32px;
    text-align: left;
  }
  h1.hero-text-content,
  h1.hero-text-content.mb-4 {
    text-align: left;
  }
  .features-wrap {
    font-size: 14px;
  }
  .promo-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .network-content {
    min-height: 200px;
  }
  .power-btn {
    max-width: 150px;
  }
  .network-section {
    margin: 0px;
  }
  .app-promo-box {
    padding: 20px 20px 0px 20px;
  }
  .footer-bg-img-container {
    display: none;
  }
  .footer-content-wrapper {
    margin-top: 0px;
  }
  .footer-main {
    padding: 0px 0px 40px 0px;
  }
}

@media (max-width: 320px) {
  .hero-section {
    margin-top: 2px;
  }
  h1.hero-text-content.mb-4 {
    font-size: 25px;
  }
  .feature-list li {
    font-size: 14px;
  }

  .shield-container {
    text-align: center;
  }

  .features-content {
    font-size: 32px;
    text-align: left;
  }
  h1.hero-text-content,
  h1.hero-text-content.mb-4 {
    text-align: left;
  }
  .features-wrap {
    font-size: 14px;
  }
  .promo-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .network-content {
    min-height: 200px;
  }
  .power-btn {
    max-width: 150px;
  }
  .network-section {
    margin: 0px;
  }
  .app-promo-box {
    padding: 20px 20px 0px 20px;
  }
  .footer-bg-img-container {
    display: none;
  }
  .footer-content-wrapper {
    margin-top: 0px;
  }
  .footer-main {
    padding: 0px 0px 40px 0px;
  }
}

@keyframes pulse-ring-anim {
  0% {
    transform: translate(-50%, -50%) scale(0.5); /* Chota shuru hoga */
    opacity: 0.8;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5); /* Zoom out hoga */
    opacity: 0;
  }
}
