/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}

.hero-top-section {
  display: block;
  background-image: url('https://i.ibb.co/TxwzQdZ2/vecteezy-programmers-and-cyber-security-technologies-design-websites-7997361.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  text-align: center;
  color: #333;
  height: 100vh;
  position: relative; /* <-- this is important for the overlay */
}



.hero-top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); /* <-- this controls the darkness */
  z-index: 1;
}

/* Make sure hero content appears above the dark overlay */
.hero-top-section .hero-content {
  position: relative;
  z-index: 2;
}




.hero-image {
  max-width: 100%;
  width: 650px;
  height: auto;
  display: block;
  margin-left:auto;
  margin-right:auto;
  top: -20px;
  position: relative;
}

.hero-button {
  display: inline-block;
  background-color: #1d8aff;
  color: #fff;
  padding: 30px 48px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  transition: background 0.3s ease;
  text-align: center;
  top: -100px;
  position: relative;
  
}

.hero-button:hover {
  background-color: #005bb5;
}




@media (max-width: 1008px) {
.hero-top-section {
  display: block;
  background-image: url('https://i.ibb.co/TxwzQdZ2/vecteezy-programmers-and-cyber-security-technologies-design-websites-7997361.jpg');
  padding: 60px 20px;
  text-align: center;
  color: #333;
  height: 100vh;
}

.hero-top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); /* <-- this controls the darkness */
  z-index: 1;
}



.hero-image {
  max-width: 100%;
  width: 500px;
  height: auto;
  display: block;
  margin-left:auto;
  margin-right:auto;
  top: 0;
}

.hero-button {
  display: inline-block;
  background-color: #1d8aff;
  color: #fff;
  padding: 24px 40px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  transition: background 0.3s ease;
  text-align: center;
  top: -50px;
}

.hero-button:hover {
  background-color: #005bb5;
}
}




body {
  font-family: 'Helvetica Neue', sans-serif;
  background: linear-gradient(to bottom right, #d6f1fb, #a3c8f5);
  color: #333;
}

.body-image {
  display: none;
}

@media (max-width: 768px) {
  
  .image-wrapper {
    background-color: white;
    padding: 10px;
    display: none;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    text-align: center;
  }
  
  .body-image {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .hero-text {
    display: none;
  }
}


@media (max-width: 768px) {
body {
  font-family: 'Helvetica Neue', sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333;
}
}

/* Navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d8aff;
  padding: 10px 25px;
  height: 70px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}

@media (max-width: 1008px) {
  .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d8aff;
  padding: 10px 25px;
  height: 70px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  z-index: 10;
  width: 100%;
  position: relative;
}
}




.logo img {
  max-height: 90px; /* adjust as needed */
  width: auto;
  display: block;
  margin-top: 10px;
  
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.nav-links {
  display: flex;
  gap: 35px;
  margin-top: 5px;
}

.divider {
  width: 1px;
  height: 35px;
  background-color: #d1d1d1;
  margin-bottom: -3px;
}

@media (max-width: 1008px) {
  .divider {
  display: none; /* Hide divider on mobile */
  } 
}

/* Dropdown nav menu styling */
.nav-menu {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  height: 100%;
  margin-bottom: 20px;
  width: 100%;
}

/* Each nav item */
.nav-item {
  position: relative;
}

@media (max-width: 1008px) {
  .nav-item {
  display: none; 
  }
}




/* Nav links (buttons) */
.nav-link {
  background: none;
  border: none;
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  text-decoration: none;
}

/* Arrow */
.arrow {
  margin-left: 5px;
  font-size: 1.2rem;
}

/* Dropdown hidden by default */
.dropdown {
  position: absolute;
  top: 44px;
  left: -40px;
  background: white;
  padding: 25px;
  width: 600px;
  display: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 100;
  border-radius: 6px;
  border: #e2e2e2 solid 1px;
}

.dropdown h3 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #0f76e5;
}

.dropdown p {
  color: #333;
  font-size: 1.2rem;
}

/* Horizontal line in dropdown */
.dropdown hr {
  border: none;
  height: 2px;
  background-color: #ccc;
  margin: 10px 0;
  text-emphasis: none;
}

/* See More Button */
.see-more-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;



  background-color: #0f76e5;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 18px;
  transition: background-color 0.3s ease;
}

.see-more-button:hover {
  background-color: #005ec2;
}

/* Show dropdown on button focus or with JS */

.nav-item.active .nav-link::after {
  width: 100%;
  bottom: -21px; /* This makes the underline sit lower on active */
}


.nav-item.active .dropdown {
  display: block;
}





.cleaning-dropdown {
  max-width: 90vw;
  width: 24vw;
}






.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -21px; /* Default position of underline */
  width: 0;
  height: 3px;
  background-color: rgb(255, 255, 255);
  transition: width 0.4s ease, bottom 0.4s ease;
}

/* On hover, animate the underline in */
.nav-link:hover::after {
  width: 100%;
}










/* Button inside dropdown */
.dropdown-btn {
  background: #007aff;
  color: white;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}



.nav-links .dropdown button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  margin-right: 10px;
}

.cta-button {
  background-color: #00b3ff;
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.3s ease;
  margin-bottom: -5px;
}

.cta-button:hover {
  background-color: #009cdf;
  color: rgb(255, 255, 255);
}

@media (max-width: 1008px) {
  .cta-button {
    display: none; /* Hide on mobile */
  }
}






/* Hero Section */
.hero {
  position: relative;
  height: 93vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
}

@media (max-width: 768px) {
  .hero {
    display: none; 
  }
}

.square {
  display: none;
  position: absolute;
  width: 160px;
  height: 120px;
  border-radius: 15px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  border: 6px solid white;
}

.red {
  background-color: #8391e6;
  top: 44%;
  left: 7%;
  transform: translateY(-50%);
  height: 380px;
  width: 230px;
}

.purple {
  background-color: #bd99e5;
  top: 4%;
  left: 37%;
  height: 190px;
  width: 250px;
}

.green {
  background-color: #4691a0;
  top: 18%;
  right: 9%;
  height: 230px;
  width: 230px;
}

.blue {
  background-color: #3796ca;
  bottom: 5%;
  right: 22%;
  width: 350px;
  height: 200px;
}

.hero-text {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}







.hamburger {
  display: none; /* 🔒 Hide by default on desktop */
}

.mobile-menu {
  display: none;

}

/* Mobile Responsiveness */


/* Mobile nav */
@media (max-width: 1008px) {
  .hamburger {
  display: block; /* 🔒 Show hamburger icon on mobile */
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 11;
  color: #ffffff
  }

  .mobile-menu {
  overflow: hidden;
  flex-direction: column;
  background: rgb(70, 153, 255);
  position: fixed; /* Adjust to match navbar height */
  top: 70px;
  right: 0;
  width: 30%;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 100;
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
}

/* Show menu when toggled */
.mobile-menu.show {
  display: block;
  
}

.mobile-links-column {
  display: flex;
  gap: 10px;
  
  flex-direction: column;
}

.mobile-link {
  
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}












.cta-small {
  display: inline-block;
  background: #007aff;
  color: white;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
}

@media (max-width: 768px) {

    /* Base desktop size */
  .logo img {
    max-height: 80px;
    margin-top: 0;
    
}

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 15px;
    overflow: hidden;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .cta-button {
    align-self: flex-end;
    margin-top: 10px;
    font-size: 10px;
    padding: 8px 16px;
  }

  .hero {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }

  .hero-text {
    font-size: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }

  .square {
    width: 120px;
    height: 100px;
    border-width: 4px;
  }

  .red {
    left: 10%;
    top: 20%;
    width: 120px;
    height: 200px;
  }

  .purple {
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
  }

  .green {
    right: 10%;
    top: 40%;
  }

  .blue {
    right: 20%;
    bottom: 5%;
    width: 200px;
  }
}


@media (max-width: 1008px) {
  .square-group {
    display: none;
  }
}


.form-container {
  min-height: 500px;
  background: white;
  padding: 30px;
  max-width: 500px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  align-items: center;
  margin-top: 100px;
}






.input-field {
  background: #f0f0f0;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
}

.input-field input {
  width: 100%;
  padding: 10px;
  border: none;
  background: transparent;
  font-size: 16px;
}

.submit-button {
  margin-top: 20px;
  background: #007aff;
  color: white;
  padding: 16px 20px;
  border-radius: 999px;
  border: none;
  font-size: 22px;
  cursor: pointer;
  width: 35%;
}


.hidden {
  display: none;
}

.confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 300px;
  animation: fadeIn 0.5s ease-in-out;
  margin-top: 200px;
}

.checkmark-circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 5px solid green;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 80px;
  animation: pop 0.4s ease;
}

.checkmark {
  width: 80px;
  height: 35px;
  border-left: 5px solid green;
  border-bottom: 5px solid green;
  transform: rotate(-45deg);
  animation: draw 0.4s ease forwards;
}

.step-count {
  color: #333;
  font-size: 18px;
  margin-top: 10px;
}

/* Animations */
@keyframes draw {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.payment-form-container {
  background: white;
  padding: 30px;
  max-width: 500px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-wrapper input {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 14px;
  background: #f0f0f0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
}

.submit-button {
  background-color: #007aff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}

.confirmation {
  text-align: center;
  margin-top: 20px;
  animation: fadeIn 0.5s ease-in-out;
}

.hidden {
  display: none;
}











html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0; /* Or whatever background you want */
  font-family: Arial, sans-serif;
}


/* Final Page */
/* Center the form contents */
.thank-you-form {
  text-align: center;
  padding: 40px 20px;
  margin-top: 50px;
}

/* Hero heading style with spring/bounce animation */
.hero-heading {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
 
  
}

/* Subtext styling */
.hero-subtext {
  font-size: 30px;
  color: #555;
}

.submit-button2 {
  background-color: #007aff;
  color: white;
  padding: 16px 38px;
  border-radius: 30px;
  border: none;
  font-size: 26px;
  cursor: pointer;
  margin-top: 50px;
  
}


/* Spring (bounce) animation */
@keyframes springIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}


/* Submit button for account section */
.submit-button3 {
  background-color: #007aff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  margin-top: 160px;
}

/* Portal Section */

.plan-section {
  background-color: white;
  padding: 40px;
  border-radius: 16px;
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  height: 40vh;
  margin-top: 100px;
}

.plan-toggle {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

.radio-option {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  cursor: pointer;
}

.radio-option input {
  opacity: 0;
  position: absolute;
}

.custom-radio {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #007aff;
  border-radius: 50%;
  background-color: white;
}

.radio-option input:checked + .custom-radio {
  background-color: #007aff;
  box-shadow: inset 0 0 0 4px white;
}

.plan-message {
  font-size: 20px;
  
  min-height: 24px;
}

.upload-button {
  background-color: #007aff;
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 30px;
  margin-bottom: 20px;
 
}

.upload-button:hover {
  background-color: #005fd1;
}

.plan-message ul {
  list-style-type: disc;
  margin: 20px 0 0 20px;
  text-align: left;
  display: inline-block;
  font-size: 20px;
}

.fancy-button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  background-color: #1d8aff;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 30px;
}

.fancy-button:hover {
  background-color: #004aba;
}



/* Services Section */
.hero-section {
  display: flex;
  background-color: white;
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  gap: 10px;
  align-items: center;
  flex-wrap: wrap; /* allows responsiveness */
  margin-top: 30px;
  height: 350px;
 
}

.hero-left {
  flex: 1;
  min-width: 280px;
}

.hero-image2 {
  width: 400px;
  height: 250px;
  border-radius: 12px;
}

.hero-right {
  flex: 1;
  min-width: 280px;
  text-align: center;
  margin-right: 50px;
}

.hero-text2 {
  font-size: 2.5rem;
  margin: 0 0 10px;
  color: #111827;
}

.hero-paragraph2 {
  font-size: 1.3rem;
  color: #4B5563;
  margin-bottom: 20px;
}

.hero-button2 {
  background-color: #1d8aff;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.hero-button:hover {
  background-color: #005bb5;
}



@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;
    height: auto;
  }

  .hero-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-image2 {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .hero-right {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .hero-text2 {
    font-size: 2rem;
  }

  .hero-paragraph2 {
    font-size: 1.2rem;
    padding: 0 10px;
  }

  .hero-button2 {
    padding: 10px 20px;
    font-size: 1rem;
  }
}

.payment-button {
  display: block;
  text-align: center;
  background-color: #007aff;
  color: white;
  padding: 16px 32px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 25px;
}







.stripe-section {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background-color: #f5f7fb;
}

.stripe-square-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.stripe-image img {
  max-width: 250px;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.stripe-text {
  max-width: 100%;
}

.stripe-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1d8aff;
}

.stripe-text p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Custom button styling (use your existing button styles if preferred) */
.custom-button {
  display: inline-block;
  background-color: #1d8aff;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #1477e5;
}

.bookcall-button {
  display: inline-block;
  background-color: #1d8aff;
  color: #fff;
  padding: 30px 48px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  transition: background 0.3s ease;
  text-align: center;
  top: -90px;
  position: relative;
  
}

.hero-button2:hover {
  background-color: #005bb5;
}