
body.no-scroll {
    overflow: hidden; /* Disables scrolling */
}

/* Basic styling for the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.form-page {
  display: none;
}

.active {
  display: block;
}

.button-container {
  text-align: right;
}

.button-container button {
  margin-left: 5px;
}

.linkedin-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #0077b5; /* LinkedIn blue */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}

.linkedin-button i {
    margin-right: 8px;
}

.linkedin-button:hover {
    background-color: #005582; /* Darker blue on hover */
}

.twitter-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #000000; /* LinkedIn blue */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}

.twitter-button i {
    margin-right: 8px;
}

.twitter-button:hover {
    background-color: #000000; /* Darker blue on hover */
}

.nav_custom_bg_grey{
    background-color:grey;
}

.nav_custom_bg_white{
    border-color:white;
}

.text_color_white{
    color:white;
    text-decoration: none;
}
  /*---------------------------------------
       PRE LOADER
  -----------------------------------------*/
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

.profile-photo {
            width: 150px; /* Adjust the width and height as needed */
            height: 150px;
            border-radius: 50%; /* Makes the image round */
            object-fit: cover; /* Ensures the image fits within the circle */
            border: 2px solid #ccc; /* Optional: add a border */
        }

.lo_position{
    background-color:#535454;
    border-radius:5px;
    position:relative;
    top:20%;
    text-decoration: none;
}

.text_it_style{
    font-style: italic;
    text-decoration: none;
}

/* Change text color on hover */
.navbar-nav .nav-link:hover {
    color: black; /* Change text color to yellow on hover */
}

.nav-link:hover {
    color: black; /* Change text color to yellow on hover */
}

.change_it:hover {
    font-style: normal; /* Change text color to yellow on hover */
}

.navbar{
    background: linear-gradient(90deg, #6c757d, #6a7a70);
    z-index: 1051; /* Higher than .total_content */
}
.lo_red:hover{
    color:red;
}

.crop-container {
    width: 400px; /* Set the desired width */
    height: 400px; /* Set the desired height */
    overflow: hidden;
    position: relative;
}
img {
    max-width: 100%;
}
canvas {
    display: none; /* Hide canvas initially */
}

.form_bg_linear{
      background: linear-gradient(135deg, white , #bab8b8);
}

#institute_suggestions{
    display: none; /* Hide initial */
}


    /* Ensure the container fills the viewport height */
    .container-fluid {
      height: 100vh;
    }

      .content-item {
        display: block; /* Links become clickable */
      }

::-webkit-scrollbar {
  width: 1px; /* Customize the width */
  height: 1px; /* Optional for horizontal scrollbars */
}

/* Track (scrollbar background) */
::-webkit-scrollbar-track {
  background: transparent; /* Transparent background for the scrollbar track */
}

/* Handle (scrollbar thumb) */
::-webkit-scrollbar-thumb {
  background: transparent; /* Fully transparent scrollbar handle */
}

/* Handle on hover (optional if you want it visible on hover) */
::-webkit-scrollbar-thumb:hover {
  background: transparent; /* Remain transparent or add color here */
}

.content-item {
    position: sticky; /* Change to fixed */
    background-color: transparent; /* Keep the background color */
}

.bg-grey{
    background-color:#edf2ee;
}

.bg-news_list{
    background-color:#e5ebe4;
}

.card {
    font-family: system-ui;
    transition: box-shadow 0.3s ease; /* Smooth transition for the shadow */
    margin-top:10px;
}

.card-title {
    font-weight: 700; /* Bold font */
    font-style: italic; /* Italic text */
    font-size: 1.25rem; /* Optional: change size if needed */
}

.custom-title {
    font-weight: 700; /* Bold font */
    font-style: italic; /* Italic text */
    font-size: 1.25rem; /* Optional: change size if needed */
}

.card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
    background-color:#f1f5f0;
}

.active {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); /* Shadow effect when active */
    background-color: #d8e6d9; /* Change background color when active (optional) */
}

.close_window{
    display: none;
}

/* On mobile view, enable click */
@media (max-width: 767px) {

  .nav-link {
        pointer-events: auto; /* Links become clickable */
      }

  .content-item {
        display: none; /* Links become clickable */
      }

    .total_content {
        position: fixed; /* Fix the position */
        top: 56px; /* Adjust this value based on your navbar height */
        left: 0; /* Align to the left */
        width: 100vw; /* Full width */
        z-index: 1050; /* Lower than navbar */
        height: calc(100vh - 56px); /* Full height minus navbar height */
        overflow-y: auto; /* Allow scrolling if content overflows */
        background-color: #f8f9fa; /* Ensure background color for mobile */
        display: none;
    }
    #close_window {
        display: flex;         /* Set the parent to use flexbox */
        justify-content: flex-end; /* Align children to the right */
    }
    .close_window {
            position: relative;
            display: inline-block;
            top:5px;
            left:5px
            width: 60px;
            height: 40px;
            background-color: #5c8a6a; /* Updated background color */
            color: white; /* Updated text color */
            border-radius: 5px; /* Make it round */
            font-size: 15px;
            padding-top:5px;
            line-height: 30px;
            padding-bottom:5px;
            padding-left:10px;
            padding-right:10px;
            text-align: center;
            cursor: pointer;
            font-weight:bold;
            display: block;
        }

                    .custom_overlay {
            position: fixed; /* Cover the entire viewport */
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            display: block; /* Hidden by default */
            z-index: 1049; /* Above other content */
            overflow:hidden;
        }

}

.type-work {
    background-color: #637869;
    padding: 5px 20px; /* Reduced padding to decrease height */
    border-radius: 5px;
    font-size: 16px;
    color: white;
    display: inline-block;
    text-align: center;
    cursor: default;
    font-weight:bold;
    text-decoration: none;
}

.type-work:hover {
    color: white; /* Same color on hover */
}

.custom-search-btn {
    background-color: #4b614c; /* Custom background color */
    border: none; /* Remove default border */
    color: white; /* Text color */
    font-weight:bold;
}

.custom-search-btn:hover {
    background-color: #4b614c; /* Darker shade for hover effect */
    color: white; /* Text color */
    font-weight:bold;
}

/* Custom style for the select box */
.search-select {
    background-color: #7c9c7e; /* Set your desired background color */
    color: white; /* Text color */
}

/* Optional: Change background on focus */
.search-select:focus {
    background-color: white; /* Change background on focus */
    color: black; /* Text color */
    border-color: transparent; /* Change border color on focus */
    outline: none; /* Remove outline */
}


.sticky {
    position: sticky;
    top: 0; /* Position from the top */
    background-color: #f8f9fa; /* Background color */
    padding: 10px; /* Padding around the content */
    height:600px;
}

.apply-button {
    background-color: black;
    padding: 5px 20px; /* Reduced padding to decrease height */
    border-radius: 5px;
    font-size: 16px;
    color: white;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight:bold;
    text-decoration: none;
}

.apply-button:hover {
    color: white; /* Same color on hover */
}

.job_title {
  font-family: system-ui;
  font-weight: 600; /* Semi-bold for a balanced, professional look */
  font-size: 1.6rem; /* Slightly larger for emphasis */
  color: #333; /* Dark grey for readability */
}

.detailed-icon-button {
    color:#637869;
    display: inline-flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 15px; /* Padding */
}

.detailed-icon-text-company {
    display: inline-flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 15px; /* Padding */
}

.detailed-icon-text {
    display: inline-flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 15px; /* Padding */
    color:black;
    text-decoration:none;
}

.detailed-icon {
    font-size: 2rem; /* Match the icon size */
    margin-right: 10px; /* Space between icon and text */
}

.detailed-job-text {
    font-size: 1.0rem; /* Font size for text */
    font-weight: bold; /* Bold text */
    color:#637869;
}

.company-detailed-data {
    font-size: 1.2rem; /* Smaller font size for company name */
    color: #666; /* Color for company name */
    text-align: left; /* Center the company name */
    margin-top: 5px; /* Space above the company name */
}

.no-margin {
    margin: 0;  /* Remove margin */
}

.underline {
    text-decoration: underline;  /* Underline the text */
}


.job_fetch_loader {
    display: none; /* Initially hidden */
    margin: 20px 0;
    text-align: center;
}

.page_loader {
  display: none;
  visibility :hidden;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.line {
  display: inline-block;
  width: 150px;
  height: 15px;
  margin: 5px 0;
  background: linear-gradient(90deg, #d2e3cf, #c9dec5, #d2e3cf);
  background-size: 200% 100%;
  animation: slideRight 1.5s infinite;
  border-radius: 2px;
}

.line1 {
  width:50%;
  animation-delay: 0.1s;
}
.line2 {
  width:20%;
  margin-left: 20px;
  animation-delay: 0.3s;
}
.line3 {
   width:40%;
  animation-delay: 0.5s;
}
.line4 {
    width:20%;
    height:40px;
  animation-delay: 0.7s;
}
.line9 {
    width:15%;
    height:40px;
  animation-delay: 0.7s;
}
.line8 {
    width:50%;
    height:40px;
  animation-delay: 0.7s;
}
.line5 {
  width:60%;
  animation-delay: 0.7s;
}
.line6 {
    width:50%;
  animation-delay: 0.7s;
}
.line7 {
    width:60%;
  animation-delay: 0.7s;
}

@keyframes slideRight {
  0% {
    background-position: 200% 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.scroll-container {
  width: 100%;  /* Set the width as needed */
  height: 100vh;  /* Limit the height to create the scrollable area */
  overflow-y: auto;  /* Enable vertical scrolling */
  padding: 10px;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

/* Hide the scrollbar in Firefox */
.scroll-container {
  scrollbar-width: none;  /* For Firefox */
}

.error-message  {
    color: black; /* Text color */
    background-color: #ffcccc; /* Light red background */
    font-weight: bold; /* Bold text */
    border-radius: 12px; /* Rounded corners */
    padding: 10px 15px; /* Padding for spacing */
    margin: 8px 0; /* Margin to create space above and below */
    white-space: nowrap; /* Prevents the text from wrapping to a new line */
    overflow: hidden; /* Ensures the message does not overflow */
    text-overflow: ellipsis; /* Adds ellipsis if the text is too long */
    display: inline-block; /* Ensures the background is only as wide as the content */
    animation: fadeOut 5s forwards; /* Apply fadeOut animation */
}
.error-container {
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers items horizontally */
    align-items: center; /* Centers items vertically (if needed) */
}

/* Keyframes for fadeOut effect */
@keyframes fadeOut {
    0% {
        opacity: 1; /* Fully visible */
    }
    80% {
        opacity: 1; /* Keep fully visible for most of the time */
    }
    100% {
        opacity: 0; /* Fully transparent */
        display: none; /* Hide the element after fading out */
    }
}


.key-value-container {
    display: flex;
    align-items: center;
    color: black; /* Text color */
    margin-bottom: 5px;
}

.key {
    font-weight: bold; /* Make key bold */
    margin-right: 5px; /* Space between key and value */
    color: #2c5e2e; /* Different color for key */
}

.value {
    color: #1f3a1f; /* Different color for value */
    background-color: #c5e8cc; /* Background color */
    padding: 2px 4px; /* Optional padding for aesthetics */
    border-radius: 3px; /* Optional: for rounded corners */
    display: inline-block; /* Ensures background color fits text */
}

.search-filter{
    font-weight: bold; /* Make key bold */
    margin-right: 5px; /* Space between key and value */
    color: black; /* Different color for key */
    background-color:#a9d1b1;
    border-radius: 3px; /* Optional: for rounded corners */
    padding-left:5px;
    padding-right:5px;
}

.citysuggestions {
    list-style-type: none;
    padding: 0;
    margin-top: 0; /* Reset the margin to avoid unnecessary spacing */
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-height: 200px;
    overflow-y: auto;
    display: none; /* Initially hidden */
    color:black;
    /* Positioning relative to the input field */
    position: absolute;  /* Float relative to the input field */
    top: 100%;           /* Position the dropdown directly below the input */
    left: 0;             /* Align with the left edge of the input */
    width: 100%;         /* Match the width of the input field */
    background-color: white;  /* Background color for contrast */
    z-index: 1000;       /* Ensure the dropdown appears above other elements */
}

.citysuggestions li {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    margin: 2px 0;
    border-radius: 0.25rem; /* Rounded corners */
    color:#50705c;
    font-weight:bold;
}

.citysuggestions-item {
    background-color: lightgray; /* Skill name background */
    color: black; /* Text color */
    flex-grow: 1; /* Allow it to grow */
    padding: 0.5rem; /* Add padding */
}

.keywordsuggestions {
    list-style-type: none;
    padding: 0;
    margin-top: 0; /* Reset the margin to avoid unnecessary spacing */
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-height: 200px;
    overflow-y: auto;
    display: none; /* Initially hidden */
    color:black;
    /* Positioning relative to the input field */
    position: absolute;  /* Float relative to the input field */
    top: 100%;           /* Position the dropdown directly below the input */
    left: 0;             /* Align with the left edge of the input */
    width: 100%;         /* Match the width of the input field */
    background-color: white;  /* Background color for contrast */
    z-index: 1000;       /* Ensure the dropdown appears above other elements */
}

.keywordsuggestions li {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    margin: 2px 0;
    border-radius: 0.25rem; /* Rounded corners */
    color:#50705c;
    font-weight:bold;
}

.keywordsuggestions-item {
    background-color: lightgray; /* Skill name background */
    color: black; /* Text color */
    flex-grow: 1; /* Allow it to grow */
    padding: 0.5rem; /* Add padding */
}

.success-message {
    color: green; /* Text color */
    background-color: #c2edc7; /* Light red background */
    font-weight: bold; /* Bold text */
    border-radius: 12px; /* Rounded corners */
    padding: 10px 15px; /* Padding for spacing */
    margin: 8px 0; /* Margin to create space above and below */
    white-space: nowrap; /* Prevents the text from wrapping to a new line */
    overflow: hidden; /* Ensures the message does not overflow */
    text-overflow: ellipsis; /* Adds ellipsis if the text is too long */
    display: inline-block; /* Ensures the background is only as wide as the content */
    animation: fadeOut 5s forwards; /* Apply fadeOut animation */
}
.success-container {
    display: flex; /* Enables flexbox */
    justify-content: center; /* Centers items horizontally */
    align-items: center; /* Centers items vertically (if needed) */
}

/* Base button styles */
.download-btn-info {
    background-color: #385737; /* Info blue color */
    color: #fff; /* White text */
    padding: 10px 20px; /* Button padding */
    font-size: 16px; /* Font size */
    font-weight: bold; /* Bold text */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover */
    text-decoration: none; /* Remove underline from links */
    user-select: none;
}

/* Hover effect */
.download-btn-info:hover {
    background-color: #138496; /* Darker blue on hover */
}

/* Active (when clicked) */
.download-btn-info:active {
    background-color: #117a8b; /* Even darker blue when active */
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2); /* Slight inset shadow for click feedback */
}

/* Focus (when tabbed into) */
.download-btn-info:focus {
    outline: none; /* Remove default outline */
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); /* Custom blue shadow around the button */
}

.section_container {
    background-color: #f5fcf5; /* White background */
    padding: 20px; /* Padding around the content */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    font-family: 'Poppins', sans-serif; /* Attractive font family */
    color: #333; /* Darker text color for contrast */
}

/* Font styling for the paragraph */
.section_container p {
    font-size: 16px; /* Font size */
    font-weight: 600; /* Slightly bold text */
    line-height: 1.6; /* Line spacing for better readability */
    margin: 0; /* No margin */
}

.skill-btn-container {
    display: flex; /* Use flexbox */
    flex-wrap: wrap; /* Prevent wrapping of buttons */
    justify-content: flex-start; /* Align buttons to the left */
    overflow-x: auto; /* Enable horizontal scrolling if needed */
}

.skill-btn-info {
    display:flex;
    background-color: #68a868; /* Info blue color */
    color: #fff; /* White text */
    padding: 10px 20px; /* Button padding */
    margin:5px;
    font-size: 16px; /* Font size */
    font-weight: bold; /* Bold text */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover */
    text-decoration: none; /* Remove underline from links */
    user-select: none;
}

@media (max-width: 768px) {
    .skill-btn-container {
        display: flex; /* Make the container a flexbox */
        flex-direction: row; /* Stack items vertically */
        flex-wrap: wrap;
        align-items: flex-start; /* Align items to the start of the cross axis */
    }
    .skill-btn-info {
        background-color: #68a868; /* Button background color */
        color: #fff; /* Text color */
        padding: 10px 20px; /* Button padding */
        margin: 5px; /* Margin between buttons */
        font-size: 16px; /* Font size */
        font-weight: bold; /* Bold text */
        border: none; /* Remove borders */
        border-radius: 5px; /* Rounded corners */
        transition: background-color 0.3s ease; /* Smooth hover transition */
        text-decoration: none; /* Remove underline from links */
        user-select: none; /* Prevent text selection */
    }
}

.job-profile-title {
    color: #547557;
    display: inline-block;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 3px; /* Padding inside the element */
    padding-right: 10px;
    margin: 10px 0; /* Margin above and below the element */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Font size */
    font-weight: bold; /* Bold text */
    text-decoration: underline;
}

.employment-title {
    color: #547557;
    display: inline-block;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 3px; /* Padding inside the element */
    padding-right: 10px;
    margin: 10px 0; /* Margin above and below the element */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Font size */
    font-weight: bold; /* Bold text */
}

.sub-job-profile-title{
    color: black;
    background-color: #edf7ef; /* Background color */
    font-family: 'Trebuchet MS', sans-serif;
    padding: 3px; /* Padding inside the element */
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0; /* Margin above and below the element */
    border-radius: 5px; /* Rounded corners */
    font-size: 15px; /* Font size */
}

.job-profile-company{
        font-weight: bold; /* Bold text */
        font-style:italic;
}

.aspiring-title {
    color: #547557;
    display: inline-block;
    padding: 3px; /* Padding inside the element */
    padding-right: 10px;
    margin: 10px 0; /* Margin above and below the element */
    border-radius: 5px; /* Rounded corners */
    font-size: 15px; /* Font size */
    font-family: 'Trebuchet MS', sans-serif;
}

.personal-details {
    color: #547557;
    display: inline-block;
    padding: 3px; /* Padding inside the element */
    padding-right: 10px;
    margin: 10px 0; /* Margin above and below the element */
    border-radius: 5px; /* Rounded corners */
    font-size: 15px; /* Font size */
    font-family: 'Trebuchet MS', sans-serif;
}

.certificate-title {
    color: #547557;
    display: inline-block;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 3px; /* Padding inside the element */
    padding-right: 10px;
    margin: 10px 0; /* Margin above and below the element */
    border-radius: 5px; /* Rounded corners */
    font-size: 18px; /* Font size */
    font-weight: bold; /* Bold text */
}
.freemono{
    font-family: FreeMono, monospace;
}

.profile_field_container {
    background-color: #f5fcf5; /* White background */
    padding: 5px; /* Padding around the content */
    padding-left:10px;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    font-family: 'Poppins', sans-serif; /* Attractive font family */
    color: #333; /* Darker text color for contrast */
}

/* Font styling for the paragraph */
.profile_field_container p {
    font-size: 16px; /* Font size */
    font-weight: 600; /* Slightly bold text */
    line-height: 1.6; /* Line spacing for better readability */
    margin: 0; /* No margin */
}

.icon-container {
  justify-content: space-between;
  align-items: center;
  padding: 5px; /* Container padding */
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f0f0f0; /* Container background */
  margin: 10px 0; /* Margin around the container */
  background-color:#adccb7;
  cursor:pointer;
}


#prof_error_message {
    display: none; /* Hidden by default */
    opacity: 1; /* Invisible initially */
    transition: opacity 0.5s ease-in-out; /* Smooth transition for opacity */
}

.prof_error_message {
    opacity: 1; /* Fully visible when the error message is displayed */
    color: red; /* Error text color */
    font-size: 14px; /* Adjust the font size */
    margin-top: 10px; /* Space above the error message */
    padding: 5px;
    border: 1px solid red;
    background-color: #fdd; /* Light red background */
    border-radius: 5px; /* Rounded corners */
        animation: fadeOut 5s forwards;
}

@keyframes fadeOut {
    /* Start fully visible */
    0% {
        opacity: 1;
    }
    /* End hidden after 5 seconds */
    100% {
        opacity: 0;
        display: none;
    }
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .dropdown{
        width: 200px;
    }
  }

  .active-item {
    background-color: #689674 !important; /* Change to your desired color */
    color: #fff !important;
  }

.bg-nav-col{
    background-color: transparent;
}


.bg-brand-col{
    background: linear-gradient(90deg, #6c757d, #6a7a70);
    color: white !important;
}

.bg_brand_col_title{
    color: #569161;
}

.bg-red-col{
    color:#ff3030;
}

.notification-section {
    background-color: #e8fceb; /* White background for each section */
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 5px 30px; /* Combined padding for left and right */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}

.section-title {
    font-weight: bold;
    color: #333;
}
.muted-content {
    color: #6c757d;  /* Muted text color */
}
.tick-icon {
    color: #28a745;  /* Bootstrap success green */
}
.no-notifications {
    font-size: 1.2rem;
    font-weight: 500;
    color: #6c757d;
    text-align: center;
    padding: 5px;
    margin:10px;
}

.full-height {
    height: 100vh; /* 100% of the viewport height */
}

.bg-continue-search{
    background: linear-gradient(90deg, #6c757d, #008a10);
    color: white !important;
}

.no-notify-header{
    font-size:25px;
    font-weight:bold;
}

.message_heading{
    text-align: center;
    margin-top:20px;
    font-size:25px;
    font-weight:bold;
    color:black!important;
}

.btn_line_height{
    line-height:.25;
}

.bg-footer{
    background: linear-gradient(90deg, #6c757d, #6a7a70);
}

.footer {
    height: auto;           /* Makes height adjust to content */
    padding: 10px;          /* Adjust padding as needed */
    display: flex;          /* Flex container if needed */
    align-items: center;    /* Center content vertically */
    justify-content: center; /* Center content horizontally */
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.text-basic-bold-profile {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

._view_size{
    height:70vh;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.shadow-img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.faded-border {
  position: relative;
  padding-bottom: 10px;
}

.faded-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* Adjust thickness as needed */
  background: linear-gradient(to right, transparent, green, transparent); /* Adjust color and fade */
}

.error_height{
    max-height:100vh;
    height:500px;
}