/* START: RESET CSS for Summernote Content */
.summernote-content * {
  margin: initial;
  padding: initial;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
/* Make swiper slides stretch equally */
.featured-service-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* Card must stretch full slide height */
.featured-service-slider .service_default {
    display: flex;
    height: 100%;
}

/* Flex column already correct */
.featured-service-slider .service_details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Make all swiper slides equal height */
.provider-slider .swiper-pagination {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    display: inline-flex !important;
    gap: 6px;
    width: auto !important;
}

.provider-slider .swiper-slide {
    height: auto;
    display: flex;
}

.provider-slider .service_default {
    height: 100%;
    display: flex;
}

.provider-slider .service_details {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.provider-slider .service-desc {
    min-height: 70px;
}
/* Pagination base dots */
.provider-slider .swiper-pagination-bullet {
    background-color: #ffd6b3; /* light orange */
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

/* Active dot */
.provider-slider .swiper-pagination-bullet-active {
    background-color: #ff7a00; /* dark orange */
    width: 10px;
    height: 10px;
}
/* Center pagination dots */
.provider-slider .swiper-pagination {
    text-align: center;
}
.provider-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gigs-sidebar .seller-widgets ul li{
      justify-content: flex-start !important;
}
span.last.h6{
  margin-left: 12px;
}
.row{
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: padding-left: calc(var(--bs-gutter-x) * .5);
}
p{
  color: #000;
  line-height: 2;
}
.summernote-content article,
.summernote-content aside,
.summernote-content details,
.summernote-content figcaption,
.summernote-content figure,
.summernote-content footer,
.summernote-content header,
.summernote-content hgroup,
.summernote-content menu,
.summernote-content nav,
.summernote-content section {
  display: block;
}

.summernote-content i,
.summernote-content span,
.summernote-content a {
  display: inline;
}

/* END: RESET CSS for Summernote Content */

/* START: UL, OL style for summernote content */
.summernote-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.summernote-content ul li {
  list-style: disc;
}

.summernote-content ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.summernote-content ol li {
  list-style-type: decimal;
}

/* END: UL, OL style for summernote content */

/* START: TABLE style for summernote content */
.summernote-content .table td,
.summernote-content .table th {
  font-size: 14px;
  border-top-width: 0px;
  border-bottom: 1px solid;
  border: 1px solid #ebedf2 !important;
  padding: 0 25px !important;
  height: 60px;
  vertical-align: middle !important;
  color: #000;
}

/* END: TABLE style for summernote content */

/* START: BLOCKQUOTE style for summernote content */
.summernote-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* END: BLOCKQUOTE style for summernote content */

/* START: PRE, CODE style for summernote content */
.summernote-content code,
.summernote-content kbd,
.summernote-content pre,
.summernote-content samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.summernote-content pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* END: PRE, CODE style for summernote content */

/*custom css kv-30-04*/

/*.custom-author-deatils{
  align-items: center;
}
.author .author-img img{
  width: 200px !important;
}
.author-deatils {
  background: #7e3200;
  color: #fff;
}*/
.custom-author-deatils-header {
  height: 180px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.custom-author .author .author-img img{
    height: 100%;
    width: 100%;
    border-radius: 50% !important;
    border: 16px solid white;
}
@media (max-width: 1200px) {
  .custom-author .author .author-img img{
    border: 12px solid white;
  }
}
@media (max-width: 767px) {
  .custom-author .author .author-img img{
    border: 8px solid white;
    }
}
@media (max-width: 450px) {
  .custom-author .author .author-img img{
      width: 120px;
  }
}

.custom-author{
  position: relative;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  padding: 10px 0px 20px !important;
}
.custom-author figure.author-img {
    position: absolute;
    z-index: 222;
    top: -25%;
    left: 8.5%;
    width: 164px;
    height: 164px;
    overflow: hidden;
    border-radius: 50%;
}

@media (max-width: 1024px) {
  .custom-author figure.author-img {
        width: 154px;
    height: 154px;
  }
}
.custom-author figure.author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
  .custom-author figure.author-img {
      top: 0;
  }
}
@media (max-width: 767px) {
  .custom-author figure.author-img {
        top: -37%;
        left: 2%;
        width: 130px;
        height: 130px;
  }
  .consumer_img{
    top: -10% !important;
  }
}
@media (max-width: 450px) {
  .custom-author figure.author-img {
      top: -13%;
      left: 1%;
      height: 120px;
  }
    .consumer_img{
    top: -1% !important;
  }
}
.custom-author-info{
  margin-top: 0px;
  padding-top: 28px;
  padding-left: 125px;
}
@media (max-width: 991px) {
  .custom-author-info{
    padding-left: 37%;
  }
}
@media (max-width: 767px) {
  .custom-author-info{
    padding-left: 3%;
  }
}
.seller-area .tabs-navigation .nav{
  gap: 18px;
}
.widget-seller-details .author {
  align-items: start;
}
.company_deatils .widget-seller-details{
  padding: 10px;
}
.company_deatils .widget-seller-details .author .author-img {
  width: 60px !important;
}
.company_deatils .widget-seller-details .author .author-info h6 {
  font-size: 16px !important;
}
/*.company_deatils .widget-seller-details .author .btn  {
  font-size: 14px !important;
}*/
.widget-seller-details .author-img img{
  border-radius: 50px !important;
}
.company_deatils .author-info p,.company_deatils .company-info-tags .chips{
  font-size: 14px;
}
.company_deatils .info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.company_deatils .company-info p {
  margin-bottom: 0;
}
.company_deatils  .info-label {
  font-weight: 600;
  color: #333;
}
.company_deatils  .company-info {
  max-width: 600px;
  margin: 30px auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .custom-author-deatils-header {
    height: 150px;
  }
  .company_deatils{
    margin-top: 100px !important;
  }
}
/*alpesh bhai css*/
.custom-author-info .company-info-tags {
  padding-top: 2px;
  max-height: 77px;
  overflow: hidden;
  max-width: 633px;
}  
.custom-author-info .company-info-tags .chips {
  display: inline-block;
  color: var(--text-medium);
  padding: 5px 8px;
  border: 1px solid var(--border-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  margin-bottom: 8px;
  margin-right: 10px;
}
.typ-14Medium {
  font-weight: 500;
}
/*custom candidate css 02-05-2025 */
.candidate_deatils .custom-author figure.author-img {
  position: relative;
  z-index: 222;
  top: 0;
}

.candidate_deatils .custom-author-info {
  margin-top: 0;
}
.candidate_deatils .custom-author .author .author-img img {
  border-radius: 10px !important;
}
.candidate_deatils .fa-phone{
  transform: rotate(90deg) !important;
}
.candidate_deatils p{
  font-size: 14px;
  color: #443d3dfa !important;
}
.candidate_deatils .author-deatils.d-inline-block.mt-2.pe-3 {
  width: 50%;
  border-right: 1px solid #eaeaea;
}
.candidate_deatils .custom-author{
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.candidate_deatils .seller-area{
  border-radius: 8px;

}
.candidate_deatils .pdf-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  /*max-width: 620px;*/
  /*margin: 10px auto;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.candidate_deatils .pdf-header {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ddd;
}
.candidate_deatils .pdf-header i {
  font-size: 24px;
  color: #0d6efd;
}
.candidate_deatils .pdf-filename {
  font-weight: 600;
}
.candidate_deatils .pdf-viewer {
  height: 500px;
  border: none;
  width: 100%;
}
#pdf-page-container {
  width: 600px; /* or any fixed width you want */
  margin: 0 auto;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  cursor: grab;
}
#pdf-page-container:active {
  cursor: grabbing;
}
canvas {
  width: 100% !important;  /* Force canvas to fit container width */
  height: auto !important;
  transform-origin: top left;
  transition: transform 0.2s ease;
}
.nav-buttons {
  text-align: center;
  margin: 20px 0;
}
.nav-buttons button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.nav-buttons button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
@media screen and (max-width: 450px){
  .candidate_deatils .author-deatils.d-inline-block.mt-2.pe-3 {
    width: 100%;
    border-right: 0px solid #eaeaea;
  }
  #pdf-page-container {
    width: 300px;
  }.nav-buttons button {
    margin: 10px;
  }
  .custom-author-info {
    margin-top: 40px !important;
  }
}
/*services provider css*/
.services_provider .btn-lg{
  text-transform: unset !important;
}
/*.img-thumb {
  /*height: 150px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
  }
  .img-thumb:hover {
  transform: scale(1.03);
  }*/
  .certificate span.d-inline-block {
    font-size: 14px;
  }
  .certificate{
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }


  .job-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .job-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .company-name {
    font-size: 1rem;
    color: #555;
  }
  .job-meta i {
    margin-right: 6px;
  }
  .tags span {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 5px 12px;
    margin-right: 5px;
    font-size: 0.8rem;
  }
  .btn-apply {
    background-color: #0d6efd;
    color: white;
  }
  .btn-apply:hover {
    background-color: #0b5ed7;
  }

  .section-title {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .award-title {
    font-weight: 600;
    font-size: 1.1rem;
  }
  .award-org {
    color: #555;
  }
  .award-date {
    color: #888;
    font-size: 0.9rem;
  }
  .award-description {
    margin-top: 4px;
  }
.form-control:is(:focus, :focus-visible) {
    border-color: #efefefe !important;
}
/*kv 28-05-2025 Home page css*/
.category-area_v2.custom_count .item{
  width: 228px !important;
}
.badge-light-gray {
  background-color: #e9ecef;
  color: #333;
  text-transform: capitalize;
}

@media only screen and (max-width: 768px) {

  .category-area_v2.custom_count .item {
    width: 100% !important;
  }
}
.container.my-4 .job-card{
  padding: 20px !important;
}

.service-card-equal {
    height: 100%;
    display: flex;
}

.service-card-equal .service_details {
    flex: 1;
}

.service-card-equal .btn {
    height: 44px;              /* same button height */
    display: flex;
    align-items: center;
    justify-content: center;
}
.author a {
    font-size: 13px;
    font-weight: 500;
    color: #ff6a00;
}