 .contact-form .form-group.error .form-control,
        .contact-form .form-group.error label,
        .contact-form .error .form-control {
            border-color: #ff0000;
        }

        .box>strong:hover {
            opacity: 0.9;
        }

        #page-info strong[style*="color: #073270"] {
            transition: all 0.3s ease;
        }

        #page-info strong[style*="color: #073270"]:hover {
            color: #073270 !important;
        }

        #page-info li a {
            transition: all 0.2s ease;
        }

        #page-info li a:hover {
            color: #586d9d !important;
            padding-left: 5px;
        }

        #success {
            display: none;
            position: absolute;
            top: -48px;
            left: 0;
        }


        .btn2 {
            padding: 4px 8px !important;
            margin-left: 1%;
        }

        .box {
            border: 1px solid #cccfd7;
            background-color: #fff;
            margin-bottom: 10px;
        }

        .box>strong {
            background: #073270;
            display: flex;
            padding: 10px 20px;
            color: #fff;
        }

        .box>ul {
            list-style: none;
            padding: 0px;
            margin: 0px;


        }

        .box>ul>li {
            padding: 10px 20px;
            border-bottom: 1px solid #b0c7fd;
            align-items: center;
        }

        .box>ul>li:last-child {
            border-bottom: none;
        }


        .box>ul>li>i {
            margin-right: 10px;
        }

        .box2 {
            margin: 2px;
            padding: 0px;

        }

        .box2>ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }


        .box2>form>h3 {
            margin: 0px;
            padding: 5px 10px;
            font-size: 22px;
            font-weight: 500;

        }

        .box2>form>ul>li {
            display: flex;
            padding: 10px;
            align-items: center;
        }

        .box2>form>ul>li>label {
            width: 200px;
        }


        .box2>form>ul>li>input {
            margin-right: 10px;
        }

        .box2>form>ul>li>select {
            margin-right: 10px;
            width: 200px;
        }

        .table tr td {
            cursor: pointer;
        }


        .resheading {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;

        }

        .resheading>ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .resheading>ul>li {
            padding: 4px 8px;
            margin-right: 4px;
            font-size: 20px;
            cursor: pointer;
            border: 2px solid #eecd48;
            background-color: #fff;

        }

        .resheading>ul>li:hover {
            border: 2px solid red;
            color: red;

        }

        #page-info {
            padding: 5px !important;
        }

        .col-xs-1,
        .col-sm-1,
        .col-md-1,
        .col-lg-1,
        .col-xs-2,
        .col-sm-2,
        .col-md-2,
        .col-lg-2,
        .col-xs-3,
        .col-sm-3,
        .col-md-3,
        .col-lg-3,
        .col-xs-4,
        .col-sm-4,
        .col-md-4,
        .col-lg-4,
        .col-xs-5,
        .col-sm-5,
        .col-md-5,
        .col-lg-5,
        .col-xs-6,
        .col-sm-6,
        .col-md-6,
        .col-lg-6,
        .col-xs-7,
        .col-sm-7,
        .col-md-7,
        .col-lg-7,
        .col-xs-8,
        .col-sm-8,
        .col-md-8,
        .col-lg-8,
        .col-xs-9,
        .col-sm-9,
        .col-md-9,
        .col-lg-9,
        .col-xs-10,
        .col-sm-10,
        .col-md-10,
        .col-lg-10,
        .col-xs-11,
        .col-sm-11,
        .col-md-11,
        .col-lg-11,
        .col-xs-12,
        .col-sm-12,
        .col-md-12,
        .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-left: 5px;
            padding-right: 5px;

        }

        img {
            -webkit-print-color-adjust: exact;
        }

        h3,
        .h3 {
            font-size: 26px;
            margin-bottom: 5px;
        }

        .goog-te-gadget {
            font-family: arial;
            font-size: 11px;
            color: #fff !important;
            white-space: nowrap;
            display: flex;
            flex-direction: row-reverse;
        }

        .skiptranslate>span {
            display: none;
        }

        .goog-te-gadget select {

            color: #000 !important;
            height: 32px;
            padding: 0px 10px;
            font-size: 15px;
            font-weight: 600;
        }

        .pegibaba {
            padding: 2px 5px;
            color: #3F51B5;
            border: 1px solid;
            margin: 0px 2px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 5px;


        }

        .pegibabaactive {
            padding: 2px 5px;
            background: #3F51B5;
            color: #fff;
            border: 1px solid;
            margin: 0px 2px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 5px;
        }

        .pagination {
            margin-top: 5px;
            border-radius: 10px;

        }

        .pagination li a {
            cursor: pointer;
            border-radius: 5px;
            background-color: #073270;
            color: #fff;
        }

        .category-icons-container::-webkit-scrollbar {
            height: 4px;
        }

        .category-icons-container::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .category-icons-container::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 2px;
        }

        .category-icon-item:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-2px);
        }

        .category-icon-item.active {
            background: rgba(255, 255, 255, 0.25);
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .category-icon-item.active i {
            color: #ffd700;
            text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
        }

        /* Sidebar */
        .category-sidebar {
            position: fixed;
            left: -350px;
            top: 0;
            height: 100vh;
            width: 350px;
            background: white;
            box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            transition: left 0.3s ease;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
        }

        .category-sidebar.open {
            left: 0;
        }

        .sidebar-header {
            padding: 20px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-shrink: 0;
            position: sticky;
            top: 0;
        }

        .sidebar-header h3 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
        }

        .sidebar-close {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .sidebar-close:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        .sidebar-content {
            flex: 1;
            overflow-y: auto;
            padding: 15px 0;
        }

        #subcategoriesMenu li {
            border-bottom: 1px solid #e0e0e0;
            transition: all 0.3s ease;
        }

        #subcategoriesMenu li:last-child {
            border-bottom: none;
        }

        #subcategoriesMenu a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 15px 20px;
            color: #3F51B5;
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        #subcategoriesMenu a:hover {
            background: #f5f5f5;
            padding-left: 25px;
            color: #667eea;
        }

        #subcategoriesMenu a i {
            font-size: 14px;
            min-width: 20px;
        }

        .case_category-container {
            background-color: #ffffff;
            border-bottom: 3px solid #073270;
            padding: 0;
            margin: 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }

        .case_category-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            max-width: 100%;
            padding: 0;
        }

        .case_category-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            flex: 1;
            border-left: 1px solid #c5cfe6;
        }

        .case_category-menu li {
            flex: 1;
            margin: 0;
            padding: 0;
            border-right: 1px solid #c5cfe6;
            display: flex;
            min-width: 0;
        }

        .case_category-menu li:last-child {
            border-right: none;
        }


        .case_category-menu li {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
            text-decoration: none;
            color: #4a5f8f;
            font-weight: 600;
            text-align: center;
            font-size: 15px;
            letter-spacing: 0.8px;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            padding-top: 10px;
            padding-bottom: 10px;
            text-overflow: ellipsis;
        }

        .case_category-menu a:hover {
            background-color: #f5f8fe;
            color: #2a4bd7;
        }

        .search-button {
            background-color: #053270;
            border-radius: 4px;
            color: #fff;
            padding: 8px 16px;
            border: 1px solid #053270;
            transition: all 0.3s ease;
            background-color: #053270;
            background: #053270;
        }

        .reset-button {
            background-color: transparent;
            border-radius: 4px;
            color: #053270;
            padding: 8px 16px;
            margin-right: 1%;
            border: 1px solid #053270;
            transition: all 0.3s ease;
        }

        .case_category-menu a.active {
            color: #053270;
            font-weight: 800;
        }

        .case_category-translate {
            padding: 0px 20px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            white-space: nowrap;
              width: 220px;
            border-left: 1px solid #c5cfe6;
        }

        /* Google Translate Styling */
        #google_translate_element {
            display: flex !important;
        }

        .search-result {
            margin-left: -13px !important;  
            width: 50% !important;
            padding-left: 6px !important;
            padding-right: 1px !important;
        }

        .ai-search-result {
            margin-right: -15px !important;
            width: 51.85% !important;
            padding-left: 15px !important;
            padding-right: 6px !important;
        }

        #google_translate_element select {
            padding: 8px 12px;
            border: 1px solid #c5cfe6;
            border-radius: 4px;
            background-color: #ffffff;
            color: #333;
            font-weight: 600;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            min-width: 140px;
        }

        #google_translate_element select:hover {
            border-color: #2a4bd7;
            box-shadow: 0 0 0 3px rgba(42, 75, 215, 0.1);
        }

        #google_translate_element select:focus {
            outline: none;
            border-color: #2a4bd7;
            box-shadow: 0 0 0 3px rgba(42, 75, 215, 0.15);
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .case_category-menu a {
                padding: 14px 15px;
                font-size: 11px;
                margin-top: 20px;
            }
            .case_category-translate {
               width: 0px;


            }
        }

        @media (max-width: 768px) {
            .case_category-wrapper {
                flex-direction: column;
            }
            .case_category-translate {
                width : 0px;
                margin-left: 350px;

            }

            .search-result,
            .ai-search-result {
                margin-left: -13px;
                width: 106%;
            }

            .case_category-menu {
                flex-direction: row;
                border-left: none;
                border-top: 1px solid #c5cfe6;
            }



            .case_category-menu li:last-child {
                border-bottom: none;
            }

            .case_category-menu a {
                padding: 12px 15px;
                font-size: 11px;
            }

            .case_category-translate {
                padding: 12px 15px;
                border-left: none;
                border-top: 1px solid #c5cfe6;
            }
        }

        @media (max-width: 480px) {
            .case_category-menu a {
                padding: 10px 10px;
                font-size: 10px;
            }

            #google_translate_element select {
                min-width: 120px;
                font-size: 11px;
            }
        }