.elementor-2553 .elementor-element.elementor-element-db56690{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2553 .elementor-element.elementor-element-74a7c4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2553 .elementor-element.elementor-element-82340a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-2553 .elementor-element.elementor-element-e26ffc6.elementor-element{--align-self:center;--order:99999 /* order end hack */;--flex-grow:0;--flex-shrink:1;}.elementor-2553 .elementor-element.elementor-element-5459f930{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2553 .elementor-element.elementor-element-243aeecd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2553 .elementor-element.elementor-element-58a34e48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2553 .elementor-element.elementor-element-31dd7f7f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2553 .elementor-element.elementor-element-47d98097{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2553 .elementor-element.elementor-element-4a9f1e66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2553 .elementor-element.elementor-element-74a7c4a{--width:50%;}.elementor-2553 .elementor-element.elementor-element-82340a5{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-e26ffc6 *//* Top Hero Section (H1 Only) */
.main-hero {
  background-color: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.main-hero .hero-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.main-hero h1 {
  font-size: 2.4em;
  font-weight: 700;
  color: #222;
  margin: 0;
}

@media (max-width: 600px) {
  .main-hero h1 {
    font-size: 1.8em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a1c9a03 *//* Content and Quick Nav Section */
.main-hero-content {
  background-color: #f0f2f5;
  padding: 60px 20px 50px;
  text-align: center;
  border-radius: 8px;
  margin-top: 0;
}

.main-hero-content .hero-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.main-hero-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #444;
  margin-bottom: 40px;
}

/* Quick Navigation Grid */
.quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.hero-btn {
  background-color: #e0e0e0;
  color: #333;
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
}

.hero-btn:hover {
  background-color: #d0d0d0;
}

/* Main highlighted button */
.hero-btn.primary {
  background-color: #2a8cff;
  color: #fff;
}

.hero-btn.primary:hover {
  background-color: #1a6cd9;
}

/* Subtext inside primary button */
.hero-btn .subtext {
  font-size: 0.8em;
  opacity: 0.8;
  margin-top: 3px;
}

/* Mobile improvements */
@media (max-width: 600px) {
  .main-hero-content p {
    font-size: 1em;
  }

  .hero-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-629e8447 *//* iPhone Quote Section */
.iphone-quote {
  background-color: #ffffff;
  padding: 60px 20px 50px;
  text-align: center;
}

.quote-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.iphone-quote h2 {
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.iphone-quote p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

.quote-btn {
  display: inline-block;
  background-color: #2a8cff;
  color: #fff;
  padding: 14px 26px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.quote-btn:hover {
  background-color: #1a6cd9;
}

.quote-note {
  font-size: 0.95em;
  color: #666;
  margin-top: 20px;
}

.quote-note a {
  color: #2a8cff;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .iphone-quote h2 {
    font-size: 1.6em;
  }

  .iphone-quote p {
    font-size: 1em;
  }

  .quote-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c81f863 *//* Device Buyback Section */
.device-buyback {
  background-color: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}

.buyback-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.device-buyback h2 {
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.device-buyback p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 40px;
  line-height: 1.5;
}

/* Device Grid Styles */
.device-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.device-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  width: 200px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  text-align: center;
  font-size: 1.05em;
  transition: transform 0.2s ease;
}

.device-card:hover {
  transform: translateY(-5px);
}

.device-card h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 12px 0 8px;
}

.device-card p {
  font-size: 0.95em;
  color: #555;
}

/* Bullet Notes */
.buyback-notes {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  max-width: 500px;
  text-align: left;
}

.buyback-notes li {
  font-size: 1em;
  color: #444;
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}

.buyback-notes li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
}

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

  .device-buyback h2 {
    font-size: 1.6em;
  }

  .buyback-notes {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f87845 *//* Repair Services Section */
.repair-overview {
  background-color: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}

.repair-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.repair-overview h2 {
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.repair-overview p {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.repair-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.repair-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  width: 220px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.05em;
}

.repair-card:hover {
  transform: translateY(-5px);
}

.repair-card h3 {
  font-size: 1.15em;
  margin: 12px 0 8px;
  font-weight: 600;
}

.repair-card p {
  font-size: 0.95em;
  color: #555;
}

.walkin-note {
  margin-top: 40px;
  font-size: 1em;
  font-weight: 500;
  color: #2a8cff;
}

/* Mobile */
@media (max-width: 600px) {
  .repair-card {
    width: 100%;
  }

  .repair-overview h2 {
    font-size: 1.6em;
  }

  .repair-overview p,
  .walkin-note {
    font-size: 1em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-686b49d9 *//* Trust Section */
.why-trust-us {
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.trust-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.why-trust-us h2 {
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.trust-points {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  display: grid;
  gap: 20px;
}

.trust-points li {
  font-size: 1.1em;
  color: #444;
}

.map-link a {
  font-size: 1.05em;
  color: #2a8cff;
  text-decoration: underline;
}

.map-link a:hover {
  text-decoration: none;
}

/* Mobile */
@media (max-width: 600px) {
  .why-trust-us h2 {
    font-size: 1.6em;
  }

  .trust-points li,
  .map-link a {
    font-size: 1em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-673d2de7 *//* Homepage FAQ Section */
.homepage-faq {
  background-color: #f8f8f8;
  padding: 60px 20px;
  text-align: left;
}

.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.homepage-faq h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 30px;
}

.faq-item h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2a2a2a;
}

.faq-item p {
  font-size: 1.05em;
  color: #444;
  line-height: 1.6;
}

.faq-item a {
  color: #2a8cff;
  text-decoration: underline;
}

.faq-item a:hover {
  text-decoration: none;
}

/* Mobile */
@media (max-width: 600px) {
  .homepage-faq h2 {
    font-size: 1.6em;
  }

  .faq-item h3 {
    font-size: 1.1em;
  }

  .faq-item p {
    font-size: 1em;
  }
}/* End custom CSS */