body {
  margin:0;
  font-family: "Helvetica", sans-serif;
  background-image: url(https://www.glasscare.online/wp-content/uploads/2025/07/home-page-hero.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.corporate {
  background: #029635;
  text-align: center;
  overflow: auto;
  filter: drop-shadow(0px 0px 10px #444);
}
.corporate p {
  color: #fff;
  padding: 12px;
  margin: 0;
}
.corporate a {
    color:white;
}

small.container {
  color:white;
  display:block;
  background:#67cafd;
  width: 100%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
small {
  color: rgb(57, 57, 57);
  font-size: 13px;
}
.glasscare-section {
  /* padding: 40px 20px; */
  background-color: #ffffffba;
  color: #ffffff;
  font-family: Arial, sans-serif;  
}
.glasscare-section.first {
  padding:0;
  padding-bottom:20px;
}
.glasscare-section .container {
  margin: 0 auto;
  text-align: center;
}

.glasscare-section .header {
  background:#026496;
}
.glasscare-section .header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #026496;
  max-width: 1000px;
  margin: 0 auto;
  padding:40px 20px;

}
.glasscare-section .header-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  background-image: url(images/glasscare-logo.png);
  background-position: center;
  background-size: 60px;
  background-repeat: no-repeat;
  position: relative;
  top: -60px;
}

.glasscare-section .title-area {
  flex: 1 1 300px;
}

.glasscare-section .title-area h1 {
  color: white;
  font-size: 32px;
  margin: 0;
  margin-bottom:20px;
}

.glasscare-section .title-area h2 {
  color: #ffffff;
  font-size: 20px;
  margin: 10px 0;
}

.glasscare-section .title-area p {
  color: white;
  font-size: 16px;
}

.glasscare-section .trophy-icon {
  width: 80px;
  height: 80px;
  position: relative;
  top: -60px;
  border-radius: 50px;
}

.glasscare-section .icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.glasscare-section .icons img {
  width: 80px;
  height: auto;
  border-radius: 10px;
}

.glasscare-section .icons .second, .glasscare-section .icons .third {
  width: 90px;
} 
.glasscare-section .icons .fourth {
  width: 100px;
} 

.glasscare-section blockquote {
  font-style: italic;
  color: #0c3b53;
  margin: 20px auto;
  font-size: 18px;
  max-width: 700px;
  font-weight: 600;
  padding:0 20px;

}

.glasscare-section .description {
  color: #0c3b53;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 1000px;
  margin:20px auto;
  padding:0 20px;
}

.glasscare-section .description a {
  color: #4da6ff;
  text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 600px) {

  .glasscare-section .trophy-icon, .glasscare-section .header-logo {
    top:0;
  }
  .glasscare-section .header {
    flex-direction: column;
    text-align: center;
  }

  .glasscare-section .title-area {
    flex: none;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .glasscare-section .title-area h1 {
    font-size: 26px;
  }

  .glasscare-section .title-area h2 {
    font-size: 18px;
  }

  .glasscare-section .icons img {
    width: 60px;
    border-radius: 10px;
  }

  .glasscare-section blockquote {
    font-size: 16px;
    padding: 0 20px;
  }

  .glasscare-section .description {
    font-size: 14px;
    padding: 0 20px;
  }
}

.glasscare-global-section {
  background-color: #ffffffba;
  color: #0c3b53;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  margin: 20px auto;
  max-width: 1000px;
}

.glasscare-global-section .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.glasscare-global-section h2 {
  font-size: 22px;
  color: #0c3b53;
  margin-bottom: 15px;
}

.glasscare-global-section p {
  font-size: 18px;
  color: #0c3b53;
  line-height: 1.6;
  margin-bottom: 25px;
}

.glasscare-global-section .map-area {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0px 20px;

}

.glasscare-global-section .map-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.glasscare-global-section .ai-icon {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 60px;
  height: auto;
}

.glasscare-global-section .overlay-img {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 80px;
  height: auto;
  border-radius: 6px;
  border-radius: 10px;
}

.glasscare-global-section .footnote {
  margin-top: 30px;
  font-size: 15px;
  color: #0c3b53;
  font-size: 18px;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .glasscare-global-section h2 {
    font-size: 18px;
  }

  .glasscare-global-section p,
  .glasscare-global-section .footnote {
    font-size: 14px;
    color: #0c3b53;
    font-size: 18px;
  }

  .glasscare-global-section .ai-icon {
    width: 40px;
    top: -25px;
    left: 10px;
  }

  .glasscare-global-section .overlay-img {
    width: 60px;
    top: -20px;
    right: 5px;
    border-radius: 10px;
  }
}




.glasscare-commitment-section {
  background-color: rgba(255,255,255,0.65);
  color: #0c3b53;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
  margin: 20px auto;
  max-width: 1000px;
}

.glasscare-commitment-section .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.glasscare-commitment-section .top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.glasscare-commitment-section .text {
  max-width: 500px;
  text-align: center;
  max-width: 370px;
}

.glasscare-commitment-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top:0;
}

.glasscare-commitment-section .text p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.glasscare-commitment-section .top-image {
  height: auto;
  border-radius: 5px;
  max-width: 400px;
}

.glasscare-commitment-section .trusted p {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 10px;
}

.glasscare-commitment-section .logo-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  background-color: white;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.glasscare-commitment-section .logo-strip img {
  max-height: 70px;
  border-radius: 10px;
}

.glasscare-commitment-section .bottom-text p {
  color: #0c3b53;
  font-size: 16px;
  margin-bottom: 25px;
}

.glasscare-commitment-section .link-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.glasscare-commitment-section .btn {
  padding: 10px 20px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor:pointer;
}

.glasscare-commitment-section .btn.blue {
  background-color: #84c9ff;
}

.glasscare-commitment-section .btn.orange {
  background-color: #f4a742;
}

.glasscare-commitment-section .btn.grey {
  background-color: #ccc;
  color: #333;
}

.glasscare-commitment-section .btn.red {
  background-color: #ff7733;
  margin-top: 10px;
}
.glasscare-commitment-section .cta {
  margin:60px;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .glasscare-commitment-section .top-content {
    flex-direction: column;
  }

  .glasscare-commitment-section .text {
    text-align: center;
  }

  .glasscare-commitment-section .top-image {
    width: 100%;
    max-width: 300px;
  }

  .glasscare-commitment-section .logo-strip {
    gap: 20px;
  }

  .glasscare-commitment-section .btn {
    width: 100%;
    max-width: 250px;
    margin: 5px auto;
  }
}


.link-preview-card {
  display: block;
  max-width: 300px;
  background-color: #ccc;
  border-radius: 12px;
  padding: 16px;
  text-decoration: none;
  color: black;
  font-family: Arial, sans-serif;
  text-align: left;
  transition: box-shadow 0.2s ease;
}

.link-preview-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.link-preview-card .preview-text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.link-preview-card .preview-footer {
  font-size: 13px;
  color: #333;
}

.link-preview-card .preview-domain {
  font-size: 12px;
  color: #555;
  display: block;
  margin-top: 6px;
}

.link-preview-card.with-image {
  display: flex;
  max-width: 500px;
  background-color: #ccc;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: black;
  font-family: Arial, sans-serif;
  transition: box-shadow 0.2s ease;
}

.link-preview-card.with-image:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.link-preview-card .preview-thumb {
  width: 150px;
  object-fit: cover;
  height: 100%;
}

.link-preview-card .preview-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.link-preview-card .preview-text {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 12px;
}

.link-preview-card .preview-footer {
  font-size: 13px;
  color: #333;
}

.link-preview-card .preview-domain {
  font-size: 12px;
  color: #555;
  margin-top: 6px;
}

.link-preview-card.simple {
  display: block;
  background-color: #ccc;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  color: #111;
  font-family: Arial, sans-serif;
  max-width: 450px;
  transition: box-shadow 0.2s ease;
}

.link-preview-card.simple:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.link-preview-card.simple .preview-text {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.link-preview-card.simple .preview-domain {
  font-size: 14px;
  color: #555;
}


  /* Modal container */
  #formOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  #enquiryForm {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    max-width: 400px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;

  }

  #enquiryForm label {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
  }

  #enquiryForm input,
  #enquiryForm select {
    width: 100%;
    padding: 10px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
  }

  #enquiryForm button[type="submit"] {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #28A745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  #enquiryForm button[type="submit"]:hover {
    background-color: #218838;
  }
  .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #141e28;
    border-radius: 5px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    line-height: 28px;
    float: right;
    position: relative;
    top: -15px;
    right: -15px;
    cursor:pointer;
  }

  #responseMsg {
    font-family: sans-serif;
    margin: 20px;
    font-weight: bold;
    text-align: center;
  }

  footer {
    background: #026496;
    display: block;
    width: 100%;
    margin: 0;
    padding-top:20px;
  }

  footer p {
    margin: 0;
    color: white;
    text-align: center;
    padding:0 20px;

  }
  footer a {
    color:white;
  }
  footer ul {
    list-style-type: none;
    color: white;
    text-align: center;
    padding:0 20px;
  }

  footer li {
    padding:5px 0;
  }