body{
    background-color: #b5edf5;
    overflow-x: hidden;
    font-family: "Segoe UI", sans-serif;
    scroll-behavior: smooth;
}
body::-webkit-scrollbar{
    width: 0    
}

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

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* ← change opacity and color here */
  z-index: 2;
}

.content {
  position: relative;
  top: 120px;
  right: 200px;
  z-index: 3;
  text-align: center;
  color: white;
  padding-top: 20vh;
}

.content h1{
  font-size: 100px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: linear-gradient(to right, #0f2027, #203a43, #2c5364); */
  padding: 15px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgba(8, 24, 31, 0.831); /* semi-transparent */
  backdrop-filter: blur(10px);
  color: white;
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
}

.nav-links {
  display: flex;
  gap: 25px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}

.nav-links a::after {
  content: "";
  height: 2px;
  background: white;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: 0.7s;
}

.nav-links a:hover::after {
  width: 100%;
  background-color: red;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: white;
  border-radius: 3px;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 68px;
    right: 0;
    height: 100vh;
    z-index: 1000;
    background: rgba(8, 24, 31, 0.831); /* semi-transparent */
    backdrop-filter: blur(100px);
    opacity: 1;
    flex-direction: column;
    width: 170px;
    /* border: 2px solid white; */
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    padding: 15px;
    /* border-radius: 7px; */
    overflow-x: hidden;
  }

  .nav-links a::after {
    content: "";
    height: 2px;
    background: white;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -7px;
    transition: 0.7s;
    display: none;
  }
  
  .nav-links a:hover::after {
    width: 100%;
    display: none;
  }


  .nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 50px;
    position: relative;
  }
  .nav-links.active {
    transform: translateX(0);
  }

  .hamburger {
    display: flex;
  }
  .video-container {
    position: relative;
    width: 100%;
    height: 105vh;
    overflow: hidden;
  }

  .content {
    position: relative;
    top: 120px;
    right: 3px;
    z-index: 3;
    text-align: center;
    color: white;
    overflow-x: hidden;
    padding-top: 20vh;
  }
  .content h1{
    font-size: 60px;
  }
  
  .content h3{
    font-size: 15px;
  }

  .content p{
    font-size: 7px;
    color: greenyellow;
  }
  
}

/* .div{
    width: auto;
    background-color: transparent;
    border-radius: 20px;
    padding: 20px;
}
.ul{
    display: flex;
    gap: 90px;
    justify-content: center;
}
.home,
.register,
.about,
.accademy,
.support{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: black;
    border-bottom: 2px solid  #E0F7FA;
    text-decoration: none;
    width: 10px;
    transition: 0.5s ease;
}
.support:hover{
    width: 52px;
    border-color:  #E0F7FA;
}
.register:hover{
    width: 55px;
    border-color:  #E0F7FA;
}
.home:hover{
    width: 45px;
    border-color:  #E0F7FA;
}
.accademy:hover{
    width: 42px;
    border-color:  #E0F7FA;
}
.about:hover{
    width: 42px;
    border-color:  #E0F7FA;
} */


/* text-area */

.text-1{
    position: relative;
    bottom: 50px;
    left: 20px;
    padding: 20px;
    font-size: 25px;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* background-color: var(--solar-bg); */
    /* color: #003B5C; */
    color: white;
    font-family: 'Helvetica Neue', sans-serif;
}
.box{
    position: relative;
    left: 465px;
    bottom: 130px;
    gap: 10px;
    display: flex;
}
.box-1{
    border: 2px solid  #E0F7FA;
    width: 250px;
    background: url(./image/IMG-20250408-WA0021.jpg);
    border-radius: 20px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    backdrop-filter: blur(5px);
    height: 300px;
    transition: 0.6s ease;
}
.box-1:hover{
    width: 260px;
    height: 310px;
    /* opacity: 0.5; */
}
.box-2{
    border: 2px solid  #E0F7FA;
    width: 250px;
    background: url(./image/IMG-20250408-WA0022.jpg);
    border-radius: 20px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    height: 300px;
    transition: 0.6s ease;
}
.box-2:hover{
    width: 260px;
    height: 310px;
}
.box-3{
    border: 2px solid  #E0F7FA;
    width: 250px;
    background: url(./image/IMG-20250408-WA0023.jpg);
    border-radius: 20px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    height: 300px;
    transition: 0.6s;
}
.box-3:hover{
    width: 260px;
    height: 310px;
}


  #chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;
    font-family: Arial, sans-serif;
    z-index: 9999;
  }

  #chat-header {
    position: relative;
    left: -50px;
    top: 20px;
    background-color: #007bff;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  #chat-body {
    position: relative;
    left: -50px;
    top: 20px;
    display: none;
    flex-direction: column;
    height: 300px;
    background: black;
    border: 2px solid white;
    color: white;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  #chat-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    font-size: 14px;
  }

  #chat-input {
    padding: 10px;
    border: none;
    border-top: 1px solid #eee;
    width: 100%;
    outline: none;
    font-size: 14px;
  }

  #backToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    padding: 10px 15px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: none;
    z-index: 9999;
    transition: opacity 0.3s ease-in-out;
  }
  #backToTop:hover {
    background-color: #0056b3;
  }

  .whatsapp-float {
    position: fixed;
    bottom: -10px;
    right: 6px;
    /* background-color: #25d366; */
    color: white;
    font-size: 12px;
    /* width: 20px;
    height: 50px; */
    padding: 8px 10px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    transition: background 0.3s ease;
  }
  
  .whatsapp-float:hover {
    background-color: #1ebd5a;
  }

  /* .gallery{
    position: relative;
    top: 50px;
    display: flex;
    gap: 25px;
  } */
  /* .g-1{
    border: 2px solid white;
    background: url(./image/IMG-20250408-WA0017.jpg);
    width: 400px;
    border-radius: 20px;
    height: 400px;
    background-position: center;
    background-size: cover;

  }
  .g-2{
    border: 2px solid white;
    background: url(./image/IMG-20250408-WA0018.jpg);
    width: 400px;
    border-radius: 20px;
    height: 400px;
    background-position: center;
    background-size: cover;

  }
  .g-3{
    border: 2px solid white;
    background: url(./image/IMG-20250408-WA0019.jpg);
    width: 400px;
    border-radius: 20px;
    height: 400px;
    background-position: center;
    background-size: cover;

  } */

  .video-showcase {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(grey, whitesmoke);
    /* border-radius: 50px; */
  }
  
  .video-showcase h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  
  .video-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .video-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .video-card:hover {
    transform: scale(1.05) rotateY(2deg);
  }
  
  .video-card video {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .video-card h3 {
    font-size: 1.1rem;
    margin: 15px;
  }
  
  .video-card p {
    font-size: 0.95rem;
    color: #555;
    padding: 0 15px 20px;
  }
  
/* 
  .gallery-section {
    text-align: center;
    background-color: white;
    border-radius: 60px;
    padding: 40px 20px;
  }
  
  .gallery-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .gallery-item {
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
    border: 2px solid white;
    border-radius: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 300px;
  }
  
  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  @media (max-width: 768px) {
    .gallery {
      flex-direction: column;
      align-items: center;
    }
  }
   */

   .gallery-section {
    background: linear-gradient( #d9f3ff, #255742);
    padding: 80px 30px;
    /* border-radius: 60px; */
    text-align: center;
  }
  
  .gallery-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #0a0a0a;
  }
  
  .gallery-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .gallery-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    width: 280px;
    transition: transform 0.4s ease;
    cursor: pointer;
  }
  
  .gallery-card:hover {
    transform: scale(1.05) rotateY(2deg);
  }
  
  .gallery-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }
  
  .gallery-card p {
    padding: 15px;
    font-size: 1rem;
    color: #444;
  }
  

    .services-section {
      background: linear-gradient(rgb(124, 144, 161), white);
      padding: 70px 30px;
      /* border-radius: 70px; */
      text-align: center;
    }
  
    .services-section h2 {
      font-size: 2.7rem;
      font-weight: bold;
      margin-bottom: 50px;
    }
  
    .services {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
  
    .service-card {
      background: #ffffff;
      border-radius: 25px;
      padding: 35px 25px;
      width: 300px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      perspective: 1000px;
    }
  
    .service-card:hover {
      transform: rotateY(6deg) scale(1.05);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }
  
    .icon-box {
      background-color: #e0f7fa;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px auto;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
  
    .icon-box svg {
      width: 40px;
      height: 40px;
      stroke: #007bff;
    }
  
    .service-card h3 {
      font-size: 1.4rem;
      margin-bottom: 15px;
    }
  
    .service-card p {
      color: #555;
      font-size: 1rem;
      line-height: 1.6;
    }
  
    @media (max-width: 768px) {
      .services {
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
      }
      .service-card {
        background: #ffffff;
        border-radius: 25px;
        padding: 35px 25px;
        width: 250px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        perspective: 1000px;
      }
    }


    .testimonials-section {
      background:linear-gradient( #549ce4, #f8faff);
      padding: 60px 20px;
      /* border-radius: 60px; */
      text-align: center;
    }
    
    .testimonials-section h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 50px;
    }
    
    .testimonials {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
    
    .testimonial-card {
      background: #f2faff;
      border-radius: 20px;
      padding: 30px;
      max-width: 320px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    
    .testimonial-card:hover {
      transform: translateY(-10px) rotateX(2deg);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
    
    .testimonial-text {
      font-size: 1.1rem;
      font-style: italic;
      color: #333;
      margin-bottom: 25px;
    }
    
    .testimonial-client {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    
    .testimonial-client img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }
    
    .testimonial-client h4 {
      font-size: 1.1rem;
      margin: 0;
    }
    
    .testimonial-client span {
      font-size: 0.9rem;
      color: #666;
    }
    
    @media (max-width: 768px) {
      .testimonials {
        flex-direction: column;
        align-items: center;
      }
      body::-webkit-scrollbar{
        width: 0    
    }
    }
    
    .cta-section {
      background: linear-gradient(135deg, #007bff 10%, #00c3ff 100%);
      color: #fff;
      padding: 60px 20px;
      display: flex;
      /* border-radius: 60px; */
      flex-wrap: wrap;
      justify-content: center;
      gap: 50px;
      align-items: center;
    }
    
    .cta-content {
      max-width: 400px;
      text-align: center;
    }
    
    .cta-content h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
    }
    
    .cta-content p {
      font-size: 1.1rem;
      margin-bottom: 30px;
    }
    
    .cta-button {
      background-color: #fff;
      color: #007bff;
      padding: 12px 25px;
      font-size: 1rem;
      border-radius: 30px;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block;
    }
    
    .cta-button:hover {
      background-color: #e6f0ff;
    }
    
    .contact-form {
      background-color: #ffffff;
      padding: 30px;
      /* border-radius: 20px; */
      max-width: 400px;
      width: 100%;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    
    .contact-form h3 {
      color: #333;
      margin-bottom: 20px;
      font-size: 1.5rem;
      text-align: center;
    }
    
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 12px 15px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 10px;
      font-size: 1rem;
      resize: none;
    }
    
    .contact-form button {
      width: 100%;
      background-color: #007bff;
      color: #fff;
      padding: 12px;
      font-size: 1rem;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    
    .contact-form button:hover {
      background-color: #005dc8;
    }
    
    @media (max-width: 768px) {
      .cta-section {
        flex-direction: column;
        text-align: center;
      }

      .contact-form input,
      .contact-form textarea {
        width: 85%;
        padding: 12px 15px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        /* border-radius: 10px; */
        font-size: 1rem;
        resize: none;
      }

      .contact-form {
        background-color: #ffffff;
        padding: 30px;
        /* border-radius: 20px; */
        max-width: 400px;
        width: 85%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      }
      
      
    }
    

  @media screen and (max-width: 620px) {
    .background{
      position: relative;
      bottom: 15px;
      right: 10px;
      background: url(./image/nuno-marques-0GbrjL3vZF4-unsplash.jpg);
      width: 700px;
      border-radius: 10px;
      height: 400px;
      background-position: center;
      background-size: cover;
    }
    .box{
      display: none;
    }
  }


  .bonus-section {
    background: linear-gradient(rgb(144, 188, 144), white);
    padding: 60px 20px;
    /* border-radius: 60px; */
    text-align: center;
  }
  
  .bonus-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .bonus-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }
  
  .bonus-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .bonus-card:hover {
    transform: scale(1.05) rotateX(1deg);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  }
  
  .bonus-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .bonus-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  
  .bonus-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
  }
  
  .about-grid-section {
    background:linear-gradient( #004080, #f8faff);
    padding: 70px 20px;
    /* border-radius: 60px; */
    text-align: center;
  }
  
  .about-grid-section h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  
  .about-intro {
    max-width: 700px;
    margin: 0 auto 50px auto;
    font-size: 1.1rem;
    color: #555;
  }
  
  .about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
  }
  
  .about-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
  }
  
  .about-item:hover {
    transform: rotateY(6deg) scale(1.03);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
  }
  
  .about-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .about-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  
  .about-item p {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
  }
  .site-footer {
    background: linear-gradient(to right, #001f3f, #004080);
    color: #fff;
    padding: 60px 20px 30px;
    /* border-radius: 40px; */
    font-family: 'Segoe UI', sans-serif;
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-brand h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
  .footer-brand p {
    font-size: 1rem;
    max-width: 300px;
    color: #ccc;
  }
  
  .footer-links h4,
  .footer-contact h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin-bottom: 10px;
  }
  
  .footer-links a {
    color: #eee;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-links a:hover {
    color: #00c3ff;
  }
  
  .footer-contact p {
    margin: 5px 0;
    font-size: 0.95rem;
    color: #ccc;
  }
  
  .footer-socials a {
    color: #00c3ff;
    font-size: 1.2rem;
    margin-right: 10px;
    transition: transform 0.3s;
  }
  
  .footer-socials a:hover {
    transform: scale(1.2);
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 0.9rem;
    color: #aaa;
  }
  
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      text-align: center;
      gap: 30px;
    }
  
    .footer-brand,
    .footer-links,
    .footer-contact {
      margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 600px) {
    .background{
      position: relative;
      bottom: 15px;
      right: 10px;
      background: url(./image/nuno-marques-0GbrjL3vZF4-unsplash.jpg);
      width: 400px;
      border-radius: 10px;
      height: 400px;
      background-position: center;
      background-size: cover;
      overflow-x: hidden;
    }

    .site-footer {
      background: linear-gradient(to right, #001f3f, #004080);
      color: #fff;
      padding: 60px 20px 30px;
      border-radius: 0;
      font-family: 'Segoe UI', sans-serif;
    }
    
    body{
      background-color: #b5edf5;
      /* background-color: rgba(2, 2, 118, 0.879); */
    }
    .div{
      padding: 15px;
    }
    .ul{
      position: relative;
      right: 25px;
      font-size: 10px;
      gap: 55px;
    }
    .text{
      position: relative;
      right: 30px;
    }
    .power{
      font-size: 55px;
      color: white;
    }
    .solar{
      position: absolute;
      
      font-size: 20px;
    }
    .text-1{
      display: none;
    }
    .enoch{
      position: relative;
      top: 180px;
      right: 777px;
    }
    .now{
      width: 110px;
      height: 50px;
      font-size: 13px;
      color: white;
    }
    .now-1{
      width: 110px;
      height: 50px;
      font-size: 13px;
      color: white;
    }
    .now:hover{
      display: none;
    }
    .now-1:hover{
      display: none;
    }
    .box-1{
      position: relative;
      right: 473px;
      top: 70px;
      width: 505px;
      display: none;
      height: 200px;
      background: url(./image/IMG-20250408-WA0021.jpg);
      background-position: center;
      background-size: cover;
    }
    .box-2{
      position: relative;
      right: 455px;
      top: 70px;
      width: 505px;
      display: none;
      height: 200px;
      background: url(./image/IMG-20250408-WA0022.jpg);
      background-position: center;
      background-size: cover;
    }

    .box-3{
      display: none;
    }
    #chat-body{
      position: relative;
      left: 25px;
      display: none;
      height: 200px;
      width: 150px;
      display: none;
    }
    #chat-header{
      position: relative;
      left: 25px;
      display: none;
      width: 133px;
      display: none;
    }
    .whatsapp-float{
      position: fixed;
      right: 120px;
      display: none;
    }
  
  }

  