[dir="ltr"] body {
    font-family: "Lato", sans-serif;
}
.landing {
    background: linear-gradient(
        135deg,
        #eab860 0%,
        #c3cfe2 25%,
        #eab860 50%,
        #da706b 100%
    );
    height: 100vh;
}
.bookCall {
    background-color: var(--primary-color);
    box-shadow: 2px 4px 20px 2px #dfa558;
    height: 68px;
    gap: 24px;
    border-radius: 72px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
}
.bookCall:hover {
    background-color: var(--primary-color);
    border: 1px solid white;
}
.bestWay {
    color: var(--primary-color);
}
.arrow {
    width: 44px;
    height: 44px;
    border-radius: 220px;
    padding: 10px;
    background-color: white;
    color: black;
}
#badge-custom {
    width: 101px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: black;
    background-color: white;

    border: 1px solid transparent;
    border-image-source: linear-gradient(
        95.44deg,
        #e6be79 2.68%,
        #e6be79 52.03%,
        #27c9ff 96.84%
    );
    border-image-slice: 1;
    border-radius: 8px;
}
#services .custom-card {
    height: 350px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}
.overlay h2,
.overlay p {
    color: white;
}

.partners .imgs div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.partners .imgs div:hover {
    opacity: 1;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.badge-custom {
    border: 1px solid;

    border-image-source: linear-gradient(
        95.44deg,
        #e6be79 2.68%,
        #e6be79 52.03%,
        #27c9ff 96.84%
    );

    color: black;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 14px;
}

.testimonial-card {
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.shady-card {
    position: relative;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.shady-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 83%;
    background: linear-gradient(rgb(255 255 255 / 98%), rgb(255 255 255 / 54%));
    z-index: 1;
}

.testimonial-card img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.user-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.sec-margin {
}
.main_body {
    padding-top: 0rem;
    margin-bottom: 0rem;
}
.news-card {
    border: none;
    text-align: center;
}
.news-card img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.text-truncate {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.news-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
    color: black;
}
.news-title:hover {
    text-decoration: underline;
    color: rgb(13 110 253);
}
.news-category {
    color: gray;
    font-size: 14px;
}
.videos .video-thumbnail {
    position: relative;
    width: 100%;
    max-width: 500px;
    cursor: pointer;
}

.videos .video-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.videos .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videos .play-button i {
    color: white;
    font-size: 24px;
}
.videos .modal-header {
    background-color: transparent !important;
}
.videos .video_box {
    padding: 10px;
}

.videos .meta {
    padding: 10px;
}
.videos .meta p {
    padding: 10px;
    font-size: 18px;
}
.videos .video_box h3 {
    font-size: 16px;
}

.faqs .accordion-item {
    border: var(--bs-accordion-border-width) solid
        var(--bs-accordion-border-color);
}
.faqs .accordion-button {
    color: black;
    background-color: transparent;
    box-shadow: none;
}

.contact .contact-container {
    background: linear-gradient(to right, #e3eaf1, #f8d7da);
    border-radius: 15px;
    padding: 30px;
}
.contact .form-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* ==================================================================================================== */

/* 2) Lift the bullets out of the flow and center them */
.swiper-pagination {
    position: inherit;
}
