body {
    background-color: #ededed;
    font-family: 'Times New Roman', Times, serif;
}

.navbar .nav-link {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.navbar button {
    background-color: black;
    color: white;
    padding: 3px 5px;
    border-radius: 20px;
}



.navbtn {
    font-size: 12px;
}

.navbar .navbar-toggler {
    background-color: white;
}

.navbar .navbar-toggler:hover {
    background-color: white;
    color: black;
}

.navbar button:hover {
    background-color: #302d2d;
    color: white;
}

.tilt-wrapper {
    perspective: 1000px;
}

#tiltBox {
    transition: transform 0.4s ease;
    /* <-- SPEED */
    transform-style: preserve-3d;
}

iframe {
    width: 900px;
    height: 507px;
    border: none;
    display: block;
    border-radius: 20px;
}

@media (max-width: 820px) {
    iframe {
        width: 100%;
        height: auto;
    }
}

.progress-container {
    position: relative;
    width: 80%;
    height: 30px;
    margin: 50px auto;

}

.progress {
    background-color: white;
    border-radius: 20px;
}

.progress-bar-custom {
    height: 14px;
    border-radius: 20px;

}

.pointer {
    position: absolute;
    top: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0d6efd;
}

.pointer i {
    font-size: 18px;
    margin-right: 4px;
}

.feature-icon {
    font-size: 32px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.feature-text {
    text-align: center;
    font-size: 14px;
}

.slidersectiontwo .card {
    border-radius: 20px;
}

/* Desktop */
@media (min-width: 1200px) {
    .slidersectiontwo .card {
        width: 800px;
    }
}

.slidersectiontwo {
    padding-top: 4rem;
}

.videocontainer {
    margin-top: 8rem;
}

.videocontainer h1 {
    font-size: 45pt;
}

.tilt-wrapper {
    padding-top: 4rem;
}

.slidersectiontwo h1 {
    font-size: 45pt;
}

.booksection h1 {
    margin-top: 8rem;
    font-size: 45pt;
}

.testimonialsection h1 {
    font-size: 45pt;
}

.testimonialsection {
    margin-top: 8rem;
}

.pricingsection {
    margin-top: 5rem;
}

.pricingsection h1 {
    font-size: 45pt;
}

.mapsection h1 {
    font-size: 45pt;
    margin-top: 8rem;
}

.benchmarksection h1 {
    font-size: 45pt;
    margin-top: 8rem;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0d6efd;
    /* Bootstrap blue */
    opacity: 0.5;
    margin: 0 5px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: none;
}

.carousel-indicators .active {
    opacity: 1;
    transform: scale(1.2);
}

/* SLIDER 3 */
.sliderthree .feature-bubble {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: pointer;
}

.sliderthree .center-circle {
    width: 120px;
    height: 120px;
    background-color: #a8bafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.sliderthree .center-circle i {
    font-size: 40px;
    color: #000;
}

@media (max-width: 768px) {
    .sliderthree .layout-row {
        flex-direction: column;
        align-items: center;
    }

    .sliderthree .left-col,
    .right-col {
        align-items: center !important;
    }
}

.booksection .nav-pills .nav-link {
    border-radius: 50px;
    padding: 6px 16px;
    margin: 4px;
    font-size: 14px;
    color: #454545;
    border: solid 1px #454545;
}

.booksection .nav-pills .nav-link.active {
    background-color: #000;
    color: white;
    font-weight: bold;
}

.booksection .nav-pills .nav-link:hover {
    background-color: #000;
    color: white;
}

.booksection button {
    color: black;
    border: solid 1px black;
}

.booksection button:hover {
    background-color: black;
    color: #fff;
}

.booksection .card-custom {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    padding: 20px;
}

.booksection .card-icon {
    width: 32px;
    height: 32px;
    background-color: black;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 12px;
}

.booksection .card-img-preview {
    margin-top: 20px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.container-ai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 60px;
    cursor: pointer;
}

.ai-center {
    width: 150px;
    height: 150px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}

.ai-column {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.ai-box {
    background: white;
    border-radius: 25px;
    padding: 12px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: left;
    gap: 10px;
}

.ai-box i {
    color: #8c88c3;
}

.booksection p {
    font-size: 12px;
}

.booksection .card-text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: justify;
}

.testimonial-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.testimonial-track::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 320px;
    background-color: #f4f3ef;
    border-radius: 15px;
    padding: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.testimonial-card p {
    font-size: 14px;
    color: #333;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.testimonial-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author div {
    margin-left: 12px;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-author span {
    font-size: 12px;
    color: #777;
}

.pricingsection button {
    font-size: 12px;
}

.pricingsection .pricing-card {
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 30px 20px;
    background-color: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.pricingsection .price-value {
    font-size: 32px;
    font-weight: bold;
}

.pricingsection .pricing-card ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.pricingsection .pricing-card ul li {
    margin-bottom: 10px;
}

.pricingsection .plan-toggle .btn {
    border-radius: 999px;
    padding: 6px 16px;
}

.pricingsection .btn-black {
    background-color: #000;
    color: #fff;
    border: none;
}

.pricingsection .badge {
    font-size: 10px;
}

footer {
    background-color: #ededed;
    color: #000;
    padding: 3rem 0;
}

.social-icons a {
    font-size: 1.25rem;
}

.marquee-wrapper {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.marquee {
    display: flex;
    width: calc(200%);
    /* twice the width since content is duplicated */
    animation: scroll-left 20s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

.testimonial-card {
    flex: 0 0 auto;
    width: 320px;
    margin-right: 24px;
    /* your existing card styles… */
}

/* Infinite scroll animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* scroll by exactly one set of cards */
    }
}

.progress-container {
    height: 40px;
}

/* put in your stylesheet */
.progress-segment {
    float: left;
    height: 100%;
    transition: background-color .3s;
}

.progress-segment.active,
.progress-segment:hover {
    background-color: #4193dd !important;
}

.pointer {
    transform: translateX(-50%);
    color: #4193dd;
    font-size: 1.2rem;
    transition: left .3s;
    pointer-events: none;
}
