* {
    padding: 0px;
    margin: 0px;
}

/* common */

h2, h3 {
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-style: italic;
}
a {
    text-decoration: none;
    /* font-size: 22px; */
    padding-left: 5px;
    /* font-family: 'EB Garamond', serif; */
}

h4 {
    font-family: Georgia, 'Times New Roman', Times, serif; 
    font-style: italic;
}

/* search code */

.form-control {
    padding: 11px !important;
    /* dec */
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .searchbg {
        background-image: url('../../images/bgimg/234.png'); 
        background-size: cover; 
        background-position: center center; 
        background-repeat: no-repeat; 
        height: auto !important;
        padding:  100px 20px;
    }
    .seaform {
        margin-left: 0px !important;
    }
    .searchtext {
        font-size: 25px !important; 
        text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .thd_sec {
        margin-top: 600px !important;
    }
    .sec_section {
        height: 450px;
        margin-top: 50px !important;
    }
    .top_ven {
        height: auto !important;
    }
    .buscards_body {

    }
}

.searchbg {
    background-image: url('../../images/bgimg/234.png'); 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    height: 550px;
}

.seaform {
    margin-left: 200px;
}

.searchtext {
    font-size: 50px; 
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}

.sec_section {
    /* background-image: url("../images/pic_1.jpg") !important; */
    height: 450px;
    margin-top: 100px;
}

.top_ven {
    /* background-color: #ec3c77; */
    /* box-shadow: 0 5px 15px  rgba(0, 0, 0, 0.3); */
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.3);
    height: auto !important;
    margin-bottom: 10px;
    color: black;
    border-radius: 10px;
    padding: 8px;
}

.top_ven img {
    border-radius: 10px;
    /* object-fit: contain; */
}

.buscards {
    background-image: url('../../images/bgimg/index3.jpeg');
    position: relative;
    background-size: cover; /* Cover the entire area of the element */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-attachment: fixed;
    height: 450px;
    margin-top: 90px;
}

.buscards_body {
    position: absolute; z-index: 2; 
    padding: 50px; 
    margin-top: 70px !important; 
    background-color: rgba(255, 255, 255, 0.5); 
     border-radius: 10px; 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.buscards_body h2 {
    font-size: 45px; 
    color: black;  
    text-shadow: 0 0 3px #FF0000, 0 0 5px #FFF;
}

.buscards_body p {
    font-size: 22px; 
    font-weight: 500;
}

/* Styles for mobile devices */
@media screen and (max-width: 768px) {
    .buscards {
        height: 450px;
        margin-top: 50px;
    }

    .buscards_body {
        padding: 30px;
        margin-top: 40px !important;
        border-radius: 8px;
    }

    .buscards_body h2 {
        font-size: 30px;
    }
    .buscards_body p {
        font-size: 20px; 
        font-weight: 500;
    }
}

/* Styles for small mobile devices */
@media screen and (max-width: 480px) {
    .buscards {
        height: 300px;
        margin-top: 30px;
    }

    .buscards_body {
        padding: 20px;
        margin-top: 30px !important;
        border-radius: 6px;
    }

    .buscards_body h2 {
        font-size: 24px;
    }
    .buscards_body p {
        font-size: 18px; 
        font-weight: 500;
    }
}



/* carousel code */

.slider {
    margin-top: 30;
}

.card .card-img-overlays {
    color: maroon;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    padding: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.containers {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .containers {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .containers {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .containers {
        width: 1170px;
    }
}

@media only screen and (min-width:320px) and (max-width:759px) {
    .containers {
        margin-top: 600px !important;
    }
}




@media (max-width: 767px) {
    #featureContainer .carousel-inner .carousel-item>div {
        display: none;
    }

    #featureContainer .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#featureContainer .carousel-inner .carousel-item.active,
#featureContainer .carousel-inner .carousel-item-next,
#featureContainer .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #featureContainer .carousel-inner .carousel-item-end.active,
    #featureContainer .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #featureContainer .carousel-inner .carousel-item-start.active,
    #featureContainer .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }

    #featureContainer .card img {
        width: 90%;
        height: 40vh;
    }

    #featureContainer .carousel-item {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    #featureContainer .card img {
        width: 100%;
        /* height: 400px; */
    }
}

#featureContainer .carousel-inner .carousel-item-end,
#featureContainer .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

#featureContainer .card {
    border: 0;
}

#featureContainer .card {
    position: relative;
}

#featureContainer .card .card-img-overlays {
    position: absolute;
    bottom: 5%;
    left: 0%;
}

#featureContainer a {
    text-decoration: none;
}

#featureContainer .indicator {
    border: 1px solid rgb(202, 202, 202);
    padding: 3px 6px 3px 6px;
}

#featureContainer .indicator:hover {
    background-color: blue;
    border: 1px solid blue;
    transition: 200ms;
}

#featureContainer .indicator:hover {
    color: white;
    transition: 200ms;
}

#featureContainer .indicator {
    color: lightgray;
}

#featureContainer .float-end {
    padding-top: 10px;
}
/* 
#featureContainer {
    background-color: white !important;
} */


/* vendor pages */

.ven_head {
    display: flex;
    justify-content: center;
    align-items: center;
    color: maroon;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 180px;
    font-size: 40px;
}

/*  --------------------------
        vendor Dashborad page
    --------------------------
*/
.page-wrapper {
    /* background-color: #EDF6FD; */
    background-color: #ffd3f0;
    overflow: hidden !important;
    height: auto;
}

.body_content {
    /* height: 600px; */
    height: auto;
    background-color: white;
    margin: 20px;
}

.sec_header {
    background-color: #A10035 !important;
}

.result_container {
    /* border: 1px solid red; */
    /* margin-left: 20px; */
    padding: 0px 10px 10px 5px;
    margin: 2px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 100% ;
}

@media (max-width: 767px) {
    .result_container {
        margin-left: -40px;
    }
}

.result-content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid gray;
    /* box-shadow: 0px 0px 1px 1px red; */
}

.result-content h3 {
    width: 25%;
    margin-right: 20px;
    text-align: right !important;
    color: #555;
    font-size: 18px;
}

.result-content p span {
    width: calc(100% - 170px);
    padding: 10px;
    color: black;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
    .user-data {
        margin-left: 500px;
    }
}

/* .person_details {
    padding: 20px;
    border: 1px solid gray;
} */

.details-table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    margin-top: 10px;
}

.details-table th, .details-table td {
    /*border: 1px solid #ddd;*/
    border: 1px solid black !important;
    padding: 8px;
    text-align: left;
}

.details-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    width: 200px;
    height: 50px;
}

.details-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/*.details-table tr:hover {*/
/*    background-color: #ddd;*/
/*}*/

@media (max-width: 767px) {
    .details-table th {
        background-color: #f2f2f2;
        font-size: 15px;
        font-weight: bold;
        width: 150px;
        height: 50px;
    }
    .details-table td {
        border: 1px solid #ddd;
        padding: 5px;
        text-align: left;
        font-size: 15px;
        width: auto;
    }
}


.box-body {
    display: flex;
}

.main-content {
    /* background-color: rgb(27, 250, 75); */
    background: hsla(175, 79%, 63%, 1);

background: linear-gradient(90deg, hsla(175, 79%, 63%, 1) 0%, hsla(82, 96%, 57%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(175, 79%, 63%, 1) 0%, hsla(82, 96%, 57%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(175, 79%, 63%, 1) 0%, hsla(82, 96%, 57%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#57EBDE", endColorstr="#AEFB2A", GradientType=1 );
    padding-top: 5px;
}

.main-content span {
    padding: 10px;
    float: right;
    margin-top: -60px;
}

.main-content span button {
    border: none;
    background-color: white; 
}

.main-content span button i {
    color: blue;
    font-size: 30px;
}

.main-content h2, .form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    /* margin-top: 50px; */
    color: #333;
    /* color: yellow; */
    font-family: "Freebooster script";
}


/* popup style */


.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px); /* Blurring the background */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it's on top */
}

.popup-content {
    background-color: #fff;
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    /* padding-left: 600px; */
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.add {
    color: white;
    padding: 5px 10px 5px 10px;
    background: blue !important;
    border-radius: 5px;
    border: 1px solid blue !important;
}

.wrappers {
    display: flex;
    width: 100%;
    align-items: stretch;
}



/* search filter option style */

.searchimg img{
    /* background-image: url("../../images/bgimg/ss.jpg"); */
    width: 100%;
    height: 400px;
    position: relative;
}

.search_name {
    position: absolute;
    font-size: 50px;
    top: 400px;
    left: 100px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

span i {
    color: red;
    font-size: 20px;
}

.ad_img {
    background: white;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
    position: relative;
}

 .image-dis img {
    transition: transform 0.5s ease-in-out !important; /* Smooth zoom transition */
}

.image-dis img:hover {
    transform: scale(1.03) !important; /* Zoom in the image */
}

.view_more {
    margin-top: -10px;
}

.image-dis {
    margin-top: -20px;
}

.vendor-image {                                           /* ???????????? */
    width: 620px !important;                                   
    height: 427px !important;
}


/* Expand And Collapses */

.expandcollapse {
    /* background-color: #fae0e0; */
    overflow-x: hidden;
    }
    .expand {
    /* font: menu; */
    font-size: 1rem;
    padding: 0;
    margin: 0;
    /* background-color: yellow; */
    }
    .expandsection {
    padding-top: 4rem;
    width: 80%;
    /* margin: auto; */
    }
    .expandsection h1 {
    font-size: 2rem;
    font-weight: 500;
    }
    details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
    }

    @keyframes open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    }
    details summary::-webkit-details-marker {
    display: none;
    }

    details summary {
    width: 100%;
    padding: 0.5rem 0;
    /* border-top: 1px solid black; */
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 300;
    /* list-style: none; */
    }

    details summary:after {
    content: "+";
    padding-right: 5px;
    color: black;
    position: absolute;
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 0;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;
    background-color: white !important;
    }
    details[open] summary:after {
    transform: rotate(45deg);
    background-color: white !important;
    font-size: 2rem;
    }
    details[open] summary::after {
        color: red;
    }
    details[open] {
        background-color: white;
        padding: 10px;
        /* color: red; */
        color: black;
        border-radius: 20px;
        margin-bottom: 5px;
    }
    details summary {
    outline: 0;
    font-size: 22px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    }
    details:hover {
        background-color: white;
        border-radius: 10px;
        padding: 10px;
    }
    details p {
    font-size: 20px;
    padding-left: 20px;
    font-family: 'EB Garamond', serif;
    }

    .buscard {
        background: hsla(313, 100%, 75%, 1);
        background: linear-gradient(90deg, hsla(313, 100%, 75%, 1) 0%, hsla(335, 100%, 63%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(313, 100%, 75%, 1) 0%, hsla(335, 100%, 63%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(313, 100%, 75%, 1) 0%, hsla(335, 100%, 63%, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FF7EE2", endColorstr="#FF4191", GradientType=1 );
        padding: 25px;
    }

    .content {
        font-size: 20px;
        color: white;
        font-family: 'EB Garamond', serif;
    }

    @media (max-width: 600px) {
        .buscard {
            padding: 10px;
            text-align: justify;
        }
        details summary  {
            font-size: 18px;
        }
        details p {
            font-size: 16px;
            padding-left: 20px;
            font-family: 'EB Garamond', serif;
            }
        .expandsection {
            width: 100%;
            padding-top: 10px;
        }
    }

    .topimg {
        background-image: url('../../images/bgimg/blog.webp');
        background-size: cover; /* Cover the entire area of the element */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-attachment: fixed;
        height: 300px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .topshadow {
        position: absolute; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
        background-color: rgba(0, 0, 0, 0.5);
    }

    .topshadow h2 {
        color: white; 
        display: flex; 
        padding: 150px 100px; 
        font-size: 40px;
    }

        /* Styles for mobile devices */
    @media only screen and (max-width: 768px) {
        .topimg {
            height: 200px; /* Adjust the height for mobile */
        }

        .topshadow h2 {
            padding: 100px 20px; /* Reduce padding for smaller screens */
            font-size: 30px; /* Decrease font size */
        }
    }

    /* Styles for very small devices (like phones) */
    @media only screen and (max-width: 480px) {
        .topimg {
            height: 150px; /* Further reduce the height */
        }

        .topshadow h2 {
            padding: 70px 10px; /* Minimize padding */
            font-size: 24px; /* Further reduce font size */
            text-align: center; /* Center-align text for small screens */
        }
        .slidercarousal{
            margin-top: 0px !important;
        }
    }


    /* Product view code */

    .pic_view {
        background-color: white;
        border: 2px solid white;
        height: auto;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .pic_view img {
        height: 350px; 
        width: 100%;
    }
    .bd-name {
        display: flex;
        justify-content: space-between;
    }

    .location  {
        padding-left: 5px; 
        font-family: Georgia, 'Times New Roman', Times, serif; 
        font-style: italic; 
        font-size: 20px;
    }

           /* Sidebar Widget Styling */
    .sidebar-widget {
        background-color: white; /* Light background */
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .sidebar-widget h3 {
        font-family: 'EB Garamond', serif;
        font-size: 24px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 10px;
    }

    .sidebar-widget h3::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 3px;
        background-color: #28a745; /* Accent color (green) */
    }

    .property_list_widget {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .property_list_widget li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        transition: transform 0.3s ease;
        padding:5px
    }

    .property_list_widget li:hover {
        transform: translateY(-5px); /* Hover effect */
    }

    .property_list_widget img {
        border-radius: 8px;
        object-fit: cover;
        margin-right: 15px;
    }

    .property_list_widget h6 {
        font-family: 'EB Garamond', serif;
        font-size: 18px;
        font-weight: 500;
        color: #555;
        margin-bottom: 5px;
    }

    .property_list_widget h6 a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .property_list_widget h6 a:hover {
        color: #28a745; /* Green text on hover */
    }

    .property_list_widget .recent-scroll p {
        font-size: 14px;
        color: #888;
        margin: 0;
    }

    /* .recent-scroll {
        display: flex;
        justify-content: space-between !important;
    } */

    .property_list_widget h6 span i {
        color: #28a745; /* Green color for location icon */
        margin-right: 5px;
    }

    .property_list_widget h6 span {
        margin-right: 10px;
        font-size: 16px;
    }

    .property_list_widget h6 span i.fa-location-dot {
        font-size: 14px;
    }

    /* View More Button Styling */
    .sidebar-widget .text-danger {
        color: #dc3545; /* Red color */
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .sidebar-widget .text-danger:hover {
        color: #c82333;
        text-decoration: underline;
    }

    .sidebar-widget .mt-2 {
        margin-top: 10px;
    }

    @media screen and (max-width: 768px) {
        .pic_view img {
            height: 200px; 
            width: 100%;
        }
        .pic_view {
            background-color: white;
            border: 2px solid white;
            height: auto;
            padding: 5px;
            border-radius: 5px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
        /* .bd-name {
            display: block;
        } */
        .bd-name h3 {
            font-size: 22px !important;
        }
        .bd-name h5 {
            font-size: 15px !important;
        }
        .location {
            font-size: 15px;
        }
        .sidebar-widget {
            margin-top: 20px;
        }
    }

    /*  allvendor page Album and Gallery  Section */

    .image-section {
        background-color: white;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    }

    .postimg {
        margin-top: -80px;
    }

    .tab-container {
        display: flex;
        /* border-bottom: 2px solid #ccc; */
        margin-bottom: 10px;
        background-color: white;
    }
    .tab {
        padding: 10px 20px;
        cursor: pointer;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        margin-right: 5px;
        font-family: Georgia, 'Times New Roman', Times, serif; 
    }
    .priceoffer {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 0 10px 10px 10px;
        background-color: white;
        margin-bottom: 20px;
        font-family: 'EB Garamond', serif;
    }
    .tab.active {
        background-color: white;
        font-weight: bold;
        border-bottom: 2px solid white;
    }
    .image-content {
        display: none;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 0 10px 10px 10px;
        background-color: white;
    }
    .image-content.active {
        display: block;                 
    }
    .description-body {
        padding: 20px;
        /* border-bottom: 2px solid #ccc; */
        /* border-radius: 0 10px 10px 10px; */
        background-color: white;
        margin-bottom: 20px;
        font-family: 'EB Garamond', serif;
        font-size: 18px;
    }
    .img-container img {
        border-radius: 10px;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .menu-iteam {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        /* justify-content: space-between;
        flex-wrap: wrap;
        gap: 50px;
        padding: 10px; */
    }
    .check {
        height: 17px;
        width: 8px;
        border-bottom: 3px solid green;
        border-right: 3px solid green;
        transform: rotate(45deg);
        /* margin-right: -30px; */
    }

    .menu-iteam h5 {
        font-family: 'EB Garamond', serif !important;
        font-size: 20px !important;
    }

    .buttons button {
        border: 2px solid white;
        color: white !important;
    }

    .buttons .btn1:hover {
        scale: 1.1;
    }

    .buttons .btn2:hover {
        scale: 1.1;
    }

    .buttons .btn1 {
        color: white;
        background-color: pink;
    }

    .buttons .btn2 {
        color: white !important;
        background-color: green;
    }

    .pro-media {
        height: 400px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 10px;
    }

    .pro-media .media {
        /* background-color: #696868; */
        border: 3px solid hsla(313, 100%, 75%, 1);
        height: 120px;
        /* color: white; */
    }

    .pro-media .media h2 {
        /* border-bottom: 3px solid #696868; */
        border-bottom: 3px solid hsla(313, 100%, 75%, 1);
        padding: 5px;
    }

    .package {
        background-color: rgba(212, 211, 211, 0.616);
        height: auto;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid gray;
    }

    .package .h3 {
        border-bottom: 1px solid #A10035;
    }


    .success-message {
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-style: italic;
        font-weight: 600 !important;
        font-size: 22px !important;
        position: absolute;
        top: -400px;
        /* Margin from the top */
        right: 0px;
        /* Align to the right */
        background-color: #d4edda;
        color: #155724;
        padding: 15px 20px;
        border-radius: 8px;
        font-size: 18px;
        font-weight: bold;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        /* border: 1px solid #c3e6cb; */
        border: 2px solid transparent;
        z-index: 999;
        animation: border-animation 2s linear infinite;
      }
      
      @keyframes border-animation {
        0% {
          border-color: #28a745 transparent transparent transparent;
        }
      
        25% {
          border-color: #28a745 #28a745 transparent transparent;
        }
      
        50% {
          border-color: #28a745 #28a745 #28a745 transparent;
        }
      
        75% {
          border-color: #28a745 #28a745 #28a745 #28a745;
        }
      
        100% {
          border-color: #28a745 transparent transparent transparent;
        }
      }

      /* login page style */

      .log-page {
        background-image: url('../../images/bgimg/log_img.jpg') !important;
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center; 
    }


        .form-container {
            width: 400px;
            height: auto;
            padding: 15px;
            border: 1px solid #ffffff; 
            border-radius: 10px;
            background-color: white;
            /* background-color: rgba(255, 255, 255, 0.6);  */
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); 
            /* animation: pinkGlow 5s ease-in-out infinite;  */
        }

        /* @keyframes pinkGlow {
            0% {
                background-color: rgba(255, 255, 255, 0.6); 
            }
            50% {
                background-color: rgba(255, 182, 193, 0.6); 
            }
            100% {
                background-color: rgba(255, 255, 255, 0.6); 
            }
        } */

       
        
/* new dashboard style code */

.ven_logo {
    display: flex;
}
.ven_logo img {
    width: 200px;
    height: 180px;
}
/* .brand_name {
    
    margin-left: 40px;
    padding-left: 40px;
} */

.rigname {
    padding-left: 40px;
    font-size: 20px !important;
    align-items: center !important;
    width: 100%;
}

.adimg {
    display: flex;
    gap: 30px;
}

.person_details {
    margin: 20px;
}

.menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.action-icons{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}


@media screen and (max-width: 768px) {

    .ven_logo {
        display: block;
        /* align-items: center;
        justify-content: center; */
    }

    .ven_logo img {
        width: 200px !important;
        height: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .brand_name {
        font-size: 30px !important;
        align-items: center !important;
        /* margin-left: 10px; */

    } 
    .content h2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .person_details {
        margin: 0px;
        padding: 10px;
    }
    .adimg {
        display: block;
        flex-direction: row;
        gap: 50px;
        font-size: 18px;
    }
    .menu-button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
}

/* Album Gallery section */


/* Album container for flexbox */
.album-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Space between images */
}

/* Each album in the flex layout */
.album {
    width: 23%; /* Make 4 albums per row with small gap */
    margin-bottom: 20px;
    cursor: pointer;
    position: relative; /* To position the image count */
}

/* Container for the cover image */
.img-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 250px; */

}

/* Styling the cover image */
.cover-img {
    border-radius: 10px;
    width: 100%; /* Full width of the container */
    height: 100%;
    display: block;
    object-fit: cover; /* Maintain image aspect ratio */
}

/* Styling the image count (positioned at the top-right corner) */
.image-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 768px) {
    /* On mobile, make each album take full width */
    .album {    
        width: 100%; /* Full width for mobile */
        margin-bottom: 20px; /* Space between images */
    }
    #popupMessage {
        top:40px !important; 
        right: 0px; 
    }
}

@media (min-width: 769px) {
    #popupMessage {
        top: -10px !important; 
        left: 470px; 
    }
}


/* Scratch Card Design Css */


/* Reviews card */

#popupMessage {
    display: none; 
    position: absolute; 
    top: 10px; 
    /* right: 0px;  */
    background-color: #4CAF50; 
    color: white; 
    padding: 5px 10px; 
    border-radius: 5px; 
    font-size: 14px; 
    z-index: 10;
}

.reviews {
    padding: 5px;
    /*background-color: white;*/
    /*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);*/
}

.reviews h3 {
    text-align: center !important;
}

.custom-underline {
    position: relative;
    display: inline-block;
    /* font-size: 24px; Adjust as needed */
    color: #000; /* Text color */
    text-align: start !important;
  }
  
  .custom-underline::after,
  .custom-underline::before {
    content: '';
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
    width: 60%; /* Width of the line */
    height: 2px; /* Thickness of the lines */
    background-color: #00c853; /* Line color */
  }
  
  .custom-underline::after {
    bottom: -10px; /* Distance from the text */
  }
  
  .custom-underline::before {
    bottom: -14px; /* Spacing between the lines */
    width: 40%; /* Adjust inner line width */
    left: 20%;
  }

  .reviewcard {
    /* background-color: #f9f9f9; */
    border-bottom: 1px solid #ddd !important;
    border-radius: 8px;
}

.profile-img img {
    object-fit: cover;
    border: 2px solid #ddd;
}

.review-content h5 {
    font-size: 1.1rem;
    font-weight: bold;
}

.text-warning {
    font-size: 0.9rem;
}

.review-text {
    font-size: 0.9rem;
}

.text-muted {
    /* font-size: 0.8rem;s */
    color: #6c757d;
}

/* Testimonial */


#testimonial-contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: justify !important;
    margin-top: 50px;
    gap: 20px;
}

.testimonial-card {
    flex: 1;
    margin-top: 0px !important;
    /* padding: 20px; */
}

.testimonial-card h2 {
    padding-top: 0px;
    font-size: 40px;
    color: #333;
}

.testimonial-card p {
    padding-top: 20px;
    font-size: 18px;
    /* color: #666; */
    font-family: 'EB Garamond', serif !important;
    margin-bottom: 20px;
}

.testimonial-card .view-more {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.slider-wrapper {
    flex: 1;
    max-width: 50%;
}

.review-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.review-content h3 {
    margin: 0;
    font-family: 'EB Garamond', serif !important;
    font-size: 20px;
    color: #333;
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black !important;
}

.review-content {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 5px;
}

.user-type {
    font-family: 'EB Garamond', serif !important;
    font-size: 16px !important;
}

.quote {
    font-size: 1.5rem;
    color: #333;
    margin-left: auto;
}
.overall-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    font-family: Arial, sans-serif;
}

.rating-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5a623;
    padding: 10px 15px;
    /* height: 100px; */
    border-radius: 8px 0 0 8px;
    font-weight: bold;
}

.rating-value {
    font-size: 2rem;
}

.rating-label {
    font-size: 0.8rem;
}

.stars {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.stars span {
    font-size: 1.8rem;
    color: #ffc107;
}
@media (max-width: 768px) {
    .testimonial-card {
        margin-top: -50px;
    }
    .testimonial-card h2 {
        padding-top: 50px;
        font-size: 30px;
        color: #333;
    }
    .testimonial-card p{
        font-size: 18px;
    }
    .slider-wrapper {
        margin-top: 20px;
        flex: 1;
        max-width: 100%;
        height: auto;
    }
}
/* Tablet Responsiveness */
@media (max-width: 1024px) and (min-width: 768px) {
    
}
