:root {
    --primary-red: #e00000;
    --primary-blue: #0F0049;
    --body-text: #091E42;
    --white-color: #fff;
}

.steps-sec-wrap {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
}

.action-btns{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
}
.author-wrap {
    padding-top: 1.5rem !important;
}
.nccr p {
    text-align: center;
    font-size: 12px;
    color: #808080;
    margin-top: -25px;
}
.white-80{
    color: rgba(255, 255, 255, .8);
}
.sy_banner_info h1 {
    color: var(--white-color);
}
.btn-gredientblue{
    background: #FFF;   
    color: #fff;
    padding: 14px 28px;
    border-radius: 48px;
    border: none;
    font-size: 18px;
    color: #000;    
    border: 1px solid transparent;
}
.btn-gredientblue:hover{
     border: 1px solid #FFF; 
}
.knowbtn{
      border: 1px solid #FFF;   
    color: #fff;
    padding: 14px 28px;
    border-radius: 48px;
    font-size: 18px;
    color: #fff; 
}
.knowbtn:hover{
    background-color: #fff;
    color: #000;
}
.pay-gw-service-list li i {
    font-weight: normal;
    font-size: 20px;
    color: #f75c3a;
}
.navbar .nav-light{
    background-color: rgba(9, 9, 9, .95);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 16px;
}
.section-heading h2{
    color: #000;
}

header.main-header {
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.sy_banner_info {
    position: relative;
    z-index: 9;
}

.aiart-hero-right img {
    width: 44%;
}

.progress-container {
    width: 100%;
    background: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress-bar {
    height: 8px;
    background: #4bb128;
    width: 0%;
    transition: width 0.3s ease;
}

.question {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    text-align: left;
}

.options { display: flex; flex-direction: column; }
        .option-label {
            display: flex;
            align-items: center;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin: 5px 0;
            background: #f9f9f9;
            cursor: pointer;
            font-size: 16px;
        }
        input[type="radio"] { display: none; }
        input[type="radio"]:checked + .option-label {
            border-color: #3258bf;
            color: #3258bf;
            background: #3563c117;
        }

        .navigation {
            display: flex
        ;
            justify-content: space-between;
            margin-top: 20px;
        }

        .nav-button {
            padding: 10px 35px;
            border: 1px solid #175cff;
            background: white;
            color: #175cff;
            border-radius: 50px;
            font-size: 14px;
            cursor: pointer;
        }
        .nav-button:disabled {
          background: #e5e5e5;
          border-color: #e5e5e5;
          cursor: not-allowed;
          color: #adadad;
        }
        .next {
            background: #175cff;
            color: white;
        }

        .email-container {
            display: none;
            margin-top: 20px;
        }
        .email-container input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
        }
        .discord-btn {
            font-size: 18px;
            padding: 12px 32px;
        }

        section.blog-details {
            margin-top:100px;
        }

        .blog-details-wrap h1 {
            font-size: 35px;
            margin: 32px 0 20px;
            line-height: 50px;
            font-weight: 700;
            color: #000;
        }
        .recent_bog h3{
            color: #000;
        }
        .post-by-user {
            margin-bottom: 12px;
            font-size: 16px;
            color: #757575;
        }

        .post-by-user span {
            color: #10103b;
        }

        .nav-outline-btn {
            font-size: 15px;
            text-decoration: none;
            font-weight: 500;
            padding: 12px 20px;
            color: #10103b;
            border: solid 1px;
            background: #fff;
        }

        .nav-outline-btn:hover {
            background: #10103b;
            border: solid 1px #10103b;
            color: #fff;
        }

        .ca-two-card-content h6 {
            font-weight: normal;
            font-size: 14px;
            background-color: #eee;
            padding: 4px 12px;
            border-radius: 24px;
            display: inline-block;
        }

        ul.fn_tag {
            display: flex;
            gap: 6px;
            margin: 15px 0px 0px;
            padding: 0px;
        }

        ul.fn_tag li {
            list-style: none;
            background: #4169e126;
            padding: 3px 10px;
            font-size: 13px;
            color: #4169e1;
            border-radius: 50px;
            font-weight: 500;
        }
        .tm_action {
            border-top: solid 1px #ddd;
            margin: 15px 0 0px;
            padding-top: 15px;
        }
        a.vdl {
            font-weight: 500;
        }

        .api-table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px auto;
      background: white;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .api-table th, .api-table td {
        padding: 6px 15px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }

    .api-table th {
      background-color: #404040;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
    font-weight: normal;
    }

    .api-table td 
    {
        font-family: 'Courier New', Courier, monospace;
    }

    ol.content-list_nm li {
        margin: 10px 0px;
    }
    ol.content-list_nm {
        margin: 0px;
        padding: 0px 0 0 18px;
    }

    .endpoint {
      font-family: 'Courier New', Courier, monospace;
      background: #ecf0f1;
      padding:1px 8px;
      border-radius: 5px;
      display: inline-block;
    }

    .output {
      font-size: 0.95em;
      color: #555;
    }

    /* .metrics-container {
        max-width: 600px;
        margin: auto;
      } */
  
      .metric {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 15px;
      }
  
      .bar {
        width: 4px;
        height: 100%;
        background: linear-gradient(to bottom, #7c3aed, #a78bfa);
        border-radius: 6px;
      }
  
      .metric-text {
        flex: 1;
        border-left: solid 4px #175cff;
        border-radius: 4px;
        padding-left: 15px;
    }
  
      .metric-title {
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 0px;
        color: #111827;
      }
  
      .metric-desc {
        font-size: 0.95rem;
        color: #4b5563;
      }

      .card {
        background: white;
        border-radius: 10px;
        padding: 10px 15px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        margin-bottom: 20px;
      }
  
      .card-title {
        color: #175cff;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 5px;
        text-decoration: none;
      }

      
  
      .role, .capabilities {
        margin: 0px 0;
      }
  
      .role strong, .capabilities strong {
        font-weight: bold;
      }

      .sticky-sidebar{
        border: solid 1px #0c08002d;
      }
      ul.sd_list {
        margin: 0px;
        padding: 0px 0 0 20px;
    }

    ul.sd_list p {
        margin: 0px 0 10px;
    }

    span.tm_tag {
       background: #f9f9f930;
    color: #ffffff;
    padding: 2px 20px 2px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 32px;
    margin-top: 8px;
    }
    
    .blog_cst_wr table tr th, .blog_cst_wr table tr td {
    border: solid 1px #ddd;
    padding: 8px;
}

.single-logo {
    text-align: center;
}

.single-logo img {
    width: 150px;
}

.rm-footer-bottom .container p.it-company-color {
    border-top: solid 1px #ddd;
    padding-top: 30px;
}

.video_banner video{
    width: 100%;
    height: calc(665px - 200px);
    object-fit: cover;
    border-radius: 20px;
    opacity: 0.4;
}

.listing-tabs {
    filter: drop-shadow(8px 8px 40px rgba(0, 0, 0, 0.25));
    background: #fff;
    border-radius: 18px 18px 0px 0px;
    padding: 18px 18px 8px 18px;
    margin-top: 80px;
    border-bottom: solid 1px #dddddd9c;
}

.listing-tabs .list-group a {
    border-radius: 12px;
    padding: 17px 14px 4px;
    border: 2px solid rgba(15, 0, 73, 0.10);
     background: rgba(245, 245, 245, 0.40); 
    width: 100%;
}

.listing-tabs .list-group {
    gap: 15px;
}
.listing-tabs .list-group a p {
    color: rgba(0, 0, 0, 0.44);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0px;
padding-bottom: 22px;
}

.listing-tabs .list-group a h4 {
    color: rgba(15, 0, 73, 0.80);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.marketplace-agency .shape-2 {
   right: -184px;
    top: 20px;
}

.marketplace-agency {
overflow: hidden;
}

.listing-tabs .list-group a.active {
    border-color: #f75c3a;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.listing-tabs .list-group a.active h4 {
    color: #f75c3a;
}

.chat_ai_widget {
    padding: 52px 25px;
    border-radius: 16px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.chat_ai_widget_box textarea::placeholder {
  font-size: 20px; 
}

.chat_ai_widget_box textarea:disabled::placeholder {
  font-size: 20px;   
}
.chat_ai_widget h2{
color: #FFF;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 60px; 
margin-bottom: 30px;
}

.chat_ai_widget_box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.18);
    position: relative;
    padding: 20px 20px 45px 20px;
    margin-top: 10px;
    overflow: hidden;
}

.chat_ai_widget_box textarea {
    width: 100%;
    border-radius: 12px;
    border: none;
    resize: none;
    position: relative;
    z-index: 2;
	height: 130px;
}

.chat_ai_widget_box textarea:focus {
    outline: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

a.btn.btn-chat-start {
    border-radius: 8px;
    border: 1px solid #080B2A;
    opacity: 0.8;
    background: rgba(16, 20, 85, 0.08);
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    z-index: 2;
}

.gradient-border:after {
    offset-path: rect(0 auto 100% auto);
    transform-origin: 50%;
    background: radial-gradient(#FF5634,#fff 100%,transparent 50%);
    content: "";
    width: 200px;
    height: 100px;
    animation: 4s ease-in-out infinite animateGradient;
    position: absolute;
    transform: rotate(45deg);
    -webkit-mask-image: linear-gradient(90deg,#0000,#000 20% 80%,#0000);
    mask-image: linear-gradient(90deg,#0000,#000 20%,#000 80%,#0000)
}

.gradient-outer {
    border-radius: 16px;
    background-color: #fff;
    position: absolute;
}

@supports (color: color-mix(in lab,red,red)) {
    .gradient-outer {
        background-color:color-mix(in srgb,#fff 25%,#fff)
    }
}

.gradient-outer {
    content: "";
    z-index: 1;
    border-radius: 12px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    top: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    left: 1.5px
}

@keyframes animateGradient {
    0% {
        offset-distance: 0%;
        opacity: 1
    }

    10% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1;
        offset-distance: 100%
    }
}

@media (max-width: 767px) {
.aiart-hreo-area {
    text-align: center;
}
.aiart-hero-right img {
    width: 100%;  
}
.aiart-hreo-area .navigation{
  justify-content: center;
}
.aiart-hero-right{
  margin-top: 30px;
}
.aih-faq-area{
  padding: 50px 0px;
}
.aiart-community-area .shape-1{
  display: none;
}
.btn-gredientblue{margin-bottom: 20px;}
}