/* Theme Colors */
:root {
    --background-color: #f2f0f0;
    --secondary-color: #C5A992;
    --dark-color: #2f2f2f;
    --light-color: #F3F2EC;
    --body-text-color: #757575;
    --light-text-color: #afafaf;
    --dark-text-color: #2f2f2f;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #657180;
    background-color: var(--background-color);
    line-height: 1.5;
}

.hover-zoom:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
}

.hover-underline:hover {
    text-decoration: underline;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fw-bold {
    font-weight: 600 !important;
}

.hide {
    display: none !important;
}

.navbar-brand img {
    width: 49px;
    border-radius: 100%;
}

#Header {
    background-color: #f2f0f0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

}
.dropdown-item {
    padding:0.5rem 0.5rem !important;
}

.basic_navbar_text {
    line-height: 36px;
    display: inline-block;
    font-size: 18px;
    font-family: Arial;
    padding: 0 10px;
    text-decoration: none;
    color: rgba(33, 33, 33, 1);
}



h1,
h2,
h3 {
    font-family: Raleway, Helvetica, sans-serif;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}

.padded {
    padding: 30px 0;
}

.wrapper-grey {
    background: #F4F4F4;
}

.avatar {
    width: 30px;
    border-radius: 50%;
}

.avatar-bordered {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: white 1px solid;
}

.avatar-large {
    width: 50px;
}



.product-card {
    overflow: hidden;
    cursor: pointer;
    /* Ensures no overflow from the zoom effect */
}

.zoom-image {
    width: 100%;
    /* Makes the image responsive */
    transition: transform 0.5s ease;
    aspect-ratio: 28/29;
    height: 340px;
    /* Smooth transition for the zoom effect */
}

.product-card:hover .zoom-image {
    transform: scale(1.2);
    /* Scale up the image on hover */
}

.card-section {
    height: 250px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    background-size: cover !important;
    color: white;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 295px;
    height: 295px;
    overflow: hidden;
    position: relative;
    margin-right: 14px;

    /* Smooth transition for zoom */
}

.card-section:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

.card-user {
    position: absolute;
    right: 10px;
    top: 10px;
}

.card-category {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
}

.card-description {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 90%;
    height: 37px;
    margin: 0% 5%;
    padding: 2% 10px;
    background-image: linear-gradient(90deg, rgba(33, 37, 41, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(#ffffff, #ffffff);
}

.card-description h2 {
    font-size: 22px;
}

.card-description p {
    font-size: 15px;
    color: white;
}

.card-link {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: black;
    opacity: 0;
}

/* .card-link:hover {
    opacity: 0.1;
} */

.features img {
    width: 100px;
}

.features h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.features p {
    font-size: 15px;
    font-weight: lighter;
}

/* .pc_pattern #u750902 .basic_product_display_index .list_one .list_one_wrap .list_content_frame .product_name_wrap {
    transition: 0.5s;
    opacity: 1;
    position: absolute;
   
} */

.horizontal-text {
    transform: rotate(90deg);
    /* Rotates the text 90 degrees */
    font-size: 40px;
    /* Adjust font size as needed */
    margin: auto
}

.horizontal-div {
    display: flex;
    margin-top: 45px;
}

.blog-card {
    font-family: "Fira Sans", sans-serif;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
}



@media screen and (max-width: 768px) {
    

    #best-selling .products-thumb {
        margin: 0;
    }

   

    #best-selling .product-entry {
        margin-top: 50px;
    }

    

    .gallery-image {
        height: 260px;
    }

    

    .Product-main {
        justify-content: center !important;
    }

    .video-container {
        height: 400px !important;
    }
}


/*  */
.dark {
    background: #110f16;
}


.light {
    background: #f3f5f7;
}

a,
a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;

    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;

    &.dark {
        background-color: #18151f;
    }

    &.light {
        background-color: #e1e5ea;
    }

    .t-dark {
        color: #18151f;
    }

    a {
        color: inherit;
    }

    h1,
    .h1 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .small {
        font-size: 80%;
    }

    .postcard__title {
        font-size: 1.75rem;
    }

    .postcard__img {
        max-height: 180px;
        width: 100%;
        object-fit: cover;
        position: relative;
    }

    .postcard__img_link {
        display: contents;
    }

    .postcard__bar {
        width: 50px;
        height: 10px;
        margin: 10px 0;
        border-radius: 5px;
        background-color: #424242;
        transition: width 0.2s ease;
    }

    .postcard__text {
        padding: 1.5rem;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .postcard__preview-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
        height: 100%;
    }

    .postcard__tagbox {
        display: flex;
        flex-flow: row wrap;
        font-size: 14px;
        margin: 20px 0 0 0;
        padding: 0;
        justify-content: center;

        .tag__item {
            display: inline-block;
            background: rgba(83, 83, 83, 0.4);
            border-radius: 3px;
            padding: 2.5px 10px;
            margin: 0 5px 5px 0;
            cursor: default;
            user-select: none;
            transition: background-color 0.3s;

            &:hover {
                background: rgba(83, 83, 83, 0.8);
            }
        }
    }

    &:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(-70deg, #424242, transparent 50%);
        opacity: 1;
        border-radius: 10px;
    }

    &:hover .postcard__bar {
        width: 100px;
    }
}

@media screen and (min-width: 769px) {
    .news-artical-left::before {
        background-image: linear-gradient(-80deg,
                #ffffffd1,
                transparent 50%);
    }

    .news-artical-left:nth-child(2n)::before {
        background-image: linear-gradient(80deg,
                #ffffffd1,
                transparent 50%);
    }

    .news-artical-right::before {
        background-image: linear-gradient(-80deg,
                #ffffffd1,
                transparent 50%);
    }

    .news-artical-right:nth-child(2n)::before {
        background-image: linear-gradient(80deg,
                #ffffffd1,
                transparent 50%);
    }

    .gallery-image {
        height: 550px;
    }

    .postcard {
        flex-wrap: inherit;

        .postcard__title {
            font-size: 2rem;
        }

        .postcard__tagbox {
            justify-content: start;
        }

        .postcard__img {
            max-width: 300px;
            max-height: 100%;
            transition: transform 0.3s ease;
        }

        .postcard__text {
            padding: 3rem;
            width: 100%;
        }

        .media.postcard__text:before {
            content: "";
            position: absolute;
            display: block;
            background: #18151f;
            top: -20%;
            height: 130%;
            width: 55px;
        }

        &:hover .postcard__img {
            transform: scale(1.1);
        }

        &:nth-child(2n+1) {
            flex-direction: row;
        }

        &:nth-child(2n+0) {
            flex-direction: row-reverse;
        }

        &:nth-child(2n+1) .postcard__text::before {
            left: -12px !important;
            transform: rotate(4deg);
        }

        &:nth-child(2n+0) .postcard__text::before {
            right: -12px !important;
            transform: rotate(-4deg);
        }
    }

    .footer-content {
        position: relative;
        padding-left: 10px;
    }

    .footer-content h5::after {
        content: "";
        width: 25px;
        height: 6px;
        background-color: #0077ffb7;
        position: absolute;
        top: 9px;
        left: -23px;
    }
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;

        top: -20%;
        height: 130%;
        width: 55px;
    }

    .postcard.dark {
        .postcard__text:before {
            background: #18151f;
        }
    }

    .postcard.light {
        .postcard__text:before {
            background: #e1e5ea;
        }
    }
}

/* COLORS */
.postcard .postcard__tagbox .news-artical-left.play:hover {
    background: #ffffffd1;
    color: black;
}

.news-artical-left .postcard__title:hover {
    color: #ffffffd1;
}

.news-artical-left .postcard__bar {
    background-color: #2f18e2d1;
}

.news-artical-left::before {
    background-image: linear-gradient(-30deg,
            #ffffffd1,
            transparent 50%);
}

.news-artical-left:nth-child(2n)::before {
    background-image: linear-gradient(30deg, #ffffffd1, transparent 50%);
}

.postcard .postcard__tagbox .news-artical-right.play:hover {
    background: #ffffffd1;
    color: black;
}

.news-artical-right .postcard__title:hover {
    color: #ffffffd1;
}

.news-artical-right .postcard__bar {
    background-color: #2f18e2d1;
}

.news-artical-right::before {
    background-image: linear-gradient(-30deg,
            #ffffffd1,
            transparent 50%);
}

.news-artical-right:nth-child(2n)::before {
    background-image: linear-gradient(30deg,
            #ffffffd1,
            transparent 50%);
}


/*  */
.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
    height: 220px;
}

.card .card-header.no-border {
    border: 0;
}

.card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #edf1fc;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
    color: #4e73e5;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
    color: #4e73e5;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fcfcfd;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
    color: #dde1e9;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
    color: #dde1e9;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e8faf8;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
    color: #17d1bd;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
    color: #17d1bd;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebf7ff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
    color: #36afff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
    color: #36afff;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: floralwhite;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
    color: #FFC868;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
    color: #FFC868;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #feeeef;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
    color: #F95062;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
    color: #F95062;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fefeff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
    color: #f7f9fa;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
    color: #f7f9fa;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebedee;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
    color: #394856;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
    color: #394856;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--background-color);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
    color: #68CBD7;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
    color: #68CBD7;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
    color: #3c4142;
    font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
    color: #B1BAC5;
    font-size: 13px;
}





/*  */

#best-selling {
    background: #f3f3f3;
    padding: 45px 0;
    margin-top: 1rem;
}

#best-selling .products-thumb {
    box-shadow: 2px 6px 34px 4px rgba(63, 63, 63, 0.08);
}



#best-selling .product-entry h3.item-title {
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 15px;
}

#best-selling .product-entry .item-price {
    font-size: 1.5em;
    margin-bottom: 40px;
}


.leaf-pattern-overlay {
    background-image: url($bg-image);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.corner-pattern-overlay {
    background-image: url($bg-image);
    background-repeat: no-repeat;
    background-position: top right;
}

.section-title {
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-bottom: 45px;
}

.btn-accent-arrow {
    color: #111;
}

.section-title.divider {
    width: 100%;
}

.section-title.divider:after {
    content: "";
    border-bottom: 3px solid #74642F;
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 60px;
}

.btn-wrap i.icon {
    transition: 0.5s ease-out;
    font-size: 9px;
    padding-left: 10px;
}

.btn-wrap:hover i.icon {
    padding-left: 20px;
}

.btn-wrap {
    text-transform: capitalize;
}

.btn-wrap a {
    text-decoration: none;
    font-weight: 600;
}

.btn-wrap a:hover {
    color: #74642F;
}

figure {
    margin: 0;
}


img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

::selection {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-shadow: none;
}



.about-number {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.list-unstyled {
    font-size: 1rem;
}

#carouselExampleIndicators {
    margin-top: 73px !important;
}

.hover-text {
    /* Initial text color */
    transition: color 0.3s ease;
    /* Smooth transition */
}

.hover-text:hover {
    color: #337ab7;
    /* Medium blue color on hover */
}

.hover-underline {
    position: relative;
    /* Needed for absolute positioning of the underline */
    color: black;
    /* Initial text color */
    text-decoration: none;
    /* Remove default underline */
    overflow: hidden;
    /* Prevent the line from overflowing */
    transition: color 0.3s ease;
    /* Smooth color transition */
}

.hover-underline::after {
    content: '';
    /* Creates the line */
    position: absolute;
    bottom: 0;
    /* Position at the bottom */
    left: 50%;
    /* Start from the center */
    width: 0;
    /* Initial width of the line */
    height: 2px;
    /* Thickness of the line */
    background-color: #007bff;
    /* Color of the underline */
    transition: width 0.3s ease, left 0.3s ease;
    /* Smooth transition */
}

.hover-underline:hover {
    color: #007bff;
    /* Change text color on hover */
}

.hover-underline:hover::after {
    width: 100%;
    /* Full width on hover */
    left: 0;
    /* Move line to start from the left */
}

.video-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* Ensures the video covers the entire container */
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.lowercase {
    text-transform: lowercase;
}

/* Navbar Link Styling */
.nav-link {
    color: #333;
    transition: color 0.3s ease;
    font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
    color: #007bff !important;
    font-weight: 600;
}

/* Dropdown menu styling */
.dropdown-menu {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: #333;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
    color: #007bff;
}

/* Navbar shadow for better visual hierarchy */
.shadow-sm {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {

    /* Center brand logo and text */
    .navbar-brand {
        justify-content: center;
    }

    /* Adjust navbar link spacing */
    .navbar-nav .nav-item {
        margin-top: 0.5rem;
        text-align: center;
    }

    /* Dropdown menu full-width on mobile */
    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .carousel-item .image {
        height: 400px !important;
    }
}

/* Full-page overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    /* Ensure it stays on top */
}

/* Three-dot loader container */
.dots-loader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60px;
    /* Space between dots */
}

/* Individual dots */
.dots-loader span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #333;
    /* Dot color */
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}

/* Animation delays for dots */
.dots-loader span:nth-child(1) {
    animation-delay: -0.4s;
}

.dots-loader span:nth-child(2) {
    animation-delay: -0.2s;
}

.dots-loader span:nth-child(3) {
    animation-delay: 0s;
}

/* Bounce animation */
@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
/* Basic styling for all input fields */
input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Styling for disabled input fields */
input:disabled {
    background-color: #f7f7f7; /* Light gray background */
    color: #464646; /* Gray text color */
    border-color: #ddd; /* Light gray border */
    cursor: not-allowed; /* Change cursor to indicate the field is disabled */
}

/* Optional: Add a placeholder style for disabled inputs */
input:disabled::placeholder {
    color: #a8a8a8; /* Gray placeholder text */
}

.carousel-item .image {
    height: 600px;
}