:root {
  --primary-clr: #5790CA;
  --primary-clr-transparent: #5790CAF1; 
  --secondary-clr: #C4D8EC;  
  --grey-clr: #E2E2E2; 
  --grey-clr-transparent: #E2E2E2;
  --review-clr: #04DA8D; 
  --price-clr: #BE2D2D; 
  --attention-clr: #DE6741;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lexend" !important;
}

li {
  list-style: none;
}

.btn {
  border: none; 
}

.btn:focus {
  box-shadow: none !important;
}

.menu-btn {
  padding: 0 !important;
}

/* NEW CLASSES */
.page-content {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.page-content-2 {
  padding-left: 20px;
  padding-right: 20px;
}

/* .notice {
  padding-left: 20px;
  padding-right: 20px;
} */

.page-content-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.page-content-heading {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.heading-sm-1 {
  font-size: 20px;
}

.h-mb {
  margin-bottom: 8px; 
}

.page-content-paragraph {
  margin: 0;
  font-size: 13px;
}

.home-icon-text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.input-label {
  font-size: 13px;
  font-weight: 600;
}

.input-textbox {
  width: 100%;
  height: 29px;
  border: none;
  border-radius: 10px;

  font-size: 12px;
  padding-left: 10px;
}

.input-textbox:focus {
  outline: none;
}

.input-textbox::placeholder {
  font-size: 12px;
}

.applyshadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.applyroundborder {
  border-radius: 5px;
}

.button-container {
  margin-top: 30px;
  text-align: center;
}

.button-container.btm {
  margin-top: 15px;
  margin-bottom: 50px;
}

.button {
  padding: 7px 20px;
  background-color: var(--primary-clr);
  color: white;
  border: 2px solid var(--primary-clr); 
  border-radius: 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins" !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}

.button.btm {
  margin-bottom: 20px;
}

.numbered-container-content {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.numbered-container-body {
  padding: 20px;
  height: auto;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

.numbered-container-body > h1 {
  margin-bottom: 10px;
}

.numbered-container-body > p {
  margin-bottom: 20px;
}

.numbered-container-body-content {
  height: auto;
}

.numbered-container-info-body-content-containers {
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.numbered-container-info-body-content-containers  > h1 {
  font-size: 36px;
  font-weight: 800;
}

.numbered-container-info-body-content-containers  > p {
  width: 80%;
  line-height: 25px;
}

.destination-box {
  padding: 20px 20px; margin-top: 15px; height: auto; background-color: white; border-radius: 20px;
}

.destination-body {
  height: auto;
  padding: 20px;
  background-color: var(--secondary-clr);
  border-radius: 20px;
  margin-bottom: 20px;
}

.passcode-notice {
  height: auto;
  padding: 20px;
  background-color: var(--attention-clr);
  border-radius: 20px;
  margin-bottom: 20px;
  color: white;
}

#private-policy-link {
  text-decoration: none;
  color: var(--secondary-clr);
}

/*  */
.highlight {
  color: var(--primary-clr);
}

.banner {
  height: auto;
  padding: 9px 0 ;
  background-color: var(--primary-clr);
  color: white;
}

.banner-notice {
  height: auto;
  padding: 9px 0 ;
  background-color: var(--attention-clr);
  color: white;
}

.banner-notice-red {
  height: auto;
  padding: 9px 0 ;
  background-color: darkred;
  color: white;
}

.btn-background {
  border: 2px solid white;
  border-radius: 50%;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  min-width: 50px;
  min-height: 50px;
}

.navbar {
  background-color: white;
  border-top: 3px solid #f5f5f5;
  border-bottom: 3px solid #f5f5f5;

}

.nav-logo {
  min-height: 70px;
  max-height: 77px;
}

.nav-icon {
  font-size: 1.5em !important;
  vertical-align: -3px;
}

.nav-btn {
  background-color: var(--secondary-clr);
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  color: white;
  background: var(--primary-clr-transparent);
  transition: left 0.5s ease-out;
  padding: 0 5px 0 15px; 
  z-index: 99999;
}

.overlay-menu.show {
  left: 0;
}

.overlay-link {
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
}

.overlay-link:hover {
  color: black;
}

.overlay-close > i {
  margin-top: 10px;
  font-size: 1.5rem;
  color: white; 
}

.link {
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins" !important;
  transition: 0.2s ease-in;;
}

.link:hover {
  color: var(--primary-clr);
}

/* #hero */
.hero-content {
  padding: 0;
}

.hero-content-image-mobile {
  width: 100%;
}

.hero-content-image-desktop {
  width: 100%;
}

/* end of #hero  */

/* #review */
#review {
  /* background-color: var(--primary-clr); */
  background-color: #bed4ec;
}

.review-content {
  clip-path: ellipse(120% 70% at 50% 70%);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background-color: white; 
  padding: 20px 0;
}

.review-btn {
  padding: 0;
  width: 314px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--review-clr);
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.review-icon {
  color: var(--review-clr);
  margin: 0 2px 0 5px;
  vertical-align: 50px;
}

.hero-review-btn {
  position: absolute;
  top: 300px;
  padding: 7px 10px;
  background-color: var(--grey-clr-transparent);
  justify-content: center;
  align-items: center;
  border: 2px solid var(--review-clr);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

/* end of #review */

/* #devices-we-repair */
.whatwerepair-content {
  background-color: var(--primary-clr-transparent);
}

.devices-card {
  border-radius: 15px;
}

.devices-card:hover {
  cursor: pointer;
}

.devices-card-disabled {
  border-radius: 15px;
}

/* end of #devices-we-repair */

/* #phone-selection-hero */
.phone-selection-hero-content {
  background-color: var(--secondary-clr);
  height: 259px;
}

.phone-selection-hero-heading {
  position: absolute;
  width: 244px;
  height: 60px;
  top: 28px;
}

.phone-selection-hero-img {
  position: absolute;
  max-width: 350px;
  top: 0px;
  right: -50px;
  filter: drop-shadow(10px 5px 2px #2f2f2f);
}

.phone-selection-hero-btn {
  padding: 10px 20px;
  position: absolute;
  bottom: 119px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  background-color: var(--primary-clr);
  border: 2px solid var(--primary-clr);
  border-radius: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-selection-hero-btn:hover {
  background-color: white;
  color: var(--primary-clr);
}
/* end of phone-selection-hero */

/* #phone-selection-body */
.phone-selection-body-content {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.phone-selection-body-body {
  height: auto;
  padding-top: 30px;
}

#deviceGrid {
  gap: 30px;
}

.device-container {
  /* width: 160px; */
  height: auto;
  padding: 10px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in;

}

.device-container:hover {
  cursor: pointer;
  background-color: transparent;
  transform: scale(1.1);
}

.device-img {
  width: 80%;
  margin-bottom: 20px;
  filter: drop-shadow(20px -15px 0px var(--secondary-clr));
}

.device-container > p {
  background-color: var(--secondary-clr);
  width: 100%;
  padding: 8px 0;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/*  end of #phone-selection-body */

/* new progress tracker */
.progress-tracker-container {
  background-color: var(--secondary-clr); 
  padding: 50px 0;
  overflow: hidden;
}

.step {
  text-align: center;
  position: relative;
}

.step::before {
  content: ""; 
  position: absolute;
  width: 35px;
  height: 35px;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  border-radius: 50%;
}

.step::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 100%;
  height: 6px;
  left: -50%;
}

.step::before, .step::after {
  background-color: var(--secondary-clr); 
  border: 2px solid var(--primary-clr);
}

.step:first-child::after {
  z-index: -1;
}

.step.active::before, .step.active::after {
  background-color: var(--primary-clr);
  border: none;
}

.progress-tracker-icon  {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  z-index: 2;
}

.progress-tracker-text {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

.attention::before, .attention::after {
  background-color: var(--attention-clr); 
  border: none;
}
/* end of new progress tracker */

/* #delivery-option */
.delivery-content {
  min-height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.delivery-option-content {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}

#delivery-option-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery-option-box {
  width: 148px;
  height: 148px;
  background-color: var(--secondary-clr);
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.delivery-option-box > img {
  max-height: 54px;
}

.delivery-option-box > p {
  color: var(--primary-clr);
}

.delivery-option-box:hover {
  cursor: pointer;
}

#dropoff-option-button, #mailin-option-button {
  min-height: 300px;
  max-height: 300px;

  padding: 0;
}

/* end of #delivery-option */

/* #mail-in */
.mailin-page-content {
  min-height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#mail-in-process {
  background-color: var(--secondary-clr);
  clip-path: ellipse(250% 70% at 50% 70%);
  flex-grow: 2;
}

.mail-in-content {
  padding-top: 25px;
  padding-bottom: 40px;
  height: auto;
}

.mail-in-content > p:nth-of-type(1) {
  font-size: 16px;
}

.mail-in-content > p:nth-of-type(2) {
  font-size: 13px;
  line-height: 20px;
} 

.mail-in-process-content {
  padding-top: 40px;
  padding-bottom: 25px;
  height: auto;
}

.mail-in-process-containers  {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.mail-in-process-containers  > img {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  align-self: flex-start;
}

.mail-in-process-containers  > div {
  height: 144px;
  width: 300px;

}

.mail-in-process-containers  > div > h1 {
  margin-bottom: 5px;
}

.mail-in-process-containers  > div > p {
  line-height: 28px;
}

/* end of #mail-in */

/* idk where this is located  */
.progress-exists-button {
  width: 100px;
  height: 32px;
  background-color: var(--primary-clr);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
}

/*#repairtype-banner */
.repairtype-banner-content {
  height: auto;
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: var(--secondary-clr);
  overflow: visible;
}

.repairtype-banner-heading {
  width: 100%;
  height: 93px;
  background-color: white;
  border: 3px solid #f5f5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;

}

.repairtype-banner-heading > h1 {
  width: 250px;
  margin-left: 20px;
  line-height: 40px;
}

.service-selection-img {
  max-width: 107px;
  position: absolute;
  right: 10px;
  bottom: -15px;
}

#repairtype-selection {
  background-color: var(--secondary-clr);
}

.repairtype-selection-content {
  clip-path: ellipse(250% 70% at 50% 70%);
  background-color: white;
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

#serviceSelectionBoxes {
  padding: 20px 0;
  gap: 20px;
}

.repairtypes {
  height: 85px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: var(--secondary-clr);
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.repairtypes:hover {
  cursor: pointer;
}

.repairtypes > img {
  max-height: 55px;
}

.repairtypes > p {
  width: 290px;
  font-size: 16px;
  font-weight: 600;

} 

/* end of #repairtype-banner */

/* #customer-details */
.details-content {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 30px;
}

.details-content-info > svg {
  max-width: 20px;
}

.details-content-paragraph {
  font-size: 11px;
  line-height: 1.8;
  align-self: center;
}

.mobile-number-info > svg {
  max-width: 20px;
}

.repair-details {
  height: auto;
  padding-bottom: 40px;
}

.appointment-device-details {
  height: auto;
  padding-bottom: 20px;
}

.repair-details-body {
  padding: 20px;
  height: auto;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

.appointment-device-details-body {
  padding: 20px;
  height: auto;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

.repair-details-info {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.repair-details-info > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.repair-details-info > div > p {
  display: flex;
  justify-content: space-between;
}

.appointment-device-details-info{
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.appointment-device-details-info > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.appointment-device-details-info > div > p {
  display: flex;
  justify-content: space-between;
}

.customer-details {
  height: auto;
}

.customer-details-body {
  height: auto;
  padding: 5px 0;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

#contact-us-form {
  height: auto;
  padding: 5px 0;
  border-radius: 20px;
}

#warranty-claim-form {
  height: auto;
  padding: 5px 0;
  border-radius: 20px;
}

#customer-details-form {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#customer-details-form > h1 {
  font-size: 13px;
  font-weight: 600;
  align-self: flex-start;
  margin-bottom: 3px;
}

.customer-input-gap {
  height: 10px;
}

.customer-details-textarea {
  width: 100%;
  min-height: 128px;
  max-height: 128px;
  border: none;
  border-radius: 10px;

  font-size: 12px;
  padding-top: 5px;
  padding-left: 10px;
}

.customer-details-textarea:focus {
  outline: none;
}

.customer-details-button-container {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* end of #customer-details */

/* #payment-navbar */
.payment-navbar-content {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-navbar-content > img {
  max-height: 59px;
}
/* end of #payment-navbar */

/* #payment-summary */

.payment-summary-content {
  padding: 0;
  /* height: 292px; */
  height: auto;
}

.payment-summary-heading, .payment-summary-total, .payment-summary-appointment-heading {
  padding: 10px 20px;
  background-color: var(--secondary-clr);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-summary-heading > *, .payment-summary-total > *, .payment-summary-appointment-heading {
  font-size: 18px;
}

.payment-summary-body {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #f5f5f5;
}

.payment-summary-body-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.payment-summary-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-clr);
  border-radius: 10px;
  max-width: 60px;
  padding: 10px; 
}

.payment-summary-order-info-container {
  width: 100%;
}

.payment-summary-order-info-container > p:nth-of-type(2) {
  display: flex;;
  justify-content: space-between;
}

.payment-summary-appointment-heading {
  background-color: var(--secondary-clr);
}

.payment-summary-appointment-body {
  padding: 15px 20px;
  background-color: #f5f5f5;
}

.payment-discount-container {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.discount-message-container {
  height: auto;
  display: flex;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}

.payment-discount-input {
  border: 1px solid black;
}

.payment-discount-button {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid black;
  background-color: lightgrey;
  color: black;
  box-shadow: none;
}

#discount-result, #discount-msg {
  font-size: 14px;
  padding-left: 20px;
}
/* end of #payment-summary */

/* #payment-form */
.payment-form-content {
  padding-top: 20px;
  padding-bottom: 15px;
  height: auto;
}

.payment-form-body {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

a.repairtype-option, a.repairtype-option:hover {
  text-decoration: none;
  color: inherit;
}

/* product page */
.product-page-content {
  min-height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#product-order-info {
  flex-grow: 2;
}

#product-repair-info {
  clip-path: ellipse(250% 70% at 50% 70%);
  background-color: var(--secondary-clr);
  flex-grow: 2;
}

/* end of product page */
/* #product-header */
.product-header-content {
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-header-text > h1 {
  width: 258px;
}

.product-header-icon {
  max-width: 85px;
  max-height: 85px;
  border-radius: 50%;
  background-color: var(--secondary-clr);
  padding: 20px;
  padding-left: 19px;

  display: flex;
  justify-content: center;
  align-items: center;
}
/* end of #product-header */

/* #product-order-info */
.product-order-info-content {
  height: auto;
  padding-bottom: 20px;
}

.product-order-info-container {
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-color: var(--secondary-clr);
}

.drop-off-info-container {
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.product-order-info-container-lg {
  width: 400px;
}

.product-order-info-container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-order-info-container > div:nth-of-type(1) {
  margin-bottom: 10px;
}

.product-order-info-container > div > p:nth-of-type(2) {
  font-weight: 700;
}

.housing-color-selection-body {
  margin: auto;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-color: var(--secondary-clr);
}

/* #end of product-order-info */

/* product-note  */ 
#product-note-info {
  padding-bottom: 25px;
}

#product-note-text > p {
  line-height: 2;
  text-align: center;
}

.product-note-button {
  margin-left: 3px;
  background-color: var(--primary-clr);
  border: none;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.product-note-button > svg {
  fill: white;
  width: 12px;
  height: 12px;
}

.note-paragraph {
  line-height: 1.8;
}

/* #product-repair-info */
.product-repair-info-content {
  /* clip-path: ellipse(250% 70% at 50% 70%); */
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  /* background-color: var(--secondary-clr); */
}

.product-repair-info-content > h1 {
  margin-bottom: 20px;
}

.product-repair-info-containers {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 15px;
}

.product-repair-info-containers > img {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  align-self: flex-start;
}

.product-repair-info-containers > div {
  width: 300px;
}

.product-repair-info-containers > div > h1 {
  margin-bottom: 5px;

}

.product-repair-info-containers > div p {
  line-height: 2;
}

/* end of #product-repair-info */

/* dropoff-page */
.dropoff-page-content {
  min-height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/* end of dropoff-page */
/* #dropoff-email */
.dropoff-email-content {
  height: auto;
  padding-top: 20px;
}

.dropoff-email-content > h1 {
  margin-bottom: 8px;
}

.dropoff-email-body {
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dropoff-email-container {
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 27px;
  gap: 10px;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

/* end of #dropoff-email */

/* #dropoff-location */
.dropoff-location-page-content {
  min-height: 75%;
  display: flex;
  flex-direction: column;
}

.dropoff-location-content {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropoff-location-content > h1 {
  margin-bottom: 8px;
}

.dropoff-location-body {
  height: auto;
  padding: 20px 0; 
}

.dropoff-location-container {
  height: auto;
  background-color: var(--secondary-clr);
  padding: 26px;
  border-radius: 20px 20px 0 0;
}

.dropoff-location-container-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.dropoff-location-container-search > h1 {
  font-size: 18px;
}

.dropoff-location-container-locations {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.locations-container {
  width: 100%;
  height: 105px;
  background-color: white;
  border-radius: 15px;  
  padding: 0 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
}

.locations-container > button {
  width: 85px;
}

.dropoff-location-container-map {
  height: 500px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* end of #dropoff-location */

/* #dropoff-date */
.dropoff-date-content {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}

.dropoff-date-content > h1 {
  margin-bottom: 8px;
}

.dropoff-date-body {
  height: auto;
  padding: 20px;
  margin-top: 20px;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

.dropoff-date-container {
  height: auto;
  padding: 20px 0;
}

.dropoff-date-container > h1 {
  font-size: 20px;
}

.dropoff-date-container > div:first-child {
  margin-bottom: 20px;
}

.dropoff-location-dt {
  width: 100%;
}

.dropoff-location-s {
  width: 100%;
}

.slot {
  width: 307.875px;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.selection-container-date {
  width: 100%;
  height: 300px;
  background-color: var(--secondary-clr);
  display: flex;
  justify-content: center;
  align-items: center;
}

.selection-container-slot {
  width: 100%;
  height: 300px;
  background-color: var(--secondary-clr);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slot {
  width: 307.875px;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.selection-slots {
  row-gap: 7px;
  column-gap: 15px;

}

.selection-slots > div {
  padding: 5px;
  background-color: var(--primary-clr);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 15px;
}

/* end of #dropoff-date */

/* #appointment-device-info */
.appointment-device-info-content {
  height: auto;
  padding-top: 20px;
}
/* end of #appointment-device-info */

.appointment-details-info-content-2 {
  height: auto;
}


/* #appointment-details-info */
.appointment-details-info-content {
  height: auto;
}

.appointment-details-info-body {
  height: auto;
  padding: 20px;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}


.appointment-details-info-body > h1 {
  margin-bottom: 10px;
}

.appointment-details-info-body > p {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
/* end of appointment-details-info */

/* #appointment-confirmation-info */

/* end of #appointment-confirmation-info */


/* TRACK A REPAIR */
.trackarepair-content {
  padding-top: 25px; 
  padding-bottom: 40px;
  height: auto;
}

.trackarepair-content > h1 {
  text-align: center;
  margin-bottom: 30px;
}

.trackarepair-body {
  margin-top: 100px;
  padding: 80px 15px 30px;
  height: auto;
  background-color: var(--secondary-clr);
  border-radius: 5px;
  position: relative;
}

.trackarepair-img {
  width: 138px;
  height: 138px;
  background-color: var(--primary-clr);
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}

.trackarepair-text {
  text-align: center;
}

.trackarepair-text > h1 {
  margin-bottom: 10px;

}

.trackarepair-text > p {
  line-height: 25px;
}

.trackarepair-appointment-number {
  margin-top: 15px;
  text-align: center;
}

/* trackarepair-input */
#track-a-repair-input {
  min-height: 70%;

  flex-direction: column;
  justify-content: center;
}

.trackarepair-input-container {
  padding-top: 25px;
  height: auto;
}

.trackarepair-input-container > p {
  line-height: 2em;
}

.trackarepair-input-body {
  background-color: var(--secondary-clr);
  border: none;
  padding: 25px;
}

/* #mailin-confirmed-result */

/* #sending process */
.sending-process-containers {
  background-color: var(--secondary-clr);
  margin-bottom: 10px;
}

/* #trackarepair-address-content */
.trackarepair-address-content {
  clip-path: ellipse(250% 70% at 50% 70%);
  height: auto;
  background-color: var(--secondary-clr);
  padding-top: 20px;
  padding-bottom: 20px;
}

.trackarepair-address-content > h1 {
  text-align: center;
  margin-bottom: 5px;
}

.trackarepair-address-content > p {
  text-align: center;
}

.trackarepair-address-body-container {
  height: auto;
  margin: 20px 0;
}

.trackarepair-address-body-container > p {
  text-align: center;
}

.trackarepair-address-body {
  height: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.trackarepair-fit-to-screen {
  flex-direction: column;
  justify-content: space-between;
}

/* end of #trackarepair-address-content */

/* #confirmed-appointment-footer */
.confirmed-appointment-footer-content {
  clip-path: ellipse(100% 70% at 50% 80%);
  padding-top: 40px;
  padding-bottom: 25px;
  height: auto;
  background-color: var(--secondary-clr);
}

.confirmed-appointment-footer-content > p {
  text-align: center;
}

.social-links {
  max-height: 36px;
}

/* end of #confirmed-appointment-footer */

/* button in mailin-dispatched */
.mailin-dispatched-track-container {
  padding: 20px 5px;
  margin: 20px 15px 0;
  height: auto;
  background-color: var(--secondary-clr);
  border-radius: 5px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.mailin-dispatched-track-button-container {
  text-align: center;
}

.mailin-dispatched-track-button {
  width: auto;
  height: 32px;
}

.mailin-dispatched-track-container > p {
  text-align: center;
}

/* end of button in mailin-dispatched */

#dropoff-assistance {
  background-color: var(--secondary-clr);
}

.dropoff-assistance-content {
  clip-path: ellipse(250% 70% at 50% 70%);
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  background-color: white;
}

.dropoff-assistance-content > h1 {
  text-align: center;
  margin-bottom: 10px;
}

.dropoff-assistance-content > p {
  text-align: center;
}

/* #dropoff-completed */
.dropoff-completed-text {
  height: auto;
  margin: 20px 15px 0;
  padding: 15px;
  background-color: var(--secondary-clr);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropoff-completed-text > p {
  margin: 0;
  font-size: 13px;
  text-align: center;
}

.blue-container {
  color: white;
  background-color: var(--primary-clr);
}

.dropoff-pickup-location {
  height: auto;
  margin: 20px 0;
}

.dropoff-pickup-location > p {
  margin: 0;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}

.attention-needed-img {
  background-color: var(--attention-clr);
}

.contact-needed-buttons {
  height: auto;
  margin: 20px 0;
}

.contact-needed-buttons > p {
  text-align: center;
}

.contact-needed-button-container {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-needed-button-container > button {
  width: 122px;
  height: 32px;
  background-color: var(--primary-clr);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-msg-text {
  color: red;
  font-size: 13px;
  display: none;
}

.disabled-date {
  color: #ccc !important;
  pointer-events: none;
}

.card-container-testimony-last {
  margin-top: 60px;
}

#mail-in-info-2 {
  margin-top: 0.5rem;
}

#mail-in-info-2 {
  margin-top: 0.5rem;
}

/* SMALL PHONES */
@media (max-width: 575px) and (max-height: 740px)  {
  /* phone selection */
  .phone-selection-hero-img {
    max-width: 330px;
    top: 20px;
    right: -50px;
  }

  .phone-selection-hero-btn {
    bottom: 122px;
  }
  /* end of  phone selection */

  .product-header-text > h1 {
    width: 200px;
  }

}

/* Galaxy Z Fold 5 */
@media (max-width: 575px) and (max-height: 882px) {
  .repairtype-banner-heading > h1 {
    font-size: 20px; 
    width: 200px; 
  }

  .product-header-text > h1 {
    width: 230px;
  }

}

/* PHONES LANDSCAPE */
@media (min-width: 576px) { 
  .hero-img {
    max-width: 370px; 
    right: -30px;
    top: 60px;
  }
  
}

@media (min-width: 768px) {
  .page-content-3 {
    padding-left: 200px;
    padding-right: 200px;
  }

  #mail-in-info-2 {
    margin-top: 0px !important;
  }

  .card-container-testimony-last {
    margin-top: 0;
  }
 
  /* appointment-complete */
  .appointment-device-details {
    width: 60%;
    padding-bottom: 0;
  }

  .appointment-details-info-content {
    width: 40%;
  }

  .appointment-details-info-body {
    height: 100%;
  }
  /* end of appointment-complete */

}

/* DESKTOP VERSION STARTS HERE */
@media (min-width: 992px) {

  .card-container-testimony-last {
    margin-top: 0;
  }

  .trackarepair-address-content > h1 {
    text-align: left;
  }

  /* generic classes */
  .page-content {
    padding-left: 120px;
    padding-right: 120px;
  }

  .page-content-2 {
    padding-left: 200px;
    padding-right: 200px;
  }

  /*.notice {*/
  /*  padding-left: 120px;*/
  /*  padding-right: 120px;*/
  /*}*/

  .page-content-3 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .page-content-heading {
    font-size: 20px;
  }

  .page-content-heading.heading-2 {
    font-size: 27px;
  }

  .page-content-heading.heading-3 {
    font-size: 35px;
  }

  .progress-tracker-container {
    padding: 50px 100px;
  }

  .button {
    font-size: 13px;
  }

  .btn-background {
    border: 1.5px solid white;
    min-width: 30px;
    min-height: 30px;
  }

  svg {
    transform: scale(0.7);
  }
  /* end of generic classes */

  /* curved containers */
  .review-content {
    clip-path: ellipse(70% 70% at 50% 70%);
  }

  .mail-in-process-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }
    
  .repairtype-selection-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }

  .product-repair-info-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }

  .trackarepair-address-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }

  .dropoff-assistance-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }
  /* end of curved containers */

  /* navbar */
  .nav-logo {
    max-height: 55px;
  } 
  /* end of navbar */
  
  /* home hero */
  #review {
    background-color: #B1CCE8;
  }
  /* end of home hero */

  /* phone selection */
  .phone-selection-hero-heading {
    width: 350px;
  }

  .phone-selection-hero-img {
    max-width: 430px;
    right: 120px;
  }

  .phone-selection-hero-btn {
    padding: 7px 20px;
    bottom: 110px;
    font-size: 12px;
  }
  /* end of phone selection */

  /* service selection */
  .repairtype-banner-heading > h1 {
    width: auto;
    font-size: 30px;
    margin-left: 100px;
    margin-right: 120px;
  }

  .repairtype-banner-heading > img {
    top: -25px;
    right: 120px;
  }

  .repairtypes {
    width: 47.666667%;
  }

  .repairtypes > img {
    max-height: 45px;
  }

  /* Specific to the device-img on serviceselection */
  .service-selection-img {
    padding-right: 0;
    margin-right: -100px;
  }
  /* end of service selection */

  /* product page */
  .product-order-info-content {
    padding-bottom: 0px;
  }

  .product-order-info-container {
    margin-top: 20px;
  }

  .product-note {
    padding-top: 30px;
  }

  .product-header-content {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .product-header-text > h1 {
    width: auto;
  }

  .product-header-icon {
    max-width: 170px;
    max-height: 170px;
    padding: 30px;
  }
  /* end of product page */

  /* delivery option */
  .delivery-option-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .delivery-option-box {
    width: 170px;
    height: 170px;
  }

  .delivery-option-box > p {
    font-size: 16px;
  }
  /* delivery option */

  /* mail-in */
  .mail-in-content {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  /* end of mail-in */

  /* drop-off */
  .dropoff-email-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropoff-location-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropoff-location-container {
    width: 35%;
    border-radius: 20px 0 0 20px;
  }

  .dropoff-location-container-map {
    width: 65%;
  }

  .locations-container {
    padding: 20px;
    height: 120px;
    gap: 9px;
  }

  .dropoff-date-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropoff-date-container > div:first-child {
    margin-bottom: 0px;
  }

  .dropoff-location-dt {
    width: 50%;
  }
  
  .dropoff-location-s {
    width: 50%;
  }

  /* end of drop-off */

  /* customer details */
  .repair-details {
    width: 50%;
  }

  .customer-details {
    width: 50%;
  }

  .details-content-info > svg {
    width: 3%;
  }
  /* end of customer details */

  /* payment page */
  .payment-summary-heading {
    border-radius: 5px 5px 0 0;
  }

  .payment-summary-total {
    border-radius: 0 0 5px 5px;
  }
  /* end of payment page */

  /* appointment complete */
  .appointment-device-details-body {
    height: 100%;
  } 

  .appointment-details-info-body {
    height: 100%;
  }

  /* end of appointment complete */

  /* track a repair */
  .trackarepair-input-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .trackarepair-content {
    padding-top: 40px;
  }

  .trackarepair-text > h1 {
    font-size: 25px;
  }

  .trackarepair-body {
    padding: 80px 25px 30px;
  }

  .trackarepair-address-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trackarepair-address-body-text {
    margin: 20px 0;
  }

  .trackarepair-address-body-text > p {
    line-height: 2em;
  }

  .social-links {
    max-height: 24px;
  }

  .dropoff-assistance-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* end of track a repair */
}

@media (min-width: 1200px) {
  /* generic classes */
  .page-content {
    padding-left: 180px;
    padding-right: 180px;
  }

  .page-content-2 {
    padding-left: 260px;
    padding-right: 260px;
  }

  .page-content-3 {
    padding-left: 400px;
    padding-right: 400px;
  }

  .page-content-heading {
    font-size: 22px;
  }

  .heading-sm-1 {
    font-size: 18px;
  }

  .page-content-paragraph {
    font-size: 13px;
  }

  .progress-tracker-container {
    padding: 60px 130px;
  }

  .btn-background {
    border: 1.5px solid white;
    min-width: 30px;
    min-height: 30px;
  }

  svg {
    transform: scale(0.7);
  }

  .button-container.btm {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  /* end of generic classes */

  /* curved containers */
  .review-content {
    clip-path: ellipse(70% 70% at 50% 70%);
  }

  .mail-in-process-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }
    
  .repairtype-selection-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }

  .product-repair-info-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }

  .trackarepair-address-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }

  .dropoff-assistance-content {
    clip-path: ellipse(170% 70% at 50% 70%);
  }
  /* end of curved containers */

  /* navbar */
  .nav-logo {
    max-height: 55px;
  } 
  /* end of navbar */

  /* phone selection */
  .phone-selection-hero-content {
    height: 300px;
  }

  .phone-selection-hero-heading {
    width: 350px;
  }

  .phone-selection-hero-img {
    max-width: 500px;
    top: -15px;
    right: 180px;
  }

  .phone-selection-hero-btn {
    bottom: 140px;
  }

  /* end of phone selection */

  /* service selection */
  .repairtype-banner-heading {
    height: 60px;
  }

  .repairtype-banner-heading > h1 {
    width: auto;
    margin-left: 100px;
    margin-right: 120px;
  }

  .repairtype-banner-heading > img {
    top: -45px;
    right: 120px;
  }

  .repairtypes {
    width: 47.666667%;
  }

  .repairtypes > img {
    max-height: 45px;
  }

  /* Specific to the device-img on serviceselection */
  .service-selection-img {
    max-width: 100px;
    padding-right: 0;
    margin-right: -100px;
  }

  /* end of service selection */

  /* product page */
  .product-order-info-container {
    margin-top: 20px;
  }

  .product-header-content {
    padding-top: 40px;
  }

  .product-header-text > h1 {
    width: auto;
  }

  .product-header-icon {
    max-width: 170px;
    max-height: 170px;
    padding: 30px;
  }

  .product-note-button > svg {
    width: 15px;
    height: 15px;
  }
  /* end of product page */

  /* delivery option */
  .delivery-content {
    min-height: 95%;
  }

  .delivery-option-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .delivery-option-box {
    width: 170px;
    height: 170px;
  }

  .delivery-option-box > p {
    font-size: 16px;
  }
  /* delivery option */

  /* mail-in */
  .mail-in-content {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  /* end of mail-in */

  /* drop-off */
  .dropoff-email-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropoff-location-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropoff-location-container {
    width: 35%;
    border-radius: 20px 0 0 20px;
  }

  .dropoff-location-container-map {
    width: 65%;
  }

  .locations-container {
    padding: 20px;
    height: 120px;
    gap: 9px;
  }

  .dropoff-date-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropoff-date-container > div:first-child {
    margin-bottom: 0px;
  }

  .dropoff-location-dt {
    width: 50%;
  }
  
  .dropoff-location-s {
    width: 50%;
  }

  /* end of drop-off */

  /* customer details */
  .repair-details {
    width: 50%;
  }

  .customer-details {
    width: 50%;
  }

  .details-content-info > svg {
    max-width: 25px;
  }

  .mobile-number-info > svg {
    max-width: 25px;
  }
  /* end of customer details */

  /* payment page */
  .payment-summary-heading {
    border-radius: 5px 5px 0 0;
  }

  .payment-summary-total {
    border-radius: 0 0 5px 5px;
  }
  /* end of payment page */

  /* appointment complete */

  .appointment-device-details {
    width: 60%;
  }

  .appointment-details-info-content {
    width: 40%;
  }

  .appointment-device-details-body {
    height: 100%;
  } 

  .appointment-details-info-body {
    height: 100%;
  }

  /* end of appointment complete */

  /* track a repair */
  .trackarepair-input-container {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .trackarepair-content {
    padding-top: 40px;
  }

  .trackarepair-text > h1 {
    font-size: 25px;
  }

  .trackarepair-address-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trackarepair-address-body-text {
    margin: 20px 0;
  }

  .trackarepair-address-body-text > p {
    line-height: 2em;
  }

  .social-links {
    max-height: 24px;
  }

  .dropoff-assistance-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* end of track a repair */

}

@media (min-width: 1400px) {
  /* generic classes */
  .page-content {
    padding-left: 190px;
    padding-right: 190px;
  }

  .page-content-2 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .page-content-3 {
    padding-left: 380px;
    padding-right: 380px;
  }

  .page-content-heading {
    font-size: 26px;
  }

  .page-content-paragraph {
    font-size: 14px;
  }

  .progress-tracker-container {
    padding: 60px 145px;
  }
  /* end of generic classes */

  /* phone selection */ 
  .phone-selection-hero-btn {
    font-size: 13px;
  }

  .phone-selection-hero-img {
    right: 195px;
  }
  /* end of phone selection */

}

@media (min-width: 1800px) {
  /* generic classes */
  .page-content {
    padding-left: 300px;
    padding-right: 300px;
  }

  .page-content-2 {
    padding-left: 420px;
    padding-right: 420px;
  }

  .page-content-3 {
    padding-left: 540px;
    padding-right: 540px;
  }

  .page-content-heading {
    font-size: 24px;
  }

  .page-content-heading.heading-2 {
    font-size: 31px;
  }

  .page-content-heading.heading-3 {
    font-size: 43px;
  }

  .page-content-paragraph {
    font-size: 18px;
  }

  .progress-tracker-container {
    padding: 60px 205px;
  }

  .button {
    padding: 10px 22px;
    font-size: 16px;
  }

  .input-textbox {
    font-size: 18px;
    height: 38px;
  }

  .input-textbox::placeholder {
    font-size: 18px;
  }
  /* end of generic classes */

  /* home page  */
  .review-content {
    padding-top: 50px;
  }
  /* end of home page */

  /* phone selection  */
  .phone-selection-hero-content {
    height: 400px;
  }

  .phone-selection-hero-heading {
    width: 550px;
    top: 50px;
  }

  .phone-selection-hero-heading > h1 {
    font-size: 45px;
  }

  .phone-selection-hero-img {
    min-width: 700px;
    max-width: 700px;
    top: -40px;
    right: 250px;
  }

  .phone-selection-hero-btn {
    bottom: 180px;
    font-size: 16px;
  }
  /* end of phone selection */

  /* service selection */
  .repairtype-banner-heading {
    margin: auto;
    width: 65%;
    justify-content: center;
  }

  .repairtype-banner-heading > img {
    right: 177px;
  }

  .repairtypes > p {
    width: 310px;
    font-size: 20px;
  } 
  /* end of service selection */

  /* product page */
  .product-repair-info-content {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .product-repair-info-containers > div > p, .mail-in-process-containers > div > p {
    line-height: 40px;
  } 

  .product-header-content {
    padding-bottom: 30px;
  }

  .product-header-icon {
    max-width: 200px;
    max-height: 200px;
  }

  /* end of product page */
  
  /* mail-in  */
  .mail-in-content {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .mail-in-content > p:nth-of-type(1) {
    font-size: 18px;
  }

  .mail-in-content > p:nth-of-type(2) {
    font-size: 18px;
    line-height: 30px;
  }
  /* end of mail-in */

  /* product notes */
  .product-note-button > svg {
    vertical-align: -1px;
    stroke-width: 2.5;
  }

  /* customer details */ 
    #customer-details-form > h1 {
      font-size: 18px;
  }

  /* drop-off service */
  .mail-in-process-containers > div {
    height: 234px;
  }   
}

/* iPad Screen Portrait */
@media all and (min-device-width: 768px) and (min-device-height: 1024px) and (orientation:portrait) {
  .page-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .page-content-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .repairtype-banner-heading > h1 {
    width: 400px;
  }
}

/* iPad Screen Landscape */
@media all and (min-device-width: 1024px) and (min-device-height: 768px) and (orientation:landscape) {

}
/* Terms and Conditions Page */

.page-banner-body {
  background-color: var(--primary-clr);
  height: 200px
}

.terms-conditions-body {
  margin-top: 50px;
  padding: 50px;
}

.terms-conditions-body > p {
  margin-bottom: 0.5rem;
}

.terms-conditions-section > p {
  margin-bottom: 0.5rem;

}

/* Footer */
#footer {
  background-color: #f5f5f5;
}

/* About Us Page */

.about-us-page-banner-body {
  height: 570px;
  position: relative;
  overflow: hidden;
}

.img-fit-height {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-page-banner-body > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3rem;
  z-index: 1;
}

.about-text {
  line-height: 2;
}

/* Home */
.carousel-banner {
  background-color: var(--secondary-clr);
  width: 100%;
  height: 400px;
}

.carousel-banner-body > h1 {
  font-size: 2rem;
}

.overlay-carousel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
}

.carousel-banner-body {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.card-container-testimony {
  margin-top: 60px;
  position: relative;
}

.overlay-icon-testimony {
  position: absolute;
  top: -35px; /* Adjust this value to move the icon up or down */
  left: 50%;
  transform: translateX(-50%); /* Center the icon horizontally */
  background: white; /* Adjust to match your design */
  border-radius: 50%;
  padding: 10px; /* Adjust padding for your icon size */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.overlay-icon-testimony img {
  color: #007bff; /* Adjust to match your design */
}

.testimonies-body {
  margin-top: 70px;
}

.carousel-banner-testimonies {
  background-color: white;
  height: auto;
}


.carousel-banner-body-testimonies {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimony-sm-banner {
  background-color: white;
  width: 100%;
  height: 400px;
}

#testimonies-sm .carousel-indicators button {
  background-color: #555;
  opacity: 0.7;
}

#testimonies-sm .carousel-indicators button.active {
  background-color: #222;
}

/* Style for the carousel control buttons */
#testimonies-sm .carousel-control-prev-icon,
#testimonies-sm .carousel-control-next-icon {
  color: #222;
}

#iphone-social {
  width: 30%;
}

.social-link {
  color: inherit;
  text-decoration: none;
}

.social-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

#maintenance {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5790CA; /* Keep this for consistency */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure the overlay is on top */
  transition: background-color 3s ease; /* Smooth fade-in effect */
  color: white
}

/* Warranty Claims body */

.warranty-claims-body {
  height: auto;
  padding: 20px;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

/* Selection body */

.selection-body {
  height: auto;
  margin-inline: auto;
  padding: 20px;
  background-color: var(--secondary-clr);
  border-radius: 20px;
}

/* Loading */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5790CA; /* Keep this for consistency */
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure the overlay is on top */
  transition: background-color 3s ease; /* Smooth fade-in effect */
}