:root {
  --bricks-color-bfjcgp: #fa5560;
  --bricks-color-rmttnh: #b14bf4;
  --bricks-color-fpbfbh: #4d91ff;
}
.p-80 {
padding: 80px 0;
}
/* header */
#biz_mobile_nav,
#biz_mobile_nav_hide {
    display: none;
}
.bf-header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    transition: background-color 0.3s ease;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#masthead.bf-header-wrapper.scrolled {
  background-color: rgba(0, 0, 0, 0.9);
}
.site-branding {
    display: flex;
    align-items: center;
    gap: 15px;
}
.site-branding img {
    max-width: 150px;
}
.site-branding-text p.site-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 12px;
    color: #fff;
}
.site-branding-text p.site-description {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
#header-menu {
    display: flex;
    gap: 14px;
}
#header-menu li {
    padding: 10px 5px;
}
#header-menu li a {
    color: #fff;
    line-height: 14px;
}
.scrolled img.ic_primary_logo,
img.ic_secondary_logo {
    display: none;
}
.scrolled img.ic_secondary_logo {
    display: block;
}

#header-menu li.menu_item_children:hover .ic-mega-menu {
    display: block;
}
#header-menu li.menu_item_children:hover a:after {
    opacity: 1;
}
#header-menu li.menu_item_children a {
  position: relative;
}
#header-menu li.menu_item_children a:after {
    position: absolute;
    content: "↓";
    right: -11px;
    top: 0;
    opacity: 0.3;
}

#header-menu li.menu_item_children:hover .ic-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
#header-menu li a:focus {
    outline: 0;
}
/* mega menu */
.ic-mega-menu {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%) translateY(20px); /* add Y offset for slide effect */
  background: #fff;
  width: 90%;
  border-radius: 16px;
  padding: 24px 24px 9px 24px;

  /* Hidden by default */
  opacity: 0;
  visibility: hidden;

  /* Smooth transition */
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.bf-mega-menu-items ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.bf-mega-menu-items ul li a, 
#header-menu .bf-mega-menu-items ul li a h4,
.bf-mega-menu-items ul li a p {
    color: #313131;
}
.bf-mega-menu-items ul li a p {
    font-size: 14px;
    line-height: 22px;
    padding-left: 22px;
}
#header-menu .bf-mega-menu-items ul li a h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.bf-mega-menu-items ul li {
    width: 32.33%;
    margin-bottom: 15px;
    padding: 0;
}
#header-menu .bf-mega-menu-items ul li {
    padding: 0;
}
.bf-mega-menu-items ul li a {
    padding-right: 25px;
    display: block;
}
/* hero */
.bf-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bf-hero-wrapper {
    padding-top: 80px;
    background-position: top center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 1;
}
.bf-hero-intro {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 80px 0;
    color: #fff;
}
.bf-hero-intro h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bf-hero-intro p {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: 20px;
}
.bf-primary {
    background: linear-gradient(175deg, rgba(255, 255, 255, 0.35) -94.09%, rgba(255, 255, 255, 0.00) 154.53%);
    display: inline-block;
    padding: 13px 50px;
    font-weight: 500;
    color: #fff;
    border-radius: 60px;
    transition: all 0.3s ease-in-out;
}
.biz-hero-primary .bf-primary:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.bf-primary:hover {
/*     box-shadow: 0 0 2px rgb(255 255 255 / 0.8) inset, 0px 0px 15px 0px rgb(255 255 255 / 33%); */
	box-shadow: 0px 0px 5px 0px rgba(161, 128, 255, 0.8), 0px 0px 15px 0px rgb(255 255 255 / 33%);
}
.bf-hero-intro .bf-absolute {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.bf-hero-row {
    position: relative;
    z-index: 1;
}
.bf-hero-card-inner {
    background: linear-gradient(81deg, #DB519E 13.83%, #B14BF4 49.5%, #6E7BFC 85.32%) padding-box, linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)) border-box;
    text-align: center;
    margin-right: 10px;
    padding: 10px 15px
}
.bf-hero-card-inner h3 {
    font-size: 18px;
}
.bf-hero-card {
    padding-top: 200px;
    padding-bottom: 0;
}
.biz-hero-card {
    max-width: 355px;
    height: 326px;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 7.27%, rgba(255, 255, 255, 0.02) 92.73%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(27px);
    padding: 16px;
    position: absolute;
}
.biz-hero-card.bf-hero-left {
    left: -8%;
    top: 20%;
    transform: rotate(15deg);
}
.biz-hero-card.bf-hero-right {
    right: -5%;
    top: 20%;
    transform: rotate(-15deg);
    height: 285px;
}
.biz-hero-card.bf-hero-right video {
    border-radius: 29px;
}
.elementor .bf-hero-left img {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 29px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 29px;
}
.bf-hero-left,
.bf-hero-right {
  will-change: transform;
  transition: transform 0.3s ease-out;
}
.biz-single-slide, .elementor .biz-single-slide img {
    border-radius: 7px;
}
.elementor .biz-hero-services-fig img {
    border-radius: 7px;
}
/* hero 2 */
.biz-hero-primary .row {
    align-items: center;
}
.biz-hero-cards {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
}
.biz-hero-cards .biz-hero-card {
    max-width: max-content;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 14px;
    padding: 10px 10px 5px 10px;
}
.biz-hero-cards .biz-hero-card video {
    border-radius: 7px;
}
.biz-hero-primary {
    position: relative;
    background: #fff;
    padding-bottom: 80px;
}
.biz-hero-primary:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/bf-hero-grid.svg);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.biz-hero-primary h1 {
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
}
.biz-hero-primary h1 span {
    font-weight: 800;
   background: linear-gradient(90deg, var(--bricks-color-bfjcgp) 0%, #fff 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;   
}
#hero_services {
  color: #5409DA;
  font-weight: 600;
  white-space: nowrap;
  border-right: 2px solid #5409DA;
  padding-right: 5px;
  animation: blink 0.8s infinite;
}

@keyframes blink {
  0%, 100% { border-color: transparent; }
  50% { border-color: #5409DA; }
}

/* trusted companies */
.biz-trusted-company {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
}
.biz-trusted-company .biz-single-company {
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 15px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.biz-trusted-company .biz-single-company img {
    width: 100%;
    height: auto;
    max-width: 145px;
    margin: 0 auto;
}


/* we offer */
.biz-bg-primary {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
}
.biz-intro h2 {
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.biz-intro {
    margin-bottom: 30px;
}
.biz-single-service h3 {
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.biz-single-service {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 24px;
    transition: all 0.15s ease-in-out;
    position: relative;
}
.biz-single-service a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.biz-single-service p {
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.biz-single-service h3 span {
    border: 6px solid #b14bf400;
    transition: all 0.15s ease-in-out;
    background-color: #1c212a;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 22px;
    text-align: center;
}
.biz-single-service h3 span img {
    width: 16px;
}
.biz-single-service:hover {
    background: linear-gradient(#0e1011, #0f1012) padding-box, linear-gradient(to bottom, #db519e47, #b14bf452, #6e7bfc2b) border-box;
	border-radius: 22px;
	box-shadow: 2px 2px 9px 3px rgba(161, 128, 255, 0.30);
}
.biz-single-service:hover h3 span {
    transform: rotate(45deg);
    background: linear-gradient(81deg, #DB519E 13.83%, #B14BF4 49.5%, #6E7BFC 85.32%) padding-box, linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)) border-box;
    border: 6px solid #b14bf40d;
}
.biz-service-steps .biz-single-service p {
    display: block;
}

/* page banner */
.biz-breadcrumb ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0;
}
.biz-breadcrumb ul li a {
    color: #fff;
}
.biz-breadcrumb ul li {
    font-size: 14px;
}
.biz-page-banner {
    padding: 145px 0 80px 0;
}
.biz-page-banner .col {
    max-width: 800px;
    margin: 0 auto;
}
.biz-page-banner {
  background: linear-gradient(
    135deg,
    var(--bricks-color-bfjcgp) 0%,
    var(--bricks-color-rmttnh) 50%,
    var(--bricks-color-fpbfbh) 100%
  );
  color: #fff;
  text-align: center;
}
.biz-page-banner .col h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}
.biz-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}
/* request form */
.biz-input-cols {
    display: flex;
    gap: 15px;
}
.biz-input-cols .biz-input-single {
    width: 50%;
    margin-bottom: 15px;
}
.biz-input-single input,
.biz-input-single textarea,
.biz-input-single select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
}
.biz-request-form form {
    padding: 30px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}
.biz-input-col {
    column-count: 2;
}
.biz-single-check {
    margin-bottom: 10px;
}
.biz-service-col h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.biz-service-col {
    margin-bottom: 20px;
}
.biz-input-single label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.biz-input-single.checkbox label {
    display: inline-block;
    margin-bottom: 0;
}
.biz-input-single.checkbox {
    margin: 20px 0;
}
.biz-input-single.checkbox label input {
    width: auto;
}
.biz-input-checks {
    column-count: 2;
    margin: 20px 0;
}
.biz-input-checks label {
    display: block;
    line-height: 36px;
}
/* popup */
#bf-request-form { max-width: 700px; margin: auto; }
.biz-input-single { margin-bottom: 20px; }
.biz-error { color: red; font-size: 14px; }
.bf-popup {
  position: fixed; inset: 0; background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999;
}
.bf-popup-content {
  background: #fff; padding: 30px; border-radius: 8px;
  position: relative; text-align: center;
}
.bf-popup-content .bf-close {
  position: absolute; top: 10px; right: 15px;
  font-size: 24px; cursor: pointer;
}
div#form-loading {}

form#biz-project-request-form {
    position: relative;
}

div#form-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313131;
    font-size: 30px;
    font-weight: bold;
}
div#thankyou-popup {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.popup-content {
    max-width: 500px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 900;
    color: #000;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 14px;
}

.popup-content p {
    font-size: 18px;
    font-weight: 500;
}
.popup-content .bf-primary {
    background: rgba(0, 0, 0, 0.8);
}

/* services page*/
.bf-service-fig img {
    border-radius: 16px;
}
.bf-services-list {
    height: 280px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.bf-services-list::-webkit-scrollbar {
    width: 6px;
}
.bf-services-list::-webkit-scrollbar-track {
    background: transparent;
}
.bf-services-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.bf-service-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: block;
    color: #fff;
}
.bf-service-item h3 {
    font-size: 20px;
}
.bf-services-list {
    padding: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 7.27%, rgba(255, 255, 255, 0.02) 92.73%);
    border-radius: 16px;
}
.elementor .bf-service-fig img {
    border-radius: 16px;
}
.bf-services-cta {
    margin-top: 20px;
}
.bf-services-cta .bf-primary {
    padding: 13px 25px;
}
.bf-btn-transparent {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s;
    transform: rotate(0);
}
.bf-services-cta .bf-btn-transparent {
    margin-left: 15px;
}
.bf-btn-transparent span img {
    transition: transform 0.4s ease-in-out;
}
.bf-btn-transparent:hover span img {
    transform: rotate(45deg);
}
.biz-intro h2 span,
.biz-choose-text span,
#header-menu .bf-mega-menu-items ul li a h4 {
    font-weight: 800;
   background: linear-gradient(81.02deg, var(--bricks-color-bfjcgp) -23.47%, var(--bricks-color-rmttnh) 45.52%, var(--bricks-color-fpbfbh) 114.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent;    
}
#header-menu .bf-mega-menu-items ul li a h4 {
    display: flex;
}
.biz-work-with .biz-single-service h3 {
    margin-bottom: 0;
    justify-content: center;
}
/* service detail */
.elementor .biz-tech-list hr {
    margin: 10px 0;
    background-color: #ccc;
}
.biz-features-section {
  padding: 80px 0;
  background-color: #f9fbff;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}
.biz-feature-grid {
  justify-content: center;
}
.biz-feature-item {
    margin-bottom: 20px;
}
.biz-feature-item {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  border-left: 4px solid #4e71ff; /* your brand color */
}
.biz-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.biz-tech-list {
    background: linear-gradient(
    135deg,
    var(--bricks-color-bfjcgp) 0%,
    var(--bricks-color-rmttnh) 50%,
    var(--bricks-color-fpbfbh) 100%
  );
    text-align: center;
    padding: 30px;
    border-radius: 14px;
    margin-top: 50px;
}
.biz-tech-list h3 {
    margin-bottom: 10px;
}
.biz-services-page-list .biz-single-service h3 {
    justify-content: start;
    gap: 10px;
}
.biz-services-page-list .biz-single-service h3 img,
#header-menu .bf-mega-menu-items ul li a h4 img {
    transition: all 0.4s;
}
.biz-services-page-list .biz-single-service:hover h3 img,
#header-menu .bf-mega-menu-items ul li a:hover h4 img {
    transform: rotateY(360deg);
}
.biz-services-page-list .biz-single-service p {
    display: block;
}
.biz-services-page-list .biz-single-service {
    padding: 40px 10px 40px 30px;
    cursor: default;
    background: rgba(255, 255, 255, 0.05);
}
.biz-services-page-list .biz-single-service a {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 30px;
    color: #f9f9f9;
    margin-top: 25px;
    width: auto;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.4s;
    display: inline-block;
    height: auto;
}
.biz-services-page-list .biz-single-service a:hover {
    box-shadow: 2px 2px 9px 3px rgba(161, 128, 255, 0.30);
}

.biz-service-detail-work-with .biz-single-service {
    background: rgba(255, 255, 255, 0.05);
}


/* work process */
.biz-process-section {
  padding: 100px 0;
  background: #fff;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 60px;
}
.biz-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    align-items: center;
    border-radius: 12px;
    padding: 10px 15px;
}
.biz-step:last-child {
    margin-bottom: 0;
}
.step-number {
  width: 40px;
  height: 40px;
  background: #4e71ff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}

.step-content h4 {
    color: #313131;
    font-size: 20px;
    font-weight: 800;
}

.step-content p {
  color: #555;
  font-size: 15px;
}


/* cta */
.biz-bg-secondary {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;

}
.biz-bg-secondary2 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.biz-contact-cta h2, .biz-contact-cta p {
    margin-bottom: 20px;
}

/* testimonial */
.biz-testimonial-wrapper {
    /* background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 80px 0; */
}
.biz-testi-text {
    background: #333;
    padding: 15px 30px;
    border-radius: 15px;
}
.biz-testi-card {
    position: relative;
    left: -120px;
}
.biz-testi-card p {
    font-size: 18px;
    margin-bottom: 15px;
}
.biz-testi-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.biz-testi-author h3 {
    font-size: 18px;
}
.biz-testi-author span {
    font-size: 14px;
}
.biz-testi-text svg {
    width: 50px;
}
.elementor .biz-testi-fig img {
    border-radius: 15px;
}
.biz-testimonial-wrapper .slick-track {
    display: flex;
    align-items: center;
}
/* faq */
.biz.accordion-button {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: background 0.3s ease;
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    border: none;
}

.biz.accordion-button:not(.collapsed),
.accordion-body {
  background: linear-gradient(
    81.02deg,
    var(--bricks-color-bfjcgp) -23.47%,
    var(--bricks-color-rmttnh) 45.52%,
    var(--bricks-color-fpbfbh) 114.8%
  );
  color: #fff;
  box-shadow: none;
}

.biz.accordion-button:focus {
  box-shadow: none;
}

.biz.accordion-button::after {
  filter: brightness(0) invert(1);
  flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.biz-accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8)
}
.biz-accordion-header {
border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.biz-accordion-item:first-child button, .biz-accordion-item:last-child button {
    border-radius: 10px 10px 0 0;
}

.biz-accordion-item:last-child button.collapsed {
    border-radius: 0 0 10px 10px;
}
.biz-accordion-item:last-child button {
    border-radius: 0;
}
.biz-accordion-item:last-child .accordion-collapse .accordion-body{
    border-radius: 0 0 10px 10px;
}
.biz-accordion-item .accordion-body a {
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}
/* why choose */
section.biz-choose-wrapper.biz-bg-secondary {
    padding-top: 0;
}

.biz-choose-text h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
}

.biz-single-card {background: rgba(0, 0, 0, 0.9);padding: 15px;margin-bottom: 30px;border-radius: 16px;}

.biz-single-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 800;
    display: flex;
    gap: 10px;
}

.biz-single-card h3 span {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.biz-single-card h3 span img {
    width: 100% !important;
    max-width: 20px;
}
.biz-choose-text {
  position: sticky;
  top: 100px; /* Adjust based on your header height */
}

/* blog */
.biz-blog-posts a.biz-blog {
    margin-bottom: 20px;
}
.elementor .biz-blog img {
    width: 100%;
    border-radius: 8px;
    transition: all 0.4s;
}
.biz-blog h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
}
.biz-blog {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 15px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
}
.biz-blog-fig {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.biz-blog-fig .biz-blog-meta {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #313131;
    font-weight: 500;
    border-radius: 0 0 8px 8px;
}
.biz-blog-fig .biz-blog-meta span {
    font-size: 14px;
}
.biz-blog-fig img {
    transition: all 0.4s;
    width: 100%;
    border-radius: 8px;
}
.biz-blog:hover img {
    transform: scale(1.1);
    border-radius: 8px 8px 50px 50px;
}
.biz-blog-page .biz-blog {
    margin-bottom: 24px;
}
.navigation.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.navigation.pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}

.navigation.pagination .current {
    background: #333;
    color: #fff;
    border-color: #333;
}
.biz-blog-single h2, 
.biz-blog-single img, 
.biz-blog-single p, 
.biz-blog-single h3, 
.biz-blog-single ul {
    margin-bottom: 20px;
}
.biz-blog-single p {
    line-height: 34px;
}
.biz-blog-single ul {
    list-style: disc;
    line-height: 32px;
}
.biz-blog-single img {
    border-radius: 7px;
}
.biz-blog-single h2:first-child {
    margin-bottom: 0;
}
/* footer */
.biz-single-footer h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.biz-single-footer form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.biz-single-footer form input[type="checkbox"] {
    margin-bottom: 10px;
}
.biz-footer-wrapper a:focus {
    outline: 0;
}
.biz-single-footer form label {
    font-size: 14px;
    margin-bottom: 10px;
}
.biz-single-footer form {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 20px;
}
.biz-social ul img {
    max-width: 50px;
}
.bf-quick-contect li a {
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}
.bf-quick-contect li a span img {
    max-width: 20px;
    width: 100%;
}
.bf-quick-contect li {
    margin-bottom: 10px;
}
.bf-quick-contect {
    padding: 0;
    margin-top: 40px;
}
.biz-footer-nav {
    padding: 0;
}
.biz-footer-nav li a {
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.4s;
    left: 0;
}
.biz-footer-nav li a:hover {
    left: 5px;
}
.biz-social {
    margin-top: 30px;
}
.biz-social ul {
    display: flex;
    padding: 0;
    gap: 10px;
}
.biz-social ul li a img {
    max-width: 20px;
    width: 100%;
}
.biz-bottom-footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 20px 0;
}
.biz-copyright {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.biz-copyright ul {
    display: flex;
    gap: 15px;
}
.biz-copyright ul li a {
    color: #fff;
}
/* portfolio */
.elementor .biz-single-project img {
    border-radius: 12px;
}
.biz-single-project {
    position: relative;
    margin-bottom: 24px;
}
.biz-single-project h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 12px 12px;
    padding: 20px 0px;
    color: #313131;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.4s ease-in-out;
}
.biz-single-project span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 60%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.biz-single-project:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* z-index: -1; */
    border-radius: 14px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.biz-single-project:hover:after {
    opacity: 1;
}
.biz-single-project:hover h3 {
    opacity: 0;
}
.biz-single-project:hover span {
    opacity: 1;
}

/* about */
.mission-text h2, .mission-text p {
    margin-bottom: 20px;
}
.mission-text ul {
    padding: 0;
}
.mission-text ul li {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}
.mission-text ul li strong {
    max-width: 190px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.biz-about-story .timeline-item {
    margin-bottom: 30px;
}
.biz-about-story .timeline-item h4 {
    margin-bottom: 20px;
}
.biz-about-story .timeline-item:last-child {
    margin-bottom: 0;
}
/* 404 page */
.error-404.not-found,
.no-results.not-found {
    padding: 120px 30px 70px 30px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
}
.no-results.not-found .page-content p {
    margin: 20px 0;
}
.no-results.not-found .page-content input {
    height: 40px;
    padding: 0px 15px;
}
/* search results */
.biz-search-wrapper {
    padding-top: 70px;
}
.biz-search-wrapper img {
    max-width: 400px;
    margin: 20px 0;
}
.biz-search-wrapper article {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
/* default page */
.biz-page-content p, 
.biz-page-content h2, 
.biz-page-content h3, 
.biz-page-content ul,
.biz-page-content ol {
    margin-bottom: 20px;
}
.biz-page-content {
    padding: 60px 0;
}
.biz-page-content ul li {
    list-style: disc;
    line-height: 34px;
}
.biz-page-content ol li {
    line-height: 34px;
}
/* default page  end*/
/* sample projects */
.biz-projects-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.biz-project-item {
    width: 32%;
}
.biz-project-item h3 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    text-align: center;
    background: rgba(0, 0, 0, 1);
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.biz-project-item div {
    position: relative;
    z-index: 1;
}
.biz-project-item div span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: 16px;
    opacity: 0;
}
.biz-project-item div:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.4s;
}
.biz-project-item div img {
    border-radius: 10px;
}
.biz-project-item:hover div:after, 
.biz-project-item:hover span {
    opacity: 1;
}
@media (max-width: 991px) {
    .biz-simple-projects-wrapper .container {
        max-width: 100%;
    }
}
@media (max-width: 780px) {
    .biz-project-item {
        width: 48%;
    }
}
@media (max-width: 480px) {
    .biz-project-item {
        width: 100%;
    }
}
/* sample projects end */
.biz-hero-row {
	height: calc(100vh - 160px);
}