/* Webflow Slider core styles */
.w-slider {
  text-align: center;
  clear: both;
  background: #ddd;
  height: 300px;
  position: relative;
}
.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}
.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.w-slider-nav {
  z-index: 2;
  text-align: center;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav-invert > div {
  background-color: #2226;
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
/* Add any custom slide-specific styles you need here */
.hero-one-section {
  position: relative;
  border-radius: 25px;
}
.hero-one-slide {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-one-content {
  text-align: left;
  color: #fff;
  max-width: 50%;
}
.hero-one-title {
    font-size: 90px !important;
    font-weight: 700;
    color: #fff;
    line-height: 90px !important;
    margin: 10px 0 20px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #041f394d;
}
.hero-one-desc {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
.hero-one-slide .button-link{
  text-decoration: none!important;
  color: #fff;
}
.subtitle-head {
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 20px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    position: relative;
}
.container.hero-container {
    border-radius: 25px;
    align-items: center;
    min-height: 100%;
    display: flex;
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.swiper-button-next, .swiper-button-prev{
  display: none!important;
}
.hero-one-section .swiper-pagination{
  position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    background-color: #ffffff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    flex-flow: column;
    justify-content: flex-end;
    max-width: 50px;
    min-height: 140px;
    padding: 0 37px 30px 18px;
    right: 0 !important;
    display: flex;
    left: unset!important;
    inset: 50% 0 auto auto;
    transform: translate(0, -90%);
}
.hero-one-section .swiper-pagination-bullet{
      width: 20px !important;
    height: 20px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 991px) {
  .hero-one-title {     font-size: 30px !important;line-height: 30px !important; }
  .hero-one-desc { font-size: 18px; }
  .hero-one-content{
    max-width: 100%;
  }
    .swiper-slide{
    background-position: center center;
  }
  .hero-one-slide{
       height: 65vh;
  }
}
@media (max-width: 767px) {
 .hero-one-title {     font-size: 30px !important;line-height: 30px !important; }
  .hero-one-desc { font-size: 18px; }
  .hero-one-content{
    max-width: 100%;
  }
  .swiper-slide{
    background-position: center center;
  }
  .hero-one-slide{
       height: 65vh;
  }
}


.service-gallery.service_v_slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin: 60px 0;
  overflow: hidden;
}

.service-gallery.service_v_slide .service-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  /*overflow-x: auto;
  scroll-behavior: smooth;*/
  padding: 12px 0;
  will-change: transform;
}

.service-gallery.service_v_slide .service-row::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}

.service-gallery.service_v_slide .service-card {
  position: relative;
  min-width: 40%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(60,80,140,0.08);
  cursor: pointer;
  transition: transform 0.22s cubic-bezier(.37,.01,.78,.96);
}

.service-gallery.service_v_slide .service-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.38s cubic-bezier(.37,.01,.78,.96);
}
.service-gallery.service_v_slide .service-card:hover img {
  transform: scale(1.10);
}

/*.service-gallery.service_v_slide .service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18,39,57,0.82);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.24s cubic-bezier(.37,.01,.78,.96);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
}*/

.service-gallery.service_v_slide .service-overlay {
  position: absolute;
  inset: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* align left for slide-in */
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  transition: none; /* overlay always visible, no fade */
}

.service-gallery.service_v_slide .service-info-slide {
  background: #fff;
  color: #122739;
 padding: 30px 28px;
    border-radius: 20px;
    min-width: 40%;
    margin-left: 50px;
  box-shadow: 0 4px 24px rgba(60,80,140,0.10);
  transform: translateX(-60%) scale(0.98);
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(.37,.01,.78,.96),
    opacity 0.25s cubic-bezier(.37,.01,.78,.96);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* pointer-events: auto; */
}

.service-gallery.service_v_slide .service-card:hover .service-info-slide {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.service-gallery.service_v_slide .service-name {
  font-size: 1.2em;
  margin-bottom: 4px;
  font-weight: 600;
  color: #008cf0;
}

.service-gallery.service_v_slide .service-cat {
  font-size: 0.97em;
  opacity: 0.75;
  margin-top: 2px;
  color: #0491eb;
}
.service-gallery.service_v_slide .service-cat a{
  text-decoration: none;
  color: #5a6872;
  font-size: 0.97em;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .service-gallery.service_v_slide .service-card {
    min-width: 48vw;
  }
  .service-gallery.service_v_slide .service-row {
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .service-gallery.service_v_slide .service-card {
    min-width: 86vw;
  }
  .service-gallery.service_v_slide {
    gap: 22px;
  }
}

.h-text-slide{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.h-text-slide p{
    background-color: #008cf0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 330px;
    text-align: center;
    height: 330px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 30px;
    line-height: 35px;
    display: flex;
}


/*Blog*/

.custom-blog-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    padding: 0;
    margin: 0 -10px;
}
.custom-blog-card {
    background: #fff;
    border-radius: 24px;
    /* box-shadow removed */
    overflow: hidden;
    width: calc((100% - 64px) / 3);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
    position: relative;
    border: 1px solid #f0f0f0;
}
.custom-blog-card:hover .custom-blog-card-img {
    transform: scale(1.10);
}
.custom-blog-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 24px!important;
    transition: transform 0.35s cubic-bezier(.32,.88,.53,1.29);
    will-change: transform;
}
.custom-blog-card-date {
    background: #fff;
    color: #3b6edc;
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    right: 24px;
    bottom: 0;
    padding: 8px 20px 8px 20px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: none; /* Remove shadow */
    letter-spacing: 0.05em;
}
.custom-blog-card-body {
    padding: 40px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}
.custom-blog-card-title {
    font-size: 24px;
    line-height: 30px;
    color: #041f39;
    font-weight: 600;
    margin: 0 0 16px 0;
    line-height: 1.3;
}
.custom-blog-card-meta {
    font-size: 13px;
    color: #041f39;
    letter-spacing: 0.04em;
    font-weight: 500;
    margin-bottom: 4px;
    opacity: 0.7;
    text-transform: uppercase;
}
/* Responsive: 2 per row on tablets, 1 per row on mobile */
@media (max-width: 1100px) {
    .custom-blog-card {
        width: 48%;
    }
}
@media (max-width: 700px) {
    .custom-blog-card {
        width: 98%;
    }
    .custom-blog-card-date {
        right: 10px;
    }
}


.custom-page-banner {
        display: flex;
        border-radius: 32px;
        overflow: hidden;
        background: #f7fafd;
        min-height: 320px;
        margin-bottom: 32px;
        align-items: stretch;
        box-shadow: none;
    }
    .custom-page-banner-content {
        flex: 1.1 1 0;
        display: flex;
        align-items: center;
        padding-left: 4vw;
        padding-right: 2vw;
        background: rgba(247,250,253,0.32);
        min-width: 180px;
    }
    .custom-page-banner-content h1 {
        font-size: 2.8rem;
        color: #0b2240;
        font-weight: 700;
        margin: 0;
    }
    .custom-page-banner-image {
        flex: 2 1 0;
        background-position: center;
        background-size: cover;
        min-height: 320px;
        min-width: 220px;
    }
    @media (max-width: 900px) {
        .custom-page-banner {
            flex-direction: column-reverse;
            border-radius: 24px;
        }
        .custom-page-banner-image, .custom-page-banner-content {
            min-height: 150px;
            padding: 24px 10vw;
        }
    }



    /* Broadcust */


    /* Container */
.provider-orders {
    margin: 20px 0;
    max-height: 600px; /* approx 5 orders */
    overflow-y: auto;
    padding-right: 10px;
}

/* List style reset */
.orders-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each Order */
.order-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Header */
.order-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Products */
.order-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-thumb {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #eee;
}

.product-name {
    font-size: 14px;
    color: #333;
}

/* Actions */
.order-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.accept-btn, .reject-btn {
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.accept-btn {
    background: #4CAF50;
    color: #fff;
}

.accept-btn:hover {
    background: #43a047;
}

.reject-btn {
    background: #f44336;
    color: #fff;
}

.reject-btn:hover {
    background: #d32f2f;
}

/* Responsive */
@media (max-width: 600px) {
    .order-header {
        flex-direction: column;
        gap: 5px;
    }
    .order-actions {
        flex-direction: column;
    }
    .product-item {
        flex-direction: row;
    }
}
a.no-lightbox {
    pointer-events: auto !important;
}
