* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: white;
}
/* HEADER NAVIGATION */
.header {
  background-color: #000;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header span {
  text-align: center;
}

.header img {
  height: 90px;
}
#home-banner {
  width: 90%;
  text-align: center;
}

.header-logo {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;  
  gap: 20px;
}

.nav-menu a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.nav-menu a:hover {
  color: #ffd700;
}
.nav-menu .active {
  color: #ffff00;
}

/* HAMBURGER MENU */
.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger-menu .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}
.hamburger-menu:active div {
  background-color: #f1d100;
}

@media (max-width: 768px) {
  .header img {
    height: 60px;
  }
  .header {
    padding: 10px;
  }
  .nav-menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 10%;
    right: 20px;
    background-color: black;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 10px;
    z-index: 6;
  }
  .nav-menu a {
    padding: 5px 0;
  }

  .nav-menu.active {
    display: flex;
  }
  .nav-menu:active {
    color: #ffd700;
  }

  .hamburger-menu {
    display: flex;
  }
}

/* Home - BANNER */
.home-header {
  text-align: center;
  padding: 5% 20px;
  background: linear-gradient(to bottom, black, gray);
  position: relative;
  overflow: hidden;
}

#bgVideo {
  object-fit: cover;
  filter: opacity(50%);
}

.home-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.home-header h1,
.home-header span,
.home-header p,
.learn-more {
  position: relative;
  z-index: 2;
}

.home-header h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.home-header span {
  color: yellow;
}

.home-header p {
  font-size: 3rem;
  color: white;
}

.learn-more {
  display: inline-block;
  background-color: #ffd700;
  color: black;
  padding: 10px 20px;
  font-size: 1.8rem;
  border-radius: 20px;
  text-decoration: none;
}

.learn-more:hover {
  background-color: #ffff00;
}

.learn-more:active {
  transform: scale(0.96);
}

@media (max-width: 768px) {
  .home-header h1 {
    font-size: 20px;
  }

  .home-header p {
    font-size: 17px;
  }

  .learn-more {
    font-size: 1.5rem;
    padding: 8px 15px;
  }
}

@media (max-width: 480px) {
  .home-header h1 {
    font-size: 18px;
  }

  .home-header p {
    font-size: 15px;
  }

  .learn-more {
    font-size: 15px;
    padding: 6px 10px;
  }
}
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #000;
  color: white;
  border: 1px solid #fff;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
}

#scrollTopBtn:hover {
  background-color: #ffed00;
  color: #000;
  border: 1px solid #000;
  outline: 1px solid #fff;
}

/* Home - Header */
.WhoWeAre {
  width: 100%;
  padding: 0 5%;
  margin: 80px 0;
}
.WhoWeAre h3 {
  font-size: 25px;
  background-color: #f1d100;
  padding: 10px 20px;
  display: inline;
  border-radius: 30px;
  margin-left: 5%;
}
.WhoWeAre #quot2 {
  position: absolute;
  right: 5%;
}

@media (max-width: 768px) {
  .WhoWeAre {
    padding: 0 2%;
    margin: 60px 0 0;
  }
  .WhoWeAre h3 {
    font-size: 20px;
    margin-left: 2%;
  }
  .WhoWeAre #quot2 {
    right: 2%;
  }
}

@media (max-width: 480px) {
  .WhoWeAre {
    padding: 0 10%;
    margin: 60px 0 0;
  }
  .WhoWeAre h3 {
    font-size: 17px;
    margin-left: 1%;
  }
  .WhoWeAre #quot2 {
    right: 10%;
  }
  .WhoWeAre p {
    font-size: 14px;
  }
  .WhoWeAre p img {
    width: 20px;
  }
  #scrollTopBtn {
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    padding: 3px 8px;
  }
}

/* Home - image services */
#imgservices {
  width: 100%;
  height: auto;
  margin: 60px auto;
  aspect-ratio: 16/9;
  position: relative;
}

/* Home - CLIENTS */
.card {
  width: 100%;
  height: 40vh;
  padding: 15px;
  color: white;
  text-align: center;
}

.card p {
  font-size: 20px;
  color: black;
}

.slider {
  width: 100%;
  height: 45vh;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
  margin-bottom: 50px;
}

.slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
  justify-content: center; /* Center the images */
}

.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc(
    (10s / var(--quantity)) * (var(--position) - 1) - 10s
  ) !important;
}

.slider .list .item img {
  width: 100%;
}

@keyframes autoRun {
  from {
    left: 100%;
  }

  to {
    left: calc(var(--width) * -1);
  }
}

.slider:hover .item {
  animation-play-state: paused !important;
  filter: grayscale(1);
}

.slider .item:hover {
  filter: grayscale(0);
}

.slider[reverse="true"] .item {
  animation: reversePlay 10s linear infinite;
}

@keyframes reversePlay {
  from {
    left: calc(var(--width) * -1000);
  }

  to {
    left: 100%;
  }
}

@media (max-width: 768px) {
  #homeclientheader {
    font-size: 20px;
  }
  .card p {
    font-size: 17px;
  }
}

/* All HR */
hr {
  width: 80%;
  height: 10px;
  border: none;
  border-radius: 10px;
  background-color: #ffd700;
}

/* Home - Why Choose Us */
.why-choose {
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 50px;
}

.why-choose h1 {
  font-size: 34px;
  font-weight: bold;
}

.why-choose-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: auto;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 900px;
  text-align: left;
}

.why-item img {
  width: 130px;
  height: auto;
}

.why-item h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}

.why-item p {
  font-size: 20px;
  margin: 5px 0 0;
}

@media (max-width: 768px) {
  .why-choose-content {
    flex-direction: column;
    align-items: center;
  }

  .why-item {
    flex-direction: column;
    text-align: center;
  }
}

#welcomeAI,
#textblast {
  width: 100%;
  aspect-ratio: 16/9;
}

/* Home - Latest */
.latest-banner {
  position: relative;
  margin: 60px 0;
  width: 100%;
}
.latest-banner h1 {
  font-size: 55px;
  text-align: center;
}
.latest-banner h1 img {
  padding: auto 50px;
  width: 70px;
  vertical-align: sub;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% 10%;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-brochure,
.btn-video,
#viewpreBtn {
  display: inline-block;
  background-color: #f1d100; /* Gold color to match the image */
  color: black;
  padding: 20px 30px;
  text-align: center;
  font-size: 35px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.btn-brochure {
  position: absolute;
  right: 19%;
  bottom: 36%;
}
.btn-video {
  position: absolute;
  right: 14.5%;
  bottom: 25%;
}

.btn:hover {
  background-color: rgb(224, 195, 2);
}
.btn:active {
  transform: scale(0.955);
}

.btn-container {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .latest-banner h1 img {
    width: 40px;
  }
  .btn-brochure {
    right: 3rem;
    bottom: 5.3rem;
    font-size: 15px;
    padding: 5px 10px;
  }
  .btn-video {
    right: 1rem;
    bottom: 2.8rem;
    font-size: 15px;
    padding: 5px 10px;
  }
  .modal-content {
    margin: 30% auto;
    padding: 15px;
  }
  .latest-banner h1 {
    font-size: 25px;
  }
}

/* Home - latest mobile */
.latest-mobile {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.latest-mobile div {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 50%;
}
.latest-details {
  display: flex;
  justify-content: end;
  padding: 10px 20px 10px 200px;
  flex-direction: column;
}
.latest-details h1 {
  font-size: 90px;
  text-align: center;
  padding: 10px 20px;
  font-weight: bolder;
  border-radius: 15px;
  background-color: #ffed00;
}
/* .latest-details a {
  text-decoration: none;
  color: black;
  font-size: 2rem;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #f1d100;
} */
.latest-image img {
  width: 500px;
  padding-left: 70px;
}

@media (max-width: 768px) {
  .latest-mobile {
    flex-direction: column;
    align-items: center;
  }
  .latest-mobile div {
    width: 100%;
    justify-content: center;
  }
  .latest-details {
    padding: 10px;
    align-items: center;
  }
  .latest-details h1 {
    font-size: 60px;
  }
  .latest-image img {
    width: 100%;
    height: 40vh;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .latest-details h1 {
    font-size: 40px;
  }
  .latest-details a {
    font-size: 1.5rem;
    padding: 8px 15px;
  }
  .latest-image img {
    width: 100%;
  }
}

/* Contact us */
.contact-home {
  width: 100%;
  background-color: #f7e675;
  border-radius: 40px 40px 0 0;
  padding: 20px;
}
.contact-header {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 10%;
}
.contact2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  padding: 20px;
}
.contact2 .contact-map {
  padding-right: 10rem;
}
.contact2 .contact-map iframe {
  border-radius: 20px;
  width: 30vw;
  height: 40vh;
  border: 1px solid black;
}
.contact2 .contact-details {
  font-size: 17px;
}
.contact2 .contact-details a,
p {
  color: #000;
  text-decoration: none;
  font-size: 2rem;
}
.contact2 .contact-details a:hover {
  color: rgb(139, 107, 0);
}
.contact2 .contact-details p i {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .contact2 {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .contact2 .contact-map {
    padding-left: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  .contact2 .contact-map iframe {
    width: 80vw;
    height: 40vh;
  }
  .contact2 .contact-details {
    padding-top: 0;
    text-align: center;
  }
  .contact2 .contact-details a,
  p {
    font-size: 17px;
  }
  iframe {
    width: 100%;
  }
}

/* LATEST - TextBlast */
.latest-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.latest-header div {
  width: 50%;
}
.latest-header .latest-image img {
  padding-left: 0;
  width: 85%;
}
.latest-header .latest-details {
  font-size: 64px;
  text-align: center;
  padding-left: 10px;
}
.latest-header .latest-details p {
  color: #e7862a;
  font-size: 64px;
}

/* WHYYYYY */
.latest-why {
  font-size: 3rem;
  width: 100%;
  padding-left: 10rem;
  display: flex;
}
.latest-list {
  width: 80%;
  flex-direction: column;
}
#latest-convo {
  width: 60%;
}

/* FREEBIE */
.latest-freebie {
  width: 100%;
  margin: 60px 0;
}
.latest-freebie h3 {
  font-size: 3.3rem;
  display: inline;
  padding: 4px 12px;
  background-color: #ffed00;
  border-radius: 15px;
}
#latest-get {
  width: 100%;
  text-align: center;
}
.latest-freebie span {
  padding-left: 5rem;
}

.latest-freebie ol li::before {
  content: counter(my-counter) "";
  color: #f1d100;
  font-size: 1.5em;
  background-color: #000;
  border-radius: 50%;
  font-weight: bold;
  padding: 3px 15px;
  margin: 10px;
}

.latest-freebie ol li {
  font-size: 1.9rem;
  padding: 1rem 0;
  counter-increment: my-counter;
  list-style: none;
}
.latest-freebie ol {
  counter-reset: my-counter;
  font-size: 1.5rem;
  padding-left: 10rem;
}

/* latest - schedule */
.sched {
  width: 100%;
  font-size: 2rem;
  padding-left: 10rem;
}
.sched-header {
  display: flex;
}
.sched-header h2 {
  font-size: 3.3rem;
  padding: 4px 12px;
  background-color: #ffed00;
  border-radius: 15px;
}
.sched img {
  width: 60px;
  margin-right: 1rem;
}
.sched p {
  font-weight: 500;
  font-size: 1.9rem;
}

/* latest-cost */
.cost {
  width: 100%;
  font-size: 2rem;
  padding-left: 10rem;
}
.cost-header {
  display: flex;
}
.cost-header h2 {
  font-size: 3.3rem;
  padding: 4px 12px;
  background-color: #ffed00;
  border-radius: 15px;
}
.cost img {
  width: 60px;
  margin-right: 1rem;
}
.cost-details {
  display: flex;
  flex-direction: row;
}
.cost-details .details1 {
  width: 30%;
  padding: 30px;
}
.cost-details .details2 {
  width: 0%;
}
.cost p {
  font-weight: 600;
  font-size: 1.9rem;
}

/* latest-sample */
.sample {
  width: 100%;
  font-size: 2rem;
  padding-left: 10rem;
  margin-bottom: 40px;
}
.sample-header {
  display: flex;
}
.sample-header h2 {
  font-size: 3.3rem;
  padding: 4px 12px;
  background-color: #ffed00;
  border-radius: 15px;
}
.sample img {
  width: 60px;
  margin-right: 1rem;
}
.sample-details {
  display: flex;
  justify-content: start;
  padding-left: 7rem;
}
.sample-details img {
  width: 70%;
}

/* latest- contact */
.latest-contact {
  text-align: center;
  margin-bottom: 50px;
}
.latest-contact h2 {
  width: 100%;
  font-size: 3rem;
  padding: 15px;
  background-color: #ffed00;
}
.latest-contact a {
  text-decoration: none;
  color: #000;
  font-size: 2.5rem;
  padding: 10px 20px;
  background-color: #f1d100;
  font-weight: 500;
  border-radius: 25px;
}

@media (max-width: 768px) {
  .latest-header {
    width: 100%;
    flex-direction: row;
  }
  .latest-header .latest-details {
    font-size: 20px;
  }
  .latest-header .latest-details p {
    font-size: 20px;
  }
  .latest-header .latest-image img {
    aspect-ratio: 4/3;
    width: 100%;
  }
  .latest-why {
    font-size: 1.5rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
  }
  .latest-why div {
    width: 50%;
  }
  #latest-convo {
    height: 100%;
    width: 90%;
    justify-content: center;
  }
  .latest-freebie h3 {
    font-size: 24px;
    padding: 0 20px;
  }
  .latest-freebie ol {
    padding-left: 1rem;
  }
  .latest-freebie ol li::before {
    font-size: 20px;
    padding: 2px 8px;
    margin: 0 10px;
  }
  .latest-freebie ol li {
    font-size: 17px;
    padding: 1rem 0;
  }
  .latest-freebie span {
    padding-left: 3rem;
  }
  .sched {
    padding-left: 1rem;
  }
  .sched-header img {
    width: 40px;
  }
  .sched .sched-header h2 {
    font-size: 25px;
  }
  .sched p img {
    width: 30px;
  }
  .sched p {
    font-size: 17px;
  }
  .cost {
    padding-left: 1rem;
    margin: 60px 0 20px;
  }
  .cost .cost-header img {
    width: 40px;
  }
  .cost .cost-header h2 {
    font-size: 25px;
    margin: 0;
  }
  .cost .cost-details .details1 {
    width: 50%;
    padding: 10px 30px;
  }
  .cost-details p {
    font-size: 13px;
  }
  .sample {
    padding-left: 1rem;
    margin: 0 0 40px;
  }
  .sample .sample-header h2 {
    font-size: 25px;
  }
  .sample .sample-header img {
    width: 40px;
  }
  .sample-details {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  #latest-contacth2 {
    font-size: 17px;
  }
  #latest-contactlink {
    font-size: 17px;
  }
}

/* ABOUT US - Header */
.about-header {
  text-align: center;
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-header h2 {
  font-size: 25px;
  background-color: #ffed00;
  display: inline;
  padding: 10px 20px;
  border-radius: 15px;
}
.about-header p {
  font-size: 20px;
  width: 65%;
}
.about-header hr {
  width: 70%;
  background-color: #ffd700;
  height: 5px;
  margin-bottom: 40px;
}

.team {
  width: 100%;
  padding: 0 10%;
  margin: 60px 0;
}
.team .teamsub1,
.teamsub2,
.teamsub3 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  margin: 20px 0;
}
.members {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.team .teamsub1 .members img,
.teamsub2 .members img,
.teamsub3 .members img {
  width: 45%;
  border: 3px solid #f1d100;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.team .teamsub1 .members p,
.teamsub2 .members p,
.teamsub3 .members p {
  font-size: 20px;
  text-align: center;
}
.team hr {
  width: 100%;
  background-color: #ffd700;
  height: 5px;
  margin-bottom: 40px;
}

.legalities {
  text-align: center;
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.legalities h2 {
  font-size: 25px;
  background-color: #ffed00;
  display: inline;
  padding: 10px 20px;
  border-radius: 15px;
}
.legal1,
.legal2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 25px;
}
.legal1 p,
.legal2 p {
  font-size: 20px;
}
.legal1 img,
.legal2 img {
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

@media (max-width: 768px) {
  .team {
    padding: 0 5%;
  }
  .team .teamsub1,
  .teamsub2,
  .teamsub3 {
    justify-content: center;
    align-items: start;
    margin: 10px 0;
  }
  .about-header {
    margin: 30px 0 0;
  }
  .about-header p {
    font-size: 14px;
  }
  .about-header h2 {
    margin: 0;
  }
  .team {
    margin: 0;
  }
  .members {
    width: 80%;
    margin-bottom: 20px;
  }
  .team .teamsub1 .members img,
  .teamsub2 .members img,
  .teamsub3 .members img {
    width: 60%;
  }
  .team .teamsub1 .members p,
  .teamsub2 .members p,
  .teamsub3 .members p {
    font-size: 12px;
  }
  .legalities h2 {
    font-size: 20px;
  }
  .legal1,
  .legal2 {
    align-items: center;
  }
  .legal1 p,
  .legal2 p {
    font-size: 12px;
    text-align: center;
  }
  .legal1 img,
  .legal2 img {
    width: 80%;
    margin-bottom: 20px;
  }
}

/* SERVICES - Alec */
.services-body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

.services-h1 {
  background: #f1d100;
  padding: 15px;
  display: inline-block;
  border-radius: 25px;
  font-size: calc(0.7rem + 1vw); /* Adjust font size for mobile */
}

/* IMAGES */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px; /* Adjust padding for mobile */
}

.services > *:nth-child(10) {
  grid-column: 2 / 3;
}
.intro-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-text p {
  width: 80%;
}

.service-item {
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.service-item img {
  width: 65%;
  height: 65%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 25px;
}

.servicewhy {
  width: 100%;
  margin: 60px 0;
}

.servicewhy .serviceget {
  display: flex;
  justify-content: center;
  align-items: center;
}

.servicewhy .serviceget h3 {
  font-size: 3rem;
  display: inline;
  padding: 4px 12px;
  background-color: #f1d100;
  border-radius: 15px;
}

.serviceget {
  width: 100%;
  text-align: left;
}

.servicewhy ol {
  counter-reset: my-counter;
  font-size: 1.5rem;
  padding-left: 10rem;
}

.servicewhy ol li {
  font-size: 1.9rem;
  list-style: none;
  position: relative;
  margin: 35px 0;
  padding-left: 95px; /* Adjust space for the image */
}

.servicewhy ol li::before {
  content: ""; /* Remove counter */
  display: inline-block;
  width: 70px; /* Adjust size of image */
  height: 70px;
  background: url("../img/icons/check.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.servicewhy p {
  text-align: center;
  background-color: #ffed00;
  padding: 10px 0;
}
.intro-text {
  font-size: 20px; /* Adjust font size for mobile */
  color: #333;
  line-height: 1.6;
  margin: 10px 0; /* Adjust margin for mobile */
}
#mobileservices {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.mobileimg img {
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .mobileimg {
    width: 90%;
    max-width: 300px;
  }

  .services-body .intro-text {
    font-size: 15px;
    margin-top: 30px;
  }
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-item img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .service-item h3 {
    font-size: 13px;
  }
  #mobileservices img {
    width: 90%;
  }
  .servicewhy .serviceget h3 {
    font-size: 25px;
  }
  .servicewhy h3,
  ol li {
    font-size: 20px;
  }
  .servicewhy ol {
    padding-left: 1.5rem;
    width: 90%;
  }
  .servicewhy ol li {
    font-size: 17px;
    padding-left: 55px;
    margin: 15px 0;
  }
  .servicewhy ol li::before {
    width: 40px;
    height: 40px;
  }
  .servicewhy p {
    font-size: 17px;
    padding: 10px 10%;
  }
  .servicewhy a {
    font-size: 17px;
  }
}

/* LOGIN */
.login {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #000;
}
.login .back {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  padding: 20px 50px;
  object-fit: cover;
  font-size: 30px;
}
.login .back a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.login .loginlinks {
  width: 30%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  float: right;
  color: #fff;
  text-decoration: none;
}

.login .loginlinks p,
.loginlinks a {
  color: #fff;
  font-size: 20px;
  margin-right: 30px;
  text-decoration: none;
}

.loginlinks a {
  background-color: #ffed00;
  color: #000;
  padding: 10px 20px;
  border-radius: 25px;
}
.loginlinks a:hover {
  background-color: #ffd700;
}
.loginlinks a:active {
  background-color: #ffd700;
  transform: scale(0.96);
}

#loginimg {
  width: 80%;
  margin: 2.8% 10%;
  border-radius: 15px;
}
@media (max-width:768px) {
  .login{
    flex-direction: column;
  }
  .login .back,
  .login .loginlinks{
    justify-content: center;
    width: 100%;
  }
  .loginlinks p,
  .loginlinks a{
    font-size: 18px;
    margin-right: 10px !important;
    padding: 5px 10px;
  }
  #backhome{
    display: none;
  }
  main {
   height:45vh;
  }
  #loginimg{
    margin: 30% 10%;
  }
}

/* LOGIN - bottom frames */
.frame1 {
  width: 100%;
  height: 100px;
  background-color: #ffed00;
}
.frame2 {
  width: 100%;
  height: 100px;
  background-color: #f1d100;
}

/* FOOTER */
.footer {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  padding: 40px 30px;
  justify-content: space-between;
  align-items: center;
  color: white;
  background-color: #000;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.footer-left,
.footer-right {
  flex: 1;
  min-width: 250px;
  padding: 0 20px;
}

.footer-left img {
  height: 80px;
}

.footer-left p,
.footer-right p {
  margin: 10px 0;
  font-size: 20px;
  display: flex;
  color: white;
  align-items: center;
}
.footer-center {
  width: 20%;
}
.footer-right p {
  margin-bottom: 30px;
}

.footer-right img {
  height: 30px;
  margin-right: 10px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color: yellow;
}

.footer .copyrightwide,
.mobcopyright {
  padding: 20px 0;
  text-align: center;
  font-size: 9px;
  color: #fff;
}
#copyright2 {
  display: none;
}

@media (max-width: 768px) {
  .footer {
    font-size: 15px;
  }
  .footer-left {
    display: inline-block;
    padding: 0 0 0 20px;
    justify-content: start;
  }
  .footer-left img {
    width: 80%;
  }

  .footer-left p,
  .footer-right p {
    font-size: 17px;
  }
  .footer .copyrightwide {
    display: none;
  }
  #copyright2 {
    width: 100%;
    display: block;
  }
  #copyright2 p {
    text-align: left;
    padding: 0 30px;
  }
}
