@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');



* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}



body {

    font-family: "Inter", sans-serif;

}



.navbar-innner {

    padding: 20px 0px;

    background-color: #fff;

}



.logo-images {

    width: 300px;

}



.sticky {

    position: fixed;

    top: 0px;

    width: 100%;

    z-index: 999;

    box-shadow: rgb(141 141 141 / 20%) 0px 1px 12px;

    background-color: rgb(255, 255, 255) !important;

    transition: all 0.4s ease-in-out 0s;

    padding: 20px 0px;

}



.menu-title {

    font-size: 19px;

    font-weight: 500;

    color: #000000;

    position: relative;

    margin: 0 15px;

}



.menu-title::after {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0%;

    height: 3px;

    background-color: #000;

    content: '';

    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}



.menu-title:hover:after {

    width: 100%;

}



.menu-title:hover {

    color: #000000;

}



.menu-title.active {

    color: #000000 !important;

}



.appointment-btn {

    padding: 15px 40px;

    background: linear-gradient(51deg, black, #777575);

    font-size: 15px;

    color: #fff;

    font-weight: 500;

    border: 0;

    transition: all 0.3s ease;

}



.appointment-btn:hover {

    color: #fff;

    background: #000;

}



.carousel-caption {

    display: flex;

    align-items: center;

    justify-content: start;

    top: 0;

    left: 0;

    right: 0;

    padding: 180px !important;

    text-align: start;

    width: 100%;

    height: 100%;

    background: linear-gradient(183deg, #000000, #0000001f);

    justify-content: center;

    text-align: center;

}

.banner-images {

    height: 89vh;

    object-fit: cover;

}

.banner-sub-title span {

    font-size: 15px;

    font-weight: 500;

    color: #fff;

    margin-bottom: 10px;

}



.banner-sub-title h1 {

    font-size: 67px;

    font-weight: 800;

    color: #fff;

    margin-top: 10px;

}



.banner-sub-title p {

    font-size: 18px;

    font-weight: 400;

    color: #fff;

    line-height: 32px;

}



.connect-btn-inner {

    padding: 17px 50px;

    border: 1px solid #fff;

    display: inline-block;

    margin-top: 30px;

    font-weight: 400;

    transition: all 0.5s ease-in-out;

    font-size: 16px;

    font-weight: 600;

    color: #fff;

    background: linear-gradient(51deg, black, #777575);

}



.connect-btn-inner:hover {

    background: #000;

    color: #fff;

}



.about-bg-images {

    padding: 106px 0;

}



.about-images-inner img {

    height: 800px;

    width: 100%;

    object-fit: cover;

}



.about-sub-title {

    padding-left: 50px;

}



.about-images-inner {

    position: relative;

    z-index: 0;

}



.about-sub-title span {

    font-size: 15px;

    font-weight: 500;

    color: #000000;

}



.about-sub-title h1 {

    font-size: 31px;

    font-weight: 700;

    color: #000;

    margin-top: 15px;

}



.about-sub-title p {

    font-size: 16px;

    font-weight: 400;

    color: #697582;

    line-height: 33px;

}



.about-sub-title p strong {

    color: #000;

}



.shap-images {

    position: absolute;

    top: 32%;

    z-index: -1;

    animation: jumpAni 7s linear infinite;

}



.about-btn {

    padding: 18px 40px;

    background: linear-gradient(51deg, black, #777575);

    color: #fff;

    border: 0;

    font-size: 15px;

    font-weight: 500;

    transition: all 0.3s;

    display: inline-block;

    margin-top: 20px;

}



.about-btn:hover {

    background: #000;

    color: #fff !important;

}



@keyframes jumpAni {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }



    40% {

        -webkit-transform: translateY(-30px);

        transform: translateY(-30px);

    }



    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

}



.sub-title {

    margin-bottom: 50px;

}



.sub-title h1 {

    font-size: 35px;

    font-weight: 700;

    text-align: center;

    color: #111;

}



.sub-title p {

    font-size: 16px;

    line-height: 31px;

    font-weight: 400;

    text-align: center;

    color: #697582;

}



.services-inner {

    padding: 100px 0 50px;

}



.entry-inner {

    display: flex;

    padding: 30px;

    background-color: #fff;

    position: relative;

    z-index: 0;

    margin-bottom: 20px;

    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);

    align-items: flex-start;

}



.item-icon {

    display: inline-block;

    text-align: center;

    position: relative;

    width: 100%;

    max-width: 80px;

    min-width: 80px;

    transition: all 0.3s;

    padding-bottom: 10px;

    text-align: left;

}



.item-icon::before {

    content: '';

    width: 80%;

    height: 19px;

    background-image: url(../images/icon-shadow.webp);

    position: absolute;

    bottom: 0;

    left: -10px;

    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);

    opacity: 0;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

}



.entry-inner:hover .item-icon img {

    transform: rotate(10deg) translateY(-14px);

}



.entry-inner img {

    transition: all 200ms linear 0ms;

    display: inline-block;

}



.entry-inner:hover .item-icon::before {

    opacity: 1;

}



.entry-title h3 {

    font-size: 20px;

    font-weight: 700;

    color: #111;

}



.entry-title p {

    font-size: 19px;

    font-weight: 400;

    color: #697582;

    line-height: 32px;

    margin-top: 10px;

    margin-bottom: 0;

}







.entry-title {

    margin-left: 20px;

}



.choose-images img {

    width: 100%;

}



.choose-title span {

    font-size: 18px;

    font-weight: 600;

    color: #0f5185;

}



.choose-title h1 {

    font-size: 35px;

    font-weight: 700;

    color: #111;

    line-height: 50px;

    font-family: "Roboto Slab", serif;

    margin-top: 10px;

}



.choose-title p {

    font-size: 15px;

    font-weight: 500;

    color: #697582;

    margin-top: 10px;

}



.lorem-btn {

    padding: 15px 50px;

    background: linear-gradient(51deg, black, #777575);

    ;

    display: inline-block;

    color: #fff;

    border: 0;

    font-size: 15px;

    font-weight: 500;

    margin-top: 20px;

    transition: all 0.3s ease-in-out;

}



.lorem-btn:hover {

    background: #000;

    color: #fff;

}







.video-bg-color {

    background: linear-gradient(51deg, black, #898989);

    padding: 100px 0;

}





.video-images img {

    width: 100%;

}



.video-images {

    position: relative;

}



.video-title {

    padding-left: 40px;

}



.video-title h1 {

    font-size: 42px;

    font-weight: 600;

    color: #fff;

    line-height: 58px;

    margin-bottom: 25px;

}





.video-list {

    display: flex;

    align-items: center;

    margin-bottom: 20px;

}



.video-list i {

    color: #fff;

    font-size: 25px;

}



.video-list h6 {

    font-size: 18px;

    color: #ffffffc9;

    font-weight: 400;

    margin-bottom: 0;

    margin-left: 10px;

    line-height: 28px;

}



.sub-title span {

    display: block;

    margin-bottom: 10px;

    font-size: 15px;

    font-weight: 600;

    color: #000;

    text-align: center;

}







.testimonials-inner {

    background-color: #fff;

    padding: 50px;

    position: relative;

    z-index: 0;

    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);

}



.testimonials-info i {

    color: #ffa41b;

    margin-bottom: 20px;

}



.testimonials-info p {

    margin-bottom: 40px;

    font-weight: 500;

    font-size: 20px;

    line-height: 32px;

    color: #697582;

}



.user-images img {

    border-radius: 50%;

}



.user-inner {

    display: flex;

    align-items: center;



}



.user-sub-title {

    width: 80%;

    margin-left: 15px;

}



.user-sub-title h3 {

    font-size: 20px;

    font-weight: 600;

    color: #000;

    margin-bottom: 0;

}



.user-sub-title h6 {

    font-weight: 500;

    font-size: 15px;

    line-height: 32px;

    color: #787878;

    margin-bottom: 0;

}



.testimonials-title span {

    display: block;

    margin-bottom: 10px;

    font-size: 15px;

    font-weight: 600;

    color: #000;

}



.testimonials-title h1 {

    font-size: 35px;

    font-weight: 700;

    color: #111;

}



.testimonials-title {

    padding-left: 40px;

}



.testimonials-title p {

    font-size: 15px;

    font-weight: 500;

    color: #697582;

}



.testimonials-title h6 {

    font-size: 16px;

    line-height: 32px;

    font-weight: 700;

    color: #111;

    margin-bottom: 20px;

}



.testimonials-item h2 {

    font-size: 32px;

    font-weight: 700;

    color: #000;

}



.list-inner {

    background-color: #fff;

    border: 1px solid #dddddd;

    margin-top: 20px;

    transition: all .3s ease-in-out;

}



.list-inner:hover {

    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);

}



.list-heading {

    background: transparent;

    border: 0;

    cursor: pointer;

    display: block;

    outline: none;

    padding: 20px 20px;

    position: relative;

    width: 100%;

}



.list-heading:before {

    background: #111;

    content: '';

    height: 2px;

    margin-right: 37px;

    position: absolute;

    right: 0;

    top: 50%;

    transform: rotate(-90deg);

    transition: all 0.2s ease-in-out;

    width: 14px;

}



.list-heading:after {

    background: #111;

    content: '';

    height: 2px;

    margin-right: 37px;

    position: absolute;

    right: 0;

    top: 50%;

    width: 14px;

}



.list-heading.active:before {

    transform: rotate(0deg);

}



.list-heading.active h2,

.list-heading:focus h2 {

    position: relative;



}



.list-heading h2 {

    font-size: 15px;

    text-align: start;

    font-weight: 500;

    letter-spacing: 1px;

    color: #000;

    margin-bottom: 0;

}



.list-text {

    display: none;

    overflow: hidden;

    padding: 20px;

    border-top: 1px solid #e5e5e5;

}



.list-text p {

    color: #000;

    margin-bottom: 30px;

    font-size: 15px;

    font-weight: 400;

    margin-bottom: 0;

}



.testimonials-bg-color {

    background-color: #0000001a;

    padding: 80px 0;



}



.newsletter-bg-color {

    background: linear-gradient(51deg, black, #898989);

    padding: 50px 0;

    border-bottom: 1px solid #ffffff2c;

}



.newsletter-title h1 {

    font-size: 38px;

    font-weight: 700;

    color: #fff;

}



.newsletter-title p {

    font-size: 16px;

    font-weight: 400;

    color: #fff;

    margin-bottom: 0;

    line-height: 32px;

}



.request-btn {

    padding: 18px 50px;

    background-color: #fff;

    color: #000;

    border: 2px solid transparent;

    font-size: 15px;

    font-weight: 500;

    margin-top: 20px;

    width: 100%;

    transition: all 0.3s ease-in-out;

    text-decoration: none;

    display: inline-block;

}



.request-btn:hover {

    background-color: transparent;

    border: 2px solid #fff;

    color: #fff;

}



.footer-bg-color {

    background: linear-gradient(51deg, black, #898989);

    padding: 50px 0;

}



.footer-title p {

    font-size: 16px;

    font-weight: 400;

    color: #ffffffb4;

    line-height: 28px;

    margin-top: 20px;

}



.social-media-icon {

    display: flex;

    align-items: center;

    margin-top: 20px;

}



.social-media-icon a {

    font-size: 15px;

    color: #000;

    margin-right: 20px;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    border: 1px solid transparent;

    background-color: #fff;

    justify-content: center;

}



.social-media-icon a:hover {

    color: #fff;

    border: 1px solid #fff;

    background-color: transparent;

}



.footer-list h3 {

    font-size: 20px;

    font-weight: 500;

    color: #fff;

}



.footer-list {

    font-size: 15px;

    font-weight: 400;

    color: #ffffffad;

}



.footer-list:hover {

    color: #fff;

}



.footer-info h3 {

    font-size: 20px;

    font-weight: 500;

    color: #fff;

    margin-bottom: 20px;

}



.footer-item {

    display: flex;

    align-items: center;

    font-size: 16px;

    font-weight: 500;

    color: #ffffffad;

    margin-bottom: 20px;

}



.footer-item:hover {

    color: #fff;

}



.footer-item i {

    color: #fff;

    font-size: 18px;

    margin-right: 10px;

}

.footer-item a{
    text-decoration: none;
    color: #ffffffad;
}

.connect-form-inner {

    padding: 30px 50px;

    background-color: #fff;

    position: relative;

    z-index: 0;

    margin-bottom: 20px;

    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);

}



.connect-label {

    font-size: 16px;

    font-weight: 600;

    color: #000;

}



.connect-input {

    width: 100%;

    border: 1px solid #ddd;

    padding: 15px 20px;

    margin-top: 10px;

    font-size: 16px;

    font-weight: 500;

    color: #111;

    margin-bottom: 20px;

    outline: 0;

}



.connect-inner {

    padding: 30px;

    background-color: #fff;

    position: relative;

    z-index: 0;

    display: flex;

    align-items: center;

    margin-bottom: 40px;

    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);

}



.connect-icon {

    width: 60px;

    height: 60px;

    background: linear-gradient(51deg, black, #02020242);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 17px;

}



.connect-title h3 {

    font-size: 20px;

    font-weight: 700;

    color: #000;

}

.connect-title a{
    color: #697582;
    text-decoration: none;
}

.connect-inner p {

    font-size: 14px;

    font-weight: 500;

    color: #697582;

    margin-bottom: 0;

}



.connect-title {

    width: 80%;

    margin-left: 18px;

}



.connect-info {

    padding-left: 50px;

}



.send-btn {

    padding: 15px 50px;

    background: linear-gradient(51deg, black, #777575);

    color: #fff;

    border: 0;

    font-size: 15px;

    font-weight: 500;

    margin-top: 20px;

    transition: all 0.3s ease-in-out;

}



.send-btn:hover {

    background:#000;

    color: #fff;

}



.services-title span {

    font-size: 18px;

    /*font-weight: 500;*/

    /*color: #697582*/

}



.services-title h1 {

    font-size: 30px;

    color: #000000;

    margin-top: 10px;

    font-weight: 700;

}



.services-title p {

    font-size: 18px;

    font-weight: 400;

    color: #878787;

    line-height: 32px;

}



.services-title p strong {

    color: #000;

}



.started-btn {

    padding: 15px 50px;

    background: linear-gradient(51deg, black, #777575);

    color: #fff;

    border: 0;

    font-size: 15px;

    display: inline-block;

    font-weight: 500;

    margin-top: 20px;

    transition: all 0.3s ease-in-out;

}



.started-btn:hover {

    background: #000;

    color: #fff;

}



.about-title-inner h1 {

    font-size: 35px;

    font-weight: 700;

    color: #111;

    margin-bottom: 30px;

}



.about-title-inner p {

    font-size: 16px;

    font-weight: 500;

    color: #878787;

    line-height: 34px;

}



.about-list {

    font-size: 16px;

    font-weight: 500;

    color: #878787;

    line-height: 28px;

}



.about-title-inner {

    padding-left: 50px;

}



.testimonials-card {

    margin: 30px 10px;

    background-color: #fff;

    padding: 28px 70px;

    position: relative;

    z-index: 0;

    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);

}



.testimonials-card p {

    font-size: 18px;

    font-weight: 500;

    color: #878787;

    text-align: center;

    line-height: 32px;

    margin-bottom: 25px;

}



.user-inner-item {

    text-align: center;

}



.user-img img {

    width: 60px;

    height: 60px;

    margin: 0 auto;

    display: block !important;

    border-radius: 50%;

}



.user-title {

    margin-top: 10px;

}



.user-title h3 {

    font-size: 19px;

    font-weight: 600;

    color: #000;

    margin-bottom: 0;

}



.user-title p {

    font-size: 18px;

    font-weight: 500;

    color: #697582;

    margin-bottom: 0;

}



.choose-inner {

    padding: 40px;

    background-color: #fff;

    z-index: 0;

    margin-bottom: 20px;

    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);



}



.choose-inner h3 {

    font-size: 21px;

    font-weight: 700;

    color: #000000;

    text-align: center;

}



.choose-inner p {

    font-size: 19px;

    font-weight: 400;

    color: #777575;

    text-align: center;

    margin-top: 20px;

    margin-bottom: 0;

}

/*......................custom 24-09-2025.......*/
/***********  Start Pagination ***********/
  /* Center the pagination */
.pagination {
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Style the page links */
.page-link {
  color: #000; /* Bootstrap primary */
  border-radius: 50% !important;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* Hover effect */
.page-link:hover {
  background-color: #e9ecef;
  color: #0a58ca;
}

/* Active page */
.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* Disabled state */
.page-item.disabled .page-link {
  background-color: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
}

/* Put the numbers inside a centered flex box */
nav[aria-label="Pagination"] a,
nav[aria-label="Page navigation"] a {
  text-decoration: none;
}

/* Basic pager list */
.pager,
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Each page item */
.pagination li,
.pager li {
  margin: 0 4px;
}

/* Each page link */
.pagination a,
.pager a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    border-radius: 10%;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #000;
    font-weight: 500;
    transition: background-color .2s, color .2s;
    padding-left: 10px;
    padding-right: 10px;
}

/* Hover */
.pagination a:hover,
.pager a:hover {
  background-color: #e9ecef;
  color: #0a58ca;
}

/* Active */
.pagination .active a,
.pager .active a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* Disabled */
.pagination .disabled a,
.pager .disabled a {
  background-color: #f1f1f1;
  color: #aaa;
  cursor: not-allowed;
}

/* default link look */
.page-link {
  color: #0d6efd;
  border-radius: .25rem; /* small pill */
  margin: 0 4px;
  padding: .375rem .75rem; /* normal padding */
}

/* number links (digits only) round */
.page-link[data-page] {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; /* no extra padding */
}

/* active */
.page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.page-link {
  color: #0d6efd;
  border-radius: 50rem; /* pill shape */
  margin: 0 4px;
  padding: .375rem .75rem; /* auto width for text */
}

/* active */
.page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.page-link {
  border-radius: 50rem; /* pill */
  padding: .375rem .75rem;
}


/* Center the pagination */
.pagination {
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Default page link (pills for text links) */
.page-link {
  color: #0d6efd;
  border-radius: 50rem;           /* pill shape */
  margin: 0 4px;
  padding: .375rem .75rem;        /* auto width for text */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  text-decoration: none;
}

/* Make numeric links round circles */
.page-link[data-page] {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  padding: 0;
}

/* Hover effect */
.page-link:hover {
  background-color: #e9ecef;
  color: #0a58ca;
}

/* Active page */
.page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

/* Disabled state */
.page-item.disabled .page-link {
  background-color: #f1f1f1;
  color: #aaa;
  cursor: not-allowed;
}

/* Center the pagination */
.pagination {
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Default pill look for text links (First, Prev, Next, Last) */
.page-link {
  color: #0d6efd;
  border-radius: 50rem;       /* pill shape */
  margin: 0 4px;
  padding: .375rem .75rem;    /* auto width for text */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  text-decoration: none;
}

/* Round circles for numbers */
.page-link[data-page] {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  padding: 0;
}

/* Hover */
.page-link:hover {
  background-color: #e9ecef;
  color: #0a58ca;
}

/* Active */
.page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

/* Disabled */
.page-item.disabled .page-link {
  background-color: #f1f1f1;
  color: #aaa;
  cursor: not-allowed;
}

/***********  End Pagination ***********/


/*************** Todo **************/
/* Remove default list style */
.todo-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Make each todo item a flex container */
.todo-list li {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Push delete icon to the right */
    padding: 8px;
    border-bottom: 1px solid #eee; /* Optional separator */
}

/* Checkbox + text container */
.todo-list li .todo-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
}

/* Delete icon styling */
.todo-list li .tools {
    cursor: pointer;
    color: #dc3545; /* Red color */
    font-size: 16px;
}

.todo-list li .tools:hover {
    color: #a71d2a;
}

/* Completed style */
.todo-list li.done .text {
    text-decoration: line-through;
    color: #6c757d;
}

/*************** Todo **************/

.menu-sub-title strong{
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
}
.menu-sub-title {
    text-align: center;
}

.list-tab {
    background: #dddddd61;
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    transition: all 0.7s;
}
.list-tab:hover{
    background: #000;
    color: #fff;
}
.list-tab i{
    margin-right: 8px !important;
}
.list-tab.active{
    background: linear-gradient(51deg, black, #777575) !important;
    color: #fff !important;
}
.sub-card {
    padding: 30px;
    background-color: #fff;
    z-index: 0;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);
    align-items: flex-start;
    border: 1px solid #dddddd85;
}
.sub-title-info h1{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.sub-title-info p{
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0;
}
.file-sub-title{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.flie-title{
        font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.flie-card {
    background-color: #fff;
    border: 1px solid #d7dce3;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.flie-name-title {
    margin-left: 10px;
}
.flie-name-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.flie-name-title p {
    font-size: 12px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0;
}
.flie-menu {
    border: 0;
    background-color: transparent;
    font-size: 19px;
    color: #000;
}
.dropdown-item {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 10px 15px;
}
.delete-inner {
    color: red;
}

.flie-list-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 15px 20px !important;
}

.p-20 {
    padding: 15px 20px !important;
}
.flie-name-title {
    margin-left: 10px;
}
.flie-name-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2B2F38;
    margin-bottom: 5px;
}
.flie-name-title h6 {
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0;
}
.table {
    vertical-align: middle;
}
.upload-btn {
    text-decoration: none;
    background: linear-gradient(51deg, black, #777575) !important;
    color: #fff !important;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    transition: all 0.7s;
    border: 0;
    border-radius: 0;
}
.upload-btn i{
    margin-right: 8px;
    font-size: 14px;
}
.todo-input{
    border: 1px solid #ddd !important;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    outline: 0;
    width: 80%;
}
.submit-btn-inner {
    background: linear-gradient(51deg, black, #777575) !important;
    color: #fff !important;
    padding: 16px 37px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    /* margin-bottom: 15px; */
    transition: all 0.7s;
    border: 0;
}

.servie-btn{
        background: linear-gradient(51deg, black, #777575) !important;
    color: #fff !important;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    transition: all 0.7s;
    border: 0;
}
.servie-btn i{
    margin-right: 5px;
}

.message-title{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

/*.....................................user chat*/
.user-chat-topbar {
    border-bottom: 1px solid #ededed;
    background-color: #fff;
    padding: 20px 28px;
}
.user-chat-images {
    display: flex;
    align-items: center;
}
.user-status-inner {
    position: relative;
}
.user-status-inner img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.user-status-info {
    width: 10px;
    height: 10px;
    background-color: #0ab39c;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    left: 26px;
    bottom: 0px;
}
.user-info {
    width: 88%;
    margin-left: 10px;
}
.user-info h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.user-info p {
    font-size: 12px;
    font-weight: 500;
    color: #878787;
    margin-bottom: 0;
}

.user-chat-body {
    background: url(../images/chat-bg-pattern.png);
    overflow: hidden scroll;
    height: 54vh;
    background-color: #fff;
    padding: 24px;
}
.conversation-list {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}
.chat-title {
    margin-left: 17px;
    width: 90%;
    margin-bottom: 20px;
    display: flex
;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}
.chat-title p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    margin-bottom: 0;
    display: inline-block;
}
.chat-title h5 {
    font-size: 12px;
    font-weight: 500;
    color: #878a99;
    margin-top: 10px;
    margin-bottom: 0;
}
.conversation-info {
text-align: end;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.conversation-info p {
    border-radius: 3px;
    background-color: #e8e8e8;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding: 12px 20px;
    text-align: end;
    margin-bottom: 0;
}
.conversation-info h5 {
    font-size: 12px;
    font-weight: 500;
    color: #878a99;
    margin-top: 10px;
    margin-bottom: 0;
}
.conversation-info i {
    color: #0ab39c;
}
.chat-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.user-footer {
    background-color: #fff;
    padding: 36px 20px;
    border-top: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
}
.message-input {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #495057;
    background-color: #f3f6f9;
    border: 0;
    outline: 0;
    margin-left: 10px;
}

.send-btn-inner {
    padding: 0;
    font-size: 15px;
    width: 43px;
    height: 43px;
    background: linear-gradient(51deg, black, #777575);
    color: #fff;
    border: 0;
    border-radius: 2px;
    margin-left: 10px;
}
.sub-card-inner{
        padding: 50px;
    background-color: #fff;
    z-index: 0;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px 0px rgba(42, 54, 79, 0.02), 0px 2px 4px 0px rgba(42, 54, 79, 0.02), 0px 4px 8px 0px rgba(42, 54, 79, 0.02), 0px 0px 20px 0px rgba(42, 54, 79, 0.08);
    align-items: flex-start;
    border: 1px solid #dddddd85;
}
.cancel-btn
{
    background:#6c757d!important;
    color: #fff !important;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    transition: all 0.7s;
    border: 0;
}

.username-wrapper {
    position: relative;
}

#availability_status {
    display: block;        /* make it always occupy full width */
    min-height: 18px;      /* reserve space for text */
    font-size: 13px;
    margin-top: -10px;     /* optional: pull it closer to the input */
}

.sign-title h1{
    font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.table-inner{
    border: 1px solid #ddd;
}
.table-bg-color {
    background-color:#f5f5f5;
}

.digit-input {
    width: 100%;
    height: 45px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #e5e5e540;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    color: #272727;
    transition: all 0.7s;
}


.login-forgot-title {
    text-align: end;
}


.row.align-items-stretch > [class*="col-"] {
  display: flex;
}


.pl-0{
    padding-left: 0;
}


#tdsResult .card {
  border-radius: 12px;
}
#tdsResult .card-header {
  border-radius: 0px; 
}
.bg-primary{
    background-color: #000 !important;
}

.position-relative { position: relative; }
.toggle-password {
    position: absolute;
    top: 42px;
    right: 22px;
    cursor: pointer;
    color: #888;
}
.toggle-password:hover {
    color: #333;
}

.mr-5{
    margin-right: 5px;
}

.form-control:focus{
    border-color: none;
    box-shadow: none;
}


/*......................blog 24-09-2025.......*/


.col-lg-4.d-flex {
    display: flex;
}
.blog-card {
    border: 1px solid #ddd;
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

 .row.align-items-start {
    display: flex;
    flex-wrap: wrap;
}


.about-order {
    display: flex;
    flex-direction: column;
}

.blog-title {
     margin-top: 20px;
    margin-top: 15px;
    flex-grow: 1; /* makes description area expand to fill space */
}


.blog-title h1{
    font-size: 25px !important;
    font-weight: 600 !important;
   color: #000 !important;
}
  
.blog-title p {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #878787 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* show max 3 lines */
    -webkit-box-orient: vertical;
}

.blog-card {
    border: 1px solid #ddd;
    padding: 12px; 
}


.blog-title p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* max 3 lines */
    -webkit-box-orient: vertical;
}

.read-toggle {
    color: #007bff;   /* Bootstrap link color */
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

.read-toggle:hover {
    text-decoration: underline;
}
 
 .menu-title.active::after {
  width: 100%;
}



/* Priority Badges */
.badge-success {
    background-color: #28a745 !important; /* Green for Low */
    color: #fff !important;
    font-weight: 600;
}

.badge-info {
    background-color: #17a2b8 !important; /* Blue for Medium */
    color: #fff !important;
    font-weight: 600;
}

.badge-warning {
    background-color: #ffc107 !important; /* Yellow for High */
    color: #212529 !important; /* Dark text for readability */
    font-weight: 600;
}

.badge-danger {
    background-color: #dc3545 !important; /* Red for Urgent */
    color: #fff !important;
    font-weight: 600;
}

/* Add a little spacing between badges */
.todo-content .badge {
    margin-left: 5px;
    border-radius: 0.4rem;
    padding: 4px 8px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Optional: make the flag icon slightly smaller and aligned */
.todo-content .badge i {
    font-size: 11px;
    line-height: 1;
}

/* Optional: subtle glowing effect for "Urgent" to grab attention */
.badge-danger {
    position: relative;
    animation: pulseGlow 1.5s infinite alternate;
}

@keyframes pulseGlow {
    from { box-shadow: 0 0 5px rgba(220, 53, 69, 0.4); }
    to   { box-shadow: 0 0 12px rgba(220, 53, 69, 0.8); }
}

/* ==== Custom Checkbox Styling ==== */
.todo-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
    outline: none;
}

/* Hover effect */
.todo-list input[type="checkbox"]:hover {
    border-color: #000;
    background-color: #f2f2f2;
}

/* Checked State */
.todo-list input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
}

/* Checkmark (✔) Icon */
.todo-list input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    transition: all 0.2s ease;
}

/* Animate checkmark when checked */
.todo-list input[type="checkbox"]:checked::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

/* When completed (text line-through already applied) */
.todo-list li.done .text {
    color: #888;
    text-decoration: line-through;
    transition: color 0.3s ease;
}

/* Optional: subtle fade on hover of todo item */
.todo-list li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}


    /* Custom style for due date badge */
    .badge-primary {
        background-color: #000 !important; /* light blue background */
        color: #fff !important;           /* dark blue text */
        font-weight: 500;
    }
    .badge-primary i {
        color: #fff; /* darker blue for calendar icon */
    }
 
 /* Solid badge stays red */
.badge-due {
    background-color: #dc3545 !important;
    color: #fff !important;
    font-weight: 600;
}

/* Only the inner date text blinks */
.blink {
    animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}



.tools i {
    margin-left: 10px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s ease;
}
.tools i:hover {
    color: #fff;
}

.modal-content {
    border-radius: 10px;
    overflow: hidden;
}
.modal-body textarea {
    resize: none;
}


.note-item {
    position: relative;
    transition: background 0.2s ease-in-out;
}

.note-item:hover {
    background-color: #f8f9fa;
}

.delete-note {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #dc3545;
    cursor: pointer;
    display: none;
    font-size: 14px;
}

.note-item:hover .delete-note {
    display: inline;
}

.delete-note:hover {
    color: #b30000;
}


.note-added-by-profile-pic{
    width: 35px;
    height: 35px;
    object-fit: cover;
    margin-right: 10px;
    margin-top: 5px;
}

.note-content p{
    padding-bottom: 0;
    margin-bottom: 0;
}