body {
    font-size: 1.8rem;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #f8ebc9;
    padding: 10px 137px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
}

.header-inner .logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 900;
}

.header-inner .logo img {
    width: 20px;
    height: 20px;
}

.header-inner .logo span:last-child {
    font-size: 1.4rem;
    font-weight: normal;
}

/* Navigation */
.toggle-menu,
.close-btn {
    display: none;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner .menu {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.header-inner a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    padding-bottom: 10px;
}

.header-inner .menu a:hover {
    color: #fd6038;
    transition: color 0.3s;
}

.header-inner .menu li {
    list-style: none;
}

.header-inner .menu li:hover + a,
.header-inner .menu li:hover + i {
    cursor: pointer;
    color: #fd6038;
}

.header-inner .menu li:last-child {
    position: relative;
}

.header-inner .menu li:last-child > ul {
    position: absolute;
    right: 0;
    z-index: 2;
    display: none;
    width: 150px;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 20px 70px 0 rgba(14, 20, 18, 0.07);
}

.header-inner .menu li:last-child > ul li a {
    display: block;
    width: 100%;
    padding: 10px;
}

.header-inner .menu li:last-child:hover > ul {
    display: block;
}

.header-inner .contact a {
    font-weight: 700;
    transition: color 0.3s;
    user-select: none;
}

.header-inner .contact a:hover {
    color: #fd6038;
}

/* Info */
.heading-info {
    background: #f8ebc9;
    padding: 80px 137px;
    display: flex;
    gap: 80px;
}

.heading-info .heading {
    width: 50%;
}

.heading-info .heading h1 {
    font-family: "Roboto Slab";
    font-size: 6rem;
    font-weight: 900;
}

.heading-info .heading p:last-of-type {
    margin-top: 20px;
}

.heading-info .heading a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    user-select: none;
    background: #fd6038;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s;
}

.heading-info .heading a:hover {
    cursor: pointer;
    background: #fc4011;
}

.heading-info .image {
    position: relative;

    display: flex;
    justify-content: center;
    width: 50%;
    background: #017848;
}

.heading-info .decor {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    display: block;
    width: 30%;
    height: 80%;
    background: #fed464;
}

.heading-info .decor + img {
    content: "";
    position: absolute;
    top: 30%;
    right: -5%;
    z-index: 2;
    display: block;
    width: 20%;
    height: auto;
}

.heading-info .image div img:first-child {
    margin: 0 auto;
    width: 90%;
    object-fit: cover;
}

.heading-info .image img:last-child {
    position: relative;
    z-index: 1;
    width: 65%;
    object-fit: cover;
}

.heading-info .image .wrapper-img {
    position: absolute;
    z-index: 2;
    top: -15%;
    left: -10%;
    flex-basis: 0;

    display: inline-block;
    width: 150px;
    height: 25%;

    cursor: pointer;
}

.header-inner .contact a {
    font-weight: 700;
    transition: color 0.3s;
    user-select: none;
}

.header-inner .contact a:hover {
    color: #fd6038;
}

/* Main */
/* .about-us */
.about-us {
    padding: 80px 137px;
    background: #0e1412;
    color: #fff;
}

.about-us .inner {
    display: flex;
    align-items: center;
    gap: 110px;
}

.about-us .inner .image,
.about-us .inner .info {
    width: 50%;
}

.about-us .inner .image {
    position: relative;
    height: 570px;
}

.about-us .inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us .inner .image img:last-child {
    position: absolute;
    top: 55%;
    right: -10%;
    width: 15%;
    height: auto;
}

.about-us .inner .info {
    flex-grow: 1;
}

.about-us .inner .info .heading {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 10px;
}

.about-us .inner .info .heading p {
    margin-top: 40px;
}

.about-us .inner .info p:first-child {
    color: #fd6038;
}

.about-us .inner .statistical {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.about-us .inner .statistical div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-us .inner .statistical span:first-child {
    font-size: 2.4rem;
    font-weight: 700;
}

.about-us .inner .info a {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    padding: 15px 30px;
    user-select: none;
    background: #fd6038;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s;
}

.about-us .inner .info a:hover {
    background: #fc4011;
}

/* .services */
.services {
    padding: 80px 137px;
}

.services .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services .inner .info {
    text-align: center;
    width: 50%;
}

.services .inner .info .heading {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 40px;
}

.services .inner .info p {
    margin-top: 40px;
    color: #586863;
}

.services .inner .wrapper-img {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.services .inner .wrapper-img .service-image {
    position: relative;
    width: calc(33.3% - 30px);
    aspect-ratio: 1;
    gap: 20px;
}

.services .inner .wrapper-img .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.services .inner .wrapper-img .btn {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%);
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    width: 90%;
    padding: 10px 0;
    user-select: none;
    transition-property: background-color color;
    transition-duration: 0.3s;
}

.services .inner .wrapper-img .btn:hover {
    cursor: pointer;
    background: #fd6038;
    color: #fff;
}

.services .inner a {
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    padding: 15px 30px;
    user-select: none;
    background: #fd6038;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s;
}

.services .inner a:hover {
    background: #fc4011;
}

/* .feature */
.features {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 80px 137px;
}

.features .inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.features .inner .image {
    position: relative;
    width: 50%;
}

.features .inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features .image img:last-child {
    position: absolute;
    top: 35%;
    left: -5%;
    width: 15%;
    height: auto;
}

.features .decor img:last-child {
    position: absolute;
    top: 35%;
    left: -5%;
    width: 15%;
    height: auto;
}

.features .inner .info {
    width: 50%;
}

.features .inner .info .heading {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 10px;
}

.features .inner .info p:last-child {
    margin-top: 20px;
    color: #586863;
}

.features .inner .info ul {
    margin-top: 10px;
    padding-left: 40px;
}

.features .inner a {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    padding: 15px 30px;
    user-select: none;
    background: #fd6038;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s;
}

.features .inner a:hover {
    background: #fc4011;
}

/* .team */
.team {
    padding: 80px 137px;
}

.team .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team .inner .info {
    text-align: center;
    width: 50%;
}

.team .inner .info .heading {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 20px;
}

.team .inner .info p {
    margin-top: 20px;
    color: #586863;
}

.team .inner .team-image {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.team .inner .team-image .wrapper-img {
    width: calc(33.3% - 40px);
    aspect-ratio: 1;
    margin-top: 40px;
    overflow: hidden;
}

.team .inner .team-image .wrapper-img .info-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team .inner .team-image .wrapper-img .info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 0;
}

.team .inner .team-image .wrapper-img .info-image .btn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%);
    font-family: "Manrope";
    font-weight: 600;
    font-size: 2.2rem;
    width: 80%;
    padding: 10px 0;
    user-select: none;
    cursor: pointer;
    background: #fd6038;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity visibility;
    transition-duration: 0.3s;
}

.team .inner .wrapper-img .info-image:hover .btn {
    opacity: 1;
    visibility: visible;
}

.team .inner .team-image .wrapper-img .info-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.team .inner .team-image .wrapper-img .info-name span:first-child {
    font-size: 2.2rem;
    font-weight: 600;
}

.team .inner .team-image .wrapper-img .info-name span:last-child {
    font-size: 1.6rem;
}

.team .inner a {
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    padding: 15px 30px;
    user-select: none;
    background: #fd6038;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s;
}

.team .inner a:hover {
    background: #fc4011;
}

/* awards */
.awards {
    background: #f8ebc9;
    padding: 80px 137px;
}

.awards .award-inner {
    display: flex;
    flex-direction: column;
}

.awards .award-inner .award-info {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.awards .award-inner .award-info .award-heading {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 20px;
}

.awards .award-inner .award-info p {
    margin-top: 20px;
    color: #586863;
}

.awards .award-inner .award-image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.awards .award-inner .award-image .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 270px;
    background: #fff;
    overflow: hidden;
}

.awards .award-inner .award-image .image-wrapper a {
    text-align: center;
}

.awards .award-inner .award-image .image-wrapper a img {
    width: 40%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s;
}

.awards .award-inner .award-image .image-wrapper a:hover img {
    cursor: pointer;
    transform: scale(110%);
}

/* #Testimonial */
.testimonial {
    padding: 80px 137px;
}

.testimonial .inner {
    display: flex;
    flex-direction: column;
}

.testimonial .inner .wrapper-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.testimonial .inner .wrapper-info .heading {
    width: 45%;
}

.testimonial .inner .wrapper-info .heading h2 {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 20px;
}

.testimonial .inner .wrapper-info .switch-testimonial {
    display: flex;
    gap: 20px;
}

.testimonial .inner .wrapper-info .switch-testimonial i {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #0e1412;
    color: #fff;
    transition: background-color 0.3s;
}

.testimonial .inner .wrapper-info .switch-testimonial i:hover {
    background: #fd6038;
}

.testimonial .inner .wrapper-clients {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.testimonial .inner .wrapper-clients .client {
    border: 1px solid #e6efec;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 20px 70px 0 rgba(14, 20, 18, 0.07);
}

.testimonial .inner .wrapper-clients .switch-page {
    display: flex;
    gap: 10px;
}

.testimonial .inner .wrapper-clients .switch-page i {
    font-size: 1rem;
}

.testimonial .inner .wrapper-clients a {
    user-select: none;
    color: #0e1412;
    transition: color 0.3s;
}

.testimonial .inner .wrapper-clients a:first-child {
    color: #fd6038;
}

.testimonial .inner .wrapper-clients a:hover {
    color: #fd6038;
}

.testimonial .inner .wrapper-clients .client-inner {
    display: flex;
    gap: 60px;
}

.testimonial .inner .wrapper-clients .client {
    width: 33.3%;
}

.testimonial .inner .wrapper-clients .client .client-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial .inner .wrapper-clients .client .client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.testimonial .inner .wrapper-clients p {
    margin-top: 20px;
    line-height: 1.8;
    color: #586863;
}

.testimonial .inner .wrapper-clients .client-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.testimonial .inner .wrapper-clients .client-name span:first-of-type {
    font-size: 2rem;
    font-weight: 700;
}

.testimonial .inner .wrapper-clients .client-name span:last-of-type {
    font-size: 1.4rem;
}

/* Frequently Asked Questions */
.faqs {
    padding: 80px 137px;
}

.faqs .inner {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
}

.faqs .inner .wrapper-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.faqs .inner .wrapper-info .heading h2 {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 20px;
}

.faqs .inner .wrapper-info .switch-faq {
    display: flex;
    gap: 20px;
}

.faqs .inner .wrapper-info .switch-faq a:first-child {
    color: #fd6038;
}

.faqs .inner .wrapper-info .switch-faq a {
    color: #0e1412;
    font-weight: 400;
    user-select: none;
    text-decoration: none;
    transition: color 0.3s;
}

.faqs .inner .wrapper-info .switch-faq a:hover {
    font-weight: 600;
    color: #fd6038;
}

.faq .faq-sub-heading {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 20px 70px 0 rgba(14, 20, 18, 0.07);
}

.faq .faq-sub-heading label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .faq-sub-heading label h3 {
    font-size: 2.2rem;
    transition: color 0.3s;
}

.faq .faq-sub-heading label i {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 10px 27px 7px 10px;
    background: #0e1412;
    color: #fff;
    transition-property: background-color transform;
    transition-duration: 0.3s;
}

.faq .faq-sub-heading label h3:hover {
    color: #fd6038;
}

.faq .faq-sub-heading label i:hover {
    cursor: pointer;
    background: #fc4011;
}

.faq .faq-sub-heading p {
    display: none;
    margin-top: 20px;
    line-height: 1.8;
    color: #586863;
}

.faq .faq-sub-heading input:checked ~ p {
    display: block;
}

.faq-sub-heading input:checked + label i {
    background: #fd6038;
    transform: rotate(180deg);
}

/* #Blog */
.blogs {
    padding: 80px 137px;
}

.blogs .inner {
    display: flex;
    flex-direction: column;
}

.blogs .inner .wrapper-info .heading h2 {
    font-family: "Roboto Slab";
    font-size: 4.2rem;
    margin-top: 20px;
}

.blogs .inner .wrapper-info p {
    margin-top: 20px;
    line-height: 1.4;
    color: #586863;
}

.blogs .inner .wrapper-info div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.blogs .inner .wrapper-info div:last-child p {
    width: 50%;
}

.blogs .inner .wrapper-info .btn {
    display: inline-block;
    font-family: "Manrope";
    font-size: 1.8rem;
    text-decoration: none;
    padding: 15px 30px;
    user-select: none;
    background: transparent;
    color: #fff;
    background: #fd6038;
    transition: background-color 0.3s;
}

.blogs .inner .wrapper-info .btn:hover {
    cursor: pointer;
    background: #fc4011;
}

.blogs .inner .wrapper-blog {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.blogs .inner .wrapper-blog .blog-inner {
    width: 33.3%;
    aspect-ratio: 1;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item a {
    text-decoration: none;
    user-select: none;
    color: inherit;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item h3 {
    font-size: 2.2rem;
    margin-top: 20px;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item h3:hover {
    color: #fc4011;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item .blog-image {
    width: 100%;
    aspect-ratio: 1;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item .blog-name {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.blogs .inner .blog-item .blog-name .name-info {
    display: flex;
    flex-direction: column;
}

.blogs .inner .blog-item .blog-name .name-info a span {
    font-size: 2rem;
    font-weight: 600;
    transition: color 0.3s;
}

.blogs .inner .blog-item .blog-name .name-info a:hover {
    color: #fd6038;
}

.blogs .inner .blog-item .blog-name .name-info span {
    font-size: 1.6rem;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item .btn {
    display: inline-block;
    font-family: "Manrope";
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    background: transparent;
    color: #0e1412;
    transition: color 0.3s;
}

.blogs .inner .wrapper-blog .blog-inner .blog-item .btn:hover {
    color: #fc4011;
}

/* Dealing With a Issue? */
.cta-item {
    padding: 80px 137px;
    background: #017848;
}

.cta-item .wrapper-info {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.cta-item .wrapper-info .btn {
    display: inline-block;
    font-family: "Manrope";
    text-decoration: none;
    margin-top: 20px;
    padding: 10px 20px;
    user-select: none;
    background: transparent;
    color: #fff;
    background: #fd6038;
    transition: background-color 0.3s;
}

.cta-item .wrapper-info .btn:hover {
    background: #fc4011;
}

/* Footer */
footer {
    padding: 80px 137px;
    background: #0e1412;
    color: #fff;
}

footer .contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #313d39;
}

footer .contact h2 {
    font-size: 2rem;
}

footer .contact * :not(h2) {
    font-size: 1.6rem;
}

footer .contact .justice {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 20%;
}

footer .contact .justice span {
    margin-top: 20px;
}

footer .contact .pages {
    display: flex;
    flex-direction: column;
}

footer .contact .justice2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

footer .contact a {
    display: inline-block;
    margin-top: 20px;
    user-select: none;
    text-decoration: none;
    color: #beccc7;
}

footer .contact a:hover {
    color: #fd6038;
}

footer .contact .map {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
    border-radius: 4px;
}

footer .contact .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .contact .map a {
    position: absolute;
    top: 0;
    left: 10px;
    user-select: none;
    display: inline-block;
    padding: 6px 20px;
    background: #fff;
    color: #0e1412;
    transition: background-color 0.3s;
}

footer .contact .map a:hover {
    background: #fd6038;
    color: #fff;
}

.about-justice {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}

.about-justice .justice-icon .wrapper-logo {
    display: flex;
}

.about-justice .justice-icon .logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.about-justice .justice-icon .logo img {
    width: 20px;
    height: 20px;
}

.about-justice .justice-icon .copyright {
    display: inline-block;
    margin-top: 20px;
}

.about-justice .justice-icon .wrapper-logo .logo span:first-of-type {
    font-size: 2.4rem;
    font-weight: 900;
}

.about-justice .justice-icon .wrapper-logo .logo span:last-of-type {
    font-size: 1.4rem;
    font-weight: normal;
}

.about-justice .social {
    display: flex;
    gap: 20px;
}

.about-justice .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    user-select: none;
    background: #313d39;
    padding-left: 10px;
    transition-property: background-color transform;
    transition-duration: 0.3s;
}

.about-justice .social i {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
}

.about-justice .social a:hover {
    background: #fd6038;
    transform: scale(110%);
}

/* Back to top */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    padding: 10px;
    border-radius: 50%;
    background: #fd6038;
    color: #fff;
}

.back-to-top:hover {
    background: #fc4011;
}
