.qr-section-layout {
  row-gap: 1rem; 
  /* background: rgba(247, 247, 247, 1); */
  background: transparent;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  padding: 2rem;
  box-sizing: border-box;
  font-family: inherit;
  /* letter-spacing: .5px; */
}


.qr-code-gen-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background: transparent;
  /* border: 1px solid #E3E3E3; */
  /* margin: 1em; */
  border-radius: 8px;
  width: 90%;

}

.layout {
  box-sizing: border-box;
}

.submission-form-section-layout {
  display: flex; 
  flex-direction: row; 
  width: 100%; 
  border-radius: 10px; 
  background: transparent;
  align-items: stretch;
}

.submission-form {
  width: 60%;
  padding-left: 1rem;
  padding-right: 1rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */

  .qr-gen-form-but {
    padding: 0.4rem 1rem; 
    border-radius: 2rem; 
    background: #52C0B5; 
    border: none; 
    color: white; 
    cursor:pointer;
    font-size: 14px;
    display: flex; 
    align-items: left;
    letter-spacing: normal;
    text-transform: none;
  }
}

#url-input-field {
  padding-top: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

#text-input-field {
  padding-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

#social-media-input-field {
  padding-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.qr-gen-form-layout {
  width: 80%;
}

.generate-buttons {
  align-items: start;
}

#text-input-field textarea {
  padding: 0.5rem;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  width: 100%;
  font-size: 12px;
  background-color: white;
  box-sizing: border-box;
  color: #000;
}

#text-input-field textarea:focus {
  border: 2px solid #E3E3E3;
  outline: none;
  caret-color: #B7B7B7;
  color: #000;
}


.text-input-generate-button-field {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.text-input-hint {
  text-align: end;
  opacity:45%;
  width: 100%;
  font-size:8px;
}

.social-media-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16%, 1fr));
  gap: 0.6rem;
  justify-items: center;
  align-items: center;
  width: 80%;
}

.social-media-buttons .icon-button {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  /* transition: all 1s ease; */
  box-sizing: border-box;
}

.social-media-buttons .icon-button img {
  width: 1.3rem;
  height: 1.3rem;
}

#social-media-input-field .icon-button.selected {
  border: 2px solid #E3E3E3;
  background-color: #FFFFFF;
}

#social-media-input-field .icon-button:hover {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
}


.qr-code-gen-container .qr-code-container {
  display: grid;
  place-items: center;
  border-radius: 13px;
  background-color: transparent;
  margin-top: 0.3rem;
}

.qr-code-section-container {
  /* min-width: 320px; */
  width: 40%;
}

.qr-gen-form-input {
  padding: 0;
  margin: 0;
}

.qr-gen-selection:has(input[type="radio"]:checked) {
  border: 2px solid #4285F4; 
  box-shadow: 0px 0px 5px rgba(66, 133, 244, 0.5);

  .selection-header {

    color:rgba(82, 192, 181, 1);
  }
  
}

.qr-gen-selection {
  background: rgba(255, 255, 255, 1); ;
  border: 1px solid #DFDFDF;
  width:auto;
  aspect-ratio: 1 / 1.05;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px; 
  box-sizing: border-box;

  svg {
    width: 100%;
    height: 100%;
    fill: #374957;
    align-items: center;
  }

  .selection-header {
    color: #374957;
    font-size: 14px;
  }

  .svg-container {
    background: rgba(255, 255, 255, 1);
    width: 25%;
    height: 25%;
    display: flex;
    align-items:center;
    text-align: center;
    align-content: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .svg-description {
    font-size: 10px;
    font-weight: 600;
    color: #000;
    text-align: center;
  }
}

.download-caption-small {
  display: block;
}

.input-selection-layout {
  padding: 1rem;
  /* column-gap: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 90%;
  background: transparent;
  box-sizing: border-box;
}

.qr-gen-submission-form {
  display:flex;
  flex-direction:column;
  row-gap:0.7rem;
  width: 80%;
}

#qr-section-page .qr-gen-form-header label {
  font-size: 14px;
  font-weight: 400;
}

#url-input-field .qr-code-url-text {
  box-sizing:border-box;
  padding: 1em;
  border-style: solid;
  border-width: thin;
  margin-bottom: 1rem;
  border-color: #E3E3E3;
  border-radius: 10px;
  display: flex;
  width: 100%;
  font-size: 12px;
  background-color:white;
  color: #000;
}

#url-input-field .qr-code-url-text:focus {
  box-sizing:border-box;
  border: 2px solid #E3E3E3;
  outline: none;
  caret-color: #B7B7B7;
  color: #000;
}

#social-media-input-field .qr-code-url-text {
  box-sizing:border-box;
  padding: 1em;
  border-style: solid;
  border-width: thin;
  margin-bottom: 1rem;
  border-color: #E3E3E3;
  border-radius: 10px;
  display: flex;
  width: 100%;
  font-size: 12px;
  background-color:white;
  color: #000;
}

#social-media-input-field .qr-code-url-text:focus {
  box-sizing:border-box;
  border: 2px solid #E3E3E3;
  outline: none;
  caret-color: #B7B7B7;
  color: #000;
}

.feature-section-container {
  width: 95%;
  display: flex;
  padding: 1.5rem;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-sizing: border-box;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 0.7rem;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  aspect-ratio: 1 / 1.05;
  /* width: 80px;
  height: 80px; */
  box-sizing: border-box;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 5px;
  justify-content: flex-end;
  padding-bottom: 26%;
  border: 1px solid #DFDFDF;
}

.feature-item:has(input[type="radio"]:checked) {
  border: 2px solid #4285F4; 
  box-shadow: 0px 0px 5px rgba(66, 133, 244, 0.5);
}

.feature-item .svg-grp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  box-sizing: border-box;
}

#features-demonstrate-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
}

#features-demonstrate-container .feature-form-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 80%;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
}

.phone-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 250px;
  height: 477px;
  padding: 0.5rem;
  padding-top: 1rem;
  border-radius: 26px;
  background: #4CC1B5;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; 
}

.phone-container::-webkit-scrollbar {
  display: none;
}

.phone-container .phone-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 83%;
  gap: 0.7rem;
  padding-top: 0.5rem;
}

.phone-container .phone-header span {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
}

#features-demonstrate-container .phone-page .phone-container .phone-header button {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;

  svg {
    width: 15px;
    height: 15px;
    overflow: visible;
  }
}

.phone-container .phone-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  /* height: 330px; */
  border-radius: 10px;
  box-sizing: border-box;
  row-gap: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-grow: 1;
}
.phone-container .phone-body::-webkit-scrollbar {
  display: none;
}

/* .phone-container .phone-body:hover {
  cursor: pointer;
} */

.contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#features-demonstrate-container .contact-container button {
  display: flex;
  padding: 0.4rem 1rem; 
  border-radius: 2rem; 
  background: #39CD00; 
  border: none; 
  color: white; 
  cursor: pointer;
  display: flex; 
  align-items: center;
  justify-content: center;

  svg {
    width: 19px;
    height: 19px;
    padding-right: 0.3rem;
  }
}

#features-demonstrate-container .contact-container span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
}

#features-demonstrate-container .contact-container a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  letter-spacing: normal;
  text-transform: none;
}

.phone-container .phone-body span {
  font-size: 8px;
  color: #9D9D9D;
}

.phone-container .phone-body button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0; 
  border-radius: 8.8px; 
  width: 100%;
  background: #4D5DFA; 
  border: none; 
  color: white; 
  cursor: pointer;
  font-size: 12px;
  display: flex; 
  align-items: left;
  margin-top: 0.5rem;
}

.phone-page {
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.body-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  border-radius: 15px;
  /* overflow: hidden; */
}

.body-content .img-container {
  position: relative;
  width: 100%;
  height: 60%;
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.body-content img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.content-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .3rem;
  padding: .5rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
  height: 40%;
}

.content-body .content-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .3rem;
  width: 90%;
  box-sizing: border-box;
  z-index: 0;
  height: 100%;
}


.content-body .content-detail {
  width: 80px; 
  font-size:5px;
  color: #9C9C9C;
}

.icon-body {
  justify-self: center;
  border-radius: 50%;
  z-index: 1;
  margin-top: -20px;
  margin-bottom: -20px;
}

.smart-profile-social {
  display: flex;
  align-items: left;
  justify-content: left;
  width: 100%;
  flex-direction: row;
  gap: 0.1rem;
  padding: 0;
}

.smart-profile-social img {
  width: 20px;
  height: 20px;
}

.row-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.column-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.website-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
  border-radius: 18px;
  overflow: hidden;
  background: #FFFFFF;
}

.website-container .website-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;

}

.website-container .website-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 700;
  color: black;
}

.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.dropdown {
  position: relative;
  display: inline-block;
}

#dropdownButton {
  background-color: #FFFFFF;
  padding: 0.2rem;
  cursor: pointer;
  font-size: 9px;
  color:#000;
  letter-spacing: normal;
  text-transform: none;
}

#dropdownButton:hover {
  background-color: #ebf0ff;
  border-radius: 5px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 1;
}

.dropdown-menu button {
    display: block;
    width: 100%;
    padding: 10px;
    background: none;
    text-align: left;
    cursor: pointer;
    color: black;
}

.dropdown-menu button:hover {
    background-color: #ddd;
}

hr {
  border: none;             
  border-top: 2px dashed #4D5DFA;
  width: 1.5rem;
  height: 1px;   
}
.e-warranty-item-list {
  display: flex;
  background: #FFFFFF;
  border-radius: 0.5rem;
}

.e-warranty-title {
  font-size: 7px;
  font-weight: bold;
  width: 100%;
}
.e-warranty-period {
  font-size: 5px;
}

.e-warranty-description-section {
  padding: 0.5rem;
}

.spin {
  animation: spinAnimation 4s ease-out forwards;
  transform-origin: center center;
}

@keyframes spinAnimation {
  0% {
    transform: scale(1.8) rotate(0deg);
  }
  100% {
    transform: scale(1.8) rotate(1440deg);
  }
}

.website-view-container {
  display: flex;
}

.phone-view-container {
  display: none;
}


@media only screen and (max-width: 600px) {
  .qr-code-gen-container {
    background: white;
    border-width: 0;
    margin: 0em;
    width: 100%;
  }

  .qr-gen-form-layout {
    width: 100% !important;
  }

  .end {
    justify-content: center !important;
  }

  .qr-gen-submission-form {
    width: 100%;
  }

  .submission-form-section-layout {
    flex-direction: column;
    align-items: center;

  }

  .qr-code-gen-container .qr-code-container {
    background: transparent;
    border-width: 0px;
    margin: 0 0 1rem 0;
  }

  .submission-form {
    width: 100%;
  }

  .generate-buttons {
    align-items: start;
  }

  .text-input-generate-button-field {
    margin-top: -0.5rem;
  }

  .text-input-generate-button-field .text-input-hint {
    text-align: end;
    opacity: 45%;
    width: 100%;
    font-size:10px;
  }

  .download-caption-large {
    display: none;
  }
  .download-caption-small {
    display: block;
  }

  .qr-code-section-container {

    min-width: 0px;
    width: -moz-available;
    width: -webkit-fill-available;
  }

  .social-media-buttons {
    width: 100%;
  }

  #features-demonstrate-container {
    align-items: center;
  }

  .feature-section-container {
    background-color: #F6FFE7 !important;
    background-image: none !important;
  }

  .website-view-container {
    display: none !important;
  }

  .phone-view-container {
    display: flex !important;
  }

  .website-container .website-main {
    padding: 0.5rem;
  }

  .phone-view-header {
    justify-content:flex-start;
    width: 23px;
    height: 100%;
    background-color:#4CC1B5;
    gap:1rem; 
  }
  /* svg {
    width : 21px;
    height: 21px;
 } */
}