.container-fluid {
    width: 1080px;
}
.bg-primary-landing {
    background-color: #ff6f61;
}

.text-primary-landing {
    color: #ff6f61;
}
.btn.bg-primary-landing:hover {
    background-color: #ff6f61 !important;
    color: #ffffff !important;
}

.ul-card ul {
    list-style: inherit;
}
.min-h-100 {
    min-height: 100%;
}

.justify-self-center {
    justify-self: center !important;
}
.bg-secondary-landing {
    background-color: #ecf0f1;
}
.bg-success-landing {
    background-color: #2ecc71;
}

.bg-success-landing:hover {
    background-color: #2ecc71 !important;
}

.testimonial-carousel .owl-dots .owl-dot {
    background-color: #c4c4c4 !important;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #ff6f61 !important;
}
/* .owl-nav{
  position: absolute;
  top: 50%;
} */

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 50px;
    color: #1c1c20;
    font-weight: 400;
}
.tl-bl-radius-12 {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.tr-br-radius-12 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.footer-text-color {
    color: #1b1a1a;
}
.main-div {
    scroll-snap-type: y mandatory; /* Ensure strict snapping */
    overflow-y: scroll; /* Allow vertical scrolling */
}
.snap-section {
    scroll-snap-align: start; /* Aligns the start of each section to the top */
    width: 100%;
    height: 100vh;
    align-items: center; /* Centers content vertically */
    justify-content: center;
}
