.brand-marquee-area {
    background-color: var(--secondary1);
}

.video-popup-btn a {
    background-color: var(--secondary1);
    box-shadow: 0 0 0 0 var(--secondary1);
}

.slider-nav-btn-wrapper button:hover {
    background-color: var(--primary2);
    color: var(--secondary13);
    border: 1px solid var(--primary2);
}

.slider-nav-btn-wrapper button {
    color: var(--primary2);
    width: 72px;
    height: 72px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    font-size: 24px;
    transition: all 0.5s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-title .title {
    color: var(--primary2);
}

.section-title .short-title-wrapper .short-title {
    color: var(--primary2);
}

/* .list-item-wrapper {
    margin-left: 25px;
  } */
.list-item-wrapper .title,
p {
    color: var(--primary2);
}

.post-card .post-meta .single-post-meta {
    color: var(--primary2);
}

.about-us-area .about-side_img {
    width: 90%;
}

.about-us-area.custom-style-1 .about-side_img {
    margin-right: auto;
    margin-left: unset;
}

.about-us-area.custom-style-2 .about-side_img {
    margin-left: auto;
    margin-right: unset;
}

.about-us-area .main-content .description {
    font-size: 20.45px;
    line-height: 32px;
    letter-spacing: 0%;
    font-family: "Urbanist" !important;
    font-weight: 400;
    margin-bottom: 30px;
}

.description.first {
    font-weight: bold !important;
}

.what_we_believe {
    width: 86%;
    margin: auto;
    padding: 50px 20px;
    background-color: #f3f9ff;
    border-radius: 50px;
    margin-bottom: 50px;
}

.what_we_believe .section-title {
    margin-bottom: 20px;
}

.what_we_believe .content-1 {
    margin-bottom: 20px;
}

.what_we_believe .content-1 h1 {
    font-size: 64.27px;
    line-height: 77.3px;
    letter-spacing: -0.96px;
    font-family: "Urbanist" !important;
    font-weight: 600;
}

.what_we_believe .content-1 p {
    font-size: 20.45px;
    line-height: 31.9px;
    letter-spacing: 0%;
    font-family: "Urbanist" !important;
    font-weight: 400;
}

/* .what_we_believe .our-guaranties {
    max-width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
} */
.what_we_believe .our-guaranties {
    max-width: 80%;
    margin: 120px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.what_we_believe .our-guaranties .guaranty {
    max-width: 300px;
    display: flex;
    height: 100%;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin: auto;
    margin-bottom: 50px;
}

.about-us-area .img-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.our_process_img {
    width: 90%;
    height: 100%;
}

@media (max-width: 999px) {
    .our_process_img {
        width: 100%;
        height: 100%;
    }
}

/* Responsive: 2 per row on medium screens */
@media (max-width: 899px) {
    .what_we_believe .content-1 h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .what_we_believe .our-guaranties {
        grid-template-columns: repeat(1, 1fr);
        margin: 90px auto;
    }

    .what_we_believe .our-guaranties .guaranty {
        margin-bottom: 30px !important;
    }

    .our_process_img {
        width: 100%;
        height: 100%;
    }

    .what_we_believe .our-guaranties .guaranty img {
        width: 100px !important;
        height: 90px !important;
    }

    .what_we_believe .our-guaranties .guaranty h6 {
        font-size: 25px !important;
        line-height: 29.8px !important;
        margin-bottom: 10px !important;
    }

    .about-side_img {
        width: 100% !important;
    }
}

/* Responsive: 1 per row on mobile */
@media (max-width: 600px) {
    .what_we_believe .our-guaranties {
        grid-template-columns: repeat(1, 1fr);
        margin: 50px auto;
    }

    .what_we_believe .our-guaranties .guaranty {
        margin-bottom: 10px;
    }

    .our_process_img {
        width: 100%;
        height: 100%;
    }
}

.what_we_believe .our-guaranties .guaranty img {
    margin-bottom: 15px;
    width: 135px;
    height: 125px;
}

.what_we_believe .our-guaranties .guaranty h6 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: "Urbanist" !important;
    font-weight: 600;
    color: #204d5e;
    text-align: left;
    margin: 10px 0;
}

.what_we_believe .our-guaranties .guaranty p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0%;
    font-family: "Urbanist" !important;
    font-weight: 400;
    color: #204d5e;
    text-align: left;
}

/*feature css starts*/
.timeline__cover {
    padding: 10px 0 150px 0;
}

.timeline__cover .timeline {
    padding-top: 64px;
}

.timeline__cover .timeline ul {
    padding-top: 100px;
}

.timeline__cover .timeline ul li {
    background: #ddedf3;
    position: relative;
    margin: 0 auto;
    width: 4px;
    margin-bottom: 48px;
    list-style-type: none;
}

.timeline__cover .timeline ul li:last-child {
    padding-bottom: 7px;
    width: 0;
    height: 0;
}

.timeline__cover .timeline ul li:before {
    content: "";
    background: #ee7827;
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeline__cover .timeline ul li .hidden {
    opacity: 0;
}

.timeline__cover .timeline ul li .content {
    position: relative;
    top: -100px;
    width: 400px;
}

.timeline__cover .timeline ul li .content .icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    max-height: 90px;
}

.timeline__cover .timeline ul li .content .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline__cover .timeline ul li .content h3 {
    color: #204d5e;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 16px 0 10px;
}

.timeline__cover .timeline ul li .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: #204d5e;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
    left: 150px;
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
    left: -38px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
    left: calc(-400px - 150px);
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
    right: -38px;
}

/* Media Queries */
@media screen and (max-width: 1020px) {
    .timeline__cover .timeline ul li .content {
        width: 41vw;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timeline__cover {
        padding: 0px 0 250px 0;
    }

    .timeline__cover .timeline__title {
        text-align: left;
    }

    .timeline__cover .timeline {
        padding-top: 32px;
    }

    .timeline__cover .timeline ul li {
        margin-left: 48px !important;
    }

    .timeline__cover .timeline ul li {
        margin-left: 20px;
    }

    .timeline__cover .timeline ul li .content {
        width: calc(100vw - 150px);
        transition: 0.2s;
    }

    .timeline__cover .timeline ul li .content p {
        min-height: 110px;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 38px;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content:before {
        left: -33px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: 38px;
    }
}

/* timeline__cover ends */
