/* TRIMS MARGINS SO THE SHAPE TOUCHES THE MONITOR EDGES */
* {
  margin: 0;
  padding: 0;
  
}
html {
  overflow-x: hidden;
}
body {
  background-color: papayawhip;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;

}

/* Compact real-glass card */
.hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    height: 270px;
    /* Strict dimensions to keep it a clean card shape */
    max-width: 720px;    /* Prevents the card from stretching too wide */
    width: 100%;          /* Leaves breathing room on mobile screens */
    margin: 40px auto;   /* Centers the card perfectly inside your container */
    padding: 2.5rem 2rem; /* Clean inner spacing */
    
    /* Real Glass Formula */
    background: rgba(255, 255, 255, 0.12); 
    backdrop-filter: blur(16px);           
    -webkit-backdrop-filter: blur(16px);
    
    /* Crisp glass edge and clean shadow */
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 24px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); 
}

/* Scalable title */
.hero-wrapper h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 4.2rem); /* Slightly optimized for the narrower card */
    font-weight: 700;
    color: #111827; 
    margin: 0 0 0.8rem 0; 
    letter-spacing: -0.5px;
}

/* Scalable paragraph */
.hero-wrapper p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(0.95rem, 2vw, 1.05rem);  
    line-height: 1.5; 
    color: #4b5563; 
    font-weight: 400;
    margin: 0 auto;
}


.glass-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
 /* Ensures it sits above text and blur spots */
  z-index: 9999;         /* ✅ Above everything */
  
  
  /* Semi-transparent cream tint to match your aesthetic */
  
  
  background: #076585;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fff, #076585);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fff, #076585); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  /* The blur effect behind the nav bar */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  
  /* Subtle bottom border to separate it from the grid lines */
  
  box-shadow: 0px 5px 59px #a65f31;
}

/* --- Logo Styling --- */
.nav-logo {
  height: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: none;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  font-family: sans-serif;
  color: lightcoral;
  text-shadow: 6px -2px 33px white;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.nav-logo a:hover {
  color: cornflowerblue;
  cursor: pointer;
}
.nav-logo a:active {
  
  transform: scale(0.7)
}

.nav-logo span {
  color: chartreuse; /* Matches your soft teal spot accent color */
  font-size: 50px;
  text-shadow: 0px -3px 19px white;
  
  position: relative;
  bottom: 9%;
  height: 60%;
  display: flex;
}

/* --- Navigation Links --- */
.nav-links {
  display: flex;
  list-style: none;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: none;
  margin-right: -5.25%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nav-links li {
  height: 100%;
  padding: 0;
  display: inline-block; 
  justify-content: center;
  align-items: center;
  
}
.nav-links a {
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  color: darkslategrey;
  padding-right: 14px; padding-left: 14px;
  text-shadow: 0px 0px 5px rgb(255, 255, 255, 0.03);
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease;
  font-family: sans-serif;
  letter-spacing: 2px;
  border: 0.2px solid rgb(0, 0, 0, 0.001);
  border-radius: 20px;
  -webkit-tap-highlight-color: transparent;
}

.nav-links a:hover {
  color:  grey; /* Darkens on hover/active state */
  cursor: pointer;
  font-size: 28px;
}
.nav-links a:active{
  background-color: rgb(0, 0, 0, 0.1);
  text-decoration: none;
  transform: scale(0.6);
  color: brown;
}
/* THE FULL-SCREEN CONTAINER AREA */
.card {
  
  z-index: 1;  /* ← THE FIX */
    /* Set the spacing size of the grid squares */
  
  
  /* Create vertical and horizontal lines */
    background: 
    /* 1. THE GRID LINES (Top layer: sits on top of everything) */
    linear-gradient(#e5d5c5 1px, transparent 1px),
    linear-gradient(90deg, #e5d5c5 1px, transparent 1px),
    
    /* 2. COLOR SPOT: Left Soft Teal Glow (Middle layer) */
    radial-gradient(circle at 15% 30%, rgba(162, 230, 219, 0.45) 0%, transparent 50%),
    
    /* 3. COLOR SPOT: Right Soft Yellow/Cream Glow (Middle layer) */
    radial-gradient(circle at 80% 25%, rgba(240, 225, 195, 0.6) 0%, transparent 45%),

    /* 4. SOLID BACKGROUND COLOR (Bottom base canvas layer) */
    #fffaf4;

  /* Grid cell dimensions matching your preview image */
  background-size: 
    40px 40px, /* vertical size */
    40px 40px, /* horizontal size */
    100% 100%, /* teal spot scale */
    100% 100%, /* yellow spot scale */
    100% 100%; /* base tone scale */
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;    /* Expands the width to cover 100% of the viewport monitor screen */
  height: 570px;    /* Fills 60% of the screen height upward from the bottom */
  background-color: papayawhip; /* Your signature vibrant red color */

  /* FLIPPED UPSIDE DOWN: JAGGED BLADES POINTING UPWARD */
   
}
/* 1. NEW SHADOW WRAPPER CONTAINER */
/* This element creates the shadow context around the clipped shape without being cut off */
.curve-shadow-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* Applies a visible drop shadow underneath the green wave */
 filter: drop-shadow(0px -11.5px 12px rgba(92, 62, 28, 0.55));



}
/* HTML: <div class="curved-edge"></div> */
.curved-edge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  
  display: block;
  
  height: 50px;
 
  
  clip-path: shape(from 0 100%,vline to 8.5px,
  curve to 1.24% 9.5px with 0.83% 14px,curve to 2.07% 9px with 1.65% 5px,curve to 2.89% 14.5px with 2.48% 13px,
  curve to 3.72% 16px with 3.31% 16px,curve to 4.55% 11px with 4.13% 16px,curve to 5.37% 10.5px with 4.96% 6px,
  curve to 6.2% 9px with 5.79% 15px,curve to 7.02% 10px with 6.61% 3px,curve to 7.85% 14.5px with 7.44% 17px,
  curve to 8.68% 7px with 8.26% 12px,curve to 9.5% 9px with 9.09% 2px,curve to 10.33% 14px with 9.92% 16px,curve to 11.16% 13.5px with 10.74% 12px,curve to 11.98% 15px with 11.57% 15px,
  curve to 12.81% 15px with 12.4% 15px,curve to 13.64% 15px with 13.22% 15px,
  curve to 14.46% 15px with 14.05% 15px,curve to 15.29% 8.5px with 14.88% 15px,
  curve to 16.12% 8px with 15.7% 2px,
  curve to 16.94% 15.5px with 16.53% 14px,curve to 17.77% 9.5px with 17.36% 17px,
  curve to 18.6% 6px with 18.18% 2px,curve to 19.42% 13.5px with 19.01% 10px,
  curve to 20.25% 16.5px with 19.83% 17px,curve to 21.07% 12.5px with 20.66% 16px,
  curve to 21.9% 12px with 21.49% 9px,curve to 22.73% 8.5px with 22.31% 15px,curve to 23.55% 7px with 23.14% 2px,
  curve to 24.38% 7px with 23.97% 12px,curve to 25.21% 2px with 24.79% 2px,curve to 26.03% 8.5px with 25.62% 2px,
  curve to 26.86% 16px with 26.45% 15px,curve to 27.69% 14px with 27.27% 17px,
  curve to 28.51% 12px with 28.1% 11px,curve to 29.34% 13.5px with 28.93% 13px,
  curve to 30.17% 10px with 29.75% 14px,curve to 30.99% 6px with 30.58% 6px,curve to 31.82% 11.5px with 31.4% 6px,curve to 32.64% 8.5px with 32.23% 17px,
  curve to 33.47% 1px with 33.06% 0px,curve to 34.3% 5.5px with 33.88% 2px,curve to 35.12% 9.5px with 34.71% 9px,
  curve to 35.95% 13px with 35.54% 10px,
  curve to 36.78% 16px with 36.36% 16px,curve to 37.6% 15px with 37.19% 16px,curve to 38.43% 14px with 38.02% 14px,curve to 39.26% 11px with 38.84% 14px,curve to 40.08% 6.5px with 39.67% 8px,curve to 40.91% 8px with 40.5% 5px,
  curve to 41.74% 10.5px with 41.32% 11px,
  curve to 42.56% 12px with 42.15% 10px,curve to 43.39% 15.5px with 42.98% 14px,curve to 44.21% 16px with 43.8% 17px,curve to 45.04% 15.5px with 44.63% 15px,curve to 45.87% 15px with 45.45% 16px,curve to 46.69% 8.5px with 46.28% 14px,
  curve to 47.52% 5px with 47.11% 3px,curve to 48.35% 8px with 47.93% 7px,
  curve to 49.17% 6.5px with 48.76% 9px,curve to 50% 8px with 49.59% 4px,curve to 50.83% 13.5px with 50.41% 12px,curve to 51.65% 15.5px with 51.24% 15px,curve to 52.48% 11.5px with 52.07% 16px,curve to 53.31% 5px with 52.89% 7px,
  curve to 54.13% 4px with 53.72% 3px,curve to 54.96% 8.5px with 54.55% 5px,curve to 55.79% 12px with 55.37% 12px,curve to 56.61% 10.5px with 56.2% 12px,curve to 57.44% 11px with 57.02% 9px,curve to 58.26% 13.5px with 57.85% 13px,
  curve to 59.09% 9px with 58.68% 14px,curve to 59.92% 5px with 59.5% 4px,
  curve to 60.74% 9px with 60.33% 6px,
  curve to 61.57% 13px with 61.16% 12px,curve to 62.4% 12.5px with 61.98% 14px,
  curve to 63.22% 11.5px with 62.81% 11px,curve to 64.05% 10.5px with 63.64% 12px,curve to 64.88% 12px with 64.46% 9px,curve to 65.7% 11px with 65.29% 15px,
  curve to 66.53% 7.5px with 66.12% 7px,curve to 67.36% 5px with 66.94% 8px,curve to 68.18% 2.5px with 67.77% 2px,curve to 69.01% 8.5px with 68.6% 3px,
  curve to 69.83% 14px with 69.42% 14px,curve to 70.66% 12px with 70.25% 14px,curve to 71.49% 11.5px with 71.07% 10px,curve to 72.31% 9px with 71.9% 13px,
  curve to 73.14% 4px with 72.73% 5px,
  curve to 73.97% 6.5px with 73.55% 3px,curve to 74.79% 5.5px with 74.38% 10px,curve to 75.62% 9px with 75.21% 1px,curve to 76.45% 12px with 76.03% 17px,
  curve to 77.27% 9px with 76.86% 7px,curve to 78.1% 6px with 77.69% 11px,
  curve to 78.93% 6px with 78.51% 1px,curve to 79.75% 13.5px with 79.34% 11px,
  curve to 80.58% 9.5px with 80.17% 16px,curve to 81.4% 6.5px with 80.99% 3px,
  curve to 82.23% 10px with 81.82% 10px,curve to 83.06% 10px with 82.64% 10px,curve to 83.88% 6px with 83.47% 10px,curve to 84.71% 5.5px with 84.3% 2px,curve to 85.54% 10px with 85.12% 9px,
  curve to 86.36% 8.5px with 85.95% 11px,
  curve to 87.19% 10px with 86.78% 6px,
  curve to 88.02% 14.5px with 87.6% 14px,curve to 88.84% 10px with 88.43% 15px,curve to 89.67% 9px with 89.26% 5px,curve to 90.5% 8.5px with 90.08% 13px,curve to 91.32% 3px with 90.91% 4px,
  curve to 92.15% 8.5px with 91.74% 2px,
  curve to 92.98% 12px with 92.56% 15px,curve to 93.8% 4.5px with 93.39% 9px,
  curve to 94.63% 6.5px with 94.21% 0px,curve to 95.45% 12px with 95.04% 13px,curve to 96.28% 9.5px with 95.87% 11px,
  curve to 97.11% 8.5px with 96.69% 8px,
  curve to 97.93% 10px with 97.52% 9px,
  curve to 98.76% 9.5px with 98.35% 11px,curve to 100% 8.5px with 99.17% 8px,vline to 100%, hline to 0);
  

 background: #5f2c82;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #49a09d, #5f2c82);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #49a09d, #5f2c82); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


/* Shared styling for custom/random blur spots */
.blur-cloud {
  position: absolute;
  z-index: 2; /* Sits between the grid and your content */
  
  
  
  /* The mask makes the blur look like a soft cloud instead of a harsh square box */
   mask-image: radial-gradient(circle, black, transparent 70%);
  -webkit-mask-image: radial-gradient(circle, black, transparent 70%); 
}

/* Spot 1: Place it in a specific position and choose its size */
.spot-1 {
  top: -35%;
  left: -34%;
  width: 600px;
  height: 800px;
  background-color: rgb(102, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  
}

/* Spot 2: Another random blur spot elsewhere */
.spot-2 {
  background-color: rgb(255,184,135, 0.6);
  backdrop-filter: blur(20px) saturate(180%);
  top: -94%;
  right: -22%;
  width: 950px;
  height: 950px;
  
}
.sec {
  
  width: auto;
  height: 760px;
  /*border: 0.2px solid black;*/
}
.sec-one {
  margin-top: 4px;
  height: 1370px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lavenderblush;
}
.grid {
  padding: 9px;
  width: 100%;
  height: 95%;
  display: grid;
  gap: 3px;
  /*border: 0.2px solid black;*/
  margin-top: -70px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 40% 8.5%;
 
}
.item {
  border: none;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*          box 1 grid ist          */
.first-1 {
  padding: 15.7px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 89px;
  align-items: flex-start;
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}
.inner-grid {
  
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 30% 30% 30% 10% 10% 10%;;
  width: 100%;
  height: 100%;
  padding: 0;
  
}
.element {
  border: none;
  width: 100%;
  
}
.privacy-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column: span 2;
  height: 97%;
   margin-top: -83%;
}
.privacy {
  grid-column: span 2;
   margin-top: -63%;
  font-size: 16px;
  height: 247%;
}
.ads {
  margin-top: -90%;
  grid-column: span 2;
  width: 100%;
  height: 121%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.click-x { /* main */
  grid-column: span 2;
  width: 90%;
  height: 37%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -13%;
  margin-left: 5%;
  position: relative;
}
.click-v {
  background-image: linear-gradient(to right, #134E5E 0%, #71B280 51%, #134E5E 100%);
  padding: 0;
  margin: 0;
  
  width: 90%;
  border-radius: 13px;
  height: 77%;
}

.click-v {
  
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block; 
  outline: none;
  border: none;
  
}

.click-v:hover {
  background-position: right center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.click-v:active {
  color:  palegreen;
  scale: 0.9;
}

.click-div {
  width: 100%;
  height: 15%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  margin: -8px;
  gap: 2%;
  
}
.click-1 {
  width: 70%;
  height: 56%;
  border-radius: 13px;
  
}
.click-2 {
  width: 70%;
  height: 56%;
  border-radius: 13px;
}
.precise {
  /*padding-left: 2%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -48%;
  width: 100%;
  height: 45%;
  font-size: 30px;
  text-align: center;
  color: darkslategrey;
  grid-column: span 2;
  font-family: "Rubik Spray Paint", system-ui;
  font-weight: 400;
  font-style: normal;
  border: none;
}
.pre {
  grid-column: span 2;
  margin-top: -78%;
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prebox {
  height: 60%;
  width: 76%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0f2fe; /* Light pro blue background */
  color: #0369a1;            /* Dark pro blue text */
  border: 1px solid #bae6fd;  /* Subtle blue border */
  border-radius: 4px;
  padding: 3px 8px;          /* Minimal vertical padding for small height */
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;         /* Crisp, compact text size */
  font-weight: 600;
  
  
}
.btn-grad-1 {
  background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%);
  box-shadow: 1px 1px 8px gray !important; 
  transition: all 0.5s ease;
}

.btn-grad-1 {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  outline: none;
  border: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-grad-1:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
   cursor: pointer;
}
.btn-grad-1:active {
  color:  palegreen;
  scale: 0.9;
}


.btn-grad-2 {
  background-image: linear-gradient(to right, #614385 0%, #516395 51%, #614385 100%);
  box-shadow: 1px 1px 8px gray !important; 
  transition: all 0.5s ease;
}

.btn-grad-2 {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  outline: none;
  border: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-grad-2:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn-grad-2:active {
  color:  palegreen;
  scale: 0.9;
}
.vpn {
  border: none;
  width: 100%;
  margin-top: -10%;
  height: 15%;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location-box {
  border: none; 
  display: flex;
  height: 50%;
  gap: 3%;
  width: 100%;
}
.location {
  border: none; 
  height: 15%;
  width: 20%;
}
.info-location {
  border: none; 
  width: 80%;
  background-color: black;
  color: white;
   font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 110%;
  
    white-space: pre-line; /* Tells the browser to break lines at \n characters */

}
.ip {
  border: none; 
  position: absolute;
  top: 120px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  gap: 8px;
  width: 90%;
}
.ip-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ip-info {
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.ip-box::before {
  content: '•';
  font-size: 34px;
  color: palegreen;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

/*               Box 3 sec 1          */

.box-three {
  display: grid !important;
  gap: 12px;
  align-content: start !important;
  align-items: start !important;
  grid-template-columns: 97%;
  grid-template-rows: 10% 37.5% 16% 28%;
}
.para {
  border: none;
  height: 50%;
}

.first-p {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  
}
.vpn-block-text {
  margin-top: -27px;
  border: none;
  height: 108%;
  font-size: 16px;
}

.textTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  border: none;
  height: 90%;
  font-size: 28px;
  width: 100%;
  padding: 0;
}
.paragraph {
  margin-top: 15px;
  border: none;
  height: 100%;
  font-size: 14px;
}

.box-4 {
  display: grid !important;
  gap: 12px;
  align-content: start !important;
  align-items: start !important;
  grid-template-columns: 97%;
  grid-template-rows: 49% 35% 12%;
}
.article {
  border: none;
  height: 100%;
}

.art-one {
  display: flex;
  
}
.square {
  border: none;
  width: 51%;
  overflow: hidden;
}
.square-2 {
  border: none;
  width: 48.5%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 4px;
}
.title-square {
  height: 40%;
  font-size: 24px;
  border: none;
  
}
.content-square {
  border: none;
  height: 60%;
  font-size: 14px;
}


.art-two {
  font-size: 14px;
  height: auto;
}
.ip-privacy-list {
  padding-left: 18px;
  
  
}
.strong{
  font-size: 18px;
}
.box-five {
  grid-column: span 2; 
  
}
/*         sec2 grid2        */
.sec-two {
  margin-top: 2rem;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: papayawhip;
}
.wave-container {
  width: 100%;
  height: 100px;
   /* Applies a visible drop shadow underneath the green wave */
 filter: drop-shadow(0px 35.5px 10px rgba(92, 62, 28, 0.4));
  position: relative;
}
/* Replace .wave-container-class with the exact class name of your bottom wave container */
.wave-container-class::before {
    content: ""; /* Left empty on purpose so it acts as a physical canvas */
    display: block; /* Turns the pseudo-element into a physical layout section */
    width: 100%;
    height: 140px; /* This locks in the exact vertical height of your missing section */
    background: transparent; /* Seamlessly blends into your existing background */
    box-sizing: border-box;
    font-family: sans-serif;
    text-align: center;
    padding-top: 40px; /* Creates vertical spacing to buffer the layout */
    
    /* Injected Typography Setup */
    content: "Telemetry Nexus • Thanks for your visit :)";
    font-size: 15px;
    font-weight: bold;
    color: #111116;
    letter-spacing: 0.5px;
}

.wavy {
  width: 100%;
  height: 180px;
  clip-path: shape(
    from 0 0,
    vline to calc(100% - 35px),
    curve to 18.75% calc(100% - 20.5px) with 12.5% calc(100% - 34px),
    curve to 31.25% calc(100% - 38.5px) with 25% calc(100% - 7px),
    curve to 43.75% calc(100% - 64px) with 37.5% calc(100% - 70px),
    curve to 56.25% calc(100% - 40px) with 50% calc(100% - 58px),
    curve to 68.75% calc(100% - 16px) with 62.5% calc(100% - 22px),
    curve to 81.25% calc(100% - 31.5px) with 75% calc(100% - 10px),
    curve to 100% calc(100% - 35px) with 87.5% calc(100% - 53px),
    vline to 0,
    hline to 0
  );
  background-color: lavenderblush;
}

  

.grid2 {
  padding: 9px;
  width: 100%;
  height: 100%;
  display: grid;
  gap: 3px;
  border: none;
  grid-template-columns: 50% 50%;
  grid-template-rows: 10% 75.4% 15%;
}
.sec-two .grid2 .last-3 {
  grid-column: span 2; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.long {
  grid-column: span 2;
  color: brown;
  border: none;
}
.sec-two {
  height: 800px;
}
.select-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.line-1 {
  display: flex;
  width: 100%;
  height: 50%;
  gap: 2px;
}
.ad-field {
  width: 26%;
  border: none;
  /* border-radius: 30px; */
  overflow: hidden;
}
.content-field {
  width: 72%;
  border: none;
  border-radius: 30px;
  padding-left: 4px;
}
.line-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 49%;
  border: none;
  margin-top: 3px;
  border-radius: 30px;
}
.sidebar {
  display: flex;
  gap: 2px;
  width: 100%;
  height: 100%;
  
}
.left-field {
  width: 73%;
  border: none;
}
.right-field {
  width: 25%;
  border: none;
}





.site-footer {
  background-color: #1a1a1a;
  color: #e0e0e0;
  padding: 40px 20px 20px 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-section h3 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-section p {
  line-height: 1.6;
  color: #a0a0a0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-section ul li a:hover {
  color: #3b82f6; /* Modern Blue Accent */
}

.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0 auto;
  padding-top: 20px;
  border-top: 1px solid #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  color: #888888;
  gap: 15px;
}

.footer-bottom a {
  color: #3b82f6;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* iPads (Landscape) */
@media (min-width: 728px) {
    /* Your iPad landscape styles here */
 .card{ height: 610px;}
}

/* PCs and Laptops */
@media (min-width: 1350px) {
    /* Your PC and desktop styles here */
 .card {height: 770px;}
  .spot-1 {
  top: -63%;
  left: -35%;
  width: 1000px;
  height: 1000px;
  }
  .spot-2 {
    top: -60%;
  right: -55%;
  width: 1250px;
  height: 1250px;
  
}
    
}




 



  


  



  
