* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* font-family: "Satoshi", "Open Sans", sans-serif; */
  font-family: 'Roboto';
  
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 18px;
  aspect-ratio: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #3FB8AF;
  animation:
    l7-1 1s infinite alternate,
    l7-2 2s infinite alternate;
}
@keyframes l7-1 {
   0%,10%{transform:scale(1) rotate(0)}
   100%  {transform:scale(0) rotate(1turn)}
}
@keyframes l7-2 {
   0%,49.99% {background:#3FB8AF}
   50%,100%  {background:#FF3D7F}
}
/* Header Styles */
.HR-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 9rem !important;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.HR-logo img {
  color: #3a3a3a;
  text-decoration: none;
  font-weight: bold;
  width: 240px;
}
.HR-logo span {
  color: #3a3a3a;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
}
.HR-navbar-nav {
  display: flex;
  gap: 20px;
  margin: 0px;
  list-style: none;
}
.HR-navbar-nav li a {
  color: #0009ba;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.HR-navbar-nav li a:hover {
  color:  #f44444;
}
.HR-navbar {
  display: flex;
  align-items: center;
}

.HR-nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.HR-nav-links li a {
  color: #3a3a3a;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.HR-nav-links li a:hover {
  color: #f39c12;
}

/* Hamburger Menu */
.HR-hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.HR-bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}
.HR-hide-mobile {
  display: block;
}
.HR-hide-desktop {
  display: none;
}

/* Full-width input fields */
.HR-input-type {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

/* Set a style for all buttons */
.HR-button {
  background-color: #ffffff00;
  color: #ffffff;
  background: linear-gradient(to right, #275df5, #0a48f4);
  border: 0px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 30px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
}
.HR-button-2 {
  background-color: #ffffff00;
  color: #ffffff;
  background: linear-gradient(to right, #f52727, #f44444);
  border: 0px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 30px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
}

.HR-button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.HR-cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.HR-imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.HR-imgcontainer img.avatar {
  width: 40%;
  border-radius: 50%;
}

.HR-container {
  padding: 16px;
}

.HR-psw {
  float: right;
  /* padding-top: 16px; */
}

/* The Modal (background) */
.HR-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 35, 88, 0.375); /* Black w/ opacity */
}

/* Modal Content/Box */
.HR-modal-content {
  background-color: #fefefe;
  margin: 2% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.182);
  border-radius: 20px;
  width: 35%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.HR-close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}
.HR-avatar {
  width: 50%;
}


.HR-close:hover,
.HR-close:focus {
  color: red;
  cursor: pointer;
}
/* Light background color classes */
.bg-light-blue {
    background-color: #ADD8E6; /* Light Blue */
  }
  
  .bg-light-green {
    background-color: #90EE90; /* Light Green */
  }
  
  .bg-light-yellow {
    background-color: #FFFFE0; /* Light Yellow */
  }
  
  .bg-light-pink {
    background-color: #FFB6C1; /* Light Pink */
  }
  
  .bg-light-gray {
    background-color: #D3D3D3; /* Light Gray */
  }
  
  .bg-light-purple {
    background-color: #E6E6FA; /* Light Purple */
  }
  
  .bg-light-orange {
    background-color: #FFDAB9; /* Light Orange */
  }
  
  .bg-light-teal {
    background-color: #E0FFFF; /* Light Teal */
  }
  
  .bg-light-coral {
    background-color: #F08080; /* Light Coral */
  }
  
  .bg-light-lime {
    background-color: #D3FF88; /* Light Lime */
  }

/* ______________----find job section _______________________ */
.main{
    width: 85%;
    margin: 0 auto;
}
.HR-section-find-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 6rem;
}

.HR-sections-heading {
  font-size: 40px;
  font-weight: 700;
  color: #353535;
}
.HR-sections-heading-sub{

}

.HR-section-find-subtitle {
  font-size: 24px;
  color: #555;
  margin-bottom: 20px;
  font-weight: 300;
}
.HR-section-find-sub-title{
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 20px;
}
.HR-section-find-search-box {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 80px;
  padding: 16px 20px;
  box-shadow: 0px 10px 50px 0px #0000001a;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.HR-section-find-search-box input,
.HR-section-find-search-box select {
  flex: 1;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  color: #555;
  font-weight: 400;
}
.HR-section-find-search-box select {
border: 1px 0px 1px 0px solid black !important;
  }

.HR-section-find-search-box button {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 40px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 20px;
}

.HR-section-find-banner {
  margin-top: 5%;
  background: linear-gradient(135deg, #1cb5e0, #000851);
  color: #fff;
  padding: 20px 10px;
  border-radius: 15px;

  text-align: left;
}

.HR-section-find-banner .HR-section-find-banner-text {
  max-width: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.HR-section-find-banner-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.HR-section-find-banner-subtitle {
  font-size: 1.3rem;
}

.HR-section-find-banner-button {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
}

.HR-section-find-banner img {
  max-width: 200px;
}
.HR-sections-heading-sub {
  font-size: 20px;
  font-weight: 400;
  color: #353535;
}
/* __________________________categories section_____________________ */
.card-slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .card-slider .col {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: 20px;
  }

  .card-slider .card {
    border: 1px solid #ddd;
  }

  .card-title {
    text-align: center;
  }
  .card-slider a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 10px;
    text-decoration: none;
    color: #2c2c2c;
    cursor: pointer;
  }
  .card-slider::-webkit-scrollbar {
    display: none;  /* Hides the scrollbar */
  }
  .categories-icons {
    font-size: 20px;
    
    width: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  /* For Small Screens (Mobile-first) */
  @media (max-width: 768px) {
    .card-slider {
      gap: 10px;
      display: flex;
      justify-content: start;
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    .c-me-1{
        margin-right: 0px;
    }
      .card-slider a{
    padding: 0px;

  }
  }

/* _____________________________________discovery file_______________- */
.HR-discovery{
  margin-top: 3%;
}
.carousel-control-next{
  width: 30px !important;
  padding: 20px !important;
  top:45% !important;
  right: -16px !important;
  background-color: white !important;
  opacity: 1 !important;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.177);
  color: #000 !important;
}
.carousel-control-prev{
  width: 30px !important;
  padding: 20px !important;
  top:45% !important;
  left: -16px !important;
  background-color: white !important;
  opacity: 1 !important;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.177);
  color: #000 !important;
}
/* _____________________Job categoriesd_____________________________ */
/* Style the tab */
.tab-slider-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.HR-categoriesd-custom{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.tab-slider-container::-webkit-scrollbar {
  height: 8px;
}

.tab-slider-container::-webkit-scrollbar-thumb {
  background: #0066ff;
  border: 2px solid #0066ff;
  border-radius: 10px;
}

.tab-slider-container::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 10px;
}

.nav-pills {
  display: flex;
  
  flex-wrap: nowrap;
  padding-bottom: 5px;
}

.nav-pills .nav-item {
  flex-shrink: 0;
}

.nav-pills .nav-link {
  font-weight: 500;
  color: #333;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  padding: 13px 17px;
  white-space: nowrap;
}

.nav-pills .nav-link.active {
  background-color: #ffffff !important;
  border: 1px solid #0066ff !important;
  color: #0066ff !important;
}

/* Job Card Design */
.job-card {
  background: #eef7ff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 20px;
}

.job-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.job-card-company{
  margin-left: 10px;
font-weight: 500;
font-size: 1.3rem;
color: #383838;
}

.job-card h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px
}

.job-card h5 {
  font-size: 18px;
  font-weight: bold;
}

.job-card .location {
  font-size: 14px;
  color: gray;
}

.job-card h6 {
  font-size: 16px;
  font-weight: bold;
}

.job-card p {
  font-size: 18px;
  color: #666;
}

.tags {
  margin-top: 10px;
}

.tags span {
  display: inline-block;
  background: #b2e3ff;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin: 2px;
}

.salary {
  font-size: 18px;
  font-weight: bold;
  color: #0066ff;
}

.apply-btn {
  background: #0066ff;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.apply-btn:hover {
  background: #0044cc;
}
.HR-jobcategorised-time{
font-size: 13px !important;
font-weight: 600 !important;
color: #c8c8c8;
}
.counters {
	background: #0f479a;
	color: #fff;
	padding: 40px 0px;
	border-top: 3px lightskyblue solid;
}
/* Responsive Grid */
@media (max-width: 768px) {
    .counters {
	padding: 40px 0px;
}
  .col-md-6 {
      width: 100%;
  }
}

@media (max-width: 576px) {
  .job-card {
      padding: 15px;
  }

  .nav-pills {
      justify-content: start;
  }
}

/* ________________________________end jon categoried______________________ */
/* Add Zoom Animation */
.HR-animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .main {
        width: 100%;
        margin: 0 auto;
    }
  .HR-nav-links {
    position: absolute;
    top: 60px;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: #333;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }
  .HR-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0.3rem !important;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .HR-logo img {
        width: 140px !important;
}
  .HR-logo span {
    color: #3a3a3a;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
  }
  .HR-nav-links.active {
    transform: translateX(0);
  }

  .HR-hamburger {
    display: flex;
  }

  .HR-hamburger.active .HR-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .HR-hamburger.active .HR-bar:nth-child(2) {
    opacity: 0;
  }

  .HR-hamburger.active .HR-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .HR-hide-mobile {
    display: none;
  }
  .HR-hide-desktop {
    display: block;
  }
  .HR-psw {
    display: block;
    float: none;
  }
  .HR-cancelbtn {
    width: 100%;
  }
  .HR-navbar-nav {
    display: none;
  }
  .HR-modal-content {
    width: 95%;
  }
  .HR-avatar {
    width: 30%;
  }
  .HR-sections-heading {
    font-size: 24px;
    font-weight: 700;
    color: #353535;
  }
  .HR-sections-heading-sub {
    font-size: 18px;
    font-weight: 400;
    color: #353535;
  }
  /* ________________________find job section ______________ */
  .HR-section-find-container {
    padding-top: 2rem;
  }
  .HR-section-find-search-box {
    width: 90%;
    padding: 10px;
    display: flex;
  }
  .HR-section-find-search-box input{
    width: 100%;
  }
  .hide_loaction{
      display: none !important;
  }
  .HR-section-find-search-box button{
    width: 40px;
    height: 40px;
    padding: 0px;
  }
  .HR-section-find-search-box select{
    display: none;
  }
  .HR-section-find-banner {
    flex-direction: column;
    text-align: center;
  }

  .HR-section-find-banner-text {
    width: 100%;
  }

  .HR-section-find-banner img {
    margin-top: 10px;
  }


  /* ________________________dicovery section ____________  */
  .HR-job-section {
    flex-direction: column;
    text-align: center;
    
    width: 100% !important;
}

.HR-right-container {
    flex-direction: column;
}

.HR-prev-btn, .HR-next-btn {
    font-size: 16px;
    padding: 8px;
}

.HR-left-section img {
    max-width: 80px;
}

.HR-left-section h2 {
    font-size: 18px;
}

.HR-custom-hr {
    width: 40px;
    height: 2px;
}
}

.counters-container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.counters {
	background: #ffffff;

	padding: 40px 0px;
	border-top: 3px lightskyblue solid;
  
}
.counter {
	color: #3c65f5 !important;
  font-weight: 700;
  font-size: 56px;
  font-family: Arial, Helvetica, sans-serif;
}
.counters h3{
color: #05264e;
}
.counters p{
  width: 100%;
color: #666;
font-size: 15px;
line-height: 1.5rem;
font-weight: 500;
  letter-spacing: 1px;
}

.counters .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}

.counters .counter {
	font-size: 45px;
	margin: 10px 0;
}

@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		border-bottom: 1px lightskyblue solid;
		padding-bottom: 20px;
	}
}





/*_________________________________________User dashboard css _______________________________*/
        /* Sidebar */
        .HR-user-sidebar {
            width: 250px;
            height: 100vh;
            background: #0073e6; /* Blue theme */
            color: white;
            padding: 20px;
            position: fixed;
            left: 0;
            top: 0;
            transition: 0.3s;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        }

        .HR-user-sidebar h2 {
            text-align: center;
            margin-bottom: 20px;
            color: white;
        }

        .HR-user-sidebar ul {
            list-style: none;
            padding: 0;
        }

        .HR-user-sidebar ul li {
            padding: 15px;
        }

        .HR-user-sidebar ul li a {
            color: white;
            text-decoration: none;
            display: block;
            transition: 0.3s;
            font-size: 16px;
        }

        .HR-user-sidebar ul li a:hover,
        .HR-user-sidebar ul li a.active {
            background: #005bb5; /* Darker blue for hover */
            border-radius: 5px;
            padding-left: 10px;
        }

        /* Main Content */
        .HR-user-main-content {
            margin-left: 250px;
            padding: 20px;
            width: 100%;
            transition: 0.3s;
            background-color: white;
        }

        .HR-user-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #0073e6; /* Blue theme */
            padding: 15px;
            color: white;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .HR-user-menu-toggle {
            font-size: 20px;
            cursor: pointer;
            color: white;
        }

        /* Profile Card */
        .HR-user-profile-card {
            background: white;
            padding: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .HR-user-profile-card img {
            width: 100px;
            border-radius: 50%;
            margin-bottom: 15px;
        }

        .HR-user-profile-card h3 {
            margin: 10px 0;
            color: #333;
        }

        .HR-user-profile-card p {
            color: #666;
            margin: 5px 0;
        }

        /* Jobs Section */
        .HR-user-jobs {
            background: white;
            padding: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .HR-user-jobs h3 {
            color: #0073e6; /* Blue theme */
            margin-bottom: 15px;
        }

        .HR-user-jobs ul {
            list-style: none;
            padding: 0;
        }

        .HR-user-jobs li {
            background: #f5f5f5;
            padding: 15px;
            margin: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 5px;
            transition: 0.3s;
        }

        .HR-user-jobs li:hover {
            background: #e0e0e0;
        }

        .HR-user-button {
            background: #0073e6; /* Blue theme */
            color: white;
            border: none;
            padding: 8px 15px;
            cursor: pointer;
            border-radius: 5px;
            transition: 0.3s;
        }

        .HR-user-button:hover {
            background: #005bb5; /* Darker blue for hover */
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .HR-user-sidebar {
                width: 0;
                overflow: hidden;
            }

            .HR-user-main-content {
                margin-left: 0;
            }
        }
        
        
/*____________our services__________*/
.HR-services-card {
    border-radius: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.HR-services-card-title {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.HR-services-card-text {
    font-size: 16px;
    margin: 10px 0;
}

.HR-services-btn {
    background: white;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.HR-services-services-card {
    height: 100%;
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.HR-services-services-title {
    color: #6032EE;
    font-weight: 400;
    font-size: 26px;
}

.HR-services-services-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.HR-services-services-list li {
    position: relative;
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.right{
    color: #6032EE;
}
.HR-services-note {
    font-weight: 400;
    color: #3a3a3a;
    font-size: 14px;
    margin-top: 10px;
}
/*_____________________end our services______________*/

/*----------------footer------------*/
     .HR-footer {
            background-color: #f8f9fa !important;
            padding: 40px 0;
        }
        .HR-footer a {
            color: #000;
            text-decoration: none;
        }
        .HR-footer a:hover {
            text-decoration: underline;
        }
        .HR-social-icons a {
            margin-right: 15px;
            font-size: 20px;
            color: #000;
        }
        .HR-app-buttons img {
            width: 140px;
        }
        .HR-business-logos img {
            width: 120px;
        }
/*____________end______________*/

/*___________________-Search page _____________*/

        /* Profile Dropdown Container */
        .profile_dropdown-container {
            position: relative;
        }

        /* Profile Icon */
        .profile_dropdown-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            border: 2px solid #555;
        }

        /* Dropdown Menu */
        .profile_dropdown-menu {
            position: absolute;
            top: 60px;
            right: 0;
            width: 200px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            transform: scaleY(0);
            transform-origin: top;
            transition: transform 0.3s ease-in-out;
        }

        /* Show Dropdown */
        .profile_dropdown-menu.active {
            transform: scaleY(1);
        }

        /* Dropdown Links */
        .profile_dropdown-menu a {
            display: block;
            padding: 12px;
            text-decoration: none;
            color: #333;
            transition: background 0.3s;
        }

        .profile_dropdown-menu a:hover {
            background: #ddd;
        }

        /* Divider */
        .profile_dropdown-menu hr {
            margin: 0;
            border: none;
            height: 1px;
            background: #ccc;
        }

        /* Responsive Design */
        @media (max-width: 480px) {
            .profile_dropdown-menu {
                width: 150px;
            }
        }

.btn.dropdown-toggle::after {
    display: none !important;
}