 
:root {
  --font-main: "Mulish", sans-serif;
  --font-condensed:"Mulish", sans-serif;
  --font-light: "Mulish", sans-serif;

  --font-size-base: clamp(15px, 1.2vw, 16px);
  --font-size-sm: 0.95rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: clamp(1.5rem, 2.5vw, 2.5rem);

  --color-dark: #111;
  --color-muted: #ddd;
  --color-accent: #38b2c7;
  --color-green: #5ba655;
  --color-red-shadow: #ff3d4f;
  --color-white: #fff;
  --color-text: #222;
  --color-secondary: #2e2e2e;
  --color-hover: #333;
}
 
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: 1.6;
  color: var(--color-dark);
  background: var(--color-white);
  overflow: hidden;
  overflow-y: scroll;
}
 
h1, h2, h3 {
  font-family: var(--font-condensed);
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}
h2 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}
h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
}

p, li, a {
  font-family: var(--font-light);
  font-size: var(--font-size-base);
}

#header,header {
  padding: 30px 0; 
  width: 100%;
    background:rgb(26, 30, 37) !important; 
}

#header.fixed {
     position: fixed;
    top: 0px;
    width: 100%;
    max-width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    left: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
    padding: 16px 123px 22px;
}
.values-image-frame img { 
    left: 0px;
}
.bread-crumb{
  padding: 40px 0px;
  margin: auto;
  display: block;
  text-align: center;
}
  section.about-section .sustain-btn{
    margin: auto;
    display: flex;
    text-align: center;
  }
  .sm-none{
  display: block;
  }
.sm-visible {
  display: none;
}
@media (max-width: 980px) {
  .hero {
    flex-direction: column;
    height: auto;
    border-radius: 36px;
  }
  .hero-left {
    padding: 40px 32px;
    text-align: center;
  }
  .hero-right {
    width: 100%;
    height: 280px;
    border-radius: 0 0 36px 36px;
    overflow: hidden;
    margin-top: 0;
  }
  .hero-right img {
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: inherit;
  }
  section.about {
    flex-direction: column;
    gap: 24px;
    padding: 0 24px;
  }

  .about-left {
    flex: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 4/3;
  }
  .about-left img {
    border-radius: 36px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
  .about-left .bg-shape {
    inset: -20px -24px -20px -24px;
    border-radius: 36px;
  }
  .about-right {
    flex: none;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }
  section.values {
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px; 
  }
  .values-right {
    width: 100%;
    max-width: 480px;
    box-shadow: none;
    border: none;
    border-radius: 36px;
    box-shadow: 0 0 12px #35b8bf90;
    margin: 0 auto;
  }
  section.sustainability {
    flex-direction: column;
    gap: 36px;
    padding: 0 24px;
  }
  .sustain-left {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 4/3;
  }
  .sustain-left img {
    border-radius: 36px;
    object-fit: cover;
  }
  .sustain-left .bg-red {
    inset: -10px -10px -10px -10px;
    border-radius: 36px;
    box-shadow: 0 0 0 7px var(--color-red-shadow);
  }
  .sustain-right {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
  }
  section.feedback {
    margin: 56px auto 64px;
    padding: 32px 24px;
    max-width: 540px;
  }
}
 
@media (max-width: 480px) {
  header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 12px 16px;
  }
  #header.fixed .logo, #header.fixed .social-icons{
    display: none;
  }
  #header.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    left: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding:0px;
}
  nav ul { 
        display: flex !important;
        gap: 29px !important;
        justify-content: flex-start;
        padding: 0px 34px 16px; 
}
  nav li a {
    padding: 0;
  }
 nav  .social-icons {
    order: 1;
    width: 100%;
    justify-content: center;
    gap: 16px;
    margin-top: 6px;
  }
  .hero-left h1 {
    font-size: 1.35rem;
  }
  .hero-left {
    padding: 36px 24px 32px;
  }
  section.about, section.values, section.sustainability {
    padding: 0 20px;
  }
  .about-right p {
    font-size: var(--font-size-sm);
  }
  .about-btn {
    padding: 9px 28px;
    font-size: var(--font-size-sm);
  }
  .values-left {
    font-size: var(--font-size-sm);
  }
}
 
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
 
  .container {
    max-width: 84%;
    margin: 0 auto; 
  }
 

  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    max-width:84%;
    background:rgb(26, 30, 37);
    padding: 20px 25px;
    position: relative; 
    margin: 0px auto 0px;
  }
 

  .logo {
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 0.03em;
    display: flex;
    align-items: left;
  }

  .logo img { 
    margin-right: 40px;
    fill: #111;
  }

  /* Navigation centered */

  nav {
    flex-grow: 1;
    text-align: left;
  }
  nav ul {
    display: inline-flex;
    gap: 32px;
  } 
  nav li a,.nav-link {
    position: relative;
    font-weight: 600;
    color:rgb(255, 255, 255);
    padding-bottom: 4px;
    transition: color 0.3s;
    padding-top: 15px;
    top: 5px;
  }
   .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    font-size: 24px;  
    cursor: pointer;
    display: none;
  } 
  .glasses-section:hover .video-button {
    display: block;
  }
 
  .video-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
  }
  #header nav li .nav-link:hover{
    color: #fff;
  }
  nav li a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
  }

  /* Social icons right */

.social-icons {
    display: flex;
    gap: 20px;
    z-index: 9999;
}
  .social-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #555;
    transition: background 0.3s, color 0.3s;
  } 
  .hero {
  max-width: 84%;
  margin: 0 auto 60px;
  display: flex;  
  border-radius: 48px; 
  min-height: 470px;
  position: relative;
}
.header-banner{

   background:rgb(26, 30, 37);
}
.hero-left {
  flex: 1;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.hero-left h1 {
 color: #ffffff;
    font-weight: 900;
    font-size: 3.2rem;
    margin: 0 0 20px;
    line-height: 1.2;

}
.gradient-text {
  background: linear-gradient(to right, #6F60A0, #14EBA1); 
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.app-badges {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 25px;
}

.app-badges img {
  height: 32px;
  cursor: pointer;
  filter: brightness(1) contrast(1);
  transition: filter 0.3s ease;
}
.app-badges img:hover {
  filter: brightness(0.8) contrast(1.1);
}

.app-badges .text {
  color: #ddd;
  font-size: 0.9rem;
  margin-left: 8px;
}
 
.hero-right {
  flex: 1;
  position: relative; 
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}  

.hero-right img {
    object-fit: cover;
    display: block;
    position: fixed;
    right: 7%;
    bottom: 0px;
    height: 125%;
}
 
.green-tilt-bg {
  background-color: #5ba655;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 90%;
  transform: translate(-50%, -50%) rotate(-4deg);
  border-radius: 60px;
  z-index: 0;
}
 
.customize-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2e2e2e;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  transition: background-color 0.3s ease;
}
.customize-btn:hover {
  background-color: #333;
}
.customize-btn svg {
  background-color: #00ff66;
  border-radius: 50%;
  padding: 3px;
}
 
section.values {
    max-width: 92%;
    padding: 37px 20px !important;
    margin: 0;
    position: relative;
    border-radius: 48px;
    left: 8%;
    min-height: 254px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    right: 7px;
    background: #000;
}

section.values .px-5 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
}

.values-image-frame {
    position: relative;
    display: flex;
    justify-content: flex-end;  
}

.values-image-frame img { 
    position: absolute;
    right: 0;
    width: auto;  
    max-width: 80%;  
    height: auto;
    margin-bottom: -80px;
}
.social-icons img { 
    padding: 9px;
}
  
  section.nerds {
    max-width: 720px;
    margin: 0 auto 80px;
    padding: 0 24px;
  }
  section.nerds h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  section.nerds p {
    color: #222;
    line-height: 1.6;
  }
  section.nerds p b {
    font-weight: 700;
  }
 

  section.sustainability {
    max-width: 84%;
    margin: 0 auto 80px;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 0 24px;
  }
  .sustain-left {
    position: relative;
    flex: 0 0 320px;
    border-radius: 36px;
    overflow: hidden;
  }
  .sustain-left .bg-red {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 7px #ff3d4f;
    z-index: 0;
  }
  .sustain-left img {
    position: relative;
    border-radius: 32px;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
  }
  .sustain-right {
    flex: 1;
  }
  .sustain-right h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .sustain-right p {
    margin-bottom: 30px;
    max-width: 560px;
    line-height: 1.5;
    color: #222;
  }
  .sustain-btn {
    background: #2e2e2e;
    border-radius: 40px;
    padding: 10px 20px;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: background-color 0.3s;
  }
  
.sustain-btn span {
    width: 35px;
    height: 35px; 
    background: #000000; 
    padding: 5px;
    border-radius: 50%;
    
    display: block;
    margin: auto;
    text-align: center;
} 
 

.glasses-section {
  height: auto;  
  max-width: 84%;
  margin: 0 auto; 
}

.glasses-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
    border-radius: 27px;
}
 
.feedback-card {
  background: #f2f2f2;
  border-radius: 48px;
  padding: 36px;
  max-width: 100%;
  text-align: center;
}
.feedback-rating{
  text-align: left;
}
.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

.user-info img {
      width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: initial;
    border: 1px solid #000;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 0px;
}

.stars .dot {
  width: 10px;
  height: 10px;
  background-color: #00c851;
  border-radius: 50%;
  display: inline-block;
}

.feedback-text {
  font-style: normal;
    font-size: 1rem;
    color: #333;
    max-width: 80%;
    margin: 25px auto 0px;
}

.feedback-controls .feedback-arrow { 
    border: none;
    background: transparent;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
} 

  /* DOWNLOAD section */
  section.download {
    text-align: center;
    margin-bottom: 72px;
  }
  .store-buttons {
    display: flex;
    gap: 15px;
}
.store-button {
    display: flex;
    align-items: center;
    background: rgb(0, 0, 0);
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    width: 180px;
    height: 60px;
    box-sizing: border-box;
}
.store-button .small-text {
    display: block;
    font-size: 11px;
    text-align: left;
}
.store-button .big-text {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
  section.download h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 24px;
    color: #111;
  }
  .download-badges {
    display: flex;
    justify-content: center;
    gap: 18px;
  }
  .download-badges img {
    height: 40px;
    cursor: pointer;
    transition: filter 0.3s ease;
  }
  .download-badges img:hover {
    filter: brightness(0.8);
  }
 
  .custom-footer {
    background: #111;
    color: #ccc;
    border-radius: 50px;
    padding-bottom: 44px;
    max-width: 94%;
    margin: auto;
    margin-bottom: 40px; 
    padding: 20px 61px;
}

.footer-nav a,
.footer-contact a {
  color: #ccc;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
}
.footer-nav a:hover,
.footer-contact a:hover {
  color: #35b8bf;
}

.social-icons a {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  color: #111;
  font-size: 18px;
  transition: all 0.3s ease;
} 
.scroll-circle {
 position: relative;
}
.scroll-circle svg{
  position: absolute;
  right: 16px;
  bottom: -25px; 
}
.scroll-icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #111;
}

  @media (max-width: 1280px) {
  .values-image-frame img {
    position: absolute;
    right: 0;
    width: auto;
    max-width: 80%;
    height: auto;
    margin-bottom: -140px;
}
section.values {
      min-height: 211px;
}
 }

  @media (max-width: 980px) {
    .hero {
      flex-direction: column;
      height: auto;
      border-radius: 36px;
    }
    .hero-left {
      padding: 40px 32px;
      text-align: center;
    }
    .hero-right {
      width: 100%;
      height: 280px;
      border-radius: 0 0 36px 36px;
      overflow: hidden;
      margin-top: 0;

    }
    .hero-right img {
      height: 100%;
      width: auto;
      object-fit: cover;
      border-radius: inherit;
    }

    section.about {
      flex-direction: column;
      gap: 24px;
      padding: 0 24px;
    }
    .about-left {
      flex: none;
      width: 100%;
      max-width: 420px;
      margin: 0 auto;
      position: relative;
      aspect-ratio: 4/3;
    }
    .about-left img {
      border-radius: 36px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 1;
    }
    .about-left .bg-shape {
      inset: -20px -24px -20px -24px;
      border-radius: 36px;
    }
    .about-right {
      flex: none;
      width: 100%;
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
    }

    section.values {
    max-width: 92%;
    padding: 37px 20px !important;
    margin: 0;
    position: relative;
    border-radius: 48px;
    left: 8%;
    min-height: 254px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    right: 7px;
    background: #000;
}
    .values-right {
      width: 100%;
      max-width: 480px;
      box-shadow: none;
      border: none;
      border-radius: 36px;
      box-shadow: 0 0 12px #35b8bf90;
      margin: 0 auto;
    }

    section.sustainability {
      flex-direction: column;
      gap: 36px;
      padding: 0 24px;
    }
    .sustain-left {
      width: 100%;
      max-width: 440px;
      margin: 0 auto;
      position: relative;
      aspect-ratio: 4/3;
    }
    .sustain-left img {
      border-radius: 36px;
      object-fit: cover;
    }
    .sustain-left .bg-red {
      inset: -10px -10px -10px -10px;
      border-radius: 36px;
      box-shadow: 0 0 0 7px #ff3d4f;
    }
    .sustain-right {
      width: 100%;
      max-width: 680px;
      text-align: center;
      margin: 0 auto;
    }

    section.feedback {
      margin: 56px auto 64px;
      padding: 32px 24px;
      max-width: 540px;
    }
        #header.fixed .logo, #header.fixed .social-icons {
        display: none;
    } 
        nav ul {
        display: flex !important;
        gap: 29px !important;
        justify-content: space-between;
        padding: 0px 34px 16px;
    }
        .app-badges svg {
        width: 47% !important;
    }
         section.values {
        max-width: 92%;
        padding: 37px 20px !important;
        margin: 0;
        position: relative;
        border-radius: 48px;
        left: 4%;
        min-height: 349px;
        right: 7px;
        background: #000;
    }
        .values-image-frame img {
        position: absolute;
        right: 0;
        width: auto;
        max-width: -webkit-fill-available;
        height: auto;
        margin-bottom: -167px;
    }
  }

  @media (max-width: 480px){
    header {
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      padding: 12px 16px;
    }
    nav ul {
      gap: 16px;
      font-size: 14px;
    }
    nav li a {
      padding: 0;
    }
    section.about-section .sustain-btn {
    display: flex;
    text-align: left;
    margin: 0px;
}
 section.about-section  .sustain-btn span {

    display: block;
    margin: auto;
    text-align: center;
}
    .custom-footer .social-icons {
      order: 1;
      width: 100%;
      justify-content: left;
      gap: 16px;
      margin-top: 6px;
      margin-bottom: 20px;
    }
    .hero-left h1 {
      font-size: 1.35rem;
    }
    .hero-left {
      padding: 10px;
    }
    section.about, section.values, section.sustainability {
      padding: 0 20px;
    }
    .about-right p {
      font-size: 0.95rem;
    }
    .about-btn {
      padding: 9px 28px;
      font-size: 0.9rem;
    }
    .values-left {
      font-size: 0.95rem;
    }
  .hero  .app-badges {
    align-items: center;
    gap: 14px;
    display: block;
}
.sm-none{
display: none;
}
.sm-visible{
  display: block;
}
.app-badges svg{
  width: 40%;
}
.app-badges .text{
padding-top: 18px;
}
      
.store-buttons {
display: block;
}
.download-badges {
    display: block;
}
.carousel-control-next-icon{
  width: 5rem;
}
    nav {
    flex-grow: 1;
    text-align: center;
}
.logo img {
    margin-right: 0px;
}
.hero-left {
    display: block;
}
.hero-right img {
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;  
    right: 0%;  
    height: 110%;
}
.custom-footer {
    background: #111;
    color: #ccc;
    border-radius: 50px;
    padding-bottom: 44px;
    max-width: 94%;
    margin: auto;
    margin-bottom: 10px;
    padding: 20px 28px;
}
.hero {  
      border-radius: 48px;
      min-height: auto !important;
      position: relative;
      }
          .values-image-frame img { 
        margin-bottom: -47px !important;
    }
    .hero-right img {
    object-fit: cover;
    display: block !important;
    position: relative !important;
    right: 0px !important;
    bottom: 0px !important;
    height:auto !important;
}
  } 


  /* For smaller screens, ensure images are responsive */
@media (max-width: 980px) {
  /* Adjust the hero image to fit properly */
  .hero-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
  }

  /* For smaller devices, adjust the about section images */
  .about-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .values-image-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: -60px; /* Adjusting the margin as needed */
  }

  .sustain-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Adjust the hero image on even smaller devices */
  .hero-right img {
    object-fit: cover;
    height: auto;
    width: 100%;
    display: block;
  }
  
  /* Ensure images in values section are responsive */
  .values-image-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 0; /* Adjust margin for smaller screens */
  }
}

@media (max-width: 480px) {
  /* Adjustments for very small screens */
  .hero-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .sustain-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Ensure values section images fill space */
  .values-image-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: -20px; /* Adjust margin for small screens */
  }

  /* Ensure all images are responsive within the footer */
  .custom-footer img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1280px) {
  /* For slightly larger devices, ensure image fits within section */
  .values-image-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .hero-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
  }
}

