@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


/* @font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular') format('woff2'),
       url('\fonts\Inter-4.1\extras\woff-hinted') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
 
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.woff2') format('woff2'),
       url('/fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */
 

body{
	    font-family: 'Inter', sans-serif !important;
}

/* Header styles */
.site-header .main-header {
    background-color: #000;
    padding: 10px 0;
}


.main-navigation ul li a {
    color: #fff !important;
    padding: 10px 15px;
    display: inline-block;
	font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}

.header-buttons .btn {
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 8px;
	FONT-WEIGHT: 600;
    line-height: 26px;
	background-color: rgba(40, 175, 53, 1) !important;
}

.menu_open svg {
    fill: #fff;
}

.main-nav-open .nav li a {
    color: #fff !important;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #333;
}

.main-nav-open .nav li a:hover {
    text-decoration:none !important;
}

.main-header .mobile-menu-container{
	 margin-top:12px;
}

.main-navigation ul li a:hover {
    text-decoration: none;
}

/*footer style*/
.site-footer {
    background: #fff;
    padding: 50px 20px;
    text-align: center;
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
}

.footer-logo img {
    width: 50px;
    margin-bottom: 20px;
}

.footer-nav ul li a {
    color: black;
    line-height: 23px;
    font-weight: 500;
    font-size: 18px;
}

.footer-nav ul li {
    margin-top: 30px;
   margin-right: 15px;
    margin-left: 15px;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
	list-style: none;
}

.footer-nav ul{
	display: flex;
    justify-content: center;
    padding-inline-start: 0px;
}

.footer-social {
    margin: 20px 0;
}

.footer-social i {
    margin: 0px 10px 0px 10px;
}

.footer-copy p{
	line-height: 22px;
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
	 margin-top: 0;
    margin-bottom: 0px !important;
}

.footer-nav ul li a:hover {
    text-decoration: none;
}


/*Home page*/
.banner-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Inter', sans-serif;
}

.banner-content {
  min-width: 495px;
}

.trust-badge {
   background-color: rgba(213, 249, 216, 1);
   color: rgba(0, 77, 10, 1);
   font-weight: 500;
   display: inline-block;
   padding: 6px 10px;
   font-size: 14px;
   line-height: 22px;
   border-radius: 8px;
   margin-bottom: 10px;
}

.banner-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 78px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Inter', sans-serif;
}

.banner-subtitle {
	font-size: 16px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px !important;
    font-family: 'Inter', sans-serif;
    line-height: 26px;
    font-weight: 400;
}

.device-select {
    width: 100%;
    padding: 12px 32px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: rgba(0, 0, 0, 1);
    border-radius: 30px;
    border: 1px solid rgba(128, 128, 128, 1);
    display: block;
	appearance: none;
}

.banner-content p {
    margin-bottom: 0px;
}

.sell-now-btn {
	background-color: rgba(40, 175, 53, 1);
    color: #fff;
    padding: 11px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    line-height: 29px;
    margin-top: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
}

a.sell-now-btn:hover {
    color: white !important;
    text-decoration: none !important;
}

.banner-image {
  position: relative;
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.banner-image img {
    width: 100%;
    max-width: 515px;
}

.testimonial{
	max-width: 1150px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
}

.testimonial-box {
	max-width: 1150px !important;
    background-color: rgba(255, 239, 239, 1);
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	 margin: auto;
    padding: 30px;
    gap: 10px;
    font-family: 'Inter', sans-serif;
}


.testimonial-content {
    font-size: 16px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    font-style: italic;
    font-weight: 400;
	margin-bottom:0px
}

.testimonial-content-1{
	display: flex;
    flex-wrap: wrap;
    max-width: 1150px;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    font-style: italic;
    font-weight: 400;
}

.testimonial-content{
    display: flex;
    max-width: 1150px;
    flex-direction: column;
    flex-wrap: wrap;
}

.testimonial-content-1 strong {
    color: rgba(255, 77, 77, 1);
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
	font-style: normal;
}

/* Section 1: Benefits */
.benefits-section {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    justify-content: center;
	justify-items: center;
    gap: 25px;
    max-width: 1150PX;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 30px;
}

.benefit-box {
    flex: 1;
    min-width: 230px;
    max-width: 336px;
    background-color: #ffffff;
}

.benefit-icon{
    width: 54px;
    height: 54PX;
    padding: 6px;
    background-color: #F5FAF3;
    border: 4px solid #EBF6EA;
    border-radius: 11px;
    margin-bottom: 20px;
    text-align: center;
	 display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-box img {
  width: 30px;
}

.benefit-box h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.benefit-box p {
    font-size: 16px;
    color: #666666;
    font-family: 'Inter', sans-serif;
    line-height: 26px;
    font-weight: 400;
}

/* CTA Quote Box */

.quote{
	max-width: 1150px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
}

.quote-box {
    max-width: 1110px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #F9F9F9;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.quote-box strong{
	 font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.quote-text{
	 font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
	color: #666666;
}

.quote-box .highlight {
    color: #28AF35;
    font-weight: 400;
}

.quote-buttons {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.quote-buttons br {
    display: none;
}

.quote-btn {
    background: #fff;
    border: 1px solid #E3E3E3;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    box-shadow: 0px 1.35px 2.71px #0D10170F;
	display:flex;
	justify-content:center;
}

.quote-list li .quote-icontext {
    margin-bottom: 25px !important;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.quote-btn:hover {
    color: #000000;
    text-decoration: none;
}


/* Section 2: Shipping Label */
.shipping-label{
	 max-width: 1150px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
}

.shipping-label-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1110px;
    margin: 100px auto;
    padding: 74px 50px;
    border-radius: 8px;
    border: 1px solid #E5E5E5 !important;
    align-items: center;
    background-image: url(https://phonebuyback.aliansoftware.net/wp-content/uploads/2025/07/Background-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
}

.shipping-left {
  flex: 1;
  
}

.carrier-logos img {
  height: 30px;
}

.shipping-tag br {
    display: none;
}

.shipping-tag img {
    margin-right: 10px;
}

.carrier-logos{
	display: flex;
    flex-direction: row;
    gap: 7.5px;
	margin-bottom: 40px;
	flex-wrap:wrap;
}

.shipping-tag {
    display: inline-block;
    background: #D5F9D8;
    color: #004D0A;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	margin-bottom: 10px;
}

.shipping-left h2 {
   font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: #000000;
    font-family: 'Inter', sans-serif;
	 margin-bottom: 20px;
}

.shipping-left .green {
  color: #28AF35;
  background-color: transparent !important;
}

.shipping-left .p-text {
    color: #666666;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'inter', sans-serif;
}

.shipping-left .p-text strong {
	 font-weight: 700;
}

.shipping-features{
	display:flex;
	gap:30px;
	flex-wrap: wrap;
}

.shipping-feature{
	display:flex;
	gap:10px;
}

.shipping-features span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #333;
}

.shipping-right img {
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
}

.shipping-icon{
	width: 54px;
    height: 54PX;
    padding: 6px;
    background-color: #F5FAF3;
    border: 4px solid #EBF6EA;
    border-radius: 11px;
    text-align: center;
	 display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-text{
     font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #000000;
    margin-top: 5px;
}


/* Section 1: Instant Quote */
.instant{
	max-width: 1150px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
	padding-bottom:100px;
}

.quote-list .quote-icon{
	width: 38px;
    height: 38px;
    padding: 2px;
    background-color: #F5FAF3;
    border: 2px solid #EBF6EA;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instant-quote-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1110px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    gap: 80px;
    align-items: center;
}

.quote-image img {
    width: 100%;
    max-width: 564px;
    padding: 30px;
}

.quote-content {
    flex: 1;
    padding-top: 125px;
/*     padding-bottom: 125px; */
    padding-right: 30px;
}

.quote-content .instant-logo{
	height:30px !important;
	margin-bottom:10px;
}

.quote-content h2 {
    font-size: 48px;
    margin-bottom: 0px;
    line-height: 62px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000000;
	margin-bottom: 20px;
}

.quote-content div {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
	 margin-bottom: 30px;
}

.quote-content p {
    display: none;
}

.quote-content .highlight-green {
    color: #28AF35;
    font-weight: 600;
}

.quote-list {
  list-style: none;
  padding: 0;
}

.quote-list li {
     font-size: 18px;
    padding: 8px 0;
    color: #000000;
    display: flex;
    line-height: 29px;
    font-weight: 500;
	gap: 12px;
}

/* Section 2: How It Works */
.how-it-works{
	background-color: #F2F7F2;
    padding: 100px 20px;
    text-align: center;
}

.how-it-works-section {
    max-width: 1150px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
}

.how-tag {
    display: inline-block;
    background-color: #D5F9D8;
    color: #004D0A;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-weight: 500;
}

.how-tag img{
	vertical-align: text-bottom;
    border-style: none;
}

.how-title {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 62px;
    color: #000000;
}

.how-buttons {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 5px;
}

.how-btn {
  display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

a.how-btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.how-btn.black {
  background-color: #000;
}

.how-btn:hover {
  opacity: 0.9;
}

.steps-container {	
    display: flex;
    column-gap: 50px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step-how-it-work {
  max-width: 240px;
  text-align: start;
}

.step-how-it-work h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.step-how-it-work p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
	margin-bottom:0px;
}

.faq-section .section-title {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    text-align: center;
    font-family: 'Inter', sans-serif;
	color: #000000;
}

.faq-section .subtitle {
    text-align: center;
    margin-bottom: 50px;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.faq-section .container{
	max-width: 1150px;
    margin: 0 auto;
    padding: 100px 20px;
	padding-bottom: 10px !important;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.homepage_faq-item h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
    text-align: start;
}

.homepage_faq-item p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 26px;
    text-align: start;
    font-family: 'Inter', sans-serif;
}


.why-phonebuyback .container{
	max-width: 1150px;
    margin: 0 auto;
    padding: 100px 20px;
    padding-bottom: 10px !important;
}

.why-phonebuyback {
    background-image: url("https://phonebuyback.aliansoftware.net/wp-content/uploads/2025/07/Group-1-1.png");
}

.why-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.why-text {
    flex: 0 0 39%;
	padding-top: 60px;
    padding-bottom: 60px;
}

.why-text h2 {
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px !important;
}


.why-text h2 span {
    color: #28AF35;
}

.why-text p {
   font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px !important;
    font-family: 'Inter', sans-serif;
}

.btn-group {
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
	column-gap: 5px;
	flex-wrap:wrap;
}

.btn-group .iphone{
	 padding: 6px 21px;
}

.btn {
    padding: 6px 12px;
    border-radius: 8px !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
}

.btn-group a:hover {
    text-decoration: none;
    color: #ffffff;
}

.green {
  background-color: #28AF35;
  color: #ffffff;
}

.why-card {
  background-color: #fff;
  color: #000;
  padding: 30px;
  border-radius: 12px;
  flex: 1 1 35%;
}

.why-card h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.why-card ul {
  list-style: none;
  padding-left: 0;
}

.why-card ul li {
  margin-bottom: 12px;
  font-size: 16px;
}

.two-card{
	 display: flex;
    flex-direction: row;
	column-gap:5px;
	width:627px;
}

.why-card-1 ul li {
    list-style: none;
    padding: 23px 20px;
    border: 1px solid #E3E3E333;
    background-color: #FFFFFF1A;
    box-shadow: 0px 0px 5px #0000001A;
	font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
	color: #ffffff;
}

.why-card-1 li.support {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.why-card-1 li.strangers {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.why-card-1 ul {
    width: 329px;
    backdrop-filter: blur(2px);
    padding-left: 0px;
	padding-top: 87px;
}

.why-card-2{
	width:282px;
}

.why-card-2 li.icon {
    list-style: none;
    padding: 20px;
    border: 1px solid #E3E3E333; 
	 text-align: center;
}

.why-card-2 li.last-icon{
	 list-style: none;
    padding: 22px 20px;
    border: 1px solid #E3E3E333;
	text-align: center;
     border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.why-card-2 ul {
    padding-left: 0px;
	background-image: linear-gradient(#00780CCC, #28AF35);
	border-radius: 12px;
}

.why-card-2 li.phonebuyback-name {
	list-style: none;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}


.testimonial-slider-section {
    max-width: 1200px;
    margin: 145px auto;
    padding: 0 20px;
	margin-bottom:0px;
}

.testimonial-slider-section span.how-tag br {
    display: none;
}

.testimonial-slider-section .section-title p {
    display: none;
}

.section-title h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    color: #222;
    font-weight: 600;
    line-height: 62px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-text .label p {
    display: none;
}

a.how-btn.black.iphone {
    padding: 6px 21px;
 }

.testimonial-text .label {
    background: #FFFFFF;
    box-shadow: 0 0 7px #0000001A; 
    padding: 5px 10px;
    border-radius: 12px;
    display: inline-flex;
    margin-bottom: 10px;
    align-items: center;
	column-gap: 5px;
}

.testimonial-text span{
	display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: #D5F9D8;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
}

.testimonial-text h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.testimonial-text p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
	margin-bottom: 20px !important;
}

.author{
	display:flex;
	column-gap:15px;
}

.author p {
    display: none;
}


.badge {
  display: inline-block;
  padding: 5px 12px;
  background: #dff5e4;
  color: #0e9f6e;
  border-radius: 20px;
  font-size: 14px;
}

.testimonial-slider-section .testimonial-box {
    background: #fff;
    display: flex;
    height: 530px;
    gap: 0px;
    padding: 0px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    align-items: center;
    justify-content: space-between;
}

.testimonial-text {
  flex: 1;
  text-align: left;
  padding: 35px 50px;
}

.testimonial-img img{
   border-bottom-right-radius: 8px;
   border-top-right-radius: 8px;
}

.slick-prev:before {
    font-size: 28px !important;
    content: '←';
    background-image: url(https://phonebuyback.aliansoftware.net/wp-content/uploads/2025/07/Back-Arrow.png);
    color: #00000000 !important;
    opacity: 1 !important;
	position:absolute;
	right: 1px;
}

.slick-next:before {
    content: '→';
    font-size: 28px !important;
    content: '←';
    background-image: url(https://phonebuyback.aliansoftware.net/wp-content/uploads/2025/07/Button-Next.png);
    color: #00000000 !important;
    opacity: 1 !important;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}
.arrow-icon {
    position: absolute;
    right: 35px;
    top: 33%;
    transform: translateY(-50%);
    color: #333;
    font-size: 18px;
	pointer-events: none;
}



/* Sell Apple iPhone Online  page*/

.sell-my-iPhone-container {
    max-width: 1150px;
    margin: auto;
    padding-top: 50px !important;
    padding: 0px 20px;
}

.breadcrumb-nav {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}

.breadcrumb-nav span{
	color:#000000;
}

.heading-section{
	text-align: center;
	margin-top:10px;
}

.heading-section h1 {
   font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    color: black;
	margin-bottom: 10px;
}

.heading-section .subtitle {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
	margin-bottom: 50px
}

.heading-section p {
    display: none;
}

.steps {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
	flex-wrap: wrap;
	justify-content:center;
}

.step {
    background-image: url(https://phonebuyback.aliansoftware.net/wp-content/uploads/2025/07/Bg.png);
    padding: 10px 30px;
    text-align: start;
    line-height: 18px;
    font-weight: 500;
    width: 193px;
    font-size: 14px;
    box-shadow: 0 0 2px #37415114;
}

.step.active {
    background-image: url(https://phonebuyback.aliansoftware.net/wp-content/uploads/2025/07/Bg-2.png) !important;
    color: #FFFFFF;
    width: 196px;
}

.last_step{
	background-image: url(https://phonebuyback.aliansoftware.net/wp-content/uploads/2025/07/Bg-3.png);
    width: 180px;
}

.step span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
	margin-top: 50px;
}

.section-header h3{
	 font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
}

.search-box {
  padding: 8px 12px;
  width: 250px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.iphone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(203px, 1fr));
    gap: 22px;
}

.iphone-card {
    background: #FFFFFF;
    padding: 30px 24px;
    border-radius: 10px;
    width: 203px;
    text-align: center;
    box-shadow: 0 0 12.29px #0000001a;
}

.iphone-card p {
    display: none;
}

.iphone-card img {
}

.model-name {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}

.price {
    font-size: 13px;
    color: #000000;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* Sidebar */
.sidebar {
  width: 20%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  height: fit-content;
}

.sidebar h4 {
  font-size: 16px;
  margin: 10px 0 5px;
}

.sidebar p {
  font-size: 14px;
  color: #444;
}

.sidebar .green {
  color: green;
  font-weight: bold;
}

.form-inline{
	position:relative;
}

.section-header i{
	position:absolute;
	left:15px;
}

.section-header .form-control {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #666666;
    font-family: 'Inter', sans-serif;
	margin-right: 0px !important;
	border: 1px solid #004D0A;
	border-radius:10px;
}

.section-header p {
    display: none;
}

section.how-it-works-section-iphone-inner {
    max-width: 1150px;
    margin: auto;
    padding: 100px 20px;
    text-align: center;
}

.step-how-it-work-count{
	display: block;
    background-color: #004D0A;
    padding: 4px 13px;
    width: 40px !important;
    color: #fff !important;
    border-radius: 35px;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
	margin-bottom: 20px !important;
	text-align: center !important;
}

  .faq-section {
       display: flex;
       justify-content: space-between;
    }

   .faq-title {
     font-size: 48px;
     font-weight: 600;
     line-height: 62px;
     font-family: 'Inter', sans-serif;;
    }

    .faq-item {
    display: flex;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    max-width: 730px;
    padding: 20px 30px;
    margin-bottom: 10px;
    background-color: #FBFBFB;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
    align-items: center;
    }

    .faq-item:hover {
      background-color: #f1f1f1;
    }

    .faq-question {
      font-weight: 500; 
	  padding-right:20px;
    }

    .faq-toggle {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
    }

    .faq-answer {
      display: none;
      margin-top: 10px;
      color: #333;
    }

   .faq-item.active{
	  display:flex;
    flex-direction: column;
    align-items: flex-start;
   }


    .faq-item.active .faq-answer {
      display: block;
    }

    .faq-link {
      text-align: center;
      margin-top: 15px;
      font-size: 0.9rem;
      color: green;
      text-decoration: none;
    }

    .faq-item.active .faq-toggle{
       top: 24%;
     }

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

   .faq-section-main {
    margin: auto;
    max-width: 1150px;
    padding: 0px 20px;
   }

.faq-section-main a.faq-link {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #004D0A;
    font-family: 'Inter', sans-serif;
    margin-top: 40px;
}

.testimonial-section {
    background-color: #F2F7F2;
    padding: 100px 0px;
}

.testimonial-content {
   display: flex;
    flex-wrap: wrap;
    max-width: 1150px;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    padding: 0px 20px;
    flex-direction: row;
}

.left-content {
    flex: 1;
    max-width: 445px;
}

.paid-amount {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    color:#000000;
}

.paid-amount span{
	 background-color: #004D0A;
    color: #ffffff;
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-size: 40px;
    border-radius: 40px;
    margin-bottom: 10px;
}

.left-content h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
}

.join-btn {
    margin-top: 20px;
}

.left-content .text-canada {
     color: #666666;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.cta-button {
    display: inline-block;
    background-color: #28AF35;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 #0000000A;
    font-weight: 600;
}

.cta-button:hover {
    color: white;
    text-decoration: none;
}

.testimonial-images {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.testimonial-content .right-content {
  flex: 1;
  display:flex;
  flex-direction:row;
  max-width: 635px;
  text-align: left;
  position: relative;
}

.right-content .main-photo {
    width: 302px;
    border-radius: 32px;
}

.review-section{
    margin-bottom: 10px;
    padding: 90px 0px;
    padding-left: 30px;
}

.review-section h4 {
    color: #000000;
    size: 18px;
    line-height: 24px;
    font-weight: 600;
	font-style: normal;
	margin-bottom: 5px;
}

.review-section .username{
	 color: #666666;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}


.review-section .review {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}

.stars {
    font-size: 17px;
    color: #FFC559;
    display: flex;
    align-items: center;
    gap: 5px;
}

.stars span {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.next-arrow {
    position: absolute;
    bottom: 90px;
    background: #28AF35;
    color: #ffffff;
    border: none;
    font-size: 16px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.testimonial-content .text-canada {
    font-weight: 600;
}

.sell-phone-container {
    max-width: 1150px;
    margin: auto;
    padding: 100px 20px;
	padding-bottom: 50px;
}

.sell-phone-section h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.sell-phone-section h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000000;
}

.sell-phone-section p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #666666;
}

.sell-phone-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.sell-phone-section ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
}

.tab{
    display: flex;
    justify-content: center;
}

.tab-button{
	display: flex;
    margin: 0px;
    justify-content: center;
    border: 10px;
    text-align: center;
    padding: 5px;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

button.tablinks {
    border: 0px;
    padding: 5px 10px;
	outline: none;
}

.tablinks.active {
    border: 0px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
}

.model-group{
	 margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.number_od_device{
	margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-style: normal;
}

.first-group{
	margin-top:30px !important;
}

.other_Group{
	margin-top:20px;
	font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.Devices-calculate{
	border: 2px dashed #D9D9D9;
    display: inline-flex;
    flex-direction: column;
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #FAFAFA;
	position: absolute;
   right: 1.8%;
    top: 2%;
	height: 194px;
}

.Devices_Added_For_Sale {
	text-align:center;
	border-bottom: 1px solid #E6E6E6;
	 padding-bottom: 20px;
}

p.number_od_device span
 {
    padding: 6px 7px;
    background-color: #D5F9D8;
    border-radius: 75px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.Devices_Added_For_Sale .devices_text {
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 600;
    color: #000000;
	margin-bottom: 10px;
}

.Payout_Value{
	text-align:center;
	padding-top: 20px;
}

.Payout_text{
	font-size: 18px;
    line-height: 23px;
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: 600;
	margin-bottom: 10px;
	
}

.payout_value{
	 font-size: 20px;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #28AF35;
	margin-bottom: 0px;
}

.page_contant{
   position: relative;
}

.cal-box{
	text-align:center;
	display: none;
}

.Devices-calculate-res{
	border: 2px dashed #D9D9D9;
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #FAFAFA;
    height: 194px;
	display: inline-block;
}




/* After stagging MoveSite  */
.i-phone-section {
    padding: 50px 20px;
    margin: auto;
    max-width: 1150px;
	padding-bottom: 0px;
}

.iphone-post h3 {
    margin-top: 5px !important;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    margin: 0px;
}

.iphone-excerpt {
    font-size: 13px;
    color: #000000;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.iphone-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(203px, 1fr));
    gap: 22px;
	justify-items: center;
}

.iphone-post {
    background: #FFFFFF;
    padding: 30px 24px;
    border-radius: 10px;
    width: 203px;
    text-align: center;
    box-shadow: 0 0 12.29px #0000001a;
}

.tab-button button#all {
    display: none;
}

.samsung-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(203px, 1fr));
    gap: 22px;
	justify-items: center;
}

.samsung-post {
    background: #FFFFFF;
    padding: 30px 24px;
    border-radius: 10px;
    width: 203px;
    text-align: center;
    box-shadow: 0 0 12.29px #0000001a;
}

#samsung-posts-container h2 {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}

div#samsung-posts-container {
    padding-top: 20px;
}

.samsung-post h3 {
     margin-top: 6.5px !important;
    font-size: 17.21px;
    font-weight: 500;
    color: #000000;
    line-height: 27.04px;
    font-family: 'Inter', sans-serif;
    margin: 0px;
}

.samsung-post p {
     font-size: 15.98px;
    color: #000000;
    line-height: 25.81px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin: 0px;
}

.faq-toggle {
  font-weight: bold;
  font-size: 24px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.faq-item.active .faq-toggle::before {
  content: "-";
}

.faq-item:not(.active) .faq-toggle::before {
  content: "+";
}
