@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); 

body {
	font-family: "Source Sans 3", sans-serif;
}

.container {
	width: 100%;
	max-width: 1400px;
}

h1 {
	font-size: 48px;
	color: #353b41;
}

h2 {
	font-size: 30px;
	color: #353b41;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	color: #353b41;
}
h4 {
	font-size: 20px;
	color: #353b41;
}

p {
	font-size: 18px;
	color: #565e6a;
}

.brand-logo-box {
	width: calc((100% - (3 * 30px)) / 4);
}

.brand-logo.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.brand-logo-box a.brand-link {
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: 0.3s;
	position: relative;
	font-size: 12px;
	color: #353b41;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	height: 80px;
	text-decoration: unset;
}

.brand-logo-box a.brand-link img {
	max-width: 50px;
	max-height: 50px;
}

.brand-logo-box a.brand-link:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.brand-logo-box a.brand-link span.category-name {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.brand-logo-sec {
	background-color: #fefefe;
	padding: 80px 0;
}

.brand-logo-sec h2 {
	padding-bottom: 30px;
}

.brand-device-catgeory {
	padding: 60px 0;
}

.brand-device-catgeory span.category-name {
	top: 20px;
}

.brand-logo-box a.brand-link h5 {
	font-size: 15px;
	color: #999;
}

.device-wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.device-card {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	width: calc((100% - (2 * 30px)) / 3);
}

.device-img {
	width: 100%;
	height: auto;
	padding: 20px;
}

.device-info {
	background-color: #263238;
	padding: 20px;
	color: white;
}

.series {
	font-size: 14px;
	color: #bbb;
	margin: 0 0 8px;
}

.device-name {
	font-size: 18px;
	margin: 0;
	font-weight: 500;
}

.sell-btn {
	width: 100%;
	background-color: #24a85b;
	color: white;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.sell-btn:hover {
	background-color: #24a85b;
}

/* .choose-city-location a.choose-city-link {
         display: flex;
         padding: 10px 15px;
         border: 1px solid #ddd;
         border-radius: 8px;
         text-decoration: none;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         color: #232323;
         font-size: 18px;
         line-height: 24px;
         align-items: center;
         justify-content: space-between;
         height: 80px;
         }
         .choose-city-location a.choose-city-link img {
         width: 45px;
         height: 45px;
         }
         .choose-city-wrapper {
         display: flex;
         flex-wrap: wrap;
         gap: 30px;
         }
         .choose-city-wrapper .choose-city-location {
         width: calc((100% - (3 * 30px)) / 4);
         }
         .choose-city-location a.choose-city-link:hover {
         transform: scale(1.05);
         box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
         }
         .choose-city-sec {
         padding: 60px 0;
         } */
.product-detail-section {
	padding: 80px 0;
}

.product-step-form-wrapper {
	display: flex;
	width: 100%;
	gap: 40px;
}

.product-step-form-wrapper .left-panel {
	width: 40%;
	text-align: center;
}

.product-step-form-wrapper .left-panel img {
	width: 300px;
	margin-bottom: 20px;
	overflow: hidden;
	object-fit: cover;
	height: 300px;
}

.product-step-form-wrapper .product-details {
	font-size: 14px;
	text-align: left;
	color: #333;
}

.product-step-form-wrapper .right-panel {
	width: 60%;
	background: #f9fafb;
	padding: 50px 30px;
}

.product-step-form-wrapper .right-panel .step h2 {
	padding-bottom: 20px;
}

.step {
	display: none;
}

.step.active {
	display: block;
}

h2 {
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}

.options {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}

.option-btn {
	padding: 16px 24px;
	border: 2px solid #ccc;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: 0.3s ease;
	width: calc((100% - (2 * 20px)) / 3);
	font-size: 20px;
	line-height: 28px;
}

.option-btn:hover {
	border-color: #24a85b;
	background: #eef4ff;
}

.option-btn.selected {
	border: 2px solid #24a85b;
	background-color: #eef6ff;
	box-shadow: 0 4px 10px rgba(30, 136, 229, 0.2);
	background-color: rgba(36, 168, 91, 0.1);
}

.issue-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.issue-box {
	border: 2px solid #ccc;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s ease;
}

.issue-box:hover {
	border-color: #24a85b;
	background: #f0f7ff;
}

.issue-box.selected {
	border: 2px solid #24a85b;
	box-shadow: 0 4px 10px rgba(36, 168, 91, 0.2);
	background-color: rgba(36, 168, 91, 0.1);
}

.issue-box img {
	width: 40px;
	margin-bottom: 10px;
}

.step-nav {
	text-align: center;
	margin-top: 30px;
}

.issue-grid .issue-box p {
	font-size: 20px;
	line-height: normal;
	padding-top: 15px;
}

.phone-details.show-detail h3 {
	padding-bottom: 12px;
	margin-bottom: 0;
}

.nav-btn {
	padding: 14px 60px;
	margin: 0 10px;
	border: none;
	background-color: #24a85b;
	color: white;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s ease;
}

.nav-btn:hover {
	background-color: #1d8f4e;
}

.phone-details {
	display: none;
}

.phone-details.show-detail {
	display: block;
}

.phone-details.show-detail ul {
	padding: 0;
	margin-bottom: 0;
}

.phone-details.show-detail ul li {
	list-style: none;
	padding: 2px 0;
	font-size: 18px;
	line-height: normal;
}

.condition-options {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 30px 0;
	flex-wrap: wrap;
}

.option-box {
	padding: 16px 24px;
	border: 2px solid #ccc;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: 0.3s ease;
	width: calc((100% - (2 * 20px)) / 3);
	font-size: 20px;
	line-height: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.option-box img {
	width: 60px;
	height: 60px;
	margin-bottom: 12px;
}

.option-box p {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	margin: 0;
}

.option-box:hover,
.option-box.selected {
	border: 2px solid #24a85b;
	box-shadow: 0 4px 10px rgba(36, 168, 91, 0.2);
	background-color: rgba(36, 168, 91, 0.1);
}

.error-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 2px solid #e53935;
	padding: 20px 30px;
	box-shadow: 0 0 20px rgba(229, 57, 53, 0.5);
	z-index: 9999;
	border-radius: 12px;
	min-width: 300px;
	text-align: center;
	animation: shake 0.3s ease;
}

.error-popup.show {
	display: block;
	animation: popFade 0.3s ease;
}

.error-popup .popup-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-popup .error-icon {
	font-size: 32px;
	color: #e53935;
	margin-bottom: 10px;
}

.error-popup p {
	color: #e53935;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

/* Animation */
@keyframes popFade {
	from {
		transform: scale(0.9) translate(-50%, -50%);
		opacity: 0;
	}

	to {
		transform: scale(1) translate(-50%, -50%);
		opacity: 1;
	}
}

@keyframes shake {
	0% {
		transform: translate(-50%, -50%) translateX(0);
	}

	25% {
		transform: translate(-50%, -50%) translateX(-5px);
	}

	50% {
		transform: translate(-50%, -50%) translateX(5px);
	}

	75% {
		transform: translate(-50%, -50%) translateX(-5px);
	}

	100% {
		transform: translate(-50%, -50%) translateX(0);
	}
}

.custom-popup .popup-content p {
	padding-bottom: 0;
	margin-bottom: 0;
}


.header-section {
	background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 999;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0px;
	position: relative;
}

.header-wrapper .logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-wrapper .logo img {
	width: 150px;
}

.header-wrapper nav {
	display: flex;
	gap: 24px;
}

.header-wrapper nav a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}

.header-wrapper .actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-wrapper .quote-button {
	background-color: #24a85b;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 15px;
}

.search-toggle,
.menu-toggle {
	background: #24a85b;
	border: none;
	padding: 6px 10px 2px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 2px;
}

/* Search Bar */
#searchBar {
	width: 100%;
}

#searchBar input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

#searchBar button {
	padding: 10px 16px;
	background: #2a9d63;
	color: white;
	border: none;
	border-radius: 6px;
	font-weight: bold;
}

/* Mobile menu styling */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100vh;
	background-color: #fff;
	box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	padding: 20px;
	transition: right 0.4s ease, opacity 0.4s ease;
	opacity: 0;
	z-index: 999;
}

.mobile-menu.active {
	right: 0;
	opacity: 1;
}

.mobile-menu a {
	text-decoration: none;
	color: #333;
	margin: 10px 0;
}

.mobile-menu .quote-button {
	margin-top: 20px;
}

.close-menu {
	align-self: flex-end;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.search-bar {
	opacity: 0;
	transform: translateY(-20px);
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	display: flex;
	gap: 10px;
}

.search-bar .Search-input {
	width: 90%;
}

.search-bar .Search-btn {
	width: 10%;
}

.search-bar .Search-btn button {
	width: 100%;
}

button.search-toggle {
    background: transparent;
    transform: 0.3s;
    padding-bottom: 6px;
    display: none;
}
button.search-toggle img {
	width: 22px;
}

/* Show: Fade In + Slide Down */
.search-bar.show {
	opacity: 1;
	transform: translateY(0);
	max-height: 200px;
	padding: 15px 0;
}

/* Hiding: Fade Out + Slide Up */
.search-bar.hiding {
	opacity: 0;
	transform: translateY(-20px);
	max-height: 0;
}

.mobile-menu button.quote-button {
	background-color: #24a85b;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 15px;
}

button.search-toggle:hover {
	background-color: #24a85b;
	transition: 0.3s;
}

button.search-toggle:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(87%) saturate(0%) hue-rotate(255deg) brightness(108%) contrast(106%);
	transition: 0.3s;
}


/* banner-css */
.banner-section {
 background-image: url(../images/banner-images.jpg);
    position: relative;
    background-position: center;
	background-size: cover;
}

.banner-section:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0f2e22bf;
}

.banner-section .banner-wrapper-flex {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 15px 0;
	position: relative;
}

.banner-section .banner-wrapper-flex .banner-left-content {
	width: 60%;
}

.banner-section .banner-wrapper-flex .banner-right-image {
	width: 40%;
}

.banner-section .banner-wrapper-flex .banner-right-image img {
	width: 100%;
	border-radius: 8px;
}

.banner-section .banner-wrapper-flex h1 {
	color: #fff;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 16px;
}

.banner-section .banner-wrapper-flex p {
	color: hsl(0deg 0% 98% / 80%);
	line-height: normal;
	margin-bottom: 10px;
}

.banner-section .banner-wrapper-flex .banner-btn {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    margin-top: 10px;
}

.banner-section .banner-wrapper-flex .banner-btn a.instant-quote-btn {
	background: #fff;
	color: #24a85b;
	text-decoration: unset;
	padding: 10px 32px;
	border-radius: 6px;
}

.banner-section .banner-wrapper-flex .banner-btn a.how-works-btn {
	padding: 10px 32px;
	color: #fff;
	text-decoration: unset;
	border: 1px solid #fff;
	border-radius: 6px;
	transition: 0.3s;
}

.banner-section .banner-wrapper-flex .banner-btn a.how-works-btn:hover {
	background: #fff;
	color: #24a85b;
	border-color: #fff;
	transition: 0.3s;
}

.banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-slider .slide {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.banner-slider .slide.active {
    opacity: 1;
    position: relative;
}



/*why-sell-section */
.why-sell-section {
	padding: 80px 0;
	background-color: #f9fafb;
}

.why-sell-section h2 {
	font-weight: 700;
	color: #353b41;
	line-height: normal;
	margin-bottom: 16px;
}

.why-sell-section p {
	text-align: center;
	color: #565e6a;
	line-height: 1;
	margin-bottom: 0;
}

.why-sell-wrapper,
.how-works-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-top: 50px;
}

.why-sell-wrapper .why-sell-item,
.how-works-wrapper .how-works-item {
	width: calc((100% - (2 * 30px)) / 3);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 24px;
	background: #fff;
	text-align: center;
	border-radius: 8px;
}

.why-sell-icon,
.how-works-icon {
	background-color: #e9f6ee;
	width: 60px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 50px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.why-sell-icon img,
.how-works-icon img {
	width: 32px;
}

.why-sell-wrapper .why-sell-item p,
.how-works-wrapper .how-works-item p {
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
}

.why-sell-wrapper .why-sell-item h3,
.how-works-wrapper .how-works-item h3 {
	margin-bottom: 0;
}


/* how-works-section-css */
.how-works-section {
	padding: 80px 0;
}

.how-works-section p {
	text-align: center;
	color: #565e6a;
	line-height: 1;
	margin-bottom: 0;
}

.how-works-icon img {
	filter: brightness(0) saturate(100%) invert(68%) sepia(13%) saturate(1875%) hue-rotate(109deg) brightness(83%) contrast(83%);
}

/* popular-phones-section-css */
.popular-phones-section {
	padding: 40px 0;
	background-color: #f9fafb;
}

.popular-phones-section p {
	text-align: center;
	color: #565e6a;
	line-height: 1;
	margin-bottom: 0;
}

.popular-phones-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-top: 50px;
}

.popular-phones-wrapper .popular-phones-item {
	width: calc((100% - (3 * 30px)) / 4);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 20px;
	background: #fff;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
}

/*.popular-phones-item .popular-phones-icon img {
	///filter: brightness(0) saturate(100%) invert(68%) sepia(13%) saturate(1875%) hue-rotate(109deg) brightness(83%) contrast(83%);
	width: 36px;
}*/
.popular-phones-item .popular-phones-icon img {
	width: 36px;
}
.popular-phones-icon {
	margin: 0 auto;
	margin-bottom: 24px;
}

.popular-phones-wrapper .popular-phones-item h3 {
	margin-bottom: 0;
}

.popular-phones-wrapper .popular-phones-item a {
	color: #24a85b;
	font-size: 16px;
	padding-top: 10px;
	text-decoration: unset;
	display: block;
}

.popular-phones-wrapper .popular-phones-item a:hover {
	transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* ready-sell-section-css */
.ready-sell-section {
	background-color: #28a964;
	padding: 80px 0;
}

.ready-sell-section .ready-sell-wrapper h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: normal;
	margin-bottom: 16px;
}

.ready-sell-section .ready-sell-wrapper p {
	text-align: center;
	color: hsl(0deg 0% 98% / 80%);
	margin-bottom: 32px;
}

.ready-sell-section .ready-sell-wrapper .ready-sell-btn {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.ready-sell-section .ready-sell-wrapper .ready-sell-btn a.free-quote-btn {
	background: #fff;
	color: #24a85b;
	text-decoration: unset;
	padding: 10px 32px;
	border-radius: 6px;
}

.ready-sell-section .ready-sell-wrapper .ready-sell-btn a.contact-support-btn {
	padding: 10px 32px;
	color: #fff;
	text-decoration: unset;
	border: 1px solid #fff;
	border-radius: 6px;
	transition: 0.3s;
}

.ready-sell-section .ready-sell-wrapper .ready-sell-btn a.contact-support-btn:hover {
	background: #fff;
	color: #24a85b;
	border-color: #fff;
	transition: 0.3s;
}


/* testimonial-css */
.testimonial-wrapper {
	position: relative;
	max-width: 768px;
	margin: 0px auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 32px 60px;
	text-align: center;
	overflow: hidden;
}

.testimonial-section {
	padding: 80px 0;
}

.testimonial-slide {
	display: none;
	opacity: 0;
	animation: fadeInRight 0.8s ease forwards;
}

.testimonial-slide.active {
	display: block;
}

.start-selling-btn {
	text-align: center;
	padding-top: 50px;
}

.start-selling-btn a {
	background-color: #24a85b;
	color: #fff;
	border: none;
	padding: 12px 26px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 15px;
	text-decoration: unset;
	line-height: 20px;
}

.start-selling-btn a i {
	padding-left: 12px;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(40px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.testimonial-slide img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #34a679;
	margin-bottom: 24px;
}

.testimonial-slide p {
	font-style: italic;
	color: #333;
	font-size: 18px;
}

.testimonial-name {
	margin-top: 0;
	font-weight: bold;
	font-size: 20px;
	color: #24a85b;
}

.testimonial-location {
	font-size: 14px;
	color: #565e6a;
}

/* Arrows */
.testimonial-wrapper .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: white;
	border: 2px solid #00b471;
	color: #00b471;
	font-size: 20px;
	padding: 8px 12px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-wrapper .arrow:hover {
	background: #00b471;
	color: white;
}

.testimonial-wrapper .arrow.left {
	left: 10px;
}

.testimonial-wrapper .arrow.right {
	right: 10px;
}

/* Dots */
.testimonial-wrapper .dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 8px;
}

.testimonial-wrapper .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	transition: background 0.3s ease;
}

.testimonial-wrapper .dot.active {
	background: #00b471;
}

.testimonial-section p {
	text-align: center;
	color: #565e6a;
	line-height: 1;
	margin-bottom: 48px;
}

.testimonial-stars {
	color: #ffc107;
	/* Bootstrap star gold color */
	font-size: 26px;
	margin-bottom: 0px;
}

.testimonial-section .testimonial-slide p {
	font-size: 20px;
	line-height: 1.5;
	font-style: italic;
	color: rgb(55 65 81);
	margin-bottom: 24px;
}


/* footer-css */
.footer-section {
	background-color: #0e1726;
	color: #d1d5db;
	padding: 60px 0px 25px;
	font-family: 'Segoe UI', sans-serif;
}

.footer-logo {
	padding-bottom: 16px;
}

.footer-section .footer-column p {
	font-size: 16px;
	line-height: 1.5;
	color: #969da8;
}

.footer-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.footer-section .footer-column {
	width: calc((100% - (4 * 30px)) / 5);
}

.footer-section .footer-column h3 {
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
}

.footer-section .footer-column ul {
	list-style: none;
	padding: 0;
}

.footer-section .footer-column ul li {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 16px;
	color: #969da8;
}

.footer-section .footer-column a {
	font-size: 16px;
	color: #969da8;
	text-decoration: none;
	transition: color 0.3s;
	font-weight: 400;
}

.footer-section .footer-column a:hover {
	color: #34d399;
}

.footer-socials a {
	color: #d1d5db;
	font-size: 16px;
	transition: color 0.3s;
}

.footer-socials a:hover {
	color: #34d399;
}

.footer-section .contact-info li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.contact-info i {
	color: #34d399;
}

.footer-logo a img {
	width: 150px;
	filter: brightness(0) saturate(100%) invert(56%) sepia(15%) saturate(1704%) hue-rotate(95deg) brightness(92%) contrast(99%);
}

/* Bottom Bar */
.footer-bottom {
	border-top: 1px solid #1f2937;
	margin-top: 40px;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #9ca3af;
	font-size: 14px;
}

.footer-links a {
	margin-left: 20px;
	color: #969da8;
	text-decoration: none;
	font-size: 15px;
}

.footer-links a:hover {
	color: #34d399;
}

.footer-bottom p {
	margin-bottom: 0;
	font-size: 15px;
	color: #969da8;
}

.footer-socials a i {
	color: #969da8;
	font-size: 20px;
}

.footer-socials a:hover i {
	color: #26d980;
	transition: 0.3s;
}

.footer-socials {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.footer-socials a {
	padding: 6px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.footer-socials a:hover {
	background-color: hsl(150deg 70% 50% / 20%);
	transition: 0.3s;
}




.all-pages-banner-section p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.all-pages-banner-section {
    background-image: url(../images/banner-images.jpg);
    position: relative;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.all-pages-banner-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f2e22bf;
}
.all-pages-banner-section .banner-wrapper-flex {
    text-align: center;
    position: relative;
}

.all-pages-banner-section .banner-wrapper-flex h1 {
    font-weight: 700;
    color: #fff;
}

.all-pages-banner-section .banner-wrapper-flex p {
    color: #fff;
}


/* how-sell-phone-css */
.how-sell-phone-wapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.how-sell-phone-step-card {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: calc((100% - (2 * 30px)) / 3);
  overflow: hidden;
  text-align: left;
}

.how-sell-phone-step-card:hover {
  transform: translateY(-5px);
}

.step-badge {
  position: absolute;
  top: -15px;
  left: -16px;
  background: #24a85b;
  color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.step-icon {
    font-size: 36px;
    color: #10b981;
    margin-top: 40px;
}

.step-card h3 {
  font-size: 20px;
  color: #111827;
  margin-bottom: 12px;
}

.step-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}
.how-sell-phone-section {
    background: #f9fafb;
    padding: 80px 0px;
}
.how-sell-phone-section p.subtitle {
    text-align: center;
    margin-bottom: 50px;
}
.how-sell-phone-step-card .step-icon img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(70%) saturate(493%) hue-rotate(92deg) brightness(91%) contrast(85%);
    width: 40px;
    padding-bottom: 20px;
}
.how-sell-phone-step-card h3 {
    line-height: 30px;
}
.how-sell-phone-step-card p {
    font-size: 16px;
    line-height: 26px;
}
.how-sell-phone-step-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.how-sell-phone-step-card ul li {
    list-style: none;
    line-height: 30px;
}

.how-sell-phone-step-card ul li i {
    color: #24a85b;
    margin-right: 10px;
    font-size: 18px;
}
.how-sell-phone-step-card p {
    margin-bottom: 12px;
}

/* why-choose-swapsmart-css */

.why-choose-swapsmart {
    background-color: #fff;
    padding: 80px 0px;
    text-align: center;
}	

.why-choose-swapsmart .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.why-choose-swapsmart .subtitle {
  color: #555;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.benefits-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.why-choose-swapsmart .benefit-card {
    background-color: #f9fafb;
    border-radius: 10px;
    padding:  24px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    text-align: left;
    width: calc((100% - (3 * 20px)) / 4);
}

.why-choose-swapsmart .benefit-card .icon {
    filter: brightness(0) saturate(100%) invert(51%) sepia(70%) saturate(493%) hue-rotate(92deg) brightness(91%) contrast(85%);
    width: 40px;
}

.why-choose-swapsmart .benefit-card .text-content h4 {
  font-weight: 600;
  margin-bottom: 8px;
}

.why-choose-swapsmart .benefit-card .text-content p {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 0;
}

/* our-journey-css */
.our-journey-wapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.our-journey-wapper .our-journey-left-col {
    width: 50%;
}

.our-journey-wapper .our-journey-right-col {
    width: 50%;
}

.our-journey-wapper .our-journey-right-col img {
    width: 100%;
    border-radius: 16px;
}

.our-journey-wapper .our-journey-left-col h2 {
    text-align: left;
}

.our-journey-section {
    padding: 80px 0;
}

/* meet-team-css */
.meet-team-section {
  background-color: #fff;
  padding: 80px 0px;
  text-align: center;
}

.meet-team-section .team-header {
  margin-bottom: 40px;
}

.meet-team-section .team-header .team-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}

.meet-team-section .team-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.meet-team-section .team-header p {
  font-size: 1rem;
  color: #555;
}

.meet-team-section .team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.meet-team-section .team-card {
    background-color: white;
    border-radius: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: transform 0.2s ease;
    width: calc((100% - (3 * 30px)) / 4);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.meet-team-section .team-card:hover {
  transform: translateY(-5px);
}

.meet-team-section .member-photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.meet-team-section h3 {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}

.meet-team-section .position {
  color: #22c55e; /* green text */
  font-weight: 500;
  margin: 5px 0;
}

.meet-team-section .bio {
  font-size: 0.95rem;
  color: #444;
  padding: 0 15px;
}





.counter-section {
    background-color: #0e1726;
    color: white;
    text-align: center;
    padding: 80px 0px;
}

.counter-header {
  margin-bottom: 40px;
}

.counter-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}

.counter-header h2 {
    color: #fff;
}

.counters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 30px;
}

.counter-item {
    background-color: #24a85b26;
    padding: 15px 40px;
    border: 1px solid #24a85b;
    border-radius: 16px;
}

.counter-number {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}

.counter-item p {
  color: #22c55e;
  font-size: 1rem;
  margin-top: 5px;
}
.contact-map-section {
    padding: 80px 0;
}
.contact-info-wrapper .info-box p {
    margin-bottom: 0;
}
.contact-info-wrapper .info-box p.note-text {
    margin-top: 10px;
}
.contact-map-section p {
    text-align: center;
}






.contact-info-wrapper .contact-form label {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
}
.contact-social-icon {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.contact-section {
    padding: 80px 0;
    background-color: #f9fafb;
}
.contact-form .form-row .form-group {
    width: 50%;
}
.contact-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

.contact-info-wrapper .contact-info {
    background: #f1f8f5;
    padding: 30px;
    border-radius: 12px;
    width: 40%;
}

.contact-info h2 {
  margin-bottom: 20px;
}
.contact-info-wrapper {
    display: flex;
    gap: 50px;
}
.contact-info-wrapper .info-box {
    display: flex;
    gap: 15px;
    background: #24a85b17;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-info-wrapper .info-box .icon {
  font-size: 24px;
  color: #4CAF50;
}

.contact-info-wrapper .contact-info h4 {
  margin: 5px 0;
}

.contact-info-wrapper .social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.contact-info-wrapper h2 {
    text-align: left;
}
.contact-info-wrapper .social-icons a {
    background: #d8f1e2;
    padding: 10px;
    border-radius: 50%;
    color: #4CAF50;
    font-size: 20px;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.contact-info-wrapper .info-box p {
    font-size: 16px;
}
.contact-info-wrapper .social-icons a:hover {
  background: #b6eac9;
}

.contact-info-wrapper .contact-form {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 60%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-form h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.contact-form .form-row {
  display: flex;
  gap: 15px;
}

.contact-form button {
  background: #28a745;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #218838;
}
.our-journey-section.about-sec {
    background-color: #f9fafb;
}

/*login-popup-css */
/* login-popup-css */
  .quote-button {
      display: block;
      padding: 12px 24px;
      font-size: 16px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    /* Overlay base style */
    .popup-overlay-login-form {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
      z-index: 1000;
    }

    /* Show class for popup */
    .popup-overlay-login-form.show {
      opacity: 1;
      pointer-events: auto;
    }

    /* Popup box */
    .popup-box {
      background: white;
      padding: 24px 24px;
      border-radius: 10px;
      width: 320px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
      transform: translateY(-50px);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
      position: relative;
    }

    .popup-overlay-login-form.show .popup-box {
      transform: translateY(0);
      opacity: 1;
    }

    /* Close button */
    .popup-overlay-login-form .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 30px;
      cursor: pointer;
      background: none;
      border: none;
      color: #333;
    }

    .popup-box h2 {
      text-align: center;
      margin-bottom: 15px;
    }

 .popup-overlay-login-form .popup-box input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 12px;
}
.popup-overlay-login-form button.submit-btn {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    background-color: #24a85b;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.popup-overlay-login-form label {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin: 0;
	color: #333;
	padding-bottom: 6px;
}
/* header-search-desktop */
.search-box {
  background: white;
  border-radius: 8px;
  border: 1px solid #24a85b;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-box i.search-icon {
  color: #24a85b;
  font-size: 16px;
  margin-right: 10px;
}

.search-box .search-input {
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}

.search-box .clear-btn {
  border-radius: 50%;
  padding: 0 0px 0 8px;
  cursor: pointer;
}

.search-box.clear-icon {
   color: black;
  font-size: 16px;
}


/* banner-slider-css */
.banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .banner-slider .slides-wrapper {
      display: flex;
      transition: transform 1s ease;
      height: 100%;
    }

    .banner-slider .slide-item-wrap {
      min-width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.slide-item-wrap .overlay {
    width: 100%;
    height: 100%;
    background-color: #35a57ce3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slides-wrapper .container {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 100px 50px;
    gap: 30px;
}
.banner-slider-content-col {
    width: 50%;
}

.banner-slider-image-col {
    width: 50%;
}
.banner-slider-image-col img {
    width: 100%;
}

    /* Buttons */
 .banner-slider .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 26px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

    .banner-slider .prev-btn {
      left: 20px;
    }

    .banner-slider .next-btn {
      right: 20px;
    }

    /* Dots */
    .banner-slider .dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 5;
    }

    .banner-slider .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: white;
      opacity: 0.5;
      cursor: pointer;
      transition: opacity 0.3s;
    }

    .banner-slider .dot.active {
      opacity: 1;
    }
.banner-left-content h1 {
    color: #fff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 16px;
}
.banner-left-content p {
    color: hsl(0deg 0% 98% / 80%);
    line-height: normal;
    margin-bottom: 10px;
}

.banner-left-content .banner-btn {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    margin-top: 30px;
}
.banner-left-content .banner-btn a.instant-quote-btn {
    background: #fff;
    color: #24a85b;
    text-decoration: unset;
    padding: 10px 32px;
    border-radius: 6px;
}

.banner-left-content .banner-btn a.how-works-btn {
    padding: 10px 32px;
    color: #fff;
    text-decoration: unset;
    border: 1px solid #fff;
    border-radius: 6px;
    transition: 0.3s;
}

/* we-Offer-section-css */
.we-Offer-section {
    padding: 80px 0;
    background-color: #f9fafb;
}
.we-Offer-section .we-Offer-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.we-Offer-section .we-Offer-wrapper .we-Offer-image {
    width: 50%;
}

.we-Offer-section .we-Offer-wrapper .we-Offer-image img {
    width: 100%;
    border-radius: 16px;
}
.we-Offer-section .we-Offer-wrapper .we-Offer-content {
    width: 50%;
}
.we-Offer-section .we-Offer-wrapper .we-Offer-content h2 {
    text-align: left;
}

.we-Offer-section .we-Offer-wrapper .we-Offer-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.we-Offer-section .we-Offer-wrapper .we-Offer-content ul li {
    list-style: none;
    display: flex;
    padding: 6px 0;
    color: #565e6a;
}

.we-Offer-section .we-Offer-wrapper .we-Offer-content ul li span i {
    color: #24a85b;
    margin-right: 10px;
    font-size: 18px;
}
.we-Offer-section.focus-lucknow {
    background-color: #fff;
}
@media (min-width: 1025px) {
.menu-toggle {
    display: none !important;
}
}
@media (max-width: 1024px) {
.header-wrapper .quote-button {
    display: none;
}
	.header-wrapper .logo img {
		width: 120px;
	}

	.header-wrapper nav {
		display: none;

	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 28px;
	}

	.banner-section .banner-wrapper-flex {
		padding: 60px 0;
		gap: 30px;
	}

	.banner-section .banner-wrapper-flex .banner-btn a.how-works-btn {
		padding: 10px 24px;
	}

	.banner-section .banner-wrapper-flex .banner-btn a.instant-quote-btn {
		padding: 10px 24px;
	}

	.why-sell-section {
		padding: 60px 0;
	}

	.how-works-section {
		padding: 60px 0;
	}

	.popular-phones-section {
		padding: 30px 0;
	}

	.testimonial-section {
		padding: 60px 0;
	}

	.popular-phones-wrapper {
		gap: 20px;
	}

	.popular-phones-wrapper .popular-phones-item {
		padding: 20px 15px;
		width: calc((100% - (3 * 20px)) / 4);
	}
	.how-sell-phone-step-card {
    width: calc((100% - (1 * 30px)) / 2);
}
.how-sell-phone-section {
    padding: 60px 0px;
}
.how-sell-phone-step-card .step-icon img {
    width: 35px;
	padding: 0;
}
.step-icon {
    margin-top: 30px;
}
.why-choose-swapsmart .benefit-card {
    padding: 20px;
	    width: calc((100% - (1 * 20px)) / 2);
}
.why-choose-swapsmart .benefit-card .icon {
    width: 26px;
}
.benefits-row {
    gap: 20px;

}
.why-choose-swapsmart {
    padding: 60px 0px;
}
.our-journey-section {
    padding: 60px 0;
}
.meet-team-section {
    padding: 60px 0px;
}
.meet-team-section .team-card {
    width: calc((100% - (1 * 30px)) / 2);
}
.counters {
    gap: 30px;
    flex-wrap: nowrap;
}
.counter-section {
    padding: 60px 0px;
}
.contact-info-wrapper {
    display: block;
}

.contact-info-wrapper .contact-info {
    width: 100%;
}

.contact-info-wrapper .contact-form {
    width: 100%;
    margin-top: 50px;
}
.contact-section {
    padding: 60px 0;
}
.menu-toggle {
display: inline-block;
}
.banner-left-content h1 {
    font-size: 30px;
}
.banner-left-content p {
    font-size: 16px;
}
.banner-left-content .banner-btn a.instant-quote-btn {
    padding: 10px 15px;
}

.banner-left-content .banner-btn a.how-works-btn {
    padding: 10px 15px;
}
.banner-slider .nav-btn {
    width: 34px;
    height: 34px;
    font-size: 20px;
    padding: 4px;
    justify-content: center;
}
.banner-slider .prev-btn {
    left: 0;
}

button.nav-btn.next-btn {
    right: 0;
}
.we-Offer-section {
    padding: 60px 0;
}
.we-Offer-section .we-Offer-wrapper {
    display: block;
}

.we-Offer-section .we-Offer-wrapper .we-Offer-image {
    width: 100%;
}

.we-Offer-section .we-Offer-wrapper .we-Offer-content {
    width: 100%;
    padding-top: 26px;
}

.we-Offer-section.focus-lucknow .we-Offer-wrapper {
    flex-direction: column-reverse;
    display: flex;
    gap: 0;
}
}

@media (max-width: 767px) {
.we-Offer-section {
    padding: 40px 0;
}
.how-sell-phone-section p.subtitle {
    margin-bottom: 30px;
}
	.form-wrapper {
		flex-direction: column;
	}

	.left-panel,
	.right-panel {
		width: 100%;
	}

	.brand-logo-box {
		width: calc((100% - (1 * 0px)) / 1);
	}

	.brand-logo-sec {
		padding: 30px 0;
	}

	.device-card {
		width: calc((100% - (1 * 0px)) / 1);
	}

	.product-step-form-wrapper {
		display: block;
	}

	.product-step-form-wrapper .left-panel {
		width: 100%;
	}

	.product-step-form-wrapper .right-panel {
		width: 100%;
	}

	.option-btn {
		width: calc((100% - (1 * 20px)) / 2);
		font-size: 18px;
		padding: 14px 24px;
	}

	.step-nav {
		display: flex;
		justify-content: center;
	}

	.option-box {
		width: calc((100% - (1 * 20px)) / 2);
		text-align: center;
		font-size: 18px;
		line-height: normal;
	}


	.popular-phones-wrapper {
		gap: 30px;
	}

	.header-wrapper nav {
		display: none;
	}


	.header-wrapper .quote-button {
		display: none;
	}

	.search-bar .Search-input {
		width: calc(100% - 100px);
	}

	.search-bar .Search-btn {
		width: 120px;
	}

	.header-wrapper .actions {
		gap: 10px;
	}

	.why-sell-wrapper .why-sell-item,
	.how-works-wrapper .how-works-item {
		width: calc((100% - (1 * 0px)) / 1);
	}

	.popular-phones-wrapper .popular-phones-item {
		width: calc((100% - (1 * 0px)) / 1);
	}

	.footer-section .footer-column {
		width: calc((100% - (1 * 30px)) / 1);
	}

	.banner-section .banner-wrapper-flex .banner-right-image {
		width: 100%;
		height: 220px;
	}

	.banner-section .banner-wrapper-flex .banner-left-content {
		width: 100%;
	}

	.banner-section .banner-wrapper-flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 30px;
		padding: 15px 0;
	}

	.why-sell-section {
		padding: 40px 0;
	}

	.how-works-section {
		padding: 40px 0;
	}

	.popular-phones-section {
		padding: 20px 0;
	}

	.testimonial-section {
		padding: 40px 0;
	}

	.ready-sell-section {
		padding: 60px 0;
	}

	.footer-section {
		padding: 40px 0px 20px;
	}

	.footer-bottom {
		justify-content: center;
		gap: 10px;
	}

	.footer-links a {
		margin: 0 6px;
	}

	.footer-wrapper {
		gap: 20px;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 26px;
	}

	.ready-sell-section .ready-sell-wrapper h2 {
		font-size: 30px;
	}

	.ready-sell-section .ready-sell-wrapper .ready-sell-btn a.contact-support-btn {
		padding: 10px 20px;
	}

	.ready-sell-section .ready-sell-wrapper .ready-sell-btn a.free-quote-btn {
		padding: 10px 20px;
	}

	.testimonial-wrapper .arrow {
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.banner-section .banner-wrapper-flex .banner-btn a.how-works-btn {
		padding: 10px 20px;
	}

	.banner-section .banner-wrapper-flex .banner-btn a.instant-quote-btn {
		padding: 10px 20px;
	}
	.how-sell-phone-step-card {
    width: calc((100% - (1 * 0px)) / 1);
}
.how-sell-phone-step-card .step-icon img {
    width: 30px;

}
.step-icon {
    margin-top: 30px;
}
.how-sell-phone-section {
    padding: 40px 0px;
}
.why-choose-swapsmart .benefit-card {
    width: calc((100% - (1 * 0px)) / 1);
}
.why-choose-swapsmart .benefit-card .icon {
    width: 30px;
}
.why-choose-swapsmart {
    padding: 40px 0px;
}
.all-pages-banner-section p {
    max-width: 100%;
}
.our-journey-wapper .our-journey-right-col {
    width: 100%;
}
.our-journey-wapper {
    flex-direction: column;
    gap: 30px;
}
.our-journey-section.about-sec .our-journey-wapper {
    flex-direction: column-reverse;
}
.our-journey-wapper .our-journey-left-col {
    width: 100%;
}
.our-journey-section {
    padding: 40px 0;
}
.meet-team-section {
    padding: 40px 0px;
}
.meet-team-section .team-card {
    width: calc((100% - (1 * 0px)) / 1);
}
.counter-item {
    width: 100%;
}
.counters {
    gap: 30px;
    flex-wrap: wrap;
}
.counter-section {
    padding: 40px 0px;
}
.contact-info-wrapper {
    display: block;
}

.contact-info-wrapper .contact-info {
    width: 100%;
	padding: 20px;
}

.contact-info-wrapper .contact-form {
    width: 100%;
    margin-top: 50px;
}

.contact-map-section {
    padding: 40px 0;
}

.contact-section {
    padding: 40px 0;
}
.contact-form .form-row {
    display: block;
}

.contact-form .form-row .form-group {
    width: 100%;
}
.slides-wrapper .container {
    display: block;
    padding: 50px 60px;
}

.banner-slider-content-col {
    width: 100%;
    margin-bottom: 30px;
}

.banner-slider-image-col {
    width: 100%;
    display: none;
}

.banner-slider .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 8px;
    justify-content: center;
}

.banner-slider .prev-btn {
    left: 0;
}

.banner-slider .next-btn {
    right: 0;
}
.banner-left-content .banner-btn a.instant-quote-btn {
    padding: 10px;
    font-size: 16px;
}

.banner-left-content .banner-btn a.how-works-btn {
    padding: 10px;
    font-size: 16px;
}
}

@media (max-width: 480px) {
   .search-box {
      display: flex;       /* ✅ keep search visible */
      flex: 1;
      margin-left: 10px;
      padding: 4px 6px;

   }
   .search-box input {
      width: 100%;
      font-size: 14px;
   }
   
   	.banner-section .banner-wrapper-flex .banner-right-image {
		width: 100%;
		height: 220px;
	}
button.search-toggle {
    display: block;
}
.popup-box {
    width: 90%;
}
}