.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.parallax {
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.parallax:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  /* Gradient background */
  background: rgba(9, 39, 86, 0.92);
  background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -moz-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -webkit-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -o-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -ms-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -ms-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), linear-gradient(135deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
}


.parallax2 {
  padding: 90px 80px 90px 80px;
  background: url('../images/bg2.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.parallax2:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: rgba(9, 39, 86, 0.92);
  background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -moz-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -webkit-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -o-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), -ms-linear-gradient(top, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), -ms-linear-gradient(-45deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
  background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, 0.4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, 0.25) 0%, rgba(42, 60, 87, 0.4) 100%), linear-gradient(135deg, rgba(103, 13, 16, 0.92) 0%, rgba(9, 39, 86, 0.92) 100%);
}


.input-group {
  display: flex;
  align-items: center;
}

.field-input {
  flex: 1;
  margin-bottom: 10px;
}

.button {
  background-color: orange;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 15px 15px 15px 0; /* Round only the right part of the button */
}

.button:hover {
  background-color: darkorange;
}

@media (max-width: 767px) {
  .input-group {
    flex-direction: column;
  }

  .field-input {
    margin-bottom: 0;
  }

  .button {
    width: 100%;
    border-radius: 15px; /* Set border-radius to round the entire button on smaller screens */
  }
}

.skill-box:hover {
  background-color: #3498db; /* Change to blue when hovered */
}

.small-text {
  font-size: 14px; /* or any other size you prefer */
}

.testimonies-container {
  display: flex;
  flex-wrap: wrap;
}

.testimony {
  flex: 1 1 45%;
  margin: 10px;
}

.testimony-img {
  width: 100%;
  max-width: 200px; /* Adjust as needed */
  display: block;
  margin: auto;
}

.testimony-text {
  text-align: center;
}

.privacy-button {
  color: black;
}

.privacy-link {
  color: blue; /* Change color to your preference */
  cursor: pointer;
  text-decoration: underline;
}

.contract-button {
  width: 50vw; /* Half the width of the viewport */
  background-color: blue; /* Blue background color */
  color: white; /* White text color */
  padding: 10px 20px; /* Padding for better button appearance */
  border: none; /* Remove button border */
  cursor: pointer; /* Show pointer cursor on hover */
}

.contract-button:hover {
  background-color: darkblue; /* Change background color on hover */
}

.contract-link {
  color: white;
  text-decoration: none;
  background-color: blue;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contract-link:hover {
  background-color: darkblue;
}

.contract-link:visited {
  color: white; /* Keep the text white even after visiting the link */
}


.testimonies-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Adjust as needed */
}

.cookie-popup {
  position: fixed;
  bottom: 20px; /* Adjust the distance from the bottom */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: #000;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: 300px; /* Adjust the width if needed */
  text-align: center;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cookie-content p {
  margin: 0;
}

.cookie-agree-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.cookie-agree-button:hover {
  background-color: #45a049;
}

.support-sphere {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.support-sphere h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.support-sphere p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.support-sphere h3 {
  color: #333;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.support-sphere ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.support-sphere li {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.support-sphere li::before {
  content: "•";
  color: #666;
  font-size: 12px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.support-sphere ul:last-child {
  margin-bottom: 0;
}

#exceptional-virtual-assistants {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.testimonies-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.testimonies-container {
  display: flex;
  justify-content: center;
}

.testimonies-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.testimony {
  width: 50%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimony-img {
  width: 100%;
  border-radius: 8px;
}

.testimony-text {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

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

.contract-link {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.contract-link:hover {
  background-color: #333;
  color: #fff;
}

@media (max-width: 768px) {
  .testimony {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mobile-links {
    display: none; /* Hide mobile links on larger screens */
  }
}

.testimony-cell:hover {
  background-color: #0056b3; /* Darker shade of blue on hover */
}

.testimony-cell:hover h3,
.testimony-cell:hover p {
  color: white; /* Set text color to white on hover */
}



/* Default style for contract links */
.contract-link {
  color: #007bff; /* Blue color */
}

/* Media query for screens larger than mobile */
@media (min-width: 768px) {
  .contract-link {
    color: white; /* White color for text */
  }
}

.services-grid {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #ccc;
}
.service-card {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.skills-comparison {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, #333333, #666666);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  justify-content: center;
  gap: 20px;
}
.skill-column { flex: 1 1 320px; display:flex; flex-direction:column; align-items:center; }
.skill-column h2 { color:white; text-align:center; margin-bottom:20px; }
.skill-column .skill-box { width: min(360px, 90vw); margin-bottom:10px; padding:10px; font-size:16px; line-height:1.5; color:white; background:linear-gradient(to bottom, #1976D2, #2196F3); border-radius:5px; }
.cookie-image { max-width: 80px; }
.popup { position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.5); display:flex; align-items:center; justify-content:center; padding:20px; }
.popup[hidden], .cookie-popup[hidden] { display:none; }
.privacy-modal-content { position: relative; background:#fff; padding:20px; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.3); max-width:80%; max-height:400px; overflow-y:auto; color:#333; }
.close { position:absolute; top:10px; right:10px; cursor:pointer; font-size:24px; color:#333; background:transparent; border:0; }
.signup-form input, .signup-form textarea, .signup-form select { width:100%; padding:10px; margin-bottom:10px; border:1px solid #ccc; border-radius:5px; color:#333; }
.signup-form .agreement { color:white; text-align:left; }
.signup-form .agreement input { width:auto; margin-right:8px; }
.contact-submit { background:black; color:white; border-radius:10px; font-size:1.4em; display:inline-block; padding:12px 22px; border:0; }
.contact-status { color:white; font-weight:bold; margin-top:10px; }
.site-footer { background:black; color:white; padding:10px; text-align:center; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:15px; }
.site-footer a, .site-footer p { color:white; text-decoration:none; margin:0; }
.site-footer img { height:30px; }
#point-list .point-row { margin-bottom:12px; display:flex; align-items:flex-start; gap:10px; }
#point-list img { width:24px; height:24px; }
@media (max-width: 767px) { .services-grid { width:100%; grid-template-columns:1fr; } .parallax2 { padding:60px 20px; } .site-footer { justify-content:center; } }
