* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body,
html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

header {
    background-color: #1036f4;
    color: #fff;
    opacity: 0.9;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8px;
    max-width: 1200px;
    margin: 0 auto;
}

nav ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

nav ul li {
    list-style: none;
}

ul li a button {
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 550;
}

/* main secction start  */
.first-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-section-top {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 60%;
    margin-top: 40px;
}

.first-section-top h1 {
    font-size: 35px;
    opacity: 0.8;
}

.first-section-top p {
    font-size: 14px;
    color: gray;
}

.bottom-line {
    width: 100px;
    height: 2px;
    background-color: green;
}
/* tollfree start */
.tollfree{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 8px;
    /* background-color: red; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.tollfree-text h1{
    font-size: 22px;
    opacity: 0.8;
}
.tollfree-button a button{
    padding: 10px 30px;
    background-color: #1036f4;
    color: #fff;
    font-size: 17px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.tollfree-button a button:hover{
    background-color: #516eff;
}
/* tollfree end */

.services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 8px;
    margin-top: 40px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.card-container a{
    text-decoration: none;
    color: #111;
}

.card {
    width: 190px;
    text-align: center;
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
    line-height: 2;
    cursor: pointer;
}

.card img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card h5 {
    text-transform: capitalize;
}
/* third page start */
.third-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 8px;
    border-radius: 8px;
    margin-top: 40px;
  }
  .third-page-inner {
    padding: 10px  8px;

  }
  .third-page-inner h1 {
    color: #111;
    text-align: center;
    font-size: 35px;
    opacity: 0.8;
  }
  .third-card {
    padding: 35px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .third-card-inner {
    width: 200px;
    padding: 20px;
    text-align: center;
    color: #111;
    border-radius: 8px;
    opacity: 0.8;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

  }
  .third-card-inner h4 {
    font-size: 20px;
    margin-top: 10px;
  }
  .third-card-inner p {
    margin-top: 10px;
    line-height: 1.5;
  }
  .third-card-inner img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    background-color: #000000;
    border-radius: 20px;
    padding: 10px;

  }
  /* third page end */

  /* Fifth page start  */
.fifth-page {
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 8px;
    margin-top: 40px;
    border-radius: 8px;
    /* background-color: red; */
  }
  .fifth-page-inner {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;

  }
  .fifth-page-content {
    width: 250px;
    opacity: 0.8;
    color: #000000;
  }
  .fifth-page-content h1 {
    color: #111;
    font-size: 35px;
    margin-bottom: 10px;
  }
  .fifth-page-content p {
    color: #111;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .fifth-page-content a button {
    padding: 10px 30px;
    background-color: #1036f4;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
  }
  .fifth-page-content a button:hover {
    background-color: #516eff;
  }
  .fifth-page-content2 {
    width: 250px;
    opacity: 0.8;
    color: #111;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  
  .fifth-content-inner {
    display: flex;
    gap: 8px;
  }
  .fifth-content-inner span i {
    color: green;
    padding: 2px;
    background-color: #cec8c8;
    border-radius: 50%;
  }
  .fifth-content-inner p{
    font-weight: bold;
  }
  /* Fifth page end  */
.about-us {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 8px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.about-inner h1 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 33px;
    opacity: 0.8;
}

.about-inner img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.about-inner p {
    color: #111;
    opacity: 0.8;
    line-height: 1.7;
    font-size: 14px;
}

#more {
    display: none;
}

#myBtn {
    padding: 6px 20px;
    border: 1px solid #516eff;
    border-radius: 20px;
    background-color: transparent;
    margin-top: 7px;
    cursor: pointer;
}
.why-geeksupport{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 8px;
    margin-top: 40px;
    /* background-color: red; */
}
.bottom-section {
    background-color: #516eff;
    margin-top: 40px;
}
.why-geeksupport h1{
    text-align: center;
    font-size: 34px;
    opacity: 0.8;
}
.why-geek-container{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.why-geek-card{
    width: 250px;
    text-align: center;
    padding: 10px;
    line-height: 1.6;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;
    opacity: .8;
    
}
.why-geek-card img{
    width: 50px;
}
.why-geek-card h3{
    font-size: 18px;
    text-transform: capitalize;
}
.why-geek-card p{
    font-size: 13px;
}
.bottom-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.bottom-content {
    line-height: 1.6;
}

.bottom-content h1 {
    font-size: 30px;
    color: rgb(255, 230, 87);
    opacity: 0.8;
}

.bottom-content p {
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
}

.bottom-content a button {
    padding: 15px 25px;
    background-color: rgb(235, 201, 6);
    color: #111;
    font-weight: 580;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

/* main secction end  */
footer {
    background-color: #2a2929;
    color: #fff;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 8px;
    text-align: center;
}

.footer-inner p {
    font-size: 14px;
    opacity: 0.8;

}

.footer-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.footer-inner ul li {
    list-style: none;
}

.footer-inner ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    opacity: 0.9;

}

.footer-inner ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    ul li:nth-child(1) {
        display: none;
    }

    .first-section-top {
        width: 100%;
    }

    .card-container {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .about-us {
        padding: 10px;
        flex-wrap: wrap;
    }

    .about-inner img {
        width: 100%;
        height: 100%;
    }

    .bottom-section {
        padding: 10px;
    }
    .why-geek-card{
        width: 100%;
    }
    .third-card-inner {
        width: 100%;
      }
      .third-page-inner {
        padding: 10px;
      }
      .fifth-page-content,
  .fifth-page-content2 {
    width: 100%;
  }
  .fifth-page-content {
    width: 100%;
  }

}

.toll{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 8px;
   text-align: center;
}
.toll h1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.toll h1 a{
    text-decoration: none;
    color: #111;
}

.troubleshooting-content {
    text-align: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 10px 8px; */
}

.troubleshooting-content h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #111;
    margin-top: 50px;
}

.troubleshooting-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.troubleshooting-card {
    /* background-color: #333; */
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        position: relative;
}

.troubleshooting-icon {
    font-size: 2rem;
    color: gold;
    position: absolute;
    top: 10px;
    right: 10px;
}

.troubleshooting-image {
    width:50px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.troubleshooting-date {
    font-size: 0.9rem;
    color: #111;
    opacity: 0.8;
}

.troubleshooting-title {
    margin: 10px 0;
    font-size: 1.2rem;
    color: #111;
    opacity: 0.8;

}

.troubleshooting-description {
    font-size: 1rem;
    color: #111;
    opacity: 0.8;

}

.troubleshooting-button {
    background-color: #f04d57;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.troubleshooting-button:hover {
    background-color: #d73d4a;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .troubleshooting-content h2 {
        font-size: 1.3rem;
    }

    .troubleshooting-cards {
        grid-template-columns: 1fr;
    }

    .troubleshooting-title {
        font-size: 1.1rem;
    }

    .troubleshooting-description {
        font-size: 0.95rem;
    }

    .troubleshooting-button {
        width: 100%;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .troubleshooting-content h2 {
        font-size: 1.1rem;
    }

    .troubleshooting-title {
        font-size: 1rem;
    }

    .troubleshooting-description {
        font-size: 0.9rem;
    }
}