/* part 1 */
.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1300px;
  margin: auto;
  padding: 50px 20px;
  flex-wrap: nowrap;
}

.left-content1 {
  /* flex: 1; */
  min-width: 50%;
}

.left-content h {
  font-size: 34px;
  line-height: 1.2;
  color: #0a0a0a;
}

.left-content1 h1 strong {
  font-size: 3.8rem;
  font-weight: 800;
}

.left-content1 p {
  font-size: 20px;
  margin-top: 20px;
  line-height: 38px;
  color: #106eb4;
  font-weight: 400;
  text-align: justify;
}

.highlight1 {
  font-weight: 700;
  color: #26A9E0;
}

.price-button1 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn1 {
  background-color: #0b73b9;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.price1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a0a0a;
}

.right-content1 {
  text-align: center;
  min-width: 50%;
}

.right-content1 img {
  max-width: 70%;
  height: auto;
}

@media (max-width: 992px) {
  .banner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 15px 10px 10px;
  }

  .left-content1 h1 {
    font-size: 2.5rem;
  }

  .left-content1 h1 strong {
    font-size: 3rem;
  }

  .left-content1 p {
    font-size: 1.3rem;
    margin: 10px auto 0;
  }

  .price-button1 {
    justify-content: center;
  }

  .right-content1 {
    margin-top: -12px;
    margin-bottom: -60px;
  }
}

@media (max-width: 576px) {
  .left-content1 h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .left-content1 h1 strong {
    font-size: 2.5rem;
  }

  .left-content1 p {
    font-size: 1.1rem;
    line-height: 32px;
  }

  .btn1 {
    padding: 12px 24px;
    font-size: 0.85rem;
  }

  .price1 {
    font-size: 1.4rem;
  }

  .price-button1 {
    gap: 15px;
    margin-bottom: 21px;
  }
}









/* ===== Component 5 Styles ===== */
.sbox {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}

.sbox .container {
  text-align: center;
  padding: 9px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.sbox h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: none;
  line-height: 35px;
  word-spacing: 0px;
}

.sbox .subtitle {
  font-size: 14px;
  line-height: 22.4px;
  word-spacing: 0px;
  color: #000000;
}

.sbox .cta-button {
  background-color: #0d72b6;
  color: white;
  border: none;
  padding: 17px 50px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 24.1px;
}

.sbox .contact-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
}

.sbox .contact-boxes p {
  line-height: 25px;
  margin: 10px 0 0;
}

.sbox .box {
  background: #f7fffd;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  width: calc(25% - 15px);
  min-width: 200px;
  flex: 1 1 auto;
  box-sizing: border-box;
}

.sbox .box span {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}

.sbox .box a {
  color: #0d72b6;
  font-weight: 600;
  text-decoration: none;
}

.sbox .box a:hover {
  text-decoration: underline;
}

.sbox .divider {
  margin: 1px auto 30px;
  width: 100%;
  max-width: 900px;
  height: 2px;
  background-color: #cacaca;
  border: none;
}

/* Mobile Responsive for sbox */
@media screen and (max-width: 992px) {
  .sbox .box {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 768px) {
  .sbox h1 {
    font-size: 36px;
    line-height: 42px;
  }
  
  .sbox .cta-button {
    padding: 15px 40px;
    font-size: 18px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 576px) {
  .sbox .container {
    padding: 20px 15px;
  }
  
  .sbox h1 {
    font-size: 28px;
    line-height: 34px;
  }
  
  .sbox .subtitle {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
  }
  
  .sbox .contact-boxes {
    gap: 15px;
    margin-top: 20px;
  }
  
  .sbox .box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px;
  }
  
  .sbox .box span {
    font-size: 20px;
    margin-bottom: 2px;
  }
  
  .sbox .box p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0 0;
  }
  
  .sbox .cta-button {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    margin: 15px 0;
  }
  
  .sbox .divider {
    margin: 20px auto;
    width: 100%;
  }
}

/* Extra small devices */
@media screen and (max-width: 375px) {
  .sbox h1 {
    font-size: 24px;
    line-height: 30px;
  }
  
  .sbox .box {
    padding: 12px;
  }
  
  .sbox .box span {
    font-size: 18px;
  }
  
  .sbox .box p {
    font-size: 13px;
    line-height: 20px;
  }
}































  
.webcrox-content .container {
    padding: 20px 80px 60px;
}

.webcrox-content a {
    color: #960878;
    font-weight: 700;
}

.webcrox-content p {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: justify;
    padding: 5px 0;
    color: #000000;
    margin: 0px;
}

.webcrox-content h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.webcrox-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    padding: 25px 0 15px 0px;
    margin: 0px;
}


.webcrox-content h2 span  {
    color: #0d74b8;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
}

.webcrox-content h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0 10px 0px;
    margin: 0px;
}


.webcrox-content h4{
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    contain-intrinsic-block-size: auto 100px;
    margin: 0px;
}


.webcrox-content h5{
    font-size: 22px;
    line-height: 40px;
    color: black;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}


.webcrox-content h6{
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}

.webcrox-content ol {
    padding: 0px !important;
}

.webcrox-content ol li {
    font-size: 20px;
    line-height: 35px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 35px;
    padding: 10px 0;
    list-style: auto;
}



.webcrox-content ul li {
    font-size: 20px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 35px;
    padding: 8px 0;
    list-style: disc;
}









/* Responsive Adjustments */
@media (max-width: 900px) {
.webcrox-content .container {
    padding: 0px 0px 20px;
}
.webcrox-content p {
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    text-align: justify;
    padding: 0px 0px 13px 0;
    color: #000000;
    margin: 0px;
}

.webcrox-content h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.webcrox-content h2 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    padding: 12px 0 10px 0px;
    margin: 0px;
}

.webcrox-content h3 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0 10px 0px;
    margin: 0px;
}


.webcrox-content h4{
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    contain-intrinsic-block-size: auto 100px;
    margin: 0px;
}


.webcrox-content h5{
    font-size: 22px;
    line-height: 40px;
    color: black;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}


.webcrox-content h6{
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 5px 0px;
    margin: 0px;
}

.webcrox-content ol {
    padding: 0px !important;
}

.webcrox-content ol li {
    font-size: 16px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 35px;
    padding: 5px 0;
    list-style: auto;
}



.webcrox-content ul li {
    font-size: 16px;
    line-height: 26px;
    color: black;
    font-weight: 500;
    text-align: justify;
    border-radius: 15px;
    margin-left: 20px;
    padding: 4px 0;
    list-style: disc;
}

}


table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 15px 0px;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}