
.why-us-page {
    background-image: url("../../assets/images/home/home-bg-1.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    min-height: 100vh;
}

.why-us-page .page-content {
    padding-top: 156px;
}

.why-us-page .page-content .why-choose-section {
    max-width: 1128px;
    margin: 0 auto;
}

.why-us-page .page-content .why-choose-section .img-grid-w {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 50px;
    padding: 0 20px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .why-choose-section .img-grid-w {
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 50px;
    }

    .why-us-page .page-content .why-choose-section .img-grid-w .left-w {
        order: 1;
    }

    .why-us-page .page-content .why-choose-section .img-grid-w .right-w {
        order: 0;
    }
}

.why-us-page .page-content .why-choose-section .img-grid-w .right-w .sec-title {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 800px) {
    .why-us-page .page-content .why-choose-section .img-grid-w .right-w .sec-title {
        text-align: left;
    }
}

.why-us-page .page-content .why-choose-section .img-grid-w .right-w .sec-info {
    font-size: 17px;
    text-align: justify;
}

.why-us-page .page-content .why-choose-section .img-grid-w .right-w .sec-info:not(:last-child) {
    margin-bottom: 20px;
}

.why-us-page .page-content .why-choose-section .img-grid-w .left-w img {
    width: 100%;
    max-width: 437px;
    height: auto;
}

.why-us-page .page-content .why-choose-section .text-grid-w {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 50px;
    padding: 0 20px;
    margin-top: 50px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .why-choose-section .text-grid-w {
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 50px;
    }
}

.why-us-page .page-content .why-choose-section .text-grid-w .sec-part .sec-title {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 800px) {
    .why-us-page .page-content .why-choose-section .text-grid-w .sec-part .sec-title {
        text-align: left;
    }
}

.why-us-page .page-content .why-choose-section .text-grid-w .sec-part .sec-info {
    font-size: 17px;
    text-align: justify;
}

.why-us-page .page-content .why-choose-section .text-grid-w .sec-part .sec-info:not(:last-child) {
    margin-bottom: 20px;
}

.why-us-page .page-content .article-section {
  background-color: var(--tertiary);
  position: relative;
  margin-top: 68px;
}
.why-us-page .page-content .article-section .article-wrapper {
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px;
}
.why-us-page .page-content .article-section .article-wrapper .section-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 41.81px;
}
.why-us-page .page-content .article-section .article-wrapper .section-desc {
  font-size: 17px;
  margin-top: 20px;
}
.why-us-page .page-content .article-section .article-wrapper .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.why-us-page .page-content .article-section .article-wrapper .grid-container .item-box {
  border: 1px solid rgba(48, 48, 48, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding: 30px 40px;
}
.why-us-page .page-content .article-section .article-wrapper .grid-container .item-box .img-container {
  margin-bottom: 10px;
  max-width: 160px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us-page .page-content .article-section .article-wrapper .grid-container .item-box .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us-page .page-content .article-section .article-wrapper .grid-container .item-box .box-title {
  font-size: 22px;
}
.why-us-page .page-content .article-section .article-wrapper .grid-container .item-box .box-desc {
  font-size: 17px;
}

@media (min-width: 800px) {
  .why-us-page .page-content .article-section .article-wrapper {
    padding: 30px 50px;
  }
}
@media (max-width: 800px) {
  .why-us-page .page-content .article-section .article-wrapper .section-title {
    font-size: 32px;
    line-height: unset;
    text-align: center;
  }
}

.why-us-page .page-content .competitor-comparison-section .section-content {
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.81px;
    text-align: center;
    margin-bottom: 20px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison {
  min-width: 600px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison .fa-regular {
  font-size: 20px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison .fa-circle-check {
  color: rgba(44, 177, 76, 1);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison .fa-circle-xmark {
  color: rgba(232, 31, 38, 1);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison thead {
  background-color: rgb(249, 249, 249);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison thead tr th {
  border: 1px solid rgb(218, 218, 218);
  padding: 14px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison thead tr th:nth-child(2) {
    background-color: rgba(1, 147, 252, 0.1);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison thead tr th ~ th {
  border-left: 0;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison thead tr th:first-child {
  border-top-left-radius: 6px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison thead tr th:last-child {
  border-top-right-radius: 6px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tbody tr:last-child td {
  border-bottom: 1px solid rgb(218, 218, 218);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tbody tr td {
  padding: 14px;
  border-right: 1px solid rgb(218, 218, 218);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tbody tr td:nth-child(2) {
    background-color: rgba(1, 147, 252, 0.1);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tbody tr td ~ td {
  text-align: center;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tbody tr td:first-child {
  padding-left: 40px;
  font-weight: 600;
  border-left: 1px solid rgb(218, 218, 218);
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tfoot {
  text-align: center;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tfoot td {
  padding: 4px;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tfoot td a {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.why-us-page .page-content .competitor-comparison-section .section-content .table-wrapper .table-comparison tfoot td a:hover {
  text-decoration: underline;
}



.why-us-page {
    background-image: url("../../assets/images/home/home-bg-1.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    min-height: 100vh;
}

.why-us-page .page-content {
    padding-top: 156px;
}

.why-us-page .page-content .good-hands-section {
    max-width: 1128px;
    margin: 0 auto;
}

.why-us-page .page-content .good-hands-section .img-grid-w {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 50px;
    padding: 0 20px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .good-hands-section .img-grid-w {
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 50px;
    }

    .why-us-page .page-content .good-hands-section .img-grid-w .left-w {
        order: 1;
    }

    .why-us-page .page-content .good-hands-section .img-grid-w .right-w {
        order: 0;
    }
}

.why-us-page .page-content .good-hands-section .img-grid-w .right-w .sec-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 800px) {
    .why-us-page .page-content .good-hands-section .img-grid-w .right-w .sec-title {
        text-align: start;
    }
}

.why-us-page .page-content .good-hands-section .img-grid-w .right-w .sec-info {
    font-size: 17px;
    text-align: justify;
}

.why-us-page .page-content .good-hands-section .img-grid-w .right-w .sec-info:not(:last-child) {
    margin-bottom: 20px;
}

.why-us-page .page-content .good-hands-section .img-grid-w .left-w img {
    width: 100%;
    max-width: 437px;
    height: auto;
}

.why-us-page .page-content .featured-stories-section {
    background-color: var(--tertiary);
    margin-top: 50px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .featured-stories-section {
        margin-top: 80px;
    }
}

.why-us-page .page-content .featured-stories-section .section-content {
    max-width: 1128px;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .featured-stories-section .section-content {
        padding: 50px;
    }
}

.why-us-page .page-content .featured-stories-section .section-content .sec-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 800px) {
    .why-us-page .page-content .featured-stories-section .section-content .sec-title {
        text-align: start;
    }
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .featured-stories-section .section-content .grid-w {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w .card-item {
    border: 2px solid var(--black-opacity-4);
    border-radius: 14px;
    overflow: hidden;
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w .card-item .img-w img {
    width: 100%;
    height: auto;
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w .card-item .card-content {
    padding: 30px;
    padding-top: 15px;
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w .card-item .card-content .card-title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w .card-item .card-content .card-info {
    font-size: 17px;
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w .card-item .card-content .read-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    font-weight: 700;
    cursor: pointer;
}

.why-us-page .page-content .featured-stories-section .section-content .grid-w .card-item .card-content .read-more .chevron {
    margin-top: 3px;
}

.why-us-page .page-content .testimonial-section .section-content {
    max-width: 1128px;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .testimonial-section .section-content {
        padding: 50px;
    }
}

.why-us-page .page-content .testimonial-section .section-content .testimonial-card {
    border: 2px solid var(--black-opacity-4);
    border-radius: 14px;
    padding: 20px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .testimonial-section .section-content .testimonial-card {
        padding: 50px 30px;
    }
}

.why-us-page .page-content .testimonial-section .section-content .testimonial-card .card-title {
    text-align: center;
    font-size: 27px;
    line-height: 33px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 50px;
}

.why-us-page .page-content .testimonial-section .section-content .testimonial-card .message-w .message {
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
}

.why-us-page .page-content .testimonial-section .section-content .testimonial-card .author {
    text-align: right;
    color: var(--black-opacity-6);
    font-style: italic;
}

.why-us-page .page-content .register-section .section-content {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 50px;
}

@media (min-width: 800px) {
    .why-us-page .page-content .register-section .section-content {
        padding: 0 50px;
    }
}

.why-us-page .page-content .register-section .section-content .content-card {
    border-radius: 14px;
    padding: 20px;
    overflow: hidden;
    background-image: url("/themes/gatehills/assets/images/can-trust-us/register-domain-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 800px) {
    .why-us-page .page-content .register-section .section-content .content-card {
        padding: 30px;
    }
}

.why-us-page .page-content .register-section .section-content .content-card .sec-title {
    font-size: 43px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--white);
    max-width: 490px;
    text-align: center;
}

@media (min-width: 800px) {
    .why-us-page .page-content .register-section .section-content .content-card .sec-title {
        text-align: left;
    }
}

.why-us-page .page-content .register-section .section-content .content-card .search-btn {
    width: 100%;
}

@media (min-width: 800px) {
    .why-us-page .page-content .register-section .section-content .content-card .search-btn {
        max-width: 312px;
    }
}
