body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  /* background-color: #000; */
  /* background-color: #007bff; */
  background: linear-gradient(135deg, #000, #007bff);
  color: #000;
}

.help-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.help-section h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
}
.help-section p {
  font-size: 1.2rem;
  /* color: #ff0000; */
  color: #fff;
  margin-bottom: 40px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.service-card {
  background-color: #222;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.5);
}
.service-card i {
  font-size: 2.5rem;
  /* color: #ff0000; */
  color: #007bff;
  margin-bottom: 15px;
}
.service-card h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 1rem;
  color: #ccc;
}
.problem-panel {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #222;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.text-content {
  max-width: 600px;
}
.problem-panel h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
}
.problem-panel p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 20px;
  line-height: 1.6;
}
.panel-checklist ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.panel-checklist li {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.panel-checklist li i {
  /* color: #ff0000; */
  color: #007bff;
  margin-right: 10px;
  font-size: 1.5rem;
}
.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  /* transition: background 0.3s ease, box-shadow 0.3s ease; */
  /* border: 2px solid #ff0000; */
  border: 2px solid #007bff;
}
.cta-button:hover {
  /* background: #fff; */
  color: #000 !important;
  /* box-shadow: 0 4px 15px #007bff; */
}
.panel-image {
  max-width: 400px;
  flex-shrink: 0;
  width: 100%;
}
.brand-section {
  text-align: center;
  padding: 40px 20px;
}

.brand-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.brand-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.brand-grid a{
  text-decoration: none;
}

.brand-card {
  width: 250px;
  /* background: linear-gradient(135deg, #8b0000, #ff4500); */
  /* background-color: #8b0000; */
  background-color: #222;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  /* box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4); */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px #007bff;
}

.brand-card a{
  text-decoration: none;
  color: #000;
}

.brand-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  background-color: #fff;
  padding: 10px;
}

.brand-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 15px 0;
}

.brand-card p {
  font-size: 0.9rem;
  margin: 10px 15px 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.brand-card .btn {
  text-decoration: none;
  padding: 10px 20px;
  background-color: #fff;
  /* color: #8b0000; */
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
  border: 2px solid #007bff;
}

/* .brand-card .btn:hover {
  background-color: #8b0000;
  color: #fff;
} */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.brand-section {
  padding: 40px 20px;
  text-align: center;
}

.brand-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.swiper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logo {
  max-width: 100px;
  width: 80%;
  height: 60px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #ff0000;
}

/* Media Queries for Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .brand-section h2 {
    font-size: 1.5rem;
  }

  .brand-logo {
    max-width: 80px;
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .brand-logo {
    max-width: 70px;
    width: 60%;
  }
}
/* Popup Styles */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-container {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
}

.popup-container h2 {
  text-align: left;
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 20px;
}

.popup-container h3 {
  text-align: left;
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
}

.popup-container form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup-container input {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.popup-container button {
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.popup-container .close-btn {
  padding: 5px 10px;
}

.popup-container button:hover {
  background: #cc0000;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #ff0000;
  cursor: pointer;
}

.popup-overlay,
.thank-you-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-container,
.thank-you-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.thank-you-container {
  /* background: linear-gradient(135deg, #6a1b9a, #ad1457); */
  background: linear-gradient(135deg, #000, #8b0000);
  color: white;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

button {
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  background: #000;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #272626;
}

@media (max-width: 768px) {
  .hero {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .hero-img {
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .problem-panel {
    flex-direction: column;
    text-align: center;
  }

  .text-content {
    max-width: 100%;
  }

  .panel-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .brand-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .problem-panel h2,
  .help-section h2,
  .brand-section h2 {
    font-size: 1.8rem;
  }

  .problem-panel p,
  .help-section p {
    font-size: 1rem;
  }

  .cta-button {
    font-size: 1rem;
    padding: 8px 12px;
  }
}

@media (max-width: 768px) {
  header > div {
    display: flex;
    flex-direction: column-reverse; /* Ensures image comes first */
    align-items: center;
    text-align: center;
  }

  .setup {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero img {
    margin-bottom: 20px; /* Adds spacing between image and content */
  }
}

/* OS-Selection Styling */
.hero {
  /* background-color: white; */
  background: linear-gradient(135deg, #000, #8b0000);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ccc;
  position: relative;
}

.banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 168px;
  border-bottom: 1px solid #ccc;
}

.hero-content{
  padding-left: 40px;
}

.hero-content h2 {
  font-weight: bold;
  color: #fff;
}

.hero-content button {
  /* background-color: #000; */
  color: #fff;
}

.hero-content h2{
  display: inline-block;
  /* text-align: center; */
  margin: 0;
  /* font-size: 2rem; */
  font-weight: bold;
}

.hero-img img {
  position: absolute;
  top: 0;
  right: 200px;
  width: 400px;
  z-index: 1;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-img img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 300px;
    z-index: 1;
  }

  .hero-img{
    order: -1;
  }

  .banner {
    height: auto;
    padding:20px;
  }
}

@media (max-width: 770px){
  .hero-img img {
    position: static;
    bottom: 0;
    right: 20px;
    width: 250px;
    order: 0;
    z-index: 1;
  }
  .banner{
    display: flex;
    flex-direction: column;
  }
}

/* OS Selection Section */
.os-selection {
  position: relative;
  /* top: 50px; */
  /* background: #f8f9fa; */
  background-color: #000;
  padding: 80px 0;
  text-align: center;
}

/* Title & Subtitle */
.os-title {
  font-size: 2rem;
  font-weight: bold;
  /* color: #333; */
  color: #fff;
}

.os-subtitle {
  font-size: 1.2rem;
  /* color: #555; */
  color: #fff;
  margin-bottom: 30px;
}

/* OS Selection Container (Horizontal Layout) */
.os-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* OS Selection Cards */
.os-card {
  /* background: white; */
  background-color: #a3a2a2;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
  cursor: pointer;
  width: 200px;
}

.os-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.os-card h4{
  color: #000;
}


/* .os-card i{
  color: red;
} */

.os-container a {
  text-decoration: none;
}

/* OS Icons with Real Colors */
.os-icon {
  font-size: 4rem;
  margin-bottom: 15px;
  color: #cc0000;
}


.windows {
  color: #0078d6; /* Windows Blue */
}

.mac {
  color: #000; /* Apple Black */
}

.other {
  color: #808080; /* Generic Gray */
}

/* Responsive Layout */
@media (max-width: 768px) {
  .os-container {
    flex-direction: column;
    gap: 20px;
  }

  .os-card {
    width: 100%;
  }
  .os-container > a{
    width: 100%;
  }
}

.testimonials {
  background: #000;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.testimonial-title {
  font-size: 2rem;
  font-weight: bold;
  /* color: #333; */
}

.testimonial-subtitle {
  font-size: 1.2rem;
  /* color: #555; */
  margin-bottom: 30px;
}

/* Testimonial Card */
.testimonials-card {
  background: #222;
  padding: 30px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: center;
  max-width: 600px;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}

/* Hover Animation */
.testimonial-card:hover {
  transform: translateY(-5px);
}

/* Circular Image */
.testimonials-section {
  width: 100%;
  padding: 30px 5%;
}

.testimonials-section .section-header{
  max-width: 700px;
  text-align: center;
  margin: 30px auto 40px;
}

.section-header {
  position: relative;
  font-size: 36px;
}

.testimonials-container .testimonials-card {
  padding: 20px;
}

.testimonials-card .test-card-body {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
}

.test-card-body .quote i {
  font-size: 45px;
  margin-right: 20px;
}

.test-card-body h2{
  font-size: 22px;
}

.test-card-body p {
  margin: 10px 0 15px;
  font-size: 14px;
  line-height: 1.5;
}

.test-card-body .ratings {
  margin-top: 20px;
}

.test-card-body .ratings i {
  font-size: 17px;
  cursor: pointer;
}

.testimonials-card .profile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.profile .profile-image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.profile .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile .profile-desc {
  display: flex;
  flex-direction: column;
}

.profile-desc span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}

.profile-desc span:nth-child(2) {
  font-size: 15px;
}

.owl-nav {
  position: absolute;
  right: 20px;
  bottom: -10px;
}

.owl-nav button {
  border-radius: 50% !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  padding: 5px !important;
  border-radius: 50%;
  font-size: 18px !important;
  cursor: pointer;
  transition: 0.4s;
}

.owl-dots {
  margin-top: 15px;
}

.owl-dots .owl-dot span {
  padding: 6px !important;
}