@import url('https://fonts.googleapis.com/css2?family=system-ui:ital,wght@0,400..700;1,400..700&family=Caveat:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    box-sizing: border-box;
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    font-optical-sizing: auto;
    font-weight: weight;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.bottom {
    background-color: #1B2035;
    color: white;
}

.brand-item-bold {
    font-weight: 600 !important;


}

.navbar-bold {
    font-weight: 700 !important;
}


a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5.h5,
p,
span {
    text-transform: Uppercase;
}

.main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.const {
    background-color: #1B2035;
    max-width: 1082px;
    height: 60px;
    margin-top: -8px;
    overflow-x: visible;
    white-space: nowrap;

}

.container {
    max-width: 1082px;
    /* z-index: 19; */
}

.navbar {
    background-color: #151a2dba;
    height: 60px;
    padding: 0.5rem 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: top 0.3s ease-in-out;
    /* ✅ add this line */
}


.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
    font-size: 20px;
    color: white;
}



#leftMenu {
    display: none;
    background-color: #E0E0E0;
    padding: 20px;
    width: 100%;
    position: relative;
    /* ✅ So it scrolls normally */
    top: 0;
    /* ✅ Remove any top offset */
    z-index: 1;
    /* ✅ Below navbar */
}


.nav-link {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    position: relative;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #575757;
    font-size: 16px;
}

.icon-container {
    display: flex;
    gap: 2px;

}

.icon-container .btn {
    padding: 6px 8px;
    margin: 0;
    border: none;
    border-radius: 5px;
}

/* Optional: Removes the border on the input field */
.no-focus-border:focus {
    outline: none;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin: 0;
}

/* Search Input */

::placeholder {
    color: white;
}


/* Initial state of the SVG icon */
.btn i {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* .btn:hover i {
    background-color: #D50000;
    transform: translateY(3px);
    padding: 3px 3px 3px 3px;
    padding-top: 17px;
    width: 32px;
    height: 30px;
} */

.central {
    max-width: 340px;
    background-color: #9E9E9E;
    width: 100%;
    padding: 0.3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

input {
    background: transparent;
    border: none;
    border-left: 1ps solid black;
    width: 290px;
}

input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.controvecy {
    margin-left: 12px;
}

.support .col-md-4 .solid {
    /* margin-left: -13px; */
    background-color: #090E21;
    color: white;

    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -1px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

.support .col-md-4 .solid:hover {
    background-color: #D50000;
}

.devor {
    margin-left: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;

}

.devor button {
    border: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: -1px;
    padding: 3px 0px;
    letter-spacing: -0.19px;
    text-transform: uppercase;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    color: #828383;
}

.devor button:hover {
    background-color: #D50000;
    color: white;
}

#leftMenu {
    position: absolute;
    top: 56px;
}

#leftMenu {
    position: relative;
    display: none;
    background-color: #E0E0E0;
    /* padding: 6px; */
    /* display: flex; */
    margin-top: auto;
    padding-top: 16px;
    width: 100%;
    padding-bottom: 16px;
}


#leftMenu.show {
    /* position: absolute; */
    display: block;
    /* top: 56px; */
    z-index: 999;

}

#leftMenu.hide {
    display: none;
}

#content-wrapper {
    transition: margin-top 0.3s ease;
}

#content-wrapper.menu-open {
    margin-top: 200px;
}

.bobile {
    position: relative;
    max-width: 100%;
    margin-left: -0;
}

.bobile img {
    width: -webkit-fill-available;
    height: 366px;
}

.conjection {
    color: white;
    font-weight: bold;
    font-size: 13px;
    user-select: none;
}

.col-lg-4.conjection-froud {
    /* margin-left: px; */
    margin-top: 2px;
}

.rounded {
    width: -webkit-fill-available;
}

.col-lg-4.conjection-froud img {
    width: 96%;
    margin-top: 0px;
    height: 161px;
    border-radius: 6px;
    object-fit: cover;
    border-radius: 6px;
}

.col-lg-4.conjection-froud h1,
.froud h1 {
    margin: 0;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    max-width: 90%;
    position: relative;
    user-select: none;
}

.comfort {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.support {
    margin-top: 3.9rem;
}

.support .col-4 .solid:hover {
    background-color: #D50000;
}

.comfort h1 {
    background: dotted;
    position: absolute;
    bottom: 45px;
    left: 12px;
    margin: 0;
    color: white;
    font-size: 1.9rem;
}

.wanted img {
    margin-left: -11px;
    width: 403px;
    height: 278px;
}

.froud {
    margin-left: -17px;
}

.froud img {
    width: 363px;
    /* margin-left: 11px; */
    height: 172px;
}

.cent {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.canel {
    width: 80px;
}

.shrink {

    width: 115%;
    height: 119px;
    margin-top: 10px;
}

.canel p {
    max-width: 66px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}

.wrapper {
    background-color: #EEEEEE;
    /* margin-top: -3rem; */
}

.rena {
    padding: 20px;
    border-left: 15px solid teal;
    border-radius: 5px;
    padding-bottom: 63px;
    margin-top: 6px;
    height: 69px;
    margin-bottom: 4px;
}

.warently {
    font-size: 1.4rem;
    letter-spacing: -1px;
    color: #777777;
    margin-bottom: 5px;
}

.wrapper p {
    font-size: 14px;
    color: #7c7777;
    margin: 0;
}

.wrapper p:hover {
    color: #D50000;
}

.warently:hover {
    color: #D50000;
}

.fa-bell:hover {
    color: teal;
    transition: color 0.3s;
}


.content {
    flex: 1;
}

.content p {
    font-size: 1.25rem;
    margin: 0;
    margin-bottom: 12px;
}

.content span {
    font-size: 1rem;
    color: #555;
}

.highlight-12 {
    background-color: #bed4e9;
}

.canel h6 {
    font-size: 14px;
    font-weight: 800;
    margin-left: 0px;
    margin-top: 7px;
}

.custom-table {
    border: none;
}

.custom-table th,
.custom-table td {
    border: none !important;
    height: 20px;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
    padding: 2px 8px;
}


.custom-table tbody tr.highlight {
    background-color: #86b9b0;
    border: none;
    color: white;
    /* color: white; */
}

.wanted-12 {
    font-size: 11px;
    line-height: 15px;
    margin-left: 11px;

    opacity: 0.97;
    margin-top: -4px;
    color: #000000cf;
}

.volunteer {
    width: 678px;
}

.src {
    display: block;
    margin-top: 42px;
    margin-left: -109px;
}

.src {
    margin-left: 0 !important;
    /* position: sticky; */
    top: 0;
    position: fixed;
    /* Unwanted left margin ko remove karne ke liye */
}

.color {
    padding: 0.5rem 1.5rem;
    float: inline-end;
    margin: 0.5rem;
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    user-select: none;
}

.nav-container a {
    margin-left: 11px;
    color: black;
    font-size: 12.3px;
    padding-top: 43px;
    text-decoration: none;
}

.mobile-navbar {
    background-color: #1B2035;
    padding: 10px 15px;
    color: white;
}

.mobile-navbar .logo {
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}

.mobile-menu {
    background-color: #333;
    color: white;
    position: relative;
    padding: 15px;
    z-index: 1000;
}

.mobile-menu a {
    display: block;
    padding: 8px 0;
    color: white;
    width: 111px;
    text-decoration: none;
    border-bottom: 1px solid #444;
}

.mobile-menu a:hover {
    background-color: #444;
}

.menu-icons {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #444;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
    /* margin-left: 1rem; */
    margin: auto;
}

.column a {
    text-align: center;
}

.brand-grid a {
    color: white;
    background-color: #555;
    padding: 6px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    width: auto;
    text-decoration: none;
}

.column {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.brand-grid a:hover {
    background-color: #666;
}

.menu-buttons {
    margin-top: 15px;
    gap: 10px;
}

.sentizer-er {
    border-left: 0.11px solid #ddd;
}

.comfort-life {
    width: 712px;
    height: 340px;
    overflow-y: auto;
    /* Corrected background image URL with encoded spaces and commas */
    background: url("imges/ChatGPT\ Image\ May\ 14\,\ 2025\,\ 01_11_08\ PM.png") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    color: white;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
}

.comfort-life-23 {
    /* width: 720px; */
    height: 370px;
    overflow-y: auto;
    /* Corrected background image URL with encoded spaces and commas */
    /* background: url("imges/ever1.jpg") no-repeat center center; */
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    margin-left: -12px;
    color: white;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
}

.comfort-life-zone img {
    height: 362px;
    width: 720px;
    margin-left: -12px;
    background-size: cover;
    z-index: 0;
    /* border-radius: 10px; */
    color: white;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
}

.mobiles-button {
    color: #5f5b5b;
    font-weight: 700;
    display: flex;
    align-items: center;
    border: none;
    padding: 0px 12px 0px 9px;
    margin-left: 5px;
    background-color: #DEDBD4;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}

.whitening {
    font-size: 15px;
    margin-left: 15px;
}

.mobiles-button:hover {
    background-color: #d50000;
    color: white;
}

.comon {
    position: absolute;
    bottom: 7px;
    gap: 5px;
    display: flex;
}

.common {
    bottom: 72px;
    left: 12px;
    margin: 0;
    height: 20px;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    max-width: 90%;
    position: relative;
}

.review-card {
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-top: 12px;
    width: 100%;
    height: 355px;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-4px);
}

.review-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.review-card-body {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.review-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.review-card-meta {
    font-size: 0.8rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.review-card-meta i {
    color: #ff4d4d;
    margin-right: 5px;
}

.sentizer-erx {
    display: flex;
    flex-direction: column;
}

.sentizer-erx .review-card {
    height: 355px !important;
}

.filter-container {
    padding: 15px;
}

.filter-header {
    margin-left: 17PX;
    font: 299 20px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    margin-top: 12px;
    color: #fb3a43;
}

.form-check-label {
    cursor: pointer;
}

.form-check-label:hover {
    text-decoration: underline;
}

#sizeValue {
    font-size: 12px;
}

.btn-toggle::after {
    content: "▼";
    float: right;
    font-size: 12px;
    transition: transform 0.3s;
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.btn {
    color: #373232d1;
    border: 1px solid #D7D7D7;
}

.btn-toggle {
    border: 1px solid red;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    background-color: #fff;
}

.btn-toggle[aria-expanded="true"] {
    border-color: black !important;
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #DAADA8;
    height: 6px;
    border-radius: 5px;
}

.custom-range::-moz-range-track {
    background-color: #DAADA8;
    height: 6px;
    border-radius: 5px;
}

.custom-range::-ms-track {
    background-color: #DAADA8;
    height: 6px;
}

.custom-slider-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 6px 15px;
    margin-top: 14px;
    border: 1px solid;
    border-radius: 1px;
    position: relative;
    z-index: 2999;
}

.custom-slider-box label {
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
    color: #3a2f2f;
}


.custom-slider-box input[type="range"] {
    flex-grow: 1;
    min-width: 150px;
    -webkit-appearance: none;
    height: 6px;
    background: #c39ea0;
    margin: 0 1px;
}

.custom-slider-box input[type="range"]::-moz-range-track {
    background: #c39ea0;
    height: 6px;
    border-radius: 5px;
}

.comfort-zone {
    margin-bottom: 10px;
    width: 100%;
    clear: none;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0px 10px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    float: none;

    border: 1px solid #ddd;
}

.value-display {
    font-weight: 400;
    color: #444444;
    margin-left: 0px;
}

.end-label {
    letter-spacing: -1PX;
    font-size: 14px;
}

#yearValue,
.text-muted {
    font-size: 12px;
}

.celecon {
    font-Weight: 500;
    Color: rgb(0, 0, 0);
    font-Size: 13px;
    Line-Height: 17px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
}

.filter-box {
    padding: 7px 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1px 2px;
    background: #f9f9f9;
    border: 1px solid #b3b3b3;
}

.filter-label {
    white-space: nowrap;
    flex-shrink: 0;
    color: #373232d1;
}

.custom-range {
    margin: 0 0.5rem;
}

.custom-range:hover {
    border: none;
    outline: none;
}

.secondary {
    width: 96%;
    border: 1px solid;
    padding: 7px;
    margin-top: 14px;
    margin-left: 32px;
}

.life:focus {
    outline: none;
    border: none;
}

.life:hover {
    border: none;
    outline: none;
}

.btn-toggle {
    border-radius: 1px;
    text-align: left;
    color: #3a2f2f;
    font-weight: 600;
    border: 1px solid #D7D7D7;
    border-bottom-color: #b3b3b3;
}

.styled {
    margin-top: 5.8rem;
}

.btn-toggle {
    border: 1px solid #3a2f2f;
}

.vwr .w-100 {
    border: 1px solid #b3b3b3;
    color: #373232d1;
}

.vwr .fw-bolder {
    color: #373232d1;
}

input:hover {
    color: #3a2f2f;
}

.collapse .card-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wascot {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    color: #777777;
    padding: 12px;
    border-bottom: 10px solid #76b1d0;
}

.crs {
    padding-left: 20px;
}

.phone-card {
    border: 1px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.1);
    background-color: white;
    margin-bottom: 20px;
    text-align: left;
    /* Align text to the left */
}

.phone-card img {
    width: 150px;
    height: 145px;
    object-fit: contain;
    margin-bottom: 10px;
}

.phone-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.d-flex {
    display: flex;
    align-items: center;
}

.buttons {
    display: flex;
    flex-direction: column;
    /* Stack buttons vertically */
    gap: 5px;
    /* Space between buttons */
    margin-left: 10px;
    /* Space between image and buttons */
}

.buttons button {
    background: #EEEEEE;
    /* Dark background */
    color: black;
    /* White text */
    border: none;
    /* No border */
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    text-align: left;
    /* Align button text to the left */
}

.buttons button:hover {
    background: #c00;
    color: white;
}




a {
    outline: none;
    color: #212121;
    text-decoration: none;
}

.module {
    padding: 0;
    margin-bottom: 30px;
}

/* .module,
a.module-phones-link {
    position: relative;
} */

.section-heading {
    margin-top: 10px !important;
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
    background: #fff;
}

.section-heading {
    border-bottom: none;
    border-left: 10px solid;
    border-color: #d9d9d9;
    padding: 5px 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    margin-bottom: 0;
    margin-left: -10px;
    margin-top: 12px;
    width: 100%;
    font-size: 20px;
    color: #777;
    background: 0 0;
}


.module .section-heading {
    margin-top: 0 !important;
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
    background: #fff;
}

.sidebar .section-heading {
    border-bottom: none;
    border-left: 10px solid;
    border-color: #d9d9d9;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-left: -10px;
    width: 100%;
    color: #777;
    background: 0 0;
}


.module-phones>h4~div {
    padding-top: 5px;
}

.module-latest div {
    scrollbar-width: thin;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.module-latest .module-phones-link {
    margin: 0 7px;
}

/* .module,
a.module-phones-link {
    position: relative;
} */

.module a {
    font: 700 13px / 18px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    color: #444;
}

.module-phones-link {
    float: left;
    display: block;
    width: 80px;
    min-height: 182px;
    text-align: center;
    font: 700 13px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    color: #333;
    margin: 0 10px;
    border: none;
    /* position: relative; */
}


.module a img {
    transition: transform 1s cubic-bezier(0.26, 0.695, 0.375, 0.965);
}

@supports (filter:brightness(0.953)) {
    .module-phones-link img {
        filter: brightness(0.953);
    }
}

.module-phones-link img {
    /* width: 115%; */
    height: 119px;
    left: -5px;
    /* position: relative; */
    padding: 5px;
    z-index: 1;
    opacity: .953;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: scroll;
    z-index: 1;
    background-color: var(--color-card-background);
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 15px;
}

.material-card,
.top-shadow {
    /* box-shadow: 0px 2px 4px var(--color-card-shadow, #cfcfcf); */
    background-color: var(--color-card-background);
    padding: 15px 0px;
    margin: 10px 0px;

}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}


.swiper-container .scroller-phones .swiper-slide {
    padding: 0 0 10px 0x;
    box-sizing: border-box;
    background: none;
    margin-top: 5px;
}

@media (orientation: landscape) {
    .swiper-slide {
        width: 42%;
    }
}

.swiper-slide {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 85%;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.swiper-half-slide {
    width: 50%;
    margin-right: 10px;
}


.swiper-container .scroller-phones a {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}


.swiper-container .scroller-phones a span {
    width: 100%;
    background: var(--color-card-background);
    display: block;
    margin-bottom: 5px;
}


.swiper-container .scroller-phones a img {
    display: block;
    margin: 0 5px 0 0;
    position: relative;
    margin: 0 auto;
    width: 75px;
    /* aspect-ratio: 160 / 212; */
}

.swiper-slide img {
    float: none;
}


.swiper-container .scroller-phones a strong {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    white-space: normal;
}

.compare-checkbox input::placeholder {
    color: black;
    padding: 15px;
    font-size: 14px;
    padding-left: 3px;
}

.price {
    color: red;
    font-weight: 700;
    margin-bottom: 10px;
}

.compare-checkbox {
    margin-bottom: 10px;
    background-color: #F3F3F3;
    padding: 5px;
    overflow: hidden;

}

.compare-checkbox label {
    font-weight: bold;
    width: 100%;
    display: block;
}

.compare-checkbox input,
.compare-checkbox select {
    /* margin-left: 5px; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.phone-card img:nth-child(2) {
    display: block;
    margin: auto;
}

.price {
    color: red;
    font-weight: 700;
    font-size: 14px;
    margin-top: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    font-size: 13px;
    color: #222;
    margin-top: 15px;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 8px 7px;
    vertical-align: top;
    text-align: left;
}

table th {
    background-color: #efefef;
    font-weight: normal;
    color: #333;
}

table tr.section {
    background-color: #f7f7f7;
    font-weight: bold;
    color: #c00;
}

table tr:hover {
    background-color: #f0f0f0;
}

.colums-gap {
    column-gap: 80px;
}

.western {
    font-size: 21px;
    margin: 21px 20px;
    font-weight: 600;
    color: #666;
}

.paragh-div {
    padding: 0px 20px;
    height: 180px;
}

.paragh-div p {
    font-size: 14px;
    font-weight: 600;
    height: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    max-width: 600px;
}

.navbar button {
    border: none;
}

.nav-link:hover {
    text-decoration: underline;
}

.gap {
    column-gap: 70px;
}

.featured {
    margin-top: 4rem;
    width: 100%;
    background-color: white;
    padding-top: 20px;
    flex-direction: column;
    display: none;

}

.featured-section {
    /* box-shadow: 0px 2px 4px #cfcfcf, #cfcfcf; */
    padding-bottom: 5px;
    padding-left: 10px;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    column-gap: 1rem;
}

.section {
    font-weight: 700;
    font-size: 1.2em;
    margin: 20px 0 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #d50000;
}

.div-block {
    width: 100%;
}

.div-block img {
    border-radius: 5px;
}

.sony-tv {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin: 0px 0 0px 0px;
    padding: 0px 0 5px 2px;
    text-decoration: none;
    padding: 10px 0 0;
    border: none;
    width: 100%;
}


.article-info-name {
    position: relative;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    padding: 0 5px;
    font-weight: 500;
    margin-left: 12px;
    font-size: 33px;
    letter-spacing: -1px;
    margin-right: 25px;
    display: inline;
    background: url(/imges/pattern-diag-dark-33.png);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}

.article-info {
    height: 45px;
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.bg-blur {
    background-image: none !important;
    height: 100%;
    backdrop-filter: blur(6px);
    transform: translateZ(0);
    overflow: hidden;
    padding-right: 1px;
    background-color: Rgba(0, 0, 0, 0.2);
}

.flexiable {
    padding: 5px 12px;
    display: block;
    align-items: center;
    min-width: 139px;
    font: 400 14px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8)
}

.flexiable:hover {
    /* background-color: #d50000; */
    cursor: pointer;
}

.classy {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;

}

.section-button {
    font-weight: 700;
    border: none;
    padding: 2px 5px;
    color: #555;
    background-color: #eee;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    opacity: .85;
    font-weight: 500;
}

.gap-portion {
    overflow: hidden;
    margin: 0 30px 15px;
    display: flex;
    flex-wrap: wrap;
}

.portion-headline {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.related-articles-heading {
    border-bottom: none;
    padding: 5px 10px;
    margin-bottom: 0;
    width: 100%;
    font: 600 17px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    color: #777;
    background: 0 0;
    text-transform: uppercase;
}

.blog-post {
    background-color: #edeeee;
    padding: 10px 11px;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    position: relative;
}

.box-es {
    width: auto;
    background: #fff;
    border: 1px solid #ddd;
    transition: all .1s ease-in-out;
    overflow: hidden;
    margin: 0 11px 0 0;
    flex: 1;
}

.box-es h6 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    padding: 11px 6px 6px;
    display: inline-block;
    color: #555;
}

.reader {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    color: #555;
    font-weight: 400;

}

.user-thread {
    padding: 0 10px;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}


.user-thread h6 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
}

.user-thread p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.uavatar {
    float: left;
    width: 50px;
    max-height: 50px;
    margin: 10px 10px 0 0;
    position: relative;
    z-index: 2;
    background: #ccc;
    min-height: 50px;
    height: 50px;
}

.uinfo2 {
    height: 21px;
    line-height: 15px;
    padding: 10px 10px 0px;
    font-size: 12px;
}

.uinfo2 .uname,
.uinfo2 .uname2,
.uinfo2 .uname3 {
    font-size: 13px;
    color: #111;
    font-weight: 700;
    display: inline;
    position: relative;
}

.ulocation {
    color: #888;
    float: right;
    width: 65px;
    list-style: none;
    text-align: right;
}

.upost {
    float: right;
    color: #777;
    width: 125px;
    list-style: none;
    top: 0px;
    left: 20px;
    position: relative;
    text-align: left;
}

.uinfo p {
    font-size: 11px;
    font-weight: 300;
    line-height: 100%;
    text-align: right;
    color: black;
    text-decoration: none;
    margin-bottom: 10px;
}

.uavatar .avatar-box {
    background-color: #ab69b7;
    color: #fff;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
    width: 100%;
    line-height: 50px;
    font-size: 23px;
    justify-content: center;
}

.button-secondary-div {
    margin-top: 0px;
    padding: 10px;
    border-bottom: 1px solid #d3d1c2;
    overflow: hidden;
    background: #f0f0f0;
}

.button-links {
    font: 700 14px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    padding: 5px 9px;
    background: #f9f9f9;
    text-transform: uppercase;
    border: 1px solid #d1d1d1;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    cursor: pointer;
    color: #555;
    position: relative;
    margin-right: 12px;
}

.button-links:hover {
    background-color: #D50000;
    color: white;
}

.div-last {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.center-img {
    width: 690px;
    height: 367px;

}


.title-bar {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}


.info-list {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.info-list div {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.info-list div svg {
    margin-right: 8px;
    flex-shrink: 0;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.stat-block {
    flex: 1;
    text-align: center;
    font-weight: 700;
    border-left: 1px solid rgba(255 255 255 / 0.3);
    padding: 0 10px;
}

.stat-block:first-child {
    border-left: none;
}

.stat-block .big-number {
    font-size: 26px;
    margin-top: 5px;
    margin-bottom: 4px;
}

.stat-block .sub-text {
    font-weight: 500;
    font-size: 13px;
}

.bottom-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(255 255 255 / 0.12);
    border-radius: 10px;
    color: white;
    padding: 15px 10px;
    text-align: center;
    font-weight: 700;
}

.bottom-block {
    border-left: 1px solid rgba(255 255 255 / 0.3);
    padding: 0 10px;
}

.bottom-block:first-child {
    border-left: none;
}

.bottom-block .small-label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-block .number-big {
    font-size: 28px;
    margin-bottom: 5px;
}

.icon-heart {
    width: 24px;
    height: 24px;
    fill: white;
    margin-left: 6px;
    vertical-align: middle;
}

.icon-chart {
    width: 24px;
    height: 24px;
    fill: white;
    margin-right: 6px;
    vertical-align: middle;
}

.battery-icon {
    width: 24px;
    height: 24px;
    fill: white;
    margin-bottom: 2px;
}

/* Clearfix for container content float */
.container::after {
    content: "";
    display: table;
    clear: both;
}

.card {
    background: linear-gradient(135deg, #39c2e3, #72e8f9);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.card-header {
    padding: 15px 20px;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
}


.ad-banner {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.ad-banner img {
    width: 100%;
    border-radius: 6px;
}

.ad-content {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    z-index: 2;
}

.ad-content h5 {
    font-weight: bold;
}

.ad-content .btn {
    margin-top: 10px;
    font-size: 14px;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
    z-index: 1;
    border-radius: 6px;
}

/* Prices box */
.prices-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
}

.prices-box h6 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
}

.price-item {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    /* text-align: center; */
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

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

.price-item span {
    font-weight: bold;
    color: red;
}

.show-all-btn {
    text-align: center;
    background: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.spec-label {
    color: #d60a0a;
    font-weight: 500;
    font-size: 1.3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
}

b,
strong {
    font-weight: bolder;
    /* margin-right: 19px; */
    font-size: 16px;
    color: #555;
}

.price-section {
    background-color: #f8f5f3;
    padding: 15px;
    border: 10px solid #f2f2f2;
    background-color: #fff;
    margin-bottom: 20px;
}

.price-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    justify-content: space-around;
    margin-top: 12px;

}

.amazon-logo {
    max-height: 20px;
    margin-right: 5px;
}

.price-amount {
    color: #d60a0a;
    font-weight: 400;
    float: right;
    font-size: 17px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
}

.read-review-btn {
    background-color: #d60a0a;
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

/* Target elements with red text color */
.red-text {
    color: red;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    /* Ensure system-ui font is imported */
}

/* Add bottom border to each td */
td {
    border-bottom: 1px solid #ddd;
    /* light border */
}

.pad {
    background: #bbb;
    min-height: 45px;
    margin: 0;
    font-size: 14px;
    border: none;
    width: 100%;
    color: white;
    font-weight: 600;
}

.pad:hover {
    background-color: #d50000;
    cursor: pointer;

}

.new-heading {
    margin-left: 5px;
    -webkit-line-clamp: 3;
    font: 700 13px / 18px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    color: #444;
}

.rs {
    color: #b3b3b3;
    float: inline-end;
    font-weight: 600;
    right: 0;
    bottom: 5px;
    white-space: nowrap;
}

.review-widget img {
    width: 40%;
    height: -webkit-fill-available;
    object-fit: cover;
    z-index: 1;
}

.side {
    background-color: #17D1DF;
    padding: 10px;
}

.review-widget h3 {
    float: none;
    margin: 0 0 34px;
    padding: 0;
    font-weight: 300;
    text-transform: capitalize;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    font-size: 31px;
    color: inherit;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    line-height: 1.2;
}

.review-widget p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-transform: capitalize;
    width: 80%;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
}

.red-button {
    background-color: #d50000;
    color: white;
    font-size: 14px;
    border: none;
    padding: 5px 7px;
    font-weight: 600;
    float: inline-end;
}

.vivo-div {
    position: absolute;
    z-index: 5;
    position: relative;
    bottom: 53px;
    width: max-content;
    padding: 5px 10px 0 15px;
}

.vivo-div strong {
    color: #333;
    font: 600 18px / 1.4 system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
    display: block;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #fff;
    text-indent: 0;
    box-shadow: 5px 0 0 transparent, -5px 0 0 #000;
    background: hsla(0, 0%, 100%, .89);
    padding: 2px 3px 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Responsive */
@media (max-width: 720px) {
    .card {
        width: 100%;
    }

    .card-main {
        flex-direction: column;
    }

    .phone-image,
    .phone-details {
        flex: unset;
    }

    .s-bar {
        flex-direction: column;
    }

    .spec-item {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 15px 0;
    }

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

    .compare-checkbox input,
    .compare-checkbox select,
    .compare-checkbox .select2-container {
        width: 100% !important;
        max-width: 100%;
    }
}

@media (min-width: 810px) and (max-width: 1024px) {
    .col-lg-4.conjection-froud img {
        width: 100%;
        height: 100%;
    }

    .col-md-4 .col-5 {
        display: none;
    }

    .featured {
        display: flex;
        margin-top: 0px;
        flex-direction: column;
    }

    .featured-section {
        column-gap: 2rem;
    }

    #leftMenu.show {
        /* position: absolute; */
        display: block;
        top: 0px;
        z-index: 999;

    }

    .shrink {
        /* width: 100%; */
        height: 134px;
        margin-top: 10px;
    }

    .varasat .col-md-4 {
        width: 100%;
    }

    .wanted-12 {
        text-align: center;
    }

    .rounded {
        margin: auto;
        width: auto;
        display: flex;
    }

}

@media screen and (max-width:1047px) {

    .article-info {
        height: auto;
    }

    .support {
        display: none;
    }

    .featured {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }

    .gap {
        column-gap: 60px;
    }
}

@media screen and (max-width: 991.98px) {
    .desktop-navbar {
        display: none;
    }

    .nav-link {
        font-size: 25px;
    }

    .colums-gap {
        column-gap: 80px;
    }

    .paragh-div {
        padding: 0px;
    }

    .paragh-div p {
        font-size: 9px;
    }


    .btn {
        margin-right: 13px;
    }

    #leftMenu {
        width: 100%;
        margin-top: 0px;
    }

    #leftMenu {
        /* position: absolute; */
        top: -10px;
        left: -5px;
    }

    .container {
        margin-left: 10px;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .central input {
        display: none;
    }

    .rounded {
        width: auto;
    }

    .support {
        display: none;
        margin-top: 5.6rem;
    }

    .nav-link {
        font-size: 12px;
    }

    .warently {
        font-size: 1rem;
    }

    .comfort-life-zone img {
        width: 380px;
    }

    .colums-gap {
        column-gap: 20px;
    }

    table td,
    th {
        font-size: 11px;
    }

    .sentizer-er iframe {
        width: 100%;
    }

    .wanted {
        margin-left: -9rem;
    }


    .paragh-div p {
        font-size: 8px;
    }


    .section-header td {
        background-color: #f5f5f5;
        font-weight: bold;
        text-align: center;
    }

    .container {
        padding: 0px 12px;
    }

    .color {
        padding: 10px;
    }

    .col-5 {
        display: none;
    }

    .volunteer {
        width: 100%;
    }

    .col-4.conjection-froud {
        margin-left: 1px;
        margin-top: 2px;
    }

    .sentizer-er {
        border: none;
    }

    .main-wrapper {
        overflow-x: auto;
        white-space: nowrap;
    }

    .wanted img {
        margin-left: -15px;
        width: 100%;
        height: 278px;
    }

    .navbar {
        overflow-x: auto;
        white-space: nowrap;
    }

    #leftMenu.show {
        /* position: fixed; */
        top: 0;
        height: 75px;
    }

    .bobile {
        margin-left: 0;
    }

    #leftMenu.show a {
        font-size: 14px;
    }

    .review-card {
        width: 100%;
    }

    .support .content-wrapper {
        display: inline-block;
        width: auto;
    }

    .support .row {
        display: inline-flex;
        flex-wrap: nowrap;
    }

    .devor {
        width: 590px;
    }

    .devor button {
        width: 130px;
    }

    .support .col-4,
    .support .col-5,
    .support .col-3 {
        flex: 0 0 auto;
        width: auto;
    }

    .comfort {
        display: inline-block;
        min-width: 300px;
    }

    .comfort-zone-highfi {
        min-width: 900px;
    }

    .col-4 .solid {
        max-width: 200px;
    }

    .rena {
        width: 100%;
        background: #EEEEEE;
    }

    .center {
        /* width: 300px; */
        /* height: 364px; */
        overflow-y: scroll;
    }

    .cent {
        margin-top: 12px;
    }

    .cent h5 {
        margin-top: 12px;
    }

    .bobile img {
        width: 100%;
    }

    .content p {
        font-size: 0.75rem;
        margin: 0;
        max-width: 204px;
        line-height: 17px;
        margin-bottom: 12px;
    }

    .common .col-8 {
        width: 443px;
    }

    .sentizer img {
        width: 45px;
        height: 60px;
    }

    .content span {
        display: none;
    }

    .img-fluid {
        max-width: 100%;
        height: 80px;
    }

    .conjection-froud {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-4.conjection-froud h1 {
        font-size: 1.2rem;
    }

    .container {
        width: 99%;
        margin-left: 2px;
    }

    .col-lg-4.conjection-froud img {
        width: 100%;
        margin-top: 12px;
        margin-left: -6px;
    }

    .secondary {
        margin-left: 6px;
        margin: auto;
        width: 96%;
    }

    .crs {
        padding-left: 0px;
    }

    .blog-post {
        display: grid;
        grid-template-columns: repeat(2, 2fr);
    }

    .spec-label {
        font-size: 1rem;
    }

    strong {
        font-size: 12px;
    }

    .table {
        border: none;
    }

    .table th {
        border: none;
        /* padding: 4px 3px; */
    }

    .table td {
        border: none;
        /* padding: 4px 3px; */
        font-size: 13px;
    }

    .center-img {
        width: -webkit-fill-available;
        /* height: 370px; */
    }

    .article-info {
        height: auto;
    }

    .spec-label {
        width: auto;
        display: block;
    }


}

/* Mobile Search Modal */
.mobile-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
    display: flex;
    flex-direction: column;
}

.mobile-search-modal.open {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile-search-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.mobile-search-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.mobile-search-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    background: white;
    flex-shrink: 0;
}

.mobile-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 8px;
    font-family: inherit;
}

.mobile-search-input::placeholder {
    color: #999;
}

.mobile-search-close {
    background: none;
    border: none;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    flex-shrink: 0;
}

.mobile-search-close:active {
    opacity: 0.7;
}

.mobile-search-results {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.mobile-search-result-item {
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s ease;
}

.mobile-search-result-item:active {
    background-color: #f9f9f9;
}

.mobile-search-result-image {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 4px;
    object-fit: cover;
}

.mobile-search-result-content {
    flex: 1;
    min-width: 0;
}

.mobile-search-result-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile-search-result-type {
    font-size: 12px;
    color: #999;
    margin: 4px 0 0 0;
}

.mobile-search-empty {
    padding: 20px 12px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.mobile-search-no-query {
    padding: 20px 12px;
    text-align: center;
    color: #bbb;
    font-size: 14px;
}

@media (min-width: 992px) {
    .mobile-search-modal {
        display: none !important;
    }
}