* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
body {
        font-family: Arial, sans-serif;
        line-height: 1.5;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
      }
    
  @media (max-width: 768px) {
    body {
      font-family: Arial, sans-serif;
      line-height: 1.5;
      overflow-x: hidden;
      margin: 0;
      padding: 0;
      width: 100%;
    }
  }
       
@keyframes scroll {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Scroll container */
.scroll-container {
  width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: 30px;
}

/* Scrolling text */
.scroll-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 30px;
  min-width: 200%; 
}

/* Duplicate the text for continuous scrolling */
.scroll-text::after {
  content: attr(data-text) " " attr(data-text); 
  display: inline-block;
  padding-left: 50px;
}

/* Adjust font size for mobile */
@media (max-width: 768px) {
  .scroll-text {
    animation: scroll 40s linear infinite; 
    min-width: 350%;
  }
}

/* Adjust font sizes for different screens */
@media (min-width: 768px) {
  .scroll-text span {
    font-size: 20px;
    min-width: 250%;
  }
}

@media (min-width: 1200px) {
  .scroll-text span {
    font-size: 24px;
  }
}

/* for hamburger menu */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
    
/* Navigation Bar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 90px;
  transition: all 0.5s ease;
}
  
/* Adjust the body or content container below */
body {
  margin-top: 90px;
}
    
.navbar.shrink {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 8px 20px;
        height: 60px;
      }
  
      .brand-logo img {
        width: 130px;
        height: 180%;
        margin-top: 10px;
        transition: all 0.5s ease;
        margin-left: 10px;
      }
  
      .navbar.shrink .brand-logo img {
        width: 100px;
        height: 150%;
        margin-top: 10px;
      }
  
      .menu-toggle {
        display: none;
        flex-direction: column;
        cursor: pointer;
      }
  
      .menu-toggle span {
        background: #fff;
        height: 3px;
        width: 25px;
        margin: 4px 0;
        transition: all 0.3s ease;
      }
  
      
      .nav-links {
        display: flex;
        list-style: none;
        gap: 5px;
        margin-right: 20px;
      }
  
      @media (min-width:768px) {
      .nav-links {  
        gap: 30px;
      }
    }
  
  
      .nav-links a {
        color: #fff;
        text-decoration: none;
      }
  
      .nav-links li a:hover {
      text-decoration: underline; 
      }
  
      @media (max-width: 768px) {
        .menu-toggle {
          display: flex;
        }
  
        .nav-links {
          position: fixed;
          top: 0;
          left: -100%;
          width: 250px;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.90);
          flex-direction: column;
          padding-top: 60px;
          transition: left 1s ease;
          z-index: 100;
        }
  
        .nav-links.active {
          left: 0;
        }
  
        .nav-links li {
          margin: 10px 20px;
        }

      }
  
      .hidden-text {
        display: none;
      }
  
      /* Style for the Image Container */
      .image-container {
        position: relative;
        background: url('images/haboddesigntech-page.webp') no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 520px;
      }
  
      /* Ensures the image stretches to the full width */
      .image-container img {
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        max-height: 100%;
        object-fit: contain;
        margin-left: 30px;
      }
  
      
    
      .image-container h1 {
        position: absolute;
        margin-top: 65px;
        margin-left: 150px;
        font-size: 20px;
        color: #f1f1f1;
      }
  
      .text-container {
        line-height: 1.5;
        margin-left: 100px;
      }
  
      .button-container .cta-buttons {
        position: absolute;
        margin-top: 360px;
        margin-left: 65%;
        padding: 4px 12px; 
        font-size: 12px;
      }

      @media (min-width: 768px) {
        .button-container .cta-buttons {
          position: absolute;
          margin-top: 450px;
          margin-left: 65%;
          padding: 10px 20px; 
          font-size: 16px;
        }
      }

      
      
  
  
  
      @media (max-width: 768px) {
        .image-container img {
          height: 300px;
          object-fit: cover;
          object-position: left center;
          overflow: hidden;
          margin-left: 10px;
        }

        
  
        .image-container {
          position: relative;
          width: 100%;
          height: 400px;
          }

        .image-container h1 {
          position: absolute;
          margin-top: 65px;
          margin-left: 70px;
          font-size: 30px;
          color: #f1f1f1;
        }
    
  
      }
  
      @media (min-width: 768px) {
        .image-container h1 {
          position: absolute;
          margin-top: 45px;
          margin-left: 250px;
          font-size: 45px;
          color: #f1f1f1;
        }

        .image-container img {
          margin-left: 50px;
      }
    }

      
  
      /* Before Course Section */
      .courses {
        text-align: center;
        padding: 20px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 35px;
        margin-top: 50px;
        margin-bottom: 30px;
        color: rgb(92, 85, 85);
  
      }
  
      @media (min-width: 768px) {
          .courses {
        margin-bottom: 50px;   
      }
        }
  
      /* General styles for the course container */
      .course-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 20px auto;
        width: 75%;
        max-width: 1200px;
        align-self: center;
        margin-top: 25px;
      }
  
  
      /* Each row */
      .course-row {
        display: flex;
        gap: 10vw;
        margin-bottom: 60px;
        justify-content: center;
      }
  
      /* Styling each course item (rectangle) */
      .course-item {
        background-color: #f1f1f1;
        border-radius: 15px;
        width: calc(50% - 10px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        aspect-ratio: 9 / 10;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      }
  
      .course-item .icon {
        flex: 1;
        padding: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: calc(1rem + 0.2vw);
        margin-bottom: -15px;
      }
  
      .course-item .text {
        flex: 1;
        padding: 5%;
        font-size: calc(0.8rem + 0.2vw);
        line-height: 1.2;
        margin-top:2px;
        margin-bottom: 0px;
      }
  
      .course-item .course-name {
        background-color: #9932CC;
        color: white;
        padding: 10px;
        font-size: calc(0.9rem + 0.2vw);
        text-align: center;
      }
  
      a {
        text-decoration: none !important; 
        color: inherit !important; 
      }
      
      a:hover, a:focus, a:visited {
        text-decoration: none !important;
        color: inherit !important;
      }
      
  
      
  
      /* Mobile View */
  
      @media (max-width: 768px) {
        .course-container {
          width: 90%;
          max-width: none;
        }
      }
  
  
      @media (max-width: 768px) {
        .course-item {
          max-width: 170px;
          }
  
        .course-item .icon img {
          height: 50px;
          width: 50;
          align-items: center;
  
        }
  
        .course-item .text,
        .course-item .course-name {
          font-size: calc(0.7rem + 0.5vw);
          }
      }
  
  
      @media (max-width: 480px) {
        .course-item {
          max-width: 160px;
        }
  
        .course-item .icon,
        .course-item .text,
        .course-item .course-name {
          font-size: calc(0.6rem + 0.5vw);
          }
      }
  
  
      @media (min-width: 768px) {
        .course-container {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          gap: 40px;
          margin-bottom: 50px;
          width: 86%;
        }
  
        .course-row {
          display: contents;
          }
  
        .course-item {
          width: 23%;
          max-width: 250px;
          aspect-ratio: 9 / 10;
        }
  
        .course-item .icon img {
          height: 50px;
          width: 50;
          align-items: center;
  
        }
  
        .course-item .text {
          font-size: calc(0.6rem + 0.4vw);
          
  
          .course-item .course-name {
            font-size: calc(0.6rem + 0.5vw);
          }
        }
      }
  
    
      /* Other Courses */
      .other-courses {
        display: flex;
        justify-content: center; 
        
        
    }
    
    .other-courses a {
        text-decoration: underline;
        font-size: 22px;
        font-weight: 600;
        color:rgb(135, 131, 131);
        display: flex;
        align-items: center;
        gap: 8px; 
        transition: color 0.3s ease;
    }
    
    .other-courses .arrow {
        font-size: 40px; 
        transition: transform 0.3s ease;
    }
    
    .other-courses a:hover {
        color: #9932CC; 
    }
    
    .other-courses a:hover .arrow {
        transform: translateX(10px);

    }

  
    @media (max-height: 768px) {
      .other-courses {
        margin-top: -20px;
      }
      }
     
    

    /* After Course Section */
    .imagetextcontainer {
        position: relative;
        width: 100%;
        height: 600px;
        background: linear-gradient(to right, #64028e, #9932CC);
        overflow: hidden;
        margin-top: 60px;
    }
  
    .imagetextcontainer img {
        position: relative;
        bottom: -130px;
        margin-left: 45%;
        height: auto;
        max-height: 100%;
        width: 300px;
        object-fit: cover;
        margin-top: 50px;
    }
  
    .imagetextcontainer-text {
        position: absolute;
        margin-left: 25px;
        font-size: 30px;
        font-weight: bold;
        color: white;
        margin-top: 60px;
    }
  
    @media (min-width: 1023px) {
      .imagetextcontainer {
          margin-top: 120px;
    }
  
   

    .imagetextcontainer img {
      position: relative;
      bottom: 5px;
      margin-left: 60%;
      height: auto;
      max-height: 100%;
      width: 400px;
      object-fit: cover;
      margin-top: 70px;
  }
  
    .imagetextcontainer-text {
        margin-left: 150px;
         font-size: 40px;
         margin-top: 65px;
    }

    .imagetextcontainer-text {
      position: absolute;
      
    
      font-weight: bold;
      color: white;
      
  }
  
    }

    @media (min-width: 768px) and (max-width: 1023px) { 
      .imagetextcontainer {
        margin-top: 120px;
  }

  .imagetextcontainer img {
    position: relative;
    bottom: 5px;
    margin-left: 50%;
    height: auto;
    max-height: 100%;
    width: 400px;
    object-fit: cover;
    margin-top: 70px;
}

  .imagetextcontainer-text {
      margin-left: 80px;
       font-size: 40px;
       margin-top: 65px;
  }

  .imagetextcontainer-text {
    position: absolute;
    
  
    font-weight: bold;
    color: white;
    
}

  }
    
      /* General timeline styling */
        .timeline {
        position: absolute;
        width: 300px;
        margin-top: 130px;
        padding: 20px 0;
        left: 20px;
      }

      
  
      /* Styling for each step */
      .step {
        position: relative;
        padding-left: 50px;
        margin-bottom: 30px;
        }
  
      /* Circle styling */
      .circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: white;
        color: black;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        left: 0;
        top: 0;
      }
  
      /* Text styling */
      .step p {
        margin: 0;
        padding-left: 30x;
        line-height: 40px;
        color: white;
      }
  
      /* Vertical line connecting the circles */
      .timeline::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 20px;
        bottom: 20px;
        width: 2px;
        height: 75%;
        background-color: white;
        }
  
      @media (min-width: 1023px) {
      .timeline {
        position: absolute;
        width: 300px;
        margin-top: 150px;
        padding: 20px 0;
        left: 200px;
      }
    }

    @media (min-width: 768px) and (max-width: 1023px) { 
      .timeline {
        position: absolute;
        width: 300px;
        margin-top: 130px;
        padding: 20px 0;
        left: 100px;
  }
}
  
      /* Reach Us Section */
        .reach-us-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        padding: 40px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        width: 90%;
        max-width: 1200px;
        margin: 20px auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
      }
  
      /* Styling for each section */
      .reach-us-item {
        flex: 1;
        min-width: 200px;
        margin: 10px;
      }
  
      /* Heading styling */
      .reach-us-item h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
      }
  
      /* Text styling */
      .reach-us-item p {
        margin: 5px 0;
        color: #555;
        font-size: 16px;
      }
  
      /* Social links styling */
      .social-links {
        display: flex;
        gap: 10px;
        }
  
      .social-links a {
        text-decoration: none;
        color: #0073e6;
        font-size: 16px;
        display: inline-block;
      }
  
      .social-links a:hover {
        text-decoration: underline;
      }
  
      /* Responsive design */
      @media screen and (max-width: 768px) {
        .reach-us-container {
          flex-wrap: nowrap;
          justify-content: space-around;
          gap: 10px;
          padding: 0 20px;
          }
  
        .reach-us-item {
          flex: 1;
          text-align: center;
          overflow: hidden;
          }
  
        .social-links {
          justify-content: center;
          flex-wrap: wrap;
          gap: 5px;
          }
  
        .social-links a {
          max-width: 100%;
          word-break: break-word;
          }
      }   
  
      /* CTA Section */
      .cta-section {
        background: white;
        padding: 90px 20px;
        position: relative;
        z-index: 1;
        margin-bottom: 40px;
      }
  
      .cta1-container {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        background: black;
        color: white;
        text-align: center;
        padding: 40px 20px;
        border-radius: 10px;
        width: 85%;
        height: 100%;
        max-width: 800px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;     
        gap: 10px;
        }
  
      .cta1-container h2 {
        font-size: 24px;
        margin: 0;
        margin-top: 6px;      
      }
  
      .cta1-container p {
        font-size: 18px;
        margin: 0;
        margin-bottom: 0;
      }
  
      @media (max-width:768px) {
        .cta1-container h2 {
          font-size: 18px;
        }

          .cta1-container p {
            font-size: 14px;
      }
    }
  
  
      /* Hero Section */
      .keep {
        background: linear-gradient(to right, #7b0000, #ff0000);
        color: white;
        padding: 30px 20px;
        text-align: center;
        position: relative;
        width: 100%;
        height: 430px;
      }
  
      .hero-section {
        background: black;
        color: white;
        padding: 30px 20px;
        text-align: center;
        position: relative;
        width: 100%;
        height: 600px;
        margin-bottom: 65px;
      }
  
      .content-container {
        max-width: 1200px;
        margin: 0 auto;
      }
  
      .content-container h1 {
        font-size: 1.9rem;
        margin-top: 30px;
        margin-bottom: 35px;
      }

      .headertext h1 {
        color: #faab5c;
      }
  
      .stats-container {
        position: relative;
        width: 100%;
        height: 300px;
        margin: 0 auto;
        background-color: none;
        overflow: hidden;
        }  
  
      .stats-container .box {
        position: absolute;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
  
      .box-1 {
        top: 20px;
        left: 4px;
        width: 180px;
        height: 270px;
        background-color: #ee7600;
        }
  
      .box-2 {
        position: relative;
        top: 35px;
        left: 165px;
        width: 150px;
        height: 100px;
        background-color: #9932CC;
        display: flex;
  
      }
  
      .box-3 {
        position: relative;
        top: 170px;
        left: 165px;
        width: 150px;
        height: 100px;
        background-color: rgba(80, 239, 17, 0.8);
        display: flex;
      }
  
      .box-container1 {
        h1 {
          font-size: 3rem;
          margin-top: 15px;
          margin-bottom: 0px;
          text-align: left;
          margin-left: 15px;
        }
  
        h2 {
          margin-bottom: 60px;
          margin-left: 15px;
          margin-top: 0px;
          font-size: 11px;
          text-align: left;
          font: arial;
          font-weight: 300;
          padding-right: 20px;
        }
      }
  
      .box-container2 h1 {
        font-size: 3rem;
        margin: 0;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%); 
      }
  
      .box-container2 h2 {
        font-size: 11px;
        font-family: Arial, sans-serif;
        margin: 1;
        margin-top: 26px;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 300;
        color: white;
        line-height: 1.2;
      }


      @media (min-width: 1024px) {
      .content-container h1 {
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 20px 40px;
      }
  
      .stats-container {
        position: relative;
        width: 200%;
        height: 600px;
        margin: 0 auto;
        background-color: none;
        overflow: hidden;      
      }
  
      .stats-container .box {
        position: absolute;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }
  
      .box-1 {
        top: 30px;
        left: 95px;
        width: 220px;
        height: 270px;
        background-color: #ee7600;
      }
  
      .box-2 {
        position: relative;
        top: 30px;
        left: 395px;
        width: 220px;
        height: 270px;
        background-color: rgba(154, 0, 192, 0.8);
        display: flex;
  
      }
  
      .box-3 {
        position: relative;
        top: 30px;
        left: 695px;
        width: 220px;
        height: 270px;
        background-color: rgba(80, 239, 17, 0.8);
        display: flex;
      }
  
      .box-container1 {
        h1 {
          font-size: 3rem;
          margin-top: 0px;
          margin-bottom: 0px;
          text-align: left;
          margin-left: 15px;
        }
  
        h2 {
          margin-left: 15px;
          margin-top: -20px;
          font-size: 13px;
          text-align: left;
          font: arial;
          font-weight: 3;
          padding-right: 0px;
        }

        
      }
  
      .box-container2 h1 {
        font-size: 3rem;
          margin-top: 40px;
          margin-bottom: 0px;
          text-align: center;
      }
  
      .box-container2 h2 {
        margin-left: 15px;
          margin-top: 90px;
          font-size: 13px;
          text-align: left;
          font: arial;
          font-weight: 3;
      }  
    }


    @media (max-width: 768px) { 
      .hide-on-mobile {
        display: none;
      }
    }

    @media (min-width: 768px) and (max-width: 1023px) { 
      .content-container h1 {
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 20px 40px;
      }
  
      .stats-container {
        position: relative;
        width: 200%;
        height: 600px;
        margin: 0 auto;
        background-color: none;
        overflow: hidden;
        
      }
  
      .stats-container .box {
        position: absolute;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }
  
      .box-1 {
        top: 30px;
        left: 1%;
        width: 220px;
        height: 270px;
        background-color: #ee7600;
      }
  
      .box-2 {
        position: relative;
        top: 30px;
        left: 17.5%;
        width: 220px;
        height: 270px;
        background-color: rgba(154, 0, 192, 0.8);
        display: flex;  
      }
  
      .box-3 {
        position: relative;
        top: 30px;
        left: 34%;
        width: 220px;
        height: 270px;
        background-color: rgba(80, 239, 17, 0.8);
        display: flex;
      }
  
      .box-container1 {
        h1 {
          font-size: 3rem;
          margin-top: 0px;
          margin-bottom: 0px;
          text-align: left;
          margin-left: 15px;
        }
  
        h2 {
          margin-left: 15px;
          margin-top: -20px;
          font-size: 13px;
          text-align: left;
          font: arial;
          font-weight: 3;
          padding-right: 0px;
        }
      }
  
      .box-container2 h1 {
        font-size: 3rem;
          margin-top: 40px;
          margin-bottom: 0px;
          text-align: center;
      }
  
      .box-container2 h2 {
        margin-left: 15px;
          margin-top: 90px;
          font-size: 13px;
          text-align: left;
          font: arial;
          font-weight: 3;
      }
    }

      /* text before review*/
      .customer-reviews {
        text-align: center;
        padding: 20px;
        font-family: Arial, sans-serif;
      }
  
      .rating-overview {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
      }
  
      .google-logo {
        width: 70px;
        height: 70px;
        margin-right: 10px;
      }
  
      .rating-score {
        font-size: 2rem;
        font-weight: bold;
        margin-right: 5px;
      }
  
      .stars {
        color: gold;
        font-size: 1.5rem;
      }
  
  
      /* for review section */
      .review-section {
        width: 75%;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        margin-bottom: 90px;
      }
  
      .reviews-carousel {
        display: flex;
        gap: 20px;
        overflow: hidden;
        scroll-behavior: smooth;
        }
  
      .review {
        flex: 0 0 calc(33.33% - 20px);
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        font-size: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }

      .review h4 {
        font-size: 14px;
      }
  
      .review img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-bottom: 10px;
      }
  
      .stars {
        color: #ffd700;
        margin-top: 10px;
      }
  
      .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 10;
      }
  
      .left-btn {
        left: 10px;
      }
  
      .right-btn {
        right: 10px;
      }
  
      @media (max-width: 768px) {
        .reviews-carousel {
          display: flex;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          gap: 10px;
          width: 100%;
          }
  
        .review {
          flex: 0 0 100%;
          scroll-snap-align: center;
          text-align: center;
          padding: 10px;
        }
  
        .carousel-controls {
          display: flex;
          justify-content: space-between;
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-50%);
        }
  
        .prev,
        .next {
          background-color: rgba(0, 0, 0, 0.5);
          color: white;
          border: none;
          padding: 10px;
          border-radius: 50%;
          cursor: pointer;
        }
      }
  
  
      /* Floating WhatsApp Button */
      .whatsapp-floating {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
      }
  
      .chat-button {
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #ccc;
        border-radius: 25px;
        padding: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 10;
      }
  
      .chat-button img {
        width: 30px;
        height: 23px;
      }
  
      .chat-button span {
        font-size: 12px;
        color: #333;
      }
  
      /* Chat Popup */
      .chat-popup {
        display: none;
        position: absolute;
        bottom: 70px;
        right: 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        width: 300px;
        padding: 15px;
      }
  
      .popup-header {
        text-align: center;
        margin-bottom: 15px;
      }
  
      .popup-header h2 {
        font-size: 18px;
        margin: 0;
      }
  
      .popup-header p {
        font-size: 14px;
        color: #777;
      }
  
      .chat-option {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: #f9f9f9;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
      }
  
      .chat-option2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: #f9f9f9;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
      }
  
      .chat-option img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
      }
  
      .chat-option div {
        flex-grow: 1;
        margin-left: 10px;
      }
  
      .chat-option p {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
      }
  
      .chat-option span {
        font-size: 14px;
        color: #777;
      }
    
      /* Show Popup */
      .chat-popup.show {
        display: block;
      }
  
      /* For footer */
      footer {
        background-color: #6c757d;
        /* Grey background */
        color: white;
        text-align: justify;
        padding: 50px;
      }
  
      .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
      }
  
      .footer-section {
        flex: 1 1 calc(33.333% - 20px);
      }
  
      .footer-section h3 {
        color: #f1b96b;
      }
  
      .footer-section p {
        margin: 5px 0;
      }

      .footer-section img {
        width: 30px;
        height: 30px;
      }
  
      .footer-section .dot {
        height: 10px;
        width: 10px;
        background-color: rgb(216, 164, 240);
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
      }
  
      .location iframe {
      width: 150px;
      height: 90px;
      border: 0;
  }
  
      .newsletter form {
        display: flex;
        align-items: center;
        gap: 5px;
      }
  
      .newsletter input {
        padding: 5px;
        flex: 1;
      }
  
      .newsletter button {
        padding: 5px 10px;
        background-color: #343a40;
        color: white;
        border: none;
        cursor: pointer;
      }
  
      .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        margin-top: 20px;
      }
  
      .footer-links div {
        flex: 1 1 calc(25% - 20px);
      }
  
      .footer-links h4 {
        color: #f1b96b;
        margin-bottom: 10px;
        font-size: 20px;
      }
  
      .footer-links a {
        color: white;
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
      }

      .quick-links a::before {
        content: "›"; 
        color: #333;
        font-weight: bold;
        margin-right: 5px;
    }
  
      .footer-bottom {
        text-align: center;
        margin-top: 20px;
        border-top: 1px solid white;
        padding-top: 10px;
      }
  
      .footer-bottom .disclaimer {
        font-size: 0.9em;
      }
  
      .footer-bottom a {
        color: #ffd700;
      }
  
      .align {
        width: 80%
      }

      .ourpartner img {
        width: 30%;
        height: auto;
      }

      .quicklink {
        text-decoration: underline;
      }

      .quicklink h4 {
        text-decoration: none;
      }
  
      /* Responsive styles */
      @media (max-width: 768px) {
        .footer-container,
        .footer-links {
        flex-direction: column;
          align-items: left;
          margin-left: -30px;
          font-size: 14px;
        }
  
        .footer-section,
        .footer-links div {
          flex: 1 1 100%;
          text-align: left;
        }
      }
  
       /* Enggineering Center */
          /* Container */
          .services {
            text-align: center;
            padding: 20px;
            font-family: Arial, sans-serif;
            font-weight: bold;
            font-size: 35px;
            margin-top: 50px;
            margin-bottom: -10px;
            color: rgb(92, 85, 85);
      
          }

          .engineering-container {
              display: grid;
              grid-template-columns: 1fr;
              gap: 20px;
              padding: 10px;
              text-align: center;
              margin-top: -60px;
          }
  
          /* Service Box */
          .service-box {
              padding: 15px;
              border: 2px solid black;
              cursor: pointer;
              transition: all 0.3s ease;
              background-color: #f8f8f8;
              text-align: center;
              position: relative; 
              min-height: 50px; 
          }
  
          /* Description - Initially Hidden */
          .description {
              position: absolute;
              top: 100%;
              left: 0;
              width: 100%;
              background-color: white;
              box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
              padding: 10px;
              display: none;
              z-index: 10;
          }
  
          /* Show description when active */
          .service-box.active .description {
              display: block;
          }
  
          /* Highlighted text */
          .highlight {
              color: purple;
              font-weight: bold;
          }
  
          /* CTA Button */
          .cta-container {
              display: flex;
              justify-content: center;
              margin-top: 20px;
          }
  
          .cta-button {
              background: purple;
              color: white;
              padding: 10px 20px;
              border: none;
              cursor: pointer;
              font-size: 18px;
              transition: background 0.3s ease;
          }
  
          .cta-button:hover {
              background: linear-gradient(to right, purple, orange);
          }
  
          /* Responsive: Switch to two columns on larger screens */
          @media (min-width: 768px) {
              .engineering-container {
                  grid-template-columns: 1fr 1fr;
              }
          }
      
  
  
      /* Product Display*/
      .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 15px;
        padding: 20px;
        max-width: 1200px;
        margin: auto;
        max-width:80%;
        
    }
  
    .item {
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        text-align: center;
        margin-bottom: 30px;
    }
  
    .item img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
  
    .item h3 {
        font-size: 16px;
        margin: 10px 0;
    }
  
    .price {
        font-weight: bold;
        color: #d10ddf;
    }
  
    /* Desktop View: 4 items per row */
    @media (min-width: 768px) {
        .container {
            grid-template-columns: repeat(4, 1fr);
        }
    }
  
  
     /* Engineering Center */
  /* Top container */
    .engineeringtop-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    background-color: #9932CC;
    width: 100%;
    height: 390px;
    color: white;
  }
  
  .engineeringtop-text h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 60px;
    }
  
  .engineeringtop-text p {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 5px;
    line-height: 30px;
  }
  
  .cta-containers {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 80px;
    border-radius: 30px;
    border-color: white;
  }
  
   /* Container */
    .engineering-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 50px;
        text-align: center;
        margin-top: 20px;
    }
  
    /* Service Box */
    .service-box {
        padding: 25px;
        border: 2px solid black;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: #f8f8f8;
        text-align: center;
        position: relative; 
        min-height: 50px; 
        border-radius: 20px;
        margin-bottom: 10px;
    }
  
    /* Description - Initially Hidden */
    .description {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: none;
        z-index: 10;
    }
  
    /* Show description when active */
    .service-box.active .description {
        display: block;
    }
  
    .service-box:hover {
      background: rgb(228, 226, 226);
  }
  
    /* Highlighted text */
    .highlights {
        color: purple;
        font-weight: bold;
    }
  
    /* CTA Button */
      .cta-buttons {
        background: purple;
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        font-size: 18px;
        transition: background 0.3s ease;
        border-radius: 10px;
        border-color: white;
        border: 2px solid white;     
    }
  
    /* coursetop */
    .cta-buttons:hover {
        background: linear-gradient(to right, purple, orange);
    }
  
      @media (min-width: 768px) {
        .engineering-container {
            grid-template-columns: 1fr 1fr;
        }
  
        .engineeringtop-text p {
          font-size: 24px;
          margin-bottom: 22px;
          margin-top: 5px;
          line-height: 40px;
          
        }
    }
  
  
    /* Course */
    .coursestop-container {
      display: flex;
      flex-direction: row; 
      align-items: center;
      justify-content: flex-start;
      padding: 30px;
      background-color: #9932CC;
      width: 100%;
      height: auto;
      min-height: 390px;
      color: white;
      gap: 20px;
      margin-bottom: 30px;
  }
  
  .coursestop-text h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 60px;
    }
  
  .coursestop-text p {
    font-size: 18px;
    margin-bottom: 22px;
    margin-top: 5px;
    line-height: 40px;
    
  }

  @media (min-width:768px) {
    .coursestop-text h1 {
      line-height: 80px;
    }

    .coursestop-text p {
      line-height: 80px;
    }
  }

  /* Image styling */
.coursestop-container img {
  width: 350px;
  height: auto;
  border-radius: 10px;
}

/* Ensure text section adapts */
.coursestop-text {
  flex: 1;
}

@media (max-width: 768px) {
  .imageblock img {
    display: none;
  }
}

  
  .cta-containers {
    display: flex;
    justify-content: left;
    margin-top: 20px;
    border-radius: 30px;
    border-color: white;
    margin-bottom: 5px !important; 
  }
  
  .cta3-containers {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-radius: 30px;
    border-color: white;
    margin-bottom: 5px !important; 
  }
  
  @media (min-width: 768px) {
    .courses-container {
        grid-template-columns: 1fr 1fr;
    }
  
    .coursestop-text p {
      font-size: 24px;
      margin-bottom: 22px;
      margin-top: 5px;
      line-height: 40px;
      
    }
  }

  .belowcoursetop {
    width: 100%;
    background-color: #f4f4f4;
    margin-bottom: 30px;
    height: 80px;
    margin-top: -30px;
  }

  .belowcoursetop p {
    text-align: center;
    padding: 30px ;
    font-size: 2vw;
  }
  
  /* Graphic Design Page */
  /* Header */
  .header {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 20px;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  /* Containers */
  .container {
      max-width: 1300px;
      margin: auto;
      padding: 40px 30px;
      margin-top: -30px;
      overflow: hidden;
    }
  
  .coursetext h2 {
    color: #a100b3;
    text-align: left;
    margin-bottom: 20px;
  }

  
  /* Course Features */
  .features {
    list-style: none;
   
  }
  
  .features li {
    background-size: 20px;
    padding-left: 0px;
    margin-bottom: 30px;
  }

  @media (min-width:768px) {
    .features li {
    margin-bottom: 40px;
  }
}
  
  
  /* Testimonials */
  .testimonial {
    background: #fff;
    padding: 20px;
    margin: 10px auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  /* Enroll Now */
  .courseenroll {
    background: #dca6f7;
    color: rgb(58, 57, 57);
    text-align: center;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 10vw;
  }
  
  @media (min-width: 768px) {
    .courseenroll {
      margin-top: 30px;
      margin-bottom: 70px
    }
  }
  /* Two-Column Layout for Desktop */
  @media (min-width: 768px) {
    .two-column {
        display: flex;
        gap: 5px;
        align-items: flex-start;
  
    }
    .two-column .left, .two-column .right {
        flex: 1;
    }
  
    .features {
      list-style: none;
      padding: 0;
      min-width: 200px;
      font-size: 18px;
      margin-left: 50px;
    }
  
    .content-box {
      min-width: 300px;
    }
  
    .content-box p {
      font-size: 18px;
    }
  
    .testimonial {
      min-width: 300px;
    }
  }
  
  /* Ensure testimonials and images scale properly */
  .testimonial, .two-column img {
    max-width: 100%;
    height: auto;
  }
  
  
  /* FAQ Section */
  .faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    margin-bottom: 0px;
  }

  .front-faq-section .faq-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 80vh;
      text-align: center;
      background-color: #f9f9f9;
      padding: 30px 20px;
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 1s ease-out, transform 1s ease-out;
      margin-bottom: 60px;
      margin-top: -30px
    }
  
  
  .faq-section.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .faq-heading {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    margin-top: 5px;
  }
  
  .faq-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 800px;
    width: 100%;
  }
  
  /* Animation base (Hidden state) */
  .faq-item {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #9932CC;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease-in-out, transform 0.8s ease-out, opacity 0.8s ease-out;
    opacity: 0;
  }
  
  /* Left Slide */
  .faq-item.left-slide {
    transform: translateX(-50px);
  }
  
  /* Right Slide */
  .faq-item.right-slide {
    transform: translateX(50px);
  }
  
  /* Fade In */
  .faq-item.fade-in {
    transform: translateY(20px);
  }
  
  /* When visible, reset animation */
  .faq-item.visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  
  /* Hover effect */
  .faq-item:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  /* Question styles */
  .faq-question {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  
  .faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
  }
  
  /* Answer styles */
  .faq-answer {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease-out;
    padding: 0;
    text-align: left;
  }
  
  .faq-item.active .faq-answer {
    max-height: 200px;
    padding-top: 10px;
  }
  
  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  .faq-item, .content-box {
    will-change: transform, opacity;
}

.content-box, .faq-section, .faq-item {
    max-width: 100vw;
    overflow: hidden;
}
  
  @media (min-width:768px) {
   .faq-section {
    margin-bottom: 70px;
  }
}

  
  /* Course Content Grid */
  .course-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    text-align: center;
  }
  
  /* Base Styles */
  .content-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  /* Make sure animation is triggered properly */
  .content-box, .faq-item {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  /* Ensure visibility when animation starts */
  .visible {
    opacity: 1 !important;
    transform: translateX(0) scale(1) !important;
  }
   
  
  /* Left Slide Animation */
  .content-box.left-slide {
    transform: translateX(-60px);
  }
  
  /* Right Slide Animation */
  .content-box.right-slide {
    transform: translateX(60px);
  }
  
  /* Fade-In Zoom Effect */
  .content-box.zoom-fade {
    transform: scale(0.8);
  }
  
  /* When Visible, Reset Animations */
  .content-box.visible {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  
  /* Two-Column Layout for Desktop */
  @media (min-width: 768px) {
    .two-column {
      display: flex;
      gap: 5px;
      align-items: flex-start;
    }
  
    .two-column .left, .two-column .right {
      flex: 1;
    }
  
    .features {
      list-style: none;
      padding: 0;
      min-width: 200px;
      font-size: 18px;
      margin-left: 50px;
    }
  
    .content-box {
      min-width: 300px;
    }
  
    .content-box p {
      font-size: 18px;
    }
  } 

        /* Free Courses*/    
      /* Flyer container */
      .flyer-container {
          display: grid;
          grid-template-columns: 1fr; /* 1 column for mobile view */
          gap: 20px;
          max-width: 900px;
          margin: 0 auto;
          padding: 20px;
          margin-bottom: 80px;
          margin-top: 60px;
      }

      /* Flyer box */
      .flyer {
          background-color: white;
          padding: 10px;
          border-radius: 10px;
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          text-align: center;
      }

      .flyer img {
          width: 100%;
          max-width: 350px; /* Keeps flyer size consistent */
          height: auto;
          border-radius: 5px;
      }

      /* Responsive layout for larger screens */
      @media (min-width: 768px) {
          .flyer-container {
              grid-template-columns: 1fr 1fr; /* 2 columns for tablets and desktops */
          }
      }
 

/* Login Section */
/* Main Container */
.login-container {
  position: relative;  
  margin: 100px auto;  
  display: flex;
  flex-direction: column;
  background: white;
  width: 90%;
  max-width: 900px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}


/* Image Section */
.login-image {
  display: none;
}

.login-image img {
  width: 100%;
  height: auto;
}

/* Form Section */
.form-section {
  padding: 20px;
  text-align: center;
}

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



.form-section form {
  display: flex;
  flex-direction: column;
}

label {
  text-align: left;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.form-section input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.form-section button {
  background: #9932CC;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.form-section button:hover {
  background: #4c0270;
}

.form-section p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.form-section a {
  color: #007bff;
  text-decoration: none;
}

.form-section a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (min-width: 768px) {
  .login-container {
      flex-direction: row;
  }
  
  .login-image {
      display: block;
      width: 50%;
  }

  .form-section {
      width: 50%;
      padding: 40px;
  }
}

/* Error Message Styling */
#error-message {
  color: red;
  font-size: 14px;
  display: none; /* Hidden by default */
}

/* White space */
.whitespace {
  width: 100%;
  height: 70px;
  background-color: white;
}

/* store */
.storecontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 40px;
  width: 90%;
  align-items: start;
}

/* Individual Product Card */
.storeitem {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.storeitem:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Product Image */
.storeitem img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);

}

/* Product Title */
.storeitem h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
  text-align: left;
}

/* Product Description */
.storedescription {
  font-size: 12px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Price Styling */
.storeprice {
  font-weight: bold;
  font-size: 14px;
  color: #9932CC;
  margin-bottom: 10px;
}

/* Order Button */
.storecta-buttons {
  background: #9932CC;
  color: white;
  padding: 5px 8px;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.storecta-buttons:hover {
  background: #4c0270;
}

/* Desktop View: 4 items per row */
@media (min-width: 768px) {
  .storecontainer {
      grid-template-columns: repeat(4, 1fr);
  }
  .storecta-buttons {
    font-size: 14px;
  }
}


/* Why Buy Section */
.why-buy {
  max-width: 1200px;
  margin-top: -30px;
  margin-bottom: 60px;
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.why-buy h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.why-buy p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.benefit-item {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.benefit-item:hover {
  transform: translateY(-5px);
}

.benefit-item h3 {
  font-size: 20px;
  color: #9932CC;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .why-buy {
    padding: 15px;
  }
  
  .benefits {
    grid-template-columns: 1fr;
  }
}


.welcome-banner {
  width: 100%;
  background-color: #66076d; 
  color: white;
  text-align: center;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1000;
}

/* Mobile-friendly font */
@media (max-width: 768px) {
  .welcome-banner {
    font-size: 12px;
    padding: 12px;
  }
}


.store-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-bottom: 40px;
  text-align: center;
}

.store-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #f1f1f1;
}

.store-links a:hover {
  background-color: #e0e0e0;
  color: #000;
}

.store-links span {
  font-size: 14px;
  transform: translateY(1px);
}


/* Disocunt Popup */
 .discount-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 1rem; /* ensures space around the popup on mobile */
  }

  .discount-box {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    position: relative;
    max-height: 90vh; /* limits height on small screens */
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .close-button {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #555;
  }

  .discount-box h2 {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    color: #2d2d2d;
  }

  .discount-box p {
    font-size: 1rem;
    color: #555;
    margin: 1rem 0;
  }

  .discount-box .code {
    font-weight: bold;
    font-size: 1.2rem;
    color: #007BFF;
    margin-top: 0.6rem;
  }

  .discount-box .small {
    font-size: 0.9rem;
    color: #888;
    margin-top: 1rem;
  }

  /* ✅ Responsive tweaks for very small devices */
  @media (max-width: 480px) {
    .discount-box {
      padding: 1.5rem 1rem;
      font-size: 0.95rem;
    }

    .discount-box h2 {
      font-size: 1.4rem;
    }

    .discount-box .code {
      font-size: 1rem;
    }

    .discount-box .small {
      font-size: 0.8rem;
    }
  }






 
