* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

html {
  overflow-x: hidden;
}
input:focus,
textarea:focus {
  background-color: transparent !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}
header.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}
header.header.sticky {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.partner-section {
  background-image: url(../img/handshake.png);
  background-size: cover;
  background-position: center center;
  padding-block: 260px;
}

.left-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

.partner-content h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 88px;
  line-height: 106px;
  color: #214265;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.partner-content h1 .text1 {
  color: #44a7e3;
}

.partner-content p {
  font-size: 24px;
  color: #214265;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
}

.partner-buttons {
  gap: 17px;
}

.partner-buttons a,
.partner-buttons button {
  padding: 20px 55px;
  font-size: 18px;
  font-weight: 600;
}

.join-bttn {
  background-color: #214265;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.secondary-bttn {
  border: 1px solid;
  border-color: #214265;
  color: #214265;
  text-decoration: none;
  border-radius: 50px;
}
.heading-text h2 {
  font-size: 50px;
  color: #214265;
  font-weight: 700;
}
.heading-text-white h2 {
  color: #fff;
}
.heading-text-white h2 span {
  color: #73abe5;
}
.heading-text-white .horizontal-line {
  background-color: #fff;
}

.horizontal-line {
  width: 99px;
  height: 8px;
  border-radius: 100px;
  margin: 0 20px;
  background-color: #214265;
}
.py-80 {
  padding-block: 80px;
}
.card-partner {
  width: 384px;
  height: 200px;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  padding: 20px;
  max-width: 100%;
  margin-inline: auto;
}
.card-partner-1 {
  background-color: #e7f5fd;
}
.card-partner-2 {
  background-color: #e1fbfb;
}
.card-partner-3 {
  background-color: #e1eafb;
}
.card-partner-4 {
  background-color: #f8fbe1;
}
.card-partner-5 {
  background-color: #fbe1e1;
}
.card-circle {
  width: 115px;
  height: 115px;
  border: 1px solid #214265;
  border-radius: 400px;
  background-color: #fff;
  text-align: center;
  z-index: 99;
  align-items: center;
  margin-inline: auto;
  margin-block-start: -50px;
  margin-block-end: 30px;
  transition: all 0.3s ease-in-out;
}
.card-partner:hover .card-circle {
  background-color: #214265;
}
.card-partner:hover .card-circle img {
  filter: invert(1) brightness(1.9);
}

.card-text p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.who-can-join-section {
  background-image: url(../img/who-can-join-bg.png);
  background-size: cover;
  background-position: center center;
  padding-block: 157px;
}
.who-can-join-content {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 24px;
  padding: 50px;
}
.content-list-pill {
  padding: 20px;
  background: #ffffff;
  border-radius: 23px;
  display: grid;
  place-items: center start;
  grid-template-columns: 75px 187px;
}
.content-list-pill img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.content-list-pill h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #214265;
}
.how-it-work-section {
  background-color: #f0f3ff;
}
.sub-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #595959;
  margin-block-start: 20px;
}
.how-it-work-inner {
  padding-block-start: 80px;
}
.how-it-work-inner .how-it-work-card {
  background: #f9faff;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(22px);
  border-radius: 12px;
  padding: 20px;
  position: relative;
  height: 100%;
}
.how-it-work-inner .how-it-work-card-icon {
  width: 60px;
  height: 60px;
}
.how-it-work-inner .how-it-work-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-it-work-inner .how-it-work-card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #214265;
  margin-block-start: 25px;
  margin-block-end: 10px;
}
.how-it-work-inner .how-it-work-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #595959;
}
.how-it-work-inner .how-it-work-card .step {
  font-weight: 800;
  font-size: 80px;
  line-height: 96px;
  color: #214265;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
}
.commission-structure-section {
  background-color: #f4f5f6;
}
.commission-structure-inner {
  margin-block-start: 60px;
}
.commission-structure-left table {
  border: 1px solid #214265;
  width: 90%;
  text-align: center;
}
.commission-structure-left table th,
.commission-structure-left table td {
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.commission-structure-left table th {
  background-color: #214265;
  color: #fff;
}
.commission-structure-left table tr:nth-child(even) {
  background-color: #fff;
}
.commission-structure-left table tr:nth-child(odd) {
  background-color: #e1f1fb;
}
.commission-structure-left table tr td:first-child {
  border-right: 1px solid #ddd;
}
.commission-structure-left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #595959;
  margin-block-start: 10px;
}
.member-types-card {
  background: #f9faff;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(22px);
  border-radius: 12px;
  padding: 10px;
  display: grid;
  grid-template-columns: 57px 70px;
  place-items: center start;
  width: auto;
}
.member-types {
  margin-block-start: 25px;
  gap: 15px;
}
.member-types-card h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #214265;
    text-transform: capitalize;
}
.benefits-section {
  background-image: url(../img/benefits-bg.png);
  background-size: cover;
  background-position: center center;
}
.benefits-section .how-it-work-card {
  border-radius: 24px 0 24px 0;
}
.testimonials-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #214265;
  position: relative;
}
.testimonials-content p span {
  color: #44a7e3;
}
.testimonials-content p:before {
  content: url(../img/inverted-comma.png);
  position: absolute;
  top: -50px;
  opacity: 0.3;
}
.testimonials-user-details.text-center {
    width: 250px;
    max-width: 100%;
    margin-inline: auto;
}

.testimonials-user-details.text-center img {
    width: 100%;
}
.testimonials-user-details h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #214265;
  margin-block-start: -40px;
}
.testimonials-user-details p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #214265;
}
.join-form-section {
  background-image: url(../img/join-form-bg.png);
  background-size: cover;
  background-position: center center;
  padding-block: 157px;
}
.join-form-section h2 {
  color: #fff;
  font-size: 36px;
}
.join-form-section .horizontal-line {
  background-color: #fff;
}
.join-form-section .heading-text {
  margin-block-end: 40px;
}
.join-form-section input,
.join-form-section textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff !important;
}
.join-form-section label {
  color: #fff;
}
.join-form-section input::placeholder,
.join-form-section textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.join-form-section .submit-btn {
  background-color: #fff;
  color: #214265;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  padding: 12px 35px;
}

.blogs-section {
  background-color: #f8f9fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blogs-section .heading-text h2 {
  font-size: 2.5rem;
  color: #2c3e50;
}

.blog-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-card-body {
  padding: 20px;
}

.blog-card-body h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2c3e50;
}

.blog-card-body p {
  font-size: 1rem;
  color: #7f8c8d;
  margin-bottom: 20px;
}

.blog-card-body .btn {
  background-color: #2980b9;
  color: white;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.blog-card-body .btn:hover {
  background-color: #3498db;
}

.footer-section {
    background-color: #1a1a1a;
    color: #dcdcdc;
    padding: 60px 0 30px;
    font-size: 15px;
    margin-left: 0;
    width: 100%;
}

.footer-logo {
  width: 160px;
  margin-bottom: 20px;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
}

.footer-description {
  line-height: 1.7;
}

.footer-heading {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #dcdcdc;
  text-decoration: none;
}

.footer-links a:hover {
  color: #00aaff;
}

.footer-contact i {
  margin-right: 10px;
  color: #00aaff;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  color: #dcdcdc;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #00aaff;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  color: #999;
  font-size: 14px;
}

/* find partner css start here */
/* Find-a-partner */
.find-partner {
  background-color: #214265;
  padding-block: 50px;
}
.find-partner-heading {
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.heading-upper h3 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  padding-block: 20px;
}
.heading-upper .color-blue {
  color: #00aeef;
}
.heading-lower p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.filter-bg {
  background-color: rgba(255, 255, 255, 0.1);
  margin-inline: 20px;
  margin-block: 20px;
  padding: 10px;
  border-radius: 12px;
  flex-wrap: wrap;
}
.find-partner-dropdown select {
  height: 48px;
  width: 257px;
  font-weight: 400;
  padding-inline: 20px;
  font-size: 16px;
  color: #214265;
  border-color: #e7f5fd;
  background: url(../img/arrow-down.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 7% center;
}
.btn-reset {
  border-radius: 50px;
  padding: 10px 60px;
  background-color: rgba(33, 66, 101, 0.77);
  color: white;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #e7f5fd;
  transition: background-color 0.3s ease;
}
.btn-reset:hover {
  background-color: #fff;
  color: #214265;
}
.card-section {
  margin-inline: 20px;
}
.card1 {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #ffd700;
  border-radius: 12px;
  margin-bottom: 20px;
}
.card-logo img {
  height: 102px;
  max-width: 102px;
}
.card-details {
  padding-left: 20px;
}
.card-details-upper {
  padding-bottom: 10px;
}
.card-details-heading1 h5 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.rating,
.card-location p {
  font-size: 16px;
  font-weight: 400;
  color: #214265;
}
.rating-text {
  margin: 2px;
}
.card-details-services p {
  font-size: 16px;
  color: rgba(33, 66, 101, 0.77);
  font-weight: 600;
}
.card-details-services-desc p {
  font-size: 16px;
  color: rgba(33, 66, 101, 0.77);
  font-weight: 400;
}
.separator-line {
  border: 1px solid #214265;
  height: 20px;
  width: 1px;
}
.golden {
  background-image: url(img/gold.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.com-text1 p {
  font-size: 20px;
  font-weight: 400;
  color: #214265;
  padding-block-start: 20px;
}
.com-text2 p {
  font-size: 40px;
  font-weight: 800;
  color: #214265;
}

/* Modern Inputs */
.modern-input {
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.modern-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
}

/* Modal */
.modal-content {
  border-radius: 16px !important;
}

.modal-header h4 {
  font-weight: 600;
}

.input-group-text {
  border-radius: 12px 0 0 12px;
  border: 1px solid #ddd;
}

/* Button hover effect */
.btn-primary {
  background: linear-gradient(45deg, #0d6efd, #007bff);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(45deg, #0b5ed7, #0069d9);
}
/* Steps Progress */
.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.step.active {
  background: #28a745;
  color: #fff;
}
.step + .step {
  margin-left: 20px;
}

/* Modern Input */
.modern-input {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.modern-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 6px rgba(40, 167, 69, 0.4);
}

.sidebar {
  width: 250px;
  border-right: 1px solid #eee;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.sidebar ul li a {
  text-decoration: none;
}
.sidebar ul li a:hover,
.sidebar ul li button:hover {
  background-color: #ebf5ff;
}
.sidebar ul li a.active {
  background-color: #214265;
}
ul.nav.flex-column.gap-2 {
  margin-block-start: 30px;
}
/* Navbar.css */

/* Top Navigation */
.top_nav {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin-left: 250px;
  width: calc(100% - 250px);
}

/* Nav Menu */
.nav_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Search Box */
.searchBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-btn {
  background-color: #f5f5f5;
  border: none;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
}

.toggle-btn:hover {
  background-color: #e0e0e0;
}

.searchBoxInner {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 8px;
  flex: 1;
}

.searchBoxInner input {
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
  padding: 5px 10px;
  font-size: 14px;
}

.searchBoxInner span {
  color: #888;
  font-size: 16px;
  margin-right: 5px;
}

/* Navbar right items */
.navbar-right {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

/* Notification button */
.notification .btn {
  background: transparent;
  border: none;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.notification .btn span {
    width: 15px;
    height: 15px;
    font-size: 8px;
}

/* Profile Text Button */
.profile-text .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
.profile-popup button.btn.btn-sm.btn-outline-primary {
  background-color: #d4e9ff;
  color: #258eff;
}
.profile-popup button.btn.btn-sm.btn-outline-danger {
  background-color: #ffcfdf;
  color: #ff2566;
}
.profile-text img {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

/* Profile Popup */
.profile-popup {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  min-width: 220px;
}

.profile-popup .rounded-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  background-color: #6c757d;
  font-size: 14px;
}

.profile-popup hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

.profile-popup .btn {
  font-size: 14px;
  padding: 5px 10px;
}

/* Sidebar Open / Close Body Class */
body.sidebar-open {
  transition: all 0.3s ease;
}

body.sidebar-closed {
  transition: all 0.3s ease;
}

/* Notification Popup - optional if not styled separately */
.notification-popup {
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
}

.notification-popup .notification-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.notification-popup .notification-item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.notification-popup .notification-item h6 {
  font-size: 14px;
  margin: 0;
}

.notification-popup .notification-item p {
  font-size: 12px;
  margin: 0;
  color: #555;
}

.notification-popup .notification-item small {
  font-size: 10px;
  color: #999;
}
.right_col {
  margin-left: 250px;
  margin-top: 74px;
  padding: 30px;
  background-color: #e8f2fa;
  min-height: calc(100vh - 74px - 59px);
  width: calc(100% - 250px);
}
/* Top Section Heading */
.top-sec-heading {
  margin-block-end: 30px;
}
.top-sec-heading h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.top-sec-heading img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

/* Dashboard Statics Box */
.dashboard-statics .g-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 15px;
}
.g-box-img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.dashboard-statics .g-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}

/* Inner box for stats */
.g-box-inner h4 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #222;
}

.g-box-inner p {
  font-size: 18px;
  margin: 0;
  color: #214265;
}

/* Project Details Card */
.project-details-card {
  background: #e1eafb;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(22px);
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
}
.project-details-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  background-color: #214265;
}
.project-details-card p {
  font-size: 18px;
  margin-bottom: 8px;
}

.project-details-card h4 {
  font-size: 24px;
  font-weight: 700;
}
.project-details-card:hover h4,
.project-details-card:hover p {
  color: #fff;
}
/* Card colors */

/* Two-section layout */
.two-section {
  margin-top: 30px;
}

/* Container Box */
.container-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: 100%;
}

.container-box-top-header p {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* Leads Section - Images */
.leads img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Select dropdown style */
.container-box-top-header select {
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  outline: none;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
}
.g-box.g-box1.color-prpl {
  background-color: #e1eafb;
}
.g-box.g-box1.color-red {
  background-color: #f0d8d8;
}
.g-box.g-box1.color-green {
    background: #82ca9d54;
}
.g-box-img.color-prpl {
  background-color: #e1eafb;
}
.g-box-img.color-green {
  background-color: #e1fbfb;
}
.g-box-img.color-red {
  background-color: #ffebeb;
}

.container-box-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.container-box-top-header-left-2 input[type="search"] {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right: 5px;
}

select,
input[type="date"] {
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table-dark th {
  background-color: #214265;
  color: #fff;
}
.table th,
.table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.select-status {
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Status Colors */
.select-status.converted {
  background-color: #d4edda;
  color: #155724;
}
.select-status.new {
    background-color: #d4d9ed;
    color: #3b3edf;
}
.select-status.in-progress {
  background-color: #fff3cd;
  color: #856404;
}
.select-status.pending {
  background-color: #fff3cd;
  color: #856404;
}
select.select-status.follow-Up-due {
    background-color: #ffd6cd;
    color: #853b04;
}
select.select-status.not-intrested {
    background-color: #ffd6cd;
    color: #853b04;
}
.select-status.contacted {
  background-color: #cce5ff;
  color: #004085;
}

.select-status.lost {
  background-color: #f8d7da;
  color: #721c24;
}

/* Action button */
.table-responsive {
  padding-block-end: 60px;
}
.action_toggle_outer {
  position: relative;
}

.action_toggle {
  background: none;
  border: none;
  cursor: pointer;
}

.action_toggle_content {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 100;
  border-radius: 5px;
  min-width: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.action_toggle_outer:hover .action_toggle_content {
  display: block;
}


.action_toggle_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.action_toggle_content li {
  display: flex;
  justify-content: center;
}

.action_toggle_content button {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}

/* Edit button */
.action_toggle_content .edit-lead {
  color: #2563eb; /* blue */
}
.action_toggle_content .edit-lead:hover {
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}
.action_toggle_content .delete-lead:hover {
  background: rgba(255, 75, 120, 0.1);
}

/* History button */
.action_toggle_content .follow-up {
  color: #16a34a; /* green */
}
.action_toggle_content .follow-up:hover {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
}

/* Help Us button */
.action_toggle_content .help-us {
  color: #eab308; /* yellow */
}
.action_toggle_content .help-us:hover {
  background: rgba(234, 179, 8, 0.1);
  color: #ca8a04;
}
.filters-inner {
  border: #95c5f8 1px solid;
  border-radius: 4px;
  padding: 6px 10px;
  display: flex;
  gap: 10px;
}
.submit-btn {
  background-color: #214265;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.custom-modal {
  background: #fff;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
  padding: 20px;
  position: relative;
}

.modal-header,
.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-close {
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.custom-file-upload {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #0d6efd; /* Bootstrap primary color */
  color: white;
  font-weight: 500;
  border-radius: 6px;
  transition: background-color 0.2s;
  text-align: center;
}

.custom-file-upload:hover {
  background-color: #0b5ed7;
}

.custom-file-upload input[type="file"] {
  display: none; /* hide the default input */
}
.lead-score-stars .star {
  color: #ccc; /* default gray */
  transition: color 0.2s;
}

.lead-score-stars .star.filled {
  color: #ffc107; /* gold for filled stars */
}
.page-details label {
  margin-block-end: 10px;
}
.vertical-timeline {
  position: relative;
}
.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background: #dee2e6;
}

.timeline-item {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.timeline-dot {
  position: absolute;
  left: 7px;
  width: 16px;
  height: 16px;
  background: #0d6efd;
  border-radius: 50%;
  top: 0;
}

.timeline-content {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-left: 40px;
  flex: 1;
}

.status-badge {
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}
.status-converted {
  background-color: #28a745;
}
.status-followed-up-due {
  background-color: #ffc107;
}
.status-lost {
  background-color: #dc3545;
}
.status-contacted {
  background-color: #17a2b8;
}
.status-not-intrested {
  background-color: #6c757d;
}

@media (max-width: 768px) {
  .timeline-content {
    margin-left: 30px;
  }
}
/* Contact Info */
.contact-info h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #214265;
  font-size: 36px;
  text-align: center;
}

.contact-detail {
  background-color: #e8f2fa;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  color: #214265;
  text-align: center;
}

.contact-detail strong {
  font-weight: bold;
  font-size: 24px;
  margin-block-end: 10px;
}

.contact-detail p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.contact-detail .svg-inline--fa {
  font-size: 30px;
  margin-block-end: 15px;
}

.com-card {
  padding: 25px;
  flex: 1;
  border-radius: 8px;
}
.com-text1 p {
  font-size: 18px;
  font-weight: 400;
  color: #214265;
  padding-block-start: 20px;
}
.com-text2 p {
  font-size: 26px;
  font-weight: 600;
  color: #214265;
}
.color-prpl {
  background-color: #e1eafb;
}
.color-red {
  background-color: #f0d8d8;
}
.color-green {
  background-color: #e1fbfb;
}
.color-yellow {
  background-color: #f8fbe1;
}
.color-pink {
  background-color: #f0d8f0;
}
.bg-chng tr:hover {
  background-color: #e8f2fa;
}
.color-chng th {
  background-color: #62ace8;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.earning-heading h3 {
  font-size: 36px;
  font-weight: 400;
}
.earning-text p {
  font-size: 26px;
  color: #214265;
}
.earning-text-upper {
  color: #83bf4f;
}
.earning-text-bottom {
  color: rgba(0, 0, 0, 0.5);
}
.qr-code-box .container-box-inner {
  border-top: 1px solid #e7eaf3;
}
.leaderboard ul {
  column-count: 2;
}

.leaderboard ul li {
  display: flex;
  justify-content: space-between;
  background: #e1f1fb;
  border-radius: 8px;
  padding: 10px 25px;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-block-end: 15px;
}

.leaderboard ul li .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
}

.leaderboard ul li .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaderboard ul li .user-name {
  color: #214265;
}

.leaderboard ul li.top-rank .user-img {
  position: relative;
}

.leaderboard ul li.top-rank .user-img:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-size: cover;
  top: -20px;
  left: -10px;
}

.leaderboard ul li.rank-1 .user-img:after {
  background-image: url("../img/top-tank-1.svg");
}

.leaderboard ul li.rank-2 .user-img:after {
  background-image: url("../img/top-tank-2.svg");
}

.leaderboard ul li.rank-3 .user-img:after {
  background-image: url("../img/top-tank-3.svg");
}
/* ----- certification page business partner ------*/
.card-custom {
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}

.sections-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #214265;
}

.section-title i {
  margin-right: 8px;
  font-size: 20px;
}

.text-formatting {
  font-size: 22px;
  line-height: 1.6;
}

.badge-icon {
  font-size: 20px;
  margin-right: 8px;
}

.btn-download {
  background-color: #0d3b66;
  color: white;
  border-radius: 6px;
}

.btn-download:hover {
  color: #fff;
}

.status-active {
  color: green;
  font-weight: 500;
}

.check-icon {
  font-size: 18px;
  margin-right: 5px;
  color: green;
}

.question-icon {
  color: red;
  font-size: 20px;
  margin-right: 5px;
}
footer {
  background-color: #e2e4ff;
  padding: 20px 25px;
  margin-left: 250px;
  width: calc(100% - 250px);
}
footer p,
footer a {
  color: #677788;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.announcements-section-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  background-color: #214265;
}

.announcements-section-hero .hero-text {
  width: 50%;
  padding-left: 30px;
}

.announcements-section-hero h4 {
  font-size: 18px;
  color: #c9c9c9;
}

.announcements-section-hero h1 {
  font-size: 36px;
  color: #fff;
  margin: 20px 0;
}

.announcements-section-hero p {
  font-size: 16px;
  color: #c9c9c9;
}

.announcements-section-hero .hero-image img {
  width: 100%;
  object-fit: cover;
}

/* Navbar Styling */
.announce-navbar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.announce-navbar li {
  margin-right: 20px;
}

.announce-navbar button {
  background: none;
  border: none;
  font-size: 18px;
  color: #1e3a8a;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.announce-navbar button:hover {
  color: #10b981;
}

.announce-navbar button.active {
  border-bottom-color: #10b981;
  color: #10b981;
}

.announcements-section-hero .navbar a:hover {
  color: #10b981;
}

/* Announcements Section Styling */
.announcements-section {
  margin-top: 40px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-header h2 {
  font-size: 28px;
  color: #1e3a8a;
}

.section-header .see-all {
  background-color: #10b981;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.section-header .see-all:hover {
  background-color: #16a34a;
}

.announcements-section .cards-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.announcements-section .card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.announcements-section .card img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.announcements-section .card h3 {
  font-size: 20px;
  color: #1e3a8a;
  margin: 15px 0;
}

.announcements-section .card .date {
  font-size: 14px;
  color: #6b7280;
}

.announcements-section .card p {
  font-size: 16px;
  color: #4b5563;
}

.announcements-section .card .read-more {
  display: inline-block;
  margin-top: 15px;
  padding-block: 8px;
  background-color: #10b981;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  width: 120px;
  text-align: center;
}

.announcements-section .card .read-more:hover {
  background-color: #16a34a;
}

.announcement-section-line {
  border-bottom: 2px solid #e5e7eb;
  margin: 20px 0;
}

.earning-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.earning-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}
.container-box.earning-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.earning-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #28a745; /* green for earnings */
}
.icon-wrapper-2 {
  width: 200px;
  height: 200px;
  margin-inline: auto;
}
.earning-details p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
}

.earning-details span {
  font-weight: 500;
  color: #555;
}

.knowledge-base .know-text h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.knowledge-base .know-text h1 span {
  color: #28a745; /* green accent */
}

.knowledge-base .know-search-bar input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  outline: none;
  transition: 0.2s;
}

.knowledge-base .know-search-bar input:focus {
  border-color: #28a745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

.knowledge-base .know-image img {
  max-width: 100%;
  height: auto;
}

.knowledge-base .tabs.know-tabs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.knowledge-base .tabs .tab {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  background-color: #e9ecef;
  transition: 0.2s;
}

.knowledge-base .tabs .tab.active {
  background-color: #28a745;
  color: #fff;
}

.knowledge-base .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
}

.knowledge-base .box {
  position: relative;
  background-color: #fff;
  padding: 1.5rem 1rem 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  color: #333;
}

.knowledge-base .box img {
  max-width: 60px;
  margin: 0 auto;
}

.knowledge-base .box span {
  font-weight: 600;
  font-size: 0.95rem;
}

.knowledge-base .box .count {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #28a745;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}

.knowledge-base .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.tabs-search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.core-tabs .tab {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  background-color: #f2f2f2;
  font-weight: 500;
  transition: background-color 0.3s;
}

.core-tabs .tab.active {
  background-color: #0d6efd;
  color: #fff;
}

.search-field input {
  width: 250px;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 1.5rem;
}

.article-card {
  background-color: #f8f9fa;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.article-icon {
  margin-bottom: 1rem;
  color: #0d6efd;
}

.article-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.article-card p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}

.certifications-message {
  padding: 3rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #555;
}

.breadcrumb {
  font-size: 14px;
  color: #555;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
  margin-right: 5px;
}

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

.breadcrumb span {
  color: #333;
}
.faqs-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  height: 100%;
}

.faqs-box-top-header p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  font-size: 16px;
  font-weight: 500;
  background: #e1eafb;
  border-radius: 8px;
  padding: 12px 15px;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-question span {
  color: #333;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 15px;
  background: #fff;
  border-left: 3px solid #6c63ff; /* purple accent */
  animation: fadeIn 0.3s ease-in-out;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Chatbot Box */
.chatbot-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 400px;
  overflow: hidden;
}

.chatbot-header {
  background: #214265;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.chatbot-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
}

.chatbot-msg {
  max-width: 75%;
  padding: 10px 14px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.chatbot-msg.bot {
  background: #e4e4ff;
  color: #333;
  border-bottom-left-radius: 0;
  align-self: flex-start;
}

.chatbot-msg.user {
  background: #214265;
  color: #fff;
  border-bottom-right-radius: 0;
  align-self: flex-end;
}

.chatbot-input {
  display: flex;
  border-top: 1px solid #eee;
  padding: 8px;
  background: #fff;
}

.chatbot-input input {
  flex: 1;
  border: none;
  padding: 10px;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  background: #f3f3f3;
}

.chatbot-input button {
  background: #214265;
  color: #fff;
  border: none;
  margin-left: 8px;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.chatbot-input button:hover {
  background: #5a52d6;
}

.video-testimonial-section {
  background: #f7f9fc;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9; /* Keeps 16:9 ratio */
  overflow: hidden;
  border-radius: 8px;
  height: 450px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures video fills the box */
}

.video-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    padding-block-end: 15px;
    border-radius: 8px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
}


