@import url('https://fonts.googleapis.com/css2?family=Trustindex&display=swap');

body {
    margin: 0;
    padding: 0;
}

.custom-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 45px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .custom-container {
        padding: 0 10px !important;
    }

    .container-sm {
        margin: 0 auto;
        padding: 0 10px;
    }

    .font-sm-20 {
        font-size: 20px !important;
    }

    .scroll-content {
        height: 100% !important;
    }
}

@media screen and (max-width: 1000px) {
    .set-my-icon {
        position: relative;
        right: 0px !important;
    }

    .set-my-icon-right {
        position: relative;
        left: 0px !important;
    }

    .text-cen {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .fixed-col {
        position: sticky;
        top: 0;
        align-self: start;
    }
}

/* start nave bar code  */
.navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #EC6F29;
}

/* start colors */
.text-color {
    color: #4B5563;
}

.datiles-text-color {
    color: #111827;
}

.footer-bg {
    background-color: #303030;
}

.black-bg {
    background-color: #202228;
}

.footer-text-color {
    color: #EC6F29;
}

.bg-color-warning {
    background-color: #EC6F29 !important;
}

/* end colors */

/* start font familyes */
.font-Roboto {
    font-family: 'Roboto', sans-serif;
}

.font-pop {
    font-family: 'Poppins', Sans-serif;
}

.font-fira {
    font-family: 'Fira Code'
}

.font-tri {
    font-family: 'Trustindex', sans-serif;
}

/* End font familyes */
/*start font weights */
.font-400 {
    font-weight: 500;
}

.font-500 {
    font-weight: 600;
}

/*end font weights */
/* start font sizes */
.font-10 {
    font-size: 11px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-19 {
    font-size: 19px;
}

.font-30 {
    font-size: 28px;
}

.font-34 {
    font-size: 34px;
}

/* end font sizes */
/* line height code start */
.lh-3 {
    line-height: 28px;
}

.lh-4 {
    line-height: 26px;
}

/* line height code end */
/* motercycle pages css start */
.bike-card {
    border: 1px solid #EC6F29;

}

.bike-card:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* Smooth transition */
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.custom-pagination {
    background-color: #F3F4F6;
    color: black;
}

.custom-pagination:hover {
    background-color: black;
    color: white;
}

.gallery-bg {
    background-color: #F3F4F6;
}

/* starrt datiles pages css  */
.scroll-content {
    height: 80vh;
    overflow-y: auto;
    padding: 15px;
    border-radius: 8px;
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-content::-webkit-scrollbar {
    display: none;
}

.coustom-border {
    border: 1px dashed #dadce2;
}

.button-animation:hover {
    transition: all 0.3s ease;
    transform: translateY(-3px);
}

/* Remove default calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none !important;
}

/* Prevent background change on focus */
.datepicker-input:focus {
    background-color: #F3F4F6 !important;
    /* Light background */
    box-shadow: none !important;
}

/* Custom input design */
.input-group-text {
    background: none;
    border-right: none;
}

.my-form-control {
    border: none !important;
    background-color: #F3F4F6 !important;
    height: 50px;
}

.set-icon {
    border: none !important;
    background-color: #F3F4F6 !important;
    height: 50px;
    border-radius: 10px;
}

.form-check-input {
    background-color: #9CA3AF !important;
    /* Default color */
}

.form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
}

.nav-tabs .nav-link {
    color: #482d41 !important;
    font-family: 'poppins' sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 10px;
}

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs .nav-link.active {
    color: #EC6F29 !important;
    border-bottom: 1px solid #d1d0d1 !important;
}
.nav-tabs .nav-item .tab-border {
    height: 4px;
    width: 20px;
    background-color: #474F5E;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.nav-tabs .nav-item .nav-link.active+.tab-border {
    background-color: #EC6F29;
}

.nav-tabs .nav-link:hover {
    color: #EC6F29 !important;
    border: none;
}

.nav-tabs .nav-item .nav-link:hover+.tab-border {
    background-color: #EC6F29 !important;
}

.bg-tabs {
    background-color: #F3F4F6;
}

.star {
    font-size: 1.3rem;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.justify {
    text-align: justify;
}

.border-coustom {
    border: 3px solid #EC6F29 !important;
    color: #FFFF !important;
}

.w-15 {
    width: 20% !important;
}

.photos-set {
    width: 100%;
    height: 215px;
    transition: filter 0.3s ease;
    /* Smooth transition for the filter effect */

}

.photos-set:hover {
    filter: brightness(0.7);
    /* Darken the image */
    cursor: pointer;
}

.bg-review {
    background-color: #F1F1F1;
}

.review:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* Smooth transition */
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

/* Ensure container is positioned relative */
.container-my {
    position: relative;
}

/* Style for previous and next buttons */
.unique-prev-btn,
.unique-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(0, 0, 0, 0.6); */
    padding: 15px;
    border-radius: 50%;
    z-index: 1000;
}

/* Positioning next and previous buttons */
.unique-prev-btn {
    left: -60px;
    /* Move outside the container */
}

.unique-next-btn {
    right: -60px;
    /* Move outside the container */
}

/* Style for close button */
.unique-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: rgb(255, 255, 255) !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

/* Modal Background */
.slider-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.set-my-icon {
    font-size: 30px;
    position: relative;
    right: 40px;
    color: #CCCCCC !important;
    transition: transform 0.3s ease-in-out;
}

.set-my-icon-right {
    font-size: 30px;
    position: relative;
    left: 40px;
    color: #CCCCCC !important;
    transition: transform 0.3s ease-in-out;
}

.set-my-icon:hover,
.set-my-icon-right:hover {
    transform: scale(1.2);
    /* Zoom in */
    transition: transform 0.3s ease-in-out;
}

.text-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    /* Show only 4 lines */
}

.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.change-icon-bg {
    background-color: rgb(0, 0, 0) !important;
    /* Default background color */
    color: black !important;
    border-radius: 50% !important;
    /* Circular shape */
    padding: 10px;
    /* Adjust padding */
    transition: all 0.3s ease-in-out;
    /* Smooth transition */
}

/* Default icon color (white) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
    /* Default white */
    transition: filter 0.3s ease-in-out;
}

.my-wedgit {
    position: relative;
    top: 10px !important;
}


.video-container {
    position: relative;
    height: 215px;
    background-size: cover;
    background-position: center;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}