:root {
    --section-background-1: #1e1e1e;
    --section-background-2: rgba(3, 2, 0, 0.2);
    --primary: #180134;
    --secondary: #4fd3d3;
    --third: #ffb81a;
    --fourth: #727272;
    --fifth: #a9a9a9;
    --sixth: #fcfcfc;
  }
  
  .third-color {
    color: var(--third) !important;
  }
  
  .fourth-color {
    color: var(--fourth) !important;
  }
  .fifth-color {
    color: var(--fifth) !important;
  }
  .sixth-color {
    color: var(--sixth) !important;
  }
  
  .fw-100 {
    font-weight: 100;
  }
  .fw-200 {
    font-weight: 200;
  }
  .fw-300 {
    font-weight: 300;
  }
  .fw-400 {
    font-weight: 400;
  }
  .fw-500 {
    font-weight: 500;
  }
  .fw-600 {
    font-weight: 600;
  }
  .fw-700 {
    font-weight: 700;
  }
  .fw-800 {
    font-weight: 800;
  }
  .fw-900 {
    font-weight: 900;
  }
  
  nav.navbar {
    padding: 10px 30px;
    background: rgba(3, 2, 0, 0.2);
    border-bottom: 1px solid rgba(249, 249, 232, 0.16);
  }

  img.img-custom {
    height: 160px;
    width: auto;
    object-fit: contain;    
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .theme-button .btn {
    color: #fcfcfc;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    text-decoration: none;
    padding: 0;
    position: relative;
    z-index: 1;
    line-height: 50px;
    display: inline-block;
    padding: 0 16px;
    box-shadow: none;
    outline: none;
    border: none;
  }
  
  .theme-button {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    opacity: 1;
  }
  
  .theme-button .btn:after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: #ffb81a;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  }
  
  .theme-button .btn:hover:after {
    width: 100%;
    border-radius: 30px;
  }
  
  .theme-button a.btn:hover {
    outline: none;
    text-decoration: none;
    box-shadow: none;
    background: transparent;
    border: none;
  }
  
  .heading-bg {
    position: relative;
    display: inline-block;
  }
  
  .heading-bg::before {
    content: "";
    position: absolute;
    left: -89px; /* Adjust spacing */
    top: 39%;
    transform: translateY(-50%);
    width: 200px; /* Adjust width */
    height: 200px; /* Adjust height */
    background-image: url("../images/Backdrop.svg"); /* Path to image */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .expert .banner-content h1.h1_title {
    font-size: 12px;
}

  .expert .banner-content h2.tagline {
    font-size: 48px;
}
  
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-text {
    color: white !important; /* Ensures navbar text is also white */
    font-size: 16px;
  }
  
  .navbar-light .navbar-toggler-icon {
    filter: invert(1); /* Makes the navbar toggler visible */
  }
  
  .custom-logo {
    display: block;
    margin: 0;
    max-width: 208px;
  }
  
  .section-wrapper {
    padding: 70px 0;
    overflow: hidden;
  }

  .section-wrapper.tab-title h2:before{
    display: block;
    content: '';
    width: 160px;
    height: 160px;
    background-image: url('https://www.digitxl.com.au/wp-content/themes/twenty-twenty-one-child/assets/images/title-before.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -70px;
    left: -90px;
    right: auto;
    z-index: 1;
    transform: rotate(270deg);
}
 
.section-wrapper .tab-title h2 {
  margin-bottom: 20px;
}

.section-wrapper .tab-title p {
  margin-bottom: 20px;
}

  /* Section CSS */
  .highlight-border {
    border: 1px solid #ffb81a;
    border-top: 0px;
    margin: 0px 20px;
    padding-top: 50px;
    margin-bottom: 150px;
  }
  
  .highlight-border div {
    border-radius: 20px;
  }
  
  .landing-cta-button {
    background: var(--third);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-weight: 300px;
    color: #000;
  }
  
  .text-bg-yellow {
    background: var(--third);
    position: relative;
    display: inline-block;
  }
  
  .text-bg-yellow::after {
    content: "";
    position: absolute;
    bottom: -20px; /* Move outside the span */
    left: -20px; /* Position fully outside the span */
    width: 20px; /* Image width */
    height: 20px; /* Image height */
    background: url("../images/yellow.svg") no-repeat center center;
    background-size: contain;
  }
  
  .landing-form-section {
    margin-bottom: -150px;
  }
  
  .landing-form input {
    border: 1px solid #c5c5c5;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 10px 0px;
  }
  
  /* tab css */
  div.tab-item {
    justify-items: center;
  }
 
/*   .section-wrapper .tab-content .tab-pane h3{
	font-size: 30px;	
} */

.tab-content .tab-pane p{
	font-size: 16px;	
}

.collaborate-tab-box span a{
	font-size: 16px;
}

.tab-content .tab-pane .load-tab-btn{
	background: transparent;
    color: #FFB81A;
    font-size: 18px;
    border: 1px solid #3F3215;
    border-radius: 30px;
}

.tab-content .tab-pane .load-tab-btn:hover{
    background-color: #FFB81A;
    color:#000;
    border: 1px solid #FFB81A;
    border-radius: 30px;
}

.tab-cta:hover svg .arrow {
    animation: arrow-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.tab-cta:hover svg .arrow-fixed {
    animation: arrow-fixed-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.tab-cta:hover svg polygon, .service .service-list a:hover svg path {
    transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    fill: #fff;
}

.tab-cta:hover span.arrow-black {
    fill: #ffb81a;
}

.load-tab-btn.arrow-after:hover::after {
  background: url("https://www.digitxl.com.au/wp-content/uploads/2025/02/b-arrow.svg") no-repeat center center !important;
  background-size: contain;
}

span.arrow-black {
    fill: white;
}

  ul.tab-head-area.nav {
    border: 1px solid #2b2b2b;
    width: fit-content;
    padding: 8px 10px;
    border-radius: 20px;
  }
  
  .tab-head-area .tab-head a {
    background: transparent;
    border: none;
    color: #8f8f8f;
    padding: 8px 20px;
    border-radius: 10px;
    width: max-content;
	font-weight:600;
  }
  
  body.is-dark-theme .tab-head-area .tab-head a.nav-link.active {
    color: #ffb819 !important;
    background: #232323 !important;
  }

  .tool-section .nav-link {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px; /* Adjust spacing */
  }

  .tool-section .nav-link::after {
      content: "";
      position: absolute;
      bottom: -25px; /* Adjust position */
      left: 50%;
      width: 0;
      height: 3px;
      background-color: #FFB819;
      transition: width 0.3s ease, left 0.3s ease;
      transform: translateX(-50%);
  }

  .tool-section .nav-link.active::after {
      width: 100%;
  }
  
  .collaborate-tab-box {
    padding: 30px;
    background: #18181880;
    border-radius: 24px;
  }

  .collaborate-tab-box img.img-full-width {
    width: 90%;
  }

  .collaborate-tab-box ul {
    padding-left: 20px;
  }

  .collaborate-tab-box ul li{
    list-style: disc;
  }

  .collaborate-tab-box hr{
    height: 0px;
  }

  .collaborate-tab-box a.cta-btn:hover {
    color:#FFB81A;
  }
  
  .gradient-box-top {
    position: relative;
    background: #1e1e1e;
    border-radius: 24px;
    padding: 20px;
  }
  
  .gradient-box-top::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(to bottom, #B37C004D 0%, #1e1e1e 57%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  
  .tab-count {
    color: #3d3d3d;
    font-size: 55px;
    font-weight: 500;
	transition: filter 0.3s ease-in-out;
  }

  .light-gradient:hover .tab-count {
	 color: #fff;
	 transition: filter 0.3s ease-in-out;
  }
  
  .arrow-after::after {
/*     content: ""; */
/*     display: inline-block; */
/*     width: 16px; */
/*     height: 13px; */
/*     margin-left: 5px;  */
/*     background: url("https://www.digitxl.com.au/wp-content/uploads/2025/02/af-arrow.svg") no-repeat center center; */
/*     background-size: contain; */
  }
  
  .tab-btn {
    color: white;
    line-height: 1.5;
  }
  .tab-btn:hover {
    color: var(--third);
    line-height: 1.5;
  }
  
  /* Collaborative Tab css  */
  ul.collaborative-head-area.nav {
    width: fit-content;
    padding: 8px 10px;
    border-radius: 20px;
    position:relative;
    z-index: 1;
  
  }
  
  .collaborative-head-area li.tab-head span {
    background: #232323;
    border: none;
    color: #8f8f8f;
    padding: 8px 20px;
    border: 1px solid #3a3a3a;
    border-radius: 100px;
  }
  
  .collaborative-head-area li.tab-head span.active {
    color: #fff;
    border: 1px solid #fff;
    background: #232323;
  }
  
  .collaborative-tab {
    padding: 30px;
    background: #212121;
    border-radius: 24px;
  }
  
  .collaborate-tab-box {
    padding: 30px;
    background: #18181880;
    border-radius: 24px;
  }
  
  .tool-img {
    height: 120px;
    width:auto;
    object-fit: contain;
    padding: 10px 20px;
    border: 1px solid #3a3a3a;
    border-radius: 20px;
    transition: filter 0.3s ease-in-out;
    align-content: center;
  }
  
  .tool-img:hover img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(88%) saturate(362%)
      hue-rotate(3deg) brightness(102%) contrast(102%);
    transition: filter 0.3s ease-in-out;
  }
  
  .box-bg{
    border-radius: 8px;
    border: 0px solid rgba(249, 249, 232, 0.16);
    background: linear-gradient(90deg, rgba(249, 249, 232, 1) 0%, rgba(253, 255, 255, 1) 70%);
    backdrop-filter: blur(7px);
    padding: 44px 8px;
    transition: background-color 700ms linear, color 700ms linear;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    align-self: stretch;
    box-shadow: 0px 1px 5px #b8791b;
  }
  
  .box-bg ul {
    padding: 0;
  }
  
  .box-bg ul li {
    border-radius: 30px;
    border: 0px solid #dcdcdc;
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    display: inline-block;
    background: #FFFEFC;
    padding: 16px;
    margin: 0 4px 4px 0;
  }
  
  /* Footer Css */
  .fit {
    width: fit-content;
  }
  
  .border-color1 {
    border: 1px solid rgba(252, 252, 252, 0.08);
  }
  
  .service-area {
    position: relative;
    padding-left: 25px;
  }
  
  .service-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px; /* Adjust arrow size */
    height: 16px;
    background: url("../images/m-arrow.svg") no-repeat center center;
    background-size: contain;
  }
  
  .top-foot-bg {
    background: url("../images/top-foot-bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
  }
  
  .top-footer {
    background: url("../images/cta-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding: 150px 80px;
    position: relative;
    z-index: 1;
  }
  
  .cta .cta-inner {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .cta .cta-button {
    text-align: right;
    position: relative;
    width: 320px;
    height: 320px;
  }
  
  .cta .cta-button a {
    color: #fcfcfc;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.163px;
    width: 320px;
    height: 320px;
    line-height: 320px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 9;
  }
  
  .cta-button .badge {
    --badge-size: 320px;
    --badge-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--badge-size);
    height: var(--badge-size);
    background: #000;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
    transition: all ease 0.5s;
  }
  
  .cta-button .badge__emoji {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.163px;
  }
  
  .cta-button .badge .badge__emoji .hover {
    display: block;
    margin: 0 auto;
    height: 0;
    transition: height 1s ease;
  }
  
  .adobe-location-box {
    padding: 10px 20px;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  
  .location-box {
    padding: 10px 20px;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  
  .product-box {
    padding: 10px 20px;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  
  .bg-adobe {
    background: url("../images/bg-adobe.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .ad-bg-adobe {
    background: url("../images/ad-bg1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 60px;
  }
  
  .blur-box {
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 30px 20px;
  }
  
  .cap-list li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #282727;
  }
  
  .cap-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    width: 12px;
    height: 12px;
    background-image: url("../images/y-cirlce.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
  }
  
  /* Media Query  */
  :root {
    --primarycolor: #ffb81a;
    --font-family: "Maison Neue";
    --secondarycolor: #a9a9a9;
    --text-white: #fcfcfc;
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .form-arrows img {
    position: absolute;
    right: 10.5%;
    top: 4%;
    z-index: 1;
  }
  .form {
    position: relative;
    z-index: 2;
  }
  .landing-cta-button {
    width: max-content;
  }
  .landing-form-text {
  }
  .section-wrapper-font {
    font-family: var();
  }
  
  .cta-button .badge:hover .badge__emoji .hover {
    height: 40px;
    transition: height 1s ease;
  }
  .cta-button .badge:hover .badge__emoji .hover,
  .cta-button .badge:hover .badge__char {
    visibility: visible;
    opacity: 1;
    outline: none;
  }
  .cta-button .badge .badge__emoji .hover {
    display: block;
    margin: 0 auto;
    height: 0;
    transition: height 1s ease;
  }
  
  .cta-button .badge:hover {
    --wpr-bg-709109d2-81f2-4734-a36f-99358758e009: url(https://www.digitxl.com.au/wp-content/themes/twenty-twenty-one-child/assets/images/cta-bg.svg);
  }
  .cta-button .badge:hover {
    background: #ffb81a var(--wpr-bg-709109d2-81f2-4734-a36f-99358758e009);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95%;
    color: black;
  }
  .hide-features {
    display: none;
  }
  
  .custom-bg {
    position: relative;
    display: inline-block;
  }
  .custom-bg::before {
    content: "";
    position: absolute;
    background-image: url('../images/backdrop-custom-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 324px;
    width: 391px;
    top: 6px;
    left: -94px;
    z-index: 0;
  
    /* border: 10px solid red; */
  }
  
  @keyframes identifier {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  .banner-img {
    position: absolute;
    top: 45rem;
    left: 42rem;
  }
  	
	.light-gradient  p {
		font-size: 18px;
	}

  /* BORDER LIGHT */
  .light-gradient {
    position: relative;
    border-radius: 24px;
    padding: 20px;
    color: white;
    overflow: hidden;
  }
  
  .light-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: linear-gradient(
        217deg,
        rgba(255, 0, 0, 0),
        rgba(255, 0, 0, 0) 10.71%
      ),
      linear-gradient(127deg, #B37C004D, rgba(0, 255, 0, 0) 10.71%),
      linear-gradient(336deg, #B37C004D, rgba(0, 0, 255, 0) 10.71%);
    padding: 1.5px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  .border-lg {
    border: none;
    border-right: 1px solid white;
  }
  
  .gradient-box-bottom {
    position: relative;
    border-radius: 24px;
    padding: 20px;
  }
  
  .gradient-box-bottom::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(to top, #B37C004D 20%, #1e1e1e 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  
  @media (max-width: 460px) {
    .form-arrows img {
      position: absolute;
      right: 13%;
      top: 8%;
      z-index: 1;
    }
    .change-font {
      font-size: 10px;
    }
    .margin-common {
      margin-top: 120px;
    }
    .form-cont {
      margin-top: 30px;
    }
    .banner-img {
      display: none;
    }
    .top-footer {
      padding: 35px 9px;
    }
    .cta .cta-button a {
      height: 130px;
      width: 130px;
      bottom: 20px;
      font-size: 1rem;
    }
  
    .cta-button .badge {
      --badge-size: 130px;
    }
    .badge-text {
      font-size: 10px;
    }
    .top-footer-font {
      font-size: 13px;
      width: 75%;
      /* margin-top: 20px; */
    }
  
    .footer-links {
      display: none !important;
    }
    .custom-scroll {
      display: flex;
      flex-wrap: nowrap !important;
      overflow-x: scroll !important;
      scrollbar-width: none;
    }

    .site-main ul li {
      font-size: 13px;
    }

    .section-wrapper .tab-content .tab-pane h3 {
      font-size: 20px;
    }

    .serviced-banner .banner-content h2.tagline, .serviced-banner .banner-content h1 {
      font-size: 34px;
      line-height: 44px;
    }

    .tool-img img {
        width: 60%;
    }

    .tool-section .nav-link::after {
      bottom: -5px;
    }
    
  }
  @media (min-width: 461px) and (max-width: 770px) {
    .banner-img {
      display: none;
    }
    .form-arrows img {
      display: none;
    }
    .top-footer {
      padding: 100px 50px;
    }
    .cta .cta-button a {
      height: 200px;
      width: 200px;
      bottom: 20px;
      font-size: 5rem;
    }
    .cta .ctabg h3 {
      font-size: 30px;
      line-height: 36px;
    }
  
    .cta-button .badge {
      --badge-size: 200px;
    }
    .badge-text {
      font-size: 10px;
    }
    .location-md {
      display: flex;
      border: none !important;
      gap: 20px;
      padding: 15px;
    }
    .border-lg {
      border-right: none;
    }
    .custom-scroll {
      display: flex;
      flex-wrap: nowrap !important;
      overflow-y: scroll !important;
      scrollbar-width: auto;
    }

    .tool-img img {
        width: 60%;
    } 

    .tool-section .nav-link::after {
      bottom: -5px;
    }

    .site-main ul li {
      font-size: 13px;
    }
    
    .section-wrapper .tab-content .tab-pane h3 {
      font-size: 20px;
    }

    .serviced-banner .banner-content h2.tagline, .serviced-banner .banner-content h1 {
      font-size: 34px;
      line-height: 44px;
    }
  }
  
  @media (min-width: 771px) and (max-width: 1025px) {
    .banner-img {
      display: none;
    }
    .form-arrows {
      display: none;
    }
    .custom-links ul {
      gap: 10px !important;
    }
    .site-main ul li {
      font-size: 13px;
    }
    .section-wrapper .tab-content .tab-pane h3 {
      font-size: 20px;
    }

    .serviced-banner .banner-content h2.tagline, .serviced-banner .banner-content h1 {
      font-size: 34px;
      line-height: 44px;
    }

    .tool-img img {
        width: 60%;
    }
    
    .tool-section .nav-link::after {
      bottom: -5px;
    }

  }
  