.hero {
    position: relative;
    overflow: hidden;
  background: #fcecdd;
    border-radius: 15px;
    margin-bottom: 2rem;
    min-height: 200px;
    display: flex;
    align-items: center;
    padding: 2.5rem 2rem;
    justify-content: space-between;
      padding-bottom: 0px;
}
.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.hero-bg svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 480px;
      padding-bottom: 40px;
}
.hero-art {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.85;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(216, 90, 48, 0.25);
    border: 1px solid rgba(216, 90, 48, 0.5);
    color: #b34a26;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 1rem;
font-weight: 700;
}
.stats-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 2rem;
}
.stat-card {
    background-color: #ec3073;
    border-radius: 15px;
    border: 1px solid #c961bb;
      padding: 1rem 1.25rem;
    color: #fff;
      padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 12px;
  text-align: center;
    justify-content: center;
}





.ticket-wrapper .tab-radio{
  display:none;
}

.ticket-wrapper .tabs-nav{
  display:flex;
  gap:15px;
  margin-bottom:20px;
}

.ticket-wrapper .tab-label{
  flex:1;
  cursor:pointer;
}

.ticket-wrapper .tab-inner{
  background:#f4f6fb;
  padding:20px;
  border-radius:16px;
  transition:0.3s;
}

.ticket-wrapper .panel{
  display:none;
}

.ticket-wrapper #tab1:checked ~ .panels .panel1{
  display:block;
}

.ticket-wrapper #tab2:checked ~ .panels .panel2{
  display:block;
}

.ticket-wrapper #tab1:checked ~ .tabs-nav label[for="tab1"] .tab-inner{
  background:#2563eb;
  color:#fff;
}

.ticket-wrapper #tab2:checked ~ .tabs-nav label[for="tab2"] .tab-inner{
  background:#2563eb;
  color:#fff;
}

.ticket-wrapper .form-card{
  padding:30px;
  border-radius:20px;
  background:#fff;
  border:1px solid #ddd;
}
.frow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}.field label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
.field input, .field select, .field textarea {
    background-color: white;
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 10px;
}









.table_class{
display: grid;
    grid-template-columns: 1fr 1fr;
gap:20px;
}

.table_class tr {
    display: grid;
}

.table_class input.manfieldbdr {
width:100%;
padding: 10px;
border: 1px solid #dedede;
border-radius: 10px;
}



.table_class select {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dedede;
    width: 100%;
}

table.zsFormClass {
    background: white;
    border: 1px solid #dedede;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 1px #dedede;
}
.WidgetContainer__contentList+.WidgetContainer__contentList {
    margin-top: 1.5rem!important;
  margin-top: 2.5rem;
}













.Header__navbar#navBar {
    border-bottom: 1px solid #c91919!important;
}
.TicketDetailRightContainer__widgetRight.commonStyle__widgetRight {
    background: white;
    padding: 25px;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 1px 5px 1px 0px #dedede;
}
.TicketDetailRightContainer__sectionName {
    border-bottom: 1px solid #dedede;
}
.TicketList__widgetRight.commonStyle__widgetRight {
 background: white;
    padding: 25px;
    border: 1px solid #dedede;
    border-radius: 10px;
    box-shadow: 1px 5px 1px 0px #dedede;
}










.section-title {
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: 800;
}
.ticket-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 0px;
}
.ticket-card {
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    border: 1px solid #edf2f7;
}
.ticket-card::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(233, 30, 99, 0.05);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}
.ticket-icon {
    width: 80px;
    height: 80px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffe4ef, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #e91e63;
    margin-bottom: 28px;
    box-shadow: 0 12px 30px rgba(233, 30, 99, .15);
    position: relative;
    z-index: 2;
}
.ticket-card h3 {
    font-size: 28px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}
.ticket-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}
.ticket-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e91e63;
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.ticket-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
}
.Header__searchSection {
    padding-bottom: 0px !important;
    background: #ececec;
}
.Header__navbar#navBar {
    background-color: #ec3073;
    z-index: 9;
}















  .ticket-page-layout {
            width: 100%;
            display: grid;
            gap: 35px;
            align-items: start;
        }

      
        .ticket-form-side {
            background: #fff;
            border-radius: 32px;
            padding: 45px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
        }

        .form-badge {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 50px;
            background: #ffe4ef;
            color: #e91e63;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .ticket-form-side h1 {
            font-size: 48px;
            margin-bottom: 35px;
        }

        .form-group {
            margin-bottom: 24px;
        }

        .form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: #334155;
        }

        .form-control {
            width: 100%;
            height: 60px;
            border-radius: 16px;
            border: 1px solid #e2e8f0;
            padding: 0 20px;
            font-size: 15px;
            outline: none;
            transition: .3s;
            background: #fff;
        }

        .form-control:focus {
            border-color: #e91e63;
            box-shadow: 0 0 0 4px rgba(233, 30, 99, .08);
        }

        textarea.form-control {
            height: 160px;
            padding-top: 18px;
            resize: none;
        }

        .submit-btn {
            height: 60px;
            border: none;
            border-radius: 18px;
            background: linear-gradient(135deg, #e91e63, #ff4f8b);
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            padding: 0 35px;
            cursor: pointer;
            transition: .3s;
            box-shadow: 0 15px 35px rgba(233, 30, 99, .25);
        }

        .submit-btn:hover {
            transform: translateY(-4px);
        }

      

        .support-side-panel {
            width: 100%;
            position: sticky;
            top: 30px;
        }

      

        .support-illustration {
            background: linear-gradient(135deg, #fff, #fff4f8);
            border-radius: 30px;
            padding: 35px;
            text-align: center;
            margin-bottom: 25px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
        }

        .support-illustration img {
            width: 100%;
            max-width: 260px;
            animation: float 4s ease-in-out infinite;
        }

        @keyframes float {

            0% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-15px);
            }

            100% {
                transform: translateY(0px);
            }

        }

      

        .support-card {
            background: #fff;
            border-radius: 28px;
            padding: 32px;
            margin-bottom: 25px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
        }

        .support-badge {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 50px;
            background: #ffe4ef;
            color: #e91e63;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .support-card h3 {
            font-size: 24px;
            margin-bottom: 24px;
        }

        .support-tips {
            list-style: none;
          padding-left:15px;
        }

        .support-tips li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 18px;
            color: #475569;
            line-height: 1.6;
            font-size: 15px;
        }

        .support-tips li i {
            color: #e91e63;
            margin-top: 4px;
        }

       

        .support-mini-card {
            background: #fff;
            border-radius: 24px;
            padding: 24px;
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 20px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
        }

        .mini-icon {
            width: 60px;
            height: 60px;
            border-radius: 18px;
            background: linear-gradient(135deg, #ffe4ef, #fff);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e91e63;
            font-size: 22px;
            box-shadow: 0 10px 25px rgba(233, 30, 99, .12);
        }

        .support-mini-card h4 {
            font-size: 17px;
            margin-bottom: 5px;
        }

        .support-mini-card p {
            color: #64748b;
            font-size: 14px;
        }

       
        .priority-card {
            background: #fff;
            border-radius: 28px;
            padding: 30px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
        }

        .priority-card h3 {
            font-size: 24px;
            margin-bottom: 24px;
        }

        .priority-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            padding: 16px 0;
            border-bottom: 1px solid #f1f5f9;
        }

        .priority-item:last-child {
            border-bottom: none;
        }

        .priority-item h4 {
            font-size: 15px;
            margin-bottom: 4px;
        }

        .priority-item p {
            font-size: 13px;
            color: #64748b;
        }

        .priority-item strong {
            font-size: 14px;
        }

        .priority-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            display: block;
        }

        .priority-dot.high {
            background: #ef4444;
        }

        .priority-dot.medium {
            background: #f59e0b;
        }

        .priority-dot.low {
            background: #10b981;
        }

      
        @media(max-width:991px) {

            .ticket-page-layout {
                grid-template-columns: 1fr;
            }

            .support-side-panel {
                position: relative;
                top: 0;
            }

        }

        @media(max-width:768px) {

            .ticket-form-side {
                padding: 30px;
            }

            .ticket-form-side h1 {
                font-size: 34px;
            }

        }
.ScrollSticky__type2{
    max-height: fit-content;
}
.support-tips li{
  position: relative;

}

.support-tips li::before{
  content: '';
  position: absolute;
  top: 6px;
  left: -15px;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
}
.Footer__footerBg {
    display: none;
}
.BreadCrumbs__breadcrumbsView ul li:last-child{
display: none;
}
#field_priority{
display: none!important
}
.TicketFormLeftContainer__sectionName.Additional_Information{
display: none!important;
}
