:root {
    --main-color: #fe610c; /* Main color */
    --heding-color: #75caf1; /* heding color */
    --text-color: #333; /* Text color */
    --backgraund-color: #e8ebe1; /* backgraound color */
    --yetroa-color: #e8ebe1; /* no use color */
    --whirt-color: #ffffff;
    --button-color: #007bff;
    --hovar-color:hsl(220, 57%, 54%);
  }


/*------------------------- styles.css --------------------------------*/
body {
    font-family: DM Sans,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
    background-color: var(--whirt-color);
    margin: 0;
    padding: 0;
    color: #324253;
}
/*------------------------- hr line --------------------------------*/
hr {
    border: 0;
    height: 1px;
    background: #eee; /* Light grey color */
    margin: 20px 0; /* Space above and below the line */
}

/*------------------------- link css --------------------------------*/
a {
    color: var(--text-color); /* Default link color */
    text-decoration: none; /* Remove underline */
    font-size: 16px; /* Base font size */
    transition: color 0.3s, background-color 0.3s; /* Smooth transition for color and background changes */
}

/* Hover, focus, and active states */
a:hover,
a:focus,
a:active {
    color: #0c4f96; /* Darker blue on hover, focus, and active states */
    text-decoration: none; /* Underline on hover, focus, and active states */
}
/*------------------------- botton loader --------------------------------*/
.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 14px;
    height: 14px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    #midianone {
        display: none;
    }
}

#install-button {
    width: 94%;
    margin:10px;
    display: none;
    bottom: 20px;
    right: 20px;
    border: none; 
    background: linear-gradient(to right,  #1e8449, #42a560,  #1e8449); 
    color:  #fff;
    padding: 7px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
}
@media (min-width: 768px) {
    #install-button {
    width: 98.5%;
    margin:10px;
    display: none;
    bottom: 20px;
    right: 20px;
    border: none; 
    background: linear-gradient(to right,  #1e8449, #42a560,  #1e8449); 
    color:  #fff;
    padding: 7px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
}
}
/*------------------------- navbar --------------------------------*/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: hsl(0, 0%, 100%);
    padding: 20px 25px 20px 25px;
    color:var(--text-color);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Logo styling */
.navbar .logo {
    display: flex;
    align-items: center;
}

.navbar .logo i {
    margin-right: 10px;
}

.navbar .logo .hedding-text {
    font-size: 1.5em;
    font-weight: bold;
}
.navbar .logo  .hedding-text span {
    color: var(--main-color);
}

/* Navigation links styling */
.navbar .nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: 25px;
}

.navbar .nav-links li {
    margin: 0 25px;
}

.navbar .nav-links a {
    color: var(--text-color);
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.navbar .nav-links a i {
    margin-right: 8px;
}

/* Hover effect for navigation links */
.navbar .nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.navbar .nav-links a:hover::after {
    width: 100%;
}
/* Active link underline */
.navbar .nav-links .active::after {
    width: 100%;
    background-color: var(--main-color); /* Active link underline color */
}

/* Menu toggle button styling */
.navbar .menu-toggle {
    display: none;
    cursor: pointer;
}

/* Mobile bottom bar styling */
.mobile-bottom-bar {
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-bottom-bar a {
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.mobile-bottom-bar a i {
    font-size: 18px;
    margin-bottom: 5px;
}

.mobile-bottom-bar a:hover {
    color: var(--main-color);
}
.mobile-bottom-bar a.active {
    color: var(--main-color);
}

    @keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    animation: zoomInOut 1.5s infinite ease-in-out;
}

.create-contact-button {
  position: fixed; /* स्थिर स्थिति */
  right: -80px; /* दाहिने से 20px दूरी */
  top: 50%; /* ऊपरी से 50% दूरी (सेंटर्ड) */
  transform: translateY(-50%) rotate(270deg); /* बटन को सेंटर्ड और 90 डिग्री घुमाना */
  background-color:#007bff; /* बटन का बैकग्राउंड रंग */
  color: #ffffff;
  padding: 12px 20px; /* बटन का पैडिंग */
  border: none; /* बॉर्डर को हटाना */
  border-radius: 10px; /* बटन के कोनों को गोल करना */
  font-size: 16px; /* बटन के टेक्स्ट का आकार */
  font-weight: bold;
  cursor: pointer; /* कर्सर को पॉइंटर में बदलना */
  z-index: 100; /* बटन को अन्य तत्वों के ऊपर लाने के लिए */
}

.fixed-icons {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: zoomInOut 1.5s infinite ease-in-out;
}

.fixed-icons a {
    display: inline-block;
}

.fixed-icons img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.fixed-icons img:hover {
    transform: scale(1.1);
}


/* Media queries for responsive design */
@media (max-width: 800px) {
    
.create-contact-button {
  display: none;
}
.fixed-icons {
    display: none;
}

    .navbar .nav-links,
    .navbar {
        display: none;
    }
    
    .navbar .nav-links.show {
        display: flex;
        animation: slideDown 0.3s ease;
    }

    .navbar .menu-toggle {
        display: block;
    }

    .mobile-bottom-bar {
        display: flex;
    }
    /*------------------------- main page --------------------------------*/
.mainpage {
    margin-bottom: 63px;
}
/*------------------------- Serch bar --------------------------------*/
input :focus {
    border-color: #e96666;
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.serch-contener {
    display: none;
  }
  .serch-contener-mobail {
    padding: 25px;
    background-color: #ffffff;
    margin-top: -15px;
    border-bottom-left-radius: 15px ;
    border-bottom-right-radius: 15px ;
    background-image: url('../image/shapes-light.png');

  }
  
  .serch-contener-mobail h3 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
  }
  .serch-contener-mobail h3 i {
    margin-bottom: 10px;
    font-size: 16px;
    margin-left: 7px;
    margin-right: 7px;
  }

  
  .search-bar-container-mobile {
    position: relative;
    max-width: 100%; /* adjust width as needed */
    margin-right: 15px;
  }
  
  .search-bar-mobile {
    width: calc(100% - 40px); /* Adjust width for icon */
    padding: 10px 10px 10px 50px; /* Add space for icon */
    border: none;
    border-radius: 25px;
    font-size: 13px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); 
  }
  .search-bar-mobile:focus {
    outline: none; /* Ensure no focus outline */
    border-color: hwb(0 36% 63%); /* Optional: Change border color on focus */
}
  .search-icon-mobile {
    position: absolute;
    top: 50%;
    left: 10px; /* Adjust icon position */
    transform: translateY(-50%);
    font-size: 20px;
    color: red; /* Change icon color */
    cursor: pointer;
  }
  
}

@media (min-width: 801px) {
    .mobile-bottom-bar {
        display: none;
    }
    /*------------------------- main page --------------------------------*/
.mainpage {
    margin-top: 63px;
}

/*------------------------- Serch bar --------------------------------*/
.serch-contener {
    padding: 15px;
    background-color: #ffffff;
    display: flex;
    align-items: center; /* Align items vertically */
    justify-content: space-between; /* Add space between items */
  }
  
  .serch-contener h2 {
    margin-right: 10px; /* Add some space between h2 and inputs */
  }
  
  .search-bar-container {
    position: relative;
    flex-grow: 1; /* Take remaining space */
    max-width: 530px; /* adjust width as needed */
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .search-bar {
    width: calc(100% - 50px); /* Adjust width for icon */
    padding: 12px 10px 12px 50px; /* Add space for icon */
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 14px;
  }
  .search-bar:focus {
    outline: none; /* Ensure no focus outline */
    border-color: hwb(0 36% 63%); /* Optional: Change border color on focus */
}
  .search-icon {
    position: absolute;
    top: 50%;
    left: 10px; /* Adjust icon position */
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    border: none; /* Remove border */
    background: none; /* Remove background */
  }
  .serch-contener-mobail {
    display: none;
  }

}

/* Keyframes for slideDown animation */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Suggestions Box Styles */
.suggestions {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid hsl(251, 90%, 54%);
    z-index: 10;
    margin-top: 10px;
}

.suggestions p {
    padding: 13px;
    margin: 0;
    cursor: pointer;
    color: hwb(0 33% 67%);
}

.suggestions p:hover {
    background-color: #f0f0f0;
}
.suggestion-icon, .arrow-icon {
    margin: 0 5px;
}

.suggestions-mobile {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin-top: 15px;
}

.suggestions-mobile p {
    padding: 13px;
    margin: 0;
    cursor: pointer;
    color: hwb(0 33% 67%);
}

.suggestions-mobile p:hover {
    background-color: #f0f0f0;
}

.suggestion-icon-mobile, .arrow-icon-mobile {
    margin: 0 5px;
}
/*------------------------- Category And Numbar --------------------------------*/
.container {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc; 
}

.contact-number, .categories {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Styling for headings */
.contact-number h3, .categories h3 {
    margin-top: 0;
}

/* Sticky container for categories */
/* Skeleton loading effect for category items */
.category.loading {
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items:center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    flex-basis: calc(25% - 10px); /* Width adjustment with some margin */
    margin-bottom: 25px; /* Space at the bottom */
    margin-right: 10px; /* Space to the right */
    text-align: center; 
}

/* Skeleton image placeholder */
.skeleton-img {
    width: 40px; /* Fixed width */
    height: 40px; /* Fixed height */
    background-color: #ddd; /* Slightly darker grey */
    border-radius: 50%; /* Circle */
    margin: 0 auto 12px; /* Center the image and add space below */
}

/* Skeleton text placeholder */
.skeleton-text {
    width: 60%; /* Width of the skeleton text */
    height: 10px; /* Height of the skeleton text */
    background-color: #ddd; /* Slightly darker grey */
    border-radius: 3px; /* Slightly rounded corners */
    margin: 5px auto; /* Center the text and add space above/below */
}

/* Original styles */
.categories {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    bottom: 0; /* Stick to the bottom */
    background-color: #fff; /* White background */
    padding: 20px; /* Padding inside the container */
    border-radius: 5px; /* Rounded corners */
    margin-top: auto; /* Pushes the element to the bottom */
}

.categories-list {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap */
    justify-content: space-between; /* Space between items */
    max-height: 500px; /* Set a max height for the scroll */
    overflow-y: auto; /* Make it scrollable */
    padding-bottom: 20px; /* Add padding to accommodate the sticky element */
}

.category {
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    justify-content: flex-start; /* Align items at the top */
    flex-basis: calc(25% - 10px); /* Width adjustment with some margin */
    margin-bottom: 25px; /* Space at the bottom */
    margin-right: 10px; /* Space to the right */
    text-align: center; /* Ensure text inside is centered */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}

.category img {
    display: block; /* Ensure no inline-block spacing issues */
    width: 40px; /* Image width */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto 10px; /* Center the image and add space below */
}

.category-name {
    font-size: 11px; /* Font size */
    text-align: center; /* Center the text */
    font-weight: bold; /* Bold text */
    color: var(--text-color); /* Custom text color */
    word-wrap: break-word; /* Ensure text wraps */
    width: 100%; /* Make sure text container takes full width */
    white-space: normal; /* Ensure text can wrap */
    line-height: 1.2; /* Adjust line height for readability */
    height: 24px; /* Fixed height to ensure consistency */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
    display: -webkit-box; /* Display as webkit box for truncating */
    -webkit-box-orient: vertical; /* Vertical orientation for box */
}


/* General Styles */
.contact-details {
    display: flex;
    flex-direction: column; /* Stack elements vertically for small screens */
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for depth */
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

.contact-details:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.contact-info {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center;
    text-align: center; /* Center text for small screens */
}

.contact-info img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Shadow for image */
}

.info-text {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center text for small screens */
}

.contact-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.contact-info h3  span{
    color: #4caf50; /* Green color for verification */
    font-size: 1.2em;
    margin-right: 5px;
}

.contact-info p {
    margin: 5px 0;
    font-size: 15px;
    color: #666;
}
.contact-info .sevice-p {
    border: 1px solid rgb(181, 194, 252);
    border-radius: 10px;
    padding: 4px;
    font-size: 9px;
    color: hsl(0, 2%, 19%);
}

.contact-actions {
    display: flex;
    flex-direction: row; /* Align icons horizontally */
    align-items: start;
    justify-content: flex-end; /* Align icons to the right */
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for depth */
    justify-content: space-between;
    border-radius: 25px;
}

.contact-actions i {
    font-size: 20px; /* Size of the icons */
    color: hsl(220, 1%, 45%); /* Icon color */
    cursor: pointer;
    transition: color 0.3s ease;
    margin-right: 10px;
}

.contact-actions a {
    padding: 15px;
}
.rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.rating i {
    color: var(--main-color);
    margin-right: 5px;
}
.rating .count {
    margin-right: 10px;
    font-size: 1em;
    font-weight: 600;
    padding: 5px;
    background-color: hsl(133, 61%, 29%);
    color: #ffffff;
    border-radius: 10px;
}

.rating .fa-star {
    color: hsl(220, 1%, 45%); /* Default color for empty stars */
}

.rating .fa-star.filled {
    color:#fe610c;/* Color for filled stars */
}


/* Skeleton loading effect for contact details */
.contact-details.loading {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

/* Skeleton image placeholder */
.contact-details.loading .skeleton-img-contact {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

/* Skeleton text placeholder */
.contact-details.loading .skeleton-text-contact {
    width: 80%; /* Responsive width based on parent container */
    height: 1vw; /* Responsive height based on viewport width */
    max-width: 100%; /* Ensure text stretches to container width */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 3px;
    margin: 1vw auto; /* Responsive margin based on viewport width */
    animation: loading 1.5s infinite;
}

/* Skeleton action placeholder */
.contact-details.loading .skeleton-action {
    width: 5vw; /* Responsive width based on viewport width */
    height: 5vw; /* Responsive height based on viewport width */
    max-width: 40px; /* Limit maximum width */
    max-height: 40px; /* Limit maximum height */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 50%;
    margin: 0 1vw; /* Responsive margin based on viewport width */
    animation: loading 1.5s infinite;
    margin: 5px;
}

/* Loading animation */
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Show only up to 8 categories on mobile */
@media (max-width: 800px) {
    .category:nth-child(n+9) {
        display: none;
    }
    .dashshow{
        display: none;
    }
}

@media (min-width: 801px) {
    .category:nth-child(n+17) {
        display: none;
    }
}

/* Responsive Styles */
@media (min-width: 801px) {
    .contact-details {
        flex-direction: row; /* Align elements horizontally for larger screens */
        align-items: center;
        justify-content: space-between;
    }

    .contact-info {
        flex-direction: row; /* Align info elements horizontally */
        text-align: left; /* Left align text for larger screens */
        margin-bottom: 0;
    }
   
    .contact-details.loading .skeleton-img-contact {
        width: 150px;
        height: 150px;
        margin-bottom: 0;
        margin-right: 20px;
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: loading 1.5s infinite;
    }
    
    /* Skeleton text placeholder */
    .contact-details.loading .skeleton-text-contact {
        width: 80%; /* Responsive width based on parent container */
        height: 1vw; /* Responsive height based on viewport width */
        max-width: 100%; /* Ensure text stretches to container width */
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        border-radius: 3px;
        margin: 1vw auto; /* Responsive margin based on viewport width */
        animation: loading 1.5s infinite;
    }
    .contact-info img {
        width: 150px;
        height: 150px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .info-text {
        align-items: flex-start; /* Left align text for larger screens */
    }
    .contact-actions {
        flex-direction: column; /* Align icons vertically */
        justify-content: flex-end;
        max-width: 180px;
        margin-top: 0; /* Remove top margin for horizontal layout */
    }

    .container {
        flex-direction: row;
    }

    .contact-number {
        flex: 1 1 65%; /* Contact number takes 65% of the width */
        order: 2; /* Display contact number on the right */
        border-right: none; /* Remove right border in larger view */
        border-left: 1px solid #ccc; /* Add left border in larger view */
        margin-bottom: 0; /* Remove bottom margin */
    }

    .categories {
        flex: 1 1 35%; /* Categories take 35% of the width */
        order: 1; /* Display categories on the left */
        margin-bottom: 0; /* Remove bottom margin */
    }

    .categories-list {
        max-height: none; /* Remove max-height for larger screens */
        overflow-y: visible; /* Remove scroll for larger screens */
    }
}

/*------------------------- Service Contener --------------------------------*/

/* Special Container Styles */
.special-container {
    max-width: 100%;
    margin: 20px auto;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
}

.special-container h1{
    font-size: 35px; /* Font size */
    font-weight: bold; /* Bold text */
    color: var(--text-color); /* Text color */
    text-align: center; /* Center align the text */
    position: relative; /* Position relative for the line */
    padding-bottom: 10px; 
}
.special-container h1::after {
    content: ""; /* Empty content for the line */
    display: block; /* Make it a block element */
    width: 30%; /* Width of the line */
    height: 3px; /* Height of the line */
    background-color: var(--main-color); /* Color of the line */
    margin: 0 auto; /* Center the line */
    margin-top: 10px; /* Space above the line */
}
/* Services Container */
.services-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.service {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-basis: calc(45%);
    transition: transform 0.3s ease;
}

.service img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.service-details h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-details p {
    margin: 5px 0 0;
    font-size: 13px;
   font-weight: 600;
    color: #686868;
}

.service:hover {
    transform: translateY(-5px);
}

/* Responsive Styles */
@media (max-width: 800px) {
    .services-container {
        flex-direction: column;
        margin-bottom:40px;
    }

    .service {
        flex-basis: 100%;
    }
    .special-container h1{
        font-size: 20px; /* Font size */
    }
}
/*------------------------- footer --------------------------------*/

.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    flex: 1 1 200px;
    margin: 10px;
}

.footer-section h2 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-section p,
.footer-section ul,
.footer-section a {
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}

.footer-section a:hover {
    color: #fff;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section .social-icons a {
    color: #ccc;
    font-size: 18px;
    margin-right: 15px;
    transition: color 0.3s;
}

.footer-section .social-icons a:hover {
    color: #fff;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #222;
    color: #bbb;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 800px) {
    .footer{
        display: none;
    }
}
/*------------------------- Pop Location --------------------------------*/
/* Popup Styling */
.popup-location {
    display: none; /* Initially hide the popup */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    backdrop-filter: blur(15px); /* Blur effect for modern browsers */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-location.active {
    display: flex; /* Show the popup when active */
}

.popup-content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 90%; /* Adjust as needed */
    width: 100%;
    max-height: 90%; /* Adjust as needed */
    overflow-y: auto; /* Enable vertical scroll if content overflows */
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #c0392b;
    font-size: 30px;
}

.popup-content h3 {
    color: hsl(0, 1%, 47%);
}

.popup-content h3 i {
    color: rgb(105, 96, 230);
    font-size: 25px;
    margin-left: 10px;
}

/* Search Box Styling */
.search-box {
    margin-bottom: 20px;
}

.search-box input {
    width: calc(100% - 30px);
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}

/* Location List Styling */
.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    padding: 14px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.location-list li:hover {
    background-color: #f0f0f0;
}

.location-list li i {
    margin-right: 10px;
    color: hsl(240, 0%, 49%);
}

.location-list li span {
    color: hsl(240, 0%, 49%);
}

@media only screen and (min-width: 600px) {
    .popup-content {
        max-width: 400px; /* Set your desired max-width for larger screens */
    }
}

/* Loader Container Style */
    .loader-container-city {
        margin-top:30px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }

    /* Loader Animation Style */
    .loader-city {
        border: 3px solid #f3f3f3;
        border-top: 3px solid #3498db;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 1s linear infinite;
    }

    /* Spin Animation */
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
  /*------------------------- mobail hedert bar nest page --------------------------------*/
  @media (max-width: 800px) {
    .nest-heder-mobail {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: hsl(0, 0%, 100%);
        padding: 20px 25px 20px 25px;
        color: var(--text-color);
        top: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      }
    
      .back-arrow {
        font-size: 1.5em;
        margin-left: 15px;
        cursor: pointer;
      }
    
      .mobail-heder-name {
        font-size: 1.2em;
        font-weight: bold;
        margin-right: 25px;
      } 
  }

  /*------------------------- category page --------------------------------*/
/* Original styles */
.categories-list-page {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap */
    justify-content: space-between; /* Adjust as needed */
    gap: 10px; /* Use gap for spacing between items */
}

.category-page {
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    flex-basis: calc(16.66% - 10px); /* Adjust width as needed */
    margin-bottom: 25px;
    text-align: center; /* Center text within the container */
}

.category-page img {
    width: 50px; /* Image fills the container */
    max-width: 50px; /* Ensure image doesn't overflow its container */
    height: 50px; /* Ensure image height is consistent */
    object-fit: cover; /* Ensure image covers the space properly */
    margin-bottom: 10px; /* Space between image and name */
}

.category-page-name {
    font-size: 11px; /* Font size */
    text-align: center; /* Center the text */
    font-weight: bold; /* Bold text */
    color: var(--text-color); /* Custom text color */
    word-wrap: break-word; /* Ensure text wraps */
    width: 100%; /* Make sure text container takes full width */
    white-space: normal; /* Ensure text can wrap */
    line-height: 1.2; /* Adjust line height for readability */
    height: 24px; /* Fixed height to ensure consistency */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
    display: -webkit-box; /* Display as webkit box for truncating */
    -webkit-box-orient: vertical; /* Vertical orientation for box */
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 800px) {
    .category-page {
        flex-basis: calc(25% - 10px); /* Three columns */
    }
    .category-page-name {
        font-size: 10px;
    }
    .category-page img {
        width: 40px; /* Image fills the container */
        max-width: 40px; /* Ensure image doesn't overflow its container */
        height: 40px; /* Ensure image height is consistent */
    }
}


/* Search Bar Container */
.search-bar-category-all {
    margin: 20px 0; /* Margin to space it out from surrounding elements */
    display: flex; /* Flexbox to center and align items */
    justify-content: center; /* Center the search bar horizontally */
}

/* Search Input Field */
.search-bar-category-all input {
    width: 100%; /* Full width of the container */
    max-width: 600px; /* Maximum width for larger screens */
    padding: 10px 15px; /* Padding inside the input */
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    outline: none; /* Remove default focus outline */
    transition: border-color 0.3s ease; /* Smooth transition for border color */
}

/* Input Focus State */
.search-bar-category-all input:focus {
    border-color: #007bff; /* Blue border color on focus */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Shadow for focus effect */
}

@media (max-width: 800px) {
    .search-bar-category-all input {
   margin-top:-40px;
}
}

 /*------------------------- profile page --------------------------------*/
 .profile-container {
    display: flex;
    max-width: 100%;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.profile-sidebar {
    flex: 1;
    background-image: url("../image/profile background.jpg");
    padding: 20px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.profile-picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid rgb(181, 194, 252);

}

.profile-name {
    font-size: 24px;
    font-weight: bold;
}

.profile-address, .profile-mobile {
    margin: 10px 0;
    font-size: 16px;
    color: #777;
}

.update-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: var(--button-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.update-button:hover {
    background-color: var(--hovar-color);
}

.profile-content {
    flex: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align items horizontally */
}

.profile-menu {
    list-style-type: none;
    padding: 0;
    width: 100%; /* Make the menu take full width */
}

.profile-menu li {
    margin-bottom: 10px;
}

.profile-menu a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    padding: 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    text-align: left; /* Center text and icons */
}

.profile-menu a i {
    margin-right: 10px; /* Spacing between icon and text */
}

.profile-menu a:hover {
    color:#007bff;
}

.profile-container-media {
    display: none;
}

@media (max-width: 800px) {
    .profile-container {
        flex-direction: column;
        box-shadow:none;
        margin-top: -75px;
    }

    .profile-sidebar {
        display: none;
    }

    .profile-container-media {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 16px;
        max-width: 100%;
        width: 100%;
    }
    
    .profile-image-media {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 16px;
        border: 2px solid rgb(181, 194, 252);
    }
    
    .profile-info-media {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .profile-name-media {
        font-size: 18px;
        font-weight: bold;
    }
    
    .edit-icon-media img {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
}

/*------------------------- Login page --------------------------------*/
.container-login {
    display: flex;
    height: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.left-side, .right-side {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-side {
    background-color: #f0f0f0;
}

.left-side img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.right-side {
    flex-direction: column;
    padding: 20px;
    background-color: #ffffff;
}
.top-image {
    width: 150px;
    height: 150px;
}
.right-side h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid var(--main-color); /* Underline for heading */
    display: inline-block;
    padding-bottom: 5px;
}
.right-side form {
    width: 100%;
    max-width: 400px;
}

.right-side form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: hsl(0, 0%, 52%);
}

.right-side form input {
    width: calc(100%); /* Adjust width to account for equal padding */
    padding: 13px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.or-divider {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #007bff;
}

.or-text {
    margin: 0 10px;
    color: #007bff;
    font-weight: bold;
    text-transform: uppercase;
}


.right-side form button {
    width: 100%;
    padding: 13px;
    background-color: var(--button-color);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.right-side form button:hover {
    background-color: var(--hovar-color);
}
.right-side p {
    color: #b8b8b8;
    font-size: 12px;
    margin-top: 30px;
}

/* Media Queries */
@media (max-width: 768px) {
    .container-login {
        flex-direction: column;
    }

    .left-side {
        display: none;
    }
    .right-side form {
        width: 100%;
        max-width: 300px;
    }
}

/*------------------------- Profile Update --------------------------------*/
/* Profile Update Form Styling */
.update-profile-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.update-profile-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: hsl(0, 1%, 45%);
}

.form-group input[type="text"],
.form-group input[type="file"] {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Profile Picture Styling */
.profile-picture-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ccc;
}

.profile-picture-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#profilePicture {
    display: none;
}

.submit-button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: var(--button-color);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: var(--hovar-color);
}
@media (max-width: 768px) {
    .update-profile-container {
        box-shadow: none;
    }
}
/*------------------------- Creatact Contact --------------------------------*/
.create-contact-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.create-contact-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 13px;
    animation: fadeIn 0.5s ease-in-out;
}


.form-group input[type="text"],
.form-group input[type="url"]
.form-group input {
    width: calc(100% - 30px);
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    color: hwb(0 34% 66%);
}
.form-group input[type="text"]:focus,
.form-group input[type="url"]:focus,
.form-group input :focus {
    border-color: #6673e9;
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
/* Styling the textarea */
textarea {
    max-width: 100%; /* Full width of the container */
    padding: 12px; /* Space inside the textarea */
    border: 1px solid #ccc; /* Border color and width */
    border-radius: 8px; /* Rounded corners */
    font-size: 14px; /* Font size */
    font-weight: normal; /* Font weight */
    line-height: 1.5; /* Line height for better readability */
    resize: vertical; /* Allow vertical resizing only */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition for focus effect */
}

/* Focus state for textarea */
textarea:focus {
    border-color: #6673e9;
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.logo-preview-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 2px solid #ccc;
}

.logo-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.logo-preview-container:hover .logo-overlay {
    display: block;
}

.logo-overlay i {
    font-size: 16px;
    margin-right: 5px;
}

.submit-button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: var(--button-color);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: var(--hovar-color);
}
@media (max-width: 768px) {
    .create-contact-container {
        box-shadow: none;
    }
}
/*------------------------- Account  Delete --------------------------------*/
.delete-account-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: inset 0 30px 100px -60px rgba(255, 0, 0, 0.7);
    text-align: center;
}

.delete-account-container h2 {
    color: #333;
    margin-bottom: 20px;
}

.delete-account-container p {
    color: #666;
    margin-bottom: 30px;
}

.delete-warning-image {
    width: 200px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.delete-button, .cancel-button {
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    text-align: center;
}

.delete-button {
    background-color: #e74c3c;
    color: #fff;
}

.delete-button:hover {
    background-color: #c0392b;
}

.cancel-button {
    background-color: #ccc;
    color: #333;
}

.cancel-button:hover {
    background-color: #aaa;
}

/*------------------------- my conctact --------------------------------*/
.my-contacts-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.contact-item .contact-info-my {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-item .mycontact-image-my {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.contact-item .contact-details-my {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-item .contact-details-my h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
    color: hwb(0 28% 72%);
}

.contact-item .contact-details-my p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #666;
}

.edit-icon {
    font-size: 24px;
    color: #007bff;
    cursor: pointer;
    margin-left: auto;
}



.update-form-container {
    flex-direction: column;
    gap: 15px;
}

.update-form-container.visible {
    display: flex;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group label {
    color: #333;
    font-weight: 500;
}

.form-group input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    color: hwb(0 34% 66%);
    transition: border-color 0.3s;
}

.form-group input:focus {
    border-color: #007bff;
}

.update-button-mycontact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 40px;
    border: none;
    background-color: var(--button-color);
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 30px;
    transition: background-color 0.3s;
}

.update-button-mycontact  {
    background-color: var(--hovar-color);
}

.logo-preview-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.logo-preview {
    max-width: 100px;
    border-radius: 10px;
}

.logo-preview-container .edit-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    color: #007bff;
    font-size: 20px;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 800px) {
    
    .contact-item .contact-details-my h3 {
     max-width: 200px; /* Set the maximum width */
     white-space: nowrap; /* Prevent text from wrapping */
     overflow: hidden; /* Hide the overflowed text */
     text-overflow: ellipsis; /* Add ellipsis (...) at the end */
}

    .my-contacts-container {
        padding: 10px;
        box-shadow: none;
        
    }
    .contact-item .contact-info h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        white-space: nowrap;         /* Prevents text from wrapping to a new line */
        overflow: hidden;            /* Hides any text that overflows its container */
        text-overflow: ellipsis;     /* Adds ellipsis (...) to indicate overflowed text */
        max-width: 250px; 
    }

    .contact-item .contact-info {
        flex-direction: row;
        gap: 10px;
        padding: 15px;
    }

    .update-form-container {
        padding: 10px;
    }
}

/* Container for buttons */
.button-container {
    gap: 1rem; /* Space between buttons */
}

.icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    text-align: center;
}
.icon-item p {
    font-size: 0.8em;
}

.icon-item i {
    font-size: 1.2em;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 3px;
}
.edit-profile i { background-color: #fde4cf; }
.advertise i { background-color: #d4f1f9; }
.add-photos i { background-color: #d1f1c0; }
.add-contact i { background-color: #ece7f2; }
.add-whatsapp i { background-color: #c2f5e8; }
.business-timings i { background-color: #fdf6e4; }
.add-catalogue i { background-color: #eae8f1; }
.add-offer i { background-color: #f9f6d1; }
.reviews i { background-color: #e1f0fd; }
.add-website i { background-color: #e0e4f9; }
.add-video i { background-color: #fbe4e6; }
.add-social-links i { background-color: #daf2e6; }
.share-biz-card i { background-color: #f8f0d7; }
.add-service i { background-color: #f5e8e4; } 
/* General button styles */
.btn {
    padding: 0.55rem 1.5rem;
    border: none;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin: 5px;
    
}
.add-category-btn{
    background-color: var(--button-color);
}
/* Success button style */
.btn-success {
    background-color:var(--button-color);
}

.btn-success:hover {
    background-color: var(--hovar-color);
}


@media (max-width: 800px) {
    .btn {
        padding: 0.43rem 1rem;
        font-size: 0.7rem; 
    }
}

/*-------------------------serach page --------------------------------*/
.custom-search-container {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Space between items */
    max-width: 100%; /* Adjust as needed */
    margin: 0 auto; /* Center horizontally */
    background-color: hsl(0, 0%, 100%);
    border-radius: 5px;
    padding: 20px; /* Adjust padding for spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for depth */
    flex-wrap: wrap; /* Allow wrapping */
    margin-bottom: 10px;
}

.custom-search-container h3 {
    margin: 0; /* Remove default margin */
    font-size: 24px; /* Adjust font size */
    color: #333; /* Text color */
}

.custom-search-input-container {
    display: flex; /* Use flexbox for input and button alignment */
    align-items: center; /* Center items vertically */
    width: 100%;
    max-width: 500px;
    margin-left: auto; /* Push the input to the right */
}
.custom-search-input {
    flex: 1; /* Take up remaining space */
    border: none; /* Remove default border */
    outline: none; /* Remove outline */
    padding: 15px; /* Padding inside the input */
    font-size: 16px; /* Adjust font size */
    border-radius: 25px; /* Rounded corners */
    min-width: 0; /* Prevent overflow */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for depth */
    border: 1px solid hwb(0 84% 16%);
}

@media (max-width: 800px) {
    .custom-search-container h3 {
        margin-bottom: 10px;
    }
}

.enquiry-form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.enquiry-form-group {
    margin-bottom: 15px;
}

.enquiry-form-group label {
    display: block;
    margin-bottom: 5px;
}

.enquiry-form-group input[type="text"],
.enquiry-form-group input[type="tel"] {
    width: 100%;
    padding: 10px;
    padding-right: 30px; /* Make room for the icon */
    box-sizing: border-box;
    border: 1px solid hsl(0, 1%, 72%);
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
}

.enquiry-input-with-icon {
    position: relative;
}

.enquiry-input-with-icon .enquiry-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* So it doesn't block input focus/clicks */
}

.enquiry-button {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    background-color: var(--button-color);
    color: white;
    cursor: pointer;
    font-weight: 600;
    
}

.enquiry-button:hover {
    background-color: var(--hovar-color);
}

@media (max-width: 800px) {
    .enquiry-form-container {
       display: none;
    }
    
}

/*-------------------------no  data --------------------------------*/
.no-data {
    text-align: center;
    margin-top: 50px;
}

.no-data img {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.no-data p {
    font-size: 18px;
    color: #555;
}
/*-------------------------stat info location --------------------------------*/
/* Modal styles */
.overlay-city {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: none;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Modal content */
.modal-city {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    max-height: 330px;
    height:auto;
    text-align: center;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.info-text {
    margin-bottom: 20px;
    color: #666;
    font-weight: 500;
}

.submit-btn {
    padding: 10px 40px;
    border: none;
    background-color:#007bff;
    color: #ffffff;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #0056b3;
}
/*-------------------------contant loader notifacation --------------------------------*/
.toast-success {
    position: fixed;
    top: 20px; /* Position from the top */
    right: 20px; /* Distance from the right */
    background-color:  #1e8449    ;
    color: rgb(255, 254, 254);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.5s ease-out forwards, fadeOut 0.5s 3.5s forwards;
    opacity: 0;
    display: none;
    z-index: 2000;
}

.toast-content-success {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-bar-success {
    width: 100%;
    height: 4px;
    background-color:  #145a32;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: progressBar 3s linear forwards;
    transform-origin: left;
    visibility: hidden;
}

.toast-danger {
    position: fixed;
    top: 20px; /* Position from the top */
    right: 20px; /* Distance from the right */
    background-color:   #cd6155     ;
    color: rgb(255, 254, 254);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.5s ease-out forwards, fadeOut 0.5s 3.5s forwards;
    opacity: 0;
    display: none;
    z-index: 2000;
}

.toast-content-danger {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-bar-danger {
    width: 100%;
    height: 4px;
    background-color:  #7b241c  ;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: progressBar 3s linear forwards;
    transform-origin: left;
    visibility: hidden;
}

.toast-info {
    position: fixed;
    top: 20px; /* Position from the top */
    right: 20px; /* Distance from the right */
    background-color: #2980b9;
    color: rgb(255, 254, 254);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.5s ease-out forwards, fadeOut 0.5s 3.5s forwards;
    opacity: 0;
    display: none;
    z-index: 2000;
}

.toast-content-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-bar-info {
    width: 100%;
    height: 4px;
    background-color:  #1a5276 ;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: progressBar 3s linear forwards;
    transform-origin: left;
    visibility: hidden;
}

@keyframes slideIn {
    0% { transform: translateY(100%); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes fadeOut {
    0%, 90% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes progressBar {
    0% { width: 0%; visibility: visible; }
    100% { width: 100%; visibility: hidden; }
}
/*-------------------------Contant From Update--------------------------------*/
.accordion-container {
    width: 100%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
  }

  .accordion-item {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .accordion-header {
    font-size: 17px;
    cursor: pointer;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    user-select: none;
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
  }
  .accordion-header:hover{
    color: #007BFF;
  }
  .accordion-content {
    display: none;
    padding: 15px;
    background-color: hwb(228 97% 1%);
  }

  .accordion-icon {
    transition: transform 0.3s ease;
  }

  .accordion-item.active .accordion-content {
    display: block;
  }

  .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
  }

  svg {
    vertical-align: middle;
  }

/*-------------------------Viwe Page--------------------------------*/
.contact-details-page {
    display: flex;
    flex-direction: column; /* Stack elements vertically for small screens */
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-actions-page {
    display: flex;
    flex-direction: row; /* Align icons horizontally */
    align-items: start;
    justify-content: flex-end; /* Align icons to the right */
    width: 100%;
    margin-top: 20px; /* Ensure space between info and actions */
    justify-content: space-between;
    border-radius: 25px;
}
.contact-actions-page i {
    font-size: 20px; /* Size of the icons */
    color: hsl(220, 1%, 45%); /* Icon color */
    cursor: pointer;
    transition: color 0.3s ease;
    margin-right: 10px;
}

.contact-actions-page a {
    padding: 15px;
}
#clam-contact {
    margin-left: 15px;
    color: #007bff;
    font-size: 12px;
    font-weight: 600;
}
.card-container {
    width: 100%;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.card-show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.card-hide {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 10px;
}

.menu a {
    color: #555;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.menu a:hover,
.menu a.active {
    background-color: hsl(253, 100%, 91%);
    transform: scale(1.05);
}

.card-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.card-content h2 {
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}
.contact-viwe {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .contact-viwe li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ccc; /* Adjust the color as needed */
  }
  
  .contact-viwe li:last-child {
    border-bottom: none; /* Remove border from the last item */
  }
  
  .contact-viwe li i {
    margin-right: 10px;
    color: hsl(211, 94%, 38%);
  }
  /*-------------------------view page  FQA--------------------------------*/
  .qa-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }

  .qa-item {
    border-bottom: 1px solid #eee;
  }

  .qa-item:last-child {
    border-bottom: none;
  }

  .qa-question {
    padding: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
  }

  .qa-question:hover {
    background-color: #e9e9e9;
  }

  .qa-question i {
    transition: transform 0.3s;
  }

  .qa-answer {
    display: none;
    padding: 20px;
    background: #fff;
    color: #5c5c5c;
    border-top: 1px solid #eee;
  }

  .qa-item.open .qa-answer {
    display: block;
  }

  .qa-item.open .qa-question i {
    transform: rotate(180deg);
  }
/*-------------------------view page reting -------------------------------*/
  .reviews-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
  }

  .review-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }

  .review-item:last-child {
    border-bottom: none;
  }

  .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .review-header .reviewer {
    display: flex;
    align-items: center;
  }

  .review-header .reviewer img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid hwb(0 84% 16%);
  }

  .review-header .reviewer .name {
    font-weight: bold;
    margin-bottom: 3px;
  }

  .review-header .reviewer .date {
    font-size: 12px;
    color:hsl(0, 0%, 37%);
  }

  .review-rating {
    color: #f39c12;
  }

  .review-content {
    margin-top: 10px;
  }
/*-------------------------view page image Galery-------------------------------*/
  .gallery-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }

  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.1);
  }

  .gallery-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .gallery-item:hover .info {
    opacity: 1;
  }
/*-------------------------view page Service List--------------------------------*/
  .services-container-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
  }

  .service-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
  }

  .service-item:last-child {
    border-bottom: none;
  }

  .service-item img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 15px;
  }

  .service-item .service-name {
    font-size: 16px;
    font-weight: bold;
  }

  .reviews-container-overviwe {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
  }

  .reviews-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .rating-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .rating-summary .rating-value {
    font-size: 36px;
    font-weight: bold;
    color: hsl(0, 0%, 32%);
    padding: 10px;

  }

  .rating-summary .rating-count {
    font-size: 18px;
    color: #777;
    margin-left: 20px;
  }

  .rating-auth {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 20px;
  }

  .review-form {
    text-align: center;
    margin-bottom: 20px;
  }

  .review-form button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }

  .review-form button:hover {
    background-color: #0056b3;
  }

  .sorting-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .sorting-options button {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .sorting-options button:hover {
    background-color: #ddd;
  }

  .review-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }

  .review-item:last-child {
    border-bottom: none;
  }

  .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .review-header .reviewer {
    display: flex;
    align-items: center;
  }

  .review-header .reviewer img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .review-header .reviewer .name {
    font-weight: bold;
  }

  .review-content {
    margin-top: 10px;
  }

  .review-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .review-actions button {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    transition: color 0.3s;
  }

  .review-actions button:hover {
    color: #0056b3;
  }
  .rating-stars .fa-star,
.rating-stars .fa-star-half-alt,
.rating-stars .fa-star-half,
.rating-stars .far.fa-star {
    color: var(--main-color); /* Gold color */
}
.review-item .fa-star,
.review-item .fa-star-half-alt,
.review-item .fa-star-half,
.review-item .far.fa-star {
    color: var(--main-color); /* Gold color */
}
/*-------------------------View page About us--------------------------------*/
  .about-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
  }

  .about-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .about-header h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .about-header p {
    font-size: 1.2em;
    color: #777;
  }

  .about-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .about-content img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .about-description {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .about-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
  }

  .about-button:hover {
    background-color: #0056b3;
  }

  @media (min-width: 800px) {
    .about-content {
      flex-direction: row;
      text-align: left;
    }

    .about-content img {
      margin-right: 20px;
      margin-bottom: 0;
    }

    .about-description {
      margin-bottom: 0;
    }
  }
@media (max-width: 800px) {
    .menu a {
        font-size: 12px;
        padding: 8px 16px;
    }
}
 /*-------------------------View page Reting--------------------------------*/ 
  .review-container {
    max-width: 800px;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 50px;
  }
  .main-header-page {
    font-size: 2em;
    margin-bottom: 10px;
    width: 100%; /* Take up full width */
    text-align: center; /* Center align text */
    margin-bottom: 40px;
  }
  .reviwe-main {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .left-column, .right-column {
    flex: 1;
  }
  
  .review-header-page {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .review-header-page .image-container {
    flex: 1;
    text-align: center; /* Optional: Adjust text alignment within image container */
  }
  
  .review-header-page .image-container img {
    max-width: 100%; /* Ensure image is responsive */
    height: auto;
    border-radius: 10px;
  }
  
  .review-header-page .text-container {
    flex: 2;
    text-align: left; /* Adjust text alignment for text container */
    padding: 0 20px; /* Optional: Add padding around text for spacing */
  }
  
  .review-header-page p {
    font-size: 1.2em;
    color: #555;
    font-weight: 600;
  }
  #address-revive {
    font-size:13px;
    color: hsl(0, 0%, 50%);
    margin-top: -10px;
  }
  .review-form-page {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .review-form-page label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .review-form-page textarea {
    max-width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    resize: vertical;
  }
  
  .review-form-page input[type="text"],
  .review-form-page input[type="file"] {
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  .rating-title {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
}
  .rating input {
    display: none;
  }
  
  .rating label {
    font-size: 3.5em;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s;
  }
  
  .rating input:checked ~ label,
  .rating label:hover,
  .rating label:hover ~ label {
    color: #f39c12;
  }
  
  .review-form-page button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    align-self: flex-end;
    transition: background-color 0.3s;
  }
  
  .review-form-page button:hover {
    background-color: #0056b3;
  }
  
  .error-message {
    color: red;
    font-size: 0.9em;
    display: none;
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .review-container {
      padding: 30px;
      }
    .reviwe-main {
        flex-direction: column;
      }
  
    .review-header-page h1 {
      font-size: 1.5em;
    }
  
    .review-header-page p {
      font-size: 1em;
    }
  
    .rating label {
      font-size: 2.5em;
    }
  }
  
  @media (max-width: 480px) {
    .review-container {
      padding: 20px;
    }
  
    .review-header-page h1 {
      font-size: 1.2em;
    }
  
    .review-header-page p {
      font-size: 0.9em;
    }
  
    .rating label {
      font-size: 2.5em;
    }
  
    .review-form-page button {
      align-self: stretch;
    }
  }
  /*-------------------------subscription Page--------------------------------*/
  .subscription-container {
    text-align: center;
    margin: 20px;
}

.title {
    font-size: 2rem;
    margin-bottom: 40px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 2s ease-in-out;
}

.plans {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.plan {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 240px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeIn 2s ease-in-out;
}

.plan:nth-child(1) {
    animation-delay: 0.5s;
}

.plan:nth-child(2) {
    animation-delay: 0.7s;
}

.plan:nth-child(3) {
    animation-delay: 0.9s;
}

.plan:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.plan h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.price {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.features li {
    margin-bottom: 15px;
    font-size: 1rem;
}

.subscribe-button {
    background-color: #ff6a00;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.subscribe-button:hover {
    background-color: #e55a00;
}
@media (max-width: 768px) {
    .plans {
        flex-direction: column;
        gap: 20px;
    }
    .plan {
        width: 220px;
        margin: 0 auto;
    }
    .title {
        font-size: 1rem;
    }
}
/* Ensure this is in your CSS file or <style> block */
.subscription-container-from {
    max-width: 800px;
    margin: 0 auto; /* Centers the container horizontally */
    text-align: center; /* Center text inside the container */
    padding: 20px; /* Add padding for better spacing */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

/* Ensure this is in your CSS file or <style> block */
/* Style for select input */
.subscription-container-from select {
    display: block;
    width: 100%;
    max-width: 400px; /* Adjust as needed */
    padding: 10px;
    margin: 0 auto 15px auto; /* Center horizontally and add space below */
    border: 1px solid #ddd; /* Light border for better visibility */
    border-radius: 5px; /* Rounded corners */
    background-color: #f9f9f9; /* Light background color */
    font-size: 16px; /* Increase font size for better readability */
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* Remove default styling in WebKit browsers */
    -moz-appearance: none; /* Remove default styling in Mozilla browsers */
    background: url('../image/arrow-down-icon-png-3.png') no-repeat right 10px center; /* Add space for the arrow icon */
    background-size: 14px; /* Adjust size of arrow icon */
    padding-right: 40px; /* Increase padding-right to ensure text does not overlap with arrow icon */
}

/* Additional styling for form groups */
.form-group {
    margin-bottom: 20px; /* Space below each form group */
}

/* Optional: Add focus effect */
.subscription-container-from select:focus {
    border-color: #007bff; /* Highlight border color on focus */
    outline: none; /* Remove default focus outline */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Subtle shadow for focus effect */
}
.price-container {
    display: flex;
    justify-content: space-between; /* Adjusts spacing between items */
    gap: 10px; /* Adds space between each form group */
}

.form-group {
    flex: 1; /* Distributes available space equally among form groups */
    margin: 0 10px; /* Adds some margin to each form group for spacing */
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px; /* Adds space between the label and the paragraph */
}

.form-group p {
    background-color: #f8f9fa; /* Light background for the price text */
    padding: 10px; /* Adds padding around the price text */
    border: 1px solid #dee2e6; /* Adds a border around the price text */
    border-radius: 5px; /* Slightly rounds the corners */
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info .close {
    color: #31708f;
    text-shadow: none;
    opacity: 0.9;
}

.alert-info .close:hover {
    color: #1f5c73;
}
.alert-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.alert-info li {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px;
}

.alert-info img {
    margin-top: 10px;
    border: 1px solid #bce8f1;
    border-radius: 5px;
}
.btn-danger{
    background-color:  #a93226;
}
.btn-danger:hover{
    background-color:  #b41708;
}

/*-------------------------Setting Page--------------------------------*/
.settings-container {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 100%;
}

.settings-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.settings-section {
    background: rgb(248, 249, 252);
    color: hsl(0, 0%, 39%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.settings-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.setting-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.setting-item label {
    margin-bottom: 10px;
    font-weight: bold;
}

.setting-item input[type="text"],
.setting-item input[type="email"],
.setting-item select {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: hsl(0, 0%, 39%);
}

.setting-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.save-button {
    background-color: #007bff;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.save-button:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .settings-container {
        padding: 20px;
    }
}
/*-------------------------analysis Page--------------------------------*/
.dashboard-container {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 100%;
}

.metrics {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.metric {
   
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
    width: 200px;
    text-align: center;
    transition: transform 0.3s ease;
}

.metric:hover {
    transform: translateY(-5px);
}

.metric h2 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #555;
}

.value {
    font-size: 1rem;
    font-weight: bold;
    color: #007bff;
}

.charts {
    margin-top: 40px;
}

#chart-container {
    width: 100%;
    height: 400px;
    background: #e0e4e8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .dashboard-container {
        padding: 20px;
    }
    .metrics {
        flex-direction: row;
        align-items: center;
    }
    .metric {
        width: 30%;
        max-width: 150px;
    }
}

/* General styles for charts */
.charts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Styles for individual chart canvases */
.charts canvas {
    max-width: 400px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    padding: 20px;
}

/* Styles for desktop */
@media (min-width: 768px) {
    .charts {
        flex-direction: row; /* Align charts horizontally on larger screens */
    }

    .charts canvas {
        flex: 1; /* Allow charts to grow and fill available space */
        max-width: 350px; /* Set maximum width for charts */
        max-height: 350px; 

    }
}
/* Styles for mobile devices */
@media (max-width: 767px) {
    .charts {
        flex-direction: column; /* Align charts vertically on smaller screens */
        align-items: center; /* Center charts horizontally */
    }

    .charts canvas {
        max-width: 100%; /* Full width on small screens */
    }
}
.dashboard-container-table {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}

.table-container {
    overflow-x: auto;
}

#analytics-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1em;
    min-width: 400px;
}

#analytics-table th, #analytics-table td {
    padding: 12px 15px;
    text-align: left;
}

#analytics-table th {
    background-color: #009879;
    color: #ffffff;
}

#analytics-table tr:nth-child(even) {
    background-color: #f3f3f3;
}

#analytics-table tr:hover {
    background-color: #f1f1f1;
}

.search-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search-form label {
    margin-right: 10px;
}

.search-form input[type="month"] {
    padding: 10px;
    font-size: 1em;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.search-form button {
    padding: 5px 10px;
    font-size: 1em;
    padding: 10px 50px;
    border-radius: 25px;
    background-color: #009879;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.search-form button:hover {
    background-color: #007a63;
}

/* Media Queries */
@media (max-width: 768px) {
    .search-form {
        flex-direction: column;
        align-items: center;

    }

    .search-form label, 
    .search-form input[type="month"], 
    .search-form button {
        margin-bottom: 10px;
        width: 95%;

    }
}

@media (max-width: 480px) {
    #analytics-table th, #analytics-table td {
        padding: 8px 10px;
    }

    #analytics-table {
        font-size: 0.9em;
    }
}

/*-------------------------Help Page--------------------------------*/
.help-container {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 100%;
}

.search-bar-container-help {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.search-bar-help {
    width: 100%;
    max-width: 600px;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 1.1rem;
}

.help-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.help-section {
    background: #f0f2f5;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.help-section h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #555;
}

.faq-list {
    list-style-type: none;
    padding: 0;
}

.faq-list li {
    margin-bottom: 15px;
}

.faq-list h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #333;
}

.faq-list p {
    font-size: 1rem;
    margin: 0;
    color: #666;
}

@media (max-width: 768px) {
    .help-container {
        padding: 20px;
    }
    .search-bar-help {
        font-size: 1rem;
    }
    .help-section h2 {
        font-size: 1.5rem;
    }
    .faq-list h3 {
        font-size: 1rem;
    }
    .faq-list p {
        font-size: 0.9rem;
    }
}
/*-------------------------Photo upload page--------------------------------*/
/* Container styling */
.container-upload-photo {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.5s ease-in-out;
}

/* Form styling */
.form-group {
    margin-bottom: 1rem;
    animation: slideInUp 0.5s ease-in-out;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-around;
    animation: fadeIn 0.5s ease-in-out;
}

.preview-container img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid hsl(0, 0%, 71%);
    transition: transform 0.3s ease-in-out;
}

.preview-container img:hover {
    transform: scale(1.1);
}

.image-input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    gap: 0.5rem;
    animation: fadeIn 0.5s ease-in-out;
}

.image-input-container img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid hsl(0, 0%, 71%);
    transition: transform 0.3s ease-in-out;
}

.image-input-container img:hover {
    transform: scale(1.1);
}

.upload-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    animation: fadeIn 0.5s ease-in-out;
}

.click-to-upload-text {
    font-size: 14px;
    color: #555;
    animation: fadeIn 0.5s ease-in-out;
}
.button-container {
    display: none;
}

/* Full size image on media query */
@media (max-width: 600px) {

    .container-upload-photo {
        box-shadow: none;
        border: none;
    }
    
    .image-input-container img {
        max-width: 100%;
    }

    .button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .upload-photo-media {
        background-color: var(--button-color);
        padding: 7px 30px;
        border-radius: 25px;
        border: none;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
    }
    
    .upload-photo-media:hover {
        background-color: var(--hovar-color);
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Uploaded Photos Section */
.uploaded-photos {
    margin-top: 2rem;
}

#photoList {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-around;
    animation: fadeIn 0.5s ease-in-out;
}

.photo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

.photo-card img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.photo-card button {
    background-color: red;
    color: white;
    border: none;
    font-size: 11px;
    padding: 0.3rem .8rem;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 0.5rem;
}

.photo-card button:hover {
    background-color: darkred;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 800px) {
    .photo-card img {
        max-width: 120px;
        max-height: 120px;
    }
}
/*-------------------------add category page--------------------------------*/

.main-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    border-radius: 8px;
    background-color: #f9f9f9;
    position: relative;
}

.search-bar-category {
    width: 98%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Skeleton loader styles */
.skeleton {
    background-color: #ffffff;
    border-color: #f0f0f0;
    position: relative;
    overflow: hidden;
}

.skeleton::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, transparent 0%, #e0e0e0 50%, transparent 100%);
    animation: loading 1.5s infinite;
}

.skeleton .skeleton-img {
    width: 35px;
    height: 35px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.skeleton .skeleton-text {
    flex-grow: 1;
    height: 20px;
    width: 150px;
    background-color: #e0e0e0;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
.categories-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.category-item {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center; /* Align items vertically in the center */
    gap: 10px; /* Space between image and name */
}

.category-item.selected {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.category-item img {
    max-width: 40px;
    height: auto;
}

.category-item .category-name {
    margin: 0; /* Remove margin to align text correctly */
}
.search-bar-category{
    width: 98%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.save-btn {
    position: absolute;
    top: 18px;
    right: 20px;
}

/*-------------------------About us page--------------------------------*/
.about-container-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.about-container-page h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.about-container-page p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.about-container-page h2 {
    margin-top: 30px;
    color: #333;
}

.about-container-page ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    color: #555;
}

.about-container-page ul li {
    margin-bottom: 10px;
}

.about-container-page a {
    color: #007bff;
    text-decoration: none;
}

.about-container-page a:hover {
    text-decoration: underline;
}
/*-------------------------Contact page--------------------------------*/
.contact-container-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    animation: fadeIn 1.5s ease-in-out;
}

.contact-container-page h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 2.5em;
    position: relative;
    animation: slideIn 1s ease-in-out;
}

.contact-container-page p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.contact-info-page {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info-page h2 {
    margin-bottom: 10px;
    color: #333;
}

.contact-info-page p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.contact-info-page p i {
    margin-right: 10px;
    color: #007bff;
}

.contact-form-page h2 {
    margin-bottom: 20px;
    color: #333;
}

.form-group-page {
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-in-out;
}

.form-group-page label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group-page input,
.form-group-page textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group-page input:focus,
.form-group-page textarea:focus {
    border-color: #007bff;
    outline: none;
}

.btn-submit-page {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn-submit-page:hover {
    background-color: #0056b3;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.contact-container-page, .contact-info-page, .contact-form-page {
    animation: fadeIn 1.5s ease-in-out;
}

.contact-form-page form {
    animation: fadeInUp 1.5s ease-in-out;
}

.privacy-container-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    animation: fadeIn 1.5s ease-in-out;
}

.privacy-container-page h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 2.5em;
    position: relative;
    animation: slideIn 1s ease-in-out;
}

.privacy-container-page p,
.privacy-container-page ul {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
}

.privacy-container-page h2 {
    margin-top: 30px;
    color: #333;
    animation: fadeInUp 1s ease-in-out;
}

.privacy-container-page ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    animation: fadeInUp 1s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.privacy-container-page, .privacy-container-page h2, .privacy-container-page ul {
    animation: fadeInUp 1.5s ease-in-out;
}
/*-------------------------Claim contact popip --------------------------------*/
/* Style for the claim contact text */
.claim-text {
    font-size: 12px;
    color: #0000ff;
    font-weight: 600;
    cursor: pointer;
}

/* Popup overlay */
.claim-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(5px); /* Add blur effect */
}

/* Popup content */
.claim-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.claim-button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

#claim-confirm {
    background: #007bff;
    color: #fff;
}

#claim-cancel {
    background: #f8f9fa;
    color: #000;
}

/* Hide popup by default */
.hidden {
    display: none;
}

/* General input styling */
.claim-popup-content-input{
    width: 70%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

/* Focus state styling */
.claim-popup-content input[type="text"]:focus, input[type="tel"]:focus {
    border-color: #007bff;
    outline: none;
}

/* Optional: Add a container style if needed */
.claim-popup-content input-container {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between inputs */
    max-width: 500px; /* Adjust as needed */
    margin: auto; /* Center align if needed */
}

    /* Modal styling */
.modal.contact-error {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal.contact-error .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.modal.contact-error .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal.contact-error .close:hover,
.modal.contact-error .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

 /* Cities Container */
    .cities-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 25px;
    }
    
    .city-item {
        display: flex;
        flex-direction: row;
        background: #fff;
        border: 2px solid #ddd;
        border-radius: 8px;
        padding: 10px 20px;
        width: calc(46% - 20px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .city-item img {
        width: 30px;
        margin-right: 20px;
    }
    .city-item.selected {
        border-color: #007bff;
        background: #e6f0ff;
    }
    
    .city-item:hover {
        background: #f0f8ff;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }
    
    .city-name {
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }
    
    .city-name-state {
        font-size: 12px;
        color: hsl(0, 0%, 47%)
    }
    
    @media (max-width: 801px) {
        .city-item {
        width: calc(94% - 20px);
    }
    }
    
    

