a {
  text-decoration: none;
}

.navbrandmargin {
  margin-left: 1.5rem;
}

.navlinksmargin {
  margin-right: 1.5rem;
}

.btnspecial {
  color: rgba(3, 54, 208, 1);
  border-color: rgba(3, 54, 208, 1);
}

.btnspecial:hover {
  color: white;
  background-color: rgba(3, 54, 208, 1);
}

.btcircle {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  color: white;
  background-color: blue;
  font-weight: bold;
  border-radius: 50%;
  line-height: 36px;
}

.btcircle:hover {
  color: blue;
  border: 2px solid blue;
  background-color: white;
}

.btcirclecp {
  color: blue;
  border: 2px solid blue;
  background-color: white;
}

.btmodal {
  border-width: 0px;
  padding: 1px;
}

.featuretextcolor {
  color: rgba(3, 54, 208, 1);
}

.mainbackgroundcolor {
  background-color: rgba(3, 54, 208, 1);
}

.spanbold {
  font-weight: bold;
}

.backgroundlight {
  background-color: rgb(184, 184, 248);
  border-radius: 5px;
}

.smallercardtext {
  font-size: 1.8rem;
  font-weight: normal;
}

.covidnotice {
  color: rgb(223, 9, 9);
  font-weight: bold;
}

.checkoutlink {
  color: rgba(3, 54, 208, 1);
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 600;
}

.checkoutlink:hover {
  font-size: 1.1rem;
  color: green;
  cursor: pointer;
}

.av-cards-pic {
  width: 80%;
  border-radius: 50%;
}

.linkalign a {
  display: inline-block;
}

.whiteLink {
  color: white;
  text-decoration: none;
}

.whiteLink:hover,
.whiteLink:active {
  color: white;
  text-decoration: none;
}

.whiteLink a:visited {
  color: white;
  text-decoration: none;
}

.modalImages {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.specialsFloat {
  float: right;
  margin-right: 10%;
  transition: 0.3s;
}

.specialsFloat:hover {
  filter: brightness(140%);
}

form {
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

/* cards in webservices */
.webcards h2,
.webcards h3,
.webcards h4 {
  font-size: 1.5rem; /* smaller, uniform size */
  line-height: 1.2; /* optional, tighter spacing */
  margin: 0; /* remove extra margin */
}

/* gradient color for popover on cards in webservices */

.custom-gradient-popover .popover-header {
  background: linear-gradient(45deg, #007bff, #0317ee);
  color: white;
  font-weight: 500;
}

.custom-gradient-popover .popover-body {
  font-size: 0.9rem;
}

/* Internal search engine */
#autocompleteList {
  max-height: 200px;
  overflow-y: auto;
}

/* Internal search engine end */

/* keep modal width reasonable */
.modal-dialog.modal-lg {
  max-width: 90%;
}

/* target the existing image by id (no new class required) */
#lightboxImage {
  max-width: 100%; /* never overflow horizontally */
  max-height: calc(100vh - 140px); /* leave room for caption/footer */
  width: auto; /* allow proportional scaling */
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* ensure modal body has no extra padding that pushes content */
.modal-content .modal-body {
  padding: 0;
}

.hero {
  position: relative; /* makes children absolute relative to this container */
}

.padTVmodal {
  margin-left: 5px;
}


/*  UM Canes Flag   */
.hero-gif {
  max-width: 100%;
  height: auto;
}

.gif-container {
  display: inline-block; /* shrink-wrap to GIF size */
}

.gif-text {
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #ffff; /* choose your color */
  font-size: 2rem; /* adjust as needed */
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  animation: growShrink 3s infinite;
}

@keyframes growShrink {
  0%, 100% { transform: translate(-50%, -50%) scale(0); opacity: 0; }
  50% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}





/* sticky CTA desktop*/
.floating-cta {
  position: fixed;
  top: 50%; /* vertically centered */
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1100;
}

.floating-cta .cta-btn {
  display: block;
  background-color: #0d6efd;
  color: white;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 25px 0 0 25px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.floating-cta .cta-btn:hover {
  transform: translateX(-5px);
  background-color: #0056b3;
}

/* === START of seasonal svg === */

/* === END of seasonal svg === */

/* START OF seasonal svg two    *****************************    */

/* Video thumbnail in audiovideo page */

.video-thumbnail-wrapper {
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.video-thumbnail {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s;
}

.video-thumbnail:hover {
  transform: scale(1.1);
}

.video-thumbnail-text {
  font-size: 0.9rem;
  margin-top: 5px;
  color: #333;
}

/* black friday deal badge */

/* ________ START of my mobile css ______________________________________________________________   */

@media only screen and (max-width: 540px) {
  /* Video thumbnail in audiovideo page */

  .video-thumbnail {
    width: 70px;
    height: 70px;
  }

  .video-thumbnail-text {
    font-size: 0.8rem;
  }

  /* === canes flag gif === */
  .hero-gif {
    width: 100%;
  }

  /* sticky CTA mobile*/
  .floating-cta {
    position: fixed; /* keep it sticky */
    bottom: 90px; /* a bit higher than footer */
    right: 8px;
    flex-direction: column;
    gap: 6px;
    z-index: 9999; /* above other elements */
  }

  .floating-cta .cta-btn {
    padding: 6px 10px; /* smaller buttons */
    font-size: 0.75rem; /* smaller text */
    border-radius: 15px; /* tighter corners */
  }

  .covidnotice {
    font-size: small;
    font-weight: bold;
    color: rgb(226, 43, 43);
  }

  .covidsmall {
    font-size: small;
  }

  .mobiletext * {
    text-size-adjust: none;
    font-size: 0.8rem !important;
    font-weight: 400;
    color: black !important;
  }

  .mobiletext .badge {
    color: #fff !important;
  }

  .area-serviced {
    font-size: 0.7rem !important;
  }

  .featuretextcolor {
    color: rgba(3, 54, 208, 1) !important;
  }

  .modalImages {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }

  .modalText {
    text-size-adjust: none;
    font-size: 0.8rem !important;
    font-weight: 400;
    color: black !important;
  }

  .whiteLink {
    color: white !important;
    text-decoration: none;
  }

  .whiteLink:hover,
  .whiteLink:active {
    color: white;
    text-decoration: none;
  }

  .whiteLink a:visited {
    color: white;
    text-decoration: none;
  }

  .specialsFloat {
    margin-right: 5%;
    max-width: 20%;
    height: auto;
  }

  .captcha-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }

  .captcha-wrapper .g-recaptcha {
    width: 100% !important;
    max-width: 320px !important; /* Google's recaptcha max width */
    transform: scale(0.75) !important; /* scale down more */
    transform-origin: top left !important;
    display: block !important;
  }
} /* end of my mobile css */
