@import url("https://fonts.cdnfonts.com/css/bradley-hand-2");
@import url("https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

.vh-50 {
  min-height: 50vh !important;
}
.vh-75 {
  min-height: 75vh !important;
}
.navbar {
  background-color: #fff !important;
}

.nav-link {
  color: #4881b5 !important;
}
.nav-link:hover {
  color: #165b9c !important;
}
.navbar-toggler {
  color: white;
}
.navbar-toggler-icon {
  color: white;
}
.navbar {
  border-bottom: solid 1px #4881b5;
}
.navbar-brand {
  padding-left: 4rem;
}
.px-5 {
  padding-right: 10rem !important;
  padding-left: 0 !important;
}
footer {
  padding: 2.5rem 0;
  color: #c3c3c3;
  text-align: center;
  background-color: #535353;
  border-top: 0.05rem solid #bfbfbf;
  opacity: 0.99;
}
footer p:last-child {
  margin-bottom: 0;
}

footer p {
  font-size: 0.8em;
}

h1,
h3,
h4,
h5,
p,
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 1px;
}
.stronger {
  font-weight: 150;
}

.better {
  font-weight: 200;
}
.better_2 {
  font-weight: 180;
  font-size: 0.8em;
}
.box-shadow {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.same-height {
  align-self: stretch;
  margin-bottom: 3em;
  display: flex;
}

.same-button {
  width: 75%;
}

.spacer {
  margin-top: 16px;
  margin-bottom: 24px;
}

/* Cycle words on a screen */
.text-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.text-box a {
  position: absolute;
  z-index: 100;
  left: 7.516%;
  top: 9.23%;
  width: 84.83%;
  height: 29.07%;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer; /* Add this line to show the pointer cursor */
}

.text-box span {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  color: white;
  white-space: nowrap;
  /* font-family: "Tangerine", cursive; */
  letter-spacing: 1px;
  font-size: 0.5em;
  font-family: "Source Sans 3", serif;
  font-weight: lighter;
  z-index: 1;
}

.text-box span.active {
  opacity: 1; /* Only the active word is visible */
}
/* Optional: Add a slight delay between words fading out and in */
.text-box span:not(.active) {
  transition-delay: 1s; /* Add a delay for the fading effect */
}

/* Container for the text box 

.box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
*/

/* Styling the words */
.text {
  position: absolute;
  opacity: 1;
  transition: opacity 5s ease-in-out;
  color: white;
  white-space: nowrap;
  /* font-family: "Tangerine", cursive; */
  letter-spacing: 5px;
  font-size: 0.5em;
  font-family: "Source Sans 3", serif;
  font-weight: lighter;
}

/* Animation for the words */
.text.active {
  opacity: 1;
}
.information {
  color: #bbb9b9;
}
.information:hover {
  color: white;
}
.main-container {
  margin-bottom: 160px;
}

/* Contact Us Button */
.contact-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  color: #f9f9f9;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #5288ba, #6bafea);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.contact-button:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  color: #ffffff;
  background: linear-gradient(135deg, #5995cc, #71b8f6);
}

.contact-button a {
  text-decoration: none;
}
.contact-text {
  color: #f5f5f5;
}

.pricing-table {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.pricing-body {
  flex-grow: 1;
  flex-shrink: 0;
}

.pricing-header {
  padding: 20px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

.silver {
  background: linear-gradient(135deg, #c0c0c0, #e0e0e0);
  color: #444;
}
/* Gold Gradient */
.gold {
  background: linear-gradient(135deg, #ffd700, #ffb800);
  color: #444;
}

/* Platinum Gradient */
.platinum {
  background: linear-gradient(135deg, #e5e4e2, #f8f8f8 50%, #adc5de);
  color: #444;
}
.platinum2 {
  background: linear-gradient(135deg, #adc5de, #f8f8f8 50%, #e5e4e2);
  color: #444;
}
.platinum3 {
  background: linear-gradient(135deg, #dddde0, #f8f8f8 50%, #e5e4e2);
  color: #444;
}

.pricing-body {
  padding: 20px;
  color: #1b1b1b;
  font-weight: 200;
}

.pricing-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-body ul li {
  margin: 10px 0;
  font-size: 16px;
}

.pricing-footer {
  background: #f9f9f9;
  padding: 20px;
}

.pricing-footer a {
  display: inline-block;
  padding: 10px 20px;

  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.pricing-footer a:hover {
  color: #707070;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.pricing-body .sl {
  min-height: 888px;
}

/* Special Pricing Plan Gradient */
.special {
  background: linear-gradient(135deg, #ffd700, #f8e1ff, #ffffff);
  color: #444;
  background-size: 400% 400%;
  animation: gradient-animation 8s ease infinite;
}

/* Animation for a dynamic effect */
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.consult {
}

/* About Us */
.about {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-card {
  width: auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.profile-card .picture {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #5288ba, #88c0d0);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.profile-card .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 5px solid #5288ba;
}

.profile-card .bio {
  padding: 20px;
  text-align: center;
}

.profile-card .bio h3 {
  margin: 10px 0 9px;
  font-size: 1.5em;
  color: #333;
}

.profile-card .bio p {
  margin: 0;
  font-size: 1em;
  color: #666;
  line-height: 1.5;
}

/* Support */

.support {
  /* background: linear-gradient(135deg, #e3e3e3, #d5d5d5) !important; */
  position: relative;
  overflow: hidden; /* Ensure images don't spill outside the container */
  border-radius: 10px; /* Optional: Rounded corners */
  cursor: pointer;
  margin-bottom: 2em;
}
.support p {
  /* position: absolute;
  top: 45%;
  left: 0; */

  width: 100%;
  padding: 10px 15px;
  object-fit: cover;
  transition: opacity 0.8s ease-in-out;
  color: #333;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-weight: 200;
}
.support a {
  text-decoration: none;
}

.supporthead {
  /* position: absolute;
  top: 2%;
  left: 0; */
  background: linear-gradient(135deg, #5e97cd, #7dc2ff);
  /* background: linear-gradient(135deg, #606162, #a6a6a6) !important; */
  width: 100%;
  padding: 2px 10px;
  object-fit: cover;
  color: rgb(248, 248, 248);
  font-family: "Inter", sans-serif;
  text-shadow: 1px 1px 1px rgb(142, 142, 142);
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 200;
}

.support:hover {
  filter: brightness(1.1); /* Brighten the image */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.support-text {
  font-size: 1.3em;
}
.with-shadow {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
}

/* Form */
.form-container {
  background: #ffffff;
  padding: 20px 50px;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  width: 100%;

  margin: 2em auto;
}

.form-container h2 {
  color: #4581b5;
  margin-bottom: 20px;
  font-size: 24px;
}

.form-group {
  margin-bottom: 15px;
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 50%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  transition: border 0.3s ease;
  color: #393939;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #888; /* Light gray placeholder text */
  font-style: italic; /* Optional: Add a style to differentiate */
}
.form-group textarea {
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
  border: 1px solid #5e35b1;
  color: #333;
  outline: none;
  background: #ffffff;
}

.form-group textarea {
  resize: none;
  height: 100px;
}

.submit-button {
  background: linear-gradient(135deg, #5288ba, #6bafea);
  color: #ffffff;
  border: none;
  margin: 5px;
  padding: 12px 60px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  letter-spacing: 2px;
}

.submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(185, 185, 185, 0.4);
  background: linear-gradient(135deg, #5e97cd, #7dc2ff);
}

.submit-button:active {
  transform: translateY(0);
  box-shadow: none;
}
.appleconsult:hover {
  opacity: 0.7;
}
/* Form messages */
.message {
  display: none;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
.message.success {
  background-color: #d4edda;
  color: #155724;
}
.message.error {
  background-color: #f8d7da;
  color: #721c24;
}
/* Media Queries */
@media only screen and (max-width: 2500px) {
  .navbar-brand {
    padding-left: 6rem !important;
  }
}
@media only screen and (max-width: 1399px) {
  .px-5 {
    padding-right: 5rem !important;
  }
  .same-button {
    font-size: 0.8em;
  }
  .navbar-brand {
    padding-left: 4rem !important;
  }
}
@media only screen and (max-width: 1199px) {
  .px-5 {
    padding-right: 1rem !important;
  }
  .nav-item {
    font-size: 1em;
  }
  .same-button {
    font-size: 0.7em;
  }
  .text-box span {
    font-size: 0.4em;
  }
  .navbar-brand {
    padding-left: 2rem !important;
  }
}

@media only screen and (max-width: 1180px) {
  .supporthead {
    font-size: 1.5em;
    padding: 7px 0;
  }
  .same-height {
    margin-bottom: 5px;
  }
  .text-box span {
    font-size: 0.3em;
  }
  .navbar-brand {
    padding-left: 1rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .same-button {
    font-size: 0.7em;
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .navbar-nav .nav-item:first-child {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar {
    border: none;
  }
  .footer {
    position: static;
  }
  .main-container {
    margin-bottom: 20px;
  }
  .same-button {
    font-size: 1.3em;
  }
  .spacer {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .footer .hours {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .navbar-brand img {
    max-width: 140px;
    height: auto;
  }
  .same-button {
    font-size: 1em;
  }
}
