/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --dropdown-bg: rgba(0, 0, 0, 0.945);
  ;
  --text: #fff;
}

body {
  font-family: Arial, sans-serif;
  color: #FBFBFB;
  background-color: #FBFBFB;
  line-height: 1.6;
}

/* HEADER */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 5%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;

  color: var(--text);
}

/* Center nav links */
.navbar nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  /* center text */
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #4db6ff;
}

.logo {
  font-size: 1rem;
  font-weight: bold;
  flex-shrink: 0;
  /* Keep logo left-aligned */
}

/* Hamburger button */
/* Hamburger button */
.hamburger {
  display: none;
  /* hidden on desktop */
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
  /* pushes it to right */
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--text);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}

/* HERO */
.hero {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background-image: url("../images/backgroundblue.png");
}

.hero-content h1 {
  margin-top: 5rem;
  font-size: 4.5rem;
  margin-bottom: 1.5rem;

}

.btn-primary {
  display: inline-block;
  padding: 1rem 4rem;
background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    
    border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 5rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #0077ff;
}

/* SERVICES */
.services {

  color: #000;
  padding: 5rem 5%;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.service-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.service-card h3 {
  margin-bottom: 1rem;
  color: #08376d;
}



/* FOOTER */
.footer {
  background: #000000c0;
  color: #aaa;
  padding: 2rem 5%;
  text-align: center;
}

.footer-links {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #aaa;
  margin: 0 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}


.container {
  display: flex;
  gap: 50px;
  padding: 20px;
}

.card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 5px solid #8585851f;
  border-radius: 20px;
  padding: 2rem;
}

.strip {
  display: flex;
  align-items: center;

}

.icon-box {

  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 10px;
}

.icon-box img {
  width: 18px;
  height: 18px;
}

.text {
  text-align: left;
  font-size: 14px;
  color: #333;
}



.banner-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  z-index: 2;
  position: relative;
}

.banner-img {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);

  height: auto;
  max-height: 600%;
  /* relative to banner height */
  max-width: 40%;
  /* scales with viewport */
}

.banner-desc {
  max-width: 600px;
  margin: 40px auto;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  padding: auto;
  text-align: center;
}

.warranty {
  margin-top: 7rem;
  margin-bottom: 7rem;
}





.title-col h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  color: #6e6e6e;

}

.text-col p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}



.image-col img {
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}










.custom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5%;
  background-color: black;
  background-size: cover;
  color: #fff;
  flex-wrap: wrap;
  /* responsive */
  gap: 1rem;
}

.custom-footer a {
  color: #fff;
  margin: 0 0.75rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.custom-footer a:hover {
  color: #7de774;
  /* golden hover */
}

.footer-logo {
  max-height: 50px;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
}

.custom-footer .social-icon {
  height: 18px;

  margin: 0 0.75rem;
  transition: transform 0.3s ease, filter 0.3s ease;
  opacity: 0.5;
}

.custom-footer .social-icon:hover {
  transform: scale(1.5);
  filter: brightness(1.5);
  opacity: 1;
}




/* ---------- |Repair ---------- */

.repair {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;


  align-items: center;
  justify-content: center;
  background-image: url('../images/1backgroundblue.png');
}

.repair-glass-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;

  max-width: 1000px;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 4rem;

}

.repair-glass-card>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}


.repair h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.repair p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}

.repair form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.repair label {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.repair input,
.repair textarea {
  width: 100%;
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.repair input::placeholder,
.repair textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.repair button {
  padding: 1rem;

  border-radius: 6px;
  background: rgba(255, 255, 255, 0.801);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.repair button:hover {
  background: white;
}

.repair-section {
  margin-bottom: 2rem;
}









.repair .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}


.containerb {
  display: flex;
  gap: 10rem;
  padding: 6rem;
  background-color: #000000d6;

  margin: 0;
  color: #fff;
 
}

/* Left column */
.leftb {
  flex: 1;
}

.leftb h2 {
  color: #fff;

}

.leftb p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.leftb img {
  width: 100%;
  border-radius: 8px;
  margin-top: 20px;
}

/* Right column */
.rightb {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.serviceb {

  padding: 20px;
  border-radius: 8px;
}

.serviceb h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.serviceb p {
  margin: 0;
  line-height: 1.5;
}



.youtube-section {

  margin: 0 auto;
  text-align: center;
  padding: 5rem 3rem 3rem 3rem;
}

.youtube-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.youtube-logo img {
  height: 40px;
}

.youtube-logo h2 {
  margin: 0;
  font-size: 1.5rem;
}

.youtube-section p {
  display: inline-block;
  margin-bottom: 30px;
  color: black;
  max-width: 80%;

}

/* Grid for videos */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.video-grid img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Subscribe button */
.subscribe-btn {
  background: red;
  color: white;
  border: none;
  padding: 12px;
  font-size: 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s;
  
}

.subscribe-btn:hover {
  background: darkred;
}

/* Responsive */




@media (max-width: 1370px) {}

@media (max-width: 768px) {

  .hero {
    background-image: url("../images/mobilebglaptop.png");

  }









  .youtube-section {

    padding: 5rem 0rem 5rem 0rem;
  }

  .repair-glass-card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 3rem;
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 5rem;

  }

  .repair {
    height: 100%;

  }


  .custom-footer {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }



  .footer-right {
    order: 1;
    /* keep links on top and bottom */
  }

  .footer-center {
    order: 2;
  }


  .footer-right a {
    margin: 0 0.5rem;
  }

  .footer-right {
    opacity: 0.7;
  }



  .hamburger {
    display: flex;
  }

  .banner-desc {
    max-width: 90%;
    margin: 20px auto;
  }






  .hero-content h1 {
    font-size: 1.85rem;
    margin-top: -15rem;
  }

  .none {
    display: none;
  }

  .container {
    flex-direction: column;
    padding: 0;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--dropdown-bg);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height .35s ease, opacity .25s ease, transform .35s ease, padding .2s ease;
  }

  .nav-links.open {
    max-height: 60vh;
    opacity: 1;
    transform: translateY(0);
    padding: 12px 20px;
  }

  .nav-links li a {
    padding: 12px 0;
    display: block;
  }


  /* On mobile, keep only logo + hamburger in the bar */
  .navbar .nav-links {
    display: block;
  }

  /* override desktop flex */
}

/* Responsive stacking */
@media (max-width: 900px) {
  .containerb {
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
   
  

  }
}






/* SERVICES SECTION  extraa to be deletied niggers*/
.containerb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #0a0f1f, #1c2233);
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

/* Left column */
.leftb {
  flex: 1 1 500px;
  max-width: 600px;
}

.leftb h2 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  color: #3C96DF;
  position: relative;
}

.leftb h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #3C96DF;
  border-radius: 3px;
}

.leftb p {
  margin-bottom: 1.2rem;
  line-height: 1.7;
  color: #d6d6d6;
}

.leftb img {
  width: 100%;
  border-radius: 15px;
  margin-top: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leftb img:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Right column */
.rightb {
  flex: 1 1 400px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.serviceb {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.8rem;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.serviceb:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(74, 215, 243, 0.15);
}

.serviceb h3 {
  color: #3C96DF;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}

.serviceb p {
  color: #e0e0e0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .containerb {
    flex-direction: column;
    align-items: center;
    padding: 3rem 1.5rem;
  }

  .leftb,
  .rightb {
    max-width: 100%;
  }
}




/* WARRANTY SECTION */
.warranty {

  color: #fff;
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

/* Subtle diagonal overlay */
.warranty::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 100%;
  
  z-index: 0;
}

.banner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.banner-title {
  /* flex: 1 1 300px; */
      font-size: 3rem;
  /* font-weight: 700; */
  text-align: center;
  background: #3C96DF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}






/* Description below */
.banner-desc {
  margin-top: 2rem;
  max-width: 750px;
  margin-inline: auto;
  line-height: 1.7;
  color: #000000;
  font-size: 1.05rem;
}

/* Optional divider accent */
.banner-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3C96DF;
  margin-top: 0.8rem;
  border-radius: 3px;
}

        .trusted-strip {
            background: #f7f7f7;          /* Light subtle background */
            padding: 20px 0;
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
        }

        .trusted-container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;              /* Mobile friendly */
            text-align: center;
            padding: 0 15px;
        }

        .stars {
            font-size: 22px;
            color: #ffb400;               /* Gold star color */
            letter-spacing: 2px;
        }

        .trusted-text {
            font-size: 16px;
            margin: 0;
            color: #333;
        }

        .trusted-badge {
            height: 28px;
            opacity: 0.95;
        }
        
.info-section {
 
  color: #222;
  padding: 3rem 4rem;
  text-align: left;
  margin: 7rem 1rem;
}

.info-container {
    /* max-width: 900px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.info-section h2 {
    font-size: 3rem;
    color: #0a0f1a;
    margin-bottom: 1.5rem;
    /* text-align: center; */
    flex: 1;
}

.info-section p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
      flex: 1;
}


/* Responsive */
@media (max-width: 768px) {
  .banner {
    flex-direction: column-reverse;
    text-align: center;
  }

  .banner-title {
    text-align: center;
    font-size: 1.6rem;
  }

  .banner-title::after {
    margin: 0.8rem auto 0;
  }

  .banner-img {
    max-width: 250px;
  }
}

@media (max-width: 980px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-grid img:first-child,
  .video-grid img:last-child {
    display: none;
  }

  .video-grid img {
    max-width: 80%;
    border-radius: 10px;
    justify-self: center;
  }
  .info-container {
    flex-direction: column;
    gap: 2rem;
  }

}


 #section_3 {
            position: relative;
            max-width: 100%;
                margin-bottom: 8rem;
    /* margin-top: 6rem; */
   
            background: url("../images/iphone_repair.png") center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
                        margin: 3rem;
    border-radius: 2rem
        }

        #section_3 .overlay {
    width: 100%;
    height: 40vh;
    display: flex;
        flex-direction: column;
    /* background: rgba(0, 0, 0, 0.65); */
    padding: 1rem 6rem;
    margin: 12rem 0rem;
    align-items: flex-start;
    color: white;
        justify-content: center;

        }

        #section_3 .left,
        #section_3 .right {
            width: 50%;
        }
#section_3 .left{
    text-align: center;
}
        

        #section_3 h1 {
            font-size: 2rem;
            line-height: 1.3;
            margin: 0;
            font-weight: 700;
        }

        #section_3 .right {
            font-size: 18px;
            line-height: 1.6;
            padding-left: 30px;
        }
        #section_3 p {
            margin-top: 1rem;
            max-width: 22rem;
        }

        @media (max-width: 900px) {
            #section_3 .overlay {
                flex-direction: column;
                    padding: 1rem 1rem;
                        height: 24vh;
                    
            }
            #section_3 {
                  margin: 1rem;
    border-radius: 2rem;
            }
   
            
            #section_3 h1 {
                font-size: 40px;
                margin-bottom: 20px;
            }
        }
     .promotion-banner {
    background-color: #0091ff;
    display: flex;
    flex-direction: row;
    text-align: center;
    font-size: 16px;
    justify-content: space-evenly;
    padding: 0.5rem;
    color: white;
            
        }
        .promotion-item {
    display: flex;
    align-items: center;
    justify-content: center;
    
           
        }
        .promotion-checkmark {
            width: 16px;
            height: 16px;
            margin-left: 8px;
        }

        @media (max-width: 600px) {
             .promotion-banner {
                
                font-size: 12px;
        }
        .promotion-checkmark {
            display: none;


        }}