@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* General Styling */
body {
  font-family: "Poppins", sans-serif;
}

.container {
  display: flex;
  max-width: 100% !important;
  background-image: url('/assets/images/banner-background.png');
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 120px 30px 50px !important;
}

.content {
  flex: 0.4;
  padding: 20px;
  align-items: center;
}

.content h1 {
  font-size: 40px;
  color: #042258;
  margin-bottom: 10px;
  font-weight: 700;
}

#header-btn1 {
  background-color: #00aeef;
  color: white;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 8px;
}

#header-btn2 {
  color: #042258;
  background-color: white;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 8px;

}

.content p {
  font-size: 16px;
  color: #555;
  padding-top: 20px;
  padding-bottom: 100px;
}

/* Slider Section */
.slider {
  flex: 1;
  position: relative;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: transparent;
  max-width: 40%;
}

.slider-header span {
  font-size: 14px;
  color: #555;
  margin: 0 80px;
}

.nav-btn {
  background: transparent;
  color: black;
  border: none;

  cursor: pointer;
  border: 1px solid gray;
  border-radius: 30px;
}

.slider-body {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: transparent;
}

.printer-image img {
  max-width: 80%;
  border-radius: 8px;
  margin-right: 20px;
}

.printer-details {
  width: 75%;
  flex: -1 !important;
  margin-top: -170px;
}

.printer-details2 {
  width: 135%;
  flex: -1 !important;
}

.spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.header-h2 {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 20px 10px 20px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.spec div {
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.spec div span {
  padding-top: 15px;
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

.spec div p {
  font-size: 12px;
  color: #555;
  margin-top: 5px;

}

.slide {
  display: none;
}

.slide.active {
  display: flex;
  /* Ensure slides show properly when active */
  align-items: center;
}

/* Fade In Left Animation */
/* Fade In Right Animation */
/* Pop In Right-Side Animation */
@keyframes popInRightSide {
  from {
    opacity: 0;
    /* Fully transparent */
    transform: translateX(100px) scale(0.8);
    /* Start off-screen to the right, slightly smaller */
  }

  50% {
    opacity: 1;
    /* Fade in during the movement */
    transform: translateX(-10px) scale(1.05);
    /* Slight overshoot for a popping effect */
  }

  to {
    opacity: 1;
    /* Fully visible */
    transform: translateX(0) scale(1);
    /* Settle at original size and position */
  }
}

.pop-in-right {
  animation: popInRightSide 0.6s ease-out;
  /* Adjust duration and easing as needed */
}

/* Hover Effect for Pause */
.slider:hover {
  cursor: pointer;
  opacity: 0.9;
  /* Slight dimming effect when paused */
  transition: opacity 0.3s ease-in-out;
  /* Smooth transition for better UX */
}

/* Slide Indicator */
.slider-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.slider-indicators div {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s ease;
  display: none;
}

.slider-indicators .active-indicator {
  background: #00aeef;
  /* Highlight for the current slide */
}

@media (max-width: 1200px) {
  .container {
    flex-direction: column;
    padding: 60px 20px;
    text-align: center;
  }

  .content {
    flex: unset;
    /* Reset flex so it stacks naturally */
    margin-bottom: 30px;
    text-align: center;
  }

  .content h1 {
    font-size: 32px;
    /* Smaller heading */
  }

  .content p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  #header-btn1,
  #header-btn2 {
    display: inline-block;
    /* Ensure buttons stay inline */
    margin: 10px 5px;
    padding: 12px 25px;
    /* Adjust padding */
  }

  .slider {
    align-items: center;
    width: 100%;
  }

  .slider-header {
    max-width: 80%;
    /* Adjust header width */
    margin: 0 auto;
    /* Center align */
  }

  .slider-body {
    flex-direction: column;
    /* Stack image and details vertically */
    align-items: center;
  }

  .printer-image img {
    max-width: 90%;
    /* Adjust image size */
  }

  .printer-details,
  .printer-details2 {
    width: 100%;
    margin-top: 20px;
  }

  .spec {
    grid-template-columns: 1fr;
    /* Single-column grid for specs */
  }
}

@media (max-width: 768px) {
  .content h1 {
    font-size: 28px;
    /* Smaller heading for tablets */
  }

  .content p {
    font-size: 13px;
    /* Reduce paragraph font size */
  }

  #header-btn1,
  #header-btn2 {
    padding: 10px 20px;
    /* Further reduce padding */
  }

  .slider-header {
    flex-direction: column;
    align-items: center;
  }

  .slider-header span {
    margin: 10px 0;
    /* Add spacing around header text */
  }
}

@media (max-width: 576px) {
  .container {
    padding: 40px 10px;
    /* Less padding on smaller screens */
  }

  .content h1 {
    font-size: 24px;
    /* Further reduce heading size */
  }

  .content p {
    font-size: 12px;
    /* Smaller font for paragraph */
  }

  #header-btn1,
  #header-btn2 {
    padding: 8px 15px;
    /* Adjust button padding */
    font-size: 12px;
    /* Smaller font size */
  }

  .printer-image img {
    max-width: 100%;
    /* Ensure images scale properly */
  }

  .spec {
    gap: 10px;
    /* Reduce spacing in the grid */
  }

  .slider-indicators {
    gap: 5px;
    /* Reduce indicator spacing */
  }

  .slider-indicators div {
    width: 8px;
    height: 8px;
    /* Smaller indicators */
  }
}

.discription p {
  padding: 70px 100px;
  font-size: 19px;
}

.driver-block {
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 65px;
  margin: 20px 0;
}

.driver-block h2 {
  color: #042258;
  font-weight: bold;
}

.driver-block p {
  font-size: 16px;
  color: #212529;
}

.driver-steps {
  list-style-type: none;
  padding-left: 0;
}

.driver-steps li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.driver-steps li span {
  font-weight: bold;
  color: #042258;
  margin-right: 10px;
}

.driver-image img {
  max-width: 100%;
  border-radius: 8px;
}

.online-heading h2 {
  font-size: 48px;
  color: #042258;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 50px;
  text-decoration: underline;
}

.setup-block {
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 65px;
  margin: 20px 0;
}

.setup-block h2 {
  color: #042258;
  font-weight: bold;
}

.setup-block p {
  font-size: 16px;
  color: #555;
}

.setup-steps {
  list-style-type: none;
  padding-left: 0;
}

.setup-steps li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.setup-steps li span {
  font-weight: bold;
  color: #042258;
  margin-right: 10px;
}

.setup-image img {
  max-width: 100%;
  border-radius: 8px;
}

.service-box {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-box:hover {
  background-color: #e9ecef;
  transform: translateY(-10px);
}

.service-box i {
  font-size: 40px;
  color: #042258;
  margin-bottom: 15px;
}

.service-box h5 {
  font-weight: bold;
  color: #042258;
  padding-top: 20px;
}

.service-box p {
  color: #212529;
  font-size: 14px;
}

.service-box img {
  height: 45px;
  text-align: center;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
  padding: 40px 70px;
  padding-bottom: 70px;
}

.service-container1 h2 {
  font-size: 35px;
  color: #042258;
  font-weight: bold;
  padding-top: 70px;
}

.offline-container2 {
  padding: 56px 0;
}



/* 
=======================================
======================================= 
*/
.faq-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 50px;
  background-color: var(--color-lightblue);
}

.faq h2 {
  text-align: center;
  margin-bottom: 20px;
}

.faq {
  margin-bottom: 10px;
  text-align: left;
}

.faq-question {
  padding: 15px;
  background-color: var(--color-lightblue);
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: white;
}

.faq-answer {
  display: none;
  padding-bottom: 20px;
  padding-left: 15px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.teddy {
  line-height: 1.6;
  margin: 0;
  padding: 20px;
}

h1.turbotax-title {
  text-align: center;
  color: var(--color-primary);
}

h2.turbotax-subtitle {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 10px;
}

.turbotax-requirements-box {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: left;
}

.turbotax-req-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.turbotax-req-table th,
.turbotax-req-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.turbotax-req-table th {
  background-color: #2E86C1;
  color: white;
}

ul.turbotax-list {
  list-style-type: square;
  margin-left: 20px;
}