html,
body {
	height: 100%;
	overflow-x: hidden;
}

/* Inline code styling */
.answers code {
  background-color: #f4f4f4;
  color: #d63384; /* optional: pinkish like GitHub */
  padding: 2px 5px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.95em;
}

/* Block code styling */
.answers pre {
  background-color: #1e1e1e;
  color: #dcdcdc;
  padding: 15px;
  border-radius: 6px;
  overflow-x: auto;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.95em;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Optional: code inside pre */
.answers pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}

/* Table wrapper for horizontal scroll on small screens (optional) */
.answers {
  overflow-x: auto;
  margin: 1em 0;
}

/* Base table style */
.answers table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 30px;
}

/* Header cells */
.answers thead th {
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* Body cells */
.answers tbody td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* First row rounded corners */
.answers table thead th:first-child {
  border-top-left-radius: 8px;
}
.answers table thead th:last-child {
  border-top-right-radius: 8px;
}

/* Last row rounded corners (if no borders below) */
.answers table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.answers table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.deepans-wrapper {
  position: relative;
  margin-top: 50px;
}

/* Copy button */
.deepans-copy-btn {
  position: absolute;
  top: -45px;
  right: 10px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 999px;
  border: none;
  background: #303f9f;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  box-shadow: 0 4px 14px rgba(48, 63, 159, 0.35);
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
	outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
}

/* Optional: add a simple icon using pseudo-element */
.deepans-copy-btn::before {
  content: "\f0c5"; /* Unicode for copy */
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: 14px;
  display: inline-block;
}

/* Hover / active states */
.deepans-copy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(31, 42, 122, 0.45);
}

.deepans-copy-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(31, 42, 122, 0.35);
}

/* "Copied!" feedback state */
.deepans-copy-btn.deepans-copy-btn--copied {
  border: 1px solid #303f9f;
  box-shadow: 0 3px 12px rgba(48, 63, 159, 0.25);
}

/* Zebra striping (optional) */
.answers tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.answers ul, .answers ol {
	margin-top: -10px;
    margin-bottom: 30px;
}

/* Base table style */
.dark .answers table {
  background-color: #333 !important;
}

/* Header cells */
.dark .answers thead th {
  background-color: #555 !important;
}

.dark .answers table th {
	background: #333;
}

.dark .answers table td {
	background: #333;
}

/* Zebra striping (optional) */
.dark .answers tbody tr:nth-child(even) {
  background-color: #444 !important;
}

.answers-area {
	
}
.answers {
	display: block;
    max-width: 700px;
    margin: 0 auto 50px;
	padding: 20px;
}
.answers img {
	max-height: 60px;
    display: block;
    margin: 0 auto;
	border-radius: 10px;
}
.answers h2 {
	text-align: center;
    margin: 30px;
	color: #303F9F;
}
.answers h3 {
	text-align: center;
    margin: 40px 0 30px;
}
.answers div {
	
}
.answers h4 {
	font-weight: 600;
    margin: 28px 0 10px;
	font-size: 18px;
}
.answers h5 {
	font-weight: 600;
    margin: 28px 0 10px;
	font-size: 15px;
}
.answers p {
	
}
.answers div * {
    font-size: 14px; /* Set font size for all elements */
    box-sizing: border-box; /* Optional, makes sure padding and borders don't affect element size */
    text-align: left;
}

.answers div ul, .answers div ol {
    padding-left: 0; /* Remove default indentation */
    margin-left: 20px; /* Remove any additional margins */
	margin-top: 20px;
}
.answers-area a {
	color: #aaa !important;
	font-weight: bold;
}
.dark .answers-area a {
	color: #aaa !important;
	font-weight: bold;
}
.faq-search-box {
	border: solid 5px white;
	display: inline-block;
	position: relative;
	border-radius: 35px;
	margin-top: 20px;
}
.faq-search-box input[type="text"] {
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 35px;
	height: 35px;
	padding: 5px 26px 5px 10px;
	border: none;
	box-sizing: border-box;
	border-radius: 35px;
	transition: width 800ms cubic-bezier(0.5, -0.5, 0.5, 0.5) 600ms;
	background: rgba(0,0,0,0);
	color: #FFF;
}
.faq-search-box input[type="text"]::placeholder {
	color: #fff;
	opacity: 0.6;
}
.faq-search-box input[type="text"]:focus {
	outline: none;
}
.faq-search-box input[type="text"]:focus, .faq-search-box input[type="text"]:not(:placeholder-shown) {
	width: 300px;
	transition: width 800ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
}
.faq-search-box input[type="text"]:focus + span, .faq-search-box input[type="text"]:not(:placeholder-shown) + span {
	bottom: 12px;
	right: 12px;
}
.faq-search-box input[type="text"]:focus + span:after, .faq-search-box input[type="text"]:not(:placeholder-shown) + span:after {
	top: 0;
	right: 5px;
	opacity: 0;
}
.faq-search-box input[type="text"]:focus + span:before, .faq-search-box input[type="text"]:not(:placeholder-shown) + span:before {
	top: 0;
	right: 5px;
	opacity: 0;
}
.faq-search-box span {
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -13px;
	right: -13px;
}
.faq-search-box span:before, .faq-search-box span:after {
	content: '';
	height: 25px;
	border-left: solid 5px white;
	position: absolute;
	transform: rotate(-45deg);
}
.faq-search-box span:after {
	transform: rotate(45deg);
	opacity: 0;
	top: -25px;
	right: -13px;
}
.faq-query {
	cursor: pointer;
}
.faq-suggestion {
	display: none;
	background: rgba(255,255,255,.6);
	border: 2px solid #303F9F;
    padding: 0 5px;
    border-radius: 25px;
    color: #303F9F;
    z-index: 999999999;
    text-align: left;
    max-width: 300px;
	max-height: 400px;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}
.faq-suggestion p {
	padding: 10px;
	cursor: pointer;
	font-weight: 600;
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	color: #303F9F !important;
	border-radius: 5px;
	margin: 5px 0 !important;
}
.faq-suggestion p:hover {
	background: #e8f3ff;
}
section h3 {
	font-weight: 600;
}
.featured-area {

}
.featured-items {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.items-body {
  padding: 10px;
  margin: 10px;
  display: grid;
  grid-gap: 10px;
}
.items-body-content {
  padding: 10px;
  padding-right: 0px;
  display: grid;
  grid-template-columns: 10fr 1fr;
  font-size: 14px;
  grid-gap: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  color: #303F9F;
  font-weight: 600;
}
.items-body-content:hover {
  border-radius: 15px;
  border: 1px solid #303F9F;
}
.items-body-content i {
  align-self: center;
  font-size: 15px;
  color: #303F9F;
  font-weight: bold;
  animation: icon 1.5s infinite forwards;
}
@keyframes icon {
  0%, 100% {
    transform: translate(0px);
  }
  50% {
    transform: translate(3px);
  }
}
.browse-topics-area {
	background: #f5f6ff;
	-webkit-box-shadow: 0px 0px 20px 20px #f5f6ff;
	-moz-box-shadow: 0px 0px 20px 20px #f5f6ff;
	box-shadow: 0px 0px 20px 20px #f5f6ff;
	margin-top: 60px;
}
.browse-topics {
	display: block;
	margin: 0 auto;
}
.topic-cards {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0 80px;
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-card {
	background: rgba(255,255,255,0.8);
    margin: 20px;
    width: 240px;
    text-align: center;
    padding: 20px;
    line-height: 16px;
    border-radius: 20px;
	cursor: pointer;
}
.topic-card img {
	max-height: 50px;
	margin-bottom: 20px;
}
.topic-card h4 {
	font-weight: 600;
    color: #303F9F;
    font-size: 16px;
}
.topic-card p {
	line-height: 18px;
}
/* Cards */
@font-face {
    font-family: 'ltuniversbold';
    src: url('../fonts/samsunglogo-webfont.woff2') format('woff2'),
        url('../fonts/samsunglogo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'huawei_logoregular';
    src: url('../fonts/huaweilogo-webfont.woff2') format('woff2'),
        url('../fonts/huaweilogo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'iphone_logoregular';
    src: url('../fonts/iphonelogo-webfont.woff2') format('woff2'),
        url('../fonts/iphonelogo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.buy-cards-container {
	display: none;
	max-width: 900px;
	margin: 0 auto;
	flex-direction: column;
	-webkit-box-shadow: 0px 0px 50px 50px #f5f6ff;
	-moz-box-shadow: 0px 0px 50px 50px #f5f6ff;
    box-shadow: 0px 0px 50px 50px #f5f6ff;
}

.buy-cards {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 120px;
}

.buy-card {
    position: relative;
    /* background: #e8eaf6; */
    width: 250px;
    color: #212121;
    margin-top: 90px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    border: none;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2); 
}

.card-img {
    position: absolute;
    left: 130px;
    margin-top: -50px;
    max-height: 200px;
}

.card-logo {
    left: 20px;
    margin-top: 50px;
    width: 110px;
    max-height: 70px;
}

.huawei-brand {
    font-family: 'huawei_logoregular', Arial, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 190px;
    right: 30px;
	opacity: 0.2;
}

.samsung-brand {
    font-family: 'ltuniversbold', Arial, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 190px;
    right: 30px;
	opacity: 0.3;
}

.iphone-brand {
    font-family: 'iphone_logoregular', Arial, sans-serif;
    text-transform: lowercase;
    position: absolute;
    top: 190px;
    right: 30px;
	opacity: 0.3;	
}

.card-model {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px !important;
    margin-left: -10px;
}

.card-nitty {
    margin-top: 20px;
}

.card-nitty li {
    text-transform: capitalize;
    list-style-type: circle;
}

.buy-card-price {
    justify-content: center;
    display: flex;
    margin: 20px 0;
    padding-bottom: 20px;
}

.card-currency {
    float: left;
    font-size: 16px;
    line-height: 16px;
}

.card-price {
    float: left;
    font-size: 40px;
}

.buy-card-buy {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
}

.card-buy {
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px 13px;
	line-height: 33px;
    cursor: pointer;
    background: #303f9f;
    /*background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);*/
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.card-buy:hover {
    color: #fff;
}

.sellerID, .phoneID {
	display: none;
}

/*-- 21. Pagination --*/
.pagination {
	display: none;
}

.pagination .nav-links {
    padding: 5px 10px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2); 
    display: inline-block;
	border-radius: 10px;
}

.pagination {
	display: none;
    text-align: center;
    margin-top: 80px;
    width: 100%;
}

.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
  	cursor: pointer;
}

.pagination .nav-links .page-numbers:hover {
    color: rgb(72, 44, 191);
    background-color: #f5f6ff;

}

.pagination .nav-links .page-numbers.current {
    background: rgb(72, 44, 191);
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #ffffff;
}

.loader {
    border: 5px solid #f3f3f3; /* Light gray */
    border-top: 5px solid #007BFF; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: none; /* Hidden by default */
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Loading ellipsis */

.loader-css {
    justify-content: center;
    display: flex;
}

.bloader-css {
    justify-content: center;
    display: flex;
    height: 180px;
    margin-top: 130px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(72, 44, 191);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.faq-loader {
	    display: block;
    margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 5px solid transparent;
  border-top: 5px solid #303f9f;  /* The rotating color */
  border-radius: 50%;
  animation: spin 1s linear infinite; /* <-- Make sure this is applied */
}

.dark .faq-loader {
  border-top-color: white;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



#darkModeToggle {
	top: 25px !important;
}

/* Loading ellipsis end */

@media only screen and (max-width: 767px) {
	html, body {
		overflow-x: hidden !important;
	}
	
	#darkModeToggle {
		top: 15px !important;
	}
}